

/* Start:/local/components/custom/main.menu/templates/.default/style.css?1764758929328*/
.main-menu .main-menu__container {
    display: none;
}

.main-menu .main-menu__container.active {
    display: flex;
}

.main-menu .main-menu__container .main-menu__section {
    display: flex;
    flex-direction: column;
}

.main-menu .main-menu__container .main-menu__section .main-menu__group {
    flex: 1;
}
/* End */


/* Start:/local/components/custom/main.menu/templates/burger/style.css?1764758929246*/
.burger-links .burger-links__container {
    display: none !important;
    height: 100%;
    flex-direction: column;
    overflow-y: auto;
    gap: 32px;
}

.burger-links .burger-links__container.active {
    display: flex !important;
}
/* End */


/* Start:/local/dist/css/main.css?176487781079829*/
@charset "UTF-8";
:root {
  box-sizing: border-box;
  font: normal normal 400 16px/1 sans-serif;
}

*,
::before,
::after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  overscroll-behavior: none;
}

html,
body {
  height: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
picture {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
}

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

hr {
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@font-face {
  font-family: "GolosVariations";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/local/dist/css/../assets/fonts/GolosText-Variable.woff2") format("woff2-variations"), url("/local/dist/css/../assets/fonts/GolosText-Variable.woff") format("woff-variations");
}
@font-face {
  font-family: "Trola";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/dist/css/../assets/fonts/TrolaLatCyr-Regular.woff2") format("woff2"), url("/local/dist/css/../assets/fonts/TrolaLatCyr-Regular.woff") format("woff");
}
@font-face {
  font-family: "Trola";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/local/dist/css/../assets/fonts/TrolaLatCyr-Light.woff2") format("woff2"), url("/local/dist/css/../assets/fonts/TrolaLatCyr-Light.woff") format("woff");
}
:root {
  --color-white: #FDFCFF;
  --color-white-50: #FDFCFF80;
  --color-blue-light: #E8F6FF;
  --color-blue-light-50: #E8F6FF7a;
  --color-blue-sky: #CCEFFF;
  --color-blue-sky-16: #C7EDFF29;
  --color-blue-sky-50: #C7EDFF80;
  --color-blue-sky-80: #C7EDFF80;
  --color-dark-blue: #161333;
  --color-dark-blue-16: #16133329;
  --color-dark-blue-40: #16133366;
  --color-bright-blue: #3D61F3;
  --color-bright-blue-10: #466CF21A;
  --color-bright-blue-hover: #5E7DF7;
  --color-light-gray: #F3F2F5;
  --color-hightlight: #b6c5ff;
  --color-red: #E72525;
  --color-red-light: #E7A2A2;
}

.ui-button {
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 9.5px 12px;
  transition: all 200ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .ui-button {
    padding: 14px 16px;
  }
}
.ui-button__text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.ui-button[disabled] {
  cursor: default;
}
.ui-button svg {
  transition: all 200ms linear;
}
.ui-button svg path {
  transition: all 200ms linear;
}
.ui-button--blue-sky {
  background-color: var(--color-blue-sky-16);
  color: var(--color-blue-sky);
}
.ui-button--blue-sky:hover {
  background-color: var(--color-blue-sky);
  color: var(--color-dark-blue);
}
.ui-button--blue-sky:hover svg path {
  stroke: var(--color-dark-blue);
}
.ui-button--blue-sky[disabled] {
  background-color: var(--color-blue-sky-16);
  color: var(--color-blue-sky-50);
}
.ui-button--sky-blue {
  background-color: var(--color-blue-sky);
  color: var(--color-dark-blue);
}
.ui-button--sky-blue:hover {
  background-color: var(--color-bright-blue);
  color: var(--color-blue-sky);
}
.ui-button--sky-blue:hover svg path {
  stroke: var(--color-blue-sky);
}
.ui-button--sky-blue[disabled] {
  background-color: var(--color-blue-sky);
  color: var(--color-dark-blue-40);
}
.ui-button--light-gray {
  background-color: var(--color-light-gray);
  color: var(--color-dark-blue);
}
.ui-button--light-gray:hover {
  background-color: var(--color-dark-blue);
  color: var(--color-blue-sky);
}
.ui-button--light-gray[disabled] {
  background-color: var(--color-light-gray);
  color: var(--color-dark-blue-40);
}
.ui-button--white {
  background-color: var(--color-white);
  color: var(--color-dark-blue);
}
.ui-button--white:hover {
  background-color: var(--color-dark-blue);
  color: var(--color-blue-sky);
}
.ui-button--white[disabled] {
  background-color: var(--color-white);
  color: var(--color-dark-blue-40);
}

.header {
  transition: all 240ms ease;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--color-dark-blue);
  color: var(--color-white);
  z-index: 98;
  height: 68px;
  border-bottom: 1.5px solid transparent;
}
@media screen and (min-width: 768px) {
  .header {
    height: 94px;
  }
}
.header::before {
  content: " ";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.header:has(.burger--open)::before, .header:has(.header-search--open)::before {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1279px) {
  .header {
    border-width: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    height: 108px;
  }
}
.header--scrolled {
  border-bottom: 1.5px solid var(--color-blue-sky-16);
}
@media screen and (max-width: 1279px) {
  .header--scrolled {
    border-width: 1px;
  }
}
.header--white {
  background-color: var(--color-white);
}
.header--blue-light {
  background-color: var(--color-blue-light);
}
.header--search, .header--blue-sky {
  background-color: var(--color-blue-sky);
}
.header__container {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .header__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .header__container {
    padding: 0 32px;
  }
}
.header-search__input {
  position: relative;
}
.header__logo--hidden a {
  display: none;
}
.header--white .header__logo svg path, .header--blue-sky .header__logo svg path, .header--blue-light .header__logo svg path {
  fill: var(--color-dark-blue);
}
.header__links {
  display: none;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 1360px) {
  .header__links {
    display: flex;
  }
}
.header__links--search, .header__links--menu {
  opacity: 0;
  pointer-events: none;
}
.header__title {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #CCEFFF;
  text-transform: uppercase;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
}
.header--white .header__title, .header--blue-light .header__title {
  color: var(--color-dark-blue);
}
.header__title--active {
  display: block;
}
.header__menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__menu .search-button {
  width: 56px;
}
@media screen and (min-width: 768px) {
  .header__menu .search-button {
    width: 117px;
    height: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .header__menu .search-button {
    width: auto;
  }
}
.header__menu .search-button .ui-button__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__menu .search-button .ui-button__text {
    display: inherit;
  }
}
.header--blue-light .header__menu .search-button {
  background-color: var(--color-blue-sky);
  color: var(--color-dark-blue);
}
.header--blue-light .header__menu .search-button svg {
  flex: 0 0 auto;
}
.header--blue-light .header__menu .search-button svg path {
  stroke: var(--color-dark-blue);
}
.header--blue-light .header__menu .search-button:hover {
  background-color: var(--color-bright-blue);
  color: var(--color-blue-sky);
}
.header--blue-light .header__menu .search-button:hover svg path {
  stroke: var(--color-blue-sky);
}
.header__menu .menu-button {
  width: 56px;
  max-height: 36px;
}
@media screen and (min-width: 768px) {
  .header__menu .menu-button {
    width: 68px;
    max-height: 46px;
    height: 44px;
  }
}
.header__menu .menu-button:hover svg path {
  stroke: var(--color-dark-blue);
}
.header--white .header__menu .menu-button {
  background-color: var(--color-blue-light);
}
.header--white .header__menu .menu-button svg path {
  stroke: var(--color-dark-blue) !important;
}
.header--white .header__menu .menu-button:hover {
  background-color: var(--color-blue-sky);
}
.header--blue-light .header__menu .menu-button {
  background-color: var(--color-white);
}
.header--blue-light .header__menu .menu-button svg path {
  stroke: var(--color-dark-blue) !important;
}
.header--blue-light .header__menu .menu-button:hover {
  background-color: var(--color-blue-sky);
}
.header__back {
  display: none;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--color-blue-sky);
}
.header--white .header__back, .header--blue-light .header__back {
  stroke: var(--color-dark-blue);
}
.header__back--active {
  display: block;
}
.header__close {
  display: block;
  stroke: var(--color-dark-blue);
  width: auto;
  height: auto;
  border-radius: 6px;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .header__close svg path {
    stroke: #CCEFFF;
  }
  .header--blue-light .header__close svg path {
    stroke: var(--color-dark-blue);
  }
  .header--white .header__close svg path {
    stroke: var(--color-dark-blue);
  }
}
@media screen and (min-width: 1280px) {
  .header__close {
    transition: all 200ms linear;
    padding: 12px 24px;
    background-color: var(--color-blue-light);
  }
  .header__close:hover {
    background-color: var(--color-blue-sky);
  }
}

.header--white.header--scrolled {
  border-bottom: 1.5px solid var(--color-light-gray);
}
@media screen and (max-width: 1279px) {
  .header--white.header--scrolled {
    border-width: 1px;
  }
}

.header-links li {
  list-style: none;
  cursor: pointer;
}
.header-links a {
  padding: 12px 16px;
  text-decoration: none;
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.016em;
  border-radius: 6px;
  letter-spacing: 0.3px;
  transition: all 200ms linear;
}
.header--blue-sky .header-links a, .header--white .header-links a {
  color: var(--color-dark-blue);
}
.header--blue-sky .header-links a:hover, .header--blue-sky .header-links a.active-route, .header--blue-sky .header-links a.active, .header--white .header-links a:hover, .header--white .header-links a.active-route, .header--white .header-links a.active {
  background-color: var(--color-blue-light);
  color: var(--color-dark-blue);
}
.header--blue-light .header-links a {
  color: var(--color-dark-blue);
}
.header--blue-light .header-links a:hover, .header--blue-light .header-links a.active-route, .header--blue-light .header-links a.active {
  background-color: var(--color-blue-sky);
  color: var(--color-dark-blue);
}
.header-links a:hover, .header-links a.active-route, .header-links a.active {
  background-color: var(--color-blue-sky-16);
  color: var(--color-blue-sky);
}
.header-links__language {
  position: relative;
  margin-left: 12px !important;
  padding: 0 16px !important;
}
.header-links__language::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 18px;
  background: var(--color-white-50);
}
@media screen and (min-width: 768px) {
  .header-links__language::before {
    width: 1.5px;
  }
}
.header--blue-light .header-links__language::before, .header--white .header-links__language::before {
  background: var(--color-dark-blue-40);
}

.header-search {
  pointer-events: none;
  transform: translateY(-100%);
  background-color: var(--color-white);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 500ms ease-in-out;
  z-index: 100;
}
.header-search .header {
  position: static;
}
.header-search--open {
  pointer-events: all;
  transform: translateY(0);
}
.header-search__container {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 16px 16px 48px;
}
@media screen and (min-width: 1280px) {
  .header-search__container {
    padding: 32px 32px 58px;
  }
}
.header-search.results .header-search__container {
  padding-bottom: 25px;
}
.header-search__input input {
  width: 100%;
  height: 36px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid var(--color-dark-blue);
  color: var(--color-dark-blue);
  font-family: "GolosVariations";
  font-size: 22px;
  font-weight: 430;
  line-height: 26px;
  letter-spacing: -0.34px;
}
.header-search__input input:placeholder {
  color: var(--color-dark-blue-40);
}
@media screen and (min-width: 1280px) {
  .header-search__input input {
    height: 60px;
    font-family: "GolosVariations";
    font-size: 34px;
    font-weight: 430;
    line-height: 40px;
    letter-spacing: -0.68px;
  }
}
.header-search__popular-requests {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .header-search__popular-requests {
    margin-top: 24px;
    flex-direction: row;
    align-items: center;
  }
}

.popular-requests__title {
  color: var(--color-dark-blue);
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 1280px) {
  .popular-requests__title {
    font-family: "GolosVariations";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
  }
}
.popular-requests__requests ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.popular-requests__requests ul li {
  list-style: none;
  padding: 8px 14px;
  color: var(--color-dark-blue);
  background-color: var(--color-blue-sky);
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  transition: all 200ms linear;
}
.popular-requests__requests ul li:hover {
  background-color: var(--color-blue-light);
}

.search-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
  color: var(--color-dark-blue-40);
  transition: 0.3s color;
}
.search-item span {
  color: var(--color-dark-blue);
}
.search-item--text {
  display: block;
}
.search-item__image {
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  min-width: 48px;
}
.search-item__name {
  color: var(--color-dark-blue-40);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
  transition: 0.3s color;
}
.search-item__name span {
  color: var(--color-dark-blue);
}
.search-item__post {
  color: var(--color-dark-blue-40);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.search-item__post span {
  color: var(--color-dark-blue);
}
.search-item:hover {
  color: var(--color-bright-blue);
}
.search-item:hover span {
  color: var(--color-bright-blue);
}
.search-item:hover .search-item__name {
  color: var(--color-bright-blue);
}
.search-item:hover .search-item__name span {
  color: var(--color-bright-blue);
}
.search-item + .search-item {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .search-item {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.3px;
  }
  .search-item:hover {
    color: var(--color-dark-blue-40);
  }
  .search-item:hover span {
    color: var(--color-dark-blue);
  }
  .search-item:hover .search-item__name {
    color: var(--color-dark-blue-40);
  }
  .search-item:hover .search-item__name span {
    color: var(--color-dark-blue);
  }
  .search-item__post, .search-item__name {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.3px;
  }
  .search-item__image {
    height: 38px;
    width: 38px;
    min-width: 38px;
  }
  .search-item + .search-item {
    margin-top: 12px;
  }
}

.search-results {
  height: auto;
  max-height: 390px;
  overflow-y: auto;
  margin-top: 40px;
  padding-right: 24px;
  margin-right: -24px;
}
.search-results__group + .search-results__group {
  padding-top: 23px;
  border-top: 1.5px solid var(--color-dark-blue-16);
  margin-top: 24px;
}
.search-results__inner {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all;
}
.search-results .loader-container {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
  height: 370px;
}
.search-results .hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none;
}
@media (max-width: 1280px) {
  .search-results {
    margin-right: -16px;
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .search-results {
    height: calc(100vh - 159px);
    max-height: unset;
    margin-top: 32px;
  }
  .search-results .loader-container {
    height: 100%;
    margin-top: -40px;
  }
}

.burger {
  visibility: hidden;
  transform: translateY(-100%);
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 100dvh;
  background-color: var(--color-blue-sky);
  transition: all 450ms ease-in-out;
  z-index: 100;
}
@media screen and (max-width: 1279px) {
  .burger {
    border-width: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .burger {
    height: 90vh;
    max-height: 832px;
  }
}
.burger .header {
  position: relative;
}
.burger--open {
  visibility: visible;
  transform: translateY(0);
}
.burger__content {
  height: 100%;
  transform: translateY(-100%);
  transition: transform 450ms ease-in-out;
}
@media screen and (max-width: 1279px) {
  .burger__content .header__logo svg path {
    fill: var(--color-blue-sky);
  }
  .header--white .burger__content .header__logo svg path, .header--blue-light .burger__content .header__logo svg path {
    fill: var(--color-dark-blue);
  }
}
.burger--open .burger__content {
  transform: translateY(0%);
  transition-delay: 150ms;
}
.burger__container {
  height: calc(100% - 68px);
  background-color: var(--color-white);
  border-top: 1.5px solid var(--color-dark-blue-16);
}
@media screen and (max-width: 1279px) {
  .burger__container {
    border-width: 1px;
    background-color: var(--color-dark-blue);
    border-top: 1.5px solid rgba(199, 237, 255, 0.1607843137);
  }
  .burger__container .burger-sections__item-text,
  .burger__container .burger-social-links__item {
    color: var(--color-blue-sky);
  }
  .burger__container .burger-active-links__item {
    color: var(--color-blue-sky);
  }
  .burger__container .burger-sections__item-icon,
  .burger__container .header__back {
    stroke: var(--color-blue-sky);
  }
  .burger__container .burger-social-links__item_language {
    border-right: 1.5px solid rgba(199, 237, 255, 0.5019607843);
  }
  .burger__container .burger-active-links__group::after {
    background-color: rgba(199, 237, 255, 0.1607843137);
  }
  .burger__container .burger-active-links__title {
    color: rgba(199, 237, 255, 0.5019607843);
  }
  .burger__container .burger-initial-links__item {
    background-color: rgba(199, 237, 255, 0.1607843137);
    color: var(--color-blue-sky);
  }
  .burger__container .burger-initial-links__icon {
    fill: var(--color-blue-sky);
  }
  .header--white .burger__container .burger-initial-links__item, .header--blue-light .burger__container .burger-initial-links__item {
    background-color: var(--color-blue-light);
    color: var(--color-dark-blue);
  }
  .header--white .burger__container .burger-initial-links__icon, .header--blue-light .burger__container .burger-initial-links__icon {
    fill: var(--color-dark-blue);
  }
  .header--white .burger__container .burger-active-links__group::after, .header--blue-light .burger__container .burger-active-links__group::after {
    background-color: var(--color-dark-blue-16);
  }
  .header--white .burger__container .burger-active-links__item,
  .header--white .burger__container .burger-sections__item-text,
  .header--white .burger__container .burger-social-links__item,
  .header--white .burger__container .header__title, .header--blue-light .burger__container .burger-active-links__item,
  .header--blue-light .burger__container .burger-sections__item-text,
  .header--blue-light .burger__container .burger-social-links__item,
  .header--blue-light .burger__container .header__title {
    color: var(--color-dark-blue);
  }
  .header--white .burger__container .burger-active-links__title, .header--blue-light .burger__container .burger-active-links__title {
    color: var(--color-dark-blue-40);
  }
  .header--white .burger__container .burger-sections__item-icon,
  .header--white .burger__container .header__back, .header--blue-light .burger__container .burger-sections__item-icon,
  .header--blue-light .burger__container .header__back {
    stroke: var(--color-dark-blue);
  }
  .header--white .burger__container .burger-social-links__item_language, .header--blue-light .burger__container .burger-social-links__item_language {
    border-right: 1.5px solid var(--color-dark-blue-40);
  }
  .header--blue-light .burger__container {
    background-color: var(--color-blue-light);
    border-bottom: 1px solid var(--color-dark-blue-16);
    border-top: 1px solid var(--color-dark-blue-16);
  }
  .header--white .burger__container {
    background-color: var(--color-white);
    border-top: 1.5px solid var(--color-dark-blue-16);
  }
}
@media screen and (min-width: 1280px) {
  .burger__container {
    height: calc(100% - 140px);
  }
}
.burger__wrapper {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
.burger__social-links {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.burger__language {
  border-right: 1.5px solid var(--color-dark-blue-40);
  padding-right: 16px;
}
@media screen and (max-width: 1279px) {
  .burger__language {
    border-width: 1px;
  }
}

.burger-sections {
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
  flex: 1;
}
@media screen and (min-width: 1280px) {
  .burger-sections {
    padding: 32px 32px 24px;
    border-right: 1.5px solid rgba(22, 19, 51, 0.1607843137);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1279px) {
  .burger-sections {
    border-width: 1px;
  }
}
.burger-sections--hidden {
  display: none;
}
.burger-sections__list ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .burger-sections__list ul {
    gap: 16px;
  }
}
.burger-sections__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.burger-sections__item--active .burger-sections__item-text {
  color: var(--color-bright-blue);
}
.burger-sections__item--active .burger-sections__item-icon {
  stroke: var(--color-bright-blue);
}
.burger-sections__item-text {
  color: var(--color-dark-blue);
  transition: all 200ms linear;
  font-family: "Trola";
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 1280px) {
  .burger-sections__item-text {
    font-family: "Trola";
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.32px;
    text-transform: initial;
  }
}
.burger-sections__item:hover .burger-sections__item-text {
  color: var(--color-bright-blue);
}
.burger-sections__item-icon {
  fill: none;
  stroke: var(--color-dark-blue);
  width: 12px;
  height: 20px;
}
.burger-sections__item:hover .burger-sections__item-icon {
  stroke: var(--color-bright-blue);
}

.burger-social-links__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.burger-social-links__item {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
  text-transform: uppercase;
  color: var(--color-dark-blue);
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  transition: all 200ms linear;
}
@media screen and (min-width: 1280px) {
  .burger-social-links__item {
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.burger-social-links__item:hover {
  color: var(--color-bright-blue);
}
.burger-social-links__item_language {
  border-right: 1.5px solid var(--color-dark-blue-40);
  padding-right: 16px;
}
@media screen and (max-width: 1279px) {
  .burger-social-links__item_language {
    border-width: 1px;
    text-decoration: none !important;
  }
}
.burger-social-links__link {
  color: inherit;
  text-decoration: inherit;
}

.burger-links {
  display: none;
  flex: 1;
  padding: 32px 16px;
  flex: 1;
}
@media screen and (min-width: 1280px) {
  .burger-links {
    padding: 32px 32px 24px;
  }
}
.burger-links--active {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .burger-links {
    display: block;
  }
}

@media screen and (max-width: 1279px) {
  .burger-initial-links {
    order: 2;
  }
}
.burger-initial-links--hidden {
  display: none;
}
.burger-initial-links__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.burger-initial-links__item {
  padding: 16px;
  background-color: var(--color-blue-light);
  color: var(--color-dark-blue);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms linear;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
}
@media screen and (min-width: 1280px) {
  .burger-initial-links__item {
    font-family: "GolosVariations";
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.26px;
  }
}
.burger-initial-links__item:hover {
  color: var(--color-bright-blue);
}
.burger-initial-links__link {
  color: inherit;
  text-decoration: none;
}
.burger-initial-links__icon {
  stroke: none;
  fill: var(--color-dark-blue);
  width: 10px;
  height: 8px;
}
.burger-initial-links__item:hover .burger-initial-links__icon {
  fill: var(--color-bright-blue);
}

.burger-active-links {
  display: none;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .burger-active-links {
    gap: 40px;
    height: 100%;
    flex-wrap: wrap;
  }
}
.burger-active-links--active {
  display: flex;
}
.burger-active-links__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.burger-active-links__group:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--color-dark-blue-16);
  position: absolute;
  bottom: -16px;
}
@media screen and (min-width: 1280px) {
  .burger-active-links__group:after {
    content: none;
  }
}
.burger-active-links__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.burger-active-links__title, .burger-active-links__item {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 1280px) {
  .burger-active-links__title, .burger-active-links__item {
    font-family: "GolosVariations";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
.burger-active-links__title {
  color: var(--color-dark-blue-40);
}
.burger-active-links__item {
  color: var(--color-dark-blue);
  transition: all 200ms linear;
}
.burger-active-links__item:hover {
  color: var(--color-bright-blue);
}
.burger-active-links__link {
  color: inherit;
  text-decoration: none;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: var(--color-white);
}
.footer--dark {
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .footer {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    position: relative;
    gap: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .footer {
    gap: 72px;
  }
}
.footer__wrapper {
  flex: 0 0 auto;
}
@media screen and (max-width: 1279px) {
  .footer__wrapper:not(.footer__wrapper--touch):first-of-type {
    order: -1;
  }
}
@media screen and (min-width: 1920px) {
  .footer__wrapper {
    position: relative;
  }
}
@media screen and (min-width: 1920px) {
  .footer__wrapper::before {
    content: "";
    position: absolute;
    left: 32px;
    right: 32px;
    top: 0;
    height: 1px;
    background: rgb(22, 19, 51);
  }
  .footer--dark .footer__wrapper::before {
    background: var(--color-blue-sky-16);
  }
}
.footer__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .footer__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__container {
    padding: 0 32px;
  }
}
.footer__block {
  padding-top: 15px;
  border-top: 1px solid rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .footer__block {
    border-width: 1.5px;
  }
}
.footer--dark .footer__block {
  border-top: 1px solid var(--color-blue-sky-16);
}
@media screen and (min-width: 768px) {
  .footer--dark .footer__block {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__block {
    padding-right: 8px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__block {
    padding-right: 96px;
    padding-top: 48px;
    border-top: none;
  }
  .footer--dark .footer__block {
    border-top: none;
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__menu {
    gap: 22px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__menu {
    gap: 112px;
  }
}
.footer__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  .footer__box {
    gap: 36px;
  }
}
.footer__nav {
  flex: 0 0 auto;
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 200ms ease-in-out;
}
.footer__nav--active {
  grid-template-rows: auto 1fr;
}
@media screen and (min-width: 1280px) {
  .footer__nav {
    display: block;
  }
}
.footer__heading {
  position: relative;
  padding-right: 48px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 430;
  font-size: 18px;
  color: rgb(22, 19, 51);
  transition: color 200ms ease-in-out;
}
.footer--dark .footer__heading {
  color: var(--color-blue-sky);
}
.footer__heading--active {
  color: rgba(22, 19, 51, 0.4);
}
.footer--dark .footer__heading--active {
  color: var(--color-blue-sky-50);
}
@media screen and (min-width: 1280px) {
  .footer__heading {
    padding-right: 0;
    letter-spacing: -0.18px;
    line-height: 24px;
    cursor: pointer;
  }
}
@media screen and (min-width: 1920px) {
  .footer__heading {
    line-height: 28px;
    font-size: 21px;
  }
}
.footer__icon {
  position: absolute;
  right: 2px;
  top: 8px;
  fill: none;
  stroke: rgb(22, 19, 51);
  transition: transform 200ms ease-in-out, stroke 200ms ease-in-out;
}
.footer--dark .footer__icon {
  stroke: var(--color-blue-sky);
}
.footer__icon--active {
  transform: rotate(-180deg);
  stroke: rgba(22, 19, 51, 0.4);
}
.footer--dark .footer__icon--active {
  stroke: var(--color-blue-sky-50);
}
@media screen and (min-width: 1280px) {
  .footer__icon {
    display: none;
  }
}
.footer__list {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: margin 200ms ease-in-out;
}
.footer__list--active {
  margin: 16px 0 12px;
}
@media screen and (min-width: 768px) {
  .footer__list--active {
    margin: 24px 0 12px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__list {
    gap: 8px;
    margin: 12px 0 0;
    max-width: 320px;
  }
}
.footer__item {
  flex: 0 0 auto;
}
.footer__link {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: rgb(22, 19, 51);
}
.footer--dark .footer__link {
  color: var(--color-blue-sky);
}
@media screen and (min-width: 1280px) {
  .footer__link {
    letter-spacing: -0.14px;
    line-height: 20px;
    font-size: 14px;
    transition: color 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .footer__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__link:hover {
    color: var(--color-bright-blue);
  }
  .footer--dark .footer__link:hover:hover {
    color: var(--color-bright-blue-hover);
  }
}
.footer__sub-nav {
  gap: 8px;
  padding: 16px 0 8px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .footer__sub-nav {
    border-width: 1.5px;
  }
}
.footer--dark .footer__sub-nav {
  border-color: var(--color-blue-sky-16);
}
@media screen and (min-width: 1280px) {
  .footer__sub-nav {
    padding: 8px 0 0;
    border: 0;
  }
}
.footer__sub-heading {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: rgba(22, 19, 51, 0.4);
}
.footer--dark .footer__sub-heading {
  color: var(--color-blue-sky-50);
}
@media screen and (min-width: 768px) {
  .footer--dark .footer__sub-heading {
    color: var(--color-blue-sky);
  }
}
@media screen and (min-width: 1280px) {
  .footer__sub-heading {
    position: relative;
    max-width: max-content;
    padding-right: 20px;
    letter-spacing: -0.14px;
    line-height: 20px;
    font-size: 14px;
    color: rgb(22, 19, 51);
    cursor: pointer;
    transition: color 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .footer__sub-heading {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__sub-heading--active {
    color: rgba(22, 19, 51, 0.4);
  }
}
.footer--dark .footer__sub-heading--active {
  color: var(--color-blue-sky-50);
}
@media screen and (min-width: 1280px) {
  .footer__sub-heading:hover {
    color: #3D61F3;
  }
}
.footer__sub-icon {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer__sub-icon {
    position: absolute;
    right: 2px;
    top: 7px;
    display: block;
    fill: none;
    stroke: rgb(22, 19, 51);
    transition: transform 200ms ease-in-out, stroke 200ms ease-in-out;
  }
  .footer--dark .footer__sub-icon {
    stroke: var(--color-blue-sky);
  }
}
@media screen and (min-width: 1280px) {
  .footer__sub-icon--active {
    transform: rotate(-180deg);
    stroke: rgba(22, 19, 51, 0.4);
  }
}
@media screen and (min-width: 1280px) {
  .footer__sub-heading:hover .footer__sub-icon {
    stroke: #3D61F3;
  }
}
.footer__sub-list {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  gap: 12px;
  transition: grid-template-rows 200ms ease-in-out, margin 200ms ease-in-out;
}
@media screen and (min-width: 1280px) {
  .footer__sub-list {
    grid-template-rows: 0fr;
    position: relative;
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__sub-list--active {
    grid-template-rows: 1fr;
  }
}
.footer__sub-list ul {
  min-height: 0;
}
@media screen and (max-width: 1279px) {
  .footer__sub-list ul {
    margin-top: 4px;
  }
}
.footer__sub-list ul li {
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .footer__sub-list ul li {
    margin-top: 8px;
  }
}
.footer__sub-item {
  flex: 0 0 auto;
}
.footer__sub-link {
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgb(22, 19, 51);
}
.footer--dark .footer__sub-link {
  color: var(--color-blue-sky);
}
@media screen and (min-width: 1280px) {
  .footer__sub-link {
    letter-spacing: -0.14px;
    line-height: 20px;
    font-size: 14px;
    transition: color 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .footer__sub-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__sub-link:hover {
    color: #3D61F3;
  }
}
.footer__extra {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 48px;
}
@media screen and (min-width: 1280px) {
  .footer__extra {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.footer__extra-box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .footer__extra-box {
    flex-direction: row;
    gap: 16px;
  }
  .footer__extra-box > * {
    flex: 1 1 50% !important;
  }
}
@media screen and (min-width: 1280px) {
  .footer__extra-box {
    width: 50%;
    gap: 28px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 16px;
    padding-right: 105px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__extra-box {
    padding-left: 56px;
    padding-right: 28px;
  }
}
.footer__extra-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .footer__extra-list {
    flex: 1 1 auto;
    gap: 6px;
  }
}
.footer__extra-item {
  flex: 0 0 auto;
}
.footer__extra-link {
  letter-spacing: -0.3px;
  line-height: 20px;
  font-size: 15px;
  color: rgba(22, 19, 51, 0.4);
}
.footer--dark .footer__extra-link {
  color: var(--color-blue-sky-50);
}
@media screen and (min-width: 1280px) {
  .footer__extra-link {
    letter-spacing: -0.14px;
    line-height: 20px;
    font-size: 14px;
    transition: color 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .footer__extra-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__extra-link:hover {
    color: #3D61F3;
  }
}
.footer__extra-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .footer__extra-info {
    gap: 32px;
    width: 500px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__extra-info {
    width: 684px;
  }
}
.footer__extra-text, .footer__extra-copy {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-size: 15px;
  color: rgba(22, 19, 51, 0.4);
}
.footer--dark .footer__extra-text, .footer--dark .footer__extra-copy {
  color: var(--color-blue-sky-50);
}
@media screen and (min-width: 1280px) {
  .footer__extra-text, .footer__extra-copy {
    letter-spacing: -0.14px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__extra-text, .footer__extra-copy {
    letter-spacing: -0.02em;
    font-size: 16px;
  }
}
.footer__form {
  position: relative;
  transition: opacity 300ms ease-in-out;
}
@media screen and (min-width: 1280px) {
  .footer__form {
    max-width: 566px;
    margin-top: 40px;
  }
}
.footer__form--hidden {
  opacity: 0;
  pointer-events: none;
}
.footer__form-heading {
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgb(22, 19, 51);
  transition: opacity 300ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer__form-heading {
    font-size: 14px;
    letter-spacing: -0.14px;
  }
}
.footer--dark .footer__form-heading {
  color: var(--color-blue-sky);
}
.footer__form-heading--hidden {
  opacity: 0;
  pointer-events: none;
}
.footer__form-field {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 16px;
  padding: 16px 8px 8px;
  border-radius: 14px;
  background: rgb(243, 242, 245);
}
.footer--dark .footer__form-field {
  background: var(--color-blue-sky-16);
}
@media screen and (min-width: 768px) {
  .footer__form-field {
    flex-direction: row;
    padding: 8px 8px 8px 16px;
    gap: 22px;
  }
}
.footer__form-input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0px 8px 0px;
  background: none;
  box-shadow: none;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-dark-blue);
  outline: none;
  border: none;
  border-bottom: 1px solid var(--color-dark-blue-16);
  border-radius: 0;
}
.footer--dark .footer__form-input {
  color: var(--color-blue-sky);
  border-bottom: 1px solid var(--color-blue-sky-16);
}
@media screen and (min-width: 768px) {
  .footer--dark .footer__form-input {
    border: 0;
  }
}
.footer__form-input::placeholder {
  letter-spacing: inherit;
  font: inherit;
  color: rgba(22, 19, 51, 0.4);
}
.footer--dark .footer__form-input::placeholder {
  color: var(--color-blue-sky-50);
}
@media screen and (min-width: 768px) {
  .footer__form-input {
    font-size: 14px;
    letter-spacing: -0.14px;
    flex: 1 1 auto;
    border: none;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__form-input {
    flex-grow: 1;
    border-bottom: none;
    padding: 0 8px;
  }
}
.footer__form-label {
  display: flex;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .footer__form-label {
    width: 100%;
  }
}
.footer__form-button {
  display: block;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  background: rgb(204, 239, 255);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: rgb(22, 19, 51);
  transition: all 200ms linear;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .footer__form-button {
    order: 3;
    line-height: 16px;
    font-size: 11px;
    margin-top: 24px;
    letter-spacing: 0.22px;
  }
}
@media screen and (min-width: 768px) {
  .footer__form-button {
    margin-top: 0;
    padding: 12px 16px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.26px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__form-button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.footer__form-error {
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in-out;
  letter-spacing: -0.3px;
  line-height: 18px;
  font-weight: 400;
  font-size: 13px;
  color: var(--color-red);
  font-family: "GolosVariations";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 1279px) {
  .footer__form-error {
    order: 2;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__form-error {
    position: absolute;
    padding-left: 8px;
    top: calc(100% + 8px);
    font-family: "GolosVariations";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
  }
}
.footer--dark .footer__form-error {
  color: var(--color-red-light);
}
.footer__form-error--visible {
  opacity: 1;
  pointer-events: auto;
}
.footer__form-success {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgb(22, 19, 51);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in-out;
}
@media screen and (min-width: 1280px) {
  .footer__form-success {
    letter-spacing: -0.14px;
  }
}
.footer--dark .footer__form-success {
  color: var(--color-blue-sky);
}
@media screen and (min-width: 1280px) {
  .footer__form-success {
    font-size: 14px;
  }
}
.footer__form-success--visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1280px) {
  .footer__touch {
    display: flex;
    flex-direction: column-reverse;
    width: 50%;
    margin-left: auto;
    padding: 8px 0 0 12px;
  }
}
.footer__holder {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .footer__holder {
    display: flex;
    gap: 20px;
  }
  .footer__holder > * {
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 1280px) {
  .footer__holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    gap: 20px;
  }
}
.footer__contacts-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .footer__contacts-list {
    gap: 24px;
  }
}
.footer__contacts-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__contacts-key, .footer__contacts-value {
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1280px) {
  .footer__contacts-key, .footer__contacts-value {
    letter-spacing: -0.14px;
    font-size: 14px;
  }
}
.footer__contacts-key {
  color: rgba(22, 19, 51, 0.4);
}
.footer--dark .footer__contacts-key {
  color: var(--color-blue-sky-50);
}
.footer__contacts-value {
  align-self: flex-start;
  color: rgb(22, 19, 51);
  transition: color 200ms linear;
}
.footer--dark .footer__contacts-value {
  color: var(--color-blue-sky);
}
.footer__contacts-value:hover {
  color: var(--color-bright-blue);
}
.footer--dark .footer__contacts-value:hover:hover {
  color: var(--color-bright-blue-hover);
}
.footer__social {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .footer__social {
    margin: 0;
  }
}
.footer__social-heading {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgba(22, 19, 51, 0.4);
}
.footer--dark .footer__social-heading {
  color: var(--color-blue-sky-50);
}
.footer__social-list {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__social-item {
  flex: 0 0 auto;
}
.footer__social-link {
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgb(22, 19, 51);
}
.footer--dark .footer__social-link {
  color: var(--color-blue-sky);
}
@media screen and (min-width: 1280px) {
  .footer__social-link {
    transition: color 200ms linear;
  }
  .footer__social-link:hover {
    color: #3D61F3;
  }
  .footer--dark .footer__social-link:hover {
    color: var(--color-bright-blue-hover);
  }
}
.footer__logo--mobile {
  display: flex;
  margin: 0 0 45px -7px;
}
.footer__logo--mobile img {
  height: 94px;
}
@media screen and (min-width: 768px) {
  .footer__logo--mobile {
    margin: 0 0 40px -7px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__logo--mobile {
    display: none;
  }
}
.footer__logo--desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer__logo--desktop {
    display: block;
    position: absolute;
    left: 16px;
    top: 44px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__logo--desktop {
    left: calc(50vw - 920px);
  }
}
.footer__logo--desktop img {
  width: 520px;
}

body::before {
  content: " ";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 97;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
body:has(.main-menu--open)::before {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}

.main-menu {
  visibility: hidden;
  position: fixed;
  top: 68px;
  transform: translateY(calc(-100% - 68px));
  left: 0;
  right: 0;
  color: var(--color-blue-sky);
  border-top: 1.5px solid var(--color-blue-sky-16);
  border-bottom: 1px solid var(--color-blue-sky-16);
  background-color: var(--color-dark-blue);
  transition: all 500ms ease;
}
@media screen and (max-width: 1279px) {
  .main-menu {
    border-width: 1px;
  }
}
.header--white .main-menu {
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-dark-blue-16);
  border-top: 1.5px solid var(--color-dark-blue-16);
}
@media screen and (max-width: 1279px) {
  .header--white .main-menu {
    border-width: 1px;
  }
}
.header--blue-light .main-menu {
  background-color: var(--color-blue-light);
  border-bottom: 1px solid var(--color-dark-blue-16);
  border-top: 1px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .header--blue-light .main-menu {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .main-menu {
    top: 106px;
    transform: translateY(calc(-100% - 106px));
  }
}
.main-menu--open {
  visibility: visible;
  transform: translateY(0);
}
.main-menu__container {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
.main-menu__section {
  flex: 0 1 100%;
  padding: 32px;
}
.main-menu__section:nth-child(1) {
  flex: 1 1 405px;
}
.main-menu__section:nth-child(2) {
  flex: 1 1 387px;
}
.main-menu__section:nth-child(3) {
  flex: 1 1 388px;
}
.main-menu__section:nth-child(4) {
  flex: 1 1 420px;
}
.main-menu__section:not(:last-child) {
  border-right: 1.5px solid var(--color-blue-sky-16);
}
.header--blue-light .main-menu__section:not(:last-child), .header--blue-sky .main-menu__section:not(:last-child), .header--white .main-menu__section:not(:last-child) {
  border-right: 1.5px solid var(--color-dark-blue-16);
}
.main-menu__group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  line-height: 24px;
}
.main-menu__socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 160px;
}

.menu-group__title {
  color: var(--color-blue-sky-50);
}
.header--blue-light .menu-group__title, .header--blue-sky .menu-group__title, .header--white .menu-group__title {
  color: var(--color-dark-blue-40);
}
.menu-group__links ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.menu-group__links ul li {
  list-style: none;
}
.menu-group__links ul li a {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  text-decoration: none;
  letter-spacing: -0.36px;
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-blue-sky);
  stroke: none;
}
.menu-group__links ul li a:hover {
  color: var(--color-bright-blue-hover) !important;
}
.menu-group__links ul li a:hover svg {
  fill: var(--color-bright-blue-hover) !important;
}
.header--blue-light .menu-group__links ul li a, .header--blue-sky .menu-group__links ul li a, .header--white .menu-group__links ul li a {
  color: var(--color-dark-blue);
}
.header--blue-light .menu-group__links ul li a:hover, .header--blue-sky .menu-group__links ul li a:hover, .header--white .menu-group__links ul li a:hover {
  color: var(--color-bright-blue) !important;
}
.header--blue-light .menu-group__links ul li a:hover svg, .header--blue-sky .menu-group__links ul li a:hover svg, .header--white .menu-group__links ul li a:hover svg {
  fill: var(--color-bright-blue) !important;
}
.menu-group__links--filled ul {
  gap: 8px;
}
.menu-group__links--filled span {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: auto;
}
.menu-group__links--filled span svg {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: #CCEFFF;
}
.header--blue-light .menu-group__links--filled span svg, .header--blue-sky .menu-group__links--filled span svg, .header--white .menu-group__links--filled span svg {
  fill: #161333;
}
.menu-group__links--filled a {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 16px;
  background-color: var(--color-blue-sky-16);
  letter-spacing: 0.26px !important;
  line-height: 18px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #CCEFFF !important;
  text-transform: uppercase;
}
.header--white .menu-group__links--filled a {
  background: #E8F6FF !important;
  color: #161333 !important;
}
.header--blue-light .menu-group__links--filled a {
  background-color: var(--color-blue-sky) !important;
  color: #161333 !important;
}
.menu-group__links--filled a svg {
  margin-left: auto;
  fill: #CCEFFF;
}

.menu-socials {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.26px;
}
.menu-socials__title {
  color: var(--color-blue-sky-50);
  text-transform: uppercase;
}
.header--blue-light .menu-socials__title, .header--white .menu-socials__title {
  color: var(--color-dark-blue-40);
}
.menu-socials__items ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 8px;
  padding: 0;
  margin: 0;
}
.menu-socials__items ul li {
  list-style: none;
}
.menu-socials__items ul li a {
  color: var(--color-blue-sky);
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .menu-socials__items ul li a {
    text-decoration-thickness: 1.5px;
  }
}
.menu-socials__items ul li a:hover {
  color: var(--color-bright-blue-hover) !important;
}
.header--blue-light .menu-socials__items ul li a, .header--white .menu-socials__items ul li a {
  color: var(--color-dark-blue);
}
.header--blue-light .menu-socials__items ul li a:hover, .header--white .menu-socials__items ul li a:hover {
  color: var(--color-bright-blue);
}

.burger-search {
  position: relative;
  display: none;
  padding: 13px 18px 13px 14px;
  width: max-content;
  align-items: center;
  gap: 8px;
  background-color: var(--color-blue-sky);
  border-radius: 6px;
  cursor: pointer;
  transition: all 300ms ease;
  height: 46px;
}
@media screen and (min-width: 1280px) {
  .burger-search {
    display: flex;
  }
  .burger-search:hover {
    background-color: var(--color-bright-blue);
  }
}
.burger-search--active {
  background-color: var(--color-light-gray) !important;
}
.burger-search--active .burger-search__icon {
  display: none;
}
.burger-search__icon svg path {
  stroke: var(--color-dark-blue);
}
.burger-search:hover .burger-search__icon svg path {
  stroke: var(--color-blue-sky);
}
.burger-search__input {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.3;
  pointer-events: none;
  width: 57px;
  transition: all 300ms ease;
}
.burger-search__input::placeholder {
  color: var(--color-dark-blue);
  text-transform: uppercase;
}
.burger-search--active .burger-search__input::placeholder {
  color: var(--color-dark-blue-40) !important;
}
.burger-search:hover .burger-search__input::placeholder {
  color: var(--color-blue-sky);
}
.burger-search--active .burger-search__input {
  width: 458px;
  pointer-events: all;
}

.burger-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  border: 1px solid var(--color-light-gray);
  border-radius: 6px;
  padding: 12px 18px;
  display: none;
}
.burger-search-results--active {
  display: block;
}
.burger-search-results__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.burger-search-results__suggestions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.burger-search-results__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.burger-search-results__action {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 470;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--color-dark-blue);
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 200ms linear;
  padding: 0;
  color: var(--color-bright-blue);
}
@media screen and (min-width: 1280px) {
  .burger-search-results__action {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .burger-search-results__action:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}

.burger-search-suggestion {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 470;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.burger-search-suggestion__image {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.burger-search-suggestion__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.burger-search-suggestion__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.burger-search-suggestion__title, .burger-search-suggestion__description {
  color: var(--color-dark-blue-40);
}
.burger-search-suggestion__title {
  transition: color 200ms linear;
}
.burger-search-suggestion:hover .burger-search-suggestion__title {
  color: var(--color-bright-blue);
}
.burger-search-suggestion__title span.highlight {
  color: var(--color-dark-blue);
  transition: color 200ms linear;
}
.burger-search-suggestion:hover .burger-search-suggestion__title span.highlight {
  color: var(--color-bright-blue);
}

body[data-page=index] .main-title__container,
body[data-page=index] .prime__container,
body[data-page=index] .checks__container,
body[data-page=index] .report-charts__container,
body[data-page=index] .base__container,
body[data-page=index] .links__container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=activity] .activity__prime,
body[data-page=activity] .activity__content,
body[data-page=activity] .activity__image {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=acts] .acts__prime,
body[data-page=acts] .acts__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=bulletins] .title__container,
body[data-page=bulletins] .plate__button,
body[data-page=bulletins] .bulletins {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=call] .call {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=checks] .title__container,
body[data-page=checks] .plate__button,
body[data-page=checks] .check {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=commission] .commission {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=contacts] .contacts {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=corruption] .corruption {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=expertise] .expertise {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=forms] .forms {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=news] .title__container,
body[data-page=news] .tabs__list,
body[data-page=news] .news {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=infographics] .title__container,
body[data-page=infographics] .tabs__list,
body[data-page=infographics] .infographics__container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=media] .title__container,
body[data-page=media] .tabs__list,
body[data-page=media] .media__container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=information] .information {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=methods] .methods {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=person-information] .person-prime__button,
body[data-page=person-information] .person-prime__container,
body[data-page=person-information] .tabs__list,
body[data-page=person-information] .person-information {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=person-activity] .person-prime__button,
body[data-page=person-activity] .person-prime__container,
body[data-page=person-activity] .tabs__list,
body[data-page=person-activity] .person-activity {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=person-photos] .person-prime__button,
body[data-page=person-photos] .person-prime__container,
body[data-page=person-photos] .tabs__list,
body[data-page=person-photos] .person-photos {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=procurement] .title__container,
body[data-page=procurement] .tabs__list,
body[data-page=procurement] .procurement {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=procurement-plan] .title__container,
body[data-page=procurement-plan] .tabs__list,
body[data-page=procurement-plan] .procurement-plan {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=reception] .reception {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=report] .title__container,
body[data-page=report] .plate__button,
body[data-page=report] .report {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=organization] .organization-prime,
body[data-page=organization] .organization {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=cis] .cp-page-cap__container,
body[data-page=cis] .tabs__list,
body[data-page=cis] .cis__content, body[data-page=cis-en] .cp-page-cap__container,
body[data-page=cis-en] .tabs__list,
body[data-page=cis-en] .cis__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=cis-events] .cp-page-cap__container,
body[data-page=cis-events] .tabs__list,
body[data-page=cis-events] .cis-events__container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=cis-members] .cp-page-cap__container,
body[data-page=cis-members] .tabs__list,
body[data-page=cis-members] .cis-members__container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=cis-news] .cp-page-cap__container,
body[data-page=cis-news] .tabs__list,
body[data-page=cis-news] .cis-news__container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=cis-working-group] .cp-page-cap__container,
body[data-page=cis-working-group] .tabs__list,
body[data-page=cis-working-group] .cis-working-group__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=international-activity] .cp-page-cap__container,
body[data-page=international-activity] .international-activity__prime,
body[data-page=international-activity] .international-activity__picture,
body[data-page=international-activity] .international-activity__content, body[data-page=international-activity-en] .cp-page-cap__container,
body[data-page=international-activity-en] .international-activity__prime,
body[data-page=international-activity-en] .international-activity__picture,
body[data-page=international-activity-en] .international-activity__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=international-cooperation] .international-cooperation__prime,
body[data-page=international-cooperation] .international-cooperation__content, body[data-page=international-cooperation-en] .international-cooperation__prime,
body[data-page=international-cooperation-en] .international-cooperation__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=international-experience] .international-experience__prime,
body[data-page=international-experience] .international-experience__content, body[data-page=international-experience-en] .international-experience__prime,
body[data-page=international-experience-en] .international-experience__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=multilateral-сooperation] .cp-page-cap__container,
body[data-page=multilateral-сooperation] .tabs__list,
body[data-page=multilateral-сooperation] .multilateral-сooperation__container,
body[data-page=multilateral-сooperation] .multilateral-сooperation__content, body[data-page=multilateral-сooperation-en] .cp-page-cap__container,
body[data-page=multilateral-сooperation-en] .tabs__list,
body[data-page=multilateral-сooperation-en] .multilateral-сooperation__container,
body[data-page=multilateral-сooperation-en] .multilateral-сooperation__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=un-audit] .un-audit__prime,
body[data-page=un-audit] .un-audit__content, body[data-page=un-audit-en] .un-audit__prime,
body[data-page=un-audit-en] .un-audit__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=covid] .covid__prime,
body[data-page=covid] .covid__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=intosai-work-group] .cp-page-cap__container,
body[data-page=intosai-work-group] .tabs__list,
body[data-page=intosai-work-group] .intosai-work-group__prime__container,
body[data-page=intosai-work-group] .intosai-work-group__content, body[data-page=intosai-work-group-en] .cp-page-cap__container,
body[data-page=intosai-work-group-en] .tabs__list,
body[data-page=intosai-work-group-en] .intosai-work-group__prime__container,
body[data-page=intosai-work-group-en] .intosai-work-group__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=intosai-work-group-participants] .cp-page-cap__container,
body[data-page=intosai-work-group-participants] .tabs__list,
body[data-page=intosai-work-group-participants] .intosai-work-group__prime__container,
body[data-page=intosai-work-group-participants] .intosai-work-group-participants__content, body[data-page=intosai-work-group-participants-en] .cp-page-cap__container,
body[data-page=intosai-work-group-participants-en] .tabs__list,
body[data-page=intosai-work-group-participants-en] .intosai-work-group__prime__container,
body[data-page=intosai-work-group-participants-en] .intosai-work-group-participants__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=intosai-work-group-bulletins] .cp-page-cap__container,
body[data-page=intosai-work-group-bulletins] .tabs__list,
body[data-page=intosai-work-group-bulletins] .intosai-work-group__prime__container,
body[data-page=intosai-work-group-bulletins] .intosai-work-group-bulletins__content, body[data-page=intosai-work-group-bulletins-en] .cp-page-cap__container,
body[data-page=intosai-work-group-bulletins-en] .tabs__list,
body[data-page=intosai-work-group-bulletins-en] .intosai-work-group__prime__container,
body[data-page=intosai-work-group-bulletins-en] .intosai-work-group-bulletins__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=intosai-work-group-bulletins] .cp-page-cap__container,
body[data-page=intosai-work-group-bulletins] .tabs__list,
body[data-page=intosai-work-group-bulletins] .intosai-work-group__prime__container,
body[data-page=intosai-work-group-bulletins] .intosai-work-group-bulletins__content, body[data-page=intosai-work-group-bulletins-en] .cp-page-cap__container,
body[data-page=intosai-work-group-bulletins-en] .tabs__list,
body[data-page=intosai-work-group-bulletins-en] .intosai-work-group__prime__container,
body[data-page=intosai-work-group-bulletins-en] .intosai-work-group-bulletins__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=intosai-work-group-docs] .cp-page-cap__container,
body[data-page=intosai-work-group-docs] .tabs__list,
body[data-page=intosai-work-group-docs] .intosai-work-group__prime__container,
body[data-page=intosai-work-group-docs] .intosai-work-group-docs__content, body[data-page=intosai-work-group-docs-en] .cp-page-cap__container,
body[data-page=intosai-work-group-docs-en] .tabs__list,
body[data-page=intosai-work-group-docs-en] .intosai-work-group__prime__container,
body[data-page=intosai-work-group-docs-en] .intosai-work-group-docs__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=intosai] .cp-page-cap__container,
body[data-page=intosai] .tabs__list,
body[data-page=intosai] .intosai__content, body[data-page=intosai-en] .cp-page-cap__container,
body[data-page=intosai-en] .tabs__list,
body[data-page=intosai-en] .intosai__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=intosai-news] .cp-page-cap__container,
body[data-page=intosai-news] .tabs__list,
body[data-page=intosai-news] .intosai-news__container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=brics] .cp-page-cap__container,
body[data-page=brics] .tabs__list,
body[data-page=brics] .brics__content, body[data-page=brics-en] .cp-page-cap__container,
body[data-page=brics-en] .tabs__list,
body[data-page=brics-en] .brics__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=brics-news] .cp-page-cap__container,
body[data-page=brics-news] .tabs__list,
body[data-page=brics-news] .brics-news__container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=cso] .cp-page-cap__container,
body[data-page=cso] .tabs__list,
body[data-page=cso] .cso__container,
body[data-page=cso] .cso__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=cso-news] .cp-page-cap__container,
body[data-page=cso-news] .tabs__list,
body[data-page=cso-news] .cso__container,
body[data-page=cso-news] .cso-news__content,
body[data-page=cso-news] .cso-news__container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=intosai-work-group-public-procurement] .cp-page-cap__container,
body[data-page=intosai-work-group-public-procurement] .tabs__list,
body[data-page=intosai-work-group-public-procurement] .cso__container,
body[data-page=intosai-work-group-public-procurement] .intosai-work-group-public-procurement__prime__container,
body[data-page=intosai-work-group-public-procurement] .intosai-work-group-public-procurement__content,
body[data-page=intosai-work-group-public-procurement] .intosai-work-group-public-procurement__container, body[data-page=intosai-work-group-public-procurement-en] .cp-page-cap__container,
body[data-page=intosai-work-group-public-procurement-en] .tabs__list,
body[data-page=intosai-work-group-public-procurement-en] .cso__container,
body[data-page=intosai-work-group-public-procurement-en] .intosai-work-group-public-procurement__prime__container,
body[data-page=intosai-work-group-public-procurement-en] .intosai-work-group-public-procurement__content,
body[data-page=intosai-work-group-public-procurement-en] .intosai-work-group-public-procurement__container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=intosai-work-group-public-procurement-participants] .cp-page-cap__container,
body[data-page=intosai-work-group-public-procurement-participants] .tabs__list,
body[data-page=intosai-work-group-public-procurement-participants] .cso__container,
body[data-page=intosai-work-group-public-procurement-participants] .intosai-work-group-public-procurement-participants__content,
body[data-page=intosai-work-group-public-procurement-participants] .intosai-work-group-public-procurement-participants__container, body[data-page=intosai-work-group-public-procurement-participants-en] .cp-page-cap__container,
body[data-page=intosai-work-group-public-procurement-participants-en] .tabs__list,
body[data-page=intosai-work-group-public-procurement-participants-en] .cso__container,
body[data-page=intosai-work-group-public-procurement-participants-en] .intosai-work-group-public-procurement-participants__content,
body[data-page=intosai-work-group-public-procurement-participants-en] .intosai-work-group-public-procurement-participants__container {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=asosai] .cp-page-cap__container,
body[data-page=asosai] .tabs__list,
body[data-page=asosai] .asosai__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=asosai-participants] .cp-page-cap__container,
body[data-page=asosai-participants] .tabs__list,
body[data-page=asosai-participants] .asosai-participants__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=asosai-docs] .cp-page-cap__container,
body[data-page=asosai-docs] .tabs__list,
body[data-page=asosai-docs] .asosai-docs__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=documents] .cp-page-cap__container,
body[data-page=documents] .documents__prime,
body[data-page=documents] .documents__image,
body[data-page=documents] .documents__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=documents-legislation] .cp-page-cap__container,
body[data-page=documents-legislation] .documents-legislation__prime,
body[data-page=documents-legislation] .documents-legislation__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=documents-inner] .cp-page-cap__container,
body[data-page=documents-inner] .documents-inner__prime,
body[data-page=documents-inner] .documents-inner__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=documents-intosai] .cp-page-cap__container,
body[data-page=documents-intosai] .documents-intosai__prime,
body[data-page=documents-intosai] .documents-intosai__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=documents-kso] .cp-page-cap__container,
body[data-page=documents-kso] .documents-kso__prime,
body[data-page=documents-kso] .documents-kso__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=documents-fin-report] .cp-page-cap__container,
body[data-page=documents-fin-report] .documents-fin-report__prime,
body[data-page=documents-fin-report] .documents-fin-report__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=documents-monitoring] .cp-page-cap__container,
body[data-page=documents-monitoring] .documents-monitoring__prime,
body[data-page=documents-monitoring] .documents-monitoring__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=documents-strategy] .cp-page-cap__container,
body[data-page=documents-strategy] .documents-strategy__container,
body[data-page=documents-strategy] .documents-strategy__content, body[data-page=documents-strategy-en] .cp-page-cap__container,
body[data-page=documents-strategy-en] .documents-strategy__container,
body[data-page=documents-strategy-en] .documents-strategy__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=documents-template] .cp-page-cap__container,
body[data-page=documents-template] .documents-template__container,
body[data-page=documents-template] .documents-template__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=expertise-npa] .cp-page-cap__container,
body[data-page=expertise-npa] .title__container,
body[data-page=expertise-npa] .plate__button,
body[data-page=expertise-npa] .expertise-npa__container,
body[data-page=expertise-npa] .expertise-npa__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=kso-interaction] .cp-page-cap__container,
body[data-page=kso-interaction] .tabs__list,
body[data-page=kso-interaction] .kso-interaction__content, body[data-page=kso-interaction-en] .cp-page-cap__container,
body[data-page=kso-interaction-en] .tabs__list,
body[data-page=kso-interaction-en] .kso-interaction__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=kso-interaction-commission] .cp-page-cap__container,
body[data-page=kso-interaction-commission] .tabs__list,
body[data-page=kso-interaction-commission] .kso-interaction-commission__content, body[data-page=kso-interaction-commission-en] .cp-page-cap__container,
body[data-page=kso-interaction-commission-en] .tabs__list,
body[data-page=kso-interaction-commission-en] .kso-interaction-commission__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=kso-interaction-requirements] .cp-page-cap__container,
body[data-page=kso-interaction-requirements] .tabs__list,
body[data-page=kso-interaction-requirements] .kso-interaction-requirements__content, body[data-page=kso-interaction-requirements-en] .cp-page-cap__container,
body[data-page=kso-interaction-requirements-en] .tabs__list,
body[data-page=kso-interaction-requirements-en] .kso-interaction-requirements__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=kso-interaction-agreement] .cp-page-cap__container,
body[data-page=kso-interaction-agreement] .tabs__list,
body[data-page=kso-interaction-agreement] .kso-interaction-agreement__content, body[data-page=kso-interaction-agreement-en] .cp-page-cap__container,
body[data-page=kso-interaction-agreement-en] .tabs__list,
body[data-page=kso-interaction-agreement-en] .kso-interaction-agreement__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=kso-interaction-joint-events] .cp-page-cap__container,
body[data-page=kso-interaction-joint-events] .tabs__list,
body[data-page=kso-interaction-joint-events] .kso-interaction-joint-events__content, body[data-page=kso-interaction-joint-events-en] .cp-page-cap__container,
body[data-page=kso-interaction-joint-events-en] .tabs__list,
body[data-page=kso-interaction-joint-events-en] .kso-interaction-joint-events__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=kso-interaction-council] .cp-page-cap__container,
body[data-page=kso-interaction-council] .tabs__list,
body[data-page=kso-interaction-council] .kso-interaction-council__content, body[data-page=kso-interaction-council-en] .cp-page-cap__container,
body[data-page=kso-interaction-council-en] .tabs__list,
body[data-page=kso-interaction-council-en] .kso-interaction-council__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=kso-interaction-herald] .cp-page-cap__container,
body[data-page=kso-interaction-herald] .tabs__list,
body[data-page=kso-interaction-herald] .kso-interaction-herald__content, body[data-page=kso-interaction-herald-en] .cp-page-cap__container,
body[data-page=kso-interaction-herald-en] .tabs__list,
body[data-page=kso-interaction-herald-en] .kso-interaction-herald__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body[data-page=kso-interaction-portal] .cp-page-cap__container,
body[data-page=kso-interaction-portal] .tabs__list,
body[data-page=kso-interaction-portal] .kso-interaction-portal__content, body[data-page=kso-interaction-portal-en] .cp-page-cap__container,
body[data-page=kso-interaction-portal-en] .tabs__list,
body[data-page=kso-interaction-portal-en] .kso-interaction-portal__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

* {
  font-family: "GolosVariations", serif;
}
/* End */


/* Start:/local/dist/css/index.css?1764877810908694*/
@charset "UTF-8";
.main-title {
  background-color: var(--color-dark-blue);
  height: 152px;
}
@media screen and (min-width: 768px) {
  .main-title {
    height: 306px;
  }
}
@media screen and (min-width: 1280px) {
  .main-title {
    height: 352px;
  }
}
.main-title__container {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
@media screen and (min-width: 1280px) {
  .main-title__container {
    padding: 26px 32px;
  }
}
.main-title__container h1 {
  color: var(--color-white);
  font-family: "Trola";
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .main-title__container h1 {
    font-family: "Trola";
    font-size: 60px;
    font-weight: 350;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}

.base {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background: rgb(22, 19, 51);
}
@media screen and (min-width: 1280px) {
  .base {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 1920px) {
  .base {
    padding: 92px 0 112px;
  }
}
.base__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .base__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .base__container {
    position: relative;
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .base__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.base__heading {
  letter-spacing: -0.44px;
  line-height: 26px;
  font-weight: 430;
  font-size: 22px;
  color: rgb(253, 252, 255);
}
@media screen and (min-width: 768px) {
  .base__heading {
    max-width: 760px;
    letter-spacing: -0.68px;
    line-height: 40px;
    font-size: 34px;
  }
}
@media screen and (min-width: 1920px) {
  .base__heading {
    max-width: 860px;
    letter-spacing: -0.02em;
    line-height: 41px;
    font-size: 36px;
  }
}
.base__description {
  margin-top: 16px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgb(253, 252, 255);
}
@media screen and (min-width: 768px) {
  .base__description {
    max-width: 650px;
    margin-top: 16px;
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .base__description {
    max-width: 860px;
    margin-top: 20px;
    letter-spacing: -0.02em;
    line-height: 26px;
    font-size: 21px;
  }
}
.base__slider {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .base__slider {
    margin-top: 46px;
  }
}
@media screen and (min-width: 1280px) {
  .base__slider {
    position: relative;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .base__slider {
    margin-top: 48px;
  }
}
.base__swiper {
  overflow: visible !important;
}
.base__swiper-pagination {
  position: static !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .base__swiper-pagination {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .base__swiper-pagination {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .base__swiper-pagination {
    margin-top: 68px;
  }
}
.base__swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 !important;
  background: rgba(171, 171, 245, 0.33);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .base__swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.base__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(61, 97, 243);
}
.base__buttons {
  display: none;
}
@media screen and (min-width: 1280px) {
  .base__buttons {
    position: absolute;
    right: 0;
    top: -80px;
    display: flex;
    gap: 4px;
  }
}
@media screen and (min-width: 1920px) {
  .base__buttons {
    top: -92px;
  }
}
@media screen and (min-width: 1280px) {
  .base__button {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: rgba(199, 237, 255, 0.16);
    cursor: pointer;
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .base__button {
    width: 44px;
    height: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .base__button:hover {
    background: #CCEFFF;
  }
}
.base__button.swiper-button-disabled {
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .base__button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .base__button-icon {
    flex: 0 0 auto;
    display: flex;
    width: 10px;
    height: 14px;
    fill: none;
    stroke: rgb(204, 239, 255);
    transition: stroke 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .base__button-icon {
    width: 12px;
    height: 18px;
  }
}
.swiper-button-disabled .base__button-icon {
  opacity: 0.5;
}
@media screen and (min-width: 1280px) {
  .base__button:hover .base__button-icon {
    stroke: #161333;
  }
}
.base__card {
  min-height: 438px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .base__card {
    min-height: 511px;
  }
}
@media screen and (min-width: 1280px) {
  .base__card {
    min-height: 682px;
  }
}
.base__card-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 24px 28px 0 16px;
}
@media screen and (min-width: 768px) {
  .base__card-box {
    padding: 32px 24px 0 24px;
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .base__card-box {
    padding: 32px 32px 0;
    gap: 8px;
  }
}
.base__card-heading, .base__card-link {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .base__card-heading, .base__card-link {
    font-family: "GolosVariations";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .base__card-heading, .base__card-link {
    font-family: "GolosVariations";
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.44px;
  }
}
.base__card-heading {
  color: #161333;
}
.base__card-link {
  align-self: flex-start;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  color: #3D61F3;
  position: relative;
  background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
  transition: background-size 0s;
}
@media screen and (min-width: 1280px) {
  .base__card-link {
    text-decoration-thickness: 1.5px;
  }
}
.base__card-link:hover {
  background-size: 100% 100%;
  transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.base__holder {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .base__holder {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .base__holder {
    position: absolute;
    left: 32px;
    bottom: -16px;
  }
}
@media screen and (min-width: 1600px) {
  .base__holder {
    left: 32px;
    bottom: -20px;
  }
}
.base__link {
  display: block;
  padding: 10px 16px;
  border-radius: 6px;
  background: rgba(199, 237, 255, 0.16);
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: rgb(204, 239, 255);
}
@media screen and (min-width: 768px) {
  .base__link {
    padding: 12px 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
    transition: background-color 200ms linear, color 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .base__link {
    letter-spacing: 0.02em;
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .base__link:hover {
    background: #3D61F3;
    color: #FFF;
  }
}

:root {
  --color-white: #FDFCFF;
  --color-white-50: #FDFCFF80;
  --color-blue-light: #E8F6FF;
  --color-blue-light-50: #E8F6FF7a;
  --color-blue-sky: #CCEFFF;
  --color-blue-sky-16: #C7EDFF29;
  --color-blue-sky-50: #C7EDFF80;
  --color-blue-sky-80: #C7EDFF80;
  --color-dark-blue: #161333;
  --color-dark-blue-16: #16133329;
  --color-dark-blue-40: #16133366;
  --color-bright-blue: #3D61F3;
  --color-bright-blue-10: #466CF21A;
  --color-bright-blue-hover: #5E7DF7;
  --color-light-gray: #F3F2F5;
  --color-hightlight: #b6c5ff;
  --color-red: #E72525;
  --color-red-light: #E7A2A2;
}

.links {
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .links {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .links {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .links {
    padding: 120px 0 116px;
  }
}
@media screen and (min-width: 1920px) {
  .links {
    padding: 140px 0;
  }
}
@media screen and (min-width: 1280px) {
  .links__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .links__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.links__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 16px 64px;
  background: rgb(232, 246, 255);
}
@media screen and (min-width: 768px) {
  .links__block {
    padding: 40px 24px 64px;
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .links__block {
    padding: 40px 32px 64px;
  }
}
.links__heading {
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .links__heading {
    letter-spacing: -0.44px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 430;
  }
}
@media screen and (min-width: 1920px) {
  .links__heading {
    letter-spacing: -0.02em;
    line-height: 29px;
    font-size: 24px;
  }
}
.links__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .links__list {
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .links__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.links__item {
  flex: 0 0 auto;
}
@media screen and (min-width: 1280px) {
  .links__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.links__link {
  position: relative;
  display: block;
  padding: 0 16px 12px 0;
  border-bottom: 1px solid rgba(22, 19, 51, 0.16);
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .links__link {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .links__link {
    padding: 0 20px 11px 0;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
    transition: color 200ms linear, border-color 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .links__link {
    letter-spacing: -0.02em;
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .links__link:hover {
    color: #3D61F3;
    border-color: #3D61F3;
  }
}
@media screen and (min-width: 768px) {
  .links__text {
    max-width: 572px;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .links__text {
    display: block;
    max-width: 620px;
  }
}
@media screen and (min-width: 1920px) {
  .links__text {
    max-width: 740px;
  }
}
.links__box {
  position: absolute;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .links__box {
    bottom: 10px;
    width: 20px;
    height: 20px;
  }
}
.links__icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .links__icon {
    width: 14px;
    height: 12px;
    transition: stroke 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .links__link:hover .links__icon {
    fill: #3D61F3;
  }
}

.checks {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background: rgb(22, 19, 51);
}
@media screen and (min-width: 1280px) {
  .checks {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 1920px) {
  .checks {
    padding: 92px 0;
  }
}
.checks__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .checks__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .checks__container {
    position: relative;
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .checks__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.checks__heading {
  letter-spacing: -0.44px;
  line-height: 26px;
  font-weight: 500;
  font-size: 22px;
  color: rgb(253, 252, 255);
}
@media screen and (min-width: 768px) {
  .checks__heading {
    letter-spacing: -0.68px;
    font-weight: 430;
    line-height: 40px;
    font-size: 34px;
  }
}
@media screen and (min-width: 1920px) {
  .checks__heading {
    letter-spacing: -0.02em;
    line-height: 41px;
    font-size: 36px;
  }
}
.checks__slider {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .checks__slider {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .checks__slider {
    position: relative;
    margin-top: 40px;
  }
}
.checks__swiper {
  overflow: visible !important;
}
.checks__swiper-slide {
  box-sizing: border-box;
}
.checks__swiper-pagination {
  position: relative !important;
  top: 0 !important;
  display: flex;
  justify-content: center;
  height: auto !important;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .checks__swiper-pagination {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .checks__swiper-pagination {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .checks__swiper-pagination {
    margin-top: 68px;
  }
}
.checks__swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: rgba(171, 171, 245, 0.33);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .checks__swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.checks__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-bright-blue);
}
.checks__buttons {
  display: none;
}
@media screen and (min-width: 1280px) {
  .checks__buttons {
    position: absolute;
    right: 0;
    top: -88px;
    display: flex;
    gap: 4px;
  }
}
@media screen and (min-width: 1920px) {
  .checks__buttons {
    top: -92px;
  }
}
.checks__button {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: rgba(199, 237, 255, 0.16);
  box-shadow: none;
  cursor: pointer;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 1920px) {
  .checks__button {
    width: 44px;
    height: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .checks__button:hover {
    background: #CCEFFF;
  }
}
.checks__button.swiper-button-disabled {
  pointer-events: none;
}
.checks__button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.checks__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 14px;
  fill: none;
  stroke: rgb(204, 239, 255);
}
@media screen and (min-width: 1280px) {
  .checks__button-icon {
    transition: stroke 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .checks__button-icon {
    width: 12px;
    height: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .checks__button:hover .checks__button-icon {
    stroke: #161333;
  }
}
.checks__button.swiper-button-disabled .checks__button-icon {
  opacity: 0.5;
}
.checks__card {
  display: flex;
  flex-direction: column;
  min-height: 372px;
  padding: 24px 16px 16px;
  background: rgb(253, 252, 255);
}
@media screen and (min-width: 768px) {
  .checks__card {
    padding: 32px 24px 24px;
    min-height: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .checks__card {
    padding: 32px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .checks__card {
    min-height: 620px;
    padding: 40px 32px 32px;
  }
}
@media screen and (min-width: 1920px) {
  .checks__card {
    min-height: 700px;
  }
}
.checks__card-info {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .checks__card-info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1920px) {
  .checks__card-info {
    gap: 12px;
    letter-spacing: 0.02em;
    font-size: 17px;
  }
}
.checks__card-type {
  color: rgb(61, 97, 243);
}
@media screen and (min-width: 1280px) {
  .checks__card-type {
    padding-bottom: 1.5px;
    background-image: linear-gradient(transparent calc(100% - 1.5px), var(--color-bright-blue) 1.5px);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .checks__card-type:hover {
    background-size: 100% 100%;
  }
}
.checks__card-date {
  position: relative;
  padding-left: 9px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 1280px) {
  .checks__card-date {
    padding-left: 11px;
  }
}
@media screen and (min-width: 1920px) {
  .checks__card-date {
    padding-left: 13px;
  }
}
.checks__card-date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: calc(100% - 4px);
  background: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .checks__card-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .checks__card-date::before {
    height: 18px;
  }
}
.checks__card-heading {
  margin-top: 16px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 470;
  font-size: 18px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .checks__card-heading {
    margin-top: 24px;
    letter-spacing: -0.56px;
    line-height: 34px;
    font-weight: 430;
    font-size: 28px;
    transition: color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .checks__card-heading:hover {
    color: #3D61F3;
  }
}
.checks__card-description {
  display: none;
}
@media screen and (min-width: 768px) {
  .checks__card-description {
    display: block;
    margin-top: 24px;
    letter-spacing: -0.36px;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    color: rgb(22, 19, 51);
  }
  .page--variations .checks__card-description {
    font-family: "GolosVariable";
    font-weight: 250;
  }
}
@media screen and (min-width: 1920px) {
  .checks__card-description {
    margin-top: 32px;
    letter-spacing: -0.02em;
    line-height: 26px;
    font-weight: 400;
    font-size: 21px;
  }
}
.checks__card-author {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .checks__card-author {
    gap: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .checks__card-author {
    gap: 18px;
  }
}
.checks__card-image {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .checks__card-image {
    width: 48px;
    height: 48px;
  }
}
.checks__card-box {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.checks__card-name, .checks__card-position {
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .checks__card-name, .checks__card-position {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1920px) {
  .checks__card-name, .checks__card-position {
    text-transform: none;
    letter-spacing: -0.02em;
    line-height: 23px;
    font-weight: 400;
    font-size: 18px;
  }
}
.checks__card-name {
  color: rgb(22, 19, 51);
}
.checks__card-author:hover .checks__card-name {
  color: var(--color-bright-blue) !important;
}
.checks__card-position {
  color: rgba(22, 19, 51, 0.4);
}
.checks__holder {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .checks__holder {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .checks__holder {
    position: absolute;
    left: 32px;
    bottom: -20px;
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 1600px) {
  .checks__holder {
    left: 32px;
  }
}
.checks__link {
  display: inline-block;
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 6px;
  background: rgba(199, 237, 255, 0.16);
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: rgb(204, 239, 255);
}
@media screen and (min-width: 768px) {
  .checks__link {
    padding: 12px 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
    transition: background-color 200ms linear, color 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .checks__link {
    letter-spacing: 0.02em;
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .checks__link:hover {
    background: #3D61F3;
    color: #FFF;
  }
}

* {
  min-width: 0;
}

.report-charts {
  padding: 104px 0 80px;
}
@media screen and (min-width: 768px) {
  .report-charts {
    padding: 100px 0 100px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts {
    padding: 120px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .report-charts__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.report-charts__box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .report-charts__box {
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
  }
}
.report-charts__holder {
  display: flex;
  flex-direction: column;
  gap: 104px;
}
@media screen and (min-width: 768px) {
  .report-charts__holder {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__holder {
    flex: 1 1 auto;
    gap: 120px;
  }
}
.report-charts__main-graphic {
  display: flex;
  align-items: flex-start;
  justify-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .report-charts__main-graphic {
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .report-charts__main-graphic {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__main-graphic {
    gap: 0;
  }
}
.report-charts__main-graphic-title {
  margin-top: 28px;
  max-width: 630px;
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .report-charts__main-graphic-title {
    margin-top: 24px;
    font-family: "GolosVariations";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
.report-charts__main-graphic-list {
  display: none;
}
@media screen and (min-width: 1280px) {
  .report-charts__main-graphic-list {
    display: block;
    margin-top: 32px;
  }
  .report-charts__main-graphic-list > * {
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.26px;
    font-weight: 500;
    color: rgba(22, 19, 51, 0.4);
    text-transform: uppercase;
    position: relative;
  }
  .report-charts__main-graphic-list > *::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .report-charts__main-graphic-list > *:nth-child(1)::before {
    background: #3D61F3;
  }
  .report-charts__main-graphic-list > *:nth-child(2)::before {
    background: #283287;
  }
  .report-charts__main-graphic-list > *:last-child {
    margin-bottom: 0;
  }
}
.report-charts__main-graphic img {
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .report-charts__main-graphic img {
    margin-top: 22px;
    height: 480px;
  }
}
.report-charts__main-block {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .report-charts__main-block {
    padding: 0 0 0 24px;
    border-left: 1.5px solid var(--color-dark-blue);
  }
}
@media screen and (max-width: 1279px) {
  .report-charts__main-block {
    position: relative;
  }
  .report-charts__main-block::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: -24px;
    height: 1px;
    background: var(--color-dark-blue);
    z-index: 1;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .report-charts__main-block::before {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__main-block {
    padding: 0 0 0 32px;
  }
}
.report-charts__main-info {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .report-charts__main-info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.report-charts__main-type {
  position: relative;
  padding-left: 10px;
  color: rgb(61, 97, 243);
}
@media screen and (min-width: 768px) {
  .report-charts__main-type {
    padding-left: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__main-type {
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .report-charts__main-type {
    padding-bottom: 1.5px;
    background-image: linear-gradient(transparent calc(100% - 1.5px), var(--color-bright-blue) 1.5px);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .report-charts__main-type:hover {
    background-size: 100% 100%;
  }
}
.report-charts__main-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .report-charts__main-type::before {
    top: 7px;
    width: 8px;
    height: 8px;
  }
}
.report-charts__main-date {
  position: relative;
  padding-left: 9px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 1280px) {
  .report-charts__main-date {
    padding-left: 11px;
  }
}
.report-charts__main-date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .report-charts__main-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__main-date::before {
    height: 18px;
  }
}
.report-charts__main-heading {
  flex: 0 0 auto;
  letter-spacing: -0.44px;
  line-height: 26px;
  font-weight: 500;
  font-size: 22px;
  color: rgb(22, 19, 51);
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .report-charts__main-heading {
    margin-top: 24px;
    max-width: 728px;
    letter-spacing: -0.68px;
    line-height: 40px;
    font-size: 34px;
    cursor: pointer;
    font-weight: 430;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__main-heading {
    transition: all 200ms linear;
  }
  .report-charts__main-heading:hover {
    color: var(--color-bright-blue);
  }
}
.report-charts__main-description {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgb(22, 19, 51);
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .report-charts__main-description {
    max-width: 630px;
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
.report-charts__main-custom-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  .report-charts__main-custom-pagination {
    margin-top: 64px;
    align-items: flex-start;
  }
}
.report-charts__main-tabs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 4px;
  margin: 0 -16px;
  padding: 0 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 768px) {
  .report-charts__main-tabs {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}
.report-charts__main-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.report-charts__main-tabs::-webkit-scrollbar-thumb, .report-charts__main-tabs::-webkit-scrollbar-track {
  background: transparent;
}
.report-charts__main-tab {
  padding: 8px 14px;
  flex-shrink: 0;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: var(--color-dark-blue);
  background-color: var(--color-light-gray);
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .report-charts__main-tab {
    font-family: "GolosVariations";
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.26px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__main-tab {
    cursor: pointer;
    transition: all 200ms linear;
  }
  .report-charts__main-tab:hover {
    background-color: var(--color-blue-sky-50);
  }
}
.report-charts__main-tab--active {
  background-color: var(--color-blue-sky) !important;
}
.report-charts__main-buttons {
  display: none;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .report-charts__main-buttons {
    display: flex;
    flex: 0 0 auto;
  }
}
.report-charts__main-button {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: rgb(243, 242, 245);
  box-shadow: none;
  cursor: pointer;
  flex: 0 0 auto;
}
@media screen and (min-width: 1280px) {
  .report-charts__main-button {
    transition: background-color 200ms;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__main-button {
    width: 44px;
    height: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__main-button:hover {
    background: #3D61F3;
  }
}
.report-charts__main-button.swiper-button-disabled {
  pointer-events: none;
}
.report-charts__main-button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.report-charts__main-button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 14px;
  fill: none;
  stroke: rgb(22, 19, 51);
}
@media screen and (min-width: 1280px) {
  .report-charts__main-button-icon {
    transition: stroke 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__main-button-icon {
    width: 12px;
    height: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__main-button:hover .report-charts__main-button-icon {
    stroke: #CCEFFF;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__main-button.swiper-button-disabled .report-charts__main-button-icon {
    opacity: 0.5;
  }
}
.report-charts__main-swiper-pagination {
  position: static !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .report-charts__main-swiper-pagination {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__main-swiper-pagination {
    margin-top: 12px;
    padding-bottom: 0;
  }
}
.report-charts__main-swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: rgba(22, 19, 51, 0.16);
  opacity: 1;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .report-charts__main-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.report-charts__main-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-bright-blue);
}
.report-charts__main-swiper-slide {
  display: flex !important;
  height: auto !important;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .report-charts__single {
    position: relative;
  }
  .report-charts__single::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: -24px;
    height: 1px;
    background: var(--color-dark-blue);
    z-index: 1;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .report-charts__single::before {
    display: none;
  }
}
.report-charts__single-block {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .report-charts__single-block {
    padding: 0 0 0 24px;
    border-left: 1.5px solid var(--color-dark-blue);
    gap: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__single-block {
    padding: 0 0 0 32px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.report-charts__single-text {
  display: flex;
  flex-direction: column;
}
.report-charts__single-info {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .report-charts__single-info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.report-charts__single-type {
  color: rgb(61, 97, 243);
}
@media screen and (min-width: 1280px) {
  .report-charts__single-type {
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .report-charts__single-type {
    padding-bottom: 1.5px;
    background-image: linear-gradient(transparent calc(100% - 1.5px), var(--color-bright-blue) 1.5px);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .report-charts__single-type:hover {
    background-size: 100% 100%;
  }
}
.report-charts__single-date {
  position: relative;
  padding-left: 9px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .report-charts__single-date {
    padding-left: 11px;
  }
}
.report-charts__single-date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .report-charts__single-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__single-date::before {
    height: 18px;
  }
}
.report-charts__single-heading {
  flex: 0 0 auto;
  letter-spacing: -0.44px;
  line-height: 26px;
  font-weight: 500;
  font-size: 22px;
  color: rgb(22, 19, 51);
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .report-charts__single-heading {
    max-width: 728px;
    letter-spacing: -0.68px;
    line-height: 40px;
    font-size: 34px;
    cursor: pointer;
    font-weight: 430;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__single-heading {
    margin-top: 16px;
  }
  .report-charts__single-heading:hover {
    color: var(--color-bright-blue);
  }
}
.report-charts__single-description {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgb(22, 19, 51);
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .report-charts__single-description {
    max-width: 630px;
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
.report-charts__single-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
}
@media screen and (min-width: 768px) {
  .report-charts__single-chart {
    gap: 50px;
  }
  .report-charts__single-chart img {
    width: 638px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__single-chart {
    gap: 38px;
  }
  .report-charts__single-chart img {
    width: 595px;
  }
}
.report-charts__single-title {
  color: var(--color-dark-blue);
  font-family: "GolosVariations";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.24px;
}
@media screen and (min-width: 768px) {
  .report-charts__single-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__single-title {
    font-family: "GolosVariations";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
.report-charts__single-button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-blue-sky);
  color: var(--color-dark-blue);
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .report-charts__single-button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__single-button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
@media screen and (min-width: 768px) {
  .report-charts__single-button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__single-button {
    margin-top: auto;
  }
}
.report-charts__news {
  display: none;
}
@media screen and (min-width: 1280px) {
  .report-charts__news {
    display: block;
    order: 2;
    flex: 0 0 auto;
    padding: 0 16px;
    margin-top: 80px;
    flex: 0 0 auto;
    width: 388px;
    padding: 0 0 0 32px;
    border-left: 1.5px solid rgb(22, 19, 51);
    margin-top: 0;
    will-change: transform;
    transform: translateZ(0);
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news {
    width: 468px;
  }
}
.report-charts__news-block {
  padding-top: 24px;
  border-top: 1px solid rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .report-charts__news-block {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__news-block {
    padding: 0;
    border: 0;
  }
}
.report-charts__news-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .report-charts__news-list {
    gap: 64px;
  }
}
.report-charts__news-item {
  flex: 0 0 auto;
}
.report-charts__news-item-heading {
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .report-charts__news-item-heading {
    letter-spacing: -0.44px;
    line-height: 26px;
    font-size: 22px;
    transition: color 200ms linear;
    font-weight: 430;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news-item-heading {
    letter-spacing: -0.02em;
    line-height: 29px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__news-item-heading:hover {
    color: #3D61F3;
  }
}
.report-charts__news-item-info {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 1280px) {
  .report-charts__news-item-info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news-item-info {
    gap: 12px;
    margin-top: 20px;
    letter-spacing: -0.02em;
    line-height: 22px;
    font-size: 17px;
  }
}
.report-charts__news-item-category {
  color: rgb(61, 97, 243);
}
@media screen and (min-width: 1280px) {
  .report-charts__news-item-category {
    padding-bottom: 1.5px;
    background-image: linear-gradient(transparent calc(100% - 1.5px), var(--color-bright-blue) 1.5px);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .report-charts__news-item-category:hover {
    background-size: 100% 100%;
  }
}
.report-charts__news-item-date {
  position: relative;
  padding-left: 9px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 1280px) {
  .report-charts__news-item-date {
    padding-left: 11px;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news-item-date {
    padding-left: 13px;
  }
}
.report-charts__news-item-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: 12px;
  background: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .report-charts__news-item-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__news-item-date::before {
    height: 18px;
  }
}
.report-charts__news-item-picture {
  display: none;
}
@media screen and (min-width: 1280px) {
  .report-charts__news-item-picture {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news-item-picture {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__news-item-picture::before {
    content: " ";
    display: block;
    padding-top: 62.0786516854%;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news-item-picture::before {
    padding-top: 62.0930232558%;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__news-item-image {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.report-charts__news-banners {
  position: relative;
  margin-top: 48px;
}
@media screen and (min-width: 1280px) {
  .report-charts__news-banners {
    margin-top: 64px;
  }
}
.report-charts__news-swiper-slide {
  box-sizing: border-box;
}
.report-charts__news-banner {
  min-height: 340px;
  padding: 24px 16px;
  background: rgb(232, 246, 255);
}
@media screen and (min-width: 1280px) {
  .report-charts__news-banner {
    min-height: 388px;
    padding: 32px 24px;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news-banner {
    min-height: 420px;
    padding: 32px 102px 32px 24px;
  }
}
.report-charts__news-banner-info {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 1280px) {
  .report-charts__news-banner-info {
    gap: 10px;
    letter-spacing: -0.3px;
    line-height: 22px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news-banner-info {
    letter-spacing: -0.02em;
    line-height: 18px;
    font-size: 15px;
  }
}
.report-charts__news-banner-category {
  position: relative;
  padding-right: 9px;
  color: rgb(61, 97, 243);
}
@media screen and (min-width: 1280px) {
  .report-charts__news-banner-category {
    padding-right: 11px;
  }
}
.report-charts__news-banner-category::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 12px;
  background: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .report-charts__news-banner-category::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__news-banner-category::before {
    height: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news-banner-category::before {
    height: 14px;
  }
}
.report-charts__news-banner-date {
  color: rgb(22, 19, 51);
}
.report-charts__news-banner-heading {
  margin-top: 20px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 430;
  font-size: 18px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 1280px) {
  .report-charts__news-banner-heading {
    margin-top: 16px;
    letter-spacing: -0.44px;
    line-height: 26px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news-banner-heading {
    margin-top: 24px;
    letter-spacing: -0.02em;
    line-height: 29px;
    font-size: 24px;
  }
}
.report-charts__news-banner-description, .report-charts__news-banner-link {
  margin-top: 12px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1280px) {
  .report-charts__news-banner-description, .report-charts__news-banner-link {
    margin-top: 16px;
  }
}
.report-charts__news-banner-description {
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 1280px) {
  .report-charts__news-banner-description {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news-banner-description {
    letter-spacing: -0.02em;
    line-height: 23px;
  }
}
.report-charts__news-banner-link {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: rgb(61, 97, 243);
}
@media screen and (min-width: 768px) {
  .report-charts__news-banner-link {
    text-decoration-thickness: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__news-banner-link {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .report-charts__news-banner-link {
    letter-spacing: -0.02em;
    line-height: 23px;
  }
}
.report-charts__news-button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-blue-sky);
  color: var(--color-dark-blue);
  display: block;
  margin: 64px auto 0;
}
@media screen and (min-width: 768px) {
  .report-charts__news-button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__news-button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.report-charts__events {
  order: 3;
  margin-top: 92px;
}
@media screen and (min-width: 1280px) {
  .report-charts__events {
    margin-top: 64px;
  }
}
.report-charts__events-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 32px;
  background-color: var(--color-light-gray);
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .report-charts__events-block {
    padding: 20px 32px;
    flex-direction: row;
  }
}
.report-charts__events-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .report-charts__events-info {
    gap: 20px;
    max-width: 660px;
  }
}
.report-charts__events-title {
  color: var(--color-dark-blue);
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 768px) {
  .report-charts__events-title {
    text-decoration-thickness: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .report-charts__events-title {
    font-family: "GolosVariations";
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.42px;
  }
}
.report-charts__events-description {
  color: var(--color-dark-blue, #161333);
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 1280px) {
  .report-charts__events-description {
    font-family: "GolosVariations";
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.42px;
  }
}
.report-charts__events-image img {
  max-height: 144px;
}
@media screen and (min-width: 1280px) {
  .report-charts__events-image img {
    max-height: 112px;
  }
}

* {
  min-width: 0;
}

.prime {
  padding: 48px 0 80px;
}
@media screen and (min-width: 768px) {
  .prime {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 1280px) {
  .prime {
    padding: 80px 0 140px;
  }
}
@media screen and (min-width: 1920px) {
  .prime {
    padding: 90px 0 140px;
  }
}
@media screen and (min-width: 768px) {
  .prime__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .prime__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.prime__box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .prime__box {
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
  }
}
.prime__holder {
  display: contents;
}
@media screen and (min-width: 1280px) {
  .prime__holder {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
}
.prime__main-slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .prime__main-slider {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .prime__main-slider {
    height: 790px;
  }
}
@media screen and (min-width: 1024px) {
  .prime__main-slider {
    height: 606px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-slider {
    height: 680px;
  }
}
@media screen and (min-width: 768px) {
  .prime__main-swiper {
    overflow: visible !important;
    height: 100%;
  }
}
.prime__main-swiper-slide {
  display: flex !important;
  height: auto !important;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .prime__main-swiper-slide {
    transition: transform 300ms ease-out, opacity 150ms ease-out !important;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .prime__main-swiper-slide--hidden {
    opacity: 0;
    pointer-events: none;
    user-select: none;
  }
}
.prime__main-swiper-slide:nth-child(odd) .prime__main-button {
  background-color: var(--color-blue-sky);
}
.prime__main-swiper-slide:nth-child(even) .prime__main-button {
  background-color: var(--color-bright-blue-10);
}
.prime__main-swiper-slide:nth-child(even) .prime__main-card-link-all {
  background-color: var(--color-bright-blue-10);
}
@media screen and (min-width: 1280px) {
  .prime__main-swiper-slide:nth-child(even) .prime__main-card-link-all:hover {
    background: #3D61F3;
    color: var(--color-blue-sky);
  }
}
@media screen and (min-width: 768px) {
  .prime__main-swiper-slide {
    position: absolute !important;
    inset: 0;
  }
}
.prime__main-buttons {
  position: absolute;
  right: 16px;
  bottom: 32px;
  z-index: 1;
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .prime__main-buttons {
    right: 24px;
    bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .prime__main-buttons {
    right: 32px;
    bottom: 32px;
  }
}
.prime__main-button {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .prime__main-button {
    width: 40px;
    height: 40px;
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .prime__main-button {
    width: 44px;
    height: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-button:hover {
    background: var(--color-bright-blue) !important;
  }
}
.prime__main-button.swiper-button-disabled {
  pointer-events: none;
}
.prime__main-button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.prime__main-button-icon {
  flex: 0 0 auto;
  display: block;
  width: 8px;
  height: 10px;
  fill: none;
  stroke: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__main-button-icon {
    width: 10px;
    height: 14px;
    transition: stroke 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .prime__main-button-icon {
    width: 12px;
    height: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-button:hover .prime__main-button-icon {
    stroke: var(--color-blue-sky);
  }
}
.prime__main-button.swiper-button-disabled .prime__main-button-icon {
  opacity: 0.5;
}
.prime__main-card {
  flex: 1 1 auto;
  height: 100%;
  padding: 32px 16px 100px;
}
@media screen and (min-width: 768px) {
  .prime__main-card {
    padding: 56px 24px 94px;
  }
}
.prime__main-swiper-slide:nth-child(even) .prime__main-card {
  background: var(--color-blue-sky);
}
.prime__main-swiper-slide:nth-child(odd) .prime__main-card {
  background: rgb(232, 246, 255);
}
@media screen and (min-width: 1280px) {
  .prime__main-card {
    padding: 40px 32px 105px;
  }
}
.prime__main-card--row .prime__main-card-content {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .prime__main-card--row .prime__main-card-content {
    gap: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .prime__main-card--row .prime__main-card-content {
    gap: 96px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-card--row .prime__main-card-content {
    gap: 83px;
  }
}
.prime__main-card--row .prime__main-card-content .prime__main-card-image {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prime__main-card--row .prime__main-card-content .prime__main-card-image {
    max-width: 352px;
    max-height: 444px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .prime__main-card--row .prime__main-card-content .prime__main-card-image {
    max-width: 344px;
    max-height: 471px;
  }
}
@media (min-width: 1400px) {
  .prime__main-card--row .prime__main-card-content .prime__main-card-image {
    max-width: 598px;
    max-height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .prime__main-card--row-var {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .prime__main-card--row-var {
    padding-bottom: 80px;
  }
}
.prime__main-card--row-var .prime__main-card-content {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .prime__main-card--row-var .prime__main-card-content {
    gap: 64px;
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-card--row-var .prime__main-card-content {
    gap: 83px;
  }
}
@media (min-width: 1400px) {
  .prime__main-card--row-var .prime__main-card-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.prime__main-card--row-var .prime__main-card-content .prime__main-card-image {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prime__main-card--row-var .prime__main-card-content .prime__main-card-image {
    margin-top: auto;
    max-width: 315px;
    max-height: 220px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .prime__main-card--row-var .prime__main-card-content .prime__main-card-image {
    max-height: 166px;
  }
}
@media (min-width: 1400px) {
  .prime__main-card--row-var .prime__main-card-content .prime__main-card-image {
    max-width: 598px;
    max-height: 500px;
    margin-top: 0;
  }
}
.prime__main-card--row-var .prime__main-card-content .prime__main-card-link-all {
  display: none;
}
@media screen and (min-width: 768px) {
  .prime__main-card--row-var .prime__main-card-content .prime__main-card-link-all {
    display: inline-block;
    position: relative;
    left: unset;
    bottom: unset;
    margin-top: 32px;
    align-self: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .prime__main-card--row-var .prime__main-card-content .prime__main-card-link-all {
    margin-top: 12px;
  }
}
@media (min-width: 1400px) {
  .prime__main-card--row-var .prime__main-card-content .prime__main-card-link-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .prime__main-card--row-var .prime__main-card-link-all {
    display: none;
  }
}
@media (min-width: 1400px) {
  .prime__main-card--row-var .prime__main-card-link-all {
    display: inline-block;
  }
}
.prime__main-card-info {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .prime__main-card-info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .prime__main-card-info {
    letter-spacing: 0.02em;
    line-height: 20px;
  }
}
.prime__main-card-type {
  color: rgb(61, 97, 243);
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .prime__main-card-type {
    padding-bottom: 1.5px;
    background-image: linear-gradient(transparent calc(100% - 1.5px), var(--color-bright-blue) 1.5px);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .prime__main-card-type:hover {
    background-size: 100% 100%;
  }
}
.prime__main-card-date {
  position: relative;
  padding-left: 9px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 1280px) {
  .prime__main-card-date {
    padding-left: 11px;
  }
}
.prime__main-card-date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__main-card-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-card-date::before {
    height: 18px;
  }
}
.prime__main-card-content {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .prime__main-card-content {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }
}
.prime__main-card-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .prime__main-card-text {
    gap: 16px;
  }
}
.prime__main-card-heading {
  flex: 0 0 auto;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-size: 18px;
  color: rgb(22, 19, 51);
  font-weight: 500;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .prime__main-card-heading {
    max-width: 728px;
    font-weight: 470;
    letter-spacing: -0.68px;
    line-height: 40px;
    font-size: 34px;
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-card-heading:hover {
    color: var(--color-bright-blue);
  }
}
.prime__main-card-description {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__main-card-description {
    max-width: 630px;
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
.prime__main-card-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 144px;
}
@media screen and (min-width: 768px) {
  .prime__main-card-list {
    margin-top: 120px;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .prime__main-card-list {
    display: block;
    column-count: 2;
    column-gap: 16px;
    margin-top: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-card-list {
    column-gap: 28px;
  }
}
.prime__main-card-item {
  flex: 0 0 auto;
}
@media screen and (min-width: 1280px) {
  .prime__main-card-item {
    break-inside: avoid-column;
    margin-bottom: 6px;
  }
}
.prime__main-card-item:nth-child(n+6) {
  display: none;
}
@media screen and (min-width: 768px) {
  .prime__main-card-item:nth-child(n+6) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .prime__main-card-item:nth-child(5n) a {
    border-bottom: none;
  }
}
.prime__main-card-link {
  position: relative;
  display: block;
  padding: 0 0 12px 20px;
  border-bottom: 1.5px solid rgba(22, 19, 51, 0.16);
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: rgb(22, 19, 51);
  transition: color 200ms linear;
}
@media screen and (max-width: 1279px) {
  .prime__main-card-link {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .prime__main-card-link {
    padding: 0 0 7px 28px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .prime__main-card-link {
    padding: 0 0 5px 28px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-card-link:hover {
    color: #3D61F3;
  }
}
.prime__main-card-link-all {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  background: rgb(204, 239, 255);
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: rgb(22, 19, 51);
  left: 16px;
  bottom: 32px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .prime__main-card-link-all {
    left: 24px;
    bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-card-link-all {
    margin: 0;
    position: absolute;
    transition: background-color 200ms linear, color 200ms linear;
    left: 32px;
    bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-card-link-all:hover {
    background: #3D61F3;
    color: var(--color-blue-sky);
  }
}
@media screen and (min-width: 1920px) {
  .prime__main-card-link-all {
    display: none;
  }
}
.prime__main-card-box {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .prime__main-card-box {
    width: 20px;
    height: 22px;
  }
}
.prime__main-card-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__main-card-icon {
    width: 14px;
    height: 12px;
    transition: stroke 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-card-link:hover .prime__main-card-icon {
    fill: #3D61F3;
  }
}
.prime__main-card-more {
  display: inline-block;
  margin-top: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: rgb(61, 97, 243);
}
@media screen and (min-width: 768px) {
  .prime__main-card-more {
    display: none;
  }
}
.prime__main-card-button {
  position: absolute;
  left: 16px;
  bottom: 32px;
  display: block;
  margin: 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .prime__main-card-button {
    left: 24px;
    bottom: 24px;
    padding: 12px 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
    transition: background-color 200ms linear, color 200ms linear;
  }
}
@media screen and (min-width: 1024px) {
  .prime__main-card-button {
    left: 32px;
    bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__main-card-button:hover {
    background: #3D61F3;
    color: var(--color-blue-sky);
  }
}
.prime__nums {
  position: relative;
  overflow: hidden;
  order: 4;
  flex: 0 0 auto;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .prime__nums {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__nums {
    overflow: visible;
    margin-top: 80px;
  }
}
.prime__nums-block {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .prime__nums-block {
    padding: 0;
  }
}
.prime__nums-heading {
  letter-spacing: -0.44px;
  line-height: 26px;
  font-weight: 500;
  font-size: 22px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__nums-heading {
    padding-right: 84px;
    letter-spacing: -0.68px;
    line-height: 40px;
    font-size: 34px;
    font-weight: 430;
  }
}
@media screen and (min-width: 1920px) {
  .prime__nums-heading {
    padding-right: 92px;
    letter-spacing: -0.02em;
    line-height: 41px;
    font-size: 36px;
  }
}
.prime__nums-slider {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .prime__nums-slider {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__nums-slider {
    position: relative;
  }
}
@media screen and (min-width: 1920px) {
  .prime__nums-slider {
    margin-top: 51px;
  }
}
.prime__nums-swiper {
  overflow: visible !important;
}
@media screen and (min-width: 1280px) {
  .prime__nums-swiper {
    overflow: hidden !important;
  }
}
.prime__nums-swiper-pagination {
  position: static !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .prime__nums-swiper-pagination {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__nums-swiper-pagination {
    margin-top: 83px;
  }
}
@media screen and (min-width: 1920px) {
  .prime__nums-swiper-pagination {
    margin-top: 48px;
  }
}
.prime__nums-swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: rgba(22, 19, 51, 0.16);
  opacity: 1;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .prime__nums-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.prime__nums-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-bright-blue);
}
.prime__nums-buttons {
  position: absolute;
  right: 0;
  top: -80px;
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1920px) {
  .prime__nums-buttons {
    top: -92px;
  }
}
.prime__nums-button {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: rgb(243, 242, 245);
  box-shadow: none;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .prime__nums-button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .prime__nums-button {
    width: 44px;
    height: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__nums-button:hover {
    background: #3D61F3;
  }
}
.prime__nums-button.swiper-button-disabled {
  pointer-events: none;
}
.prime__nums-button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.prime__nums-button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 14px;
  fill: none;
  stroke: rgb(22, 19, 51);
}
@media screen and (min-width: 1280px) {
  .prime__nums-button-icon {
    transition: stroke 200ms linear;
  }
}
@media screen and (min-width: 1920px) {
  .prime__nums-button-icon {
    width: 12px;
    height: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__nums-button:hover .prime__nums-button-icon {
    stroke: var(--color-blue-sky);
  }
}
.prime__nums-button.swiper-button-disabled .prime__nums-button-icon {
  opacity: 0.5;
}
.prime__nums-card {
  display: flex;
  flex-direction: column;
  min-height: 264px;
  padding-left: 16px;
  border-left: 1.5px solid rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__nums-card {
    padding-left: 20px;
    min-height: 380px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__nums-card {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .prime__nums-card {
    min-height: 460px;
  }
}
.prime__nums-card-heading {
  flex: 0 0 auto;
  letter-spacing: -2px;
  line-height: 52px;
  font-weight: 500;
  font-size: 50px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__nums-card-heading {
    font-weight: 470;
    letter-spacing: -2.8px;
    line-height: 74px;
    font-size: 70px;
    font-weight: 430;
  }
}
@media screen and (min-width: 1920px) {
  .prime__nums-card-heading {
    letter-spacing: -0.04em;
    line-height: 84px;
    font-size: 76px;
  }
}
.prime__nums-card-description {
  flex: 0 0 auto;
  margin-top: 12px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__nums-card-description {
    margin-top: 16px;
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .prime__nums-card-description {
    margin-top: 20px;
    letter-spacing: -0.02em;
    line-height: 26px;
    font-size: 21px;
  }
}
.prime__nums-card-description a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: rgb(61, 97, 243);
  position: relative;
  background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
  transition: background-size 0s;
}
.prime__nums-card-description a:hover {
  background-size: 100% 100%;
  transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (min-width: 1280px) {
  .prime__nums-card-description a {
    text-decoration-thickness: 1.5px;
  }
}
.prime__nums-card-tag {
  flex: 0 0 auto;
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: rgb(61, 97, 243);
  padding-bottom: 5px;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .prime__nums-card-tag {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .prime__nums-card-tag {
    letter-spacing: 0.02em;
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__nums-card-tag {
    padding-bottom: 1.5px;
    background-image: linear-gradient(transparent calc(100% - 1.5px), var(--color-bright-blue) 1.5px);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .prime__nums-card-tag:hover {
    background-size: 100% 100%;
  }
}
.prime__nums-link {
  display: none;
}
@media screen and (min-width: 768px) {
  .prime__nums-link {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 6px;
    background: rgb(204, 239, 255);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
    color: rgb(22, 19, 51);
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .prime__nums-link {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
    transition: background-color 200ms linear, color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .prime__nums-link:hover {
    background: #3D61F3;
    color: var(--color-blue-sky);
  }
}
@media screen and (min-width: 1920px) {
  .prime__nums-link {
    display: none;
  }
}
.prime__news {
  order: 2;
  flex: 0 0 auto;
  padding: 0 16px;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .prime__news {
    padding: 0;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news {
    flex: 0 0 auto;
    width: 388px;
    padding: 0 0 0 32px;
    border-left: 1.5px solid rgb(22, 19, 51);
    margin-top: 0;
    will-change: transform;
    transform: translateZ(0);
  }
}
@media screen and (min-width: 1920px) {
  .prime__news {
    width: 468px;
  }
}
.prime__news-block {
  padding-top: 24px;
  border-top: 1px solid rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__news-block {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .prime__news-block {
    padding: 0;
    border: 0;
  }
}
.prime__news-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .prime__news-list {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-list {
    gap: 64px;
  }
}
.prime__news-item {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .prime__news-item {
    padding-top: 16px;
    border-top: 1.5px solid rgba(22, 19, 51, 0.16);
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-item {
    padding-top: 0;
    border: none;
  }
}
.prime__news-item-heading {
  letter-spacing: -0.46px;
  line-height: 22px;
  font-size: 18px;
  color: rgb(22, 19, 51);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .prime__news-item-heading {
    letter-spacing: -0.44px;
    line-height: 26px;
    font-size: 22px;
    transition: color 200ms linear;
    font-weight: 430;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-item-heading:hover {
    color: #3D61F3;
  }
}
.prime__news-item-info {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  font-weight: 500;
  line-height: 16px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .prime__news-item-info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1920px) {
  .prime__news-item-info {
    gap: 12px;
    margin-top: 20px;
    letter-spacing: -0.02em;
    line-height: 22px;
    font-size: 17px;
  }
}
.prime__news-item-category {
  color: rgb(61, 97, 243);
}
@media screen and (min-width: 1280px) {
  .prime__news-item-category {
    padding-bottom: 1.5px;
    background-image: linear-gradient(transparent calc(100% - 1.5px), var(--color-bright-blue) 1.5px);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .prime__news-item-category:hover {
    background-size: 100% 100%;
  }
}
.prime__news-item-date {
  position: relative;
  padding-left: 9px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 1280px) {
  .prime__news-item-date {
    padding-left: 11px;
  }
}
@media screen and (min-width: 1920px) {
  .prime__news-item-date {
    padding-left: 13px;
  }
}
.prime__news-item-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__news-item-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-item-date::before {
    height: 18px;
  }
}
.prime__news-item-picture {
  display: none;
}
@media screen and (min-width: 1280px) {
  .prime__news-item-picture {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .prime__news-item-picture {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-item-picture::before {
    content: " ";
    display: block;
    padding-top: 62.0786516854%;
  }
}
@media screen and (min-width: 1920px) {
  .prime__news-item-picture::before {
    padding-top: 62.0930232558%;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-item-image {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.prime__news-banners {
  position: relative;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .prime__news-banners {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-banners {
    margin-top: 64px;
  }
}
.prime__news-progress {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 16px;
  display: flex;
  gap: 8px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .prime__news-progress {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-progress {
    gap: 12px;
  }
}
.prime__news-progress-item {
  min-width: 32px;
  width: 100%;
  height: 2px;
  background: var(--color-dark-blue-16);
  border-radius: 8px;
  transition: background-color 300ms ease;
  position: relative;
  overflow: hidden;
  --progress-width: 0%;
}
.prime__news-progress-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--progress-width);
  background: var(--color-bright-blue);
  transition: width 0.1s linear;
  border-radius: inherit;
}
.prime__news-progress-item.active::before {
  width: var(--progress-width);
}
.prime__news-progress-item.completed {
  background: var(--color-bright-blue);
}
.prime__news-progress-item.completed::before {
  width: 100%;
}
.prime__news-swiper-slide {
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}
.prime__news-banner {
  flex: 1 1 auto;
  padding: 24px 16px 120px;
  background: rgb(232, 246, 255);
}
@media screen and (min-width: 768px) {
  .prime__news-banner {
    padding: 32px 24px 90px;
    max-height: 388px;
  }
}
.prime__news-banner-info {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .prime__news-banner-info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1920px) {
  .prime__news-banner-info {
    letter-spacing: 0.3px;
    line-height: 18px;
    font-weight: 500;
    font-size: 15px;
  }
}
.prime__news-banner-category {
  position: relative;
  margin-right: 9px;
  color: rgb(61, 97, 243);
  width: max-content;
}
@media screen and (min-width: 1280px) {
  .prime__news-banner-category {
    padding-bottom: 2px !important;
    margin-right: 11px;
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .prime__news-banner-category {
    padding-bottom: 1.5px;
    background-image: linear-gradient(transparent calc(100% - 1.5px), var(--color-bright-blue) 1.5px);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .prime__news-banner-category:hover {
    background-size: 100% 100%;
  }
}
.prime__news-banner-category::before {
  content: "";
  position: absolute;
  right: -9px;
  top: 2px;
  width: 1px;
  height: calc(100% - 4px);
  background: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__news-banner-category::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-banner-category::before {
    right: -11px;
    height: 17px;
  }
}
.prime__news-banner-date {
  color: rgb(22, 19, 51);
}
.prime__news-banner-heading {
  margin-top: 20px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: rgb(22, 19, 51);
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .prime__news-banner-heading {
    margin-top: 16px;
    font-weight: 470;
    letter-spacing: -0.44px;
    line-height: 26px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-banner-heading {
    cursor: pointer;
  }
  .prime__news-banner-heading:hover {
    color: var(--color-bright-blue);
  }
}
@media screen and (min-width: 1920px) {
  .prime__news-banner-heading {
    margin-top: 24px;
    letter-spacing: -0.02em;
    line-height: 29px;
    font-size: 24px;
  }
}
.prime__news-banner-description, .prime__news-banner-link {
  margin-top: 12px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 1280px) {
  .prime__news-banner-description, .prime__news-banner-link {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-banner-link {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .prime__news-banner-link:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.prime__news-banner-description {
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__news-banner-description {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .prime__news-banner-description {
    max-width: 635px;
  }
}
@media screen and (min-width: 1920px) {
  .prime__news-banner-description {
    letter-spacing: -0.02em;
    line-height: 23px;
  }
}
.prime__news-banner-link {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: rgb(61, 97, 243);
}
@media screen and (min-width: 768px) {
  .prime__news-banner-link {
    text-decoration-thickness: 1.5px;
    letter-spacing: -0.32px;
    line-height: 24px;
    font-size: 18px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .prime__news-banner-link {
    letter-spacing: -0.02em;
    line-height: 23px;
  }
}
.prime__news-button {
  display: block;
  margin: 48px auto 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  background: rgb(204, 239, 255);
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: rgb(22, 19, 51);
}
@media screen and (min-width: 768px) {
  .prime__news-button {
    margin-top: 40px;
    padding: 12px 18px;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__news-button {
    display: none;
  }
}
.prime__events {
  order: 3;
  margin-top: 92px;
}
@media screen and (min-width: 768px) {
  .prime__events {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__events {
    margin-top: 80px;
  }
}
.prime__events-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 32px 32px 16px 32px;
  background-color: var(--color-light-gray);
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .prime__events-block {
    padding: 16px 24px;
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__events-block {
    padding: 16px 32px;
  }
}
.prime__events-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .prime__events-info {
    max-width: 660px;
    flex: 1 1 auto;
  }
}
.prime__events-title {
  color: var(--color-dark-blue);
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  cursor: pointer;
  color: #3D61F3;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .prime__events-title {
    font-family: "GolosVariations";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
    text-decoration-thickness: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__events-title {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .prime__events-title:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.prime__events-description {
  color: var(--color-dark-blue, #161333);
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .prime__events-description {
    font-family: "GolosVariations";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.42px;
  }
}
.prime__events-image {
  width: 209px;
  height: 144px;
  flex: 0 0 auto;
}
.prime__events-image svg {
  width: 100%;
  height: 100%;
}
.prime__events-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .prime__events-image {
    width: 205px;
    height: 152px;
  }
}
@media screen and (min-width: 1280px) {
  .prime__events-image {
    width: 153px;
    height: 112px;
  }
}

.tabs {
  background: var(--color-blue-light);
}
.tabs__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .tabs__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .tabs__container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 32px;
  }
}
.tabs__box {
  position: relative;
  overflow: auto;
  display: flex;
  margin: 0 -16px;
  padding: 0 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabs__box::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1280px) {
  .tabs__box {
    margin: 0 -32px;
    padding: 0 32px;
  }
}
.tabs__list {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 6px 6px 0 0;
  background: #CCEFFF;
}
.tabs__item {
  flex: 0 0 auto;
  padding-bottom: 1px;
  margin-bottom: -1px;
}
.tabs__link {
  display: block;
  padding: 12px 18px;
  border-radius: 6px 6px 0 0;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  transition: all 100ms linear;
}
.tabs__link:hover {
  background-color: #CCEFFF;
  color: #3D61F3;
}
.tabs--theme_light .tabs__link--active {
  background: var(--color-white) !important;
  color: #161333 !important;
}
.tabs--theme_dark .tabs__link--active {
  background: #161333 !important;
  color: #CCEFFF !important;
}
@media screen and (min-width: 768px) {
  .tabs__link {
    padding: 16px 40px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}

.title {
  padding: 64px 0 48px;
  background: var(--color-blue-light);
}
@media screen and (max-width: 1279px) {
  .page--news .title {
    padding: 32px 0 48px;
  }
}
@media screen and (min-width: 768px) {
  .title {
    padding: 80px 0 80px;
  }
  .page--news .title {
    padding: 82px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .page--news .title {
    padding: 78px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .title {
    padding: 80px 0;
  }
}
.title__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .title__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .title__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .title__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.title__text {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .title__text {
    letter-spacing: -1.2px;
    line-height: 64px;
    font-size: 60px;
    font-weight: 350;
  }
}

.news {
  padding: 48px 0 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .news {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .news {
    padding: 64px 0 120px;
  }
}
@media screen and (min-width: 1280px) {
  .news {
    padding: 80px 0 120px;
  }
}
.news__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .news__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .news__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .news__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .news__prime {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .news__prime-block {
    position: absolute;
    left: 32px;
    bottom: 40px;
    z-index: 2;
    padding: 0 24px 0 32px;
    border-left: 1.5px solid #CCEFFF;
  }
}
.news__prime-info {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .news__prime-info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.news__prime-type {
  flex: 0 0 auto;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .news__prime-type {
    color: #CCEFFF;
  }
}
.news__prime-date {
  flex: 0 0 auto;
  position: relative;
  padding-left: 9px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .news__prime-date {
    padding-left: 11px;
    color: #CCEFFF;
  }
}
.news__prime-date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .news__prime-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .news__prime-date::before {
    height: 18px;
    background: #CCEFFF;
  }
}
.news__prime-heading {
  margin-top: 12px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 470;
  font-size: 18px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .news__prime-heading {
    margin-top: 24px;
    letter-spacing: -0.56px;
    line-height: 34px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .news__prime-heading {
    max-width: 800px;
    color: #CCEFFF;
  }
}
.news__prime-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .news__prime-author {
    gap: 16px;
    margin-top: 40px;
  }
}
.news__prime-photo {
  flex: 0 0 auto;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .news__prime-photo {
    width: 48px;
    height: 48px;
  }
}
.news__prime-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.news__prime-name, .news__prime-position {
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .news__prime-name, .news__prime-position {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.news__prime-name {
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .news__prime-name {
    color: #CCEFFF;
  }
}
.news__prime-position {
  color: rgba(22, 19, 51, 0.4);
}
@media screen and (min-width: 1280px) {
  .news__prime-position {
    color: rgba(199, 237, 255, 0.5);
  }
}
@media screen and (min-width: 1280px) {
  .news__prime-gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(22, 19, 51, 0) 31.89%, rgba(22, 19, 51, 0.4) 84.61%);
  }
}
@media screen and (min-width: 1280px) {
  .news__prime-substrate {
    position: absolute;
    inset: 0;
    mask-image: linear-gradient(15deg, rgb(0, 0, 0) 20%, rgba(255, 112, 68, 0) 50%, rgba(255, 112, 68, 0) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
  }
}
.news__prime-picture {
  position: relative;
  overflow: hidden;
  margin: 24px -16px 0;
}
@media screen and (min-width: 768px) {
  .news__prime-picture {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .news__prime-picture {
    margin: 0;
  }
}
.news__prime-picture::before {
  content: " ";
  display: block;
  padding-top: 56.1111111111%;
}
@media screen and (min-width: 768px) {
  .news__prime-picture::before {
    padding-top: 56.39%;
  }
}
@media screen and (min-width: 1280px) {
  .news__prime-picture::before {
    padding-top: 56.25%;
  }
}
.news__prime-image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .news__options {
    margin-top: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.news__options-mobile {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .news__options-mobile {
    margin-top: 80px;
  }
}
.news__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .news__options-mobile {
    display: none;
  }
}
.news__clear-options {
  height: 46px;
}
.news__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
}
.news__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.news__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.news__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
  transition: all 200ms linear;
}
.news__clear-options svg path {
  stroke: var(--color-dark-blue-40);
  transition: all 200ms linear;
}
.news__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .news__content {
    gap: 64px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .news__content {
    gap: 80px;
  }
}
.news__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .news__list {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .news__list {
    gap: 80px;
  }
}
.news__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .news__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
  .news__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}

.news-card {
  padding-top: 24px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .news-card {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .news-card {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .news-card {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) {
  .news-card:hover .news-card__heading {
    color: var(--color-bright-blue);
  }
  .news-card:hover:has(.news-card__author:hover) .news-card__heading {
    color: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__block {
    flex: 1 1 auto;
    max-width: 824px;
    margin-left: 248px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__block {
    margin-left: 453px;
  }
}
.news-card__info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .news-card__info {
    gap: 10px;
    margin-top: 24px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.news-card__type {
  color: #3D61F3;
}
.news-card__date {
  position: relative;
  padding-left: 9px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .news-card__date {
    padding-left: 11px;
  }
}
.news-card__date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .news-card__date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__date::before {
    height: 18px;
  }
}
.news-card__heading {
  margin-top: 12px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .news-card__heading {
    margin-top: 24px;
    letter-spacing: -0.56px;
    line-height: 34px;
    font-size: 28px;
    font-weight: 470;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__heading {
    max-width: 710px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__heading {
    max-width: none;
  }
}
.news-card__description {
  margin-top: 8px;
  letter-spacing: -0.24px;
  line-height: 16px;
  font-weight: 400;
  font-size: 12px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .news-card__description {
    max-width: 595px;
    margin-top: 16px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__description {
    max-width: 630px;
  }
}
.news-card__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .news-card__list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__list {
    gap: 16px;
    margin-top: 64px;
  }
}
.news-card__item {
  flex: 0 0 auto;
}
.news-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .news-card__author {
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__author {
    cursor: pointer;
  }
}
.news-card__photo {
  flex: 0 0 auto;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .news-card__photo {
    width: 48px;
    height: 48px;
  }
}
.news-card__box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.news-card__name, .news-card__position {
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .news-card__name, .news-card__position {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.news-card__name {
  color: #161333;
  transition: color 200ms linear;
}
.news-card__author:hover .news-card__name {
  color: var(--color-bright-blue);
}
.news-card__position {
  color: var(--color-dark-blue-40);
}
.news-card__picture {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .news-card__picture {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__picture {
    flex: 0 0 auto;
    position: absolute;
    left: 0;
    top: 23px;
    width: 191px;
    height: 126px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__picture {
    width: 243px;
    height: 160px;
  }
}
.news-card__picture::before {
  content: "";
  display: block;
  padding-top: 65.8536585366%;
}
@media screen and (min-width: 768px) {
  .news-card__picture::before {
    padding-top: 65.56%;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__picture::before {
    display: none;
  }
}
.news-card__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card.--no-type .news-card__date {
  padding-left: 0;
}
.news-card.--no-type .news-card__date::before {
  content: none;
}
.news-card__file-options {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .news-card__file-options {
    justify-content: flex-start;
    gap: 32px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__file-options {
    flex: 0 0 auto;
    gap: 24px;
  }
}
.news-card__file-info, .news-card__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .news-card__file-info, .news-card__file-link {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__file-link {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .file:hover .news-card__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.news-card__file-info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .news-card__file-info {
    gap: 10px;
  }
}
.news-card__file-data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .news-card__file-data {
    gap: 8px;
  }
}
.news-card__file-date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .news-card__file-date {
    padding-left: 11px;
  }
}
.news-card__file-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .news-card__file-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__file-date::before {
    height: 18px;
  }
}
.news-card__file-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 768px) {
  .news-card__file-link {
    gap: 8px;
    padding: 0 2px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__file-link {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .news-card__file-link:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.news-card__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 768px) {
  .news-card__file-icon {
    width: 20px;
    height: 20px;
  }
}

.media {
  padding: 48px 0 80px;
  background: #161333;
}
@media screen and (min-width: 768px) {
  .media {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .media {
    padding: 80px 0 120px;
  }
}
.media__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .media__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .media__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .media__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .media__prime {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .media__prime-block {
    position: absolute;
    left: 32px;
    bottom: 40px;
    z-index: 2;
    padding: 0 24px 0 32px;
    border-left: 1.5px solid #CCEFFF;
  }
}
.media__prime-info {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .media__prime-info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.media__prime-type {
  flex: 0 0 auto;
  color: #CCEFFF;
}
.media__prime-date {
  flex: 0 0 auto;
  position: relative;
  padding-left: 9px;
  color: rgba(199, 237, 255, 0.5);
}
@media screen and (min-width: 1280px) {
  .media__prime-date {
    padding-left: 11px;
    color: #CCEFFF;
  }
}
.media__prime-date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: rgba(199, 237, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .media__prime-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .media__prime-date::before {
    height: 18px;
    background: #CCEFFF;
  }
}
.media__prime-heading {
  margin-top: 12px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: #CCEFFF;
}
@media screen and (min-width: 768px) {
  .media__prime-heading {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.44px;
    margin-top: 24px;
    font-weight: 430;
  }
}
@media screen and (min-width: 1280px) {
  .media__prime-heading {
    max-width: 800px;
    letter-spacing: -0.56px;
    line-height: 34px;
    font-size: 28px;
    color: #CCEFFF;
  }
}
@media screen and (min-width: 1280px) {
  .media__prime-gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(22, 19, 51, 0) 31.89%, rgba(22, 19, 51, 0.4) 84.61%);
  }
}
@media screen and (min-width: 1280px) {
  .media__prime-substrate {
    position: absolute;
    inset: 0;
    mask-image: linear-gradient(15deg, rgb(0, 0, 0) 20%, rgba(255, 112, 68, 0) 50%, rgba(255, 112, 68, 0) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
  }
}
.media__prime-media {
  position: relative;
  overflow: hidden;
  margin: 24px -16px 0;
}
@media screen and (min-width: 768px) {
  .media__prime-media {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .media__prime-media {
    margin: 0;
  }
}
.media__prime-media::before {
  content: " ";
  display: block;
  padding-top: 56.1111111111%;
}
@media screen and (min-width: 768px) {
  .media__prime-media::before {
    padding-top: 56.39%;
  }
}
@media screen and (min-width: 1280px) {
  .media__prime-media::before {
    padding-top: 56.25%;
  }
}
.media__prime-video, .media__prime-image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media__prime-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .media__prime-play svg {
    width: 40px;
    height: 28px;
  }
}
.media__prime-play svg path {
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .media__prime-play svg {
    width: 68px;
    height: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .media__prime-play:hover svg path {
    fill: var(--color-bright-blue-hover);
  }
}
.media__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .media__options {
    margin-top: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.media__options-mobile {
  margin-top: 80px;
}
.media__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .media__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .media__options-mobile {
    display: none;
  }
}
.media__clear-options {
  height: 46px;
}
.media__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
  opacity: 0.6;
}
.media__clear-options button:hover span {
  color: var(--color-blue-sky);
}
.media__clear-options button:hover path {
  stroke: var(--color-blue-sky);
}
.media__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-blue-sky-50);
  text-transform: uppercase;
  transition: all 200ms linear;
}
.media__clear-options svg path {
  stroke: var(--color-blue-sky-50);
  transition: all 200ms linear;
}
.media__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .media__content {
    margin-top: 40px;
    gap: 63px;
  }
}
@media screen and (min-width: 1280px) {
  .media__content {
    margin-top: 40px;
  }
}
.media__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .media__list {
    gap: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .media__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 16px;
  }
}
@media screen and (min-width: 1280px) {
  .media__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 16px;
  }
}
.media__item {
  padding-top: 24px;
  border-top: 1px solid rgba(199, 237, 255, 0.1607843137);
}
@media screen and (min-width: 1024px) {
  .media__item {
    padding: 0;
    border: none;
  }
}
.media__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .media__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .media__button {
    transition: background-color 200ms linear, color 200ms linear;
  }
  .media__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}

.media-card {
  padding-top: 24px;
  border-top: 1px solid rgba(199, 237, 255, 0.16);
}
@media screen and (min-width: 768px) {
  .media-card {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .media-card {
    padding: 0;
    border: 0;
    cursor: pointer;
  }
}
.media-card__box {
  position: relative;
  overflow: hidden;
}
.media-card__box::before {
  content: " ";
  display: block;
  padding-top: 56.0975609756%;
}
@media screen and (min-width: 768px) {
  .media-card__box::before {
    padding-top: 60.17%;
  }
}
@media screen and (min-width: 1280px) {
  .media-card__box::before {
    padding-top: 60.0798403194%;
  }
}
.media-card__video, .media-card__picture {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
@media screen and (min-width: 768px) {
  .media-card__play {
    left: auto;
    right: 16px;
    top: 16px;
    transform: translate(0, 0);
  }
}
.media-card__heading {
  margin-top: 24px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: #CCEFFF;
}
.media-card--dark .media-card__heading {
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .media-card__heading {
    padding-right: 48px;
    letter-spacing: -0.44px;
    line-height: 26px;
    font-size: 22px;
    font-weight: 470;
  }
}
@media screen and (min-width: 1280px) {
  .media-card__heading {
    transition: color 200ms linear;
  }
  .media-card:hover .media-card__heading {
    color: var(--color-bright-blue-hover);
  }
  .media-card--dark:hover .media-card__heading {
    color: var(--color-bright-blue) !important;
  }
}
.media-card__info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 2px;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .media-card__info {
    column-gap: 20px;
    row-gap: 4px;
    margin-top: 24px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.media-card__type {
  color: #CCEFFF;
}
.media-card--dark .media-card__type {
  color: var(--color-bright-blue);
}
.media-card__time, .media-card__date {
  position: relative;
  color: rgba(199, 237, 255, 0.5);
}
.media-card--dark .media-card__time, .media-card--dark .media-card__date {
  color: var(--color-dark-blue-40);
}
@media screen and (min-width: 1280px) {
  .media-card__time, .media-card__date {
    padding-left: 11px;
  }
}
.media-card__time::before, .media-card__date::before {
  content: " ";
  position: absolute;
  left: -8px;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: rgba(199, 237, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .media-card__time::before, .media-card__date::before {
    width: 1.5px;
  }
}
.media-card--dark .media-card__time::before, .media-card--dark .media-card__date::before {
  background: var(--color-dark-blue-40);
}
@media screen and (min-width: 1280px) {
  .media-card__time::before, .media-card__date::before {
    height: 18px;
    left: -10px;
  }
}

.infographics {
  padding: 48px 0 80px;
  background: #161333;
}
@media screen and (min-width: 768px) {
  .infographics {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .infographics {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 1280px) {
  .infographics {
    padding: 80px 0 120px;
  }
}
.infographics__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .infographics__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .infographics__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .infographics__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .infographics__prime {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .infographics__prime-block {
    position: absolute;
    left: 32px;
    bottom: 40px;
    z-index: 2;
    padding: 0 24px 0 32px;
    border-left: 1.5px solid #CCEFFF;
  }
}
.infographics__prime-info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 2px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .infographics__prime-info {
    column-gap: 20px;
    row-gap: 4px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.infographics__prime-type {
  flex: 0 0 auto;
  color: #CCEFFF;
}
.infographics__prime-sort, .infographics__prime-date {
  flex: 0 0 auto;
  position: relative;
  color: rgba(199, 237, 255, 0.5);
}
@media screen and (min-width: 1280px) {
  .infographics__prime-sort, .infographics__prime-date {
    padding-left: 11px;
    color: #CCEFFF;
  }
}
.infographics__prime-sort::before, .infographics__prime-date::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: rgba(199, 237, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .infographics__prime-sort::before, .infographics__prime-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .infographics__prime-sort::before, .infographics__prime-date::before {
    height: 18px;
    left: -10px;
  }
}
.infographics__prime-heading {
  margin-top: 12px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: #CCEFFF;
}
@media screen and (min-width: 768px) {
  .infographics__prime-heading {
    max-width: 800px;
    margin-top: 24px;
    letter-spacing: -0.68px;
    line-height: 40px;
    font-size: 34px;
    font-weight: 430;
  }
}
.infographics__prime-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .infographics__prime-author {
    gap: 16px;
    margin-top: 40px;
  }
}
.infographics__prime-photo {
  flex: 0 0 auto;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .infographics__prime-photo {
    width: 48px;
    height: 48px;
  }
}
.infographics__prime-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.infographics__prime-name, .infographics__prime-position {
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .infographics__prime-name, .infographics__prime-position {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.infographics__prime-name {
  color: #CCEFFF;
}
.infographics__prime-position {
  color: rgba(199, 237, 255, 0.5);
}
@media screen and (min-width: 1280px) {
  .infographics__prime-gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(22, 19, 51, 0) 31.89%, rgba(22, 19, 51, 0.4) 84.61%);
  }
}
@media screen and (min-width: 1280px) {
  .infographics__prime-substrate {
    position: absolute;
    inset: 0;
    mask-image: linear-gradient(15deg, rgb(0, 0, 0) 20%, rgba(255, 112, 68, 0) 50%, rgba(255, 112, 68, 0) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
  }
}
.infographics__prime-picture {
  position: relative;
  overflow: hidden;
  margin: 24px -16px 0;
}
@media screen and (min-width: 768px) {
  .infographics__prime-picture {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .infographics__prime-picture {
    margin: 0;
  }
}
.infographics__prime-picture::before {
  content: " ";
  display: block;
  padding-top: 56.1111111111%;
}
@media screen and (min-width: 1280px) {
  .infographics__prime-picture::before {
    padding-top: 56.25%;
  }
}
.infographics__prime-image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infographics__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .infographics__options {
    margin-top: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.infographics__options-mobile {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .infographics__options-mobile {
    margin-top: 80px;
  }
}
.infographics__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .infographics__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .infographics__options-mobile {
    display: none;
  }
}
.infographics__clear-options {
  height: 46px;
}
.infographics__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
  opacity: 0.6;
}
.infographics__clear-options button:hover span {
  color: var(--color-blue-sky);
}
.infographics__clear-options button:hover path {
  stroke: var(--color-blue-sky);
}
.infographics__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-blue-sky-50);
  text-transform: uppercase;
  transition: all 200ms linear;
}
.infographics__clear-options svg path {
  stroke: var(--color-blue-sky-50);
  transition: all 200ms linear;
}
.infographics__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .infographics__content {
    gap: 80px;
    margin-top: 40px;
  }
}
.infographics__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 72px;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .infographics__list {
    gap: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .infographics__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 16px;
    padding-top: 0;
  }
}
.infographics__item {
  position: relative;
}
.infographics__item::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 1px;
  top: -24px;
  background-color: var(--color-blue-sky-16);
}
@media screen and (min-width: 768px) {
  .infographics__item::after {
    height: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .infographics__item::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .infographics__item:nth-child(1)::after, .infographics__item:nth-child(2)::after {
    display: none;
  }
}
.infographics__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .infographics__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .infographics__button {
    transition: background-color 200ms linear, color 200ms linear;
  }
  .infographics__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}

.infographics-card {
  padding-top: 24px;
  border-top: 1px solid rgba(199, 237, 255, 0.16);
}
@media screen and (min-width: 768px) {
  .infographics-card {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .infographics-card {
    padding: 0;
    border: 0;
  }
}
.infographics-card__picture {
  position: relative;
  overflow: hidden;
}
.infographics-card__picture::before {
  content: " ";
  display: block;
  padding-top: 66.7682926829%;
}
@media screen and (min-width: 1280px) {
  .infographics-card__picture::before {
    padding-top: 66.7105263158%;
  }
}
.infographics-card__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infographics-card__heading {
  margin-top: 24px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: #CCEFFF;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .infographics-card__heading {
    letter-spacing: -0.44px;
    line-height: 26px;
    font-size: 22px;
    font-weight: 430;
  }
}
@media screen and (min-width: 1280px) {
  .infographics-card__heading {
    padding-right: 194px;
  }
}
@media screen and (min-width: 1280px) {
  .infographics-card:hover .infographics-card__heading {
    color: var(--color-bright-blue-hover);
  }
}
.infographics-card__info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 2px;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .infographics-card__info {
    column-gap: 20px;
    row-gap: 4px;
    margin-top: 24px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.infographics-card__info > * {
  position: relative;
  color: rgba(199, 237, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .infographics-card__info > * {
    padding-left: 11px;
  }
}
.infographics-card__info > *::before {
  content: " ";
  position: absolute;
  left: -8px;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: rgba(199, 237, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .infographics-card__info > *::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .infographics-card__info > *::before {
    height: 18px;
    left: -10px;
  }
}
.infographics-card__type {
  color: #CCEFFF;
}

.procurement {
  padding: 48px 0 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .procurement {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .procurement {
    padding: 64px 0 120px;
  }
}
@media screen and (min-width: 1280px) {
  .procurement {
    padding: 80px 0 120px;
  }
}
.procurement__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .procurement__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .procurement__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .procurement__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.procurement__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .procurement__options {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
  }
}
.procurement__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .procurement__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .procurement__options-mobile {
    display: none;
  }
}
.procurement__clear-options {
  height: 46px;
}
.procurement__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
}
.procurement__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.procurement__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.procurement__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
  transition: all 200ms linear;
}
.procurement__clear-options svg path {
  stroke: var(--color-dark-blue-40);
  transition: all 200ms linear;
}
.procurement__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .procurement__content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .procurement__content {
    gap: 80px;
  }
}
.procurement__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .procurement__list {
    gap: 80px;
  }
}
.procurement__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .procurement__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
    transition: background-color 200ms linear, color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .procurement__button:hover {
    background: #3D61F3;
    color: #CCEFFF;
  }
}

.procurement-card {
  padding-top: 16px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .procurement-card {
    border-width: 1.5px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .procurement-card {
    padding-left: 248px;
  }
}
@media screen and (min-width: 1280px) {
  .procurement-card {
    padding-left: 260px;
    padding-top: 24px;
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) {
  .procurement-card__block {
    max-width: 824px;
  }
}
.procurement-card__status {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #3D61F3;
}
@media screen and (min-width: 768px) {
  .procurement-card__status {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.procurement-card__heading {
  margin-top: 12px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .procurement-card__heading {
    letter-spacing: -0.56px;
    line-height: 34px;
    font-size: 28px;
    font-weight: 430;
  }
}
@media screen and (min-width: 1280px) {
  .procurement-card__heading {
    transition: color 200ms linear;
  }
  .procurement-card:hover .procurement-card__heading {
    color: #3D61F3;
  }
}
.procurement-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .procurement-card__list {
    gap: 8px;
    margin-top: 40px;
  }
}
.procurement-card__item {
  flex: 0 0 auto;
  padding: 4px 12px;
  border-radius: 20px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
.procurement-card__item--disabled {
  background: #F3F2F5;
}
@media screen and (min-width: 768px) {
  .procurement-card__item {
    padding: 8px 14px;
    letter-spacing: 0.26px;
    line-height: 18px;
    font-size: 13px;
  }
}

.procurement-plan {
  padding: 48px 0 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .procurement-plan {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .procurement-plan {
    padding: 64px 0 120px;
  }
}
@media screen and (min-width: 1280px) {
  .procurement-plan {
    padding: 80px 0 120px;
  }
}
.procurement-plan__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .procurement-plan__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .procurement-plan__container {
    max-width: 693px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .procurement-plan__container {
    padding: 0 32px;
    max-width: 1920px;
  }
}
.procurement-plan__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .procurement-plan__list {
    gap: 40px;
  }
}

.file {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 1280px) {
  .file {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 24px 32px;
  }
}
.file__name {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .file__name {
    flex: 1 1 auto;
    max-width: 918px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.file__options {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .file__options {
    flex: 0 0 auto;
    gap: 24px;
  }
}
.file__info, .file__link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 1280px) {
  .file__info, .file__link {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.file__info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .file__info {
    gap: 10px;
  }
}
.file__data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .file__data {
    gap: 8px;
  }
}
.file__date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .file__date {
    padding-left: 11px;
  }
}
.file__date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: 12px;
  background: #161333;
}
@media screen and (min-width: 768px) {
  .file__date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .file__date::before {
    height: 18px;
  }
}
.file__link {
  display: flex;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .file__link {
    gap: 8px;
  }
}
.file__icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .file__icon {
    width: 20px;
    height: 20px;
  }
}

.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 200ms linear, padding 200ms linear, opacity 200ms linear;
}
.accordion--visible .accordion__content {
  grid-template-rows: 1fr;
}
.accordion__box {
  position: relative;
  overflow: hidden;
  min-height: 0;
}
.accordion__box-inner {
  padding: 32px 0 24px;
}
@media screen and (min-width: 768px) {
  .accordion__box-inner {
    padding: 64px 0 40px;
  }
}
.accordion__button {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px 32px 0 0;
  border: 0;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
  background: none;
  box-shadow: none;
  text-align: left;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 520;
  font-size: 15px;
  color: #161333;
  transition: border-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .accordion__button {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .accordion__button {
    padding: 24px 40px 0 0;
    font-weight: 470;
    letter-spacing: -0.44px;
    line-height: 30px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .accordion__button {
    padding: 24px 24px 0 0;
    font-weight: 400;
    transition: border-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .accordion__button:hover {
    border-color: #161333;
  }
}
.accordion--visible .accordion__button {
  border-color: #161333;
}
.accordion__icon {
  position: absolute;
  top: 22px;
  right: 2px;
  display: block;
  width: 14px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: transform 200ms linear;
}
@media screen and (min-width: 768px) {
  .accordion__icon {
    top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .accordion__icon {
    top: 32px;
    right: 4px;
  }
}
.accordion--visible .accordion__icon {
  transform: rotate(-180deg);
}
.accordion__text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .accordion__text {
    max-width: 889px;
    margin-top: 24px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.accordion__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .accordion__list {
    gap: 16px;
    margin-top: 64px;
  }
}
.accordion__item {
  flex: 0 0 auto;
}
.accordion__blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .accordion__blocks {
    gap: 64px;
  }
}
.accordion__block {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .accordion__block {
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .accordion__block {
    flex-direction: row;
    gap: 146px;
    padding-right: 130px;
  }
}
.accordion__heading {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .accordion__heading {
    letter-spacing: -0.18px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 520;
  }
}
@media screen and (min-width: 1280px) {
  .accordion__heading {
    width: calc(50% - 73px);
  }
}
.accordion__words {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .accordion__words {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .accordion__words {
    width: calc(50% - 73px);
  }
}
.accordion__words b,
.accordion__words strong {
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 1280px) {
  .accordion__words b,
  .accordion__words strong {
    line-height: 26px;
    letter-spacing: -0.18px;
  }
}
.accordion__words > * + * {
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .accordion__words > * + * {
    margin-top: 20px;
  }
}
.accordion__words ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .accordion__words ol {
    gap: 13px;
  }
}
.accordion__words ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .accordion__words ol li {
    padding-left: 27px;
  }
}
.accordion__words ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.accordion__words ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .accordion__words ol li ul {
    margin-top: 12px;
  }
}
.accordion__words ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .accordion__words ul {
    gap: 16px;
  }
}
.accordion__words ul li {
  flex: 0 0 auto;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 1280px) {
  .accordion__words ul li {
    padding-left: 14px;
  }
}
.accordion__words ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .accordion__words ul li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.accordion__files {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .accordion__files {
    margin-top: 64px;
  }
}

.files__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .files__list {
    gap: 16px;
  }
}
.files__box {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .files__box {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .files__box {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .files__box {
    margin-top: 40px;
  }
}
.files__link {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #3D61F3;
}
@media screen and (min-width: 768px) {
  .files__link {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .files__link {
    margin: 0 auto;
    transition: background-color 200ms linear;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .files__link:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.files__icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 768px) {
  .files__icon {
    width: 20px;
    height: 20px;
  }
}

.file {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
  background: var(--color-blue-light);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .file {
    padding: 32px;
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .file {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 24px 32px;
  }
}
.file__name {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .file__name {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .file__name {
    flex: 1 1 auto;
    max-width: 918px;
  }
}
.file__desc {
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: var(--color-dark-blue-40);
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .file__desc {
    font-family: "GolosVariations";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.file__options {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .file__options {
    flex: 0 0 auto;
    gap: 24px;
  }
}
.file__info, .file__link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .file__info, .file__link {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .file__link {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .file:hover .file__link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.file__info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .file__info {
    gap: 10px;
  }
}
.file__data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .file__data {
    gap: 8px;
  }
}
.file__date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .file__date {
    padding-left: 11px;
  }
}
.file__date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .file__date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .file__date::before {
    height: 18px;
  }
}
.file__link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 768px) {
  .file__link {
    gap: 8px;
    padding: 0 2px;
  }
}
.file__icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 768px) {
  .file__icon {
    width: 20px;
    height: 20px;
  }
}

.loader-container {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-container > * {
  width: 220px !important;
  height: 220px !important;
}

.filter-modal__filters .search-list .loader-container {
  height: calc(100% - 64px);
}

.report {
  background: var(--color-white);
  padding: 64px 0 80px;
}
@media screen and (min-width: 1280px) {
  .report {
    padding: 80px 0 120px;
  }
}
.report__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .report__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .report__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .report__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.report__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .report__content {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .report__content {
    gap: 80px;
  }
}
.report__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .report__list {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .report__list {
    gap: 80px;
  }
}
.report__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .report__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .report__button {
    transition: all 200ms linear;
  }
  .report__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}

.report-card {
  padding-top: 16px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .report-card {
    border-width: 1.5px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .report-card {
    padding-left: 245px;
  }
}
@media screen and (min-width: 1280px) {
  .report-card {
    padding-left: 260px;
  }
}
@media screen and (min-width: 1280px) {
  .report-card__block {
    max-width: 824px;
  }
}
.report-card__date {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .report-card__date {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.report-card__heading {
  margin-top: 12px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .report-card__heading {
    letter-spacing: -0.56px;
    line-height: 34px;
    font-size: 28px;
    transition: color 200ms linear;
    font-weight: 430;
  }
}
@media screen and (min-width: 1280px) {
  .report-card__heading:hover {
    color: #3D61F3;
  }
}
.report-card__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .report-card__list {
    margin-top: 40px;
  }
}
.report-card__item {
  flex: 0 0 auto;
}
.report-card__link {
  position: relative;
  display: block;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .report-card__link {
    padding-left: 28px;
  }
}
.report-card__box {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .report-card__box {
    width: 20px;
    height: 20px;
  }
}
.report-card__icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .report-card__icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .report-card__link:hover .report-card__icon {
    fill: var(--color-bright-blue);
  }
}
.report-card__text {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .report-card__text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .report-card__link:hover .report-card__text {
    color: var(--color-bright-blue);
  }
}

.check {
  padding: 48px 0 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .check {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .check {
    padding: 64px 0 120px;
  }
}
.check__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .check__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .check__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .check__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.check__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .check__options {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.check__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .check__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .check__options-mobile {
    display: none;
  }
}
.check__clear-options {
  height: 46px;
}
.check__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
}
.check__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.check__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.check__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
  transition: all 200ms linear;
}
.check__clear-options svg path {
  stroke: var(--color-dark-blue-40);
  transition: all 200ms linear;
}
.check__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .check__content {
    gap: 80px;
    margin-top: 40px;
  }
}
.check__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .check__list {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .check__list {
    gap: 80px;
  }
}
.check__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .check__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .check__button {
    transition: background-color 200ms linear, color 200ms linear;
  }
  .check__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.check__block {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .check__block {
    max-width: 630px;
    margin: 40px auto 0;
  }
}
.check__block-heading {
  color: var(--color-dark-blue);
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 470;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .check__block-heading {
    font-family: "GolosVariations";
    font-size: 22px;
    font-weight: 430;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.check__block-text {
  color: var(--color-dark-blue);
  margin-top: 24px;
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .check__block-text {
    font-family: "GolosVariations";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.check__block-source {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .check__block-source {
    padding: 32px;
    margin-top: 64px;
  }
}
.check__block-source-text {
  color: var(--color-dark-blue);
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.3px;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .check__block-source-text {
    font-family: "GolosVariations";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .check__block-source:hover .check__block-source-text {
    color: var(--color-bright-blue);
  }
}
.check__block-source-box {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .check__block-source-box {
    width: 24px;
    height: 24px;
  }
}
.check__block-source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: var(--color-dark-blue);
  margin-top: 8px;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .check__block-source-icon {
    width: 14px;
    height: 12px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .check__block-source:hover .check__block-source-icon {
    fill: var(--color-bright-blue);
  }
}

.checks-card {
  padding-top: 24px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .checks-card {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .checks-card {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .checks-card {
    padding: 24px 0 0 248px;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .checks-card {
    padding: 24px 0 0 453px;
    cursor: pointer;
  }
  .checks-card:hover .checks-card__heading {
    color: var(--color-bright-blue);
  }
  .checks-card:hover:has(.checks-card__author:hover) .checks-card__heading {
    color: inherit;
  }
}
@media screen and (min-width: 1280px) {
  .checks-card__block {
    max-width: 824px;
  }
}
.checks-card__info {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .checks-card__info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.checks-card__type {
  color: #3D61F3;
}
.checks-card__date {
  position: relative;
  padding-left: 9px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .checks-card__date {
    padding-left: 11px;
  }
}
.checks-card__date::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .checks-card__date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .checks-card__date::before {
    height: 18px;
  }
}
.checks-card__heading {
  margin-top: 12px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .checks-card__heading {
    margin-top: 24px;
    letter-spacing: -0.56px;
    line-height: 34px;
    font-weight: 430;
    font-size: 28px;
    transition: color 200ms linear;
  }
}
.checks-card__description {
  margin-top: 8px;
  letter-spacing: -0.24px;
  line-height: 18px;
  font-weight: 400;
  font-size: 12px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .checks-card__description {
    margin-top: 16px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
    max-width: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .checks-card__description {
    max-width: 630px;
  }
}
.checks-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .checks-card__author {
    gap: 16px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .checks-card__author {
    margin-top: 64px;
    cursor: pointer;
  }
}
.checks-card__image {
  flex: 0 0 auto;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .checks-card__image {
    width: 48px;
    height: 48px;
  }
}
.checks-card__box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.checks-card__name, .checks-card__position {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .checks-card__name, .checks-card__position {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.checks-card__name {
  color: #161333;
  transition: color 200ms linear;
}
.checks-card__author:hover .checks-card__name {
  color: var(--color-bright-blue);
}
.checks-card__position {
  color: rgba(22, 19, 51, 0.4);
}
.checks-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .checks-card__tags {
    margin-top: 40px;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .checks-card__tags {
    margin-top: 24px;
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.checks-card__tag {
  padding: 4px 12px;
  border-radius: 20px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .checks-card__tag {
    padding: 8px 14px;
    letter-spacing: 0.26px;
    line-height: 18px;
    font-size: 13px;
  }
}

.person-prime {
  position: relative;
  padding: 100px 0 80px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .person-prime {
    padding: 112px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .person-prime {
    padding: 108px 0 100px;
  }
}
@media screen and (min-width: 1280px) {
  .person-prime {
    padding: 80px 0 120px;
  }
}
.person-prime__button {
  position: absolute;
  left: 16px;
  top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .person-prime__button {
    padding: 12px 18px 12px 14px;
    left: 24px;
    top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .person-prime__button {
    top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .person-prime__button {
    left: 32px;
    top: 16px;
  }
  .person-prime__button:hover {
    background: var(--color-bright-blue);
  }
}
.person-prime__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .person-prime__button-box {
    width: 20px;
    height: 20px;
  }
}
.person-prime__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .person-prime__button-text {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
}
.person-prime__button:hover .person-prime__button-text {
  color: var(--color-blue-sky);
}
.person-prime__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .person-prime__button-icon {
    width: 14px;
    height: 12px;
  }
}
.person-prime__button:hover .person-prime__button-icon {
  stroke: var(--color-blue-sky);
}
.person-prime__container {
  padding: 0 16px;
}
@media screen and (min-width: 1280px) {
  .person-prime__container {
    max-width: 1179px;
    margin: 0 auto;
  }
}
.person-prime__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.person-prime__image {
  flex: 0 0 auto;
  width: 242px;
  height: 242px;
  object-fit: cover;
}
.person-prime__heading {
  flex: 0 0 auto;
  margin-top: 24px;
  text-align: center;
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .person-prime__heading {
    margin-top: 40px;
    letter-spacing: -1.2px;
    line-height: 64px;
    font-weight: 300;
    font-size: 60px;
  }
}
.person-prime__description {
  flex: 0 0 auto;
  margin-top: 24px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .person-prime__description {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.person-prime__link {
  flex: 0 0 auto;
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .person-prime__link {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
    transition: background-color 200ms linear;
    padding: 0 4px;
  }
}
@media screen and (min-width: 1280px) {
  .person-prime__link {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .person-prime__link:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.person-prime__link span {
  white-space: nowrap;
}
.person-prime__link-icon {
  display: inline-block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: #161333;
}
@media screen and (min-width: 768px) {
  .person-prime__link-icon {
    width: 14px;
    height: 12px;
  }
}

.person-activity {
  padding: 48px 0 80px;
}
@media screen and (min-width: 768px) {
  .person-activity {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .person-activity {
    padding: 64px 0 120px;
  }
}
@media screen and (min-width: 1280px) {
  .person-activity {
    padding: 80px 0 120px;
  }
}
.person-activity__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .person-activity__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .person-activity__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .person-activity__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.person-activity__box {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .person-activity__box {
    gap: 40px;
  }
}
.person-activity__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .person-activity__options {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 8px;
  }
}
.person-activity__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .person-activity__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .person-activity__options-mobile {
    display: none;
  }
}
.person-activity__clear-options {
  height: 46px;
}
.person-activity__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
}
.person-activity__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.person-activity__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.person-activity__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
  transition: all 200ms linear;
}
.person-activity__clear-options svg path {
  stroke: var(--color-dark-blue-40);
  transition: all 200ms linear;
}
.person-activity__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .person-activity__content {
    gap: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .person-activity__content {
    gap: 145px;
  }
}
.person-activity__cards {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .person-activity__cards {
    gap: 40px;
  }
}
.person-activity__cards-heading {
  flex: 0 0 auto;
  letter-spacing: -0.44px;
  line-height: 26px;
  font-weight: 500;
  font-size: 22px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .person-activity__cards-heading {
    letter-spacing: -0.68px;
    line-height: 40px;
    font-size: 34px;
    font-weight: 430;
  }
}
.person-activity__cards-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .person-activity__cards-content {
    gap: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .person-activity__cards-content {
    gap: 37px;
  }
}
@media screen and (min-width: 1280px) {
  .person-activity__cards-content {
    gap: 80px;
  }
}
.person-activity__cards-list {
  display: grid;
  grid-template-columns: 1fr;
}
.person-activity__cards-list--news {
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .person-activity__cards-list--news {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .person-activity__cards-list--news {
    gap: 80px;
  }
}
.person-activity__cards-list--media {
  gap: 48px;
}
.person-activity__cards-list--media .person-activity__cards-item {
  padding-top: 24px;
  border-top: 1px solid rgba(22, 19, 51, 0.1607843137);
}
@media screen and (min-width: 1024px) {
  .person-activity__cards-list--media .person-activity__cards-item {
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .person-activity__cards-list--media {
    gap: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .person-activity__cards-list--media {
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 16px;
  }
}
@media screen and (min-width: 1280px) {
  .person-activity__cards-list--media {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 16px;
  }
}
.person-activity__cards-button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .person-activity__cards-button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .person-activity__cards-button {
    transition: background-color 200ms linear, color 200ms linear;
  }
  .person-activity__cards-button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}

.person-information {
  padding: 48px 0 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .person-information {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1280px) {
  .person-information {
    padding: 80px 0 120px;
  }
}
.person-information__container {
  max-width: 662px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .person-information__container {
    padding: 0 24px;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .person-information__container {
    padding: 0 32px;
    max-width: 707px;
  }
}
@media screen and (min-width: 1280px) {
  .person-information__container {
    max-width: 992px;
  }
}
.person-information__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .person-information__content {
    gap: 64px;
  }
}
.person-information__data {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .person-information__data {
    gap: 24px;
  }
}
.person-information__head {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #161333;
}
@media screen and (min-width: 768px) {
  .person-information__head {
    border-width: 1.5px;
    gap: 40px;
    padding-bottom: 40px;
  }
}
.person-information__heading {
  flex: 0 0 auto;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .person-information__heading {
    letter-spacing: -0.56px;
    line-height: 34px;
    font-size: 28px;
    font-weight: 430;
  }
}
.person-information__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .person-information__text {
    gap: 16px;
    letter-spacing: -0.36px;
    line-height: 22px;
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .person-information__text {
    gap: 12px;
    line-height: 26px;
  }
}
.person-information__text p {
  flex: 0 0 auto;
}
.person-information__list {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .person-information__list {
    gap: 23px;
  }
}
.person-information__item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.person-information__item:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .person-information__item:not(:last-child) {
    border-width: 1.5px;
  }
}
.person-information__sub-heading {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .person-information__sub-heading {
    letter-spacing: -0.18px;
    line-height: 26px;
    font-weight: 500;
    font-size: 18px;
  }
}
.person-information__sub-text {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .person-information__sub-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}

.person-photos {
  position: relative;
  overflow: hidden;
  padding: 48px 0 80px;
}
@media screen and (min-width: 768px) {
  .person-photos {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1280px) {
  .person-photos {
    padding: 84px 0 120px;
  }
}
.person-photos__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .person-photos__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .person-photos__container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 32px;
  }
}
@media screen and (min-width: 1280px) {
  .person-photos__slider {
    position: relative;
  }
}
.person-photos__swiper {
  overflow: visible !important;
}
.person-photos__photo {
  position: relative;
  overflow: hidden;
}
.person-photos__photo::before {
  content: " ";
  display: block;
  padding-top: 76.2195121951%;
}
@media screen and (min-width: 1280px) {
  .person-photos__photo::before {
    padding-top: 67.0846394984%;
  }
}
.person-photos__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.person-photos__pagination {
  position: static !important;
  margin-top: 8px;
  text-align: left !important;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .person-photos__pagination {
    margin-top: 16px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.person-photos__buttons {
  display: none;
}
@media screen and (min-width: 1280px) {
  .person-photos__buttons {
    position: absolute;
    bottom: -18px;
    right: 0;
    display: flex;
    gap: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .person-photos__button {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #F3F2F5;
    box-shadow: none;
    cursor: pointer;
  }
  .person-photos__button:hover {
    background: #3D61F3;
  }
  .person-photos__button.swiper-button-disabled {
    pointer-events: none;
  }
}
.person-photos__button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.person-photos__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 14px;
  fill: none;
  stroke: #161333;
}
@media screen and (min-width: 1280px) {
  .person-photos__button:hover .person-photos__button-icon {
    stroke: var(--color-blue-light);
  }
}
.person-photos__button.swiper-button-disabled .person-photos__button-icon {
  stroke: var(--color-dark-blue-40);
}

.bulletins {
  padding: 48px 0 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .bulletins {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .bulletins {
    padding: 80px 0 120px;
  }
}
.bulletins__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .bulletins__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .bulletins__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.bulletins__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bulletins__options {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.bulletins__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bulletins__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins__options-mobile {
    display: none;
  }
}
.bulletins__clear-options {
  height: 46px;
}
.bulletins__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
  transition: all 200ms linear;
}
.bulletins__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.bulletins__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.bulletins__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
  transition: all 200ms linear;
}
.bulletins__clear-options svg path {
  stroke: var(--color-dark-blue-40);
  transition: all 200ms linear;
}
.bulletins__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .bulletins__content {
    gap: 80px;
    margin-top: 40px;
  }
}
.bulletins__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .bulletins__list {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins__list {
    gap: 80px;
  }
}
.bulletins__item {
  flex: 0 0 auto;
}
.bulletins__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .bulletins__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
    transition: background-color 200ms linear, color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins__button:hover {
    background: #3D61F3;
    color: #CCEFFF;
  }
}

.bulletins-card {
  padding-top: 24px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .bulletins-card {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .bulletins-card {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .bulletins-card {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins-card {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .bulletins-card:hover .bulletins-card__heading {
    color: var(--color-bright-blue);
  }
  .bulletins-card:hover:has(.bulletins-card__author:hover) .bulletins-card__heading {
    color: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .bulletins-card__block {
    flex: 1 1 auto;
    margin-left: 248px;
    max-width: 824px;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins-card__block {
    margin-left: 453px;
  }
}
.bulletins-card__info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 2px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .bulletins-card__info {
    column-gap: 20px;
    row-gap: 4px;
    margin-top: 24px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.bulletins-card__type:not(:first-child), .bulletins-card__date:not(:first-child) {
  position: relative;
}
.bulletins-card__type:not(:first-child)::before, .bulletins-card__date:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
}
@media screen and (min-width: 768px) {
  .bulletins-card__type:not(:first-child)::before, .bulletins-card__date:not(:first-child)::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins-card__type:not(:first-child)::before, .bulletins-card__date:not(:first-child)::before {
    height: 18px;
    left: -10px;
  }
}
.bulletins-card__type {
  color: #3D61F3;
}
.bulletins-card__type::before {
  background: #3D61F3;
}
.bulletins-card__date {
  color: #161333;
}
.bulletins-card__date::before {
  background: #161333;
}
.bulletins-card__heading {
  margin-top: 12px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .bulletins-card__heading {
    margin-top: 24px;
    letter-spacing: -0.56px;
    line-height: 34px;
    font-size: 28px;
    font-weight: 470;
  }
}
@media screen and (min-width: 1024px) {
  .bulletins-card__heading {
    max-width: 710px;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins-card__heading {
    transition: color 200ms linear;
    max-width: none;
    cursor: pointer;
  }
}
.bulletins-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .bulletins-card__author {
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins-card__author {
    margin-top: 40px;
    cursor: pointer;
  }
}
.bulletins-card__author-image {
  flex: 0 0 auto;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .bulletins-card__author-image {
    width: 48px;
    height: 48px;
  }
}
.bulletins-card__author-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bulletins-card__author-name, .bulletins-card__author-position {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .bulletins-card__author-name, .bulletins-card__author-position {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.bulletins-card__author-name {
  color: #161333;
}
.bulletins-card__author:hover .bulletins-card__author-name {
  color: var(--color-bright-blue) !important;
}
.bulletins-card__author-position {
  color: rgba(22, 19, 51, 0.4);
}
.bulletins-card__picture {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .bulletins-card__picture {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .bulletins-card__picture {
    flex: 0 0 auto;
    position: absolute;
    left: 0;
    top: 23px;
    width: 191px;
    height: 126px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins-card__picture {
    width: 243px;
    height: 160px;
  }
}
.bulletins-card__picture::before {
  content: "";
  display: block;
  padding-top: 56.4024390244%;
}
@media screen and (min-width: 768px) {
  .bulletins-card__picture::before {
    padding-top: 65.56%;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins-card__picture::before {
    display: none;
  }
}
.bulletins-card__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity {
  background: var(--color-white);
}
.activity__prime {
  padding: 64px 0 48px;
}
@media screen and (min-width: 768px) {
  .activity__prime {
    padding: 80px 0 64px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__prime {
    padding: 80px 0;
  }
}
.activity__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .activity__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .activity__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.activity__title {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .activity__title {
    max-width: 889px;
    font-weight: 300;
    letter-spacing: -1.2px;
    line-height: 64px;
    font-size: 60px;
  }
}
.activity__description {
  max-width: 889px;
  margin-top: 24px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .activity__description {
    letter-spacing: -0.44px;
    line-height: 28px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__description {
    margin-top: 40px;
  }
}
.activity__picture {
  position: relative;
  overflow: hidden;
}
.activity__picture::before {
  content: " ";
  display: block;
  padding-top: 58.3333333333%;
}
@media screen and (min-width: 1280px) {
  .activity__picture::before {
    padding-top: 58.4375%;
  }
}
.activity__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity__content {
  padding: 48px 0 80px;
}
@media screen and (min-width: 768px) {
  .activity__content {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__content {
    padding: 100px 0 120px;
  }
}
.activity__boxes {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .activity__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__boxes {
    gap: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .activity__boxes {
    gap: 160px;
  }
}
.activity__box {
  flex: 0 0 auto;
  padding-top: 16px;
  border-top: 1px solid #161333;
}
@media screen and (min-width: 768px) {
  .activity__box {
    border-width: 1.5px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .activity__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.activity__box--main {
  padding: 0;
  border: 0;
}
@media screen and (min-width: 1280px) {
  .activity__box--main {
    margin-bottom: -20px;
  }
}
.activity__box--main .activity__holder {
  margin-top: 0;
}
.activity__box--main .activity__sources {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .activity__box--main .activity__sources {
    margin-top: 64px;
  }
}
.activity__box--main .activity__button {
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .activity__box--main .activity__button {
    padding: 12px 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__box--main .activity__button {
    align-self: flex-start;
    transition: background-color 200ms linear, color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .activity__box--main .activity__button:hover {
    background: #3D61F3;
    color: #CCEFFF;
  }
}
.activity__heading {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .activity__heading {
    max-width: 630px;
    letter-spacing: -0.44px;
    line-height: 50px;
    font-size: 44px;
  }
}
.activity__holder {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .activity__holder {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .activity__holder {
    width: 100%;
    max-width: calc(50% - 8px);
    margin: 0;
  }
}
.activity__text {
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
.activity__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .activity__text p + p {
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  .activity__text {
    letter-spacing: -0.44px;
    line-height: 28px;
    font-size: 22px;
  }
}
.activity__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 64px;
}
@media screen and (min-width: 1280px) {
  .activity__sources {
    margin-top: 100px;
  }
}
.activity__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .activity__source {
    padding: 32px;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .activity__source {
    gap: 64px;
  }
}
.activity__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .activity__source-text {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .activity__source:not(.activity__source--download):hover .activity__source-text {
    color: var(--color-bright-blue);
  }
}
.activity__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .activity__source-box {
    width: 20px;
    height: 20px;
  }
}
.activity__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: #161333;
  margin-top: 6px;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .activity__source-icon {
    width: 14px;
    height: 12px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .activity__source:hover .activity__source-icon {
    fill: var(--color-bright-blue);
  }
}
.activity__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .activity__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.activity__links {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .activity__links {
    gap: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .activity__links {
    margin-top: 160px;
  }
}
.activity__link {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 8px;
  border-top: 1px solid #161333;
}
@media screen and (min-width: 768px) {
  .activity__link {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .activity__link {
    padding-top: 16px;
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .activity__link {
    gap: 120px;
  }
  .activity__link:hover {
    border-color: var(--color-bright-blue);
  }
}
.activity__link-text {
  flex: 1 1 auto;
  font-family: "Trola";
  letter-spacing: -0.22px;
  line-height: 28px;
  font-weight: 400;
  font-size: 22px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .activity__link-text {
    letter-spacing: -0.44px;
    line-height: 50px;
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .activity__link:hover .activity__link-text {
    color: var(--color-bright-blue);
  }
}
.activity__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .activity__link-box {
    margin-top: 8px;
    width: 32px;
    height: 32px;
  }
}
.activity__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 14px;
  height: 12px;
  stroke: none;
  fill: #161333;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .activity__link-icon {
    width: 19px;
    height: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .activity__link:hover .activity__link-icon {
    fill: var(--color-bright-blue);
  }
}

.corruption {
  background: var(--color-white);
}
.corruption__prime {
  padding: 64px 0 48px;
}
@media screen and (min-width: 768px) {
  .corruption__prime {
    padding: 80px 0 64px;
  }
}
@media screen and (min-width: 1280px) {
  .corruption__prime {
    padding: 80px 0;
  }
}
.corruption__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .corruption__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .corruption__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .corruption__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.corruption__title {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .corruption__title {
    max-width: 889px;
    letter-spacing: -1.2px;
    line-height: 64px;
    font-size: 60px;
    font-weight: 350;
  }
}
.corruption__description {
  max-width: 889px;
  margin-top: 24px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .corruption__description {
    margin-top: 40px;
    letter-spacing: -0.44px;
    line-height: 28px;
    font-size: 22px;
  }
}
.corruption__picture {
  position: relative;
  overflow: hidden;
}
.corruption__picture::before {
  content: " ";
  display: block;
  padding-top: 58.3333333333%;
}
@media screen and (min-width: 1280px) {
  .corruption__picture::before {
    padding-top: 58.4375%;
  }
}
.corruption__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.corruption__content {
  padding: 48px 0 80px;
}
@media screen and (min-width: 768px) {
  .corruption__content {
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 1280px) {
  .corruption__content {
    padding: 120px 0 120px;
  }
}
.corruption__boxes {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .corruption__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .corruption__boxes {
    gap: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .corruption__boxes {
    gap: 160px;
  }
}
.corruption__box {
  flex: 0 0 auto;
  padding-top: 16px;
  border-top: 1px solid #161333;
}
@media screen and (min-width: 768px) {
  .corruption__box {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .corruption__box {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .corruption__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.corruption__heading {
  font-family: "Trola";
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.52px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .corruption__heading {
    font-family: "Trola";
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.44px;
  }
}
.corruption__holder {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .corruption__holder {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .corruption__holder {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .corruption__holder {
    width: 100%;
    max-width: calc(50% - 8px);
    margin: 0;
  }
}
.corruption__text {
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .corruption__text {
    letter-spacing: -0.44px;
    line-height: 28px;
    font-size: 22px;
  }
}
.corruption__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 64px;
}
@media screen and (min-width: 1280px) {
  .corruption__sources {
    margin-top: 100px;
  }
}
.corruption__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .corruption__source {
    gap: 64px;
    padding: 32px;
  }
}
.corruption__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-dark-blue);
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .corruption__source-text {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .corruption__source:hover .corruption__source-text {
    color: var(--color-bright-blue);
  }
}
.corruption__source-box {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .corruption__source-box {
    width: 20px;
    height: 20px;
  }
}
.corruption__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: #161333;
  margin-top: 6px;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .corruption__source-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .corruption__source:hover .corruption__source-icon {
    fill: var(--color-bright-blue);
  }
}
.corruption__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .corruption__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.corruption__links {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .corruption__links {
    margin-top: 100px;
    gap: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .corruption__links {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .corruption__links {
    gap: 64px;
    margin-top: 160px;
  }
}
.corruption__link {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 8px;
  border-top: 1px solid #161333;
}
@media screen and (min-width: 768px) {
  .corruption__link {
    border-width: 1.5px;
  }
}
.corruption__link:hover {
  border-color: var(--color-bright-blue);
}
@media screen and (min-width: 768px) {
  .corruption__link {
    gap: 120px;
    padding-top: 16px;
  }
}
.corruption__link-text {
  flex: 1 1 auto;
  font-family: "Trola";
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.22px;
  color: var(--color-dark-blue);
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .corruption__link-text {
    font-family: "Trola";
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 1280px) {
  .corruption__link:hover .corruption__link-text {
    color: var(--color-bright-blue);
  }
}
.corruption__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .corruption__link-box {
    width: 32px;
    height: 32px;
    margin-top: 8px;
  }
}
.corruption__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 14px;
  height: 12px;
  stroke: none;
  fill: #161333;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .corruption__link-icon {
    width: 19px;
    height: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .corruption__link:hover .corruption__link-icon {
    fill: var(--color-bright-blue);
  }
}

.organization-prime {
  position: relative;
  padding: 100px 0 48px;
  background: var(--color-white);
}
@media screen and (min-width: 1280px) {
  .organization-prime {
    padding: 120px 0 80px;
  }
}
.organization-prime__button {
  position: absolute;
  left: 16px;
  top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: var(--color-light-gray);
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .organization-prime__button {
    left: 24px;
    padding: 12px 18px 12px 14px;
  }
}
@media screen and (min-width: 1280px) {
  .organization-prime__button {
    left: 32px;
    top: 16px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .organization-prime__button:hover {
    background: #3D61F3;
  }
}
.organization-prime__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .organization-prime__button-box {
    width: 20px;
    height: 20px;
  }
}
.organization-prime__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .organization-prime__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .organization-prime__button:hover .organization-prime__button-text {
    color: #CCEFFF;
  }
}
.organization-prime__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .organization-prime__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .organization-prime__button:hover .organization-prime__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.organization-prime__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 16px;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .organization-prime__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) {
  .organization-prime__container {
    gap: 40px;
  }
}
.organization-prime__heading {
  flex: 0 0 auto;
  color: #161333;
  font-family: "Trola";
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 768px) {
  .organization-prime__heading {
    text-align: center;
    font-family: "Trola";
    font-size: 44px;
    font-weight: 350;
    line-height: 50px;
    letter-spacing: -0.44px;
  }
}
.organization-prime__description {
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .organization-prime__description {
    text-align: center;
    letter-spacing: -0.44px;
    line-height: 30px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .organization-prime__description {
    max-width: 893px;
    margin-left: auto;
    margin-right: auto;
  }
}

.organization {
  position: relative;
  padding: 48px 0 80px;
  background: var(--color-white);
}
.organization::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background-color: var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .organization::before {
    left: 24px;
    right: 24px;
    height: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .organization::before {
    left: 32px;
    right: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .organization {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 1279px) {
  .organization {
    border-width: 1px;
  }
}
.organization__container {
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .organization__container {
    max-width: 710px;
  }
}
.organization__card {
  padding: 16px 16px 32px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .organization__card {
    padding: 24px;
  }
}
.organization__card-person {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .organization__card-person {
    align-items: flex-start;
    gap: 24px;
  }
}
.organization__card-photo {
  flex: 0 0 auto;
  display: block;
  width: 76px;
  height: 76px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .organization__card-photo {
    width: 178px;
    height: 178px;
  }
}
.organization__card-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.organization__card-name, .organization__card-position {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .organization__card-name, .organization__card-position {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.organization__card-name {
  color: #161333;
}
.organization__card-position {
  color: rgba(22, 19, 51, 0.4);
}
.organization__card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .organization__card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px;
  }
}
.organization__card-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .organization__card-item {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.organization__card-item:last-child {
  margin-top: 8px;
}
.organization__card-item a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #3D61F3;
}
@media screen and (min-width: 768px) {
  .organization__card-item a {
    text-decoration-thickness: 1.5px;
  }
}
.organization__card-key, .organization__card-val {
  flex: 0 0 auto;
}
@media screen and (min-width: 1280px) {
  .organization__card-item:last-child .organization__card-key, .organization__card-item:last-child .organization__card-val {
    width: 630px;
  }
}
.organization__card-key {
  color: rgba(22, 19, 51, 0.4);
}
.organization__card-val {
  color: #161333;
}
.organization__card-val a {
  width: max-content;
  position: relative;
  background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
  transition: background-size 0s;
}
.organization__card-val a:hover {
  background-size: 100% 100%;
  transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.organization__box {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .organization__box {
    margin-top: 80px;
  }
}
.organization__heading {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .organization__heading {
    letter-spacing: -0.44px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 430;
  }
}
.organization__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .organization__list {
    gap: 12px;
  }
}
.organization__item {
  flex: 0 0 auto;
  position: relative;
  padding-left: 12px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .organization__item {
    padding-left: 14px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}
.organization__item::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .organization__item::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.organization__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.organization__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .organization__source {
    padding: 32px;
  }
}
.organization__source-name {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .organization__source-name {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .organization__source:hover .organization__source-name {
    color: var(--color-bright-blue);
  }
}
.organization__source-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .organization__source-box {
    width: 20px;
    height: 20px;
  }
}
.organization__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 8px;
  height: 8px;
  stroke: none;
  fill: #161333;
  margin-top: 6px;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .organization__source-icon {
    width: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .organization__source:hover .organization__source-icon {
    fill: var(--color-bright-blue);
  }
}

.contacts {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .contacts {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .contacts {
    padding-bottom: 120px;
  }
}
.contacts__prime {
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .contacts__prime {
    padding: 82px 0 64px;
  }
}
@media screen and (min-width: 1024px) {
  .contacts__prime {
    padding: 80px 0 64px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__prime {
    padding: 80px 0;
  }
}
.contacts__container {
  max-width: 662px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .contacts__container {
    max-width: none;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .contacts__container {
    max-width: 696px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__container {
    max-width: 678px;
  }
}
.contacts__title {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .contacts__title {
    text-align: center;
    letter-spacing: -1.2px;
    line-height: 64px;
    font-size: 60px;
    font-weight: 400;
  }
}
.contacts__lists {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .contacts__lists {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .contacts__lists {
    gap: 64px;
    padding-top: 40px;
  }
}
.contacts__list {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .contacts__list--prime {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
}
@media screen and (min-width: 768px) {
  .contacts__list--extra {
    gap: 24px;
  }
}
.contacts__item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contacts__list--prime .contacts__item:nth-child(3) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .contacts__list--prime .contacts__item:nth-child(3) {
    margin: 0;
  }
}
.contacts__list--extra .contacts__item {
  padding: 4px 0;
}
@media screen and (min-width: 768px) {
  .contacts__list--extra .contacts__item {
    padding: 0;
  }
}
.contacts__key, .contacts__val {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .contacts__key, .contacts__val {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}
.contacts__list--prime .contacts__key {
  color: rgba(22, 19, 51, 0.4);
}
.contacts__key .contacts__list--extra {
  color: #161333;
}
.contacts__val {
  color: #161333;
}
.contacts__link {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .contacts__link {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .contacts__link:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.contacts__location {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .contacts__location {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .contacts__location {
    margin-top: 39px;
    padding-top: 40px;
  }
}
.contacts__heading, .contacts__address {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .contacts__heading, .contacts__address {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.contacts__heading {
  color: rgba(22, 19, 51, 0.4);
}
.contacts__address {
  margin-top: 2px;
  color: #161333;
}
.contacts__copy {
  display: inline-block;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #3D61F3;
}
@media screen and (min-width: 768px) {
  .contacts__copy {
    margin-top: 16px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
    text-decoration-thickness: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__copy {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .contacts__copy:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.contacts__map {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .contacts__map {
    margin-top: 40px;
  }
}
.contacts__map::before {
  content: " ";
  display: block;
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .contacts__map::before {
    padding-top: 66.5%;
  }
}
@media screen and (min-width: 1024px) {
  .contacts__map::before {
    padding-top: 74%;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__map::before {
    padding-top: 76.1904761905%;
  }
}
.contacts__touch {
  display: inline-flex;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 12px 10px 16px;
  border-radius: 6px;
  background: #F3F2F5;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contacts__touch {
    margin-top: 24px;
    padding: 12px 14px 12px 18px;
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__touch:hover {
    background: #3D61F3;
  }
}
.contacts__touch-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .contacts__touch-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
    transition: color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__touch:hover .contacts__touch-text {
    color: var(--color-blue-sky);
  }
}
.contacts__touch-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .contacts__touch-box {
    width: 20px;
    height: 20px;
  }
}
.contacts__touch-icon {
  flex: 0 0 auto;
  display: block;
  width: 8px;
  height: 8px;
  stroke: none;
  fill: #161333;
}
@media screen and (min-width: 768px) {
  .contacts__touch-icon {
    width: 11px;
    height: 11px;
    transition: fill 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__touch:hover .contacts__touch-icon {
    fill: var(--color-blue-sky);
  }
}
.contacts__info {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (max-width: 1279px) {
  .contacts__info {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .contacts__info {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.contacts__text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .contacts__text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.contacts__text p + p {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .contacts__text p + p {
    margin-top: 12px;
  }
}
.contacts__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .contacts__sources {
    margin-top: 64px;
  }
}
.contacts__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .contacts__source {
    gap: 64px;
    padding: 32px;
  }
}
.contacts__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .contacts__source-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
  .contacts__source:hover .contacts__source-text {
    color: var(--color-bright-blue);
  }
}
.contacts__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .contacts__source-box {
    width: 20px;
    height: 20px;
  }
}
.contacts__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: #161333;
  margin-top: 6px;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .contacts__source-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__source:hover .contacts__source-icon {
    fill: var(--color-bright-blue);
  }
}

.reception {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .reception {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .reception {
    padding-bottom: 120px;
  }
}
.reception__prime {
  padding: 64px 0 32px;
}
@media screen and (min-width: 768px) {
  .reception__prime {
    padding: 82px 0 64px;
  }
}
@media screen and (min-width: 1024px) {
  .reception__prime {
    padding: 80px 0 64px;
  }
}
@media screen and (min-width: 1280px) {
  .reception__prime {
    padding: 80px 0;
  }
}
.reception__container {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .reception__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .reception__container {
    max-width: 693px;
  }
}
@media screen and (min-width: 1280px) {
  .reception__container {
    max-width: 678px;
  }
}
.reception__container--prime {
  max-width: 1309px;
}
.reception__title {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .reception__title {
    text-align: center;
    letter-spacing: -1.2px;
    line-height: 64px;
    font-size: 60px;
    font-weight: 350;
  }
}
.reception__card {
  background: var(--color-blue-light);
  margin: 0 -16px;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .reception__card {
    margin: 0 -24px;
    padding: 40px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .reception__card {
    margin: 0 -40px;
    padding: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .reception__card {
    margin: 0 -64px;
    padding: 40px 64px;
  }
}
.reception__card-text, .reception__card-note {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .reception__card-text, .reception__card-note {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.reception__card-text p + p, .reception__card-note p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .reception__card-text p + p, .reception__card-note p + p {
    margin-top: 12px;
  }
}
.reception__card-text a, .reception__card-note a {
  color: #3D61F3;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 768px) {
  .reception__card-text a, .reception__card-note a {
    text-decoration-thickness: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .reception__card-text a, .reception__card-note a {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .reception__card-text a:hover, .reception__card-note a:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.reception__card-note {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .reception__card-note {
    margin-top: 40px;
  }
}
.reception__button {
  display: block;
  width: 100%;
  height: auto;
  margin: 32px 0 0;
  padding: 10px 12px 10px 16px;
  border-radius: 6px;
  background: #CCEFFF;
  box-shadow: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .reception__button {
    display: inline-block;
    width: auto;
    margin-top: 24px;
    padding: 12px 14px 12px 18px;
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .reception__button:hover {
    background: #3D61F3;
  }
}
.reception__button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 8px;
}
.reception__button-text {
  flex: 0 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .reception__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
    transition: color 200ms linear;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .reception__button:hover .reception__button-text {
    color: #CCEFFF;
  }
}
.reception__button-figure {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .reception__button-figure {
    width: 20px;
    height: 20px;
  }
}
.reception__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 8px;
  height: 8px;
  stroke: none;
  fill: #161333;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .reception__button-icon {
    width: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .reception__button:hover .reception__button-icon {
    fill: #CCEFFF;
  }
}
.reception__post {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .reception__post {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .reception__post {
    margin-top: 39px;
    padding-top: 40px;
  }
}
.reception__post-heading {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .reception__post-heading {
    letter-spacing: -0.18px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 430;
  }
}
.reception__post-description {
  margin-top: 24px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .reception__post-description {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}
.reception__post-description a {
  color: #3D61F3;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 768px) {
  .reception__post-description a {
    text-decoration-thickness: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .reception__post-description a {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .reception__post-description a:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.reception__contacts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .reception__contacts {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .reception__contacts {
    margin-top: 39px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .reception__contacts {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    margin: 40px -8px 0;
  }
}
.reception__contacts-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .reception__contacts-item {
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .reception__contacts-item:nth-child(1) {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .reception__contacts-item:nth-child(2) {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .reception__contacts-item:nth-child(3) {
    width: 50%;
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .reception__contacts-item:nth-child(4) {
    width: 50%;
    margin-top: 24px;
  }
}
.reception__contacts-item:last-child {
  margin-top: -12px;
}
@media screen and (min-width: 768px) {
  .reception__contacts-item:last-child {
    margin-top: 24px;
  }
}
.reception__contacts-key, .reception__contacts-val {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .reception__contacts-key, .reception__contacts-val {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.reception__contacts-key {
  color: rgba(22, 19, 51, 0.4);
}
.reception__contacts-val {
  color: #161333;
}
.reception__contacts-link {
  color: #3D61F3;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 768px) {
  .reception__contacts-link {
    text-decoration-thickness: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .reception__contacts-link {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .reception__contacts-link:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.reception__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .reception__files {
    margin-top: 64px;
  }
}
.reception__file {
  flex: 0 0 auto;
  background: var(--color-blue-light);
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .reception__file {
    padding: 32px;
    cursor: pointer;
  }
}
.reception__file-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reception__file-text {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .reception__file-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.reception__file-year {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: rgba(22, 19, 51, 0.4);
}
@media screen and (min-width: 768px) {
  .reception__file-year {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.reception__file-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .reception__file-box {
    margin-top: 32px;
  }
}
.reception__file-info {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .reception__file-info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.reception__file-size {
  flex: 0 0 auto;
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .reception__file-size {
    gap: 8px;
  }
}
.reception__file-size span {
  flex: 0 0 auto;
}
.reception__file-date {
  flex: 0 0 auto;
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 768px) {
  .reception__file-date {
    padding-left: 11px;
  }
}
.reception__file-date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1.5px;
  height: 12px;
  background-color: var(--color-dark-blue);
}
@media screen and (max-width: 1279px) {
  .reception__file-date::before {
    width: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .reception__file-date::before {
    height: 18px;
  }
}
.reception__file-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #3D61F3;
}
@media screen and (min-width: 768px) {
  .reception__file-link {
    gap: 8px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
    padding: 0 2px;
  }
}
@media screen and (min-width: 1280px) {
  .reception__file-link {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .reception__file:hover .reception__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.reception__file-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .reception__file-icon {
    width: 20px;
    height: 20px;
  }
}
.reception__information {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .reception__information {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .reception__information {
    margin-top: 39px;
    padding-top: 40px;
  }
}
.reception__information-heading, .reception__information-description {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .reception__information-heading, .reception__information-description {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.reception__information-heading {
  font-weight: 500;
}
.reception__information-description {
  margin-top: 24px;
  font-weight: 400;
}
.reception__information-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .reception__information-list {
    gap: 16px;
  }
}
.reception__information-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .reception__information-item {
    flex-direction: row;
    gap: 16px;
  }
}
.reception__information-key, .reception__information-val {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .reception__information-key, .reception__information-val {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .reception__information-key {
    width: 178px;
  }
}
.reception__information-val {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .reception__information-val {
    flex: 1 1 auto;
    gap: 6px;
  }
}
.reception__information-val span {
  color: rgba(22, 19, 51, 0.4);
}
.reception__information-text {
  margin-top: 24px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .reception__information-text {
    margin-top: 40px;
    letter-spacing: -0.3px;
    line-height: 26px;
    font-size: 18px;
  }
}
.reception__information-text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .reception__information-text p + p {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .reception__information-text p + p {
    margin-top: 14px;
  }
}
.reception__information-text p:not(:last-child):has(+ ul) {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .reception__information-text p:not(:last-child):has(+ ul) {
    margin-top: 40px;
  }
}
.reception__information-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .reception__information-text ul {
    gap: 12px;
    margin-top: 16px;
  }
}
.reception__information-text li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 1280px) {
  .reception__information-text li {
    padding-left: 14px;
  }
}
.reception__information-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .reception__information-text li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}

.call {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .call {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .call {
    padding-bottom: 120px;
  }
}
.call__prime {
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .call__prime {
    padding: 82px 0 64px;
  }
}
@media screen and (min-width: 1280px) {
  .call__prime {
    padding: 80px 0;
  }
}
.call__container {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .call__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .call__container {
    max-width: 693px;
  }
}
@media screen and (min-width: 1280px) {
  .call__container {
    max-width: 678px;
  }
}
@media screen and (min-width: 1280px) {
  .call__container--prime {
    max-width: 1309px;
  }
}
.call__title {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .call__title {
    text-align: center;
    letter-spacing: -1.2px;
    line-height: 64px;
    font-size: 60px;
    font-weight: 350;
  }
}
.call__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 -16px;
  padding: 32px 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .call__card {
    margin: 0 -24px;
    padding: 40px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .call__card {
    margin: 0 -40px;
    padding: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .call__card {
    margin: 0 -64px;
    padding: 40px 64px;
  }
}
.call__card-text {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .call__card-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.call__card-text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .call__card-text p + p {
    margin-top: 14px;
  }
}
.call__card__holder {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .call__card__holder {
    gap: 4px;
  }
}
.call__card-heading, .call__card-link {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .call__card-heading, .call__card-link {
    letter-spacing: -0.18px;
    line-height: 26px;
    font-size: 18px;
  }
}
.call__card-heading {
  font-weight: 520;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .call__card-heading {
    font-weight: 430;
  }
}
.call__card-link {
  align-self: flex-start;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-weight: 400;
  color: #3D61F3;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .call__card-link {
    text-decoration-thickness: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .call__card-link {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .call__card-link:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.call__boxes {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .call__boxes {
    gap: 40px;
    margin-top: 40px;
  }
}
.call__box {
  flex: 0 0 auto;
  padding-top: 32px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (max-width: 1279px) {
  .call__box {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .call__box {
    padding-top: 40px;
  }
}
.call__text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .call__text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.call__text a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #3D61F3;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .call__text a {
    text-decoration-thickness: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .call__text a {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .call__text a:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.call__text h2,
.call__text h3,
.call__text h4 {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .call__text h2,
  .call__text h3,
  .call__text h4 {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.call__text h3,
.call__text h4 {
  font-weight: 400;
}
.call__text h2 + h3 {
  margin-top: 24px;
}
.call__text h2 + ul {
  margin-top: 24px;
}
.call__text h3 + ul {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .call__text h3 + ul {
    margin-top: 16px;
  }
}
.call__text ul + h3 {
  margin-top: 24px;
}
.call__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .call__text p + p {
    margin-top: 14px;
  }
}
.call__text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .call__text ul {
    gap: 12px;
  }
}
.call__text li {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .call__text li {
    gap: 10px;
    padding-left: 14px;
  }
}
.call__text li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .call__text li::before {
    width: 6px;
    height: 6px;
    top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .plate {
    background: var(--color-blue-light);
  }
}
@media screen and (min-width: 1024px) {
  .plate__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .plate__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .plate__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.plate__head {
  padding: 12px 16px;
  background: #DCDEFA;
  position: sticky;
  top: 68px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .plate__head {
    top: 94px;
    display: flex;
    justify-content: flex-end;
    padding: 16px 40px;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .plate__head {
    position: static;
  }
}
.plate__button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
}
.plate__button-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .plate__button-box {
    justify-content: center;
  }
}
.plate__button-text {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .plate__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 520;
    transition: color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .plate__head:hover .plate__button-text {
    color: rgba(22, 19, 51, 0.4);
  }
}
.plate__button-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .plate__button-figure {
    width: 20px;
    height: 20px;
  }
}
.plate__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 11px;
  stroke: none;
  fill: #161333;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .plate__button-icon {
    width: 12px;
    height: 14px;
  }
}
.plate--visible .plate__button-icon {
  transform: rotate(-180deg);
}
@media screen and (min-width: 1280px) {
  .plate__head:hover .plate__button-icon {
    fill: rgba(22, 19, 51, 0.4);
  }
}
.plate__body {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  background: #DCDEFA;
  transition: grid-template-rows 300ms ease-in-out, padding 300ms ease-in-out;
  box-shadow: 0px -2px 0px 0px rgb(220, 222, 250);
}
.plate--visible .plate__body {
  grid-template-rows: 1fr;
}
.plate__box {
  overflow: hidden;
  min-height: 0;
}
.plate__box-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding: 32px 16px 48px;
}
@media screen and (min-width: 768px) {
  .plate__box-inner {
    padding: 32px 24px 48px;
  }
}
@media screen and (min-width: 1024px) {
  .plate__box-inner {
    padding: 10px 32px 64px;
  }
}
@media screen and (min-width: 1280px) {
  .plate__box-inner {
    padding: 10px 40px 64px;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    row-gap: 40px;
  }
}
.plate__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .plate__content:first-child {
    padding-right: 106px;
  }
}
@media screen and (min-width: 1280px) {
  .plate__content:last-child {
    padding-right: 90px;
  }
}
.plate__heading {
  flex: 0 0 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .plate__heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.plate__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  font-weight: 470;
}
@media screen and (min-width: 768px) {
  .plate__sub-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 768px) {
  .plate__sub-heading {
    font-weight: 520;
  }
}
.plate__text {
  flex: 0 0 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .plate__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.plate__text a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #3D61F3;
}
@media screen and (min-width: 768px) {
  .plate__text a {
    text-decoration-thickness: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .plate__text a {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-light), var(--color-blue-light));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .plate__text a:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.plate__text > ul + p {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .plate__text > ul + p {
    margin-top: 40px;
  }
}
.plate__text > p + p, .plate__text p + ol {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .plate__text > p + p, .plate__text p + ol {
    margin-top: 14px;
  }
}
.plate__text > h3 {
  font-weight: 520;
}
@media screen and (min-width: 1280px) {
  .plate__text > h3 {
    letter-spacing: -0.18px;
  }
}
.plate__text > ul + h3 {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .plate__text > ul + h3 {
    margin-top: 40px;
  }
}
.plate__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .plate__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.plate__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .plate__text > ul li {
    padding-left: 14px;
  }
}
.plate__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #161333;
}
@media screen and (min-width: 768px) {
  .plate__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.plate__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .plate__text ol {
    gap: 13px;
  }
}
.plate__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .plate__text ol li {
    padding-left: 27px;
  }
}
.plate__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #161333;
}
.plate__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .plate__text ol li ul {
    margin-top: 12px;
  }
}

.acts {
  background: var(--color-white);
}
.acts__prime {
  position: relative;
  padding: 32px 0 80px;
}
@media screen and (min-width: 768px) {
  .acts__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .acts__prime {
    padding: 24px 0 100px;
  }
}
.acts__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .acts__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .acts__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .acts__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.acts__button {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .acts__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .acts__button {
    margin-bottom: 64px;
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .acts__button:hover {
    background: var(--color-bright-blue);
  }
}
.acts__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .acts__button-box {
    width: 20px;
    height: 20px;
  }
}
.acts__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .acts__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .acts__button:hover .acts__button-text {
    color: var(--color-blue-sky);
  }
}
.acts__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .acts__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .acts__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .acts__button:hover .acts__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.acts__title {
  flex: 0 0 auto;
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 400;
  font-size: 26px;
  font-family: "Trola";
  color: #161333;
}
@media screen and (min-width: 768px) {
  .acts__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1280px) {
  .acts__title {
    letter-spacing: -0.44px;
  }
}
.acts__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .acts__list {
    max-width: 645px;
    margin: 0 auto;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .acts__list {
    max-width: none;
    margin: 0;
  }
}
.acts__item {
  flex: 0 0 auto;
}
.acts__extra-links {
  margin: 80px -16px;
}
@media screen and (min-width: 768px) {
  .acts__extra-links {
    margin: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .acts__extra-links {
    margin: 100px auto 120px;
    max-width: 645px;
  }
}
@media screen and (min-width: 1280px) {
  .acts__extra-links {
    max-width: none;
  }
}

.extra-links {
  padding: 40px 16px 64px;
  background: #F3F2F5;
}
@media screen and (min-width: 768px) {
  .extra-links {
    padding: 40px 32px 64px;
  }
}
.extra-links__heading {
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 500;
  font-size: 18px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .extra-links__heading {
    letter-spacing: -0.44px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 470;
  }
}
.extra-links__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .extra-links__list {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .extra-links__list {
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.extra-links__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.extra-links__link {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .extra-links__link {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .extra-links__link {
    gap: 80px;
    transition: border-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .extra-links__link:hover {
    border-color: #3D61F3;
  }
}
.extra-links__text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .extra-links__text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
    transition: color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .extra-links__link:hover .extra-links__text {
    color: #3D61F3;
  }
}
.extra-links__box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .extra-links__box {
    width: 20px;
    height: 20px;
  }
}
.extra-links__icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: #161333;
}
@media screen and (min-width: 768px) {
  .extra-links__icon {
    width: 14px;
    height: 12px;
    transition: stroke 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .extra-links__link:hover .extra-links__icon {
    fill: #3D61F3;
  }
}

.source {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .source {
    justify-content: space-between;
    padding: 32px;
  }
}
.source__text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .source__text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .source__text {
    max-width: 918px;
  }
  .source:hover .source__text {
    color: var(--color-bright-blue);
  }
}
.source__box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
@media screen and (min-width: 1280px) {
  .source__box {
    width: 20px;
    height: 20px;
  }
}
.source__icon {
  flex: 0 0 auto;
  display: block;
  width: 8px;
  height: 8px;
  stroke: none;
  fill: #161333;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .source__icon {
    width: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .source:hover .source__icon {
    fill: var(--color-bright-blue);
  }
}

.methods {
  background: var(--color-white);
}
.methods__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .methods__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .methods__prime {
    padding: 24px 0 100px;
  }
}
.methods__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .methods__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .methods__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .methods__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.methods__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background 200ms linear;
}
@media screen and (min-width: 768px) {
  .methods__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .methods__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .methods__button:hover {
    background: #3D61F3;
  }
}
.methods__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .methods__button-box {
    width: 20px;
    height: 20px;
  }
}
.methods__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .methods__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .methods__button:hover .methods__button-text {
    color: #CCEFFF;
  }
}
.methods__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .methods__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .methods__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .methods__button:hover .methods__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.methods__title {
  flex: 0 0 auto;
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .methods__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 350;
  }
}
@media screen and (min-width: 1280px) {
  .methods__title {
    letter-spacing: -0.44px;
  }
}
.methods__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .methods__list {
    max-width: 645px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .methods__list {
    gap: 16px;
    max-width: none;
  }
}
.methods__item {
  flex: 0 0 auto;
}
.methods__extra-links {
  margin: 80px -16px;
}
@media screen and (min-width: 768px) {
  .methods__extra-links {
    margin: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .methods__extra-links {
    margin: 100px auto 120px;
    max-width: 645px;
  }
}
@media screen and (min-width: 1280px) {
  .methods__extra-links {
    max-width: none;
  }
}

.expertise {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .expertise {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .expertise {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .expertise__content .expertise__container > * {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__content .expertise__container > * {
    max-width: none;
  }
}
.expertise__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .expertise__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__prime {
    padding: 24px 0 100px;
  }
}
.expertise__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .expertise__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .expertise__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.expertise__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .expertise__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__button:hover {
    background: #3D61F3;
  }
}
.expertise__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .expertise__button-box {
    width: 20px;
    height: 20px;
  }
}
.expertise__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .expertise__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__button:hover .expertise__button-text {
    color: #CCEFFF;
  }
}
.expertise__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .expertise__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .expertise__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__button:hover .expertise__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.expertise__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .expertise__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 350;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__title {
    letter-spacing: -0.44px;
  }
}
.expertise__boxes {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .expertise__boxes {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .expertise__boxes {
    gap: 80px;
    margin-top: 120px;
  }
}
.expertise__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .expertise__box {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .expertise__box {
    padding-top: 24px;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__box {
    flex-direction: row;
    gap: 146px;
    padding-right: 129px;
  }
}
.expertise__heading {
  flex: 0 0 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 520;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .expertise__heading {
    letter-spacing: -0.44px;
    line-height: 30px;
    font-weight: 470;
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__heading {
    width: calc(50% - 73px);
    font-weight: 400;
  }
}
.expertise__text,
.expertise h3 {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .expertise__text,
  .expertise h3 {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__text {
    width: calc(50% - 73px);
  }
}
.expertise__text > ul + p {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .expertise__text > ul + p {
    margin-top: 40px;
  }
}
.expertise__text > p + p {
  margin-top: 38px;
}
@media screen and (min-width: 1280px) {
  .expertise__text > p + p {
    margin-top: 50px;
  }
}
.expertise__text > h3 {
  font-weight: 520;
}
@media screen and (min-width: 1280px) {
  .expertise__text > h3 {
    letter-spacing: -0.18px;
  }
}
.expertise__text > ul + h3 {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .expertise__text > ul + h3 {
    margin-top: 40px;
  }
}
.expertise__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .expertise__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.expertise__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .expertise__text > ul li {
    padding-left: 14px;
  }
}
.expertise__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .expertise__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.expertise__file {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  padding: 24px 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .expertise__file {
    gap: 32px;
    margin-top: 64px;
    padding: 32px;
    cursor: pointer;
  }
}
.expertise__file-name {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .expertise__file-name {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.expertise__file-options {
  display: flex;
  justify-content: space-between;
}
.expertise__file-info, .expertise__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .expertise__file-info, .expertise__file-link {
    letter-spacing: 0.3px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
  }
}
.expertise__file-info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .expertise__file-info {
    gap: 10px;
  }
}
.expertise__file-data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .expertise__file-data {
    gap: 8px;
  }
}
.expertise__file-date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .expertise__file-date {
    padding-left: 11px;
  }
}
.expertise__file-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .expertise__file-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise__file-date::before {
    height: 18px;
  }
}
.expertise__file-link {
  display: flex;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .expertise__file-link {
    gap: 8px;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .expertise__file:hover .expertise__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.expertise__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .expertise__file-icon {
    width: 20px;
    height: 20px;
  }
}
.expertise__extra-links {
  margin: 80px -16px;
}
@media screen and (min-width: 768px) {
  .expertise__extra-links {
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .expertise__extra-links {
    margin: 120px 0 0;
  }
}

.information {
  background: var(--color-white);
}
.information__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .information__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .information__prime {
    padding: 24px 0 100px;
  }
}
.information__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .information__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .information__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .information__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.information__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .information__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .information__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .information__button:hover {
    background: #3D61F3;
  }
}
.information__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .information__button-box {
    width: 20px;
    height: 20px;
  }
}
.information__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .information__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .information__button:hover .information__button-text {
    color: #CCEFFF;
  }
}
.information__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .information__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .information__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .information__button:hover .information__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.information__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .information__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 350;
  }
}
@media screen and (min-width: 1280px) {
  .information__title {
    letter-spacing: -0.44px;
  }
}
.information__accordions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .information__accordions {
    gap: 40px;
    margin-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .information__accordions {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .information__accordions {
    max-width: none;
  }
}
.information__extra-links {
  margin: 80px -16px;
}
@media screen and (min-width: 768px) {
  .information__extra-links {
    margin: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .information__extra-links {
    margin: 100px auto 120px;
    max-width: 645px;
  }
}
@media screen and (min-width: 1280px) {
  .information__extra-links {
    max-width: none;
  }
}
.information__flex {
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .information__flex {
    margin: 0 -24px;
  }
}
@media screen and (min-width: 1024px) {
  .information__flex {
    margin: 0;
  }
}

.flex__head {
  position: sticky;
  top: 68px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .flex__head {
    top: 94px;
  }
}
@media screen and (min-width: 1024px) {
  .flex__head {
    position: static;
  }
}
.flex__button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 40px 12px 16px;
  margin: 0;
  border: 0;
  background: #CCEFFF;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .flex__button {
    padding: 24px 52px 24px 24px;
    transition: background-color 200ms;
  }
}
@media screen and (min-width: 1024px) {
  .flex__button {
    padding: 24px 52px 24px 32px;
    transition: background-color 200ms;
  }
}
@media screen and (min-width: 1280px) {
  .flex__button:hover {
    background: var(--color-blue-light);
  }
}
.flex__button-text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .flex__button-text {
    letter-spacing: -0.44px;
    line-height: 30px;
    font-weight: 470;
    font-size: 22px;
  }
}
.flex__button-box {
  position: absolute;
  right: 15px;
  top: 15px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .flex__button-box {
    right: 24px;
    top: 29px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .flex__button-box {
    right: 32px;
  }
}
.flex__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 14px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: transform 200ms linear;
}
.flex--visible .flex__button-icon {
  transform: rotate(-180deg);
}
.flex__body {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease-in-out;
}
.flex--visible .flex__body {
  grid-template-rows: 1fr;
}
.flex__content {
  background: var(--color-blue-light);
  overflow: hidden;
  min-height: 0;
}
.flex__content-inner {
  padding: 48px 16px;
}
@media screen and (min-width: 768px) {
  .flex__content-inner {
    padding: 48px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .flex__content-inner {
    padding: 48px 32px;
  }
}
@media screen and (min-width: 1280px) {
  .flex__content-inner {
    padding: 64px 40px;
  }
}
.flex__boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .flex__boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 106px;
    padding-right: 90px;
  }
}
.flex__text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .flex__text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.flex__text h3 {
  font-weight: 500;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .flex__text h3 {
    letter-spacing: -0.44px;
    line-height: 30px;
    font-weight: 400;
    font-size: 22px;
  }
}
.flex__text p {
  font-weight: 400;
}
.flex__text h3 + p {
  margin-top: 24px;
}
.flex__text p + p {
  margin-top: 16px;
}
.flex__text ol {
  counter-reset: items;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.flex__text ol li {
  counter-increment: items;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .flex__text ol li {
    padding-left: 27px;
  }
}
.flex__text ol li::before {
  content: counter(items) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}

.commission {
  background: var(--color-white);
}
.commission__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .commission__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .commission__prime {
    padding: 24px 0 100px;
  }
}
.commission__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .commission__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .commission__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .commission__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.commission__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .commission__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .commission__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .commission__button:hover {
    background: var(--color-bright-blue);
  }
}
.commission__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .commission__button-box {
    width: 20px;
    height: 20px;
  }
}
.commission__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .commission__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .commission__button:hover .commission__button-text {
    color: #CCEFFF;
  }
}
.commission__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
}
@media screen and (min-width: 768px) {
  .commission__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .commission__button-icon {
    width: 14px;
    height: 12px;
    transition: stroke 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .commission__button:hover .commission__button-icon {
    stroke: #CCEFFF;
  }
}
.commission__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .commission__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 350;
  }
}
@media screen and (min-width: 1280px) {
  .commission__title {
    letter-spacing: -0.44px;
  }
}
.commission__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .commission__files {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .commission__files {
    gap: 16px;
    margin-top: 120px;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .commission__files {
    max-width: none;
  }
}
.commission__file {
  flex: 0 0 auto;
}
.commission__text {
  margin-top: 80px;
  max-width: 1277px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .commission__text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .commission__text {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .commission__text {
    margin-top: 120px;
    letter-spacing: -0.44px;
    line-height: 30px;
    font-weight: 400;
    font-size: 22px;
    max-width: none;
  }
}
.commission__accordions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .commission__accordions {
    gap: 39px;
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .commission__accordions {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .commission__accordions {
    max-width: none;
  }
}
.commission__accrodion {
  flex: 0 0 auto;
}
.commission__extra-links {
  margin: 80px -16px;
}
@media screen and (min-width: 768px) {
  .commission__extra-links {
    margin: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .commission__extra-links {
    margin: 100px auto 120px;
    max-width: 645px;
  }
}
@media screen and (min-width: 1280px) {
  .commission__extra-links {
    max-width: none;
  }
}

.forms {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .forms {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .forms {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .forms__content {
    max-width: 693px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .forms__content {
    max-width: none;
  }
}
.forms__prime {
  position: relative;
  padding: 32px 0 80px;
}
@media screen and (min-width: 768px) {
  .forms__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .forms__prime {
    padding: 24px 0 100px;
  }
}
.forms__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .forms__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .forms__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .forms__button:hover {
    background: #3D61F3;
  }
}
.forms__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .forms__button-box {
    width: 20px;
    height: 20px;
  }
}
.forms__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .forms__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .forms__button:hover .forms__button-text {
    color: #CCEFFF;
  }
}
.forms__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .forms__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .forms__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .forms__button:hover .forms__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.forms__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .forms__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .forms__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .forms__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.forms__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .forms__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 350;
  }
}
@media screen and (min-width: 1280px) {
  .forms__title {
    letter-spacing: -0.44px;
  }
}
.forms__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .forms__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .forms__description {
    max-width: 696px;
  }
}
.forms__accordions {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .forms__accordions {
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .forms__accordions {
    gap: 40px;
  }
}
.forms__accordion {
  flex: 0 0 auto;
}
.forms__extra-links {
  margin: 80px -16px;
}
@media screen and (min-width: 768px) {
  .forms__extra-links {
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .forms__extra-links {
    margin: 120px 0 0;
  }
}

.international-activity {
  background: #FDFCFF;
}
.international-activity__prime {
  position: relative;
  padding: 64px 0 48px;
}
@media screen and (min-width: 768px) {
  .international-activity__prime {
    padding: 80px 0;
  }
}
.international-activity__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .international-activity__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .international-activity__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.international-activity__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .international-activity__title {
    letter-spacing: -1.2px;
    line-height: 64px;
    font-weight: 350;
    font-size: 60px;
  }
}
.international-activity__description {
  max-width: 889px;
  margin-top: 24px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .international-activity__description {
    margin-top: 40px;
    letter-spacing: -0.44px;
    line-height: 28px;
    font-size: 22px;
  }
}
.international-activity__picture {
  position: relative;
  overflow: hidden;
}
.international-activity__picture::before {
  content: " ";
  display: block;
  padding-top: 58.3333333333%;
}
@media screen and (min-width: 768px) {
  .international-activity__picture::before {
    padding-top: 58.4375%;
  }
}
.international-activity__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.international-activity__content {
  padding: 48px 0 80px;
}
@media screen and (min-width: 768px) {
  .international-activity__content {
    padding: 120px 0 120px;
  }
}
.international-activity__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .international-activity__boxes {
    gap: 160px;
  }
}
.international-activity__box {
  flex: 0 0 auto;
  padding-top: 16px;
  border-top: 1px solid #161333;
}
@media screen and (min-width: 768px) {
  .international-activity__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 24px;
  }
}
.international-activity__heading {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 768px) {
  .international-activity__heading {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .international-activity__heading {
    max-width: 630px;
  }
}
.international-activity__holder {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .international-activity__holder {
    width: 100%;
    max-width: calc(50% - 8px);
    margin: 0;
  }
}
.international-activity__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .international-activity__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.international-activity__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .international-activity__sources {
    margin-top: 100px;
  }
}
.international-activity__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .international-activity__source {
    gap: 64px;
    padding: 32px;
  }
}
.international-activity__source-text {
  flex: 1 1 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .international-activity__source-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .international-activity__source:hover .international-activity__source-text {
    color: var(--color-bright-blue);
  }
}
.international-activity__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .international-activity__source-box {
    width: 20px;
    height: 20px;
  }
}
.international-activity__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .international-activity__source-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .international-activity__source:hover .international-activity__source-icon {
    fill: var(--color-bright-blue);
  }
}
.international-activity__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .international-activity__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}

.multilateral-сooperation {
  background: #FDFCFF;
}
.multilateral-сooperation__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__prime {
    padding: 24px 0 120px;
  }
}
.multilateral-сooperation__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .multilateral-сooperation__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.multilateral-сooperation__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .multilateral-сooperation__button {
    align-self: flex-start;
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .multilateral-сooperation__button:hover {
    background: var(--color-bright-blue);
  }
}
.multilateral-сooperation__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__button-box {
    width: 20px;
    height: 20px;
  }
}
.multilateral-сooperation__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .multilateral-сooperation__button:hover .multilateral-сooperation__button-text {
    color: var(--color-blue-sky);
  }
}
.multilateral-сooperation__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .multilateral-сooperation__button:hover .multilateral-сooperation__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.multilateral-сooperation__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__title {
    letter-spacing: -1.2px;
    line-height: 64px;
    font-weight: 350;
    font-size: 60px;
  }
}
.multilateral-сooperation__description {
  max-width: 889px;
  margin-top: 24px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__description {
    margin-top: 40px;
    letter-spacing: -0.44px;
    line-height: 28px;
    font-size: 22px;
  }
}
.multilateral-сooperation__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .multilateral-сooperation__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .multilateral-сooperation__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .multilateral-сooperation__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.multilateral-сooperation__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .multilateral-сooperation__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.multilateral-сooperation__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .multilateral-сooperation__boxes {
    gap: 120px;
    align-items: start;
  }
}
.multilateral-сooperation__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .multilateral-сooperation__box {
    max-width: 630px;
  }
}
.multilateral-сooperation__heading {
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1px solid rgba(22, 19, 51, 0.1607843137);
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__heading {
    border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.multilateral-сooperation__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.multilateral-сooperation__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__text p + p {
    margin-top: 14px;
  }
}
.multilateral-сooperation__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__sources {
    margin-top: 40px;
  }
}
.multilateral-сooperation__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__source {
    gap: 64px;
    padding: 32px;
  }
}
.multilateral-сooperation__source-text {
  flex: 1 1 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__source-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .multilateral-сooperation__source:hover .multilateral-сooperation__source-text {
    color: var(--color-bright-blue);
  }
}
.multilateral-сooperation__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__source-box {
    width: 20px;
    height: 20px;
  }
}
.multilateral-сooperation__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: #161333;
  stroke: none;
  margin-top: 6px;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__source-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .multilateral-сooperation__source:hover .multilateral-сooperation__source-icon {
    fill: var(--color-bright-blue);
  }
}
.multilateral-сooperation__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .multilateral-сooperation__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}

.cis {
  background: #FDFCFF;
}
.cis__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .cis__prime {
    padding: 24px 0 100px;
  }
}
.cis__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cis__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .cis__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.cis__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cis__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cis__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .cis__button:hover {
    background: var(--color-bright-blue);
  }
}
.cis__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cis__button-box {
    width: 20px;
    height: 20px;
  }
}
.cis__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cis__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cis__button:hover .cis__button-text {
    color: var(--color-blue-sky);
  }
}
.cis__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .cis__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .cis__button:hover .cis__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.cis__title {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cis__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
@media screen and (min-width: 768px) {
  .cis__title {
    max-width: 1083px;
  }
}
.cis__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cis__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cis__description {
    margin-top: 40px;
  }
}
.cis__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .cis__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .cis__content {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .cis__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .cis__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.cis__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .cis__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .cis__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.cis__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cis__boxes {
    gap: 100px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .cis__boxes {
    gap: 120px;
    padding-top: 0;
  }
}
.cis__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .cis__box {
    width: 100%;
    max-width: 630px;
    margin: 0;
  }
}
.cis__holder {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .cis__holder {
    gap: 40px;
  }
}
.cis__heading {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
}
@media screen and (min-width: 768px) {
  .cis__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .cis__heading {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.cis__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cis__footnotes {
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid rgba(22, 19, 51, 0.1607843137);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .cis__footnotes {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.cis__footnotes ol {
  counter-reset: items;
  color: rgba(22, 19, 51, 0.4);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cis__footnotes ol li {
  counter-increment: items;
  position: relative;
  padding-left: 25px;
}
.cis__footnotes ol li::before {
  content: counter(items) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.cis__table-container {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .cis__table-container {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.cis__table-scroll-container {
  width: calc(100vw - 32px);
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .cis__table-scroll-container {
    width: 100%;
  }
}
.cis__table-title {
  padding: 12px 16px;
  background: #CCEFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.cis__table-wrapper {
  padding: 0 16px;
  min-width: 630px;
}
.cis__table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.cis__table tr {
  border-bottom: 1px solid rgba(22, 19, 51, 0.1607843137);
}
.cis__table tr td:nth-child(even) {
  border-right: 1px solid rgba(22, 19, 51, 0.1607843137);
}
.cis__table tr td:nth-child(odd) {
  font-weight: 520;
}
.cis__table tr td:first-child {
  padding-left: 0;
}
.cis__table tr td:last-child {
  border-right: none;
}
.cis__table tr:last-child {
  border-bottom: none;
}
.cis__table td {
  min-width: 70px;
  padding: 12px;
  word-break: break-all;
}
.cis__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cis__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.cis__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cis__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.cis__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .cis__text p + p {
    margin-top: 14px;
  }
}
.cis__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .cis__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.cis__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .cis__text > ul li {
    padding-left: 14px;
  }
}
.cis__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .cis__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.cis__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .cis__sources {
    margin-top: 100px;
  }
}
.cis__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .cis__source {
    gap: 64px;
    padding: 32px;
  }
}
.cis__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .cis__source-text {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
.cis__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cis__source-box {
    width: 20px;
    height: 20px;
  }
}
.cis__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: none;
  stroke: #161333;
}
@media screen and (min-width: 768px) {
  .cis__source-icon {
    width: 14px;
    height: 12px;
  }
}
.cis__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .cis__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.cis__bullet-list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .cis__bullet-list ul {
    gap: 16px;
  }
}
.cis__bullet-list ul li {
  flex: 0 0 auto;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .cis__bullet-list ul li {
    padding-left: 14px;
  }
}
.cis__bullet-list ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .cis__bullet-list ul li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.cis__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .cis__files {
    gap: 16px;
  }
}
.cis__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .cis__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .cis__files .file__options {
    width: 100%;
  }
}
.cis__files .file__date {
  padding-left: 0;
}
.cis__files .file__date:before {
  display: none;
}
.cis__contact-heading {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cis__contact-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
}
.cis__contact-label {
  color: rgba(22, 19, 51, 0.4);
}
.cis__contact {
  color: #3D61F3;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
@media screen and (min-width: 768px) {
  .cis__contact {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .cis__contact {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .cis__contact:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}

.cis-members {
  background: #FDFCFF;
}
.cis-members__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .cis-members__container {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .cis-members__container {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .cis-members__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .cis-members__container {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.cis-members__members {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .cis-members__members {
    gap: 16px;
  }
}
.cis-members__member {
  flex: 1 1 100%;
  padding: 16px;
  min-width: 200px;
  background: #F3F2F5;
  min-height: 180px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .cis-members__member {
    flex: 1 1 calc(50% - 10px);
    padding: 24px;
    min-height: 184px;
  }
}
.cis-members__member-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}
.cis-members__member-info-flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFF;
}
.cis-members__member-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cis-members__member-name {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cis-members__member-name {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .cis-members__member:hover .cis-members__member-name {
    color: var(--color-bright-blue);
  }
}
.cis-members__member-position {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: rgba(22, 19, 51, 0.4);
}
@media screen and (min-width: 768px) {
  .cis-members__member-position {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.cis-members__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cis-members__source-box {
    width: 20px;
    height: 20px;
  }
}
.cis-members__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 12px;
  height: 10px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .cis-members__source-icon {
    width: 14px;
    height: 12px;
  }
  .cis-members__member:hover .cis-members__source-icon {
    fill: var(--color-bright-blue);
  }
}
.cis-members__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .cis-members__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}

.cis-events {
  background: #FDFCFF;
}
.cis-events__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .cis-events__container {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .cis-events__container {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .cis-events__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .cis-events__container {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.cis-events__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cis-events__item {
  flex: 0 0 auto;
}
.cis-events .accordion__files {
  margin-top: 32px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .cis-events .accordion__files {
    margin-top: 40px;
    margin-bottom: 56px;
  }
}

.cis-working-group {
  background: #FDFCFF;
}
.cis-working-group__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .cis-working-group__container {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .cis-working-group__container {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .cis-working-group__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .cis-working-group__container {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.cis-working-group__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .cis-working-group__files {
    gap: 16px;
  }
}
.cis-working-group__file {
  flex: 0 0 auto;
}

.cis-news {
  background: var(--color-white);
}
.cis-news__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .cis-news__container {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .cis-news__container {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .cis-news__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .cis-news__container {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.cis-news__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .cis-news__options {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.cis-news__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cis-news__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .cis-news__options-mobile {
    display: none;
  }
}
.cis-news__clear-options {
  height: 46px;
}
.cis-news__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
}
.cis-news__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.cis-news__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.cis-news__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
}
.cis-news__clear-options svg path {
  stroke: var(--color-dark-blue-40);
}
.cis-news__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .cis-news__content {
    gap: 80px;
    margin-top: 40px;
  }
}
.cis-news__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .cis-news__list {
    gap: 80px;
  }
}
.cis-news__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .cis-news__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
  .cis-news__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}

.international-cooperation__prime {
  position: relative;
  padding: 116px 0 48px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .international-cooperation__prime {
    padding: 120px 0 80px;
  }
}
.international-cooperation__prime__button {
  position: absolute;
  left: 16px;
  top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: var(--color-light-gray);
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .international-cooperation__prime__button {
    left: 32px;
    top: 16px;
    padding: 12px 18px 12px 14px;
  }
  .international-cooperation__prime__button:hover {
    background: var(--color-bright-blue);
  }
}
.international-cooperation__prime__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .international-cooperation__prime__button-box {
    width: 20px;
    height: 20px;
  }
}
.international-cooperation__prime__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .international-cooperation__prime__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.international-cooperation__prime__button:hover .international-cooperation__prime__button-text {
  color: var(--color-blue-sky);
}
.international-cooperation__prime__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .international-cooperation__prime__button-icon {
    width: 14px;
    height: 12px;
  }
}
.international-cooperation__prime__button:hover .international-cooperation__prime__button-icon {
  stroke: var(--color-blue-sky);
}
.international-cooperation__prime__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .international-cooperation__prime__container {
    max-width: 1179px;
    margin: 0 auto;
  }
}
.international-cooperation__prime__box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .international-cooperation__prime__box {
    align-items: center;
  }
}
.international-cooperation__prime__heading {
  flex: 0 0 auto;
  padding-right: 40px;
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .international-cooperation__prime__heading {
    text-align: center;
    letter-spacing: -1.2px;
    line-height: 64px;
    font-weight: 300;
    font-size: 60px;
  }
}
.international-cooperation__container {
  max-width: 710px;
  margin: 0 auto;
  padding: 0 16px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .international-cooperation__container {
    max-width: 662px;
    padding-bottom: 120px;
  }
}
.international-cooperation__card {
  background: var(--color-blue-light);
  margin: 0 -16px;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .international-cooperation__card {
    margin: 0 -64px;
    padding: 40px 64px;
  }
}
.international-cooperation__card-text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .international-cooperation__card-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.international-cooperation__card-text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .international-cooperation__card-text p + p {
    margin-top: 12px;
  }
}
.international-cooperation__card-text a {
  color: #3D61F3;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
@media screen and (min-width: 1280px) {
  .international-cooperation__card-text a {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .international-cooperation__card-text a:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.international-cooperation__information {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.16);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1279px) {
  .international-cooperation__information {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .international-cooperation__information {
    margin-top: 40px;
    padding-top: 40px;
    gap: 40px;
  }
}
.international-cooperation__information-text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .international-cooperation__information-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.international-cooperation__information-text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .international-cooperation__information-text p + p {
    margin-top: 14px;
  }
}

.un-audit__prime {
  position: relative;
  padding: 116px 0 48px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .un-audit__prime {
    padding: 120px 0 80px;
  }
}
.un-audit__prime__button {
  position: absolute;
  left: 16px;
  top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: var(--color-light-gray);
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .un-audit__prime__button {
    left: 32px;
    top: 16px;
    padding: 12px 18px 12px 14px;
  }
  .un-audit__prime__button:hover {
    background: var(--color-bright-blue);
  }
}
.un-audit__prime__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .un-audit__prime__button-box {
    width: 20px;
    height: 20px;
  }
}
.un-audit__prime__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .un-audit__prime__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.person-prime__button:hover .un-audit__prime__button-text {
  color: var(--color-blue-sky);
}
.un-audit__prime__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .un-audit__prime__button-icon {
    width: 14px;
    height: 12px;
  }
}
.person-prime__button:hover .un-audit__prime__button-icon {
  stroke: var(--color-blue-sky);
}
.un-audit__prime__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .un-audit__prime__container {
    max-width: 1179px;
    margin: 0 auto;
  }
}
.un-audit__prime__box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .un-audit__prime__box {
    align-items: center;
  }
}
.un-audit__prime__heading {
  flex: 0 0 auto;
  padding-right: 40px;
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .un-audit__prime__heading {
    text-align: center;
    letter-spacing: -1.2px;
    line-height: 64px;
    font-weight: 300;
    font-size: 60px;
  }
}
.un-audit__container {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 16px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .un-audit__container {
    padding: 0 0;
    padding-bottom: 120px;
  }
}
.un-audit__information-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .un-audit__information-list {
    gap: 40px;
  }
}
.un-audit__information {
  padding-top: 32px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.16);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1279px) {
  .un-audit__information {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .un-audit__information {
    padding-top: 40px;
    gap: 40px;
  }
}
.un-audit__information-text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .un-audit__information-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.un-audit__information-text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .un-audit__information-text p + p {
    margin-top: 14px;
  }
}
.un-audit__information-heading {
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-size: 15px;
  color: #161333;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .un-audit__information-heading {
    letter-spacing: -0.18px;
    line-height: 26px;
    font-size: 18px;
  }
}
.un-audit__information-heading {
  font-weight: 500;
}
.un-audit__information ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .un-audit__information ul {
    gap: 12px;
  }
}
.un-audit__information li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .un-audit__information li {
    padding-left: 14px;
  }
}
.un-audit__information li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .un-audit__information li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}

.international-experience__prime {
  position: relative;
  padding: 116px 0 48px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .international-experience__prime {
    padding: 120px 0 80px;
  }
}
.international-experience__prime__button {
  position: absolute;
  left: 16px;
  top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: var(--color-light-gray);
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .international-experience__prime__button {
    left: 32px;
    top: 16px;
    padding: 12px 18px 12px 14px;
  }
  .international-experience__prime__button:hover {
    background: var(--color-bright-blue);
  }
}
.international-experience__prime__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .international-experience__prime__button-box {
    width: 20px;
    height: 20px;
  }
}
.international-experience__prime__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .international-experience__prime__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.international-experience__prime__button:hover .international-experience__prime__button-text {
  color: var(--color-blue-sky);
}
.international-experience__prime__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .international-experience__prime__button-icon {
    width: 14px;
    height: 12px;
  }
}
.international-experience__prime__button:hover .international-experience__prime__button-icon {
  stroke: var(--color-blue-sky);
}
.international-experience__prime__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .international-experience__prime__container {
    max-width: 1179px;
    margin: 0 auto;
  }
}
.international-experience__prime__box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .international-experience__prime__box {
    align-items: center;
  }
}
.international-experience__prime__heading {
  flex: 0 0 auto;
  padding-right: 40px;
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .international-experience__prime__heading {
    text-align: center;
    letter-spacing: -1.2px;
    line-height: 64px;
    font-weight: 300;
    font-size: 60px;
  }
}
.international-experience__container {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 16px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .international-experience__container {
    padding: 0 0;
    padding-bottom: 120px;
  }
}
.international-experience__information-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .international-experience__information-list {
    gap: 40px;
  }
}
.international-experience__information {
  padding-top: 32px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.16);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1279px) {
  .international-experience__information {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .international-experience__information {
    padding-top: 40px;
    gap: 40px;
  }
}
.international-experience__information-text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .international-experience__information-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.international-experience__information-text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .international-experience__information-text p + p {
    margin-top: 14px;
  }
}
.international-experience__information-text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.international-experience__information-heading {
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-size: 15px;
  color: #161333;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .international-experience__information-heading {
    letter-spacing: -0.18px;
    line-height: 26px;
    font-size: 18px;
  }
}
.international-experience__information-heading {
  font-weight: 500;
}
.international-experience__information ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .international-experience__information ul {
    gap: 12px;
  }
}
.international-experience__information li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .international-experience__information li {
    padding-left: 14px;
  }
}
.international-experience__information li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .international-experience__information li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.international-experience__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .international-experience__source {
    gap: 64px;
    padding: 32px;
  }
}
.international-experience__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .international-experience__source-text {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
  .international-experience__source:hover .international-experience__source-text {
    color: var(--color-bright-blue);
  }
}
.international-experience__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .international-experience__source-box {
    width: 20px;
    height: 20px;
  }
}
.international-experience__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .international-experience__source-icon {
    width: 14px;
    height: 12px;
  }
  .international-experience__source:hover .international-experience__source-icon {
    fill: var(--color-bright-blue);
  }
}
.international-experience__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .international-experience__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}

.covid__prime {
  position: relative;
  padding: 116px 0 48px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .covid__prime {
    padding: 120px 0 80px;
  }
}
.covid__prime__button {
  position: absolute;
  left: 16px;
  top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: var(--color-light-gray);
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .covid__prime__button {
    left: 32px;
    top: 16px;
    padding: 12px 18px 12px 14px;
  }
  .covid__prime__button:hover {
    background: var(--color-bright-blue);
  }
}
.covid__prime__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .covid__prime__button-box {
    width: 20px;
    height: 20px;
  }
}
.covid__prime__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .covid__prime__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.covid__prime__button:hover .covid__prime__button-text {
  color: var(--color-blue-sky);
}
.covid__prime__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .covid__prime__button-icon {
    width: 14px;
    height: 12px;
  }
}
.covid__prime__button:hover .covid__prime__button-icon {
  stroke: var(--color-blue-sky);
}
.covid__prime__container {
  padding: 0 16px;
  max-width: 1050px;
  margin: 0 auto;
}
.covid__prime__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .covid__prime__box {
    align-items: center;
    gap: 40px;
  }
}
.covid__prime__heading {
  flex: 0 0 auto;
  padding-right: 40px;
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .covid__prime__heading {
    text-align: center;
    letter-spacing: -1.2px;
    line-height: 64px;
    font-weight: 300;
    font-size: 60px;
  }
}
.covid__prime__description {
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .covid__prime__description {
    text-align: center;
    letter-spacing: -0.44px;
    line-height: 30px;
    font-size: 22px;
  }
}
.covid__content-devider {
  border-bottom: 1px solid rgba(22, 19, 51, 0.1607843137);
  margin: 0 16px;
}
@media screen and (min-width: 768px) {
  .covid__content-devider {
    border-bottom: 1.5px solid rgba(22, 19, 51, 0.1607843137);
    margin: 0 32px;
  }
}
.covid__container {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 16px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .covid__container {
    padding: 0 0;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.covid__information-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.covid__information {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1279px) {
  .covid__information {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .covid__information {
    gap: 40px;
  }
}
.covid__information-text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .covid__information-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.covid__information-text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .covid__information-text p + p {
    margin-top: 14px;
  }
}
.covid__information-text a:not([class]) {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .covid__information-text a:not([class]) {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .covid__information-text a:not([class]):hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.covid__information-article-head {
  font-family: "Trola";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .covid__information-article-head {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.22px;
  }
}
@media screen and (min-width: 768px) {
  .covid__information-sources .covid__information-source:last-child {
    border-bottom: 1.5px solid rgba(22, 19, 51, 0.16);
  }
}
.covid__information-source {
  border-top: 1.5px solid rgba(22, 19, 51, 0.16);
  background: var(--color-white);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .covid__information-source {
    gap: 64px;
    padding: 24px 0;
  }
}
.covid__information-source-text {
  flex: 1 1 auto;
  color: #161333;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .covid__information-source-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .source:hover .covid__information-source-text {
    color: var(--color-bright-blue);
  }
}
.covid__information-source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .covid__information-source-box {
    width: 20px;
    height: 20px;
  }
}
.covid__information-source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .covid__information-source-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .source:hover .covid__information-source-icon {
    fill: var(--color-bright-blue);
  }
}
.covid__information-source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .covid__information-source-icon--ru {
    width: 11px;
    height: 11px;
  }
}

.intosai {
  background: #FDFCFF;
}
.intosai__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .intosai__prime {
    padding: 24px 0 100px;
  }
}
.intosai__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .intosai__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .intosai__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.intosai__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .intosai__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
.intosai__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .intosai__button-box {
    width: 20px;
    height: 20px;
  }
}
.intosai__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .intosai__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.intosai__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
}
@media screen and (min-width: 768px) {
  .intosai__button-icon {
    width: 14px;
    height: 12px;
  }
}
.intosai__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .intosai__title {
    letter-spacing: -1.2px;
    line-height: 64px;
    font-weight: 350;
    font-size: 60px;
  }
}
.intosai__description {
  max-width: 889px;
  margin-top: 24px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .intosai__description {
    margin-top: 40px;
    letter-spacing: -0.44px;
    line-height: 28px;
    font-size: 22px;
  }
}
.intosai__content {
  padding: 48px 0 80px;
}
@media screen and (min-width: 768px) {
  .intosai__content {
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 1280px) {
  .intosai__layout {
    display: flex;
    gap: 146px;
  }
}
.intosai__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-top: 48px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .intosai__boxes {
    gap: 120px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .intosai__boxes {
    align-items: start;
  }
}
.intosai__box {
  flex: 0 0 auto;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .intosai__box {
    width: 100%;
    max-width: 645px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .intosai__box {
    max-width: 630px;
  }
}
.intosai__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.intosai__heading {
  padding-top: 16px;
  padding-bottom: 48px;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
  color: #161333;
  border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
}
@media screen and (min-width: 768px) {
  .intosai__heading {
    padding-top: 24px;
    padding-bottom: 40px;
    max-width: 630px;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.intosai__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.intosai__footnotes {
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid rgba(22, 19, 51, 0.1607843137);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .intosai__footnotes {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.intosai__footnotes ol {
  counter-reset: items;
  color: rgba(22, 19, 51, 0.4);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.intosai__footnotes ol li {
  counter-increment: items;
  position: relative;
  padding-left: 25px;
}
.intosai__footnotes ol li::before {
  content: counter(items) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.intosai__table-container {
  margin-top: 40px;
}
.intosai__table-title {
  padding: 12px 16px;
  background: #CCEFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.intosai__table-wrapper {
  padding: 0 16px;
}
.intosai__table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.intosai__table tr {
  border-bottom: 1px solid rgba(22, 19, 51, 0.1607843137);
}
.intosai__table tr td:nth-child(even) {
  border-right: 1px solid rgba(22, 19, 51, 0.1607843137);
}
.intosai__table tr td:nth-child(odd) {
  font-weight: 520;
}
.intosai__table tr td:first-child {
  padding-left: 0;
}
.intosai__table tr td:last-child {
  border-right: none;
}
.intosai__table tr:last-child {
  border-bottom: none;
}
.intosai__table td {
  min-width: 70px;
  padding: 12px;
  word-break: break-all;
}
.intosai__sub-heading {
  font-weight: 470;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.44px;
}
.intosai__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.intosai__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .intosai__text p + p {
    margin-top: 14px;
  }
}
.intosai__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.intosai__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.intosai__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .intosai__source {
    gap: 64px;
    padding: 32px;
  }
}
.intosai__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .intosai__source-text-container {
    gap: 12px;
  }
}
.intosai__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .intosai__source-text {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
.intosai__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .intosai__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.intosai__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .intosai__source-box {
    width: 20px;
    height: 20px;
  }
}
.intosai__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: var(--color-dark-blue);
  stroke: none;
}
@media screen and (min-width: 768px) {
  .intosai__source-icon {
    width: 14px;
    height: 12px;
  }
}
.intosai__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .intosai__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.intosai__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .intosai__files {
    gap: 16px;
  }
}
.intosai__files .file {
  flex-direction: column;
}

.intosai-news {
  padding: 48px 0 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .intosai-news {
    padding: 80px 0 120px;
  }
}
.intosai-news__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .intosai-news__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .intosai-news__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.intosai-news__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .intosai-news__options {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.intosai-news__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .intosai-news__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .intosai-news__options-mobile {
    display: none;
  }
}
.intosai-news__clear-options {
  height: 46px;
}
.intosai-news__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
}
.intosai-news__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.intosai-news__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.intosai-news__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
}
.intosai-news__clear-options svg path {
  stroke: var(--color-dark-blue-40);
}
.intosai-news__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .intosai-news__content {
    gap: 80px;
    margin-top: 40px;
  }
}
.intosai-news__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .intosai-news__list {
    gap: 80px;
  }
}
.intosai-news__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .intosai-news__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
  .intosai-news__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.intosai-news__flex {
  margin: 0 -16px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1280px) {
  .intosai-news__flex {
    margin: 0;
    padding-bottom: 80px;
  }
}
.intosai-news__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-news__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.intosai-news__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.intosai-news__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-news__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.intosai-news__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .intosai-news__text p + p {
    margin-top: 14px;
  }
}
.intosai-news__text a {
  color: #3D61F3;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
@media screen and (min-width: 768px) {
  .intosai-news__text a {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}

.intosai-work-group {
  background: #FDFCFF;
}
.intosai-work-group__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .intosai-work-group__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .intosai-work-group__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .intosai-work-group__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.intosai-work-group__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .intosai-work-group__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.intosai-work-group__layout-left-side {
  display: none;
}
@media screen and (min-width: 1280px) {
  .intosai-work-group__layout-left-side {
    display: block;
    width: 307px;
  }
}
.intosai-work-group__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .intosai-work-group__prime {
    padding: 24px 0 100px;
  }
}
.intosai-work-group__prime__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__prime__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .intosai-work-group__prime__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.intosai-work-group__prime__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__prime__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
.intosai-work-group__prime__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__prime__button-box {
    width: 20px;
    height: 20px;
  }
}
.intosai-work-group__prime__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__prime__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.intosai-work-group__prime__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__prime__button-icon {
    width: 14px;
    height: 12px;
  }
}
.intosai-work-group__prime__title {
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__prime__title {
    font-weight: 400;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.44px;
    max-width: 1083px;
  }
}
.intosai-work-group__prime__description {
  max-width: 889px;
  margin-top: 24px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__prime__description {
    margin-top: 40px;
    font-size: 22px;
    letter-spacing: -0.44px;
    line-height: 30px;
  }
}
.intosai-work-group__container {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__container {
    padding: 0 0;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.intosai-work-group__information-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__information-list {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .intosai-work-group__information-list {
    align-items: start;
  }
}
.intosai-work-group__information {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1279px) {
  .intosai-work-group__information {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .intosai-work-group__information {
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .intosai-work-group__information {
    max-width: 630px;
  }
}
.intosai-work-group__information-text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__information-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.intosai-work-group__information-text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__information-text p + p {
    margin-top: 14px;
  }
}
.intosai-work-group__information-text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.intosai-work-group__information-article-head {
  font-family: "Trola";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .intosai-work-group__information-article-head {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.22px;
  }
}
@media screen and (min-width: 768px) {
  .intosai-work-group__information-sources .covid__information-source:last-child {
    border-bottom: 1.5px solid rgba(22, 19, 51, 0.16);
  }
}
.intosai-work-group__information-source {
  border-top: 1.5px solid rgba(22, 19, 51, 0.16);
  background: var(--color-white);
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .intosai-work-group__information-source {
    padding: 24px 0;
  }
}

.intosai-work-group-docs {
  background: #FDFCFF;
}
.intosai-work-group-docs__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-docs__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .intosai-work-group-docs__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.intosai-work-group-docs__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-docs__files {
    gap: 16px;
  }
}
.intosai-work-group-docs__file {
  flex: 0 0 auto;
}

.intosai-work-group-bulletins {
  background: #FDFCFF;
}
.intosai-work-group-bulletins__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-bulletins__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .intosai-work-group-bulletins__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.intosai-work-group-bulletins__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-bulletins__files {
    gap: 16px;
  }
}
.intosai-work-group-bulletins__file {
  flex: 0 0 auto;
}

.intosai-work-group-participants {
  background: var(--color-white);
}
.intosai-work-group-participants__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
    gap: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .intosai-work-group-participants__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.intosai-work-group-participants__chapter-wrapper {
  border-top: 1.5px solid var(--color-dark-blue-16);
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__chapter-wrapper {
    padding-top: 24px;
  }
}
.intosai-work-group-participants__chapter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__chapter {
    flex-direction: row;
  }
}
.intosai-work-group-participants__chapter-part {
  flex: 1;
}
.intosai-work-group-participants__chapter-label {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__chapter-label {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.intosai-work-group-participants__chapter-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__chapter-content {
    flex-direction: row;
  }
}
.intosai-work-group-participants__chapter-content-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__chapter-content-column {
    min-width: 232px;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .intosai-work-group-participants__chapter-content-column {
    min-width: 270px;
    flex: 0.33;
  }
}
.intosai-work-group-participants__chapter-content-title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__chapter-content-title {
    padding-bottom: 40px;
  }
}
.intosai-work-group-participants__chapter-content-title-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__chapter-content-title-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.intosai-work-group-participants__chapter-content-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__chapter-content-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.intosai-work-group-participants__chapter-content-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__chapter-content-text ul {
    gap: 12px;
  }
}
.intosai-work-group-participants__chapter-content-text li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__chapter-content-text li {
    padding-left: 14px;
  }
}
.intosai-work-group-participants__chapter-content-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__chapter-content-text li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.intosai-work-group-participants__contact-container {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__contact-container {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.intosai-work-group-participants__contact-label {
  color: var(--color-dark-blue);
}
.intosai-work-group-participants__contact {
  color: var(--color-bright-blue);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
  text-decoration: underline;
  text-underline-position: under;
}
.intosai-work-group-participants__flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFF;
  object-fit: cover;
}
.intosai-work-group-participants__cards-chapter-title {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__cards-chapter-title {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
    padding-bottom: 16px;
  }
}
.intosai-work-group-participants__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.intosai-work-group-participants__card {
  padding: 24px;
  background: var(--color-light-gray);
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 calc(50% - 8px);
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__card {
    flex: 0 0 calc(33.33% - 11px);
  }
}
@media screen and (min-width: 1024px) {
  .intosai-work-group-participants__card {
    flex: 0 0 calc(25% - 12px);
  }
}
@media screen and (min-width: 1280px) {
  .intosai-work-group-participants__card {
    flex: 0 0 calc(20% - 13px);
  }
}
.intosai-work-group-participants__card-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-participants__card-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}

.intosai-work-group-public-procurement {
  background: #FDFCFF;
}
.intosai-work-group-public-procurement__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__prime {
    padding: 24px 0 100px;
  }
}
.intosai-work-group-public-procurement__prime__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__prime__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .intosai-work-group-public-procurement__prime__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.intosai-work-group-public-procurement__prime__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__prime__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
.intosai-work-group-public-procurement__prime__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__prime__button-box {
    width: 20px;
    height: 20px;
  }
}
.intosai-work-group-public-procurement__prime__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__prime__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.intosai-work-group-public-procurement__prime__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__prime__button-icon {
    width: 14px;
    height: 12px;
  }
}
.intosai-work-group-public-procurement__prime__title {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__prime__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__prime__title {
    max-width: 1083px;
  }
}
.intosai-work-group-public-procurement__prime__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__prime__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__prime__description {
    margin-top: 40px;
  }
}
.intosai-work-group-public-procurement__container {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__container {
    padding: 0 0;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.intosai-work-group-public-procurement__information-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__information-list {
    gap: 40px;
  }
}
.intosai-work-group-public-procurement__information {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1279px) {
  .intosai-work-group-public-procurement__information {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__information {
    gap: 40px;
  }
}
.intosai-work-group-public-procurement__information-text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__information-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.intosai-work-group-public-procurement__information-text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__information-text p + p {
    margin-top: 14px;
  }
}
.intosai-work-group-public-procurement__information-text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.intosai-work-group-public-procurement__information-article-head {
  font-family: "Trola";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__information-article-head {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.22px;
  }
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__information-sources .covid__information-source:last-child {
    border-bottom: 1.5px solid rgba(22, 19, 51, 0.16);
  }
}
.intosai-work-group-public-procurement__information-source {
  border-top: 1.5px solid rgba(22, 19, 51, 0.16);
  background: var(--color-white);
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement__information-source {
    padding: 24px 0;
  }
}

.intosai-work-group-public-procurement-participants {
  background: var(--color-white);
}
.intosai-work-group-public-procurement-participants__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
    gap: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .intosai-work-group-public-procurement-participants__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.intosai-work-group-public-procurement-participants__chapter-wrapper {
  border-top: 1.5px solid var(--color-dark-blue-16);
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__chapter-wrapper {
    padding-top: 24px;
  }
}
.intosai-work-group-public-procurement-participants__chapter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__chapter {
    flex-direction: row;
  }
}
.intosai-work-group-public-procurement-participants__chapter-part {
  flex: 1;
}
.intosai-work-group-public-procurement-participants__chapter-label {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__chapter-label {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.intosai-work-group-public-procurement-participants__chapter-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__chapter-content {
    flex-direction: row;
  }
}
.intosai-work-group-public-procurement-participants__chapter-content-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__chapter-content-column {
    min-width: 232px;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .intosai-work-group-public-procurement-participants__chapter-content-column {
    min-width: 270px;
    flex: 0.33;
  }
}
.intosai-work-group-public-procurement-participants__chapter-content-title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__chapter-content-title {
    padding-bottom: 40px;
  }
}
.intosai-work-group-public-procurement-participants__chapter-content-title-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__chapter-content-title-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.intosai-work-group-public-procurement-participants__chapter-content-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__chapter-content-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.intosai-work-group-public-procurement-participants__chapter-content-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__chapter-content-text ul {
    gap: 12px;
  }
}
.intosai-work-group-public-procurement-participants__chapter-content-text li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__chapter-content-text li {
    padding-left: 14px;
  }
}
.intosai-work-group-public-procurement-participants__chapter-content-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__chapter-content-text li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.intosai-work-group-public-procurement-participants__contact-container {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__contact-container {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.intosai-work-group-public-procurement-participants__contact-label {
  color: var(--color-dark-blue);
}
.intosai-work-group-public-procurement-participants__contact {
  color: var(--color-bright-blue);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
  text-decoration: underline;
  text-underline-position: under;
}
.intosai-work-group-public-procurement-participants__flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFF;
  object-fit: cover;
}
.intosai-work-group-public-procurement-participants__cards-chapter-title {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__cards-chapter-title {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
    padding-bottom: 16px;
  }
}
.intosai-work-group-public-procurement-participants__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.intosai-work-group-public-procurement-participants__card {
  padding: 24px;
  background: var(--color-light-gray);
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 calc(50% - 8px);
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__card {
    flex: 0 0 calc(33.33% - 11px);
  }
}
@media screen and (min-width: 1024px) {
  .intosai-work-group-public-procurement-participants__card {
    flex: 0 0 calc(25% - 12px);
  }
}
@media screen and (min-width: 1280px) {
  .intosai-work-group-public-procurement-participants__card {
    flex: 0 0 calc(20% - 13px);
  }
}
.intosai-work-group-public-procurement-participants__card-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .intosai-work-group-public-procurement-participants__card-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}

.asosai {
  background: #FDFCFF;
}
.asosai__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .asosai__prime {
    padding: 24px 0 100px;
  }
}
.asosai__prime__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .asosai__prime__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .asosai__prime__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.asosai__prime__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .asosai__prime__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
.asosai__prime__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .asosai__prime__button-box {
    width: 20px;
    height: 20px;
  }
}
.asosai__prime__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .asosai__prime__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.asosai__prime__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
}
@media screen and (min-width: 768px) {
  .asosai__prime__button-icon {
    width: 14px;
    height: 12px;
  }
}
.asosai__prime__title {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .asosai__prime__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
@media screen and (min-width: 768px) {
  .asosai__prime__title {
    max-width: 1083px;
  }
}
.asosai__prime__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .asosai__prime__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .asosai__prime__description {
    margin-top: 40px;
  }
}
.asosai__container {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .asosai__container {
    padding: 0 0;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.asosai__information-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .asosai__information-list {
    gap: 40px;
  }
}
.asosai__information {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1279px) {
  .asosai__information {
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .asosai__information {
    gap: 40px;
  }
}
.asosai__information-text {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .asosai__information-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.asosai__information-text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .asosai__information-text p + p {
    margin-top: 14px;
  }
}
.asosai__information-text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.asosai__information-article-head {
  font-family: "Trola";
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .asosai__information-article-head {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.22px;
  }
}
@media screen and (min-width: 768px) {
  .asosai__information-sources .covid__information-source:last-child {
    border-bottom: 1.5px solid rgba(22, 19, 51, 0.16);
  }
}
.asosai__information-source {
  border-top: 1.5px solid rgba(22, 19, 51, 0.16);
  background: var(--color-white);
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .asosai__information-source {
    padding: 24px 0;
  }
}

.asosai-participants {
  background: var(--color-white);
}
.asosai-participants__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
    gap: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .asosai-participants__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.asosai-participants__chapter-wrapper {
  border-top: 1.5px solid var(--color-dark-blue-16);
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__chapter-wrapper {
    padding-top: 24px;
  }
}
.asosai-participants__chapter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__chapter {
    flex-direction: row;
  }
}
.asosai-participants__chapter-part {
  flex: 1;
}
.asosai-participants__chapter-label {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__chapter-label {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.asosai-participants__chapter-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__chapter-content {
    flex-direction: row;
  }
}
.asosai-participants__chapter-content-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__chapter-content-column {
    min-width: 232px;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .asosai-participants__chapter-content-column {
    min-width: 270px;
    flex: 0.33;
  }
}
.asosai-participants__chapter-content-title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__chapter-content-title {
    padding-bottom: 40px;
  }
}
.asosai-participants__chapter-content-title-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__chapter-content-title-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.asosai-participants__chapter-content-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__chapter-content-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.asosai-participants__chapter-content-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__chapter-content-text ul {
    gap: 12px;
  }
}
.asosai-participants__chapter-content-text li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__chapter-content-text li {
    padding-left: 14px;
  }
}
.asosai-participants__chapter-content-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .asosai-participants__chapter-content-text li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.asosai-participants__contact-container {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__contact-container {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.asosai-participants__contact-label {
  color: var(--color-dark-blue);
}
.asosai-participants__contact {
  color: var(--color-bright-blue);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
  text-decoration: underline;
  text-underline-position: under;
}
.asosai-participants__flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFF;
  object-fit: cover;
}
.asosai-participants__cards-chapter-title {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__cards-chapter-title {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
    padding-bottom: 16px;
  }
}
.asosai-participants__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.asosai-participants__card {
  padding: 24px;
  background: var(--color-light-gray);
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 calc(50% - 8px);
}
@media screen and (min-width: 768px) {
  .asosai-participants__card {
    flex: 0 0 calc(33.33% - 11px);
  }
}
@media screen and (min-width: 1024px) {
  .asosai-participants__card {
    flex: 0 0 calc(25% - 12px);
  }
}
@media screen and (min-width: 1280px) {
  .asosai-participants__card {
    flex: 0 0 calc(20% - 13px);
  }
}
.asosai-participants__card-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .asosai-participants__card-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}

.asosai-docs {
  background: #FDFCFF;
}
.asosai-docs__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .asosai-docs__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .asosai-docs__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.asosai-docs__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .asosai-docs__files {
    gap: 16px;
  }
}
.asosai-docs__file {
  flex: 0 0 auto;
}

.brics {
  background: #FDFCFF;
}
.brics__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .brics__prime {
    padding: 24px 0 80px;
  }
}
.brics__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .brics__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .brics__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.brics__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .brics__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .brics__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .brics__button:hover {
    background: var(--color-bright-blue);
  }
}
.brics__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .brics__button-box {
    width: 20px;
    height: 20px;
  }
}
.brics__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .brics__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__button:hover .brics__button-text {
    color: var(--color-blue-sky);
  }
}
.brics__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .brics__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__button:hover .brics__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.brics__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .brics__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.brics__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .brics__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .brics__description {
    margin-top: 40px;
  }
}
.brics__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .brics__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .brics__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .brics__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.brics__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .brics__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.brics__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .brics__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__boxes {
    gap: 120px;
    align-items: start;
  }
}
.brics__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .brics__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .brics__box {
    max-width: 630px;
  }
}
.brics__holder {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .brics__holder {
    gap: 40px;
  }
}
.brics__heading {
  padding-top: 16px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(22, 19, 51, 0.1607843137);
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .brics__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .brics__heading {
    border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.brics__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .brics__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.brics__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.brics__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .brics__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.brics__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .brics__text p + p {
    margin-top: 14px;
  }
}
.brics__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.brics__img img {
  width: 100%;
}
.brics__img-sign {
  margin-top: 8px;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: var(--color-dark-blue-40);
}
@media screen and (min-width: 768px) {
  .brics__img-sign {
    margin-top: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.brics__lead > p {
  font-family: "GolosVariations";
  color: var(--color-dark-blue);
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .brics__lead > p {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.brics__slider {
  width: 100%;
  max-width: calc(100vw - 32px);
  margin-top: 48px;
}
.brics__slider .swiper-slide img {
  width: 100%;
  height: 100%;
}
.brics__slider .slider-nav {
  align-items: flex-end;
  margin-top: 8px;
  padding-right: 0;
}
.brics__slider .slider-nav .pagination,
.brics__slider .slider-nav .pagination > span {
  font-family: "GolosVariations";
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
.brics__slider .slider-nav .prime__nums-buttons {
  display: none;
}
@media screen and (min-width: 768px) {
  .brics__slider {
    margin-top: 80px;
    max-width: calc(100vw - 48px);
  }
  .brics__slider .slider-nav {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .brics__slider {
    width: calc(645px + (100vw - 666px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .brics__slider {
    max-width: 1920px;
    width: 100%;
    margin-left: 0;
  }
  .brics__slider .swiper {
    margin-right: calc(-100vw + 1162px);
  }
  .brics__slider .slider-nav {
    margin-top: 16px;
  }
  .brics__slider .slider-nav .prime__nums-buttons {
    display: flex;
  }
  .brics__slider .slider-nav .prime__nums-button {
    background-color: var(--color-light-gray);
  }
  .brics__slider .slider-nav .prime__nums-button:hover, .brics__slider .slider-nav .prime__nums-button:active {
    background-color: var(--color-bright-blue);
  }
  .brics__slider .slider-nav .pagination,
  .brics__slider .slider-nav .pagination > span {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
}
@media (min-width: 1920px) {
  .brics__slider .swiper {
    margin-right: -758px;
  }
}
.brics__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brics__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .brics__source {
    gap: 64px;
    padding: 32px;
  }
}
.brics__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .brics__source-text-container {
    gap: 12px;
  }
}
.brics__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .brics__source-text {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
.brics__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .brics__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.brics__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .brics__source-box {
    width: 20px;
    height: 20px;
  }
}
.brics__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: var(--color-dark-blue);
  stroke: none;
}
@media screen and (min-width: 768px) {
  .brics__source-icon {
    width: 14px;
    height: 12px;
  }
}
.brics__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .brics__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.brics__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .brics__files {
    gap: 16px;
    padding-top: 0;
  }
}
.brics__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .brics__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .brics__files .file__options {
    width: 100%;
  }
}

.brics-news {
  background: var(--color-white);
}
.brics-news__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .brics-news__container {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .brics-news__container {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .brics-news__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .brics-news__container {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.brics-news__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .brics-news__options {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.brics-news__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .brics-news__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .brics-news__options-mobile {
    display: none;
  }
}
.brics-news__clear-options {
  height: 46px;
}
.brics-news__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
}
.brics-news__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.brics-news__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.brics-news__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
}
.brics-news__clear-options svg path {
  stroke: var(--color-dark-blue-40);
}
.brics-news__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .brics-news__content {
    gap: 80px;
    margin-top: 40px;
  }
}
.brics-news__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .brics-news__list {
    gap: 80px;
  }
}
.brics-news__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .brics-news__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
  .brics-news__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}

.cso {
  background: var(--color-white);
}
.cso__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .cso__prime {
    padding: 24px 0 80px;
  }
}
.cso__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cso__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .cso__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.cso__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cso__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cso__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .cso__button:hover {
    background: var(--color-bright-blue);
  }
}
.cso__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cso__button-box {
    width: 20px;
    height: 20px;
  }
}
.cso__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cso__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cso__button:hover .cso__button-text {
    color: var(--color-blue-sky);
  }
}
.cso__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .cso__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .cso__button:hover .cso__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.cso__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cso__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.cso__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cso__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cso__description {
    margin-top: 40px;
  }
}
.cso__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .cso__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .cso__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .cso__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .cso__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.cso__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .cso__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .cso__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.cso__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cso__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .cso__boxes {
    gap: 120px;
    align-items: start;
  }
}
.cso__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .cso__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cso__box {
    max-width: 630px;
  }
}
.cso__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cso__heading {
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .cso__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .cso__heading {
    padding-top: 24px;
    padding-bottom: 40px;
    max-width: 630px;
  }
}
.cso__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cso__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.cso__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cso__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cso__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.cso__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .cso__text p + p {
    margin-top: 14px;
  }
}
.cso__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .cso__text ol {
    gap: 13px;
  }
}
.cso__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .cso__text ol li {
    padding-left: 27px;
  }
}
.cso__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.cso__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .cso__text ol li ul {
    margin-top: 12px;
  }
}
.cso__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.cso__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1.5px solid var(--color-dark-blue);
}
.cso__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--color-dark-blue-16);
}
.cso__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cso__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .cso__source {
    gap: 64px;
    padding: 32px;
  }
}
.cso__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .cso__source-text-container {
    gap: 12px;
  }
}
.cso__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .cso__source-text {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
.cso__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cso__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.cso__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cso__source-box {
    width: 20px;
    height: 20px;
  }
}
.cso__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: var(--color-dark-blue);
  stroke: none;
}
@media screen and (min-width: 768px) {
  .cso__source-icon {
    width: 14px;
    height: 12px;
  }
}
.cso__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .cso__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.cso__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .cso__files {
    gap: 16px;
  }
}
.cso__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .cso__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .cso__files .file__options {
    width: 100%;
  }
}

.cso-news {
  background: var(--color-white);
}
.cso-news__container {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .cso-news__container {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .cso-news__container {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .cso-news__container {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .cso-news__container {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.cso-news__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .cso-news__options {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.cso-news__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cso-news__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .cso-news__options-mobile {
    display: none;
  }
}
.cso-news__clear-options {
  height: 46px;
}
.cso-news__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
}
.cso-news__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.cso-news__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.cso-news__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
}
.cso-news__clear-options svg path {
  stroke: var(--color-dark-blue-40);
}
.cso-news__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .cso-news__content {
    gap: 80px;
    margin-top: 40px;
  }
}
.cso-news__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .cso-news__list {
    gap: 80px;
  }
}
.cso-news__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .cso-news__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
  .cso-news__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}

.documents {
  background: #FDFCFF;
}
.documents__prime {
  position: relative;
  padding: 64px 0 48px;
}
@media screen and (min-width: 768px) {
  .documents__prime {
    padding: 80px 0;
  }
}
.documents__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .documents__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .documents__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.documents__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents__title {
    letter-spacing: -1.2px;
    line-height: 64px;
    font-weight: 350;
    font-size: 60px;
  }
}
.documents__description {
  max-width: 889px;
  margin-top: 24px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents__description {
    margin-top: 40px;
    letter-spacing: -0.44px;
    line-height: 28px;
    font-size: 22px;
  }
}
.documents__picture {
  position: relative;
  overflow: hidden;
}
.documents__picture::before {
  content: " ";
  display: block;
  padding-top: 58.3333333333%;
}
@media screen and (min-width: 768px) {
  .documents__picture::before {
    padding-top: 58.4375%;
  }
}
.documents__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.documents__content {
  padding: 48px 0 80px;
}
@media screen and (min-width: 768px) {
  .documents__content {
    padding: 120px 0 120px;
  }
}
.documents__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .documents__boxes {
    gap: 160px;
  }
}
.documents__box {
  flex: 0 0 auto;
  padding-top: 16px;
  border-top: 1px solid #161333;
}
@media screen and (min-width: 768px) {
  .documents__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 24px;
  }
}
.documents__heading {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 768px) {
  .documents__heading {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .documents__heading {
    max-width: 630px;
  }
}
.documents__holder {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .documents__holder {
    width: 100%;
    max-width: calc(50% - 8px);
    margin: 0;
  }
}
.documents__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.documents__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .documents__sources {
    margin-top: 100px;
  }
}
.documents__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .documents__source {
    gap: 64px;
    padding: 32px;
  }
}
.documents__source-text {
  flex: 1 1 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents__source-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .documents__source:hover .documents__source-text {
    color: var(--color-bright-blue);
  }
}
.documents__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents__source-box {
    width: 20px;
    height: 20px;
  }
}
.documents__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: #161333;
  stroke: none;
}
@media screen and (min-width: 768px) {
  .documents__source-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents__source:hover .documents__source-icon {
    fill: var(--color-bright-blue);
  }
}
.documents__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .documents__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.documents__links {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .documents__links {
    gap: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .documents__links {
    margin-top: 160px;
  }
}
.documents__link {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 8px;
  border-top: 1px solid #161333;
}
@media screen and (min-width: 768px) {
  .documents__link {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .documents__link {
    padding-top: 16px;
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .documents__link {
    gap: 120px;
  }
  .documents__link:hover {
    border-color: var(--color-bright-blue);
  }
}
.documents__link-text {
  flex: 1 1 auto;
  font-family: "Trola";
  letter-spacing: -0.22px;
  line-height: 28px;
  font-weight: 300;
  font-size: 22px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents__link-text {
    letter-spacing: -0.44px;
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .documents__link:hover .documents__link-text {
    color: var(--color-bright-blue);
  }
}
.documents__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .documents__link-box {
    margin-top: 8px;
    width: 32px;
    height: 32px;
  }
}
.documents__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 14px;
  height: 12px;
  stroke: none;
  fill: #161333;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents__link-icon {
    width: 19px;
    height: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .documents__link:hover .documents__link-icon {
    fill: var(--color-bright-blue);
  }
}

.documents-inner {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .documents-inner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-inner {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-inner__content .documents-inner__container > * {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__content .documents-inner__container > * {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-inner__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .documents-inner__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__prime {
    padding: 24px 0 100px;
  }
}
.documents-inner__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .documents-inner__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .documents-inner__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.documents-inner__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-inner__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__button:hover {
    background: #3D61F3;
  }
}
.documents-inner__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-inner__button-box {
    width: 20px;
    height: 20px;
  }
}
.documents-inner__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-inner__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__button:hover .documents-inner__button-text {
    color: #CCEFFF;
  }
}
.documents-inner__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-inner__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-inner__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__button:hover .documents-inner__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.documents-inner__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 300;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-inner__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__title {
    letter-spacing: -0.44px;
  }
}
.documents-inner__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-inner__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-inner__description {
    max-width: 696px;
  }
}
.documents-inner__description a {
  color: #3D61F3;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
.documents-inner__elements {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .documents-inner__elements {
    gap: 120px;
  }
}
.documents-inner__boxes {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.documents-inner__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .documents-inner__box {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .documents-inner__box {
    padding-top: 24px;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__box {
    flex-direction: row;
    gap: 146px;
    padding-right: 129px;
  }
}
.documents-inner__heading {
  flex: 0 0 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-inner__heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__heading {
    width: calc(50% - 73px);
  }
}
.documents-inner__text,
.documents-inner h3 {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-inner__text,
  .documents-inner h3 {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__text {
    width: calc(50% - 73px);
  }
}
.documents-inner__text > ul + p {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .documents-inner__text > ul + p {
    margin-top: 40px;
  }
}
.documents-inner__text > p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .documents-inner__text > p + p {
    margin-top: 14px;
  }
}
.documents-inner__text > h3 {
  font-weight: 520;
}
@media screen and (min-width: 1280px) {
  .documents-inner__text > h3 {
    letter-spacing: -0.18px;
  }
}
.documents-inner__text > ul + h3 {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .documents-inner__text > ul + h3 {
    margin-top: 40px;
  }
}
.documents-inner__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .documents-inner__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.documents-inner__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .documents-inner__text > ul li {
    padding-left: 14px;
  }
}
.documents-inner__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .documents-inner__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.documents-inner__file {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  padding: 24px 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .documents-inner__file {
    gap: 32px;
    margin-top: 64px;
    padding: 32px;
    cursor: pointer;
  }
}
.documents-inner__file-name {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-inner__file-name {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.documents-inner__file-options {
  display: flex;
  justify-content: space-between;
}
.documents-inner__file-info, .documents-inner__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .documents-inner__file-info, .documents-inner__file-link {
    letter-spacing: 0.3px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
  }
}
.documents-inner__file-info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .documents-inner__file-info {
    gap: 10px;
  }
}
.documents-inner__file-info.extra {
  color: var(--color-dark-blue-40);
}
.documents-inner__file-info.extra .documents-inner__file-date::before {
  background: var(--color-dark-blue-40);
}
.documents-inner__file-data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .documents-inner__file-data {
    gap: 8px;
  }
}
.documents-inner__file-date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .documents-inner__file-date {
    padding-left: 11px;
  }
}
.documents-inner__file-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .documents-inner__file-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__file-date::before {
    height: 18px;
  }
}
.documents-inner__file-link {
  display: flex;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-inner__file-link {
    gap: 8px;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .documents-inner__file:hover .documents-inner__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.documents-inner__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-inner__file-icon {
    width: 20px;
    height: 20px;
  }
}
.documents-inner__extra-links {
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .documents-inner__extra-links {
    margin: 0 0;
    width: 100%;
  }
}
.documents-inner .accordion__files {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .documents-inner .accordion__files {
    margin-top: 40px;
  }
}
.documents-inner__accordions {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .documents-inner__accordions {
    gap: 40px;
  }
}
.documents-inner__accordion {
  flex: 0 0 auto;
}
.documents-inner__page-files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .documents-inner__page-files {
    gap: 16px;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-inner__page-files {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-inner__page-file {
  flex: 0 0 auto;
}
.documents-inner__page-files-box {
  margin-top: 0;
}
.documents-inner__page-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .documents-inner__page-section {
    gap: 40px;
  }
}
.documents-inner__page-section-title {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding-top: 16px;
  border-top: 1px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .documents-inner__page-section-title {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .documents-inner__page-section-title {
    padding-top: 24px;
  }
}

.documents-legislation {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .documents-legislation {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-legislation {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-legislation__content .documents-legislation__container > * {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__content .documents-legislation__container > * {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-legislation__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__prime {
    padding: 24px 0 100px;
  }
}
.documents-legislation__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .documents-legislation__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.documents-legislation__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-legislation__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__button:hover {
    background: #3D61F3;
  }
}
.documents-legislation__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__button-box {
    width: 20px;
    height: 20px;
  }
}
.documents-legislation__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-legislation__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__button:hover .documents-legislation__button-text {
    color: #CCEFFF;
  }
}
.documents-legislation__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-legislation__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-legislation__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__button:hover .documents-legislation__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.documents-legislation__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 300;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-legislation__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__title {
    letter-spacing: -0.44px;
  }
}
.documents-legislation__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-legislation__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-legislation__description {
    max-width: 696px;
  }
}
.documents-legislation__description a {
  color: #3D61F3;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
.documents-legislation__elements {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__elements {
    gap: 120px;
  }
}
.documents-legislation__boxes {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.documents-legislation__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .documents-legislation__box {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .documents-legislation__box {
    padding-top: 24px;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__box {
    flex-direction: row;
    gap: 146px;
    padding-right: 129px;
  }
}
.documents-legislation__heading {
  flex: 0 0 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__heading {
    width: calc(50% - 73px);
  }
}
.documents-legislation__text,
.documents-legislation h3 {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-legislation__text,
  .documents-legislation h3 {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.documents-legislation__text > ul + p {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__text > ul + p {
    margin-top: 40px;
  }
}
.documents-legislation__text > p + p, .documents-legislation__text p + ol {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__text > p + p, .documents-legislation__text p + ol {
    margin-top: 14px;
  }
}
.documents-legislation__text > h3 {
  font-weight: 520;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__text > h3 {
    letter-spacing: -0.18px;
  }
}
.documents-legislation__text > ul + h3 {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__text > ul + h3 {
    margin-top: 40px;
  }
}
.documents-legislation__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.documents-legislation__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__text > ul li {
    padding-left: 14px;
  }
}
.documents-legislation__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .documents-legislation__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.documents-legislation__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__text ol {
    gap: 13px;
  }
}
.documents-legislation__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__text ol li {
    padding-left: 27px;
  }
}
.documents-legislation__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.documents-legislation__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__text ol li ul {
    margin-top: 12px;
  }
}
.documents-legislation__text a:not([class]) {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__text a:not([class]) {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .documents-legislation__text a:not([class]):hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.documents-legislation__file {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  padding: 24px 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .documents-legislation__file {
    gap: 32px;
    margin-top: 64px;
    padding: 32px;
    cursor: pointer;
  }
}
.documents-legislation__file-name {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-legislation__file-name {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.documents-legislation__file-options {
  display: flex;
  justify-content: space-between;
}
.documents-legislation__file-info, .documents-legislation__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__file-info, .documents-legislation__file-link {
    letter-spacing: 0.3px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
  }
}
.documents-legislation__file-info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__file-info {
    gap: 10px;
  }
}
.documents-legislation__file-info.extra {
  color: var(--color-dark-blue-40);
}
.documents-legislation__file-info.extra .documents-legislation__file-date::before {
  background: var(--color-dark-blue-40);
}
.documents-legislation__file-data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__file-data {
    gap: 8px;
  }
}
.documents-legislation__file-date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__file-date {
    padding-left: 11px;
  }
}
.documents-legislation__file-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .documents-legislation__file-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__file-date::before {
    height: 18px;
  }
}
.documents-legislation__file-link {
  display: flex;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__file-link {
    gap: 8px;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .documents-legislation__file:hover .documents-legislation__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.documents-legislation__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__file-icon {
    width: 20px;
    height: 20px;
  }
}
.documents-legislation__extra-links {
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__extra-links {
    margin: 0 0;
    width: 100%;
  }
}
.documents-legislation .accordion__files {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .documents-legislation .accordion__files {
    margin-top: 40px;
  }
}
.documents-legislation__accordions {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .documents-legislation__accordions {
    gap: 40px;
  }
}
.documents-legislation__accordion {
  flex: 0 0 auto;
}
.documents-legislation__page-files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .documents-legislation__page-files {
    gap: 16px;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__page-files {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-legislation__page-file {
  flex: 0 0 auto;
}
.documents-legislation__page-files-box {
  margin-top: 0;
}
.documents-legislation__page-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__page-section {
    gap: 40px;
  }
}
.documents-legislation__page-section-title {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding-top: 16px;
  border-top: 1px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .documents-legislation__page-section-title {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .documents-legislation__page-section-title {
    padding-top: 24px;
  }
}
.documents-legislation__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__sources {
    margin-top: 64px;
  }
}
.documents-legislation__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .documents-legislation__source {
    gap: 64px;
    padding: 32px;
  }
}
.documents-legislation__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
  transition: color 200ms linear;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__source-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
    gap: 12px;
  }
  .documents-legislation__source:hover .documents-legislation__source-text {
    color: var(--color-bright-blue);
  }
}
.documents-legislation__source-text-description {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: rgba(22, 19, 51, 0.4);
}
@media screen and (min-width: 768px) {
  .documents-legislation__source-text-description {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.documents-legislation__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__source-box {
    width: 20px;
    height: 20px;
  }
}
.documents-legislation__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: #161333;
  margin-top: 6px;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-legislation__source-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__source:hover .documents-legislation__source-icon {
    fill: var(--color-bright-blue);
  }
}
.documents-legislation__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.documents-legislation__sub-heading {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-legislation__sub-heading {
    font-weight: 520;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
}
.documents-legislation__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.documents-legislation__button-more-container {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .documents-legislation__button-more-container {
    justify-content: left;
  }
}
.documents-legislation__button-more {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  transition: background-color 200ms linear;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .documents-legislation__button-more {
    padding: 12px 18px 12px 14px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-legislation__button-more:hover {
    background: #3D61F3;
    color: #CCEFFF;
  }
}
.documents-legislation__button-more-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-legislation__button-more-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.documents-legislation .cp-hide {
  display: none;
}

.documents-intosai {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .documents-intosai {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-intosai {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-intosai__content .documents-intosai__container > * {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__content .documents-intosai__container > * {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-intosai__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__prime {
    padding: 24px 0 100px;
  }
}
.documents-intosai__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .documents-intosai__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.documents-intosai__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-intosai__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__button:hover {
    background: #3D61F3;
  }
}
.documents-intosai__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__button-box {
    width: 20px;
    height: 20px;
  }
}
.documents-intosai__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-intosai__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__button:hover .documents-intosai__button-text {
    color: #CCEFFF;
  }
}
.documents-intosai__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-intosai__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-intosai__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__button:hover .documents-intosai__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.documents-intosai__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 300;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-intosai__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__title {
    letter-spacing: -0.44px;
  }
}
.documents-intosai__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-intosai__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-intosai__description {
    max-width: 696px;
  }
}
.documents-intosai__description a {
  color: #3D61F3;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
.documents-intosai__elements {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__elements {
    gap: 120px;
    margin-top: 40px;
  }
}
.documents-intosai__boxes {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__boxes {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.documents-intosai__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__box {
    border-width: 1.5px;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__box {
    flex-direction: row;
    gap: 146px;
    padding-right: 129px;
  }
}
.documents-intosai__heading {
  flex: 0 0 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__heading {
    width: calc(50% - 73px);
  }
}
.documents-intosai__text,
.documents-intosai h3 {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-intosai__text,
  .documents-intosai h3 {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__text {
    width: calc(50% - 73px);
  }
}
.documents-intosai__text > ul + p {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .documents-intosai__text > ul + p {
    margin-top: 40px;
  }
}
.documents-intosai__text > p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__text > p + p {
    margin-top: 14px;
  }
}
.documents-intosai__text > h3 {
  font-weight: 520;
}
@media screen and (min-width: 1280px) {
  .documents-intosai__text > h3 {
    letter-spacing: -0.18px;
  }
}
.documents-intosai__text > ul + h3 {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .documents-intosai__text > ul + h3 {
    margin-top: 40px;
  }
}
.documents-intosai__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .documents-intosai__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.documents-intosai__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__text > ul li {
    padding-left: 14px;
  }
}
.documents-intosai__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .documents-intosai__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.documents-intosai__extra-links {
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__extra-links {
    margin: 0 0;
    width: 100%;
  }
}
.documents-intosai .accordion__files {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .documents-intosai .accordion__files {
    margin-top: 40px;
  }
}
.documents-intosai__accordions {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .documents-intosai__accordions {
    gap: 40px;
  }
}
.documents-intosai__accordion {
  flex: 0 0 auto;
}
.documents-intosai__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.documents-intosai__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .documents-intosai__source {
    gap: 64px;
    padding: 32px;
  }
}
.documents-intosai__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
  transition: color 200ms linear;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__source-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
    gap: 12px;
  }
  .documents-intosai__source:hover .documents-intosai__source-text {
    color: var(--color-bright-blue);
  }
}
.documents-intosai__source-text-description {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: rgba(22, 19, 51, 0.4);
}
@media screen and (min-width: 768px) {
  .documents-intosai__source-text-description {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.documents-intosai__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-intosai__source-box {
    width: 20px;
    height: 20px;
  }
}
.documents-intosai__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: #161333;
  margin-top: 6px;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-intosai__source-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-intosai__source:hover .documents-intosai__source-icon {
    fill: var(--color-bright-blue);
  }
}

.documents-kso {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .documents-kso {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-kso {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-kso__content .documents-kso__container > * {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__content .documents-kso__container > * {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-kso__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .documents-kso__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__prime {
    padding: 24px 0 100px;
  }
}
.documents-kso__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .documents-kso__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .documents-kso__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.documents-kso__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-kso__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__button:hover {
    background: #3D61F3;
  }
}
.documents-kso__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-kso__button-box {
    width: 20px;
    height: 20px;
  }
}
.documents-kso__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-kso__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__button:hover .documents-kso__button-text {
    color: #CCEFFF;
  }
}
.documents-kso__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-kso__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-kso__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__button:hover .documents-kso__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.documents-kso__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 300;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-kso__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__title {
    letter-spacing: -0.44px;
  }
}
.documents-kso__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-kso__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-kso__description {
    max-width: 696px;
  }
}
.documents-kso__description a {
  color: #3D61F3;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
.documents-kso__elements {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .documents-kso__elements {
    gap: 120px;
  }
}
.documents-kso__boxes {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.documents-kso__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .documents-kso__box {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .documents-kso__box {
    padding-top: 24px;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__box {
    flex-direction: row;
    gap: 146px;
    padding-right: 129px;
  }
}
.documents-kso__heading {
  flex: 0 0 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-kso__heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__heading {
    width: calc(50% - 73px);
  }
}
.documents-kso__text,
.documents-kso h3 {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-kso__text,
  .documents-kso h3 {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__text {
    width: calc(50% - 73px);
  }
}
.documents-kso__text > ul + p {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .documents-kso__text > ul + p {
    margin-top: 40px;
  }
}
.documents-kso__text > p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .documents-kso__text > p + p {
    margin-top: 14px;
  }
}
.documents-kso__text > h3 {
  font-weight: 520;
}
@media screen and (min-width: 1280px) {
  .documents-kso__text > h3 {
    letter-spacing: -0.18px;
  }
}
.documents-kso__text > ul + h3 {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .documents-kso__text > ul + h3 {
    margin-top: 40px;
  }
}
.documents-kso__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .documents-kso__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.documents-kso__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .documents-kso__text > ul li {
    padding-left: 14px;
  }
}
.documents-kso__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .documents-kso__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.documents-kso__file {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  padding: 24px 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .documents-kso__file {
    gap: 32px;
    margin-top: 64px;
    padding: 32px;
    cursor: pointer;
  }
}
.documents-kso__file-name {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-kso__file-name {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.documents-kso__file-options {
  display: flex;
  justify-content: space-between;
}
.documents-kso__file-info, .documents-kso__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .documents-kso__file-info, .documents-kso__file-link {
    letter-spacing: 0.3px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
  }
}
.documents-kso__file-info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .documents-kso__file-info {
    gap: 10px;
  }
}
.documents-kso__file-info.extra {
  color: var(--color-dark-blue-40);
}
.documents-kso__file-info.extra .documents-kso__file-date::before {
  background: var(--color-dark-blue-40);
}
.documents-kso__file-data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .documents-kso__file-data {
    gap: 8px;
  }
}
.documents-kso__file-date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .documents-kso__file-date {
    padding-left: 11px;
  }
}
.documents-kso__file-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .documents-kso__file-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__file-date::before {
    height: 18px;
  }
}
.documents-kso__file-link {
  display: flex;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-kso__file-link {
    gap: 8px;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .documents-kso__file:hover .documents-kso__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.documents-kso__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-kso__file-icon {
    width: 20px;
    height: 20px;
  }
}
.documents-kso__extra-links {
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .documents-kso__extra-links {
    margin: 0 0;
    width: 100%;
  }
}
.documents-kso .accordion__files {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .documents-kso .accordion__files {
    margin-top: 40px;
  }
}
.documents-kso__accordions {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .documents-kso__accordions {
    gap: 40px;
  }
}
.documents-kso__accordion {
  flex: 0 0 auto;
}
.documents-kso__page-files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .documents-kso__page-files {
    gap: 16px;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-kso__page-files {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-kso__page-file {
  flex: 0 0 auto;
}
.documents-kso__page-files-box {
  margin-top: 0;
}
.documents-kso__page-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .documents-kso__page-section {
    gap: 40px;
  }
}
.documents-kso__page-section-title {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding-top: 16px;
  border-top: 1px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .documents-kso__page-section-title {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .documents-kso__page-section-title {
    padding-top: 24px;
  }
}

.documents-fin-report {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .documents-fin-report {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-fin-report {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-fin-report__content .documents-fin-report__container > * {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__content .documents-fin-report__container > * {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-fin-report__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__prime {
    padding: 24px 0 100px;
  }
}
.documents-fin-report__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .documents-fin-report__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.documents-fin-report__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__button:hover {
    background: #3D61F3;
  }
}
.documents-fin-report__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__button-box {
    width: 20px;
    height: 20px;
  }
}
.documents-fin-report__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__button:hover .documents-fin-report__button-text {
    color: #CCEFFF;
  }
}
.documents-fin-report__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-fin-report__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__button:hover .documents-fin-report__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.documents-fin-report__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 300;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__title {
    letter-spacing: -0.44px;
  }
}
.documents-fin-report__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-fin-report__description {
    max-width: 696px;
  }
}
.documents-fin-report__description a {
  color: #3D61F3;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
.documents-fin-report__elements {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__elements {
    gap: 120px;
  }
}
.documents-fin-report__boxes {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.documents-fin-report__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .documents-fin-report__box {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .documents-fin-report__box {
    padding-top: 24px;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__box {
    flex-direction: row;
    gap: 146px;
    padding-right: 129px;
  }
}
.documents-fin-report__heading {
  flex: 0 0 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__heading {
    width: calc(50% - 73px);
  }
}
.documents-fin-report__text,
.documents-fin-report h3 {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__text,
  .documents-fin-report h3 {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__text {
    width: calc(50% - 73px);
  }
}
.documents-fin-report__text > ul + p {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__text > ul + p {
    margin-top: 40px;
  }
}
.documents-fin-report__text > p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__text > p + p {
    margin-top: 14px;
  }
}
.documents-fin-report__text > h3 {
  font-weight: 520;
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__text > h3 {
    letter-spacing: -0.18px;
  }
}
.documents-fin-report__text > ul + h3 {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__text > ul + h3 {
    margin-top: 40px;
  }
}
.documents-fin-report__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.documents-fin-report__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__text > ul li {
    padding-left: 14px;
  }
}
.documents-fin-report__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.documents-fin-report__file {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  padding: 24px 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .documents-fin-report__file {
    gap: 32px;
    margin-top: 64px;
    padding: 32px;
    cursor: pointer;
  }
}
.documents-fin-report__file-name {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__file-name {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.documents-fin-report__file-options {
  display: flex;
  justify-content: space-between;
}
.documents-fin-report__file-info, .documents-fin-report__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__file-info, .documents-fin-report__file-link {
    letter-spacing: 0.3px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
  }
}
.documents-fin-report__file-info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__file-info {
    gap: 10px;
  }
}
.documents-fin-report__file-info.extra {
  color: var(--color-dark-blue-40);
}
.documents-fin-report__file-info.extra .documents-fin-report__file-date::before {
  background: var(--color-dark-blue-40);
}
.documents-fin-report__file-data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__file-data {
    gap: 8px;
  }
}
.documents-fin-report__file-date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__file-date {
    padding-left: 11px;
  }
}
.documents-fin-report__file-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__file-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__file-date::before {
    height: 18px;
  }
}
.documents-fin-report__file-link {
  display: flex;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__file-link {
    gap: 8px;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .documents-fin-report__file:hover .documents-fin-report__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.documents-fin-report__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__file-icon {
    width: 20px;
    height: 20px;
  }
}
.documents-fin-report__extra-links {
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__extra-links {
    margin: 0 0;
    width: 100%;
  }
}
.documents-fin-report .accordion__files {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .documents-fin-report .accordion__files {
    margin-top: 40px;
  }
}
.documents-fin-report__accordions {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__accordions {
    gap: 40px;
  }
}
.documents-fin-report__accordion {
  flex: 0 0 auto;
}
.documents-fin-report__page-files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .documents-fin-report__page-files {
    gap: 16px;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-fin-report__page-files {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-fin-report__page-file {
  flex: 0 0 auto;
}
.documents-fin-report__page-files-box {
  margin-top: 0;
}
.documents-fin-report__page-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .documents-fin-report__page-section {
    gap: 40px;
  }
}
.documents-fin-report__page-section-title {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding-top: 16px;
  border-top: 1px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .documents-fin-report__page-section-title {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .documents-fin-report__page-section-title {
    padding-top: 24px;
  }
}

.documents-monitoring {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .documents-monitoring {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-monitoring {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-monitoring__content .documents-monitoring__container > * {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__content .documents-monitoring__container > * {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-monitoring__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__prime {
    padding: 24px 0 100px;
  }
}
.documents-monitoring__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .documents-monitoring__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.documents-monitoring__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__button:hover {
    background: #3D61F3;
  }
}
.documents-monitoring__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__button-box {
    width: 20px;
    height: 20px;
  }
}
.documents-monitoring__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__button:hover .documents-monitoring__button-text {
    color: #CCEFFF;
  }
}
.documents-monitoring__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-monitoring__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__button:hover .documents-monitoring__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.documents-monitoring__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 300;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__title {
    letter-spacing: -0.44px;
  }
}
.documents-monitoring__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-monitoring__description {
    max-width: 696px;
  }
}
.documents-monitoring__description a {
  color: #3D61F3;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
.documents-monitoring__elements {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__elements {
    gap: 120px;
  }
}
.documents-monitoring__boxes {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.documents-monitoring__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .documents-monitoring__box {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .documents-monitoring__box {
    padding-top: 24px;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__box {
    flex-direction: row;
    gap: 146px;
    padding-right: 129px;
  }
}
.documents-monitoring__heading {
  flex: 0 0 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__heading {
    width: calc(50% - 73px);
  }
}
.documents-monitoring__text,
.documents-monitoring h3 {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__text,
  .documents-monitoring h3 {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__text {
    width: calc(50% - 73px);
  }
}
.documents-monitoring__text > ul + p {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__text > ul + p {
    margin-top: 40px;
  }
}
.documents-monitoring__text > p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__text > p + p {
    margin-top: 14px;
  }
}
.documents-monitoring__text > h3 {
  font-weight: 520;
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__text > h3 {
    letter-spacing: -0.18px;
  }
}
.documents-monitoring__text > ul + h3 {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__text > ul + h3 {
    margin-top: 40px;
  }
}
.documents-monitoring__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.documents-monitoring__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__text > ul li {
    padding-left: 14px;
  }
}
.documents-monitoring__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.documents-monitoring__file {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  padding: 24px 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .documents-monitoring__file {
    gap: 32px;
    margin-top: 64px;
    padding: 32px;
    cursor: pointer;
  }
}
.documents-monitoring__file-name {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__file-name {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.documents-monitoring__file-options {
  display: flex;
  justify-content: space-between;
}
.documents-monitoring__file-info, .documents-monitoring__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__file-info, .documents-monitoring__file-link {
    letter-spacing: 0.3px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
  }
}
.documents-monitoring__file-info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__file-info {
    gap: 10px;
  }
}
.documents-monitoring__file-info.extra {
  color: var(--color-dark-blue-40);
}
.documents-monitoring__file-info.extra .documents-monitoring__file-date::before {
  background: var(--color-dark-blue-40);
}
.documents-monitoring__file-data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__file-data {
    gap: 8px;
  }
}
.documents-monitoring__file-date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__file-date {
    padding-left: 11px;
  }
}
.documents-monitoring__file-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__file-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__file-date::before {
    height: 18px;
  }
}
.documents-monitoring__file-link {
  display: flex;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__file-link {
    gap: 8px;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .documents-monitoring__file:hover .documents-monitoring__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.documents-monitoring__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__file-icon {
    width: 20px;
    height: 20px;
  }
}
.documents-monitoring__extra-links {
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__extra-links {
    margin: 0 0;
    width: 100%;
  }
}
.documents-monitoring .accordion__files {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .documents-monitoring .accordion__files {
    margin-top: 40px;
  }
}
.documents-monitoring__accordions {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__accordions {
    gap: 40px;
  }
}
.documents-monitoring__accordion {
  flex: 0 0 auto;
}
.documents-monitoring__page-files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .documents-monitoring__page-files {
    gap: 16px;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-monitoring__page-files {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-monitoring__page-file {
  flex: 0 0 auto;
}
.documents-monitoring__page-files-box {
  margin-top: 0;
}
.documents-monitoring__page-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .documents-monitoring__page-section {
    gap: 40px;
  }
}
.documents-monitoring__page-section-title {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding-top: 16px;
  border-top: 1px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .documents-monitoring__page-section-title {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .documents-monitoring__page-section-title {
    padding-top: 24px;
  }
}

.documents-strategy {
  background: var(--color-white);
}
.documents-strategy__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .documents-strategy__prime {
    padding: 24px 0 32px;
  }
}
.documents-strategy__prime--pb {
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__prime--pb {
    padding-bottom: 80px;
  }
}
.documents-strategy__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .documents-strategy__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.documents-strategy__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-strategy__button:hover {
    background: var(--color-bright-blue);
  }
}
.documents-strategy__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__button-box {
    width: 20px;
    height: 20px;
  }
}
.documents-strategy__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-strategy__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-strategy__button:hover .documents-strategy__button-text {
    color: var(--color-blue-sky);
  }
}
.documents-strategy__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
}
@media screen and (min-width: 768px) {
  .documents-strategy__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-strategy__button:hover .documents-strategy__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.documents-strategy__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.documents-strategy__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .documents-strategy__description {
    margin-top: 40px;
  }
}
.documents-strategy__content {
  padding: 48px 0 80px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__content {
    padding: 80px 0 120px;
  }
}
.documents-strategy__prime-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .documents-strategy__prime-info {
    gap: 10px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
}
.documents-strategy__prime-type {
  color: #3D61F3;
}
.documents-strategy__prime-date {
  position: relative;
  padding-left: 9px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .documents-strategy__prime-date {
    padding-left: 11px;
  }
}
.documents-strategy__prime-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .documents-strategy__prime-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-strategy__prime-date::before {
    height: 18px;
  }
}
.documents-strategy__prime-footer {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__prime-footer {
    margin-top: 160px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.documents-strategy__author {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__author {
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-strategy__author {
    cursor: pointer;
  }
}
.documents-strategy__author-photo {
  flex: 0 0 auto;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .documents-strategy__author-photo {
    width: 48px;
    height: 48px;
  }
}
.documents-strategy__author-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.documents-strategy__author-name, .documents-strategy__author-position {
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__author-name, .documents-strategy__author-position {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.documents-strategy__author-name {
  color: #161333;
  transition: color 200ms linear;
}
.documents-strategy__author:hover .documents-strategy__author-name {
  color: var(--color-bright-blue);
}
.documents-strategy__author-position {
  color: var(--color-dark-blue-40);
}
.documents-strategy__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__links {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .documents-strategy__links > a:not(:first-child) {
    position: relative;
  }
  .documents-strategy__links > a:not(:first-child)::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 1.5px;
    height: 1rem;
    background: #3D61F3;
  }
}
.documents-strategy__link {
  color: #3D61F3;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-style: solid;
  text-decoration-thickness: 9%;
  text-decoration-skip-ink: auto;
}
@media screen and (min-width: 768px) {
  .documents-strategy__link {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-decoration-thickness: 10%;
    text-underline-offset: 22%;
    padding-left: 16px;
  }
}
.documents-strategy__elements {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__elements {
    gap: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-strategy__layout {
    display: flex;
    gap: 146px;
  }
}
.documents-strategy__boxes {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-top: 48px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .documents-strategy__boxes {
    gap: 80px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .documents-strategy__boxes {
    align-items: start;
  }
}
@media (max-width: 768px) {
  .documents-strategy__boxes--wide .documents-strategy__heading {
    padding-bottom: 32px;
  }
}
.documents-strategy__boxes--wide .documents-strategy__holder {
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__boxes--wide .documents-strategy__holder {
    gap: 64px;
  }
}
.documents-strategy__boxes--wide .documents-strategy__article-part {
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__boxes--wide .documents-strategy__article-part {
    gap: 40px;
  }
}
.documents-strategy__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .documents-strategy__box {
    width: 100%;
    max-width: 645px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .documents-strategy__box {
    max-width: 630px;
  }
  .documents-strategy__box--lead {
    max-width: 760px;
  }
}
.documents-strategy__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.documents-strategy__heading {
  padding-bottom: 24px;
  font-family: "GolosVariations", serif;
  font-weight: 470;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.46px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__heading {
    padding-bottom: 40px;
    max-width: 630px;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.56px;
  }
}
.documents-strategy__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.documents-strategy__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.documents-strategy__article-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__article-list {
    gap: 24px;
  }
}
.documents-strategy__lead-text {
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__lead-text {
    font-family: "GolosVariations";
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.documents-strategy__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.documents-strategy__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__text p + p {
    margin-top: 14px;
  }
}
.documents-strategy__text ol {
  counter-reset: level1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .documents-strategy__text ol {
    gap: 13px;
  }
}
.documents-strategy__text ol li {
  counter-increment: level1;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .documents-strategy__text ol li {
    padding-left: 27px;
  }
}
.documents-strategy__text ol li::before {
  content: counters(level1, ".") ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.documents-strategy__text ol li ol {
  counter-reset: level2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .documents-strategy__text ol li ol {
    gap: 13px;
    margin-top: 12px;
  }
}
.documents-strategy__text ol li ol li {
  counter-increment: level2;
  padding-left: 0;
}
.documents-strategy__text ol li ol li::before {
  content: counter(level1) "." counter(level2);
  left: -27px;
}
.documents-strategy__text ol li ul {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .documents-strategy__text ol li ul {
    margin-top: 12px;
    gap: 13px;
  }
}
.documents-strategy__text ol li ul li {
  position: relative;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.documents-strategy__text ol li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background: var(--color-bright-blue);
  border-radius: 50%;
}
@media screen and (min-width: 1280px) {
  .documents-strategy__text ol li ul li {
    padding-left: 14px;
  }
  .documents-strategy__text ol li ul li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}
.documents-strategy__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.documents-strategy__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1.5px solid var(--color-dark-blue);
}
.documents-strategy__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--color-dark-blue-16);
}
.documents-strategy__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.documents-strategy__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .documents-strategy__source {
    gap: 64px;
    padding: 32px;
  }
}
.documents-strategy__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__source-text-container {
    gap: 12px;
  }
}
.documents-strategy__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-strategy__source-text {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
.documents-strategy__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .documents-strategy__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.documents-strategy__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__source-box {
    width: 20px;
    height: 20px;
  }
}
.documents-strategy__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: var(--color-dark-blue);
  stroke: none;
}
@media screen and (min-width: 768px) {
  .documents-strategy__source-icon {
    width: 14px;
    height: 12px;
  }
}
.documents-strategy__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.documents-strategy__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__files {
    gap: 16px;
  }
}
.documents-strategy__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .documents-strategy__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .documents-strategy__files .file__options {
    width: 100%;
  }
}
.documents-strategy__cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.documents-strategy__card {
  background: #F3F2F5;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__card {
    padding: 40px 32px;
  }
}
.documents-strategy__card-title {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__card-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
  }
}
.documents-strategy__card-text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__card-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.documents-strategy__page-files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .documents-strategy__page-files {
    gap: 16px;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-strategy__page-files {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-strategy__page-file {
  flex: 0 0 auto;
}
.documents-strategy__page-files-box {
  margin-top: 0;
}
.documents-strategy__page-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__page-section {
    gap: 40px;
  }
}
.documents-strategy__page-section-title {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding-top: 16px;
  border-top: 1px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .documents-strategy__page-section-title {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .documents-strategy__page-section-title {
    padding-top: 24px;
  }
}
.documents-strategy__extra-links {
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .documents-strategy__extra-links {
    margin: 0 0;
    width: 100%;
  }
}

.site-map {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .site-map {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .site-map {
    padding-bottom: 120px;
  }
}
body[data-page=site-map] .site-map {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-map__prime {
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .site-map__prime {
    padding: 80px 0;
  }
}
.site-map__container {
  max-width: 662px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .site-map__container {
    max-width: none;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .site-map__container {
    max-width: 696px;
  }
}
@media screen and (min-width: 1280px) {
  .site-map__container {
    max-width: 678px;
    padding: 0 32px;
  }
}
.site-map__title {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .site-map__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
@media screen and (min-width: 768px) {
  .site-map__title {
    text-align: center;
  }
}
.site-map__list {
  display: grid;
  width: 100%;
  align-content: start;
  grid-template-columns: 100%;
  gap: 80px;
}
.site-map__section {
  display: grid;
  width: 100%;
  align-content: start;
  grid-template-columns: 100%;
  gap: 15px;
  padding-top: 17px;
  border-top: 1.5px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .site-map__section {
    gap: 24px;
    padding-top: 16px;
  }
}
.site-map__section-caption {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .site-map__section-caption {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .site-map__section-caption {
    gap: 24px;
  }
}
.site-map__section-list {
  display: grid;
  width: 100%;
  align-content: start;
  grid-template-columns: 100%;
  gap: 12px;
}
.site-map__section-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--color-bright-blue);
}
@media screen and (min-width: 768px) {
  .site-map__section-link {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}

.personal-data-policy {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .personal-data-policy {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .personal-data-policy {
    padding-bottom: 120px;
  }
}
body[data-page=personal-data-policy] .personal-data-policy {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.personal-data-policy__prime {
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .personal-data-policy__prime {
    padding: 80px 0;
  }
}
.personal-data-policy__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .personal-data-policy__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .personal-data-policy__container {
    padding: 0 32px;
  }
}
.personal-data-policy__title {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .personal-data-policy__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
@media screen and (min-width: 768px) {
  .personal-data-policy__title {
    text-align: center;
  }
}
.personal-data-policy__files {
  border-top: 1.5px solid var(--color-dark-blue-16);
  padding-top: 32px;
  display: grid;
  width: 100%;
  gap: 8px;
  grid-template-columns: 100%;
  align-content: start;
}
@media screen and (min-width: 768px) {
  .personal-data-policy__files {
    gap: 16px;
    padding-top: 80px;
  }
}

.cookie-policy {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cookie-policy {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .cookie-policy {
    padding-bottom: 120px;
  }
}
body[data-page=cookie-policy] .cookie-policy {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cookie-policy__prime {
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .cookie-policy__prime {
    padding: 82px 0 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cookie-policy__prime {
    padding: 80px 0 64px;
  }
}
@media screen and (min-width: 1280px) {
  .cookie-policy__prime {
    padding: 80px 0;
  }
}
.cookie-policy__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cookie-policy__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .cookie-policy__container {
    padding: 0 32px;
  }
}
.cookie-policy__title {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cookie-policy__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
@media screen and (min-width: 768px) {
  .cookie-policy__title {
    text-align: center;
  }
}
.cookie-policy__wrap {
  width: 100%;
  padding-top: 32px;
  border-top: 1.5px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .cookie-policy__wrap {
    padding-top: 80px;
  }
}
.cookie-policy__text {
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cookie-policy__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
    max-width: 630px;
  }
}
.cookie-policy__text * {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.cookie-policy__text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cookie-policy__text ul {
    gap: 12px;
  }
}
.cookie-policy__text ul:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .cookie-policy__text ul:not(:first-child) {
    margin-top: 16px;
  }
}
.cookie-policy__text ul:not(:last-child) {
  margin-bottom: 24px;
}
.cookie-policy__text ul li {
  flex: 0 0 auto;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .cookie-policy__text ul li {
    padding-left: 14px;
  }
}
.cookie-policy__text ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-bright-blue);
}
@media screen and (min-width: 768px) {
  .cookie-policy__text ul li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.cookie-policy__text p:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .cookie-policy__text p:not(:first-child) {
    margin-top: 12px;
  }
}
.cookie-policy__text p:not(:first-child):has(+ ul), .cookie-policy__text p:has(+ ul) {
  margin-top: 24px;
}
.cookie-policy__heading {
  margin: 32px 0 20px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cookie-policy__heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cookie-policy__heading {
    margin: 40px 0 20px;
  }
}
.cookie-policy__heading:first-of-type {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .cookie-policy__heading:first-of-type {
    margin-bottom: 20px;
  }
}

.errors {
  padding-bottom: 80px;
  background: var(--color-white);
}

@media screen and (min-width: 768px) {
  .errors {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .errors {
    padding-bottom: 120px;
  }
}
.errors__prime {
  padding: 121px 0 40px;
}

@media screen and (min-width: 768px) {
  .errors__prime {
    padding: 200px 0 80px;
  }
}
.errors__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .errors__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .errors__container {
    padding: 0 32px;
  }
}
.errors__title {
  text-align: center;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  .errors__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.errors__text {
  color: var(--color-dark-blue);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-align: center;
  display: flex;
  width: 100%;
  gap: 8px;
  flex-direction: column;
  padding-top: 31px;
  max-width: 660px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .errors__text {
    padding-top: 40px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
.errors__text p:not(:first-child) {
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .errors__text p:not(:first-child) {
    line-height: 24px;
  }
}
.errors__text a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .errors__text a {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .errors__text a:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}

.errors__actions {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 31px;
}

@media screen and (min-width: 768px) {
  .errors__actions {
    padding-top: 40px;
  }
}
.errors__button {
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 6px;
  background-color: var(--color-blue-sky);
  color: var(--color-dark-blue);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: color 200ms linear, background-color 200ms linear;
}

@media screen and (min-width: 768px) {
  .errors__button {
    min-height: 46px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    font-weight: 520;
    padding: 0 18px;
  }
}
@media screen and (min-width: 1280px) {
  .errors__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.сomments-feedback {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .сomments-feedback {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .сomments-feedback {
    padding-bottom: 120px;
  }
}
body[data-page=сomments-feedback] .сomments-feedback {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.сomments-feedback__prime {
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .сomments-feedback__prime {
    padding: 80px 0;
  }
}
.сomments-feedback__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .сomments-feedback__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .сomments-feedback__container {
    padding: 0 32px;
  }
}
.сomments-feedback__title {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .сomments-feedback__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
@media screen and (min-width: 768px) {
  .сomments-feedback__title {
    text-align: center;
  }
}
.сomments-feedback__wrap {
  width: 100%;
  padding-top: 34px;
  border-top: 1.5px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .сomments-feedback__wrap {
    padding-top: 81px;
  }
}
@media screen and (min-width: 768px) {
  .сomments-feedback__form {
    max-width: 630px;
    margin: 0 auto;
  }
}

.feedback-form {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 26px;
  align-content: start;
}
@media screen and (min-width: 768px) {
  .feedback-form {
    gap: 25px;
  }
}
.feedback-form__label {
  color: var(--color-dark-blue);
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .feedback-form__label {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
  }
}
.feedback-form__fields {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 16px;
  align-content: start;
}
.feedback-form__input {
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--color-dark-blue-16);
  border-radius: 6px;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  height: 40px;
  padding: 0 12px;
  width: 100%;
  outline: none;
  color: var(--color-dark-blue);
  resize: none;
  vertical-align: top;
  transition: border-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .feedback-form__input {
    font-weight: 520;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
    height: 70px;
    padding: 0 24px;
  }
}
.feedback-form__input:focus {
  border-color: var(--color-bright-blue);
}
@media (hover), (min-width: 0\0 ), (min-device-pixel-ratio: 0) {
  .feedback-form__input:hover {
    border-color: var(--color-bright-blue);
  }
}
.feedback-form__input:is(textarea) {
  height: 100px;
  padding: 12px 11px;
}
@media screen and (min-width: 768px) {
  .feedback-form__input:is(textarea) {
    padding: 11px;
    height: 154px;
  }
}
.feedback-form__input::placeholder {
  color: var(--color-dark-blue-40);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.feedback-form__input:focus::placeholder {
  opacity: 0;
}
.feedback-form__button button {
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  background-color: var(--color-blue-sky);
  color: var(--color-dark-blue);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: color 200ms linear, background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .feedback-form__button button {
    min-height: 46px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    font-weight: 520;
    padding: 0 18px;
  }
}
@media (hover), (min-width: 0\0 ), (min-device-pixel-ratio: 0) {
  .feedback-form__button button:not(:disabled):hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.feedback-form__button button[disabled] {
  color: var(--color-dark-blue-40);
  cursor: default;
}

.upload-file {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.upload-file__field.hidden {
  display: none;
}
.upload-file__label {
  align-items: center;
  color: var(--color-dark-blue-40);
  cursor: pointer;
  display: inline-flex;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-align: center;
  gap: 4px;
  overflow: hidden;
  position: relative;
  transition: color 0.3s ease;
  vertical-align: top;
  border: 1px dashed currentColor;
  width: 100%;
  border-radius: 6px;
  height: 52px;
  padding: 0 24px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .upload-file__label {
    height: 56px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
@media (hover), (min-width: 0\0 ), (min-device-pixel-ratio: 0) {
  .upload-file__label:hover {
    color: var(--color-bright-blue);
  }
}
.upload-file__label span {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 16px;
  justify-content: center;
  width: 16px;
  flex-shrink: 0;
}
.upload-file__label span::before {
  content: "";
  mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5H5M5 5H0M5 5V10M5 5V0' stroke='%233D61F3' stroke-width='1.2'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: currentColor;
  display: block;
  height: 10px;
  width: 10px;
  flex-shrink: 0;
}
.upload-file__input {
  left: -9999px;
  position: absolute;
}
.upload-file__error {
  color: var(--color-red);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  padding-top: 8px;
  order: 999;
}
@media screen and (min-width: 768px) {
  .upload-file__error {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
  }
}
.upload-file__error:empty {
  display: none;
}
.upload-file__loaded {
  display: grid;
  width: 100%;
  gap: 8px;
  grid-template-columns: 100%;
  align-content: start;
}
.upload-file__loaded:empty {
  display: none;
}
.upload-file__loaded-item {
  align-items: center;
  border-radius: 6px;
  display: flex;
  gap: 15px;
  min-height: 52px;
  position: relative;
  color: var(--color-dark-blue);
  border: 1px solid var(--color-dark-blue-16);
  padding: 0 11px;
}
@media screen and (min-width: 768px) {
  .upload-file__loaded-item {
    min-height: 56px;
  }
}
.upload-file__loaded-data {
  display: flex;
  align-items: baseline;
  gap: 8px;
  max-width: calc(100% - 30px);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .upload-file__loaded-data {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
.upload-file__loaded-name {
  color: currentColor;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .upload-file__loaded-name {
    margin-right: 9px;
  }
}
.upload-file__loaded-size {
  flex-shrink: 0;
  opacity: 0.4;
  text-transform: uppercase;
}
.upload-file__loaded-type {
  flex-shrink: 0;
  opacity: 0.4;
  text-transform: uppercase;
}
.upload-file__loaded-delete {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  display: flex;
  flex-shrink: 0;
  height: 16px;
  justify-content: center;
  padding: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 16px;
}
@media screen and (min-width: 768px) {
  .upload-file__loaded-delete {
    height: 20px;
    width: 20px;
  }
}
.upload-file__loaded-delete::before {
  content: "";
  mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.530273 0.530273L6.78027 6.78027M13.0303 13.0303L6.78027 6.78027M6.78027 6.78027L13.0303 0.530273M6.78027 6.78027L0.530273 13.0303' stroke='%23161333' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: currentColor;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 10px;
  width: 10px;
}
@media screen and (min-width: 768px) {
  .upload-file__loaded-delete::before {
    height: 13px;
    width: 13px;
  }
}

.documents-template {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .documents-template {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-template {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-template__content .documents-template__container > * {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__content .documents-template__container > * {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-template__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .documents-template__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__prime {
    padding: 24px 0 100px;
  }
}
.documents-template__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .documents-template__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .documents-template__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.documents-template__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-template__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__button:hover {
    background: #3D61F3;
  }
}
.documents-template__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-template__button-box {
    width: 20px;
    height: 20px;
  }
}
.documents-template__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-template__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__button:hover .documents-template__button-text {
    color: #CCEFFF;
  }
}
.documents-template__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-template__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-template__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__button:hover .documents-template__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.documents-template__title {
  font-family: "Trola";
  letter-spacing: -0.52px;
  line-height: 30px;
  font-weight: 300;
  font-size: 26px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-template__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__title {
    letter-spacing: -0.44px;
  }
}
.documents-template__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-template__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .documents-template__description {
    max-width: 696px;
  }
}
.documents-template__description a {
  color: #3D61F3;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
.documents-template__elements {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .documents-template__elements {
    gap: 120px;
  }
}
.documents-template__boxes {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.documents-template__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .documents-template__box {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .documents-template__box {
    padding-top: 24px;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__box {
    flex-direction: row;
    gap: 146px;
    padding-right: 129px;
  }
}
.documents-template__heading {
  flex: 0 0 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-template__heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__heading {
    width: calc(50% - 73px);
  }
}
.documents-template__text,
.documents-template h3 {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-template__text,
  .documents-template h3 {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.documents-template__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .documents-template__text-wrapper {
    gap: 40px;
  }
}
.documents-template__text > ul + p {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .documents-template__text > ul + p {
    margin-top: 40px;
  }
}
.documents-template__text > p + p, .documents-template__text p + ol {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .documents-template__text > p + p, .documents-template__text p + ol {
    margin-top: 14px;
  }
}
.documents-template__text > h3 {
  font-weight: 520;
}
@media screen and (min-width: 1280px) {
  .documents-template__text > h3 {
    letter-spacing: -0.18px;
  }
}
.documents-template__text > ul + h3 {
  margin-top: 32px;
}
@media screen and (min-width: 1280px) {
  .documents-template__text > ul + h3 {
    margin-top: 40px;
  }
}
.documents-template__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .documents-template__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.documents-template__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .documents-template__text > ul li {
    padding-left: 14px;
  }
}
.documents-template__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .documents-template__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.documents-template__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .documents-template__text ol {
    gap: 13px;
  }
}
.documents-template__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .documents-template__text ol li {
    padding-left: 27px;
  }
}
.documents-template__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.documents-template__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .documents-template__text ol li ul {
    margin-top: 12px;
  }
}
.documents-template__file {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 8px;
  padding: 24px 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .documents-template__file {
    gap: 32px;
    margin-top: 24px;
    padding: 32px;
    cursor: pointer;
  }
}
.documents-template__file-name {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .documents-template__file-name {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.documents-template__file-options {
  display: flex;
  justify-content: space-between;
}
.documents-template__file-info, .documents-template__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .documents-template__file-info, .documents-template__file-link {
    letter-spacing: 0.3px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
  }
}
.documents-template__file-info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .documents-template__file-info {
    gap: 10px;
  }
}
.documents-template__file-info.extra {
  color: var(--color-dark-blue-40);
}
.documents-template__file-info.extra .documents-template__file-date::before {
  background: var(--color-dark-blue-40);
}
.documents-template__file-data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .documents-template__file-data {
    gap: 8px;
  }
}
.documents-template__file-date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .documents-template__file-date {
    padding-left: 11px;
  }
}
.documents-template__file-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .documents-template__file-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__file-date::before {
    height: 18px;
  }
}
.documents-template__file-link {
  display: flex;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-template__file-link {
    gap: 8px;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .documents-template__file:hover .documents-template__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.documents-template__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .documents-template__file-icon {
    width: 20px;
    height: 20px;
  }
}
.documents-template__extra-links {
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .documents-template__extra-links {
    margin: 0 0;
    width: 100%;
  }
}
.documents-template .accordion__files {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .documents-template .accordion__files {
    margin-top: 40px;
  }
}
.documents-template__accordions {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .documents-template__accordions {
    gap: 40px;
  }
}
.documents-template__accordion {
  flex: 0 0 auto;
}
.documents-template__page-files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .documents-template__page-files {
    gap: 16px;
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__page-files {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.documents-template__page-file {
  flex: 0 0 auto;
}
.documents-template__page-files-box {
  margin-top: 0;
}
.documents-template__page-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .documents-template__page-section {
    gap: 40px;
  }
}
.documents-template__page-section-title {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  padding-top: 16px;
  border-top: 1px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .documents-template__page-section-title {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .documents-template__page-section-title {
    padding-top: 24px;
  }
}
.documents-template__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .documents-template__sources {
    margin-top: 24px;
  }
}
.documents-template__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .documents-template__source {
    gap: 64px;
    padding: 32px;
  }
}
.documents-template__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
  transition: color 200ms linear;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .documents-template__source-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
    gap: 12px;
  }
  .documents-template__source:hover .documents-template__source-text {
    color: var(--color-bright-blue);
  }
}
.documents-template__source-text-description {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: rgba(22, 19, 51, 0.4);
}
@media screen and (min-width: 768px) {
  .documents-template__source-text-description {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.documents-template__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .documents-template__source-box {
    width: 20px;
    height: 20px;
  }
}
.documents-template__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: #161333;
  margin-top: 6px;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-template__source-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__source:hover .documents-template__source-icon {
    fill: var(--color-bright-blue);
  }
}
.documents-template__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.documents-template__sub-heading {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .documents-template__sub-heading {
    font-weight: 520;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
}
.documents-template__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.documents-template__button-more-container {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .documents-template__button-more-container {
    justify-content: left;
  }
}
.documents-template__button-more {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #F3F2F5;
  width: max-content;
  transition: background-color 200ms linear;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .documents-template__button-more {
    padding: 12px 18px 12px 14px;
  }
}
@media screen and (min-width: 1280px) {
  .documents-template__button-more:hover {
    background: #3D61F3;
    color: #CCEFFF;
  }
}
.documents-template__button-more-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .documents-template__button-more-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.documents-template .cp-hide {
  display: none;
}
.documents-template .cp-text-part-hide {
  max-height: 724px;
  overflow: hidden;
}

.expertise-npa {
  padding: 48px 0 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .expertise-npa {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .expertise-npa {
    padding: 80px 0 120px;
  }
}
.expertise-npa__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .expertise-npa__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise-npa__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .expertise-npa__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.expertise-npa__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .expertise-npa__options {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.expertise-npa__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .expertise-npa__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise-npa__options-mobile {
    display: none;
  }
}
.expertise-npa__clear-options {
  height: 46px;
}
.expertise-npa__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
  transition: all 200ms linear;
}
.expertise-npa__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.expertise-npa__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.expertise-npa__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
  transition: all 200ms linear;
}
.expertise-npa__clear-options svg path {
  stroke: var(--color-dark-blue-40);
  transition: all 200ms linear;
}
.expertise-npa__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .expertise-npa__content {
    gap: 80px;
    margin-top: 40px;
  }
}
.expertise-npa__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .expertise-npa__list {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise-npa__list {
    gap: 80px;
  }
}
.expertise-npa__item {
  flex: 0 0 auto;
}
.expertise-npa__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .expertise-npa__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
    transition: background-color 200ms linear, color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .expertise-npa__button:hover {
    background: #3D61F3;
    color: #CCEFFF;
  }
}
.expertise-npa__card {
  padding-top: 24px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .expertise-npa__card {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .expertise-npa__card {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .expertise-npa__card {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) {
  .expertise-npa__card {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .expertise-npa__card:hover .expertise-npa__card__heading {
    color: var(--color-bright-blue);
  }
  .expertise-npa__card:hover:has(.expertise-npa__card__file-link:hover) .expertise-npa__card__heading {
    color: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .expertise-npa__card__block {
    flex: 1 1 auto;
    margin-left: 248px;
    max-width: 824px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise-npa__card__block {
    margin-left: 259px;
  }
}
.expertise-npa__card__info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 2px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .expertise-npa__card__info {
    column-gap: 20px;
    row-gap: 4px;
    margin-top: 24px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.expertise-npa__card__date:not(:first-child) {
  position: relative;
}
.expertise-npa__card__date:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
}
@media screen and (min-width: 768px) {
  .expertise-npa__card__date:not(:first-child)::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise-npa__card__date:not(:first-child)::before {
    height: 18px;
    left: -10px;
  }
}
.expertise-npa__card__date {
  color: #161333;
}
.expertise-npa__card__date::before {
  background: #161333;
}
.expertise-npa__card__heading {
  margin-top: 12px;
  font-weight: 470;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.46px;
}
@media screen and (min-width: 768px) {
  .expertise-npa__card__heading {
    margin-top: 24px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 1024px) {
  .expertise-npa__card__heading {
    max-width: 710px;
  }
}
@media screen and (min-width: 1280px) {
  .expertise-npa__card__heading {
    transition: color 200ms linear;
    max-width: none;
    cursor: pointer;
  }
}
.expertise-npa__card__file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .expertise-npa__card__file {
    gap: 32px;
    justify-content: left;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .expertise-npa__card__file {
    margin-top: 40px;
    cursor: pointer;
  }
}
.expertise-npa__card__file-size, .expertise-npa__card__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .expertise-npa__card__file-size, .expertise-npa__card__file-link {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.expertise-npa__card__file-size {
  color: #161333;
  display: flex;
  gap: 10px;
}
.bulletins-card__file:hover .expertise-npa__card__file-size {
  color: var(--color-bright-blue) !important;
}
.expertise-npa__card__file-link {
  display: flex;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .expertise-npa__card__file-link {
    gap: 8px;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .expertise-npa__card__file-link:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.expertise-npa__card__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .expertise-npa__card__file-icon {
    width: 20px;
    height: 20px;
  }
}

.audit-national-projects {
  padding: 48px 0 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .audit-national-projects {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .audit-national-projects {
    padding: 80px 0 120px;
  }
}
.audit-national-projects__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .audit-national-projects__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .audit-national-projects__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.audit-national-projects__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__options {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.audit-national-projects__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .audit-national-projects__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__options-mobile {
    display: none;
  }
}
.audit-national-projects__clear-options {
  height: 46px;
}
.audit-national-projects__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
  transition: all 200ms linear;
}
.audit-national-projects__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.audit-national-projects__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.audit-national-projects__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
  transition: all 200ms linear;
}
.audit-national-projects__clear-options svg path {
  stroke: var(--color-dark-blue-40);
  transition: all 200ms linear;
}
.audit-national-projects__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .audit-national-projects__content {
    gap: 80px;
    margin-top: 40px;
  }
}
.audit-national-projects__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .audit-national-projects__list {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__list {
    gap: 80px;
  }
}
.audit-national-projects__item {
  flex: 0 0 auto;
}
.audit-national-projects__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .audit-national-projects__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
    transition: background-color 200ms linear, color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__button:hover {
    background: #3D61F3;
    color: #CCEFFF;
  }
}
.audit-national-projects__card {
  padding-top: 24px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
}
@media screen and (min-width: 768px) {
  .audit-national-projects__card {
    border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .audit-national-projects__card {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .audit-national-projects__card {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__card {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .audit-national-projects__card:hover .audit-national-projects__card__heading {
    color: var(--color-bright-blue);
  }
  .audit-national-projects__card:hover:has(.audit-national-projects__card__file-link:hover) .audit-national-projects__card__heading {
    color: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .audit-national-projects__card__block {
    flex: 1 1 auto;
    margin-left: 248px;
    max-width: 824px;
  }
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__card__block {
    margin-left: 259px;
  }
}
.audit-national-projects__card__info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 2px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .audit-national-projects__card__info {
    column-gap: 20px;
    row-gap: 4px;
    margin-top: 24px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.audit-national-projects__card__date:not(:first-child) {
  position: relative;
}
.audit-national-projects__card__date:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
}
@media screen and (min-width: 768px) {
  .audit-national-projects__card__date:not(:first-child)::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__card__date:not(:first-child)::before {
    height: 18px;
    left: -10px;
  }
}
.audit-national-projects__card__date {
  color: #161333;
}
.audit-national-projects__card__date::before {
  background: #161333;
}
.audit-national-projects__card__heading {
  margin-top: 12px;
  font-weight: 470;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.46px;
}
@media screen and (min-width: 768px) {
  .audit-national-projects__card__heading {
    margin-top: 24px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 1024px) {
  .audit-national-projects__card__heading {
    max-width: 710px;
  }
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__card__heading {
    transition: color 200ms linear;
    max-width: none;
    cursor: pointer;
  }
}
.audit-national-projects__card__file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .audit-national-projects__card__file {
    gap: 32px;
    justify-content: left;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__card__file {
    margin-top: 40px;
    cursor: pointer;
  }
}
.audit-national-projects__card__file-size, .audit-national-projects__card__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .audit-national-projects__card__file-size, .audit-national-projects__card__file-link {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.audit-national-projects__card__file-size {
  color: #161333;
  display: flex;
  gap: 10px;
}
.bulletins-card__file:hover .audit-national-projects__card__file-size {
  color: var(--color-bright-blue) !important;
}
.audit-national-projects__card__file-link {
  display: flex;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__card__file-link {
    gap: 8px;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .audit-national-projects__card__file-link:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.audit-national-projects__card__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .audit-national-projects__card__file-icon {
    width: 20px;
    height: 20px;
  }
}

.civil-service {
  background: var(--color-white);
}
.civil-service__prime {
  position: relative;
  padding: 64px 0 48px;
}
@media screen and (min-width: 768px) {
  .civil-service__prime {
    padding: 80px 0;
  }
}
body[data-page=civil-service] .civil-service__prime {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .civil-service__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .civil-service__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.civil-service__title {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 1024px) {
  .civil-service__title {
    letter-spacing: -1.2px;
    line-height: 64px;
    font-weight: 350;
    font-size: 60px;
  }
}
.civil-service__description {
  max-width: 889px;
  margin-top: 24px;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 1024px) {
  .civil-service__description {
    margin-top: 40px;
    letter-spacing: -0.44px;
    line-height: 28px;
    font-size: 22px;
  }
}
.civil-service__picture {
  position: relative;
  overflow: hidden;
}
.civil-service__picture::before {
  content: " ";
  display: block;
  padding-top: 58.3333333333%;
}
@media screen and (min-width: 1024px) {
  .civil-service__picture::before {
    padding-top: 58.4375%;
  }
}
body[data-page=civil-service] .civil-service__picture {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.civil-service__content {
  padding: 48px 0 80px;
}
@media screen and (min-width: 1024px) {
  .civil-service__content {
    padding: 120px 0 120px;
  }
}
body[data-page=civil-service] .civil-service__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service__content .activity__links {
  gap: 31px;
}
@media screen and (min-width: 1024px) {
  .civil-service__content .activity__links {
    gap: 63px;
  }
}
.civil-service__content .activity__links:first-child {
  margin-top: 0;
}
.civil-service__content .activity__link-box {
  margin-top: 1px;
  margin-right: -1px;
}
@media screen and (min-width: 1024px) {
  .civil-service__content .activity__link-box {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service__content .activity__link-text {
    font-size: 22px;
    letter-spacing: -0.22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service__content .activity__link-text {
    letter-spacing: -0.44px;
    line-height: 50px;
    font-size: 44px;
  }
}
.civil-service__content .activity__link-icon {
  width: 15px;
}
@media screen and (min-width: 1024px) {
  .civil-service__content .activity__link-icon {
    width: 22px;
    height: 18px;
  }
}

.civil-service-personnel-reserve {
  background: var(--color-white);
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .civil-service-personnel-reserve {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-personnel-reserve {
    padding-bottom: 120px;
  }
}
.civil-service-personnel-reserve__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .civil-service-personnel-reserve__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-personnel-reserve__prime {
    padding: 24px 0 100px;
  }
}
body[data-page=civil-service-personnel-reserve] .civil-service-personnel-reserve__prime {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-personnel-reserve__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-personnel-reserve__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-personnel-reserve__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .civil-service-personnel-reserve__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.civil-service-personnel-reserve__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background-color: var(--color-light-gray);
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear, color 200ms linear;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-personnel-reserve__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-personnel-reserve__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-personnel-reserve__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.civil-service-personnel-reserve__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-personnel-reserve__button-box {
    width: 20px;
    height: 20px;
  }
}
.civil-service-personnel-reserve__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: currentColor;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-personnel-reserve__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
  }
}
.civil-service-personnel-reserve__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: currentColor;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-personnel-reserve__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-personnel-reserve__button-icon {
    width: 14px;
    height: 12px;
  }
}
.civil-service-personnel-reserve__title {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 30px;
  font-weight: 300;
  font-size: 26px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-personnel-reserve__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-personnel-reserve__title {
    line-height: 64px;
    font-size: 60px;
    letter-spacing: -1.7px;
  }
}
.civil-service-personnel-reserve__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-personnel-reserve__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-personnel-reserve__description {
    max-width: 696px;
  }
}
.civil-service-personnel-reserve__description a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
body[data-page=civil-service-personnel-reserve] .civil-service-personnel-reserve__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.civil-service-acts {
  background: var(--color-white);
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .civil-service-acts {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-acts {
    padding-bottom: 120px;
  }
}
.civil-service-acts__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .civil-service-acts__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-acts__prime {
    padding: 24px 0 100px;
  }
}
body[data-page=civil-service-acts] .civil-service-acts__prime {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-acts__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-acts__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-acts__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .civil-service-acts__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.civil-service-acts__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background-color: var(--color-light-gray);
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear, color 200ms linear;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-acts__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-acts__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-acts__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.civil-service-acts__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-acts__button-box {
    width: 20px;
    height: 20px;
  }
}
.civil-service-acts__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: currentColor;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-acts__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
  }
}
.civil-service-acts__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: currentColor;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-acts__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-acts__button-icon {
    width: 14px;
    height: 12px;
  }
}
.civil-service-acts__title {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-acts__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-acts__title {
    line-height: 64px;
    font-size: 60px;
    letter-spacing: -1.7px;
  }
}
.civil-service-acts__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-acts__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-acts__description {
    max-width: 696px;
  }
}
.civil-service-acts__description a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
body[data-page=civil-service-acts] .civil-service-acts__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-acts__accordion:last-child .civil-service-acts__accordion-block {
  margin-bottom: 0;
}
.civil-service-acts__accordion-block {
  margin-top: 31px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .civil-service-acts__accordion-block {
    margin-top: 39px;
    margin-bottom: 41px;
  }
}
.civil-service-acts__accordions {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .civil-service-acts__accordions {
    gap: 39px;
  }
}
.civil-service-acts__accordions .accordion__button {
  padding-right: 34px;
}
@media screen and (min-width: 768px) {
  .civil-service-acts__accordions .accordion__button {
    letter-spacing: -0.37px;
  }
}
.civil-service-acts__accordions .accordion__files:first-child {
  margin-top: 0;
}
.civil-service-acts__accordions .accordion__icon {
  top: 20px;
}
@media screen and (min-width: 768px) {
  .civil-service-acts__accordions .accordion__icon {
    top: 30px;
  }
}

.civil-service-procedure {
  background: var(--color-white);
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-procedure {
    padding-bottom: 120px;
  }
}
.civil-service-procedure__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__prime {
    padding: 24px 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-procedure__prime {
    padding: 24px 0 100px;
  }
}
body[data-page=civil-service-procedure] .civil-service-procedure__prime {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-procedure__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-procedure__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .civil-service-procedure__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.civil-service-procedure__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background-color: var(--color-light-gray);
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear, color 200ms linear;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-procedure__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-procedure__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.civil-service-procedure__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__button-box {
    width: 20px;
    height: 20px;
  }
}
.civil-service-procedure__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: currentColor;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
  }
}
.civil-service-procedure__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: currentColor;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-procedure__button-icon {
    width: 14px;
    height: 12px;
  }
}
.civil-service-procedure__title {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-procedure__title {
    line-height: 64px;
    font-size: 60px;
    letter-spacing: -1.7px;
  }
}
.civil-service-procedure__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-procedure__description {
    max-width: 696px;
  }
}
.civil-service-procedure__description a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
body[data-page=civil-service-procedure] .civil-service-procedure__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-procedure__accordion:last-child .civil-service-procedure__accordion-block {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__accordion:last-child .civil-service-procedure__accordion-block {
    margin-bottom: 80px;
  }
}
.civil-service-procedure__accordion-block {
  margin-top: 24px;
  margin-bottom: 56px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__accordion-block {
    margin-top: 63px;
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
.civil-service-procedure__accordions {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__accordions {
    gap: 39px;
  }
}
.civil-service-procedure__accordions .accordion__content {
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__accordions .accordion__content {
    margin-left: 0;
    margin-right: 0;
  }
}
.civil-service-procedure__accordions .accordion__button {
  padding-right: 34px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__accordions .accordion__button {
    letter-spacing: -0.37px;
  }
}
.civil-service-procedure__accordions .accordion__files:first-child {
  margin-top: 0;
}
.civil-service-procedure__accordions .accordion__icon {
  top: 20px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__accordions .accordion__icon {
    top: 30px;
  }
}
.civil-service-procedure__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1280px) {
  .civil-service-procedure__box {
    flex-direction: row;
  }
}
@media screen and (min-width: 1600px) {
  .civil-service-procedure__box {
    gap: 146px;
  }
}
.civil-service-procedure__col {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-procedure__col:first-child {
    width: calc(100% - 808px);
    padding-right: calc(100% - 1438px);
  }
}
@media screen and (min-width: 1600px) {
  .civil-service-procedure__col:first-child {
    width: calc(50% - 139px);
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col:first-child p {
    line-height: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-procedure__col:last-child {
    width: 760px;
  }
}
@media screen and (min-width: 1600px) {
  .civil-service-procedure__col:last-child {
    width: calc(50% - 7px);
  }
}
.civil-service-procedure__col:last-child p {
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col:last-child p {
    line-height: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-procedure__col:last-child > *:not(.civil-service-procedure__table) {
    max-width: 630px;
  }
}
.civil-service-procedure__col p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col p {
    letter-spacing: -0.36px;
  }
}
.civil-service-procedure__col p:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col p:not(:first-child) {
    margin-top: 12px;
  }
}
.civil-service-procedure__col p a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
.civil-service-procedure__col ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col ol {
    letter-spacing: -0.36px;
    gap: 12px;
  }
}
.civil-service-procedure__col ol:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col ol:not(:first-child) {
    margin-top: 24px;
  }
}
.civil-service-procedure__col ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col ol li {
    padding-left: 27px;
  }
}
.civil-service-procedure__col ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-bright-blue);
}
.civil-service-procedure__col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col ul {
    gap: 12px;
  }
}
.civil-service-procedure__col ul:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col ul:not(:first-child) {
    margin-top: 24px;
  }
}
.civil-service-procedure__col ul li {
  flex: 0 0 auto;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col ul li {
    padding-left: 14px;
  }
}
.civil-service-procedure__col ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-bright-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col ul li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.civil-service-procedure__col table {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col table {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-procedure__col table {
    max-width: 100%;
  }
}
.civil-service-procedure__col table thead th {
  background-color: var(--color-blue-sky);
  font-weight: 400;
  text-align: left;
  height: 1px;
  padding: 4px 0;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col table thead th {
    padding: 16px 0;
  }
}
.civil-service-procedure__col table thead th > div {
  padding: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
.civil-service-procedure__col table thead th:first-child > div {
  padding-left: 16px;
}
.civil-service-procedure__col table tbody tr:first-child td {
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__col table tbody tr:first-child td {
    padding-top: 16px;
  }
}
.civil-service-procedure__col table tbody td {
  height: 1px;
  padding: 0;
  vertical-align: top;
  border-bottom: 1px solid var(--color-dark-blue-16);
}
.civil-service-procedure__col table tbody td > div {
  border-left: 1px solid var(--color-dark-blue-16);
  padding: 12px 12px 11px;
  height: 100%;
}
.civil-service-procedure__col table tbody td.tf > div {
  border-left: 0;
  padding-left: 16px;
}
.civil-service-procedure__table {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 24px;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__table {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-procedure__table {
    max-width: 100%;
  }
}
.civil-service-procedure__table:first-child {
  margin-top: 0;
}
.civil-service-procedure__table-scroll {
  width: fit-content;
}
.civil-service-procedure__table th:nth-child(1) > div {
  width: 132px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__table th:nth-child(1) > div {
    width: 178px;
  }
}
.civil-service-procedure__table th:nth-child(2) > div {
  width: 224px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__table th:nth-child(2) > div {
    width: 260px;
  }
}
.civil-service-procedure__table th:nth-child(3) > div {
  min-width: 270px;
  border-left: 1px solid var(--color-dark-blue-16);
}
.civil-service-procedure__heading {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  margin: 48px 0 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
    margin: 64px 0 24px;
  }
}
.civil-service-procedure__heading:first-child {
  margin-top: 0;
}
.civil-service-procedure__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__sources {
    margin-top: 64px;
    margin-bottom: 40px;
  }
}
.civil-service-procedure__sources:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__sources + .civil-service-procedure__heading {
    margin-top: 40px;
  }
}
.civil-service-procedure__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--color-blue-light);
  color: var(--color-dark-blue);
  transition: color 0.2s linear;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__source {
    gap: 64px;
    padding: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-procedure__source:hover {
    color: var(--color-bright-blue);
  }
}
.civil-service-procedure__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: currentColor;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__source-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
    gap: 12px;
  }
}
.civil-service-procedure__source-text-description {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: var(--color-dark-blue-40);
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__source-text-description {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.civil-service-procedure__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__source-box {
    width: 20px;
    height: 20px;
  }
}
.civil-service-procedure__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: currentColor;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .civil-service-procedure__source-icon {
    width: 14px;
    height: 12px;
  }
}

.civil-service-contest-list {
  background: var(--color-white);
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list {
    padding-bottom: 100px;
  }
}
.civil-service-contest-list__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__prime {
    padding: 24px 0 64px;
  }
}
.civil-service-contest-list__prime:first-child:nth-last-child(1) {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .civil-service-contest-list__prime:first-child:nth-last-child(1) {
    padding-bottom: 20px;
  }
}
body[data-page=civil-service-contest-list] .civil-service-contest-list__prime {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-contest-list__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .civil-service-contest-list__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.civil-service-contest-list__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background-color: var(--color-light-gray);
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear, color 200ms linear;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.civil-service-contest-list__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__button-box {
    width: 20px;
    height: 20px;
  }
}
.civil-service-contest-list__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: currentColor;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
  }
}
.civil-service-contest-list__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: currentColor;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-contest-list__button-icon {
    width: 14px;
    height: 12px;
  }
}
.civil-service-contest-list__title {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-contest-list__title {
    line-height: 64px;
    font-size: 60px;
    letter-spacing: -1.7px;
  }
}
.civil-service-contest-list__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-contest-list__description {
    max-width: 696px;
  }
}
.civil-service-contest-list__description a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
body[data-page=civil-service-contest-list] .civil-service-contest-list__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-contest-list__caption {
  font-family: "Trola";
  letter-spacing: -0.22px;
  line-height: 28px;
  font-weight: 400;
  font-size: 22px;
  color: var(--color-dark-blue);
  margin: 80px 0 31px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__caption {
    letter-spacing: -0.44px;
    line-height: 50px;
    font-size: 44px;
    margin: 100px 0 40px;
  }
}
.civil-service-contest-list__accordions {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__accordions {
    gap: 39px;
  }
}
.civil-service-contest-list__accordions:last-child {
  margin-bottom: 0;
}
.civil-service-contest-list__accordions .accordion__content {
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__accordions .accordion__content {
    margin-left: 0;
    margin-right: 0;
  }
}
.civil-service-contest-list__accordions .accordion__button {
  padding-right: 34px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__accordions .accordion__button {
    letter-spacing: -0.37px;
  }
}
.civil-service-contest-list__accordions .accordion__files:first-child {
  margin-top: 0;
}
.civil-service-contest-list__accordions .accordion__icon {
  top: 20px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__accordions .accordion__icon {
    top: 30px;
  }
}
.civil-service-contest-list__accordion:last-child .civil-service-contest-list__accordion-block {
  margin-bottom: 0;
}
.civil-service-contest-list__accordion-block {
  margin-top: 31px;
  margin-bottom: 25px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  align-items: start;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__accordion-block {
    margin-top: 39px;
    margin-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
    gap: 64px;
  }
}
.civil-service-contest-list__accordion--announcements .civil-service-contest-list__accordion-block {
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__accordion--announcements .civil-service-contest-list__accordion-block {
    gap: 64px;
  }
}
.civil-service-contest-list__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__box {
    flex-direction: row;
  }
}
@media screen and (min-width: 1600px) {
  .civil-service-contest-list__box {
    gap: 146px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__box:first-child {
    padding-top: 24px;
  }
}
.civil-service-contest-list__col {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__col:first-child {
    width: calc(100% - 808px);
    padding-right: calc(100% - 1438px);
  }
}
@media screen and (min-width: 1600px) {
  .civil-service-contest-list__col:first-child {
    width: calc(50% - 139px);
    padding-right: 0;
  }
}
.civil-service-contest-list__col:first-child p {
  margin-bottom: 8px;
  font-weight: 520;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col:first-child p {
    letter-spacing: -0.18px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__col:last-child {
    width: 760px;
  }
}
@media screen and (min-width: 1600px) {
  .civil-service-contest-list__col:last-child {
    width: calc(50% - 7px);
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__col:last-child > *:not(.civil-service-contest-list__table) {
    max-width: 630px;
  }
}
.civil-service-contest-list__col p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col p {
    letter-spacing: -0.36px;
  }
}
.civil-service-contest-list__col p:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col p:not(:first-child) {
    margin-top: 12px;
  }
}
.civil-service-contest-list__col p b {
  font-weight: 520;
}
.civil-service-contest-list__col p a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
.civil-service-contest-list__col ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col ol {
    letter-spacing: -0.36px;
    gap: 12px;
  }
}
.civil-service-contest-list__col ol:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col ol:not(:first-child) {
    margin-top: 24px;
  }
}
.civil-service-contest-list__col ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col ol li {
    padding-left: 27px;
  }
}
.civil-service-contest-list__col ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-bright-blue);
}
.civil-service-contest-list__col ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col ul {
    gap: 12px;
  }
}
.civil-service-contest-list__col ul:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col ul:not(:first-child) {
    margin-top: 24px;
  }
}
.civil-service-contest-list__col ul li {
  flex: 0 0 auto;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col ul li {
    padding-left: 14px;
  }
}
.civil-service-contest-list__col ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-bright-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col ul li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.civil-service-contest-list__col table {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: -0.3px;
  table-layout: fixed;
  min-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col table {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__col table {
    max-width: 100%;
  }
}
.civil-service-contest-list__col table thead th {
  background-color: var(--color-blue-sky);
  font-weight: 400;
  text-align: left;
  height: 1px;
  padding: 4px 0 0;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col table thead th {
    padding: 12px 0;
  }
}
.civil-service-contest-list__col table thead th > div {
  padding: 12px 12px 12px 0;
  height: 100%;
  width: 100%;
}
.civil-service-contest-list__col table thead th:first-child > div {
  padding-left: 16px;
}
.civil-service-contest-list__col table thead th:last-child > div {
  padding-right: 27px;
}
.civil-service-contest-list__col table tfoot tr:last-child td {
  padding-bottom: 0;
}
.civil-service-contest-list__col table tfoot tr:last-child td div {
  padding-bottom: 0;
}
.civil-service-contest-list__col table tfoot td {
  font-weight: 400;
  text-align: left;
  height: 1px;
  color: var(--color-dark-blue-40);
  padding: 4px 0;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col table tfoot td {
    padding: 12px 0;
  }
}
.civil-service-contest-list__col table tfoot td > div {
  padding: 12px 12px 12px 0;
  height: 100%;
  width: 100%;
}
.civil-service-contest-list__col table tfoot td > div span {
  display: block;
  padding-left: 15px;
  position: relative;
}
.civil-service-contest-list__col table tfoot td > div span:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 1px;
}
.civil-service-contest-list__col table tfoot td:first-child > div {
  padding-left: 16px;
}
.civil-service-contest-list__col table tfoot td:last-child > div {
  padding-right: 27px;
}
.civil-service-contest-list__col table tbody tr:first-child td {
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col table tbody tr:first-child td {
    padding-top: 12px;
  }
}
.civil-service-contest-list__col table tbody td {
  height: 1px;
  padding: 0;
  vertical-align: top;
}
.civil-service-contest-list__col table tbody td:first-child > div {
  padding-left: 16px;
}
.civil-service-contest-list__col table tbody td:first-child > div:after {
  left: 16px;
}
.civil-service-contest-list__col table tbody td:last-child > div {
  padding-right: 27px;
}
.civil-service-contest-list__col table tbody td:last-child > div:after {
  right: 16px;
}
.civil-service-contest-list__col table tbody td > div {
  padding: 12px 12px 12px 0;
  height: 100%;
  width: 100%;
  position: relative;
}
.civil-service-contest-list__col table tbody td > div:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--color-dark-blue-16);
  right: 0;
}
.civil-service-contest-list__col table tbody td > div span {
  display: block;
  color: var(--color-dark-blue-40);
}
.civil-service-contest-list__table {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__table {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__table {
    max-width: 100%;
  }
}
.civil-service-contest-list__table:first-child {
  margin-top: 0;
}
.civil-service-contest-list__table-scroll {
  width: fit-content;
}
.civil-service-contest-list__text {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__text {
    margin: 0 0 40px;
  }
}
.civil-service-contest-list__text:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__text .civil-service-contest-list__sources {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__accordion--announcements .civil-service-contest-list__text {
    margin: 0 0 24px;
  }
}
.civil-service-contest-list__text-notice {
  color: var(--color-dark-blue-40);
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__text-notice {
    margin-top: 17px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__text-notice p:not(:first-child) {
    margin-top: 9px;
  }
}
.civil-service-contest-list__heading {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  margin: 24px 0 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
    margin: 40px 0 24px;
  }
}
.civil-service-contest-list__heading:first-child {
  margin-top: 0;
}
.civil-service-contest-list__heading:first-child:nth-last-child(1) {
  margin-bottom: 0;
}
.civil-service-contest-list__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__sources {
    margin-top: 40px;
    gap: 16px;
  }
}
.civil-service-contest-list__sources:first-child {
  margin-top: 0;
}
.civil-service-contest-list__sources:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__sources + .civil-service-contest-list__heading {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__col .civil-service-contest-list__sources {
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__accordion--results .civil-service-contest-list__text + .civil-service-contest-list__text .civil-service-contest-list__sources {
    margin-top: 64px;
  }
}
.civil-service-contest-list__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--color-blue-light);
  color: var(--color-dark-blue);
  transition: color 0.2s linear;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__source {
    gap: 64px;
    padding: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__source:hover {
    color: var(--color-bright-blue);
  }
}
.civil-service-contest-list__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: currentColor;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__source-text {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
    gap: 12px;
  }
}
.civil-service-contest-list__source-text-description {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: var(--color-dark-blue-40);
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__source-text-description {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.civil-service-contest-list__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__source-box {
    width: 20px;
    height: 20px;
  }
}
.civil-service-contest-list__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: currentColor;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__source-icon {
    width: 14px;
    height: 12px;
  }
}
.civil-service-contest-list__file {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
  background: var(--color-blue-light);
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__file {
    gap: 34px;
    padding: 32px;
    cursor: pointer;
  }
}
.civil-service-contest-list__file-name {
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: currentColor;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__file-name {
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
.civil-service-contest-list__file-options {
  display: flex;
  justify-content: space-between;
}
.civil-service-contest-list__file-info, .civil-service-contest-list__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__file-info, .civil-service-contest-list__file-link {
    letter-spacing: 0.3px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
  }
}
.civil-service-contest-list__file-info {
  display: flex;
  gap: 8px;
  color: currentColor;
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__file-info {
    gap: 10px;
  }
}
.civil-service-contest-list__file-data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__file-data {
    gap: 8px;
  }
}
.civil-service-contest-list__file-date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__file-date {
    padding-left: 11px;
  }
}
.civil-service-contest-list__file-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: currentColor;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-list__file-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__file-date::before {
    height: 18px;
  }
}
.civil-service-contest-list__file-link {
  display: flex;
  gap: 6px;
  color: var(--color-bright-blue);
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__file-link {
    gap: 8px;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .civil-service-contest-list__file:hover .civil-service-contest-list__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.civil-service-contest-list__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: var(--color-bright-blue);
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-list__file-icon {
    width: 20px;
    height: 20px;
  }
}

.civil-service-contest-detail {
  background: var(--color-white);
  padding-bottom: 49px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail {
    padding-bottom: 100px;
  }
}
.civil-service-contest-detail + .civil-service-contest-detail {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail + .civil-service-contest-detail {
    padding-bottom: 120px;
  }
}
.civil-service-contest-detail .cp-page-menu__list {
  gap: 13px;
}
.civil-service-contest-detail .cp-page-menu__item-link-text {
  padding-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-detail .cp-page-menu__item-link-text {
    padding-bottom: 18px;
  }
}
.civil-service-contest-detail .cp-page-menu.stuck .cp-page-menu__list {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.civil-service-contest-detail__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__prime {
    padding: 14px 0 64px;
  }
}
body[data-page=civil-service-contest-detail] .civil-service-contest-detail__prime {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-contest-detail__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-detail__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .civil-service-contest-detail__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.civil-service-contest-detail__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background-color: var(--color-blue-sky);
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear, color 200ms linear;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-detail__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-detail__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.civil-service-contest-detail__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__button-box {
    width: 20px;
    height: 20px;
  }
}
.civil-service-contest-detail__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: currentColor;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 520;
  }
}
.civil-service-contest-detail__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: currentColor;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-contest-detail__button-icon {
    width: 14px;
    height: 12px;
  }
}
.civil-service-contest-detail__title {
  max-width: 1310px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__title {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.44px;
  }
}
.civil-service-contest-detail__head {
  padding: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__head {
    padding: 36px 0 0;
    gap: 24px;
  }
}
.civil-service-contest-detail__head-content {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__head-content {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    flex-direction: row;
    gap: 10px;
  }
}
.civil-service-contest-detail__head-caption {
  color: var(--color-bright-blue);
}
.civil-service-contest-detail__head-date {
  color: var(--color-dark-blue);
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__head-date {
    padding-left: 9px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__head-date:before {
    content: "";
    height: 18px;
    width: 2px;
    background-color: currentColor;
    position: absolute;
    top: 2px;
    left: 0;
  }
}
.civil-service-contest-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__tags {
    gap: 9px;
  }
}
.civil-service-contest-detail__tags-elem {
  flex: 0 0 auto;
  padding: 4px 12px;
  border-radius: 20px;
  background: var(--color-blue-sky);
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__tags-elem {
    padding: 8px 14px;
    letter-spacing: 0.26px;
    line-height: 18px;
    font-size: 13px;
  }
}
body[data-page=civil-service-contest-detail] .civil-service-contest-detail__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-contest-detail__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-detail__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.civil-service-contest-detail__boxes {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__boxes {
    gap: 64px;
  }
}
.civil-service-contest-detail__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-detail__box {
    max-width: 630px;
  }
}
.civil-service-contest-detail__heading {
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 470;
  font-size: 18px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__heading {
    line-height: 30px;
    font-size: 22px;
    letter-spacing: -0.44px;
  }
}
.civil-service-contest-detail__holder {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__holder {
    gap: 40px;
  }
}
.civil-service-contest-detail__article-part {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__article-part {
    gap: 16px;
  }
}
.civil-service-contest-detail__sub-heading {
  font-weight: 520 !important;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__sub-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__sub-heading {
    letter-spacing: -0.2px;
  }
}
.civil-service-contest-detail__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.civil-service-contest-detail__text * {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.civil-service-contest-detail__text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__text ul {
    gap: 12px;
  }
}
.civil-service-contest-detail__text ul:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__text ul:not(:first-child) {
    margin-top: 24px;
  }
}
.civil-service-contest-detail__text ul:not(:last-child) {
  margin-bottom: 24px;
}
.civil-service-contest-detail__text ul li {
  flex: 0 0 auto;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__text ul li {
    padding-left: 14px;
  }
}
.civil-service-contest-detail__text ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-bright-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__text ul li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.civil-service-contest-detail__text p:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__text p:not(:first-child) {
    margin-top: 12px;
  }
}
.civil-service-contest-detail__table {
  border-bottom: 1px solid var(--color-dark-blue-16);
  border-top: 1px solid var(--color-dark-blue-16);
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 12px;
  padding: 32px 0 30px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__table {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__table {
    gap: 16px;
    padding: 40px 0 38px;
    margin-bottom: 56px;
  }
}
.civil-service-contest-detail__table-row {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__table-row {
    gap: 16px;
    grid-template-columns: 178px 1fr;
  }
}
.civil-service-contest-detail__table-col:first-child {
  color: var(--color-dark-blue-40);
}
.civil-service-contest-detail__contacts {
  background-color: var(--color-blue-light);
  margin: 0 -16px;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__contacts {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-contest-detail__contacts {
    margin: 0 -65px;
    padding: 40px 65px;
  }
}
.civil-service-contest-detail__contacts-wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__contacts-wrap {
    gap: 40px;
  }
}
.civil-service-contest-detail__contacts .civil-service-contest-detail__heading {
  margin-bottom: 16px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__contacts .civil-service-contest-detail__heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__contacts .civil-service-contest-detail__heading {
    margin-bottom: 24px;
  }
}
.civil-service-contest-detail__contacts-text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__contacts-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.civil-service-contest-detail__contacts-text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
}
.civil-service-contest-detail__contacts-rows {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__contacts-rows {
    gap: 24px;
  }
}
.civil-service-contest-detail__contacts-row {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 2px;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .civil-service-contest-detail__contacts-row {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.civil-service-contest-detail__contacts-row-caption {
  color: var(--color-dark-blue-40);
}
.civil-service-contest-detail__contacts-row-text {
  color: var(--color-dark-blue);
}
.civil-service-contest-detail__contacts-row-text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
}

.civil-service-vacancies-list {
  background: var(--color-white);
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-list {
    padding-bottom: 120px;
  }
}
.civil-service-vacancies-list__prime {
  position: relative;
  padding: 32px 0 48px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__prime {
    padding: 24px 0 64px;
  }
}
.civil-service-vacancies-list__prime:first-child:nth-last-child(1) {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .civil-service-vacancies-list__prime:first-child:nth-last-child(1) {
    padding-bottom: 20px;
  }
}
body[data-page=civil-service-vacancies-list] .civil-service-vacancies-list__prime {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-vacancies-list__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-list__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .civil-service-vacancies-list__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.civil-service-vacancies-list__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background-color: var(--color-light-gray);
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear, color 200ms linear;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-list__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-list__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.civil-service-vacancies-list__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__button-box {
    width: 20px;
    height: 20px;
  }
}
.civil-service-vacancies-list__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: currentColor;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
  }
}
.civil-service-vacancies-list__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: currentColor;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-vacancies-list__button-icon {
    width: 14px;
    height: 12px;
  }
}
.civil-service-vacancies-list__title {
  font-family: "Trola";
  letter-spacing: -0.3px;
  line-height: 32px;
  font-weight: 400;
  font-size: 30px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__title {
    line-height: 50px;
    font-size: 44px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-vacancies-list__title {
    line-height: 64px;
    font-size: 60px;
    letter-spacing: -1.7px;
  }
}
.civil-service-vacancies-list__description {
  margin-top: 32px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__description {
    margin-top: 40px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-vacancies-list__description {
    max-width: 696px;
  }
}
.civil-service-vacancies-list__description a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 7.5%;
}
.civil-service-vacancies-list__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__content {
    gap: 80px;
    padding-top: 16px;
  }
}
body[data-page=civil-service-vacancies-list] .civil-service-vacancies-list__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-vacancies-list__empty {
  padding: 33px 0 0;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__empty {
    padding: 160px 0;
    min-height: 480px;
  }
}
.civil-service-vacancies-list__empty-text {
  max-width: 820px;
  margin: 0 auto;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__empty-text {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__empty-text {
    text-align: center;
  }
}
.civil-service-vacancies-list__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__list {
    gap: 80px;
  }
}
.civil-service-vacancies-list__card {
  padding-top: 23px;
  border-top: 1px solid rgba(22, 19, 51, 0.16);
  color: var(--color-dark-blue);
  display: block;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__card {
    border-width: 1.5px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-vacancies-list__card {
    padding-left: 259px;
  }
}
.civil-service-vacancies-list__card-status {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__card-status {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
.civil-service-vacancies-list__card-heading {
  margin-top: 12px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 470;
  font-size: 18px;
  color: var(--color-dark-blue);
  display: inline-block;
  vertical-align: top;
  transition: color 200ms linear;
  max-width: 820px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__card-heading {
    letter-spacing: -0.56px;
    line-height: 34px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-list__card-heading:hover {
    color: var(--color-bright-blue);
  }
}
.civil-service-vacancies-list__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__card-tags {
    gap: 8px;
    margin-top: 39px;
  }
}
.civil-service-vacancies-list__card-tag {
  flex: 0 0 auto;
  padding: 4px 12px;
  border-radius: 20px;
  background: var(--color-blue-sky);
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__card-tag {
    padding: 8px 14px;
    letter-spacing: 0.26px;
    line-height: 18px;
    font-size: 13px;
  }
}
.civil-service-vacancies-list__more {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: var(--color-blue-sky);
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: var(--color-dark-blue);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-list__more {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
    transition: background-color 200ms linear, color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-list__more:hover {
    background: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}

.civil-service-vacancies-detail {
  background: var(--color-white);
  padding-bottom: 49px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail {
    padding-bottom: 100px;
  }
}
.civil-service-vacancies-detail + .civil-service-vacancies-detail {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail + .civil-service-vacancies-detail {
    padding-bottom: 120px;
  }
}
.civil-service-vacancies-detail .cp-page-menu__list {
  gap: 13px;
}
.civil-service-vacancies-detail .cp-page-menu__item-link-text {
  padding-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-detail .cp-page-menu__item-link-text {
    padding-bottom: 18px;
  }
}
.civil-service-vacancies-detail .cp-page-menu.stuck .cp-page-menu__list {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.civil-service-vacancies-detail__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__prime {
    padding: 14px 0 64px;
  }
}
body[data-page=civil-service-vacancies-detail] .civil-service-vacancies-detail__prime {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-vacancies-detail__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-detail__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .civil-service-vacancies-detail__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.civil-service-vacancies-detail__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background-color: var(--color-blue-sky);
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear, color 200ms linear;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-detail__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-detail__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.civil-service-vacancies-detail__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__button-box {
    width: 20px;
    height: 20px;
  }
}
.civil-service-vacancies-detail__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: currentColor;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 520;
  }
}
.civil-service-vacancies-detail__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: currentColor;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .civil-service-vacancies-detail__button-icon {
    width: 14px;
    height: 12px;
  }
}
.civil-service-vacancies-detail__title {
  max-width: 1350px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__title {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.44px;
  }
}
.civil-service-vacancies-detail__head {
  padding: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__head {
    padding: 36px 0 0;
    gap: 24px;
  }
}
.civil-service-vacancies-detail__head-content {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__head-content {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    flex-direction: row;
    gap: 10px;
  }
}
.civil-service-vacancies-detail__head-caption {
  color: var(--color-bright-blue);
}
.civil-service-vacancies-detail__head-date {
  color: var(--color-dark-blue);
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__head-date {
    padding-left: 9px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__head-date:before {
    content: "";
    height: 18px;
    width: 2px;
    background-color: currentColor;
    position: absolute;
    top: 2px;
    left: 0;
  }
}
.civil-service-vacancies-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__tags {
    gap: 9px;
  }
}
.civil-service-vacancies-detail__tags-elem {
  flex: 0 0 auto;
  padding: 4px 12px;
  border-radius: 20px;
  background: var(--color-blue-sky);
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__tags-elem {
    padding: 8px 14px;
    letter-spacing: 0.26px;
    line-height: 18px;
    font-size: 13px;
  }
}
body[data-page=civil-service-vacancies-detail] .civil-service-vacancies-detail__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civil-service-vacancies-detail__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-detail__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.civil-service-vacancies-detail__boxes {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__boxes {
    gap: 64px;
  }
}
.civil-service-vacancies-detail__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-detail__box {
    max-width: 630px;
  }
}
.civil-service-vacancies-detail__heading {
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 470;
  font-size: 18px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__heading {
    line-height: 30px;
    font-size: 22px;
    letter-spacing: -0.44px;
  }
}
.civil-service-vacancies-detail__holder {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__holder {
    gap: 40px;
  }
}
.civil-service-vacancies-detail__article-part {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__article-part {
    gap: 16px;
  }
}
.civil-service-vacancies-detail__sub-heading {
  font-weight: 520 !important;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__sub-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__sub-heading {
    letter-spacing: -0.2px;
  }
}
.civil-service-vacancies-detail__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.civil-service-vacancies-detail__text * {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.civil-service-vacancies-detail__text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__text ul {
    gap: 12px;
  }
}
.civil-service-vacancies-detail__text ul:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__text ul:not(:first-child) {
    margin-top: 24px;
  }
}
.civil-service-vacancies-detail__text ul:not(:last-child) {
  margin-bottom: 24px;
}
.civil-service-vacancies-detail__text ul li {
  flex: 0 0 auto;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__text ul li {
    padding-left: 14px;
  }
}
.civil-service-vacancies-detail__text ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-bright-blue);
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__text ul li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.civil-service-vacancies-detail__text p:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__text p:not(:first-child) {
    margin-top: 12px;
  }
}
.civil-service-vacancies-detail__table {
  border-bottom: 1px solid var(--color-dark-blue-16);
  border-top: 1px solid var(--color-dark-blue-16);
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 12px;
  padding: 32px 0 30px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__table {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__table {
    gap: 16px;
    padding: 40px 0 38px;
    margin-bottom: 56px;
  }
}
.civil-service-vacancies-detail__table-row {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__table-row {
    gap: 16px;
    grid-template-columns: 178px 1fr;
  }
}
.civil-service-vacancies-detail__table-col:first-child {
  color: var(--color-dark-blue-40);
}
.civil-service-vacancies-detail__contacts {
  background-color: var(--color-blue-light);
  margin: 0 -16px;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__contacts {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .civil-service-vacancies-detail__contacts {
    margin: 0 -65px;
    padding: 40px 65px;
  }
}
.civil-service-vacancies-detail__contacts-wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__contacts-wrap {
    gap: 40px;
  }
}
.civil-service-vacancies-detail__contacts .civil-service-vacancies-detail__heading {
  margin-bottom: 16px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__contacts .civil-service-vacancies-detail__heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__contacts .civil-service-vacancies-detail__heading {
    margin-bottom: 24px;
  }
}
.civil-service-vacancies-detail__contacts-text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__contacts-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.civil-service-vacancies-detail__contacts-text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
}
.civil-service-vacancies-detail__contacts-rows {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__contacts-rows {
    gap: 24px;
  }
}
.civil-service-vacancies-detail__contacts-row {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 2px;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .civil-service-vacancies-detail__contacts-row {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.civil-service-vacancies-detail__contacts-row-caption {
  color: var(--color-dark-blue-40);
}
.civil-service-vacancies-detail__contacts-row-text {
  color: var(--color-dark-blue);
}
.civil-service-vacancies-detail__contacts-row-text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
}

.cp-page-cap {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
.cp-page-cap.--white {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cp-page-cap {
    padding: 24px 0 80px;
  }
}
.cp-page-cap.--no-button {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap.--no-button {
    padding-top: 80px;
  }
}
.cp-page-cap__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .cp-page-cap__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.cp-page-cap__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-cap__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover {
    background: var(--color-bright-blue);
  }
}
.cp-page-cap__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.cp-page-cap__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.cp-page-cap__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    margin-top: 40px;
  }
}
.cp-page-cap__link {
  max-width: 889px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link {
    margin-top: 40px;
    justify-content: left;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.cp-page-cap__link-text {
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.63px;
  height: 8.63px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-icon {
    width: 8.63px;
    height: 8.63px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-icon {
    fill: var(--color-blue-sky);
  }
}

.cp-page-menu {
  max-height: max-content;
  top: 68px;
  position: sticky;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu {
    top: 140px;
    width: 307px;
    min-width: 307px;
  }
}
.cp-page-menu__list {
  background: #FDFCFF;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__list {
    padding: 0;
    align-items: start;
  }
}
.cp-page-menu__item-link {
  display: block;
  color: rgb(22, 19, 51);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cp-page-menu__item-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-menu__item-link {
    max-width: 630px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link {
    display: block;
    color: rgba(22, 19, 51, 0.4);
    max-width: unset;
  }
}
.cp-page-menu__item-link-text {
  border-bottom: 1.5px solid rgba(22, 19, 51, 0.16);
  padding-bottom: 12px;
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link-text {
    padding-bottom: 16px;
  }
}
.cp-page-menu__item-link-progress {
  display: none;
  position: relative;
  top: -1.5px;
  width: 0;
  border-bottom: 1.5px solid #161333;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link:hover .cp-page-menu__item-link-text {
    color: var(--color-dark-blue);
  }
}
.cp-page-menu__item-link.active {
  display: block;
  color: rgb(22, 19, 51);
}
.cp-page-menu__item-link.active .cp-page-menu__item-link-progress {
  display: block;
}
.cp-page-menu__cover {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  margin: 0 -32px;
}
.cp-page-menu__divider {
  border-bottom: 1px solid #F3F2F5;
  margin: 0 -16px;
  display: none;
}
@media screen and (min-width: 768px) {
  .cp-page-menu__divider {
    margin: 0 -24px;
  }
}

.cp-page-menu.stuck {
  gap: 0;
}
.cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-left: -24px;
    margin-right: -32px;
    padding-left: 24px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-right: -24px;
  }
}
@media (min-width: 1280px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.cp-page-menu.stuck .cp-page-menu__item-link.active {
  display: block;
}
.cp-page-menu.stuck .cp-page-menu__item-link {
  display: none;
}
.cp-page-menu.stuck .cp-page-menu__list {
  padding-bottom: 16px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck .cp-page-menu__list {
    padding-bottom: 40px;
    padding-top: 54px;
  }
}
.cp-page-menu.stuck .cp-page-menu__divider {
  display: block;
}

.cp-page-menu.stuck.stuck-opened {
  position: fixed;
  width: 100%;
  left: 0;
  gap: 16px;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__item-link {
  display: block;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__cover {
  display: block;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__list {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck.stuck-opened .cp-page-menu__list {
    padding-bottom: 40px;
    padding-top: 54px;
  }
}

.kso-interaction {
  background: var(--color-white);
}
.kso-interaction__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .kso-interaction__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .kso-interaction__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.kso-interaction__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.kso-interaction__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .kso-interaction__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction__boxes {
    gap: 120px;
    align-items: start;
  }
}
.kso-interaction__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .kso-interaction__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction__box {
    max-width: 630px;
  }
}
.kso-interaction__box-wrapper {
  background: #E8F6FF;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
}
.kso-interaction__box-wrapper .kso-interaction__heading {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .kso-interaction__box-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .kso-interaction__box-wrapper.kso-interaction__box {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction__box-wrapper {
    max-width: 758px;
    margin-left: -64px;
    margin-right: -64px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.kso-interaction__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kso-interaction__heading {
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .kso-interaction__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .kso-interaction__heading {
    padding-top: 24px;
    padding-bottom: 40px;
    max-width: 630px;
  }
}
.kso-interaction__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.kso-interaction__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kso-interaction__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.kso-interaction__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction__text p + p {
    margin-top: 14px;
  }
}
.kso-interaction__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction__text ol {
    gap: 13px;
  }
}
.kso-interaction__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction__text ol li {
    padding-left: 27px;
  }
}
.kso-interaction__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.kso-interaction__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction__text ol li ul {
    margin-top: 12px;
  }
}
.kso-interaction__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.kso-interaction__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .kso-interaction__text > ul li {
    padding-left: 14px;
  }
}
.kso-interaction__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .kso-interaction__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.kso-interaction__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.kso-interaction__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1.5px solid var(--color-dark-blue);
}
.kso-interaction__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--color-dark-blue-16);
}
.kso-interaction__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kso-interaction__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .kso-interaction__source {
    gap: 64px;
    padding: 32px;
  }
}
.kso-interaction__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction__source-text-container {
    gap: 12px;
  }
}
.kso-interaction__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .kso-interaction__source-text {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
.kso-interaction__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .kso-interaction__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.kso-interaction__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .kso-interaction__source-box {
    width: 20px;
    height: 20px;
  }
}
.kso-interaction__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: var(--color-dark-blue);
  stroke: none;
}
@media screen and (min-width: 768px) {
  .kso-interaction__source-icon {
    width: 14px;
    height: 12px;
  }
}
.kso-interaction__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.kso-interaction__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction__files {
    gap: 16px;
  }
}
.kso-interaction__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .kso-interaction__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction__files .file__options {
    width: 100%;
  }
}

.cp-page-cap {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
.cp-page-cap.--white {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cp-page-cap {
    padding: 24px 0 80px;
  }
}
.cp-page-cap.--no-button {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap.--no-button {
    padding-top: 80px;
  }
}
.cp-page-cap__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .cp-page-cap__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.cp-page-cap__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-cap__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover {
    background: var(--color-bright-blue);
  }
}
.cp-page-cap__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.cp-page-cap__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.cp-page-cap__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    margin-top: 40px;
  }
}
.cp-page-cap__link {
  max-width: 889px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link {
    margin-top: 40px;
    justify-content: left;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.cp-page-cap__link-text {
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.63px;
  height: 8.63px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-icon {
    width: 8.63px;
    height: 8.63px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-icon {
    fill: var(--color-blue-sky);
  }
}

.cp-page-menu {
  max-height: max-content;
  top: 68px;
  position: sticky;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu {
    top: 140px;
    width: 307px;
    min-width: 307px;
  }
}
.cp-page-menu__list {
  background: #FDFCFF;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__list {
    padding: 0;
    align-items: start;
  }
}
.cp-page-menu__item-link {
  display: block;
  color: rgb(22, 19, 51);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cp-page-menu__item-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-menu__item-link {
    max-width: 630px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link {
    display: block;
    color: rgba(22, 19, 51, 0.4);
    max-width: unset;
  }
}
.cp-page-menu__item-link-text {
  border-bottom: 1.5px solid rgba(22, 19, 51, 0.16);
  padding-bottom: 12px;
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link-text {
    padding-bottom: 16px;
  }
}
.cp-page-menu__item-link-progress {
  display: none;
  position: relative;
  top: -1.5px;
  width: 0;
  border-bottom: 1.5px solid #161333;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link:hover .cp-page-menu__item-link-text {
    color: var(--color-dark-blue);
  }
}
.cp-page-menu__item-link.active {
  display: block;
  color: rgb(22, 19, 51);
}
.cp-page-menu__item-link.active .cp-page-menu__item-link-progress {
  display: block;
}
.cp-page-menu__cover {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  margin: 0 -32px;
}
.cp-page-menu__divider {
  border-bottom: 1px solid #F3F2F5;
  margin: 0 -16px;
  display: none;
}
@media screen and (min-width: 768px) {
  .cp-page-menu__divider {
    margin: 0 -24px;
  }
}

.cp-page-menu.stuck {
  gap: 0;
}
.cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-left: -24px;
    margin-right: -32px;
    padding-left: 24px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-right: -24px;
  }
}
@media (min-width: 1280px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.cp-page-menu.stuck .cp-page-menu__item-link.active {
  display: block;
}
.cp-page-menu.stuck .cp-page-menu__item-link {
  display: none;
}
.cp-page-menu.stuck .cp-page-menu__list {
  padding-bottom: 16px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck .cp-page-menu__list {
    padding-bottom: 40px;
    padding-top: 54px;
  }
}
.cp-page-menu.stuck .cp-page-menu__divider {
  display: block;
}

.cp-page-menu.stuck.stuck-opened {
  position: fixed;
  width: 100%;
  left: 0;
  gap: 16px;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__item-link {
  display: block;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__cover {
  display: block;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__list {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck.stuck-opened .cp-page-menu__list {
    padding-bottom: 40px;
    padding-top: 54px;
  }
}

.kso-interaction-commission {
  background: var(--color-white);
}
.kso-interaction-commission__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-commission__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-commission__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .kso-interaction-commission__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.kso-interaction-commission__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-commission__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.kso-interaction-commission__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-commission__boxes {
    gap: 120px;
    align-items: start;
  }
}
.kso-interaction-commission__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-commission__box {
    max-width: 630px;
  }
}
.kso-interaction-commission__box-wrapper {
  background: #E8F6FF;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
}
.kso-interaction-commission__box-wrapper .kso-interaction-commission__heading {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__box-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .kso-interaction-commission__box-wrapper.kso-interaction-commission__box {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-commission__box-wrapper {
    max-width: 758px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.kso-interaction-commission__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kso-interaction-commission__heading {
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__heading {
    padding-top: 24px;
    padding-bottom: 40px;
    max-width: 630px;
  }
}
.kso-interaction-commission__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.kso-interaction-commission__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kso-interaction-commission__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.kso-interaction-commission__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__text p + p {
    margin-top: 14px;
  }
}
.kso-interaction-commission__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-commission__text ol {
    gap: 13px;
  }
}
.kso-interaction-commission__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-commission__text ol li {
    padding-left: 27px;
  }
}
.kso-interaction-commission__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.kso-interaction-commission__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-commission__text ol li ul {
    margin-top: 12px;
  }
}
.kso-interaction-commission__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-commission__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.kso-interaction-commission__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__text > ul li {
    padding-left: 14px;
  }
}
.kso-interaction-commission__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.kso-interaction-commission__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.kso-interaction-commission__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1.5px solid var(--color-dark-blue);
}
.kso-interaction-commission__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--color-dark-blue-16);
}
.kso-interaction-commission__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kso-interaction-commission__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__source {
    gap: 64px;
    padding: 32px;
  }
}
.kso-interaction-commission__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__source-text-container {
    gap: 12px;
  }
}
.kso-interaction-commission__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__source-text {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
.kso-interaction-commission__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.kso-interaction-commission__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__source-box {
    width: 20px;
    height: 20px;
  }
}
.kso-interaction-commission__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: var(--color-dark-blue);
  stroke: none;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__source-icon {
    width: 14px;
    height: 12px;
  }
}
.kso-interaction-commission__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.kso-interaction-commission__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__files {
    gap: 16px;
  }
}
.kso-interaction-commission__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-commission__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-commission__files .file__options {
    width: 100%;
  }
}
.kso-interaction-commission__files .file__date::before {
  content: none;
}
.kso-interaction-commission__file-parts {
  background: var(--color-blue-light);
}
.kso-interaction-commission__file-parts > :nth-last-child(n+2)::after {
  content: "";
  display: block;
  margin: 0 16px;
  height: 1px;
  background: #e0e0e0;
}
@media screen and (min-width: 768px) {
  .kso-interaction-commission__file-parts > :nth-last-child(n+2)::after {
    margin: 0 32px;
  }
}

.cp-page-cap {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
.cp-page-cap.--white {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cp-page-cap {
    padding: 24px 0 80px;
  }
}
.cp-page-cap.--no-button {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap.--no-button {
    padding-top: 80px;
  }
}
.cp-page-cap__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .cp-page-cap__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.cp-page-cap__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-cap__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover {
    background: var(--color-bright-blue);
  }
}
.cp-page-cap__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.cp-page-cap__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.cp-page-cap__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    margin-top: 40px;
  }
}
.cp-page-cap__link {
  max-width: 889px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link {
    margin-top: 40px;
    justify-content: left;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.cp-page-cap__link-text {
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.63px;
  height: 8.63px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-icon {
    width: 8.63px;
    height: 8.63px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-icon {
    fill: var(--color-blue-sky);
  }
}

.kso-interaction-requirements {
  background: var(--color-white);
}
.kso-interaction-requirements__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-requirements__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-requirements__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-requirements__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .kso-interaction-requirements__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.kso-interaction-requirements__file .file__date::before {
  content: none;
}
.kso-interaction-requirements__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-requirements__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-requirements__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.kso-interaction-requirements__layout-left-side {
  display: none;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-requirements__layout-left-side {
    display: block;
    width: 307px;
  }
}
.kso-interaction-requirements__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .kso-interaction-requirements__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-requirements__boxes {
    gap: 120px;
    align-items: start;
  }
}
.kso-interaction-requirements__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .kso-interaction-requirements__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-requirements__box {
    max-width: 630px;
  }
}
.kso-interaction-requirements__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kso-interaction-requirements__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kso-interaction-requirements__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-requirements__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.kso-interaction-requirements__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-requirements__text p + p {
    margin-top: 14px;
  }
}
.kso-interaction-requirements__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-requirements__text ol {
    gap: 13px;
  }
}
.kso-interaction-requirements__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-requirements__text ol li {
    padding-left: 27px;
  }
}
.kso-interaction-requirements__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.kso-interaction-requirements__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-requirements__text ol li ul {
    margin-top: 12px;
  }
}
.kso-interaction-requirements__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-requirements__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.kso-interaction-requirements__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-requirements__text > ul li {
    padding-left: 14px;
  }
}
.kso-interaction-requirements__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .kso-interaction-requirements__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.kso-interaction-requirements__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.kso-interaction-requirements__text-sub-heading {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-requirements__text-sub-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
}

.cp-page-cap {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
.cp-page-cap.--white {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cp-page-cap {
    padding: 24px 0 80px;
  }
}
.cp-page-cap.--no-button {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap.--no-button {
    padding-top: 80px;
  }
}
.cp-page-cap__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .cp-page-cap__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.cp-page-cap__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-cap__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover {
    background: var(--color-bright-blue);
  }
}
.cp-page-cap__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.cp-page-cap__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.cp-page-cap__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    margin-top: 40px;
  }
}
.cp-page-cap__link {
  max-width: 889px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link {
    margin-top: 40px;
    justify-content: left;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.cp-page-cap__link-text {
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.63px;
  height: 8.63px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-icon {
    width: 8.63px;
    height: 8.63px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-icon {
    fill: var(--color-blue-sky);
  }
}

.kso-interaction-agreement {
  background: var(--color-white);
}
.kso-interaction-agreement__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-agreement__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .kso-interaction-agreement__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.kso-interaction-agreement__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.kso-interaction-agreement__layout-left-side {
  display: none;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__layout-left-side {
    display: block;
    width: 307px;
  }
}
.kso-interaction-agreement__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__boxes {
    gap: 120px;
    align-items: start;
  }
}
.kso-interaction-agreement__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-agreement__box {
    max-width: 630px;
  }
}
.kso-interaction-agreement__box-wrapper {
  background: #E8F6FF;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
}
.kso-interaction-agreement__box-wrapper .kso-interaction-agreement__heading {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__box-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .kso-interaction-agreement__box-wrapper.kso-interaction-agreement__box {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-agreement__box-wrapper {
    max-width: 758px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.kso-interaction-agreement__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kso-interaction-agreement__holder-air {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__holder-air {
    gap: 80px;
  }
}
.kso-interaction-agreement__heading {
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__heading {
    padding-top: 24px;
    padding-bottom: 40px;
    max-width: 630px;
  }
}
.kso-interaction-agreement__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.kso-interaction-agreement__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kso-interaction-agreement__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.kso-interaction-agreement__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__text p + p {
    margin-top: 14px;
  }
}
.kso-interaction-agreement__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__text ol {
    gap: 13px;
  }
}
.kso-interaction-agreement__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__text ol li {
    padding-left: 27px;
  }
}
.kso-interaction-agreement__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.kso-interaction-agreement__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__text ol li ul {
    margin-top: 12px;
  }
}
.kso-interaction-agreement__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.kso-interaction-agreement__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__text > ul li {
    padding-left: 14px;
  }
}
.kso-interaction-agreement__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.kso-interaction-agreement__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.kso-interaction-agreement__text-sub-heading {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__text-sub-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
}
.kso-interaction-agreement__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1.5px solid var(--color-dark-blue);
}
.kso-interaction-agreement__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--color-dark-blue-16);
}
.kso-interaction-agreement__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kso-interaction-agreement__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__source {
    gap: 64px;
    padding: 32px;
  }
}
.kso-interaction-agreement__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__source-text-container {
    gap: 12px;
  }
}
.kso-interaction-agreement__source-text {
  flex: 1 1 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__source-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__source:hover .kso-interaction-agreement__source-text {
    color: var(--color-bright-blue);
  }
}
.kso-interaction-agreement__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.kso-interaction-agreement__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__source-box {
    width: 20px;
    height: 20px;
  }
}
.kso-interaction-agreement__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.33px;
  height: 6.67px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__source-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__source:hover .kso-interaction-agreement__source-icon {
    fill: var(--color-bright-blue);
  }
}
.kso-interaction-agreement__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.kso-interaction-agreement__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__files {
    gap: 16px;
  }
}
.kso-interaction-agreement__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-agreement__files .file__options {
    width: 100%;
  }
}
.kso-interaction-agreement__files .file__date::before {
  content: none;
}
.kso-interaction-agreement__file-parts {
  background: var(--color-blue-light);
}
.kso-interaction-agreement__file-parts > :nth-last-child(n+2)::after {
  content: "";
  display: block;
  margin: 0 16px;
  height: 1px;
  background: #e0e0e0;
}
@media screen and (min-width: 768px) {
  .kso-interaction-agreement__file-parts > :nth-last-child(n+2)::after {
    margin: 0 32px;
  }
}

.cp-page-cap {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
.cp-page-cap.--white {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cp-page-cap {
    padding: 24px 0 80px;
  }
}
.cp-page-cap.--no-button {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap.--no-button {
    padding-top: 80px;
  }
}
.cp-page-cap__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .cp-page-cap__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.cp-page-cap__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-cap__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover {
    background: var(--color-bright-blue);
  }
}
.cp-page-cap__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.cp-page-cap__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.cp-page-cap__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    margin-top: 40px;
  }
}
.cp-page-cap__link {
  max-width: 889px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link {
    margin-top: 40px;
    justify-content: left;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.cp-page-cap__link-text {
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.63px;
  height: 8.63px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-icon {
    width: 8.63px;
    height: 8.63px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-icon {
    fill: var(--color-blue-sky);
  }
}

.kso-interaction-joint-events {
  background: var(--color-white);
}
.kso-interaction-joint-events__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-joint-events__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .kso-interaction-joint-events__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.kso-interaction-joint-events__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.kso-interaction-joint-events__layout-left-side {
  display: none;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__layout-left-side {
    display: block;
    width: 307px;
  }
}
.kso-interaction-joint-events__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__boxes {
    gap: 120px;
    align-items: start;
  }
}
.kso-interaction-joint-events__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-joint-events__box {
    max-width: 630px;
  }
}
.kso-interaction-joint-events__box-wrapper {
  background: #E8F6FF;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
}
.kso-interaction-joint-events__box-wrapper .kso-interaction-joint-events__heading {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__box-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .kso-interaction-joint-events__box-wrapper.kso-interaction-joint-events__box {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-joint-events__box-wrapper {
    max-width: 758px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.kso-interaction-joint-events__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kso-interaction-joint-events__holder-air {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__holder-air {
    gap: 80px;
  }
}
.kso-interaction-joint-events__heading {
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__heading {
    padding-top: 24px;
    padding-bottom: 40px;
    max-width: 630px;
  }
}
.kso-interaction-joint-events__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.kso-interaction-joint-events__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kso-interaction-joint-events__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.kso-interaction-joint-events__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__text p + p {
    margin-top: 14px;
  }
}
.kso-interaction-joint-events__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__text ol {
    gap: 13px;
  }
}
.kso-interaction-joint-events__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__text ol li {
    padding-left: 27px;
  }
}
.kso-interaction-joint-events__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.kso-interaction-joint-events__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__text ol li ul {
    margin-top: 12px;
  }
}
.kso-interaction-joint-events__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.kso-interaction-joint-events__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__text > ul li {
    padding-left: 14px;
  }
}
.kso-interaction-joint-events__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.kso-interaction-joint-events__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.kso-interaction-joint-events__text-sub-heading {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__text-sub-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
}
.kso-interaction-joint-events__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1.5px solid var(--color-dark-blue);
}
.kso-interaction-joint-events__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--color-dark-blue-16);
}
.kso-interaction-joint-events__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kso-interaction-joint-events__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__source {
    gap: 64px;
    padding: 32px;
  }
}
.kso-interaction-joint-events__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__source-text-container {
    gap: 12px;
  }
}
.kso-interaction-joint-events__source-text {
  flex: 1 1 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__source-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__source:hover .kso-interaction-joint-events__source-text {
    color: var(--color-bright-blue);
  }
}
.kso-interaction-joint-events__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.kso-interaction-joint-events__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__source-box {
    width: 20px;
    height: 20px;
  }
}
.kso-interaction-joint-events__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.33px;
  height: 6.67px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__source-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__source:hover .kso-interaction-joint-events__source-icon {
    fill: var(--color-bright-blue);
  }
}
.kso-interaction-joint-events__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.kso-interaction-joint-events__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__files {
    gap: 16px;
  }
}
.kso-interaction-joint-events__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-joint-events__files .file__options {
    width: 100%;
  }
}
.kso-interaction-joint-events__files .file__date::before {
  content: none;
}
.kso-interaction-joint-events__file-parts {
  background: var(--color-blue-light);
}
.kso-interaction-joint-events__file-parts > :nth-last-child(n+2)::after {
  content: "";
  display: block;
  margin: 0 16px;
  height: 1px;
  background: #e0e0e0;
}
@media screen and (min-width: 768px) {
  .kso-interaction-joint-events__file-parts > :nth-last-child(n+2)::after {
    margin: 0 32px;
  }
}

.cp-page-cap {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
.cp-page-cap.--white {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cp-page-cap {
    padding: 24px 0 80px;
  }
}
.cp-page-cap.--no-button {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap.--no-button {
    padding-top: 80px;
  }
}
.cp-page-cap__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .cp-page-cap__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.cp-page-cap__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-cap__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover {
    background: var(--color-bright-blue);
  }
}
.cp-page-cap__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.cp-page-cap__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.cp-page-cap__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    margin-top: 40px;
  }
}
.cp-page-cap__link {
  max-width: 889px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link {
    margin-top: 40px;
    justify-content: left;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.cp-page-cap__link-text {
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.63px;
  height: 8.63px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-icon {
    width: 8.63px;
    height: 8.63px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-icon {
    fill: var(--color-blue-sky);
  }
}

.cp-page-menu {
  max-height: max-content;
  top: 68px;
  position: sticky;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu {
    top: 140px;
    width: 307px;
    min-width: 307px;
  }
}
.cp-page-menu__list {
  background: #FDFCFF;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__list {
    padding: 0;
    align-items: start;
  }
}
.cp-page-menu__item-link {
  display: block;
  color: rgb(22, 19, 51);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cp-page-menu__item-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-menu__item-link {
    max-width: 630px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link {
    display: block;
    color: rgba(22, 19, 51, 0.4);
    max-width: unset;
  }
}
.cp-page-menu__item-link-text {
  border-bottom: 1.5px solid rgba(22, 19, 51, 0.16);
  padding-bottom: 12px;
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link-text {
    padding-bottom: 16px;
  }
}
.cp-page-menu__item-link-progress {
  display: none;
  position: relative;
  top: -1.5px;
  width: 0;
  border-bottom: 1.5px solid #161333;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link:hover .cp-page-menu__item-link-text {
    color: var(--color-dark-blue);
  }
}
.cp-page-menu__item-link.active {
  display: block;
  color: rgb(22, 19, 51);
}
.cp-page-menu__item-link.active .cp-page-menu__item-link-progress {
  display: block;
}
.cp-page-menu__cover {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  margin: 0 -32px;
}
.cp-page-menu__divider {
  border-bottom: 1px solid #F3F2F5;
  margin: 0 -16px;
  display: none;
}
@media screen and (min-width: 768px) {
  .cp-page-menu__divider {
    margin: 0 -24px;
  }
}

.cp-page-menu.stuck {
  gap: 0;
}
.cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-left: -24px;
    margin-right: -32px;
    padding-left: 24px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-right: -24px;
  }
}
@media (min-width: 1280px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.cp-page-menu.stuck .cp-page-menu__item-link.active {
  display: block;
}
.cp-page-menu.stuck .cp-page-menu__item-link {
  display: none;
}
.cp-page-menu.stuck .cp-page-menu__list {
  padding-bottom: 16px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck .cp-page-menu__list {
    padding-bottom: 40px;
    padding-top: 54px;
  }
}
.cp-page-menu.stuck .cp-page-menu__divider {
  display: block;
}

.cp-page-menu.stuck.stuck-opened {
  position: fixed;
  width: 100%;
  left: 0;
  gap: 16px;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__item-link {
  display: block;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__cover {
  display: block;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__list {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck.stuck-opened .cp-page-menu__list {
    padding-bottom: 40px;
    padding-top: 54px;
  }
}

.kso-interaction-council {
  background: var(--color-white);
}
.kso-interaction-council__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-council__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-council__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .kso-interaction-council__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.kso-interaction-council__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-council__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.kso-interaction-council__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-council__boxes {
    gap: 120px;
    align-items: start;
  }
}
.kso-interaction-council__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-council__box {
    max-width: 630px;
  }
}
.kso-interaction-council__box-wrapper {
  background: #E8F6FF;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
}
.kso-interaction-council__box-wrapper .kso-interaction-council__heading {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__box-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .kso-interaction-council__box-wrapper.kso-interaction-council__box {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-council__box-wrapper {
    max-width: 758px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.kso-interaction-council__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kso-interaction-council__holder-air {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__holder-air {
    gap: 80px;
  }
}
.kso-interaction-council__heading {
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__heading {
    padding-top: 24px;
    padding-bottom: 40px;
    max-width: 630px;
  }
}
.kso-interaction-council__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.kso-interaction-council__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kso-interaction-council__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.kso-interaction-council__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__text p + p {
    margin-top: 14px;
  }
}
.kso-interaction-council__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-council__text ol {
    gap: 13px;
  }
}
.kso-interaction-council__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-council__text ol li {
    padding-left: 27px;
  }
}
.kso-interaction-council__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.kso-interaction-council__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-council__text ol li ul {
    margin-top: 12px;
  }
}
.kso-interaction-council__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-council__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.kso-interaction-council__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__text > ul li {
    padding-left: 14px;
  }
}
.kso-interaction-council__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.kso-interaction-council__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.kso-interaction-council__text-sub-heading {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__text-sub-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
}
.kso-interaction-council__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1.5px solid var(--color-dark-blue);
}
.kso-interaction-council__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--color-dark-blue-16);
}
.kso-interaction-council__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kso-interaction-council__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__source {
    gap: 64px;
    padding: 32px;
  }
}
.kso-interaction-council__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__source-text-container {
    gap: 12px;
  }
}
.kso-interaction-council__source-text {
  flex: 1 1 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__source-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-council__source:hover .kso-interaction-council__source-text {
    color: var(--color-bright-blue);
  }
}
.kso-interaction-council__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.kso-interaction-council__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__source-box {
    width: 20px;
    height: 20px;
  }
}
.kso-interaction-council__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.33px;
  height: 6.67px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__source-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-council__source:hover .kso-interaction-council__source-icon {
    fill: var(--color-bright-blue);
  }
}
.kso-interaction-council__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.kso-interaction-council__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__files {
    gap: 16px;
  }
}
.kso-interaction-council__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-council__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-council__files .file__options {
    width: 100%;
  }
}
.kso-interaction-council__files .file__date::before {
  content: none;
}
.kso-interaction-council__file-parts {
  background: var(--color-blue-light);
}
.kso-interaction-council__file-parts > :nth-last-child(n+2)::after {
  content: "";
  display: block;
  margin: 0 16px;
  height: 1px;
  background: #e0e0e0;
}
@media screen and (min-width: 768px) {
  .kso-interaction-council__file-parts > :nth-last-child(n+2)::after {
    margin: 0 32px;
  }
}

.cp-page-cap {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
.cp-page-cap.--white {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cp-page-cap {
    padding: 24px 0 80px;
  }
}
.cp-page-cap.--no-button {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap.--no-button {
    padding-top: 80px;
  }
}
.cp-page-cap__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .cp-page-cap__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.cp-page-cap__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-cap__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover {
    background: var(--color-bright-blue);
  }
}
.cp-page-cap__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.cp-page-cap__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.cp-page-cap__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    margin-top: 40px;
  }
}
.cp-page-cap__link {
  max-width: 889px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link {
    margin-top: 40px;
    justify-content: left;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.cp-page-cap__link-text {
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.63px;
  height: 8.63px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-icon {
    width: 8.63px;
    height: 8.63px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-icon {
    fill: var(--color-blue-sky);
  }
}

.kso-interaction-herald {
  background: var(--color-white);
}
.kso-interaction-herald__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-herald__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .kso-interaction-herald__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.kso-interaction-herald__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.kso-interaction-herald__layout-left-side {
  display: none;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__layout-left-side {
    display: block;
    width: 307px;
  }
}
.kso-interaction-herald__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__boxes {
    gap: 120px;
    align-items: start;
  }
}
.kso-interaction-herald__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-herald__box {
    max-width: 630px;
  }
}
.kso-interaction-herald__box-wrapper {
  background: #E8F6FF;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
}
.kso-interaction-herald__box-wrapper .kso-interaction-herald__heading {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__box-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .kso-interaction-herald__box-wrapper.kso-interaction-herald__box {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-herald__box-wrapper {
    max-width: 758px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.kso-interaction-herald__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kso-interaction-herald__holder-air {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__holder-air {
    gap: 80px;
  }
}
.kso-interaction-herald__heading {
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__heading {
    padding-top: 24px;
    padding-bottom: 40px;
    max-width: 630px;
  }
}
.kso-interaction-herald__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.kso-interaction-herald__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kso-interaction-herald__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.kso-interaction-herald__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__text p + p {
    margin-top: 14px;
  }
}
.kso-interaction-herald__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__text ol {
    gap: 13px;
  }
}
.kso-interaction-herald__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__text ol li {
    padding-left: 27px;
  }
}
.kso-interaction-herald__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.kso-interaction-herald__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__text ol li ul {
    margin-top: 12px;
  }
}
.kso-interaction-herald__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.kso-interaction-herald__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__text > ul li {
    padding-left: 14px;
  }
}
.kso-interaction-herald__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.kso-interaction-herald__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.kso-interaction-herald__text-sub-heading {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__text-sub-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
}
.kso-interaction-herald__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1.5px solid var(--color-dark-blue);
}
.kso-interaction-herald__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--color-dark-blue-16);
}
.kso-interaction-herald__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kso-interaction-herald__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__source {
    gap: 64px;
    padding: 32px;
  }
}
.kso-interaction-herald__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__source-text-container {
    gap: 12px;
  }
}
.kso-interaction-herald__source-text {
  flex: 1 1 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__source-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__source:hover .kso-interaction-herald__source-text {
    color: var(--color-bright-blue);
  }
}
.kso-interaction-herald__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.kso-interaction-herald__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__source-box {
    width: 20px;
    height: 20px;
  }
}
.kso-interaction-herald__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.33px;
  height: 6.67px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__source-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__source:hover .kso-interaction-herald__source-icon {
    fill: var(--color-bright-blue);
  }
}
.kso-interaction-herald__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.kso-interaction-herald__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__files {
    gap: 16px;
  }
}
.kso-interaction-herald__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-herald__files .file__options {
    width: 100%;
  }
}
.kso-interaction-herald__files .file__date::before {
  content: none;
}
.kso-interaction-herald__file-parts {
  background: var(--color-blue-light);
}
.kso-interaction-herald__file-parts > :nth-last-child(n+2)::after {
  content: "";
  display: block;
  margin: 0 16px;
  height: 1px;
  background: #e0e0e0;
}
@media screen and (min-width: 768px) {
  .kso-interaction-herald__file-parts > :nth-last-child(n+2)::after {
    margin: 0 32px;
  }
}

.cp-page-cap {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
.cp-page-cap.--white {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cp-page-cap {
    padding: 24px 0 80px;
  }
}
.cp-page-cap.--no-button {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap.--no-button {
    padding-top: 80px;
  }
}
.cp-page-cap__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .cp-page-cap__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.cp-page-cap__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-cap__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover {
    background: var(--color-bright-blue);
  }
}
.cp-page-cap__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.cp-page-cap__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.cp-page-cap__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    margin-top: 40px;
  }
}
.cp-page-cap__link {
  max-width: 889px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link {
    margin-top: 40px;
    justify-content: left;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.cp-page-cap__link-text {
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.63px;
  height: 8.63px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-icon {
    width: 8.63px;
    height: 8.63px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-icon {
    fill: var(--color-blue-sky);
  }
}

.kso-interaction-portal {
  background: var(--color-white);
}
.kso-interaction-portal__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-portal__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .kso-interaction-portal__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.kso-interaction-portal__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.kso-interaction-portal__layout-left-side {
  display: none;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__layout-left-side {
    display: block;
    width: 307px;
  }
}
.kso-interaction-portal__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__boxes {
    gap: 120px;
    align-items: start;
  }
}
.kso-interaction-portal__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-portal__box {
    max-width: 630px;
  }
}
.kso-interaction-portal__box-wrapper {
  background: #E8F6FF;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
}
.kso-interaction-portal__box-wrapper .kso-interaction-portal__heading {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__box-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .kso-interaction-portal__box-wrapper.kso-interaction-portal__box {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .kso-interaction-portal__box-wrapper {
    max-width: 758px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.kso-interaction-portal__holder {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kso-interaction-portal__holder-air {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__holder-air {
    gap: 80px;
  }
}
.kso-interaction-portal__heading {
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__heading {
    padding-top: 24px;
    padding-bottom: 40px;
    max-width: 630px;
  }
}
.kso-interaction-portal__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.kso-interaction-portal__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.kso-interaction-portal__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.kso-interaction-portal__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__text p + p {
    margin-top: 14px;
  }
}
.kso-interaction-portal__text ol {
  counter-reset: ol;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__text ol {
    gap: 13px;
  }
}
.kso-interaction-portal__text ol li {
  counter-increment: ol;
  flex: 0 0 auto;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__text ol li {
    padding-left: 27px;
  }
}
.kso-interaction-portal__text ol li::before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #3D61F3;
}
.kso-interaction-portal__text ol li ul {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__text ol li ul {
    margin-top: 12px;
  }
}
.kso-interaction-portal__text > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__text > ul {
    margin-top: 16px;
    gap: 12px;
  }
}
.kso-interaction-portal__text > ul li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__text > ul li {
    padding-left: 14px;
  }
}
.kso-interaction-portal__text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3D61F3;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__text > ul li::before {
    width: 6px;
    height: 6px;
  }
}
.kso-interaction-portal__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.kso-interaction-portal__text-sub-heading {
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__text-sub-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
}
.kso-interaction-portal__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1.5px solid var(--color-dark-blue);
}
.kso-interaction-portal__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--color-dark-blue-16);
}
.kso-interaction-portal__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kso-interaction-portal__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__source {
    gap: 64px;
    padding: 32px;
  }
}
.kso-interaction-portal__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__source-text-container {
    gap: 12px;
  }
}
.kso-interaction-portal__source-text {
  flex: 1 1 auto;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__source-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__source:hover .kso-interaction-portal__source-text {
    color: var(--color-bright-blue);
  }
}
.kso-interaction-portal__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.kso-interaction-portal__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__source-box {
    width: 20px;
    height: 20px;
  }
}
.kso-interaction-portal__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.33px;
  height: 6.67px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__source-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__source:hover .kso-interaction-portal__source-icon {
    fill: var(--color-bright-blue);
  }
}
.kso-interaction-portal__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.kso-interaction-portal__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__files {
    gap: 16px;
  }
}
.kso-interaction-portal__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .kso-interaction-portal__files .file__options {
    width: 100%;
  }
}
.kso-interaction-portal__files .file__date::before {
  content: none;
}
.kso-interaction-portal__file-parts {
  background: var(--color-blue-light);
}
.kso-interaction-portal__file-parts > :nth-last-child(n+2)::after {
  content: "";
  display: block;
  margin: 0 16px;
  height: 1px;
  background: #e0e0e0;
}
@media screen and (min-width: 768px) {
  .kso-interaction-portal__file-parts > :nth-last-child(n+2)::after {
    margin: 0 32px;
  }
}

.dropdown {
  width: max-content;
  height: 46px;
  position: relative;
}
.dropdown__select {
  display: flex;
  gap: 12px;
  align-items: center;
  width: max-content;
  padding: 0 20px;
  height: 100%;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms linear;
}
.dropdown:hover .dropdown__select, .dropdown--filled .dropdown__select, .dropdown--active .dropdown__select {
  background-color: var(--color-blue-light);
}
.dropdown--dark:hover .dropdown__select, .dropdown--dark.dropdown--filled .dropdown__select, .dropdown--dark.dropdown--active .dropdown__select {
  background-color: var(--color-blue-sky);
}
.dropdown__placeholder {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
}
.dropdown--dark .dropdown__placeholder {
  color: var(--color-blue-sky);
}
.dropdown--dark:hover .dropdown__placeholder {
  color: var(--color-dark-blue);
}
.dropdown__placeholder .dropdown--dark, .dropdown--filled .dropdown__placeholder, .dropdown--active .dropdown__placeholder {
  color: var(--color-dark-blue) !important;
}
.dropdown__toggler {
  fill: none;
  stroke: var(--color-dark-blue);
  transition: transform 200ms linear;
}
.dropdown--dark:hover .dropdown__toggler {
  stroke: var(--color-dark-blue);
}
.dropdown--dark .dropdown__toggler {
  stroke: var(--color-blue-sky);
}
.dropdown__toggler .dropdown--dark, .dropdown--filled .dropdown__toggler, .dropdown--active .dropdown__toggler {
  stroke: var(--color-dark-blue) !important;
}
.dropdown--active .dropdown__toggler {
  transform: rotate(180deg);
}
.dropdown__overlay {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  background-color: var(--color-blue-light);
  padding: 24px;
  border-radius: 6px;
  z-index: 90;
  min-width: 360px;
}
.dropdown--dark .dropdown__overlay {
  background-color: var(--color-blue-sky);
}
.dropdown--active .dropdown__overlay {
  display: block;
}
.dropdown__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dropdown__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.3;
  text-transform: uppercase;
  cursor: pointer;
}
.dropdown__option--selected {
  color: var(--color-bright-blue);
}
.dropdown__option-remove {
  display: none;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dropdown__option--selected .dropdown__option-remove {
  display: flex;
}
.dropdown__option-remove svg {
  width: 14px;
  height: 14px;
}
.dropdown__option--selected .dropdown__option-remove svg path {
  stroke: var(--color-bright-blue);
}
.dropdown .search-list__option:hover .search-list__option-title {
  color: var(--color-bright-blue);
}
.dropdown .search-list__option {
  align-items: flex-start !important;
}
.dropdown .search-list__option-remove {
  transform: translateY(2px);
}

.dropdown-search {
  width: max-content;
  height: 46px;
  position: relative;
}
.dropdown-search__icon {
  transform: translateY(2px);
}
.dropdown-search--dark .dropdown-search__icon svg path {
  stroke: var(--color-blue-sky);
}
.dropdown-search:hover .dropdown-search__icon svg path {
  stroke: var(--color-dark-blue);
}
.dropdown-search__icon svg path .dropdown-search--dark, .dropdown-search--filled .dropdown-search__icon svg path, .dropdown-search--active .dropdown-search__icon svg path {
  stroke: var(--color-dark-blue) !important;
}
.dropdown-search__select {
  display: flex;
  gap: 8px;
  align-items: center;
  width: max-content;
  padding: 0 20px;
  height: 100%;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms linear;
}
.dropdown-search:hover .dropdown-search__select, .dropdown-search--filled .dropdown-search__select, .dropdown-search--active .dropdown-search__select {
  background-color: var(--color-blue-light);
}
.dropdown-search--dark:hover .dropdown-search__select, .dropdown-search--dark.dropdown-search--filled .dropdown-search__select, .dropdown-search--dark.dropdown-search--active .dropdown-search__select {
  background-color: var(--color-blue-sky);
}
.dropdown-search__placeholder {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
}
.dropdown-search--dark .dropdown-search__placeholder {
  color: var(--color-blue-sky);
}
.dropdown-search--dark:hover .dropdown-search__placeholder {
  color: var(--color-blue-dark);
}
.dropdown-search__placeholder .dropdown-search--dark, .dropdown-search--filled .dropdown-search__placeholder, .dropdown-search--active .dropdown-search__placeholder {
  color: var(--color-dark-blue) !important;
}
.dropdown-search__toggler {
  fill: none;
  stroke: var(--color-dark-blue);
  transition: transform 200ms linear;
}
.dropdown-search--dark .dropdown-search__toggler {
  stroke: var(--color-blue-sky);
}
.dropdown-search__toggler .dropdown-search--dark, .dropdown-search--active .dropdown-search__toggler {
  stroke: var(--color-dark-blue) !important;
}
.dropdown-search--active .dropdown-search__toggler {
  transform: rotate(180deg);
}
.dropdown-search__overlay {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  background-color: var(--color-blue-light);
  padding: 24px 16px;
  border-radius: 6px;
  z-index: 90;
  min-width: 437px;
}
.dropdown-search--dark .dropdown-search__overlay {
  background-color: var(--color-blue-sky);
}
.dropdown-search--active .dropdown-search__overlay {
  display: block;
}
.dropdown-search .search-list__option {
  align-items: flex-start !important;
}
.dropdown-search .search-list__option-remove {
  transform: translateY(2px);
}

.calendar {
  width: max-content;
  height: 46px;
  position: relative;
}
.calendar__select {
  display: flex;
  gap: 8px;
  align-items: center;
  width: max-content;
  padding: 0 20px;
  height: 100%;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms linear;
}
.calendar:hover .calendar__select, .calendar--filled .calendar__select, .calendar--active .calendar__select {
  background-color: var(--color-blue-light);
}
.calendar--dark:hover .calendar__select, .calendar--dark.calendar--filled .calendar__select, .calendar--dark.calendar--active .calendar__select {
  background-color: var(--color-blue-sky);
}
.calendar__placeholder {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
}
.calendar:hover .calendar__placeholder {
  color: var(--color-dark-blue);
}
.calendar--dark:hover .calendar__placeholder {
  color: var(--color-white);
}
.calendar--dark .calendar__placeholder {
  color: var(--color-blue-sky);
}
.calendar--dark:hover .calendar__placeholder {
  color: var(--color-dark-blue);
}
.calendar__placeholder .calendar--dark, .calendar--filled .calendar__placeholder, .calendar--active .calendar__placeholder {
  color: var(--color-dark-blue) !important;
}
.calendar__toggler {
  fill: none;
  stroke: var(--color-dark-blue);
  transition: transform 200ms linear;
}
.calendar:hover .calendar__toggler {
  stroke: var(--color-dark-blue);
}
.calendar--dark:hover .calendar__toggler {
  stroke: var(--color-dark-blue);
}
.calendar--dark .calendar__toggler {
  stroke: var(--color-blue-sky);
}
.calendar__toggler .calendar--dark, .calendar--filled .calendar__toggler, .calendar--active .calendar__toggler {
  stroke: var(--color-dark-blue) !important;
}
.calendar--active .calendar__toggler {
  transform: rotate(180deg);
}
.calendar__overlay {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  background-color: var(--color-blue-light);
  padding: 24px 16px 16px;
  border-radius: 6px;
  z-index: 90;
  min-width: 430px;
}
.calendar--dark .calendar__overlay {
  background-color: var(--color-blue-sky);
}
.calendar--active .calendar__overlay {
  display: block;
}

.calendar-select {
  position: relative;
  max-height: 40px;
}
@media screen and (max-width: 1279px) {
  .calendar-select {
    order: 2;
  }
}
@media screen and (max-width: 1279px) {
  .calendar-select--year {
    margin-left: -28px !important;
  }
}
.calendar-select__select {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .calendar-select__select {
    padding: 12px 16px;
  }
}
.calendar-select--active .calendar-select__select {
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 1280px) {
  .calendar-select--active .calendar-select__select {
    background-color: var(--color-blue-sky);
  }
  .calendar--dark .calendar-select--active .calendar-select__select {
    background-color: var(--color-blue-light);
  }
}
.calendar-select__label {
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: var(--color-dark-blue);
  transition: all 200ms linear;
}
@media screen and (min-width: 1280px) {
  .calendar-select__label {
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
  .calendar-select__select:hover .calendar-select__label {
    color: var(--color-bright-blue);
  }
}
.calendar-select__toggler {
  fill: none;
  stroke: var(--color-dark-blue);
  transition: all 200ms linear;
}
.calendar-select--active .calendar-select__toggler {
  transform: rotate(180deg);
}
@media screen and (min-width: 1280px) {
  .calendar-select__select:hover .calendar-select__toggler {
    stroke: var(--color-bright-blue);
  }
}
.calendar-select__overlay {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  background-color: var(--color-blue-light);
  padding: 16px 8px 16px 16px;
  border-radius: 6px;
  z-index: 90;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .calendar-select__overlay {
    top: calc(100% + 12px);
  }
}
.calendar-select--active .calendar-select__overlay {
  display: block;
}
@media screen and (min-width: 1280px) {
  .calendar-select__overlay {
    background-color: var(--color-blue-sky);
  }
  .calendar--dark .calendar-select__overlay {
    background-color: var(--color-blue-light);
  }
}
.calendar-select__list {
  display: flex;
  flex-direction: column;
  max-height: 45vh;
  overflow-y: auto;
  box-sizing: border-box;
  gap: 12px;
  z-index: 91;
  padding-right: 8px;
}
.calendar-select__list::-webkit-scrollbar {
  width: 1.5px;
}
.calendar-select__list::-webkit-scrollbar-track {
  background-color: transparent;
}
.calendar-select__list::-webkit-scrollbar-thumb {
  background-color: var(--color-dark-blue-16);
}
@media screen and (max-width: 1279px) {
  .calendar-select__list {
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .calendar-select__list {
    max-height: 25vh;
    max-height: 330px;
  }
}
.calendar-select__option {
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  color: var(--color-dark-blue);
  cursor: pointer;
  text-transform: uppercase;
  transition: all 200ms linear;
}
@media screen and (min-width: 1280px) {
  .calendar-select__option {
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
  .calendar-select__option:hover {
    color: var(--color-bright-blue);
  }
}
.calendar-select__option--selected {
  color: var(--color-bright-blue);
}

.calendar__picker--inline .air-datepicker--range-container {
  grid-row-start: 1;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-dark-blue-16);
  margin-bottom: 4px;
}
.calendar__picker--inline .air-datepicker--range-container input {
  background-color: var(--color-light-gray);
}
.calendar__picker--inline .air-datepicker--range-container button {
  display: none;
}
.calendar__picker--inline .air-datepicker--pointer {
  grid-row-start: 2;
}
.calendar__picker--inline .air-datepicker--navigation {
  grid-row-start: 3;
}
.calendar__picker--inline .air-datepicker--content {
  grid-row-start: 4;
}
.calendar__picker--inline .air-datepicker--navigation, .calendar__picker--inline .air-datepicker--content, .calendar__picker--inline .air-datepicker--range-container {
  background-color: var(--color-white);
}
.calendar__picker--inline .air-datepicker-nav {
  border-bottom: 1px solid var(--color-dark-blue-16) !important;
  background-color: var(--color-white);
}
.calendar__picker--inline .air-datepicker--nav--action {
  background-color: var(--color-light-gray) !important;
}
.calendar__picker--inline .air-datepicker-body.-days- {
  background-color: var(--color-white);
}

.air-datepicker-nav {
  border-bottom: none !important;
}

.air-datepicker.-inline- {
  width: 100%;
  border: none;
  background-color: var(--color-white);
}

.air-datepicker {
  --adp-day-cell-height: 55px !important;
}
.air-datepicker--navigation, .air-datepicker--content, .air-datepicker--range-container {
  background-color: var(--color-blue-light);
}
.calendar--dark .air-datepicker--navigation, .calendar--dark .air-datepicker--content, .calendar--dark .air-datepicker--range-container {
  background-color: var(--color-blue-sky);
}
.air-datepicker-nav, .air-datepicker--content {
  padding: 0 !important;
}
.air-datepicker-nav {
  margin-bottom: 6px;
}
@media screen and (max-width: 1279px) {
  .air-datepicker-nav {
    padding: 10px 0 !important;
  }
}

.air-datepicker-body.-days- {
  margin-bottom: 24px;
}

.air-datepicker-body--cells.-days- {
  row-gap: 10px;
}
@media screen and (max-width: 1279px) {
  .air-datepicker-body--cells.-days- {
    grid-auto-rows: auto !important;
  }
}

.air-datepicker-body--day-names {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 1280px) {
  .air-datepicker-body--day-names {
    margin-bottom: 24px !important;
  }
}

.air-datepicker-body--day-name {
  color: var(--color-dark-blue-40) !important;
  font-size: 11px !important;
  font-weight: 500;
  line-height: 16x;
  letter-spacing: 0.22px;
}
@media screen and (min-width: 1280px) {
  .air-datepicker-body--day-name {
    font-size: 15px !important;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}

.air-datepicker-cell.-day-.-other-month- {
  opacity: 0;
  pointer-events: none;
}

.air-datepicker-cell.-day- {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.33px;
  transition: all 200ms linear;
}
@media screen and (max-width: 1279px) {
  .air-datepicker-cell.-day- {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1280px) {
  .air-datepicker-cell.-day- {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}

.air-datepicker-nav--action.-disabled- {
  visibility: visible !important;
}

.air-datepicker-cell.-day-.-disabled- {
  color: var(--color-dark-blue-40) !important;
  pointer-events: none;
}

.air-datepicker-nav--title {
  display: none !important;
}

.air-datepicker-nav--action[data-action=prev] {
  margin-left: auto !important;
}
@media screen and (max-width: 1279px) {
  .air-datepicker-nav--action[data-action=prev] {
    order: 1;
    margin-left: 0 !important;
  }
}

.air-datepicker-nav--action[data-action=next] {
  margin-left: 8px;
}
@media screen and (max-width: 1279px) {
  .air-datepicker-nav--action[data-action=next] {
    order: 4;
  }
}
.air-datepicker-nav--action[data-action=next] svg {
  transform: rotate(180deg);
}
.air-datepicker-nav--action[data-action=next].disabled {
  pointer-events: none;
}
.air-datepicker-nav--action[data-action=next].disabled svg {
  opacity: 0.4;
}

.air-datepicker-nav--action {
  width: 12px !important;
  height: 12px !important;
  padding: 12px !important;
  background-color: var(--color-light-gray) !important;
  transition: all 200ms linear;
}
@media screen and (min-width: 1280px) {
  .air-datepicker-nav--action {
    width: 16px !important;
    height: 16px !important;
    background-color: var(--color-blue-sky) !important;
  }
  .calendar--dark .air-datepicker-nav--action {
    background-color: var(--color-blue-light) !important;
  }
}
.air-datepicker-nav--action svg path {
  stroke: var(--color-dark-blue) !important;
  stroke-width: 1.5px !important;
}
.air-datepicker-nav--action:hover .air-datepicker-nav--action svg path {
  stroke: var(--color-white) !important;
}
.air-datepicker-nav--action:hover {
  background-color: var(--color-bright-blue) !important;
}
.air-datepicker-nav--action:hover svg path {
  stroke: var(--color-blue-sky) !important;
}

.air-datepicker-cell.-day-.-selected- {
  background-color: var(--color-blue-sky) !important;
  color: var(--color-dark-blue) !important;
  border-radius: 4px !important;
}
.calendar--dark .air-datepicker-cell.-day-.-selected- {
  background-color: var(--color-blue-light) !important;
}

.calendar--dark .air-datepicker-cell.-day-.-in-range- {
  background-color: var(--color-blue-light-50) !important;
}

.air-datepicker-cell.-range-to-,
.air-datepicker-cell.-range-from- {
  border: none !important;
}

.air-datepicker-cell.-day-.-focus- {
  background-color: var(--color-blue-sky) !important;
  color: var(--color-dark-blue) !important;
}
.calendar--dark .air-datepicker-cell.-day-.-focus- {
  background-color: var(--color-blue-light) !important;
}

.air-datepicker-cell.-day-.-current- {
  color: var(--color-bright-blue) !important;
}

.air-datepicker--range-container {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
.air-datepicker--range-container .calendar-range-input {
  width: calc(50% - 4px);
  position: relative;
}
.air-datepicker--range-container button.calendar-range-apply {
  transition: all 200ms linear;
}
.air-datepicker--range-container button.calendar-range-apply:not([disabled]):hover {
  background-color: var(--color-bright-blue);
  color: var(--color-blue-sky);
}
.air-datepicker--range-container button.clear-input {
  display: block !important;
  position: absolute !important;
  transform: translateY(-50%);
  top: 50%;
  margin: 0 !important;
  right: 11.5px !important;
  padding: 0 !important;
  width: 16px !important;
  height: 16px !important;
  line-height: 1 !important;
  background-color: transparent !important;
  border: none !important;
}
.air-datepicker--range-container button.clear-input svg {
  width: 10px !important;
  height: 10px !important;
}
.air-datepicker--range-container button.clear-input--hidden {
  display: none !important;
}
.air-datepicker--range-container input {
  border: none;
  outline: none;
  border-radius: 6px;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
}
@media screen and (min-width: 1280px) {
  .air-datepicker--range-container input {
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
    padding: 12px 18px;
  }
}
.air-datepicker--range-container input::placeholder {
  text-transform: uppercase;
}
.air-datepicker--range-container input:focus::placeholder {
  opacity: 0.6;
}
.air-datepicker--range-container button {
  flex: 0 1 100%;
  padding: 12px 18px;
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  border: none;
  outline: none;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: var(--color-blue-sky);
  margin-top: 14px;
}
.air-datepicker--range-container button[disabled] {
  color: var(--color-dark-blue-40);
  cursor: default;
}
.calendar--dark .air-datepicker--range-container button {
  background-color: var(--color-blue-light);
}

.filter-modal {
  position: fixed;
  inset: 0;
  display: none;
  background-color: var(--color-white);
  z-index: 100;
}
.filter-modal--open {
  display: flex;
  flex-direction: column;
}
.filter-modal__header {
  padding: 30px 16px 22px 16px;
  display: flex;
  justify-content: space-between;
  background-color: var(--color-white);
}
.filter-modal__header-back svg {
  transform: rotate(90deg);
}
.filter-modal__header-back--inactive {
  opacity: 0;
  pointer-events: none;
}
.filter-modal__header-close svg {
  width: 12.5px;
  height: 12.5px;
}
.filter-modal__header-close--inactive {
  opacity: 0;
  pointer-events: none;
}
.filter-modal__header-title {
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  max-width: 240px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .filter-modal__header-title {
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.22px;
  }
}
.filter-modal__body {
  height: 100%;
  padding: 22px 16px;
  overflow-y: auto;
  background-color: var(--color-white);
}
.filter-modal__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-modal__options--hidden {
  display: none;
}
.filter-modal__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 6px;
}
.filter-modal__option--selected {
  background-color: var(--color-blue-light);
}
.filter-modal__option-label {
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .filter-modal__option-label {
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.22px;
  }
}
.filter-modal__option-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-modal__option-icon svg {
  transform: rotate(-90deg);
  width: 10px;
}
@media screen and (min-width: 768px) {
  .filter-modal__option-icon svg {
    width: 20px;
    height: 10px;
  }
}
.filter-modal__filters {
  display: none;
}
.filter-modal__filters--active {
  display: block;
  height: 100%;
}
.filter-modal__filters--active > * {
  height: 100%;
}
.filter-modal__footer {
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--color-white);
}
.filter-modal__footer-apply {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-blue-sky);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filter-modal__footer-apply {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .filter-modal__footer-apply:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.filter-modal__footer-apply[disabled] {
  color: var(--color-dark-blue-40);
}
.filter-modal__footer-reset {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filter-modal__footer-reset {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.filter-modal__footer-reset--inactive {
  display: none;
}
.filter-modal .search-list__option:not(:has(.search-list__option-image)) {
  align-items: flex-start !important;
}
.filter-modal .search-list__option:has(.search-list__option-image) .search-list__option-remove {
  transform: translateY(-8px);
}

.options-mobile-btn--active {
  background: var(--color-blue-light) !important;
}

.search-list__input input {
  width: 100%;
  padding: 12px 18px;
  margin-bottom: 24px;
  border: none;
  outline: none;
  border-radius: 6px;
  background-color: var(--color-light-gray);
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
}
@media screen and (min-width: 1280px) {
  .search-list__input input {
    background-color: var(--color-white);
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.search-list__input input::placeholder {
  text-transform: uppercase;
}
.search-list__input input:focus::placeholder {
  opacity: 0.6;
}
.search-list__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
}
@media screen and (min-width: 1280px) {
  .search-list__list {
    max-height: 400px;
  }
}
.search-list__option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .search-list__option {
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.3;
    gap: 16px;
  }
}
.search-list__option-image img {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1280px) {
  .search-list__option-image img {
    width: 48px;
    height: 48px;
  }
}
.search-list__option-title {
  color: var(--color-dark-blue);
  transition: all 200ms linear;
  max-width: 360px;
}
.search-list__option--selected .search-list__option-title {
  color: var(--color-bright-blue) !important;
}
@media screen and (min-width: 1600px) {
  .search-list__option:hover .search-list__option-title {
    color: var(--color-bright-blue);
  }
}
.search-list__option-title .highlight {
  background-color: var(--color-hightlight);
}
.search-list__option-subtitle {
  color: var(--color-dark-blue-40);
  transition: all 200ms linear;
}
.search-list__option--selected .search-list__option-subtitle {
  color: var(--color-bright-blue) !important;
}
@media screen and (min-width: 1600px) {
  .search-list__option:hover .search-list__option-subtitle {
    color: var(--color-bright-blue);
  }
}
.search-list__option-subtitle .highlight {
  background-color: var(--color-hightlight);
}
.search-list__option-remove {
  display: none;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;
}
.search-list__option--selected .search-list__option-remove {
  display: flex;
}
.search-list__option-remove svg {
  width: 14px;
  height: 14px;
}
.search-list__option--selected .search-list__option-remove svg path {
  stroke: var(--color-bright-blue);
  stroke-width: 2;
}

.cp-page-menu {
  max-height: max-content;
  top: 68px;
  position: sticky;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu {
    top: 140px;
    width: 307px;
    min-width: 307px;
  }
}
.cp-page-menu__list {
  background: #FDFCFF;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__list {
    padding: 0;
    align-items: start;
  }
}
.cp-page-menu__item-link {
  display: block;
  color: rgb(22, 19, 51);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cp-page-menu__item-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-menu__item-link {
    max-width: 630px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link {
    display: block;
    color: rgba(22, 19, 51, 0.4);
    max-width: unset;
  }
}
.cp-page-menu__item-link-text {
  border-bottom: 1.5px solid rgba(22, 19, 51, 0.16);
  padding-bottom: 12px;
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link-text {
    padding-bottom: 16px;
  }
}
.cp-page-menu__item-link-progress {
  display: none;
  position: relative;
  top: -1.5px;
  width: 0;
  border-bottom: 1.5px solid #161333;
}
@media screen and (min-width: 1280px) {
  .cp-page-menu__item-link:hover .cp-page-menu__item-link-text {
    color: var(--color-dark-blue);
  }
}
.cp-page-menu__item-link.active {
  display: block;
  color: rgb(22, 19, 51);
}
.cp-page-menu__item-link.active .cp-page-menu__item-link-progress {
  display: block;
}
.cp-page-menu__cover {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  margin: 0 -32px;
}
.cp-page-menu__divider {
  border-bottom: 1px solid #F3F2F5;
  margin: 0 -16px;
  display: none;
}
@media screen and (min-width: 768px) {
  .cp-page-menu__divider {
    margin: 0 -24px;
  }
}

.cp-page-menu.stuck {
  gap: 0;
}
.cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-left: -24px;
    margin-right: -32px;
    padding-left: 24px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-right: -24px;
  }
}
@media (min-width: 1280px) {
  .cp-page-menu.stuck:not(.stuck-opened) .cp-page-menu__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.cp-page-menu.stuck .cp-page-menu__item-link.active {
  display: block;
}
.cp-page-menu.stuck .cp-page-menu__item-link {
  display: none;
}
.cp-page-menu.stuck .cp-page-menu__list {
  padding-bottom: 16px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck .cp-page-menu__list {
    padding-bottom: 40px;
    padding-top: 54px;
  }
}
.cp-page-menu.stuck .cp-page-menu__divider {
  display: block;
}

.cp-page-menu.stuck.stuck-opened {
  position: fixed;
  width: 100%;
  left: 0;
  gap: 16px;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__item-link {
  display: block;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__cover {
  display: block;
}
.cp-page-menu.stuck.stuck-opened .cp-page-menu__list {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .cp-page-menu.stuck.stuck-opened .cp-page-menu__list {
    padding-bottom: 40px;
    padding-top: 54px;
  }
}

.cp-page-cap {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
.cp-page-cap.--white {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .cp-page-cap {
    padding: 24px 0 80px;
  }
}
.cp-page-cap.--no-button {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap.--no-button {
    padding-top: 80px;
  }
}
.cp-page-cap__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .cp-page-cap__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.cp-page-cap__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .cp-page-cap__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover {
    background: var(--color-bright-blue);
  }
}
.cp-page-cap__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__button:hover .cp-page-cap__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.cp-page-cap__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.cp-page-cap__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .cp-page-cap__description {
    margin-top: 40px;
  }
}
.cp-page-cap__link {
  max-width: 889px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link {
    margin-top: 40px;
    justify-content: left;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.cp-page-cap__link-text {
  transition: color 200ms linear;
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-text {
    color: var(--color-blue-sky);
  }
}
.cp-page-cap__link-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-box {
    width: 20px;
    height: 20px;
  }
}
.cp-page-cap__link-icon {
  flex: 0 0 auto;
  display: block;
  width: 8.63px;
  height: 8.63px;
  fill: #161333;
  stroke: none;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .cp-page-cap__link-icon {
    width: 8.63px;
    height: 8.63px;
  }
}
@media screen and (min-width: 1280px) {
  .cp-page-cap__link:hover .cp-page-cap__link-icon {
    fill: var(--color-blue-sky);
  }
}

.search {
  padding: 48px 0 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .search {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .search {
    padding: 64px 0 120px;
  }
}
@media screen and (min-width: 1280px) {
  .search {
    padding: 80px 0 120px;
  }
}
.search .search-tabs {
  margin-top: 24px;
}
.search .news__list {
  gap: 48px;
}
.search .news-card {
  position: relative;
}
.search .news-card > a {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.search .news-card__block {
  max-width: 1277px;
  margin-left: 259px;
}
@media screen and (max-width: 1279px) {
  .search .news-card__block {
    margin-left: 0;
  }
}
.search .news-card__heading, .search .news-card__description {
  margin-top: 12px;
}
.search .news-card__description {
  max-width: 630px;
}
.search .news-card__description a {
  color: var(--color-bright-blue);
  border-bottom: 1px solid var(--color-bright-blue);
  padding-bottom: 2px;
}
.search .news-card__file-options {
  margin-top: 32px;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .search .news-card__file-options {
    margin-top: 40px;
    gap: 32px;
  }
}
.search__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .search__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .search__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .search__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .search__option--mob,
  .search .res-count--mob {
    display: none;
  }
}
@media (max-width: 768px) {
  .search__option--mob .dropdown {
    height: 36px;
  }
  .search__option--mob .dropdown__placeholder {
    font-size: 11px;
    line-height: 16px;
  }
  .search__option--mob .dropdown__select {
    padding-inline: 12px;
  }
  .search__option--mob .dropdown__overlay {
    top: calc(100% + 6px);
    min-width: 190px;
  }
  .search__option--mob .dropdown .search-list__option-remove {
    transform: translateY(0);
  }
}
.search .res-count--mob {
  margin-top: 48px;
  margin-bottom: 16px;
}
.search__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .search__options {
    margin-top: 80px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .search__options .res-count {
    margin-left: auto;
  }
}
.search__options-mobile {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .search__options-mobile {
    margin-top: 80px;
  }
}
.search__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .search__options-mobile {
    display: none;
  }
}
.search__clear-options {
  height: 46px;
}
.search__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
}
.search__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.search__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.search__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
  transition: all 200ms linear;
}
.search__clear-options svg path {
  stroke: var(--color-dark-blue-40);
  transition: all 200ms linear;
}
.search__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .search__content {
    gap: 64px;
    margin-top: 40px;
  }
}
.search__list {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .search__list {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .search__list {
    gap: 80px;
  }
}
.search__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .search__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
  .search__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.search .search__options-mobile {
  margin-top: 16px;
}

.res-count {
  margin-left: auto;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: var(----color-dark-blue);
}
@media (max-width: 768px) {
  .res-count {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.3px;
  }
}

.search-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .search-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -16px;
    padding-right: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .search-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
  .search-tabs::-webkit-scrollbar-thumb, .search-tabs::-webkit-scrollbar-track {
    background: transparent;
  }
}

.search-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-light-gray);
  text-transform: uppercase;
  color: var(--color-dark-blue);
  transition: 0.3s all;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  font-family: "GolosVariations";
  white-space: nowrap;
  min-width: max-content;
}
.search-tab:hover {
  background-color: var(--color-blue-sky-50);
}
.search-tab.active {
  background-color: var(--color-blue-sky);
}
@media screen and (min-width: 768px) {
  .search-tab {
    padding: 11px 16px;
    border-radius: 8px;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}

.slider-item {
  margin-inline: -16px;
  padding: 56px 0 56px 16px;
  background-color: var(--color-blue-light);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .slider-item {
    margin-inline: -24px;
    padding: 80px 0 80px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .slider-item {
    margin-inline: -32px;
    padding: 80px 0 80px 32px;
  }
}
@media screen and (min-width: 1921px) {
  .slider-item {
    margin-inline: auto;
    max-width: 1920px;
    width: 100%;
    padding: 80px 0;
  }
}
.slider-item .prime__nums-swiper-pagination {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: 68px;
}
.slider-item .prime__nums-swiper-pagination span {
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .slider-item .prime__nums-swiper-pagination {
    display: none;
  }
}
.slider-item .swiper {
  margin-left: 259px;
  overflow: visible;
}
@media screen and (max-width: 1279px) {
  .slider-item .swiper {
    margin-left: 0;
  }
}
.slider-item .media__item {
  border-top: none;
  padding-top: 0;
}
.slider-item .media-card__type {
  color: var(--color-bright-blue);
}
.slider-item .media-card__heading, .slider-item .media-card__time, .slider-item .media-card__date {
  color: var(--color-dark-blue);
}
.slider-item .media-card__date, .slider-item .media-card__time {
  padding: 0;
}
.slider-item .media-card__date:before, .slider-item .media-card__time:before {
  background-color: var(--color-dark-blue);
}
.slider-item + .news__item .news-card {
  padding-top: 0;
  border-top: none;
}
.slider-nav {
  display: flex;
  justify-content: space-between;
  padding-right: 16px;
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .slider-nav {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .slider-nav {
    padding-right: 32px;
    margin-top: 64px;
  }
}
.slider-nav .prime__nums-link {
  position: relative;
  left: unset;
  bottom: unset;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .slider-nav .prime__nums-link {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .slider-nav .prime__nums-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 18px;
    border-radius: 6px;
    background: rgb(204, 239, 255);
    text-transform: uppercase;
    letter-spacing: 0.22px;
    line-height: 16px;
    font-weight: 500;
    font-size: 11px;
    color: rgb(22, 19, 51);
    margin-left: auto;
    margin-right: auto;
  }
}
.slider-nav .prime__nums-button {
  background-color: var(--color-blue-sky);
}
.slider-nav .prime__nums-button:hover, .slider-nav .prime__nums-button:active {
  background-color: var(--color-bright-blue);
}
.slider-nav .prime__nums-buttons {
  position: relative;
  top: unset;
  left: unset;
}
@media (max-width: 768px) {
  .slider-nav .prime__nums-buttons {
    display: none;
  }
}

.persons {
  margin-inline: -16px;
  padding: 56px 16px;
  background-color: var(--color-blue-light);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .persons {
    margin-inline: -24px;
    padding: 80px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .persons {
    margin-inline: -32px;
    padding: 80px 32px;
  }
}
@media screen and (min-width: 1921px) {
  .persons {
    margin-inline: auto;
    max-width: 1920px;
    width: 100%;
    padding: 80px 0;
  }
}
.persons .prime__nums-link {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  display: inline-block;
  margin-top: 64px;
  margin-left: 259px;
}
@media (max-width: 1280px) {
  .persons .prime__nums-link {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .persons .prime__nums-link {
    margin-top: 32px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 18px;
    border-radius: 6px;
    background: rgb(204, 239, 255);
    text-transform: uppercase;
    letter-spacing: 0.22px;
    line-height: 16px;
    font-weight: 500;
    font-size: 11px;
    color: rgb(22, 19, 51);
    margin-left: auto;
    margin-right: auto;
  }
}
.persons__inner {
  margin-left: 259px;
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.persons__inner .organization__card-person {
  position: relative;
  gap: 16px;
  width: 100%;
  max-width: calc(50% - 8px);
}
.persons__inner .organization__card-person:hover .organization__card-name {
  color: var(--color-bright-blue);
}
.persons__inner .organization__card-person > a {
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media (max-width: 1280px) {
  .persons__inner {
    row-gap: 16px;
    margin-left: 0;
  }
  .persons__inner .organization__card-person {
    max-width: 100%;
    gap: 8px;
  }
}
.persons + .news__item .news-card {
  padding-top: 0;
  border-top: none;
}

.icon {
  display: block;
  position: absolute;
  opacity: 0;
  top: 8px;
  right: 0;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L16 16M26 26L16 16M16 16L26 6M16 16L6 26' stroke='%23161333' stroke-opacity='0.4' stroke-width='2'/%3E%3C/svg%3E");
  cursor: pointer;
}
.icon.active {
  opacity: 1;
}
@media (max-width: 1280px) {
  .icon {
    width: 20px;
    height: 20px;
    top: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L16 16M26 26L16 16M16 16L26 6M16 16L6 26' stroke='%23161333' stroke-opacity='0.4' stroke-width='2'/%3E%3C/svg%3E");
  }
}

.activity__source--download {
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .activity__source--download:hover .activity__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.activity__source-link {
  position: absolute;
  inset: 0;
}
.activity__file-options {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .activity__file-options {
    margin-top: 24px;
  }
}
.activity__file-info, .activity__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .activity__file-info, .activity__file-link {
    letter-spacing: 0.3px;
    line-height: 20px;
    font-weight: 500;
    font-size: 15px;
  }
}
.activity__file-info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .activity__file-info {
    gap: 10px;
  }
}
.activity__file-link {
  display: flex;
  gap: 6px;
  color: #3D61F3;
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  .activity__file-link {
    gap: 8px;
    padding: 0 2px;
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .activity__file-link:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.activity__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 1280px) {
  .activity__file-icon {
    width: 20px;
    height: 20px;
  }
}

.about-info {
  background-color: var(--color-blue-sky);
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .about-info {
    padding: 100px 0;
  }
}
.about-slider.swiper {
  display: none;
}
.about-slider--tablet {
  display: block;
}
.about-slider .slider-nav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .about-slider .slider-nav {
    margin-bottom: 40px;
    margin-top: 0;
    padding-right: 0;
  }
}
.about-slider .slider-nav .prime__nums-link {
  position: relative;
  left: unset;
  bottom: unset;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .about-slider .slider-nav .prime__nums-link {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .about-slider .slider-nav .prime__nums-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 18px;
    border-radius: 6px;
    background: rgb(204, 239, 255);
    text-transform: uppercase;
    letter-spacing: 0.22px;
    line-height: 16px;
    font-weight: 500;
    font-size: 11px;
    color: rgb(22, 19, 51);
    margin-left: auto;
    margin-right: auto;
  }
}
.about-slider .slider-nav .prime__nums-button {
  background-color: var(--color-bright-blue-10);
}
.about-slider .slider-nav .prime__nums-button:hover, .about-slider .slider-nav .prime__nums-button:active {
  background-color: var(--color-bright-blue);
}
.about-slider .slider-nav .prime__nums-buttons {
  position: relative;
  top: unset;
  left: unset;
}
@media (max-width: 768px) {
  .about-slider .slider-nav .prime__nums-buttons {
    display: none;
  }
}
.about-slider .prime__nums-swiper-pagination {
  margin-top: 40px;
}
.about-slider .prime__nums-swiper-pagination span {
  border-radius: 50%;
}
@media screen and (min-width: 1280px) {
  .about-slider.swiper {
    display: block;
    margin-inline: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .about-slider--tablet {
    display: none;
  }
}
.about-item {
  background-color: var(--color-white);
  box-sizing: border-box;
  padding: 24px 16px 32px;
}
@media screen and (min-width: 768px) {
  .about-item {
    padding: 40px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .about-item {
    padding: 40px 32px;
  }
}
.about-item.swiper-slide {
  display: flex;
  flex-direction: column;
}
.about-item__title {
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 768px) {
  .about-item__title {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.44px;
  }
}
.about-item__text {
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .about-item__text {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.44px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .about-item__text {
    margin-top: 40px;
  }
}
.about-item__bottom {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .about-item__bottom {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .about-item__bottom {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .about-item__bottom {
    margin-top: auto;
  }
}
.about-item__link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding-bottom: 7px;
  border-bottom: 1.5px solid var(--color-dark-blue-16);
  font-family: "GolosVariations";
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: 200ms all ease;
}
@media screen and (min-width: 768px) {
  .about-item__link {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    padding-bottom: 11px;
  }
  .about-item__link svg {
    width: 20px;
    height: 20px;
  }
  .about-item__link:hover {
    border-color: var(--color-bright-blue);
    color: var(--color-bright-blue);
  }
  .about-item__link:hover svg {
    fill: var(--color-bright-blue);
  }
}
.about-item__link + .about-item__link {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .about-item__link + .about-item__link {
    margin-top: 24px;
  }
}
.about-item__icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-item__icon svg {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: #161333;
  margin-top: 4px;
  transition: fill 200ms linear;
}
@media screen and (min-width: 768px) {
  .about-item__icon {
    width: 20px;
    height: 20px;
  }
  .about-item__icon svg {
    width: 14px;
    height: 12px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .about-item {
    min-height: 724px;
  }
}
.about-item + .about-item {
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .about-item + .about-item {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .about-item--pb {
    padding-bottom: 80px;
  }
}
.about-info + .activity__content {
  padding-top: 80px;
}

.bulletins {
  padding: 48px 0 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .bulletins {
    padding: 64px 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .bulletins {
    padding: 80px 0 120px;
  }
}
.bulletins__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .bulletins__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .bulletins__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.bulletins__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bulletins__options {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.bulletins__options-mobile button {
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bulletins__options-mobile button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins__options-mobile {
    display: none;
  }
}
.bulletins__clear-options {
  height: 46px;
}
.bulletins__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  gap: 8px;
  background-color: transparent;
  transition: all 200ms linear;
}
.bulletins__clear-options button:hover span {
  color: var(--color-dark-blue);
}
.bulletins__clear-options button:hover path {
  stroke: var(--color-dark-blue);
}
.bulletins__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
  transition: all 200ms linear;
}
.bulletins__clear-options svg path {
  stroke: var(--color-dark-blue-40);
  transition: all 200ms linear;
}
.bulletins__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .bulletins__content {
    gap: 80px;
    margin-top: 40px;
  }
}
.bulletins__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .bulletins__list {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins__list {
    gap: 80px;
  }
}
.bulletins__item {
  flex: 0 0 auto;
}
.bulletins__button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .bulletins__button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
    transition: background-color 200ms linear, color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .bulletins__button:hover {
    background: #3D61F3;
    color: #CCEFFF;
  }
}

.news__inner-blocks {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .news__inner-blocks {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .news__inner-blocks {
    margin-top: 64px;
  }
}
.news-card__block--btn {
  margin-top: 8px;
}
.news-card__block--btn button {
  font-family: "GolosVariations";
  font-weight: 500;
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .news-card__block--btn button {
    width: auto;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
@media screen and (min-width: 768px) {
  .news-card__block--btn {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__block--btn {
    margin-top: 40px;
  }
}
.news-card__block--docs {
  padding: 24px 16px;
  background-color: var(--color-light-gray);
}
@media screen and (min-width: 768px) {
  .news-card__block--docs {
    padding: 0;
    background-color: transparent;
    padding-top: 15px;
    border-top: 1.5px solid var(--color-dark-blue-16);
  }
}
.news-card__block--docs .news-card__description {
  margin-top: 0;
}
.news-card__block--docs .news-card__file-options {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .news-card__block--docs .news-card__file-options {
    justify-content: flex-start;
    gap: 32px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__block--docs .news-card__file-options {
    flex: 0 0 auto;
    gap: 24px;
  }
}
.news-card__block--docs .news-card__file-info, .news-card__block--docs .news-card__file-link {
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .news-card__block--docs .news-card__file-info, .news-card__block--docs .news-card__file-link {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__block--docs .news-card__file-link {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .file:hover .news-card__block--docs .news-card__file-link {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.news-card__block--docs .news-card__file-info {
  display: flex;
  gap: 8px;
  color: #161333;
}
@media screen and (min-width: 1280px) {
  .news-card__block--docs .news-card__file-info {
    gap: 10px;
  }
}
.news-card__block--docs .news-card__file-data {
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .news-card__block--docs .news-card__file-data {
    gap: 8px;
  }
}
.news-card__block--docs .news-card__file-date {
  position: relative;
  padding-left: 9px;
}
@media screen and (min-width: 1280px) {
  .news-card__block--docs .news-card__file-date {
    padding-left: 11px;
  }
}
.news-card__block--docs .news-card__file-date::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  background: #161333;
}
@media screen and (min-width: 768px) {
  .news-card__block--docs .news-card__file-date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__block--docs .news-card__file-date::before {
    height: 18px;
  }
}
.news-card__block--docs .news-card__file-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3D61F3;
}
@media screen and (min-width: 768px) {
  .news-card__block--docs .news-card__file-link {
    gap: 8px;
    padding: 0 2px;
  }
}
@media screen and (min-width: 1280px) {
  .news-card__block--docs .news-card__file-link {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .news-card__block--docs .news-card__file-link:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.news-card__block--docs .news-card__file-icon {
  flex: 0 0 auto;
  display: block;
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #3D61F3;
}
@media screen and (min-width: 768px) {
  .news-card__block--docs .news-card__file-icon {
    width: 20px;
    height: 20px;
  }
}
.news-card__block + .news-card__block--docs {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .news-card__block + .news-card__block--docs {
    margin-top: 16px;
  }
}

.brics {
  background: #FDFCFF;
}
.brics__prime {
  position: relative;
  padding: 32px 0 48px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .brics__prime {
    padding: 24px 0 80px;
  }
}
.brics__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .brics__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .brics__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.brics__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background: #CCEFFF;
  width: max-content;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .brics__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .brics__button {
    transition: background-color 200ms linear;
  }
}
@media screen and (min-width: 1280px) {
  .brics__button:hover {
    background: var(--color-bright-blue);
  }
}
.brics__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .brics__button-box {
    width: 20px;
    height: 20px;
  }
}
.brics__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .brics__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 520;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__button:hover .brics__button-text {
    color: var(--color-blue-sky);
  }
}
.brics__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: #161333;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .brics__button-icon {
    width: 14px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__button:hover .brics__button-icon {
    stroke: var(--color-blue-sky);
  }
}
.brics__title {
  max-width: 1083px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .brics__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.brics__description {
  max-width: 889px;
  margin-top: 24px;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .brics__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .brics__description {
    margin-top: 40px;
  }
}
.brics__content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .brics__content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .brics__content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .brics__content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.brics__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .brics__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.brics__boxes {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .brics__boxes {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__boxes {
    gap: 120px;
    align-items: start;
  }
}
.brics__box {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .brics__box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .brics__box {
    max-width: 630px;
  }
}
.brics__holder {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .brics__holder {
    gap: 40px;
  }
}
.brics__heading {
  padding-top: 16px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(22, 19, 51, 0.1607843137);
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .brics__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .brics__heading {
    border-top: 1.5px solid rgba(22, 19, 51, 0.1607843137);
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.brics__sub-heading {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 520;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .brics__sub-heading {
    font-weight: 470;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
.brics__article-part {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.brics__text {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .brics__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.brics__text p + p {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .brics__text p + p {
    margin-top: 14px;
  }
}
.brics__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}
.brics__sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brics__source {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .brics__source {
    gap: 64px;
    padding: 32px;
  }
}
.brics__source-text-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .brics__source-text-container {
    gap: 12px;
  }
}
.brics__source-text {
  flex: 1 1 auto;
  letter-spacing: -0.3px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #161333;
}
@media screen and (min-width: 768px) {
  .brics__source-text {
    letter-spacing: -0.36px;
    line-height: 24px;
    font-size: 18px;
  }
}
.brics__source-note {
  color: var(--color-dark-blue-40);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .brics__source-note {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.brics__source-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .brics__source-box {
    width: 20px;
    height: 20px;
  }
}
.brics__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  fill: var(--color-dark-blue);
  stroke: none;
}
@media screen and (min-width: 768px) {
  .brics__source-icon {
    width: 14px;
    height: 12px;
  }
}
.brics__source-icon--ru {
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .brics__source-icon--ru {
    width: 11px;
    height: 11px;
  }
}
.brics__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .brics__files {
    gap: 16px;
    padding-top: 0;
  }
}
.brics__files .file {
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .brics__files .file {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .brics__files .file__options {
    width: 100%;
  }
}

.documents-strategy__prime[data-theme=dark-blue] {
  background-color: var(--color-dark-blue);
}
.documents-strategy__prime[data-theme=dark-blue] h1 {
  color: var(--color-blue-sky);
}
.documents-strategy__prime[data-theme=dark-blue] .documents-strategy__author-name {
  color: var(--color-blue-sky);
}
.documents-strategy__prime[data-theme=dark-blue] .documents-strategy__author-position {
  color: var(--color-blue-sky-50);
}
.documents-strategy__prime[data-theme=dark-blue] .documents-strategy__button {
  background-color: var(--color-blue-sky-16);
}
@media screen and (min-width: 1024px) {
  .documents-strategy__prime[data-theme=dark-blue] .documents-strategy__button {
    transition: background-color 200ms linear;
  }
  .documents-strategy__prime[data-theme=dark-blue] .documents-strategy__button:hover, .documents-strategy__prime[data-theme=dark-blue] .documents-strategy__button:active {
    background-color: var(--color-bright-blue);
  }
}
.documents-strategy__prime[data-theme=dark-blue] .documents-strategy__button-icon {
  stroke: var(--color-blue-sky);
}
.documents-strategy__prime[data-theme=dark-blue] .documents-strategy__button-text {
  color: var(--color-blue-sky);
}
@media screen and (min-width: 1280px) {
  .documents-strategy__prime[data-theme=dark-blue] .documents-strategy__links {
    margin-left: auto;
  }
}
.documents-strategy__prime[data-theme=dark-blue] .documents-strategy__links > a:not(:first-child)::before {
  background: var(--color-blue-sky);
}
.documents-strategy__prime[data-theme=dark-blue] .documents-strategy__link {
  color: var(--color-blue-sky);
}
.documents-strategy__prime[data-theme=dark-blue] .documents-strategy__prime-type {
  color: var(--color-blue-sky);
}
.documents-strategy__prime[data-theme=dark-blue] .documents-strategy__prime-date {
  color: var(--color-blue-sky-50);
}
.documents-strategy__prime[data-theme=dark-blue] .documents-strategy__prime-date:before {
  background: var(--color-blue-sky-50);
}

.file--combo {
  padding: 24px 16px;
  background: var(--color-blue-light);
  flex-direction: column;
  gap: 0;
}
.file--combo .file {
  padding: 0;
  width: 100%;
}
.file--combo .files__combo {
  margin-top: 40px;
  width: 100%;
}
.file--combo .files__combo li.file {
  list-style: none;
  position: relative;
  padding-left: 12px;
}
.file--combo .files__combo li.file:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--color-bright-blue);
  border-radius: 50%;
  top: 10px;
  left: 0;
  position: absolute;
}
.file--combo .files__combo li.file + li {
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .file--combo .files__combo li.file {
    padding-left: 22px;
  }
  .file--combo .files__combo li.file:before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
  .file--combo .files__combo li.file + li {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .file--combo {
    padding: 32px 40px;
  }
}

.files-content {
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .files-content {
    padding: 0 24px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .files-content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .files-content {
    padding: 0 32px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .files-content {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
  }
}

.files-results .hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none;
}
.files-results .loader-container {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
  height: 600px;
}
.files-results .files__list {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.files-results .empty-alert {
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
  color: var(--color-dark-blue);
  padding-top: 48px;
}
@media screen and (min-width: 1280px) {
  .files-results .empty-alert {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
    text-align: center;
    padding-bottom: 240px;
    padding-top: 200px;
    text-align: center;
    max-width: 760px;
    margin-inline: auto;
  }
}

.files-search {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .files-search {
    margin-bottom: 64px;
  }
}
.files-search.filled .files-search__input input {
  background-color: var(--color-bright-blue-10);
}
.files-search__input {
  position: relative;
}
.files-search__input input {
  width: 100%;
  height: 40px;
  background-color: var(--color-light-gray);
  padding: 12px;
  padding-right: 58px;
  border: none;
  outline: none;
  border-radius: 6px;
  color: var(--color-dark-blue);
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16x;
  letter-spacing: 0.22px;
}
.files-search__input input:placeholder {
  color: var(--color-dark-blue-40);
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .files-search__input input {
    height: 70px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 520;
    line-height: 22px;
    letter-spacing: 0.3px;
    padding: 24px;
    padding-right: 90px;
    border-radius: 12px;
  }
}
.files-search__input input:hover, .files-search__input input:focus, .files-search__input input:active {
  background-color: var(--color-bright-blue-10);
}
.files-search__input .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.75 3.75L10 10M16.25 16.25L10 10M10 10L16.25 3.75M10 10L3.75 16.25' stroke='%23161333' stroke-opacity='0.4' stroke-width='1.5'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .files-search__input .icon {
    right: 56px;
  }
}
.files-search__input .button-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
@media screen and (min-width: 1280px) {
  .files-search__input .button-search {
    right: 24px;
  }
}

.files-lead {
  max-width: 760px;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: var(--color-dark-blue);
  margin-bottom: 80px;
}
@media screen and (min-width: 1280px) {
  .files-lead {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
    margin-left: 453px;
  }
}
.files-lead a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #3D61F3;
}
@media screen and (min-width: 768px) {
  .files-lead a {
    text-decoration-thickness: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .files-lead a {
    position: relative;
    background-image: linear-gradient(to right, var(--color-blue-light), var(--color-blue-light));
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0% 100%;
    transition: background-size 0s;
  }
  .files-lead a:hover {
    background-size: 100% 100%;
    transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}

.button-search {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M12.9219 12.916L17.0885 17.0827M14.5885 8.74935C14.5885 11.971 11.9769 14.5827 8.75521 14.5827C5.53355 14.5827 2.92188 11.971 2.92188 8.74935C2.92188 5.52769 5.53355 2.91602 8.75521 2.91602C11.9769 2.91602 14.5885 5.52769 14.5885 8.74935Z' stroke='%23161333' stroke-opacity='0.4' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}

.brics__boxes--full {
  width: 100%;
}
.brics__boxes--full .brics__heading {
  border: none;
  padding-top: 0;
}
.brics__boxes--full .brics__divider {
  padding-top: 14px;
  border-top: 2px solid var(--color-blue-sky);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .brics__boxes--full .brics__divider {
    max-width: 645px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__boxes--full .brics__divider {
    width: 100%;
    padding-top: 12px;
    border-top: 4px solid var(--color-blue-sky);
  }
}
@media screen and (min-width: 1024px) {
  .brics__boxes--full .brics__box {
    max-width: 645px;
    justify-self: center;
  }
}
@media screen and (min-width: 1280px) {
  .brics__boxes--full .brics__box {
    justify-self: flex-start;
  }
}

.brics__text p + ul {
  margin-top: 12px;
}
.brics__text p + ul li {
  padding-left: 12px;
  position: relative;
}
.brics__text p + ul li:before {
  content: "";
  background-color: var(--color-bright-blue);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
}
.brics__text p + ul li + li {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .brics__text p + ul {
    margin-top: 16px;
  }
  .brics__text p + ul li {
    padding-left: 14px;
  }
  .brics__text p + ul li:before {
    width: 6px;
    height: 6px;
    top: 11px;
  }
  .brics__text p + ul li + li {
    margin-top: 12px;
  }
}
.brics__text .ui-button {
  font-family: "GolosVariations";
  width: 100%;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  color: var(--dark-blue);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .brics__text .ui-button {
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    padding: 12px 18px;
    width: max-content;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .brics__text .ui-button:hover {
    color: var(--color-blue-sky);
  }
}

@media screen and (min-width: 1024px) {
  [data-page=audit-master-inner] .cp-page-menu__item-link {
    max-width: 645px;
  }
}
[data-page=audit-master-inner] .documents-strategy {
  background-color: transparent;
}
[data-page=audit-master-inner] .brics__holder {
  gap: 48px;
}
@media screen and (min-width: 768px) {
  [data-page=audit-master-inner] .brics__holder {
    gap: 64px;
  }
}
[data-page=audit-master-inner] .brics__heading {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  [data-page=audit-master-inner] .brics__heading {
    padding-bottom: 64px;
  }
}
[data-page=audit-master-inner] .brics__list {
  border-top: 1.5px solid var(--color-dark-blue);
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  [data-page=audit-master-inner] .brics__list {
    margin-top: 40px;
  }
}
[data-page=audit-master-inner] .brics__list-item {
  padding-top: 23px;
  border-top: 1.5px solid var(--color-dark-blue-16);
}
[data-page=audit-master-inner] .brics__list-item:first-of-type {
  border-top: none;
}
[data-page=audit-master-inner] .brics__list-item p {
  color: var(--color-dark-blue);
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  [data-page=audit-master-inner] .brics__list-item p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
[data-page=audit-master-inner] .brics__list-item p + p {
  margin-top: 4px;
  color: var(--color-bright-blue);
}
[data-page=audit-master-inner] .brics__list-item + .brics__list-item {
  margin-top: 24px;
}
[data-page=audit-master-inner] .files {
  margin-top: 64px;
  scroll-margin-top: 67px;
}
@media screen and (min-width: 768px) {
  [data-page=audit-master-inner] .files {
    margin-top: 100px;
    scroll-margin-top: 93px;
  }
}
@media screen and (min-width: 1024px) {
  [data-page=audit-master-inner] .files {
    margin-top: 120px;
    scroll-margin-top: 107px;
  }
}

.materials {
  margin-top: 80px;
}
.materials__title {
  font-family: "GolosVariations";
  font-weight: 470;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.44px;
  color: var(--color-dark-blue);
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .materials {
    margin-top: 100px;
  }
  .materials__title {
    font-weight: 470;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.68px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .materials {
    margin-top: 120px;
  }
}

.table-container {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}
.table-container .table-inner {
  overflow-x: auto;
  min-width: 100vw;
  width: 100vw;
  margin-left: -16px;
  overflow-y: auto;
  max-height: 80vh;
}
.table-container table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 1083px;
}
.table-container table thead {
  background-color: var(--color-blue-sky);
  position: sticky;
  top: 0;
  z-index: 2;
}
.table-container table thead tr:first-child > th {
  padding-top: 28px;
}
.table-container table thead tr:first-child > th:first-child {
  padding-left: 16px;
  width: 258px;
}
.table-container table thead tr:first-child > th:last-child {
  padding-right: 16px;
  border-left: 1px solid var(--color-dark-blue-16);
}
.table-container table thead tr:first-child > th:not(:first-child) {
  border-bottom: 1px solid var(--color-dark-blue-16);
}
.table-container table thead tr:last-child > th {
  padding-bottom: 28px;
}
.table-container table thead tr:last-child > th:last-child, .table-container table thead tr:last-child > th:nth-last-child(2) {
  padding-left: 12px;
  border-left: 1px solid var(--color-dark-blue-16);
}
.table-container table thead th {
  text-align: left;
  vertical-align: top;
}
.table-container table tbody tr {
  border-bottom: 1px solid var(--color-dark-blue-16);
}
.table-container table tbody tr:first-child > td {
  padding-top: 28px;
}
.table-container table tbody tr > td:first-child {
  padding-left: 28px;
}
.table-container table tbody tr > td:last-child {
  padding-right: 28px;
}
.table-container table tbody tr > td.indent1 {
  padding-left: 52px;
}
.table-container table tbody tr > td.indent2 {
  padding-left: 76px;
}
.table-container table tbody tr > td:last-child, .table-container table tbody tr > td:nth-last-child(2) {
  border-left: 1px solid var(--color-dark-blue-16);
}
.table-container table tbody td {
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  padding: 12px;
  text-align: left;
  vertical-align: middle;
}
.table-container table th {
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .table-container {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .table-container .table-inner {
    min-width: 100vw;
    margin-left: calc(-50vw + 323px);
  }
}
@media screen and (min-width: 1280px) {
  .table-container {
    max-width: 1920px;
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .table-container .table-inner {
    min-width: calc(100vw - 517px);
    max-width: calc(100vw - 517px);
    margin-left: 0;
  }
  .table-container table tbody td {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    vertical-align: middle;
    color: var(--color-dark-blue);
  }
  .table-container table th {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    vertical-align: middle;
    color: var(--color-dark-blue);
  }
}
@media (min-width: 1920px) {
  .table-container table {
    margin-right: -758px;
  }
  .table-container .table-inner {
    min-width: 1407px;
    max-width: 1407px;
  }
}

.table-note {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.table-note span {
  display: inline-block;
  width: 19px;
}
.table-note span, .table-note p {
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: var(--color-dark-blue-40);
}
.table-note + .table-note {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .table-note span, .table-note p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
  }
  .table-note p {
    max-width: 593px;
  }
}
@media screen and (min-width: 1024px) {
  .table-note p {
    max-width: 518px;
  }
}
@media screen and (min-width: 1024px) {
  .table-note p {
    max-width: 503px;
  }
}

.sticky-x-menu {
  position: sticky;
  top: 68px;
  margin: 0 -16px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sticky-x-menu {
    margin: 0 -24px;
    top: 94px;
  }
}
@media screen and (min-width: 1280px) {
  .sticky-x-menu {
    top: 108px;
  }
}
.sticky-x-menu__scroll {
  overflow: auto;
}
.sticky-x-menu__list {
  display: inline-flex;
  vertical-align: top;
  width: fit-content;
  padding: 0 10px;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .sticky-x-menu__list {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .sticky-x-menu__list {
    justify-content: center;
  }
}
.sticky-x-menu__list-wrap {
  display: inline-flex;
  vertical-align: top;
  gap: 4px;
  width: fit-content;
  padding: 6px;
  background-color: var(--color-white);
}
.sticky-x-menu__button {
  padding: 0 14px;
  height: 32px;
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: none;
  color: var(--color-dark-blue);
  transition: background-color 200ms linear;
  background-color: var(--color-light-gray);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .sticky-x-menu__button {
    height: 44px;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    padding: 0 16px;
  }
}
.sticky-x-menu__button.current {
  background-color: var(--color-blue-sky);
}

.archive-project {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .archive-project {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-project {
    padding-bottom: 120px;
  }
}
body[data-page=archive-project] .archive-project {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.archive-project__prime {
  padding: 64px 0 48px;
}
@media screen and (min-width: 768px) {
  .archive-project__prime {
    padding: 80px 0;
  }
}
.archive-project__container {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .archive-project__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-project__container {
    max-width: 693px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project__container {
    max-width: 678px;
  }
}
.archive-project__container--prime {
  max-width: 1309px;
}
.archive-project__title {
  margin: 0 0 24px;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .archive-project__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
@media screen and (min-width: 768px) {
  .archive-project__title {
    margin: 0 0 40px;
    text-align: center;
  }
}
.archive-project__description {
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .archive-project__description {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
  }
}
@media screen and (min-width: 768px) {
  .archive-project__description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    line-height: 28px;
  }
}
.archive-project__content {
  padding: 48px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .archive-project__content {
    padding-top: 80px;
  }
}
.archive-project__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  background-color: var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .archive-project__content:before {
    left: 24px;
    width: calc(100% - 48px);
  }
}
@media screen and (min-width: 1024px) {
  .archive-project__content:before {
    left: 32px;
    width: calc(100% - 64px);
  }
}
.archive-project__block {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 48px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .archive-project__block {
    gap: 40px;
  }
}
.archive-project__text {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 8px;
  align-items: start;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .archive-project__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 768px) {
  .archive-project__text {
    gap: 12px;
  }
}
.archive-project__text a {
  color: var(--color-bright-blue);
  text-decoration: underline;
}
.archive-project__sources {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 8px;
  align-items: start;
}
.archive-project__source {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
  background-color: var(--color-blue-light);
  color: var(--color-dark-blue);
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .archive-project__source {
    padding: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project__source:hover {
    color: var(--color-bright-blue);
  }
}
.archive-project__source-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: currentColor;
}
@media screen and (min-width: 768px) {
  .archive-project__source-text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
.archive-project__source-box {
  flex: 0 0 auto;
  display: block;
  width: 15px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .archive-project__source-box {
    width: 20px;
    height: 21px;
  }
}
.archive-project__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: currentColor;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .archive-project__source-icon {
    width: 15px;
    height: 12px;
  }
}

.archive-project-grbs {
  background: var(--color-white);
  padding-bottom: 49px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs {
    padding-bottom: 100px;
  }
}
.archive-project-grbs + .archive-project-grbs {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs + .archive-project-grbs {
    padding-bottom: 120px;
  }
}
.archive-project-grbs .cp-page-menu__list {
  gap: 13px;
}
.archive-project-grbs .cp-page-menu__item-link-text {
  padding-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs .cp-page-menu__item-link-text {
    padding-bottom: 18px;
  }
}
.archive-project-grbs .cp-page-menu.stuck .cp-page-menu__list {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.archive-project-grbs__prime {
  position: relative;
  padding: 32px 0 64px;
  background-color: var(--color-blue-light);
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__prime {
    padding: 24px 0 160px;
  }
}
body[data-page=archive-project-grbs] .archive-project-grbs__prime {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.archive-project-grbs__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs__container {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .archive-project-grbs__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.archive-project-grbs__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 6px;
  background-color: var(--color-blue-sky);
  width: max-content;
  margin-bottom: 32px;
  transition: background-color 200ms linear, color 200ms linear;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__button {
    padding: 12px 18px 12px 14px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs__button {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs__button:hover {
    background-color: var(--color-bright-blue);
    color: var(--color-blue-sky);
  }
}
.archive-project-grbs__button-box {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__button-box {
    width: 20px;
    height: 20px;
  }
}
.archive-project-grbs__button-text {
  flex: 1 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: currentColor;
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__button-text {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 520;
  }
}
.archive-project-grbs__button-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 9px;
  fill: none;
  stroke: currentColor;
  transition: stroke 200ms linear;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__button-icon {
    width: 12px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-project-grbs__button-icon {
    width: 14px;
    height: 12px;
  }
}
.archive-project-grbs__title {
  max-width: 1100px;
  color: var(--color-dark-blue);
  font-family: "Trola";
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
body[data-page=archive-project-grbs] .archive-project-grbs__content {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.archive-project-grbs__layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__layout {
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs__layout {
    flex-direction: row;
    gap: 146px;
  }
}
.archive-project-grbs__boxes {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__boxes {
    gap: 80px;
  }
}
.archive-project-grbs__box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__box {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs__box {
    max-width: 630px;
  }
}
.archive-project-grbs__heading {
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 470;
  font-size: 18px;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__heading {
    font-weight: 470;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.56px;
  }
}
.archive-project-grbs__holder {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__holder {
    gap: 40px;
  }
}
.archive-project-grbs__article-part {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__article-part {
    gap: 16px;
  }
}
.archive-project-grbs__sub-heading {
  font-weight: 520 !important;
  margin: 12px 0 0;
  color: #161333;
  font-family: "GolosVariations";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__sub-heading {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__sub-heading {
    margin: 24px 0 8px;
    letter-spacing: -0.2px;
  }
}
.archive-project-grbs__sub-heading:first-child {
  margin-top: 0;
}
.archive-project-grbs__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.36px;
  }
}
.archive-project-grbs__text * {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.archive-project-grbs__text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__text ul {
    gap: 12px;
  }
}
.archive-project-grbs__text ul:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__text ul:not(:first-child) {
    margin-top: 24px;
  }
}
.archive-project-grbs__text ul:not(:last-child) {
  margin-bottom: 24px;
}
.archive-project-grbs__text ul li {
  flex: 0 0 auto;
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__text ul li {
    padding-left: 14px;
  }
}
.archive-project-grbs__text ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-bright-blue);
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__text ul li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
}
.archive-project-grbs__text p:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__text p:not(:first-child) {
    margin-top: 12px;
  }
}
.archive-project-grbs__text b {
  font-weight: 520;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__text b {
    letter-spacing: -0.18px;
  }
}
.archive-project-grbs__text--special {
  background-color: var(--color-light-gray);
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__text--special {
    padding: 39px 32px;
    margin: 24px 0;
  }
}
.archive-project-grbs__text--special .archive-project-grbs__text-title {
  margin-bottom: 16px;
  font-weight: 520;
}
.archive-project-grbs__sources {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 8px;
  align-items: start;
}
.archive-project-grbs__source {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
  background-color: var(--color-blue-light);
  color: var(--color-dark-blue);
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__source {
    padding: 33px 32px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs__source:hover {
    color: var(--color-bright-blue);
  }
}
.archive-project-grbs__source-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: currentColor;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__source-text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
.archive-project-grbs__source-box {
  flex: 0 0 auto;
  display: block;
  width: 15px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__source-box {
    width: 20px;
    height: 21px;
  }
}
.archive-project-grbs__source-icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: currentColor;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs__source-icon {
    width: 15px;
    height: 12px;
  }
}

.archive-project-audits {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .archive-project-audits {
    padding-bottom: 100px;
  }
}
.archive-project-audits__prime {
  padding: 64px 0 48px;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__prime {
    padding: 79px 0 40px;
  }
}
.archive-project-audits__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-audits__container {
    padding: 0 32px;
    max-width: 1920px;
    margin: 0 auto;
  }
}
.archive-project-audits__title {
  color: var(--color-dark-blue);
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__title {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.44px;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-audits__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.archive-project-audits__block {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 10px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__block {
    gap: 39px;
  }
}
.archive-project-audits__form {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 32px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__form {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-audits__form-actions {
    display: none;
  }
}
.archive-project-audits__form-actions button {
  width: 100% !important;
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .archive-project-audits__form-actions button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.archive-project-audits__options {
  display: none;
}
@media screen and (min-width: 1280px) {
  .archive-project-audits__options {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.archive-project-audits__clear-options {
  height: 46px;
}
.archive-project-audits__clear-options button {
  padding: 12px 18px;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0;
  outline: none;
  gap: 8px;
  background-color: transparent;
  color: var(--color-dark-blue-40);
  transition: color 200ms linear;
}
.archive-project-audits__clear-options button:hover {
  color: var(--color-dark-blue);
}
.archive-project-audits__clear-options button span {
  font-family: "GolosVariations";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: currentColor;
  text-transform: uppercase;
}
.archive-project-audits__clear-options button svg path[stroke] {
  stroke: currentColor;
}
.archive-project-audits__field {
  position: relative;
}
.archive-project-audits__field-input {
  appearance: none;
  background-color: var(--color-light-gray);
  border: 0;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  height: 40px;
  padding: 0 60px 0 12px;
  width: 100%;
  outline: none;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .archive-project-audits__field-input {
    border-radius: 12px;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    height: 70px;
    padding: 0 90px 0 24px;
  }
}
.archive-project-audits__field-input::placeholder {
  color: var(--color-dark-blue-40);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.archive-project-audits__field-input:focus::placeholder {
  opacity: 0;
}
.archive-project-audits__field-input:placeholder-shown ~ .archive-project-audits__field-button {
  pointer-events: none;
  color: var(--color-dark-blue-40);
}
.archive-project-audits__field-input:placeholder-shown ~ .archive-project-audits__field-reset {
  opacity: 0;
  pointer-events: none;
}
.archive-project-audits__field-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--color-dark-blue-40);
  cursor: pointer;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  right: 12px;
  margin: 0;
  padding: 0;
  outline: none;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease;
  width: 16px;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__field-button {
    right: 26px;
  }
}
.archive-project-audits__field-button:before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 13px;
  flex-shrink: 0;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 10.75L14.9167 14.9167M12.4167 6.58333C12.4167 9.80499 9.80499 12.4167 6.58333 12.4167C3.36167 12.4167 0.75 9.80499 0.75 6.58333C0.75 3.36167 3.36167 0.75 6.58333 0.75C9.80499 0.75 12.4167 3.36167 12.4167 6.58333Z' stroke='%23161333' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background-color 0.3s ease;
  width: 13px;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__field-button:before {
    height: 16px;
    width: 16px;
  }
}
.archive-project-audits__field-reset {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--color-dark-blue-40);
  cursor: pointer;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  margin: 0;
  opacity: 1;
  outline: none;
  padding: 0;
  pointer-events: all;
  position: absolute;
  right: 34px;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__field-reset {
    right: 54px;
  }
}
.archive-project-audits__field-reset:before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 11px;
  mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.53125 0.53125L6.78125 6.78125M13.0312 13.0312L6.78125 6.78125M6.78125 6.78125L13.0312 0.53125M6.78125 6.78125L0.53125 13.0312' stroke='%23161333' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background-color 0.3s ease;
  width: 11px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__field-reset:before {
    height: 14px;
    width: 14px;
  }
}
.archive-project-audits__results {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 42px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__results {
    gap: 94px;
    padding-top: 40px;
    border-top: 1.5px solid var(--color-dark-blue-16);
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-audits__results {
    gap: 64px;
  }
}
.archive-project-audits__results-list {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 48px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__results-list {
    gap: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-project-audits__results-list {
    gap: 120px;
  }
}
.archive-project-audits__section {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 23px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__section {
    gap: 40px;
  }
}
.archive-project-audits__heading {
  color: var(--color-dark-blue);
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
  margin: 0 auto;
  max-width: 1018px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__heading {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.44px;
  }
}
.archive-project-audits__list {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 48px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .archive-project-audits__list {
    gap: 64px;
  }
}
.archive-project-audits__item {
  padding-top: 16px;
  border-top: 1px solid var(--color-dark-blue-16);
}
@media screen and (min-width: 768px) {
  .archive-project-audits__item {
    padding-top: 24px;
    border-width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-audits__item {
    padding-top: 23px;
  }
}

.ap-audits-card {
  color: var(--color-dark-blue);
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 12px;
  align-items: start;
  transition: color 200ms linear;
  margin: 0 auto;
  max-width: 1018px;
}
@media screen and (min-width: 1280px) {
  .ap-audits-card:hover {
    color: var(--color-bright-blue);
  }
}
.ap-audits-card__info {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .ap-audits-card__info {
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}
.ap-audits-card__type {
  color: var(--color-bright-blue);
}
.ap-audits-card__date {
  position: relative;
  padding-left: 9px;
  color: var(--color-dark-blue);
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .ap-audits-card__date {
    padding-left: 11px;
  }
}
.ap-audits-card__date::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: calc(100% - 4px);
  background: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .ap-audits-card__date::before {
    width: 1.5px;
  }
}
@media screen and (min-width: 1280px) {
  .ap-audits-card__date::before {
    height: 18px;
  }
}
.ap-audits-card__heading {
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 470;
  font-size: 18px;
  color: currentColor;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .ap-audits-card__heading {
    letter-spacing: -0.56px;
    line-height: 34px;
    font-size: 28px;
  }
}

.archive-project-grbs-detail {
  padding-bottom: 80px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs-detail {
    padding-bottom: 120px;
  }
}
.archive-project-grbs-detail__prime {
  padding: 64px 0 48px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__prime {
    padding: 79px 0 40px;
  }
}
.archive-project-grbs-detail__container {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs-detail__container {
    padding: 0 32px;
    max-width: 1920px;
    margin: 0 auto;
  }
}
.archive-project-grbs-detail__title {
  color: var(--color-dark-blue);
  font-family: "Trola";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__title {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.44px;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs-detail__title {
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
  }
}
.archive-project-grbs-detail__block {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 31px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__block {
    gap: 79px;
  }
}
.archive-project-grbs-detail__form {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 32px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__form {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs-detail__form-actions {
    display: none;
  }
}
.archive-project-grbs-detail__form-actions button {
  width: 100% !important;
  display: block;
  width: max-content;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: all 200ms linear;
  background: var(--color-light-gray);
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__form-actions button {
    padding: 12px 18px;
    font-family: "GolosVariations";
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
.archive-project-grbs-detail__field {
  position: relative;
}
.archive-project-grbs-detail__field-input {
  appearance: none;
  background-color: var(--color-light-gray);
  border: 0;
  border-radius: 6px;
  font-family: "GolosVariations";
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  height: 40px;
  padding: 0 60px 0 12px;
  width: 100%;
  outline: none;
  color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__field-input {
    border-radius: 12px;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    height: 70px;
    padding: 0 90px 0 24px;
  }
}
.archive-project-grbs-detail__field-input::placeholder {
  color: var(--color-dark-blue-40);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.archive-project-grbs-detail__field-input:focus::placeholder {
  opacity: 0;
}
.archive-project-grbs-detail__field-input:placeholder-shown ~ .archive-project-grbs-detail__field-button {
  pointer-events: none;
  color: var(--color-dark-blue-40);
}
.archive-project-grbs-detail__field-input:placeholder-shown ~ .archive-project-grbs-detail__field-reset {
  opacity: 0;
  pointer-events: none;
}
.archive-project-grbs-detail__field-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--color-dark-blue-40);
  cursor: pointer;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  right: 12px;
  margin: 0;
  padding: 0;
  outline: none;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease;
  width: 16px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__field-button {
    right: 26px;
  }
}
.archive-project-grbs-detail__field-button:before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 13px;
  flex-shrink: 0;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 10.75L14.9167 14.9167M12.4167 6.58333C12.4167 9.80499 9.80499 12.4167 6.58333 12.4167C3.36167 12.4167 0.75 9.80499 0.75 6.58333C0.75 3.36167 3.36167 0.75 6.58333 0.75C9.80499 0.75 12.4167 3.36167 12.4167 6.58333Z' stroke='%23161333' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background-color 0.3s ease;
  width: 13px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__field-button:before {
    height: 16px;
    width: 16px;
  }
}
.archive-project-grbs-detail__field-reset {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--color-dark-blue-40);
  cursor: pointer;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  margin: 0;
  opacity: 1;
  outline: none;
  padding: 0;
  pointer-events: all;
  position: absolute;
  right: 34px;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__field-reset {
    right: 54px;
  }
}
.archive-project-grbs-detail__field-reset:before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 11px;
  mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.53125 0.53125L6.78125 6.78125M13.0312 13.0312L6.78125 6.78125M6.78125 6.78125L13.0312 0.53125M6.78125 6.78125L0.53125 13.0312' stroke='%23161333' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background-color 0.3s ease;
  width: 11px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__field-reset:before {
    height: 14px;
    width: 14px;
  }
}
.archive-project-grbs-detail__results {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 42px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__results {
    gap: 94px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-project-grbs-detail__results {
    gap: 64px;
  }
}
.archive-project-grbs-detail__results-list {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 63px;
  align-content: start;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__results-list {
    gap: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-project-grbs-detail__results-list {
    gap: 119px;
  }
}
.archive-project-grbs-detail__results-empty {
  padding: 50px 0 0px;
  width: 100%;
  color: #161333;
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__results-empty {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__results-empty {
    padding: 162px 0 240px;
    margin: 0 auto;
    text-align: center;
    max-width: 770px;
  }
}
.archive-project-grbs-detail__section {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 47px;
  align-items: start;
  border-top: 1px solid var(--color-dark-blue-16);
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__section {
    padding-top: 24px;
    border-width: 1.5px;
    gap: 64px;
  }
}
.archive-project-grbs-detail__heading {
  color: var(--color-dark-blue);
  font-family: "Trola";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.22px;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.32px;
  }
}
.archive-project-grbs-detail__list {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  gap: 8px;
  align-content: start;
}
@media screen and (min-width: 768px) {
  .archive-project-grbs-detail__list {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .archive-project-grbs-detail__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.source-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  cursor: pointer;
  background-color: var(--color-blue-light);
  color: var(--color-dark-blue);
  transition: color 200ms linear;
}
@media screen and (min-width: 768px) {
  .source-card {
    padding: 32px;
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .source-card:hover {
    color: var(--color-bright-blue);
  }
}
.source-card__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: currentColor;
}
@media screen and (min-width: 768px) {
  .source-card__text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
    max-width: 375px;
  }
}
.source-card__text mark {
  background-color: var(--color-blue-sky);
}
.source-card__box {
  flex: 0 0 auto;
  display: block;
  width: 15px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .source-card__box {
    width: 20px;
    height: 21px;
  }
}
.source-card__icon {
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 8px;
  stroke: none;
  fill: currentColor;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .source-card__icon {
    width: 15px;
    height: 12px;
  }
}

.page {
  padding-top: 68px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .page {
    padding-top: 94px;
  }
}
@media screen and (min-width: 1280px) {
  .page {
    padding-top: 108px;
  }
}

.highlight {
  background-color: var(--color-blue-sky);
}
/* End */


/* Start:/local/css/admin-panel.css?17647589295846*/
/* Глобальные стили для панели редактирования Bitrix */
.ui-btn-container {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    z-index: 1000;
}

.prime__events .ui-btn-container {
    z-index: 2;
}

/* Стили для кнопки удаления */
.ui-btn--delete {
    background: #F4D2D5 !important;
    border-color: #F4D2D5 !important;
    color: #B72E39 !important;
    min-width: 120px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: center;
}

/* Размер SVG в кнопке удаления */
.ui-btn--delete svg {
    width: 24px;
    height: 24px;
}

/* Стили для кнопки редактирования */
.ui-btn--edit {
    background: #60bae3 !important;
    border-color: #60bae3 !important;
    color: #ffffff !important;
    min-width: 120px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: center;
}

/* Стили для кнопки добавления */
.ui-btn--add {
    background: #60bae3 !important;
    border-color: #60bae3 !important;
    color: #ffffff !important;
    min-width: 120px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: center;
}

/* Стили для кнопки сохранения */
.ui-btn--save {
    all: revert;
    display: inline-block;
    background: #60bae3 !important;
    border-color: #60bae3 !important;
    color: #ffffff !important;
    min-width: 200px;
    height: 32px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: center;
    cursor: pointer;
    border-radius: 3px;
    padding: 6px 14px;
    margin-top: 12px;
}

/* Стили для инпутов админ-панели */
.ui-input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid rgba(22, 19, 51, 0.2);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: none;
    letter-spacing: -0.3px;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    color: rgba(22, 19, 51, 1);
    outline: none;
    transition: border-color 200ms linear, box-shadow 200ms linear;
}

.ui-input:focus {
    border-color: #60bae3;
    box-shadow: 0 0 0 3px rgba(96, 186, 227, 0.1);
}

.ui-input::placeholder {
    font: inherit;
    color: rgba(22, 19, 51, 0.4);
}

/* Стили для textarea админ-панели */
.ui-textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid rgba(22, 19, 51, 0.2);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: none;
    letter-spacing: -0.3px;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    color: rgba(22, 19, 51, 1);
    outline: none;
    resize: vertical;
    min-height: 100px;
    transition: border-color 200ms linear, box-shadow 200ms linear;
    font-family: inherit;
}

.ui-textarea:focus {
    border-color: #60bae3;
    box-shadow: 0 0 0 3px rgba(96, 186, 227, 0.1);
}

.ui-textarea::placeholder {
    font: inherit;
    color: rgba(22, 19, 51, 0.4);
}

/* Стили для чекбоксов админ-панели */
.ui-checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    letter-spacing: -0.3px;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    color: rgba(22, 19, 51, 1);
    user-select: none;
}

.ui-checkbox {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(22, 19, 51, 0.2);
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    transition: border-color 200ms linear, background-color 200ms linear, box-shadow 200ms linear;
    flex-shrink: 0;
}

.ui-checkbox:checked {
    background: #60bae3;
    border-color: #60bae3;
}

.ui-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 6l3 3 5-6'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ui-checkbox:focus {
    box-shadow: 0 0 0 3px rgba(96, 186, 227, 0.1);
}

.ui-checkbox:hover {
    border-color: #60bae3;
}

/* Стили для битрикс панели */
#bx-panel {
  position: fixed !important;
  width: 100% !important;
  z-index: 9999 !important;
}

/* Стили для header при открытой битрикс панели */
body:has(#bx-panel.bx-panel-folded) .header {
  top: 38px !important;
}

body:has(#bx-panel:not(.bx-panel-folded)) .header {
  top: 147px;
}

/* Добавляем padding-top для страницы при открытой панели Bitrix */
/* При свернутой панели: 38px (панель) + 108px (шапка) = 146px */
body:has(#bx-panel.bx-panel-folded) .page {
  padding-top: 146px;
}

/* При развернутой панели: 147px (панель) + 108px (шапка) = 255px */
body:has(#bx-panel:not(.bx-panel-folded)) .page {
  padding-top: 255px;
}


/* End */
/* /local/components/custom/main.menu/templates/.default/style.css?1764758929328 */
/* /local/components/custom/main.menu/templates/burger/style.css?1764758929246 */
/* /local/dist/css/main.css?176487781079829 */
/* /local/dist/css/index.css?1764877810908694 */
/* /local/css/admin-panel.css?17647589295846 */
