

/* Start:/assets/build/main.css?1712336051150851*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@font-face {
  font-family: "Roboto Flex";
  src: url("/assets/fonts/RobotoFlex.ttf");
}
@media (min-width: 61.25em) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 61.24em) {
  .desktop-only {
    display: none !important;
  }
}

.b-uikit-block {
  padding: 20px;
  margin: 20px;
  outline: 2px dashed #9747FF;
  border-radius: 20px;
}

.b-icon-link {
  color: #98A0A2;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto Flex, serif;
  text-decoration: none;
}
.b-icon-link svg {
  fill: #98A0A2;
  vertical-align: middle;
  margin: 0 8px;
}
.b-icon-link:hover {
  color: #000000;
}
.b-icon-link:hover svg {
  fill: #000000;
}

.h1 {
  font-family: Roboto Flex, serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0px;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  vertical-align: middle;
}
@media (min-width: 61.25em) {
  .h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.h1 .highlight {
  display: inline-block;
  padding: 0 20px 7px;
  background: #C7F067;
  border-radius: 40px;
  vertical-align: middle;
}
@media (min-width: 61.25em) {
  .h1 .highlight {
    line-height: 50px;
    margin-left: -0.3em;
    margin-right: -0.3em;
  }
}

.h2 {
  font-family: Roboto Flex, serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 630;
  color: #000000;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
@media (min-width: 61.25em) {
  .h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

.h3 {
  font-family: Roboto Flex, serif;
  font-weight: 630;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
@media (min-width: 61.25em) {
  .h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

.h4 {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000000;
}

.h5 {
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #000000;
}

.h6 {
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #000000;
}

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

.b-button {
  /**
      Desktop
   */
  display: inline-block;
  padding: 15px 30px;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: all ease-in 0.2s;
  border-radius: 40px;
  cursor: pointer;
  color: #98A0A2;
  border: 1px solid #98A0A2;
}
.b-button:hover {
  background: #F6F6F6;
  border-color: #F6F6F6;
  color: #000;
}
.b-button svg {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: 20px;
  max-height: 20px;
}
.b-button svg {
  fill: #98A0A2;
  stroke: #98A0A2;
}
.b-button:hover svg {
  fill: #000;
  stroke: #000;
}
.b-button svg {
  vertical-align: bottom;
}
.b-button svg.left {
  margin-right: 10px;
}
.b-button.b-button--purple {
  padding: 20px 30px;
  color: #000000;
  border: 1px solid #000000;
}
.b-button.b-button--purple:hover {
  background: #9747FF;
  border-color: #9747FF;
  color: #fff;
}

.b-button-round {
  /**
      Desktop
   */
  display: inline-flex;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
}
.b-button-round svg {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: 15px;
  max-height: 15px;
}
.b-button-round svg {
  fill: #000000;
  stroke: #000000;
}
.b-button-round:hover svg {
  fill: #563AA4;
  stroke: #563AA4;
}
.b-button-round:hover {
  border-color: #563AA4;
  color: #563AA4;
}

.b-button-round-mono {
  /**
      Desktop
   */
  display: inline-flex;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 1px solid #C6C7C7;
}
.b-button-round-mono svg {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: 15px;
  max-height: 15px;
}
.b-button-round-mono svg {
  fill: #C6C7C7;
  stroke: #C6C7C7;
}
.b-button-round-mono:hover svg {
  fill: #000000;
  stroke: #000000;
}
.b-button-round-mono:hover {
  border-color: #C6C7C7;
  color: #C6C7C7;
}

.b-button-round-social {
  /**
      Desktop
   */
  display: inline-flex;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 1px solid #C6C7C7;
}
.b-button-round-social svg {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: 22px;
  max-height: 22px;
}
.b-button-round-social svg {
  fill: #000000;
  stroke: #000000;
}
.b-button-round-social:hover svg {
  fill: #9747FF;
  stroke: #9747FF;
}
.b-button-round-social:hover {
  border-color: #9747FF;
  color: #9747FF;
}
.b-button-round-social.b-button-round-social--small {
  width: 32px;
  height: 32px;
}
.b-button-round-social.b-button-round-social--small svg {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: 16px;
  max-height: 16px;
}

.b-button-round-social-solid {
  background-color: #9747FF;
  display: inline-flex;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 1px solid #9747FF;
}
.b-button-round-social-solid svg {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: 22px;
  max-height: 22px;
}
.b-button-round-social-solid svg {
  fill: #fff;
  stroke: #fff;
}
.b-button-round-social-solid:hover svg {
  fill: #fff;
  stroke: #fff;
}
.b-button-round-social-solid:hover {
  border-color: #9747FF;
  color: #9747FF;
}

.b-button-history {
  display: inline-block;
  padding: 20px 30px;
  font-family: Roboto Flex, serif;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: all ease-in 0.2s;
  border-radius: 40px;
  cursor: pointer;
  color: #C7F067;
  border: 1px solid #C7F067;
}
.b-button-history:hover {
  background: #C7F067;
  border-color: #C7F067;
  color: #000000;
}
.b-button-history svg {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: 20px;
  max-height: 20px;
}
.b-button-history svg {
  fill: #C7F067;
  stroke: #C7F067;
}
.b-button-history:hover svg {
  fill: #000000;
  stroke: #000000;
}
.b-button-history svg {
  margin-left: 10px;
}

.b-button-more-history {
  outline: none;
  display: inline-block;
  width: 305px;
  height: 114px;
  color: #fff;
  position: relative;
  vertical-align: bottom;
  transition: all ease-in 0.2s;
  -webkit-mask: url("/assets/svg/bg-more-history.svg");
          mask: url("/assets/svg/bg-more-history.svg");
  -webkit-mask-size: 100% 105%;
          mask-size: 100% 105%;
  background-color: #191A23;
}
.b-button-more-history svg {
  margin-left: 10px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: 20px;
  max-height: 20px;
}
.b-button-more-history .b-link-text {
  position: absolute;
  bottom: 30px;
  right: 34px;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.b-button-more-history:hover {
  color: #000000;
  background-color: #C7F067;
}

.b-arrow-link {
  display: inline-block;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  text-decoration: none;
  color: #000000;
}
.b-arrow-link:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg width='34' height='16' viewBox='0 0 34 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.9561 1.04419L32.9119 8.00003L25.9561 14.9559M33 8.04425H0' stroke='black'/%3E%3C/svg%3E%0A") no-repeat -18px center;
  transition: background-position ease-out 0.3s;
  height: 16px;
  width: 34px;
}
.b-arrow-link:hover:after {
  background-position: left center;
}

label {
  color: #242424;
}
label:hover {
  color: #000000;
}

a {
  color: inherit;
}

body {
  color: #191A23;
  font-family: "Roboto Flex", sans-serif;
}

.form-select {
  border: 1px solid #E0E0E0;
  outline-color: #7B61FF;
  outline-width: 2px;
  border-radius: 15px;
  padding: 8px 30px 8px 17px;
  font-family: Roboto, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-overflow: ellipsis;
  background: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0454 3.5455L10.9545 2.45459L6.04541 7.36368L1.13632 2.45459L0.0454102 3.5455L6.04541 9.5455L12.0454 3.5455Z' fill='%23191A23'/%3E%3C/svg%3E%0A") right 15px center no-repeat;
}
.b-green-button {
  display: inline-block;
  text-decoration: none;
  color: #191A23;
  padding: 10px 40px 10px 40px;
  border-radius: 40px;
  text-align: center;
  background-color: #C7F067;
  font-family: Roboto Flex, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.b-green-button:hover {
  background-color: #b6eb39;
}

.dobro-ru-button {
  max-width: 660px;
  display: flex;
  border: 1px solid #98A0A2;
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  align-items: center;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.generic-slider-controls {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 55px;
}
.generic-slider-controls ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
.generic-slider-controls ul li {
  padding: 0;
  margin: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
}

.container-wide-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1375px;
}

.before-footer {
  margin-bottom: 80px;
}

.breadcrumbs {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 61.25em) {
  .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
.breadcrumbs .arrow {
  padding-bottom: 2px;
}
.breadcrumbs .breadcrumbs__item {
  font-family: Roboto Flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}
.breadcrumbs .breadcrumbs__item a {
  text-decoration: none;
  color: #98A0A2;
}
.breadcrumbs .breadcrumbs__item a:hover {
  color: #000;
  text-decoration: underline;
}

header {
  margin-bottom: 30px;
  top: 0;
  left: 0;
  width: 100%;
  position: sticky;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.8);
  z-index: 50;
}
@media (max-width: 61.24em) {
  header.menu-open-mobile {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: #fff;
  }
}
header .b-menu-bar {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0;
  padding: 15px 0;
  height: 100px;
  overflow: hidden;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
}
@media (min-width: 61.25em) {
  header .b-menu-bar {
    padding: 30px 0;
    height: auto;
    overflow: initial;
  }
}
header .b-menu-bar .logo {
  padding: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 61.25em) {
  header .b-menu-bar .logo {
    flex-grow: 1;
    padding: 0;
  }
}
header .b-menu-bar .menu {
  position: relative;
  flex-grow: 10;
  display: flex;
  align-items: center;
}
header .b-menu-bar .menu .menu-top {
  display: none;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 61.25em) {
  header .b-menu-bar .menu .menu-top {
    display: flex;
  }
}
header .b-menu-bar .menu .menu-top li {
  flex-grow: 1;
}
header .b-menu-bar .menu .menu-top li a {
  display: block;
  text-align: center;
  border-bottom: 2px transparent solid;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  color: #000;
  padding: 10px 0;
  margin: 0 0;
}
@media (min-width: 61.25em) {
  header .b-menu-bar .menu .menu-top li a {
    padding: 10px 5px;
  }
}
@media (min-width: 100em) {
  header .b-menu-bar .menu .menu-top li a {
    padding: 10px 5px;
    margin: 0 5px;
  }
}
header .b-menu-bar .menu .menu-top li a:hover {
  color: #000;
  border-bottom-color: #000;
}
header .b-menu-bar .menu .search {
  flex-basis: 100px;
  flex-shrink: 0;
  height: 52px;
}
@media (min-width: 61.25em) {
  header .b-menu-bar .menu .search {
    display: initial;
  }
}
header .b-menu-bar .menu .search .search-flow {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: width 0.4s ease-out;
}
header .b-menu-bar .menu .search .search-flow.search-flow--open {
  width: 100%;
  cursor: initial;
}
header .b-menu-bar .menu .search .search-flow.search-flow--open .search-inner {
  background: #fff;
}
header .b-menu-bar .menu .search .search-flow.search-flow--open .search-inner .close {
  display: initial;
}
header .b-menu-bar .links {
  display: none;
  gap: 10px;
  align-items: center;
  padding: 0 10px;
}
@media (min-width: 61.25em) {
  header .b-menu-bar .links {
    display: flex;
    gap: 10px;
    padding: 0;
  }
}
@media (min-width: 75em) {
  header .b-menu-bar .links {
    gap: 20px;
  }
}
header .b-menu-bar .links img {
  transition: all 0.3s ease;
  filter: grayscale(1);
  opacity: 0.5;
}
header .b-menu-bar .links a:hover img {
  opacity: 1;
  filter: grayscale(0);
}
header .search-inner {
  border-radius: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
header .search-inner:before {
  content: url("/assets/don/menu/search.svg");
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-40%);
}
header .search-inner input {
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  padding-left: 42px;
  outline: 0;
  border: 0;
  font-family: Roboto Flex, serif;
  font-size: 14px;
  line-height: 50px;
  vertical-align: middle;
  font-weight: 400;
  background-color: transparent;
}
header .search-inner .close {
  display: none;
  cursor: pointer;
  padding: 0 10px;
}
header .search-inner .close img {
  vertical-align: middle;
}
header .b-mobile-menu {
  display: block;
  width: 100vw;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 10;
  overflow-y: auto;
  padding: 0 0 50px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 30px 15px rgba(0, 0, 0, 0.15);
}
@media (min-width: 61.25em) {
  header .b-mobile-menu {
    display: none;
  }
}
header .b-mobile-menu .closex {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 20px 20px auto;
  border: 1px solid #98A0A2;
}
header .b-mobile-menu .menu-top {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .b-mobile-menu .menu-top li {
  text-align: center;
}
header .b-mobile-menu .menu-top li a {
  display: inline-block;
  border-bottom: 2px transparent solid;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  color: #000;
  padding: 0;
  margin: 5px 0;
}
header .b-mobile-menu .menu-top li a:hover {
  color: #000;
  border-bottom-color: #000;
}
header .b-mobile-menu .links {
  margin-top: 20px;
  gap: 15px;
  align-items: center;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}
header .b-mobile-menu .links img {
  transition: all 0.3s ease;
  filter: grayscale(1);
  opacity: 0.5;
}
header .b-mobile-menu .links a:hover img {
  opacity: 1;
  filter: grayscale(0);
}

.b-footer {
  padding: 20px 30px;
  margin: 0 20px 20px;
  background-color: #F6F6F6;
  border-radius: 20px;
  box-sizing: border-box;
}
@media (min-width: 61.25em) {
  .b-footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1375px;
    padding: 80px 80px;
  }
}
.b-footer .b-footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
@media (min-width: 61.25em) {
  .b-footer .b-footer-grid {
    flex-wrap: nowrap;
  }
}
.b-footer .b-footer-contacts, .b-footer .b-footer-contacts-2 {
  flex-basis: 25%;
}
.b-footer .b-footer-contacts .b-footer-contacts__title, .b-footer .b-footer-contacts-2 .b-footer-contacts__title {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
@media (max-width: 61.24em) {
  .b-footer .b-footer-contacts .b-footer-contacts__title, .b-footer .b-footer-contacts-2 .b-footer-contacts__title {
    margin-top: 10px;
  }
}
.b-footer .b-footer-contacts .b-footer-contacts__phone, .b-footer .b-footer-contacts-2 .b-footer-contacts__phone {
  text-decoration: none;
  display: block;
  margin: 30px 0 15px;
  font-family: Roboto Flex, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #191A23;
}
.b-footer .b-footer-contacts .b-footer-contacts__address, .b-footer .b-footer-contacts-2 .b-footer-contacts__address {
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.b-footer .b-footer-contacts .b-footer-contacts__address a, .b-footer .b-footer-contacts-2 .b-footer-contacts__address a {
  color: #000000;
  text-decoration: none;
}
.b-footer .b-footer-social {
  flex-basis: 25%;
  display: flex;
  justify-content: space-between;
}
.b-footer .b-footer-menu {
  flex-basis: 25%;
}
.b-footer .b-footer-menu ul {
  display: inline-block;
  -moz-column-gap: 40px;
       column-gap: 40px;
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-footer .b-footer-menu ul li {
  padding: 0;
  margin: 0;
}
.b-footer .b-footer-menu a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
  color: #191A23;
}
.b-footer .b-footer-menu a:hover {
  text-decoration: underline;
  color: #000;
}
.b-footer .b-footer-information {
  border-top: 1px solid #D9D9D9;
  margin-top: 25px;
  padding-top: 25px;
  color: #9D9D9D;
  font-family: Roboto Flex, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 61.25em) {
  .b-footer .b-footer-information {
    margin-top: 55px;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.b-footer .b-footer-information .copyright {
  max-width: 350px;
}
.b-footer .b-footer-information a {
  color: #9D9D9D;
  font-family: Roboto Flex, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
@media (max-width: 61.24em) {
  .b-footer .b-footer-contacts {
    order: 4;
    flex-basis: 100%;
  }
  .b-footer .b-footer-contacts-2 {
    order: 3;
    flex-basis: 100%;
  }
  .b-footer .b-footer-menu {
    order: 2;
    flex-basis: 100%;
  }
  .b-footer .b-footer-social {
    order: 1;
    flex-basis: 100%;
  }
}

.b-donmolodoy {
  position: relative;
}
@media (max-width: 61.24em) {
  .b-donmolodoy {
    aspect-ratio: 5/3;
    overflow: hidden;
    margin: 0 20px;
  }
}
.b-donmolodoy .picture-desktop {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
@media (min-width: 61.25em) {
  .b-donmolodoy .picture-desktop {
    -o-object-fit: initial;
       object-fit: initial;
    height: auto;
  }
}
.b-donmolodoy .b-play {
  position: absolute;
  left: 60%;
  top: 57%;
  cursor: pointer;
  transform: translateY(-50%) scale(0.7);
}
@media (min-width: 61.25em) {
  .b-donmolodoy .b-play {
    transform: none;
    right: initial;
    left: 35%;
    top: 47%;
  }
}
.b-donmolodoy .b-play .b-play-inner {
  position: relative;
}
.b-donmolodoy .b-play .b-play-inner .text {
  transition: transform 0.8s ease-in-out;
}
.b-donmolodoy .b-play .b-play-inner .triangle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -60%);
}
.b-donmolodoy .b-play:hover .b-play-inner .text {
  transform: rotate(-180deg);
}
.b-donmolodoy .b-circles {
  display: none;
  position: absolute;
  right: 7%;
  top: 3%;
}
@media (min-width: 61.25em) {
  .b-donmolodoy .b-circles {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    aspect-ratio: 1/1;
    width: 32.3%;
  }
}
.b-donmolodoy .b-circles .b-circle {
  overflow: hidden;
  max-width: 148px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.b-donmolodoy .b-circles .b-circle--green {
  background: #C7F067;
}
.b-donmolodoy .b-circles .b-circle--wire {
  border: 1px solid #fff;
}
.b-donmolodoy .b-circles .b-circle--dark {
  background: #2E2D2C;
}
.b-donmolodoy .b-circles .b-circle--pink {
  background: #EB668B;
}
.b-donmolodoy .b-circles .b-circle--purple {
  background: #9747FF;
}
.b-donmolodoy .b-circles .b-circle img {
  width: 100%;
}
.b-donmolodoy .b-circles .b-circle video {
  width: 100%;
  aspect-ratio: 1/1;
}

.b-here-you-can {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
  margin-top: 40px;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (min-width: 46.25em) {
  .b-here-you-can {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 61.25em) {
  .b-here-you-can {
    margin-top: 75px;
    margin-bottom: 75px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
  }
}
.b-here-you-can .text-cell {
  width: initial;
  height: 160px;
}
@media (min-width: 61.25em) {
  .b-here-you-can .text-cell {
    height: 230px;
  }
}
.b-here-you-can .card-cell {
  width: initial;
  height: 230px;
}
.b-here-you-can .card-cell--purple-1 {
  --var-card-color: #563AA4;
}
.b-here-you-can .card-cell--pink-1 {
  --var-card-color: #FFC5C1;
}
.b-here-you-can .card-cell--orange-1 {
  --var-card-color: #EF9357;
}
.b-here-you-can .card-cell--pink-2 {
  --var-card-color: #EB668B;
}
.b-here-you-can .card-cell--green-1 {
  --var-card-color: #C7F067;
}
.b-here-you-can .card-cell--blue-1 {
  --var-card-color: #6D9BF8;
}
.b-here-you-can .card-cell--yellow-1 {
  --var-card-color: #F8D349;
}
.b-here-you-can .card-cell {
  display: block;
  position: relative;
  border-radius: 30px;
  background-color: var(--var-card-color);
  overflow: hidden;
}
.b-here-you-can .card-cell .person {
  width: 100%;
  height: 100%;
}
.b-here-you-can .card-cell .person--lb img {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.b-here-you-can .card-cell .person--rb img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.b-here-you-can .card-cell .person--cb img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.b-here-you-can .card-cell .person img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.b-here-you-can .card-cell .drop-shadow {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000 22.06%, rgba(217, 217, 217, 0) 97.91%);
  mix-blend-mode: normal;
  opacity: 0.4;
  transition: opacity 0.4s ease;
}
.b-here-you-can .card-cell .text {
  position: absolute;
  left: 11%;
  top: 45%;
  width: 78%;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.b-here-you-can .card-cell .title {
  top: calc(100% - 68px);
  transition: all 0.5s ease;
  width: 78%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 11%;
  font-family: Roboto Flex, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #FFFFFF;
  justify-content: space-between;
}
.b-here-you-can .card-cell .title .title__next {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
}
.b-here-you-can .card-cell .title .title__next svg {
  fill: #fff;
  stroke: #fff;
  width: 24px;
  height: 24px;
}
.b-here-you-can .card-cell:hover .drop-shadow {
  opacity: 0;
}
.b-here-you-can .card-cell:hover .person img {
  opacity: 0;
}
.b-here-you-can .card-cell:hover .title {
  top: 22px;
}
.b-here-you-can .card-cell:hover .text {
  opacity: 1;
}
.b-here-you-can .text-cell .text-label {
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 70px 0 70px 15%;
  padding-right: 55px;
  font-family: Roboto Flex, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}
.b-here-you-can .text-cell .text-label:after {
  content: url("/assets/don/here-you-can/pointer.svg");
  position: absolute;
  right: 0;
  top: 0;
}
.b-here-you-can .text-cell .text-label strong {
  font-weight: 700;
}

.b-get-opportunities {
  box-sizing: border-box;
  margin: 50px 20px;
  padding: 15px 20px 15px 20px;
  border-radius: 50px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 61.25em) {
  .b-get-opportunities {
    gap: 0;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.b-get-opportunities .text {
  flex-grow: 6;
  font-family: Roboto Flex, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 46.25em) {
  .b-get-opportunities .text {
    text-align: left;
  }
}
.b-get-opportunities .text .dot {
  display: inline-block;
  margin: 0 7px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #C7F067;
}
.b-get-opportunities .text strong {
  font-weight: 700;
}
.b-get-opportunities .image {
  flex-grow: 4;
  display: flex;
  align-items: center;
}
.b-get-opportunities .image img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}

.b-news-feed {
  margin: 50px 20px;
  overflow: hidden;
}
@media (min-width: 61.25em) {
  .b-news-feed {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 61.25em) {
  .b-news-feed .b-news-feed-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
@media (min-width: 61.25em) {
  .b-news-feed .b-news-feed-slider-wrap {
    margin-left: max(0px, 50% - 607.5px);
  }
}
@media (min-width: 61.25em) {
  .b-news-feed .tns-ovh {
    overflow: initial;
  }
}

.news-slider {
  margin-top: 20px;
}
@media (min-width: 61.25em) {
  .news-slider {
    margin-top: 90px;
  }
}
.news-slider .item {
  display: block;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  text-decoration: none;
  color: #333;
  position: relative;
}
.news-slider .item:hover {
  box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
}
.news-slider .item:hover:after {
  content: url("/assets/don/circle-arrow.svg");
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.news-slider .item .image img {
  width: 100%;
  border-radius: 16px;
}
.news-slider .item .text {
  margin-top: 25px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-slider .item .date {
  margin-top: 13px;
  font-family: Roboto Flex, serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  color: #98A0A2;
}

.news-controls {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
}
@media (min-width: 61.25em) {
  .news-controls {
    margin-top: 75px;
  }
}
@media (max-width: 61.24em) {
  .news-controls .news-controls-wrap {
    margin: 0 auto;
  }
}
.news-controls ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
.news-controls ul li {
  padding: 0;
  margin: 0;
}

.b-news-top-header {
  margin: 40px 20px;
}
@media (min-width: 61.25em) {
  .b-news-top-header {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}

.b-news-top {
  margin: 40px 20px;
  display: flex;
  gap: 30px;
  flex-flow: wrap;
  /**
      == b-top-news-list ==
   */
}
@media (min-width: 61.25em) {
  .b-news-top {
    gap: 60px;
    flex-flow: nowrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.b-news-top .b-main-news {
  flex-grow: 1;
  flex-flow: wrap;
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-news-top .b-main-news {
    flex-flow: nowrap;
    flex-basis: calc(70% - 60px);
  }
}
.b-news-top .b-main-news .b-main-news-card {
  display: flex;
  border-radius: 16px;
  background: #F6F6F6;
  gap: 30px;
  padding: 30px;
  text-decoration: none;
  flex-flow: wrap;
}
@media (min-width: 61.25em) {
  .b-news-top .b-main-news .b-main-news-card {
    gap: 60px;
    flex-flow: nowrap;
  }
}
.b-news-top .b-main-news .b-main-news-card:hover {
  box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
}
.b-news-top .b-main-news .b-main-news-card:hover .b-main-news-card__info .date .link {
  visibility: initial;
}
.b-news-top .b-main-news .b-main-news-card .b-main-news-card__image {
  flex-grow: 1;
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-news-top .b-main-news .b-main-news-card .b-main-news-card__image {
    flex-basis: 45%;
  }
}
.b-news-top .b-main-news .b-main-news-card .b-main-news-card__image img {
  border-radius: 16px;
  width: 100%;
}
.b-news-top .b-main-news .b-main-news-card .b-main-news-card__info {
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  flex-flow: column;
  gap: 35px;
}
@media (min-width: 61.25em) {
  .b-news-top .b-main-news .b-main-news-card .b-main-news-card__info {
    flex-basis: 55%;
  }
}
.b-news-top .b-main-news .b-main-news-card .b-main-news-card__info .title {
  color: #191A23;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 150% */
}
.b-news-top .b-main-news .b-main-news-card .b-main-news-card__info .description {
  flex-grow: 1;
  overflow: hidden;
  color: #191A23;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.b-news-top .b-main-news .b-main-news-card .b-main-news-card__info .date {
  color: #98A0A2;
  font-family: Roboto Flex, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.b-news-top .b-main-news .b-main-news-card .b-main-news-card__info .date .link {
  visibility: hidden;
}
.b-news-top .b-top-news-list {
  display: flex;
  flex-flow: column;
  flex-flow: wrap;
}
@media (min-width: 61.25em) {
  .b-news-top .b-top-news-list {
    flex-basis: 30%;
    margin-top: -15px;
  }
}
.b-news-top .b-top-news-list .b-top-news-list-card {
  padding: 15px 25px;
  text-decoration: none;
  display: block;
}
@media (max-width: 61.24em) {
  .b-news-top .b-top-news-list .b-top-news-list-card {
    width: 100%;
  }
}
.b-news-top .b-top-news-list .b-top-news-list-card:hover {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
}
.b-news-top .b-top-news-list .b-top-news-list-card .title {
  display: block;
  overflow: hidden;
  color: #191A23;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.b-news-top .b-top-news-list .b-top-news-list-card .date {
  display: block;
  margin-top: 12px;
  color: #98A0A2;
  font-family: Roboto Flex, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b-news-filter-header {
  margin: 0 20px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-news-filter-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    flex-wrap: nowrap;
    gap: 60px;
  }
}
.b-news-filter-header .b-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 61.25em) {
  .b-news-filter-header .b-filter-group {
    gap: 35px;
  }
}
.b-news-filter-header .date-active {
  font-weight: bold;
  color: #000000;
}

.b-news-list-container .b-news-filter-list__not_found {
  padding: 50px 10px;
  text-align: center;
  font-size: 20px;
  font-family: Roboto Flex, serif;
}

.b-news-filter-directions {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
  margin: 30px 20px;
}
@media (min-width: 61.25em) {
  .b-news-filter-directions {
    margin: 65px auto 60px;
  }
}
.b-news-filter-directions .b-news-filter-directions__groups {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 61.25em) {
  .b-news-filter-directions .b-news-filter-directions__groups {
    gap: 8%;
    flex-wrap: nowrap;
  }
}
.b-news-filter-directions .b-news-filter-directions__item {
  margin: 15px 0;
}
.b-news-filter-directions .b-news-filter-directions__item input[type=checkbox] {
  display: inline-block;
  width: 22px;
  height: 22px;
  visibility: hidden;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 16px;
}
.b-news-filter-directions .b-news-filter-directions__item input[type=checkbox]::after {
  visibility: visible;
  display: block;
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' stroke='%2398A0A2'/%3E%3C/svg%3E%0A");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-news-filter-directions .b-news-filter-directions__item input[type=checkbox]:hover::after {
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='20' height='20' rx='4' stroke='%231A1E27' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.b-news-filter-directions .b-news-filter-directions__item input[type=checkbox]:checked::after {
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' fill='%23191A23'/%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' stroke='black'/%3E%3Cpath d='M7 11.8696L10 15L15 7' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.b-news-filter-status-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b-news-filter-status-panel .tags {
  display: flex;
  flex-wrap: wrap;
}
.b-news-filter-status-panel .controls {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.b-news-filter-list {
  margin: 0 20px;
}
@media (min-width: 61.25em) {
  .b-news-filter-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
.b-news-filter-list .b-news-filter-list__date {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto Flex, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 118.182% */
  margin-top: 40px;
}
@media (min-width: 61.25em) {
  .b-news-filter-list .b-news-filter-list__date {
    margin-top: 90px;
  }
}
.b-news-filter-list .b-news-filter-list__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 45px;
  margin: 30px -20px;
}
@media (min-width: 61.25em) {
  .b-news-filter-list .b-news-filter-list__items {
    margin: 60px -20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.b-news-filter-list .b-news-item {
  display: flex;
  text-decoration: none;
  height: 100%;
  flex-flow: column;
  padding: 10px 20px 20px;
}
.b-news-filter-list .b-news-item:hover {
  box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
  background: #fff;
  border-radius: 20px;
}
.b-news-filter-list .b-news-item:hover .date .link {
  visibility: initial;
}
.b-news-filter-list .b-news-item .image {
  display: block;
}
.b-news-filter-list .b-news-item .image img {
  width: 100%;
  border-radius: 16px;
}
.b-news-filter-list .b-news-item .title {
  margin-top: 25px;
  display: block;
  color: #191A23;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  flex-grow: 1;
}
.b-news-filter-list .b-news-item .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #98A0A2;
  font-family: Roboto Flex, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b-news-filter-list .b-news-item .date .link {
  visibility: hidden;
}

.b-news-list-show-more {
  margin: 45px auto 70px;
  text-align: center;
}

.b-news-detail {
  margin-bottom: 90px;
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 61.25em) {
  .b-news-detail {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
.b-news-detail .b-news-detail__detail_picture img {
  border-radius: 16px;
  width: 100%;
}
.b-news-detail .b-news-detail__layout {
  margin: 30px 0 0;
  display: flex;
  -moz-column-gap: 140px;
       column-gap: 140px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 61.25em) {
  .b-news-detail .b-news-detail__layout {
    margin: 80px 0 0;
  }
}
@media (min-width: 61.25em) {
  .b-news-detail .b-news-detail__layout .left-column {
    flex-basis: calc(65% - 70px);
  }
}
@media (max-width: 61.24em) {
  .b-news-detail .b-news-detail__layout .right-column .tags-chips {
    margin: 10px 0 50px;
  }
}
@media (min-width: 61.25em) {
  .b-news-detail .b-news-detail__layout .right-column {
    flex-basis: calc(35% - 70px);
  }
}
.b-news-detail .b-news-detail__layout .date {
  font-family: Roboto Flex, serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  color: #98A0A2;
  margin: 25px 0 30px;
}
@media (min-width: 61.25em) {
  .b-news-detail .b-news-detail__layout .date {
    margin: 45px 0 50px;
  }
}
.b-news-detail .b-news-detail__layout .detail-text {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 50px;
}
.b-news-detail .b-news-detail__layout .image-slider {
  margin: 80px 0;
}
@media (max-width: 61.24em) {
  .b-news-detail .left-header {
    order: 1;
  }
  .b-news-detail .left-content {
    order: 2;
  }
  .b-news-detail .right-tags {
    order: 3;
  }
  .b-news-detail .right-more {
    order: 4;
  }
}

.b-history-promotion {
  background: #191A23;
  border-radius: 20px;
  position: relative;
  margin: 50px 10px;
  padding: 40px 30px;
  box-sizing: border-box;
  height: 750px;
  overflow: hidden;
}
@media (min-width: 61.25em) {
  .b-history-promotion {
    margin-left: auto;
    margin-right: auto;
    max-width: 1375px;
    padding: 100px 80px 80px;
    margin-bottom: 80px;
    height: 685px;
  }
}
.b-history-promotion .stripe {
  display: none;
}
@media (min-width: 61.25em) {
  .b-history-promotion .stripe {
    position: absolute;
    display: block;
    left: 30%;
    bottom: -5px;
  }
}
.b-history-promotion .more-link {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-bottom-right-radius: 20px;
}
.b-history-promotion .more-link a {
  border-radius: 16px;
}
.b-history-promotion .talk-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  white-space: nowrap;
}
@media (min-width: 61.25em) {
  .b-history-promotion .talk-link {
    position: absolute;
    left: 80px;
    bottom: 80px;
    transform: none;
  }
}
.b-history-promotion .b-stack-cards-wrapper {
  margin: 20px 0 0;
  position: relative;
}
@media (min-width: 61.25em) {
  .b-history-promotion .b-stack-cards-wrapper {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 15%;
  }
}
.b-history-promotion .promo {
  color: #fff;
  z-index: 10;
}
.b-history-promotion .promo .promo-title {
  z-index: 5;
  font-family: Roboto Flex, serif;
  letter-spacing: 0px;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  font-size: 35px;
  font-weight: 900;
  line-height: 42px;
}
@media (min-width: 61.25em) {
  .b-history-promotion .promo .promo-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 59px;
  }
}
.b-history-promotion .promo .promo-title span {
  display: inline-block;
  background: #955BE0;
  padding: 0px 18px 5px;
  margin: 10px 0 10px -18px;
  border-radius: 40px;
}
@media (min-width: 61.25em) {
  .b-history-promotion .promo .promo-title span {
    margin: 10px 0 20px -18px;
    padding: 0px 18px 5px;
  }
}
.b-history-promotion .promo .promo-description {
  z-index: 5;
  max-width: 400px;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}
@media (max-width: 61.24em) {
  .b-history-promotion .promo .promo-description {
    margin-top: 20px;
  }
}

.story-promotion-slider {
  position: relative;
  margin: 0 10px;
}
@media (min-width: 61.25em) {
  .story-promotion-slider {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
.story-promotion-slider .story-promotion-slider-controls ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.story-promotion-slider .story-promotion-slider-controls ul li {
  padding: 0;
  margin: 0;
}
.story-promotion-slider .story-promotion-slider-controls .b-button-round-mono.prev {
  position: absolute;
  top: 30%;
  left: 0px;
  z-index: 10;
}
@media (min-width: 61.25em) {
  .story-promotion-slider .story-promotion-slider-controls .b-button-round-mono.prev {
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
  }
}
.story-promotion-slider .story-promotion-slider-controls .b-button-round-mono.next {
  position: absolute;
  top: 30%;
  right: 0px;
  z-index: 10;
}
@media (min-width: 61.25em) {
  .story-promotion-slider .story-promotion-slider-controls .b-button-round-mono.next {
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
  }
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item-card:nth-child(3n+1) .b-item:hover {
  background: #C7F067;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item-card:nth-child(3n+2) .b-item:hover {
  color: #fff;
  background: #563AA4;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item-card:nth-child(3n+2) .b-item:hover .date {
  color: #fff;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item-card:nth-child(3n+3) .b-item:hover {
  color: #fff;
  background: #191A23;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item-card:nth-child(3n+3) .b-item:hover .date {
  color: #fff;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item {
  padding: 20px;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  display: block;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item .b-item__image {
  position: relative;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item .b-item__image:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, #191A23 100%) center bottom;
  z-index: 1;
  border-radius: 20px;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item .b-item__image .image {
  width: 100%;
  border-radius: 20px;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item .b-item__image .title {
  position: absolute;
  bottom: 20px;
  left: 25px;
  font-family: Roboto Flex, serif;
  font-size: 22px;
  font-weight: 630;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  color: #fff;
  z-index: 2;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item .b-item__text {
  display: flex;
  flex-flow: column;
  padding: 25px;
  gap: 20px;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item .b-item__text .description {
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  flex-grow: 1;
}
.story-promotion-slider .story-promotion-slider-wrapper .b-item .b-item__text .date {
  font-family: Roboto Flex, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #98A0A2;
}

.b-story-top {
  margin: 20px;
  display: flex;
  background: transparent;
  flex-wrap: wrap;
  border-radius: 30px;
  color: inherit;
  text-decoration: none;
  gap: 20px;
}
@media (min-width: 61.25em) {
  .b-story-top {
    gap: 0;
    margin-top: 85px;
    margin-bottom: 70px;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
.b-story-top:hover {
  box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
}
.b-story-top .b-story-side {
  background: #F6F6F6;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  position: relative;
  display: block;
  flex-basis: 100%;
}
@media (max-width: 61.24em) {
  .b-story-top .b-story-side {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media (min-width: 61.25em) {
  .b-story-top .b-story-side {
    flex-basis: 40%;
  }
}
.b-story-top .b-story-side .b-story-top-image__image {
  display: block;
  height: 100%;
}
.b-story-top .b-story-side .b-story-top-image__image img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  width: 100%;
}
@media (min-width: 61.25em) {
  .b-story-top .b-story-side .b-story-top-image__image img {
    width: auto;
    height: 100%;
  }
}
.b-story-top .b-story-top__image-tags {
  position: absolute;
  left: 10px;
  top: 25px;
}
@media (min-width: 61.25em) {
  .b-story-top .b-story-top__image-tags {
    left: 45px;
    top: 30px;
  }
}
.b-story-top .b-story-top__image-tags .tags-chips {
  flex-flow: column;
}
.b-story-top .b-story-top__image-tags .tags-chips .tags-chips__item {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.b-story-top .b-story-top-info {
  display: flex;
  flex-flow: column;
  background: #F6F6F6;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 30px 20px;
  box-sizing: border-box;
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-story-top .b-story-top-info {
    flex-basis: 60%;
    padding: 60px 120px 33px 80px;
  }
}
@media (max-width: 61.24em) {
  .b-story-top .b-story-top-info {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  }
}
.b-story-top .b-story-top-info .title {
  font-family: Roboto Flex, serif;
  font-weight: 630;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  margin-bottom: 30px;
}
@media (min-width: 61.25em) {
  .b-story-top .b-story-top-info .title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 55px;
  }
}
.b-story-top .b-story-top-info .description {
  flex-grow: 1;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.b-story-top .b-story-top-info .date {
  margin-top: 20px;
  font-family: Roboto Flex, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 61.25em) {
  .b-story-top .b-story-top-info .date {
    margin-top: 0;
  }
}

.b-stories-filter-header {
  margin: 10px 20px 20px;
  display: flex;
}
@media (min-width: 61.25em) {
  .b-stories-filter-header {
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    gap: 60px;
  }
}
.b-stories-filter-header .b-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 61.25em) {
  .b-stories-filter-header .b-filter-group {
    gap: 35px;
  }
}
.b-stories-filter-header .date-active {
  font-weight: bold;
  color: #000000;
}

.b-stories-filter-title {
  margin: 40px 20px 30px;
}
@media (min-width: 61.25em) {
  .b-stories-filter-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 85px;
    margin-bottom: 55px;
  }
}
.b-stories-filter-title .b-title {
  font-family: Roboto Flex, serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 630;
  color: #000000;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
@media (min-width: 61.25em) {
  .b-stories-filter-title .b-title {
    font-size: 35px;
    line-height: 42px;
  }
}

.b-stories-list-container .b-stories-filter-list__not_found {
  padding: 50px 10px;
  text-align: center;
  font-size: 20px;
  font-family: Roboto Flex, serif;
}

.b-stories-filter-directions {
  margin: 25px 20px 20px;
}
@media (min-width: 61.25em) {
  .b-stories-filter-directions {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin: 65px auto 60px;
  }
}
.b-stories-filter-directions .b-stories-filter-directions__groups {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-stories-filter-directions .b-stories-filter-directions__groups {
    flex-wrap: nowrap;
    gap: 8%;
  }
}
.b-stories-filter-directions .b-stories-filter-directions__item {
  margin: 15px 0 0;
}
@media (min-width: 61.25em) {
  .b-stories-filter-directions .b-stories-filter-directions__item {
    margin: 15px 0;
  }
}
.b-stories-filter-directions .b-stories-filter-directions__item input[type=checkbox] {
  display: inline-block;
  width: 22px;
  height: 22px;
  visibility: hidden;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 16px;
}
.b-stories-filter-directions .b-stories-filter-directions__item input[type=checkbox]::after {
  visibility: visible;
  display: block;
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' stroke='%2398A0A2'/%3E%3C/svg%3E%0A");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-stories-filter-directions .b-stories-filter-directions__item input[type=checkbox]:hover::after {
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='20' height='20' rx='4' stroke='%231A1E27' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.b-stories-filter-directions .b-stories-filter-directions__item input[type=checkbox]:checked::after {
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' fill='%23191A23'/%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' stroke='black'/%3E%3Cpath d='M7 11.8696L10 15L15 7' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.b-stories-filter-status-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b-stories-filter-status-panel .tags {
  display: flex;
  flex-wrap: wrap;
}
.b-stories-filter-status-panel .controls {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.b-stories-filter-list {
  margin: 0 20px;
}
@media (min-width: 61.25em) {
  .b-stories-filter-list {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
.b-stories-filter-list .b-stories-filter-list__date {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto Flex, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 118.182% */
  margin-top: 90px;
}
.b-stories-filter-list .b-stories-filter-list__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 61.25em) {
  .b-stories-filter-list .b-stories-filter-list__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 45px;
  }
}
.b-stories-filter-list .b-stories-item {
  display: flex;
  text-decoration: none;
  flex-flow: column;
  color: #191A23;
  padding: 20px 30px;
  border-radius: 30px;
  border: 1px solid #E0E0E0;
}
.b-stories-filter-list .b-stories-item .b-stories-item-top {
  display: flex;
  gap: 18px;
  align-items: center;
}
.b-stories-filter-list .b-stories-item:hover {
  box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
  background: #fff;
  border-radius: 20px;
}
.b-stories-filter-list .b-stories-item:hover .date .link {
  visibility: initial;
}
.b-stories-filter-list .b-stories-item .image {
  display: block;
}
.b-stories-filter-list .b-stories-item .image img {
  width: 100%;
  border-radius: 16px;
}
.b-stories-filter-list .b-stories-item .title {
  display: block;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 630;
  line-height: normal;
  flex-grow: 1;
  color: #191A23;
}
.b-stories-filter-list .b-stories-item .text {
  margin-top: 16px;
  color: #191A23;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  overflow: hidden;
}

.b-stories-list-show-more {
  margin: 85px auto 70px;
  text-align: center;
}

.b-story-detail {
  margin: 0 20px 20px;
}
@media (min-width: 61.25em) {
  .b-story-detail {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-bottom: 30px;
  }
}
.b-story-detail .into-mobile {
  margin: 30px 0;
}
@media (min-width: 61.25em) {
  .b-story-detail .into-mobile {
    display: none;
  }
}
.b-story-detail .b-story-detail__detail_picture img {
  border-radius: 16px;
  width: calc(100% - 50px);
}
.b-story-detail .b-story-detail__layout {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  margin: 20px 0 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 61.25em) {
  .b-story-detail .b-story-detail__layout {
    margin: 80px 0 0;
  }
}
@media (min-width: 61.25em) {
  .b-story-detail .b-story-detail__layout .left-column {
    flex-basis: calc(62% - 50px - 50px);
  }
}
@media (min-width: 61.25em) {
  .b-story-detail .b-story-detail__layout .right-column {
    flex-basis: calc(38% - 50px + 50px);
  }
}
.b-story-detail .b-story-detail__layout .story-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 61.25em) {
  .b-story-detail .b-story-detail__layout .story-title {
    gap: 10%;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.b-story-detail .b-story-detail__layout .story-title .socials {
  display: flex;
  gap: 18px;
}
.b-story-detail .b-story-detail__layout .date {
  font-family: Roboto Flex, serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  color: #98A0A2;
  margin: 10px 0 20px;
}
@media (min-width: 61.25em) {
  .b-story-detail .b-story-detail__layout .date {
    margin: 45px 0 50px;
  }
}
.b-story-detail .b-story-detail__layout .detail-text {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 50px;
}
.b-story-detail .b-story-detail__layout .b-tags-wrapper {
  margin: 45px 0 20px;
}
@media (min-width: 61.25em) {
  .b-story-detail .b-story-detail__layout .b-tags-wrapper {
    margin: 45px 0 25px 55px;
  }
}
.b-story-detail .b-story-detail__layout .b-story-detail__result {
  position: relative;
  margin-top: -55px;
  margin-left: 50px;
  background: #563AA4;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 20px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.b-story-detail .b-story-detail__layout .b-story-detail__result .result__text {
  flex-grow: 1;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.b-story-detail .b-story-detail__layout .image-slider {
  margin: 40px 0 0;
}

.b-stack-cards {
  height: auto;
  width: 100%;
}
@media (min-width: 61.25em) {
  .b-stack-cards {
    height: 450px;
    width: 550px;
  }
}
.b-stack-cards .b-card {
  position: absolute;
  transition: left 1s ease, z-index 1s ease;
  width: 80%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 61.25em) {
  .b-stack-cards .b-card {
    width: 450px;
    height: 450px;
    aspect-ratio: auto;
  }
}
.b-stack-cards .b-card .b-card__image {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.b-stack-cards .b-card .b-card__image img {
  width: 100%;
  border-radius: 30px;
}
.b-stack-cards .b-card .b-card__image:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, #000 120%) no-repeat;
}
.b-stack-cards .b-card.current .b-card__text {
  opacity: 1;
}
.b-stack-cards .b-card .b-card__text {
  transition: opacity 1s ease-in-out;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 10%;
  color: #fff;
}
.b-stack-cards .b-card .b-card__text .title {
  font-family: Roboto Flex, serif;
  font-size: 22px;
  font-weight: 630;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  margin: 10px 10px 30px;
}
@media (min-width: 61.25em) {
  .b-stack-cards .b-card .b-card__text .title {
    margin: 16px 40px;
  }
}
.b-stack-cards .b-card .b-card__text .description {
  display: none;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  margin: 16px 100px 0 40px;
}
@media (min-width: 61.25em) {
  .b-stack-cards .b-card .b-card__text .description {
    display: initial;
    display: -webkit-box;
  }
}
.b-stack-cards .b-card .b-card__text .read {
  position: absolute;
  right: 20px;
  bottom: 0px;
}
.b-stack-cards .b-card .b-card__text .read a {
  color: #fff;
  text-decoration: none;
}
.b-stack-cards .b-card .b-card__text .read a svg {
  margin-top: -2px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  fill: #fff;
  stroke: #fff;
}

.tags-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tags-chips .tags-chips__item {
  background: #F6F6F6;
  border-radius: 40px;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  font-family: Roboto Flex, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.tags-chips .tags-chips__item.tags-chips__item--cross:after {
  vertical-align: middle;
  margin: 0 0 0 8px;
  content: 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='M8.77808 1.11084L0.999902 8.88901' stroke='%23191A23' stroke-linecap='round'/%3E%3Cpath d='M8.77808 8.88916L0.999902 1.11099' stroke='%23191A23' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.tags-chips .tags-chips__item:hover:not(.tags-chips__item--static) {
  background: #C7F067;
}

.tags-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 61.25em) {
  .tags-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 56px 42px;
  }
}
.tags-grid .tags-grid__item {
  display: flex;
  padding: 25px 10px;
  border-radius: 30px;
  border: 1px solid #D9D9D9;
  gap: 10px;
  flex-flow: column;
  text-decoration: initial;
  color: initial;
}
@media (min-width: 61.25em) {
  .tags-grid .tags-grid__item {
    gap: 20px;
    padding: 40px 20px 15px 20px;
  }
}
.tags-grid .tags-grid__item:hover {
  box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
}
.tags-grid .tags-grid__item .icon {
  text-align: center;
}
.tags-grid .tags-grid__item .name {
  font-family: Roboto Flex, serif;
  font-weight: 630;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
@media (min-width: 61.25em) {
  .tags-grid .tags-grid__item .name {
    font-size: 18px;
    line-height: 27px;
  }
}

.b-related .b-related__title {
  color: #C7F067;
  font-family: Roboto Flex, serif;
  font-size: 24px;
  font-weight: 630;
  line-height: 28px;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
.b-related .b-related__more {
  text-align: right;
}
.b-related .b-related-list .b-related-item {
  margin: 30px 0;
}
.b-related .b-related-list .b-related-item .b-related-item__title {
  display: block;
  text-decoration: none;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #191A23;
}
.b-related .b-related-list .b-related-item .b-related-item__date {
  margin-top: 12px;
  font-family: Roboto Flex, serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  color: #98A0A2;
}

.image-slider {
  position: relative;
}
.image-slider .item {
  text-decoration: none;
  color: #333;
}
.image-slider .item .image img {
  width: 100%;
  border-radius: 16px;
}
.image-slider .image-slider-controls ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.image-slider .image-slider-controls ul li {
  padding: 0;
  margin: 0;
}
.image-slider .image-slider-controls .b-button-round-mono.prev {
  position: absolute;
  left: -10px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (min-width: 61.25em) {
  .image-slider .image-slider-controls .b-button-round-mono.prev {
    left: -50px;
  }
}
.image-slider .image-slider-controls .b-button-round-mono.next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 61.25em) {
  .image-slider .image-slider-controls .b-button-round-mono.next {
    right: -50px;
  }
}
.image-slider .image-slider-controls.image-slider-controls--bottom {
  margin-top: 30px;
  position: relative;
  display: flex;
  gap: 20px;
}
@media (min-width: 61.25em) {
  .image-slider .image-slider-controls.image-slider-controls--bottom {
    margin-top: 55px;
  }
}
.image-slider .image-slider-controls.image-slider-controls--bottom .b-button-round-mono.next,
.image-slider .image-slider-controls.image-slider-controls--bottom .b-button-round-mono.prev {
  position: initial;
  transform: initial;
}

.b-join-events {
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #98A0A2;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #000000;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 61.25em) {
  .b-join-events {
    margin-left: 0;
    margin-right: 0;
  }
}
.b-join-events .b-join-events__text {
  font-family: Roboto Flex, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 61.25em) {
  .b-join-events .b-join-events__text {
    font-size: 16px;
  }
}
.b-join-events .b-join-events__image {
  position: relative;
}
@media (max-width: 61.24em) {
  .b-join-events .b-join-events__image {
    width: 54px;
    height: 54px;
  }
  .b-join-events .b-join-events__image img {
    display: none;
  }
}
.b-join-events .b-join-events__image .cross, .b-join-events .b-join-events__image .accept {
  position: absolute;
  right: -20px;
  top: 0;
  transition: all ease-in-out 0.8s;
}
@media (min-width: 61.25em) {
  .b-join-events .b-join-events__image .cross, .b-join-events .b-join-events__image .accept {
    right: 0;
    top: 0;
  }
}
.b-join-events .b-join-events__image .cross {
  opacity: 1;
}
.b-join-events .b-join-events__image .accept {
  opacity: 0;
  filter: grayscale(1);
}
.b-join-events:hover .cross {
  transform: rotate(-180deg);
  opacity: 0;
}
.b-join-events:hover .accept {
  opacity: 1;
  filter: grayscale(0);
}

.mfeedback {
  margin-left: auto;
  margin-right: auto;
  max-width: 1375px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #C7F067;
  padding: 35px 28px;
  margin-bottom: 60px;
}
@media (min-width: 61.25em) {
  .mfeedback {
    padding: 55px 48px 70px 77px;
    margin-bottom: 60px;
  }
}
.mfeedback .mfeedback-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .mfeedback .mfeedback-wrapper {
    flex-wrap: nowrap;
  }
}
.mfeedback .mfeedback-wrapper .title {
  max-width: 360px;
  font-family: Roboto Flex, sans-serif;
  font-size: 34px;
  font-weight: 630;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
.mfeedback .mfeedback-wrapper .pick {
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 61.25em) {
  .mfeedback .mfeedback-wrapper .pick {
    display: none;
  }
}
.mfeedback form input[type=text] {
  padding: 10px 20px;
  background: #fff;
  border-radius: 16px;
  border: none;
  outline: none;
  margin: 14px 0;
  width: 100%;
  max-width: initial;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  box-sizing: border-box;
}
@media (min-width: 61.25em) {
  .mfeedback form input[type=text] {
    max-width: 290px;
  }
}
.mfeedback form textarea {
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding: 10px 20px;
  background: #fff;
  border-radius: 16px;
  border: none;
  outline: none;
  width: 100%;
  max-width: initial;
  height: 180px;
  box-sizing: border-box;
}
@media (min-width: 61.25em) {
  .mfeedback form textarea {
    max-width: 580px;
  }
}
.mfeedback form input[type=submit] {
  padding: 20px 30px;
  border-radius: 30px;
  border: 1px solid #191A23;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  background: transparent;
  cursor: pointer;
}
.mfeedback form input[type=submit]:hover {
  background: #9747FF;
  border-color: #9747FF;
  color: #fff;
}
.mfeedback form .mf-name {
  margin-top: 20px;
}
@media (min-width: 61.25em) {
  .mfeedback form .mf-name {
    margin-top: 69px;
  }
}
.mfeedback .b-center {
  flex-grow: 1;
  position: relative;
}
.mfeedback .b-center .mf-ok-text {
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60px;
  z-index: 20;
  transform: translateX(-50%);
}
.mfeedback .b-center .b-errors {
  font-weight: bold;
  position: absolute;
  left: 150px;
  top: 60px;
  z-index: 20;
  transform: translateY(-50%);
}
.mfeedback .b-center .arrow {
  display: none;
}
@media (min-width: 61.25em) {
  .mfeedback .b-center .arrow {
    display: block;
    margin: 46px 0 30px 65px;
  }
}
.mfeedback .b-center .mf-message {
  margin-top: 20px;
}
@media (min-width: 61.25em) {
  .mfeedback .b-center .mf-message {
    margin-top: 0;
  }
}
.mfeedback .b-right {
  text-align: center;
  width: 100%;
}
@media (min-width: 61.25em) {
  .mfeedback .b-right {
    width: initial;
  }
}
.mfeedback .b-right input {
  margin: 20px auto 0;
}
@media (min-width: 61.25em) {
  .mfeedback .b-right input {
    margin: 0;
  }
}
.mfeedback .b-right svg {
  display: none;
  margin: 0 auto 30px;
  padding-right: 20px;
}
@media (min-width: 61.25em) {
  .mfeedback .b-right svg {
    display: block;
  }
}

#territories-svg .area {
  fill: #DFDFDF;
  stroke: #969696;
}
#territories-svg .area[data-name]:hover {
  cursor: pointer;
  fill: #C7F067;
}
#territories-svg .local-area[data-name]:hover {
  cursor: pointer;
}
#territories-svg .local-area[data-name]:hover rect {
  fill: #C7F067;
}
#territories-svg .local-area[data-name]:hover path {
  fill: black;
}

.map-hint-box {
  pointer-events: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(32, 56, 85, 0.15);
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  min-width: 300px;
}
.map-hint-box .map-hint-box__name {
  font-family: "Roboto Flex", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  margin-bottom: 20px;
}
.map-hint-box .mhb-stats {
  display: flex;
  margin: 10px 0 0;
  gap: 24px;
}
.map-hint-box .mhb-stats .mhb-stats-number {
  font-family: "Roboto Flex", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #191A23;
}
.map-hint-box .mhb-stats .mhb-stats-text {
  font-family: "Roboto Flex", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #191A23;
}

.b-territories-stat {
  padding: 15px;
  border: 1px solid #E0E0E0;
  border-radius: 50px;
  background: #fff;
  display: inline-flex;
  gap: 15px;
  align-items: center;
}
.b-territories-stat .icon svg {
  vertical-align: middle;
}
.b-territories-stat .b-content {
  flex-grow: 10;
  display: flex;
  flex-flow: column;
}
.b-territories-stat .value {
  font-family: Roboto Flex, serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  color: #191A23;
}
.b-territories-stat .hint {
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.b-territories-stat--no-border {
  border: none;
}
.b-territories-stat--dense {
  padding: 0;
}
.b-territories-stat--dense .value {
  font-size: 22px;
  line-height: 26px;
}

.b-territory-items {
  margin: 0 20px;
}
@media (min-width: 61.25em) {
  .b-territory-items {
    margin-left: auto;
    margin-right: auto;
    max-width: 1375px;
  }
}
.b-territory-items .b-territory-item {
  position: relative;
  margin: 30px 0;
}
@media (min-width: 61.25em) {
  .b-territory-items .b-territory-item {
    margin: 55px 0;
  }
}
.b-territory-items .b-territory-item:first-child {
  border: 1px solid #E0E0E0;
  border-radius: 30px;
}
.b-territory-items .b-territory-item:first-child:before {
  content: url("/assets/don/bookmark.svg");
  width: 62px;
  height: auto;
  position: absolute;
  right: 60px;
  top: 0;
}
.b-territory-items .b-territory-item .b-territory-item-inner {
  padding: 50px 10px;
}
@media (min-width: 61.25em) {
  .b-territory-items .b-territory-item .b-territory-item-inner {
    padding: 50px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
.b-territory-items .b-territory-item .b-territory-item-inner .b-top-bar {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-territory-items .b-territory-item .b-territory-item-inner .b-top-bar {
    gap: 58px;
    flex-wrap: nowrap;
  }
}
.b-territory-items .b-territory-item .b-territory-item-inner .b-top-bar .title {
  font-family: Roboto Flex, serif;
  font-size: 22px;
  font-weight: 630;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-territory-items .b-territory-item .b-territory-item-inner .b-top-bar .title {
    flex-basis: initial;
    font-size: 34px;
    font-weight: 630;
    line-height: 40px;
  }
}
.b-territory-items .b-territory-item .b-territory-item-inner .b-items {
  margin: 30px 0;
  display: grid;
  gap: 35px;
  grid-template-columns: 1fr;
}
@media (min-width: 61.25em) {
  .b-territory-items .b-territory-item .b-territory-item-inner .b-items {
    margin: 85px 0;
    grid-template-columns: 1fr 1fr;
  }
}

.b-contact-item {
  background: #F6F6F6;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 27px;
  color: #191A23;
  border-radius: 30px;
}
.b-contact-item[data-contact-id] {
  cursor: pointer;
}
@media (min-width: 61.25em) {
  .b-contact-item {
    flex-wrap: nowrap;
  }
  .b-contact-item:hover {
    box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
  }
}
.b-contact-item .pic {
  flex-basis: 100%;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-contact-item .pic {
    text-align: left;
    flex-basis: initial;
  }
}
.b-contact-item .info {
  display: flex;
  flex-flow: column;
}
.b-contact-item .hint {
  padding: 10px 25px;
  border-radius: 20px;
  gap: 10px;
  background: #fff;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 25px;
  width: -moz-fit-content;
  width: fit-content;
  order: 2;
}
@media (min-width: 61.25em) {
  .b-contact-item .hint {
    border-radius: 50px;
    order: 1;
    padding: 10px 20px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.b-contact-item .rows {
  flex-grow: 1;
  margin-bottom: 28px;
  order: 1;
}
@media (min-width: 61.25em) {
  .b-contact-item .rows {
    order: 2;
  }
}
.b-contact-item .first-row, .b-contact-item .second-row {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 630;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
.b-contact-item .email {
  order: 3;
}
.b-contact-item .phone {
  order: 4;
}
.b-contact-item .email, .b-contact-item .phone {
  display: flex;
  gap: 10px;
}
.b-contact-item .email a, .b-contact-item .phone a {
  align-items: center;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: inherit;
}
.b-contact-item .email + .phone {
  margin-top: 10px;
}

.b-personal-popup {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 61.25em) {
  .b-personal-popup {
    justify-content: center;
    align-items: center;
  }
}
.b-personal-popup .personal-popup-wrapper {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.35);
  border-radius: 0;
  position: relative;
  padding: 60px 30px;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 100vw;
  max-height: 100vh;
}
@media (min-width: 61.25em) {
  .b-personal-popup .personal-popup-wrapper {
    border-radius: 25px;
    padding: 60px 30px;
    max-width: 860px;
    max-height: 100vh;
  }
}
.b-personal-popup .personal-popup-wrapper .closex {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 10;
}
.b-personal-popup .personal-popup-wrapper .b-contact-item {
  padding: 0;
}
.b-personal-popup .personal-popup-wrapper .b-contact-item--popup {
  background: transparent;
  gap: 50px;
}
.b-personal-popup .personal-popup-wrapper .b-contact-item--popup .pic img {
  border-radius: 50px;
}
.b-personal-popup .personal-popup-wrapper .b-contact-item--popup .hint {
  background: #F6F6F6;
  font-size: 16px;
  margin-bottom: 20px;
}
.b-personal-popup .personal-popup-wrapper .b-contact-item--popup .description {
  margin-top: 40px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.b-personal-popup .personal-popup-wrapper .b-contact-item--popup:hover {
  box-shadow: none;
}

.b-files-grid-wrapper {
  margin: 40px 20px 100px;
}
@media (min-width: 61.25em) {
  .b-files-grid-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin: 0 auto 100px;
  }
}
.b-files-grid-wrapper .b-files-grid-wrapper-more {
  margin: 40px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.b-files-grid-wrapper .b-files-grid-wrapper-more .b-button {
  display: block;
}

.b-files-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
.b-files-grid .b-files-grid-item {
  flex-basis: 100%;
  display: flex;
  gap: 10%;
  align-items: center;
}
@media (min-width: 61.25em) {
  .b-files-grid .b-files-grid-item {
    flex-basis: calc(50% - 25px);
  }
}
.b-files-grid .b-files-grid-item a {
  text-decoration: none;
  color: inherit;
}
.b-files-grid .b-files-grid-item .b-grid-item-icon {
  display: flex;
  flex-flow: column;
  gap: 10px;
  justify-content: left;
  flex-basis: 100px;
  min-width: 100px;
}
.b-files-grid .b-files-grid-item .b-grid-item-icon .b-grid-item-icon__text {
  text-align: left;
  font-family: Roboto Flex, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #98A0A2;
}
.b-files-grid .b-files-grid-item .b-grid-item-text {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.b-events-filter-title {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 52px;
}
@media (min-width: 61.25em) {
  .b-events-filter-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
.b-events-filter-title .b-events-filter-title__text {
  font-family: Roboto Flex, serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 630;
  color: #000000;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
@media (min-width: 61.25em) {
  .b-events-filter-title .b-events-filter-title__text {
    font-size: 35px;
    line-height: 42px;
  }
}
.b-events-filter-title--mw500 .b-events-filter-title__text {
  max-width: 500px;
}
.b-events-filter-title--mw300 .b-events-filter-title__text {
  max-width: 300px;
}

.b-events-filter-header {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 52px;
  display: flex;
  gap: 60px;
}
@media (min-width: 61.25em) {
  .b-events-filter-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
.b-events-filter-header .b-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 61.25em) {
  .b-events-filter-header .b-filter-group {
    gap: 35px;
  }
}
.b-events-filter-header .date-active {
  font-weight: bold;
  color: #000000;
}

.b-events-list-container .b-events-filter-list__not_found {
  padding: 50px 10px;
  text-align: center;
  font-size: 20px;
  font-family: Roboto Flex, serif;
}

.b-events-filter-reg {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 20px;
}
@media (min-width: 61.25em) {
  .b-events-filter-reg {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 65px;
    margin-bottom: 60px;
    gap: 40px;
  }
}
.b-events-filter-reg .b-events-filter-reg__item input[type=checkbox] {
  display: inline-block;
  width: 22px;
  height: 22px;
  visibility: hidden;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 16px;
}
.b-events-filter-reg .b-events-filter-reg__item input[type=checkbox]::after {
  visibility: visible;
  display: block;
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' stroke='%2398A0A2'/%3E%3C/svg%3E%0A");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-events-filter-reg .b-events-filter-reg__item input[type=checkbox]:hover::after {
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='20' height='20' rx='4' stroke='%231A1E27' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.b-events-filter-reg .b-events-filter-reg__item input[type=checkbox]:checked::after {
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' fill='%23191A23'/%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' stroke='black'/%3E%3Cpath d='M7 11.8696L10 15L15 7' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.b-events-filter-directions {
  margin: 30px 20px;
}
@media (min-width: 61.25em) {
  .b-events-filter-directions {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 65px;
    margin-bottom: 60px;
  }
}
.b-events-filter-directions .b-events-filter-directions__groups {
  flex-wrap: wrap;
  display: flex;
}
@media (min-width: 61.25em) {
  .b-events-filter-directions .b-events-filter-directions__groups {
    gap: 8%;
    flex-wrap: nowrap;
  }
}
.b-events-filter-directions .b-events-filter-directions__item {
  margin: 15px 0;
}
.b-events-filter-directions .b-events-filter-directions__item input[type=checkbox] {
  display: inline-block;
  width: 22px;
  height: 22px;
  visibility: hidden;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 16px;
}
.b-events-filter-directions .b-events-filter-directions__item input[type=checkbox]::after {
  visibility: visible;
  display: block;
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' stroke='%2398A0A2'/%3E%3C/svg%3E%0A");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-events-filter-directions .b-events-filter-directions__item input[type=checkbox]:hover::after {
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='20' height='20' rx='4' stroke='%231A1E27' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.b-events-filter-directions .b-events-filter-directions__item input[type=checkbox]:checked::after {
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' fill='%23191A23'/%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='4.5' stroke='black'/%3E%3Cpath d='M7 11.8696L10 15L15 7' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.b-events-filter-status-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b-events-filter-status-panel .tags {
  display: flex;
  flex-wrap: wrap;
}
.b-events-filter-status-panel .controls {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.b-events-filter-list .b-events-filter-list__date {
  margin: 50px 20px 0;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Roboto Flex, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 118.182% */
}
@media (min-width: 61.25em) {
  .b-events-filter-list .b-events-filter-list__date {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 90px;
  }
}
.b-events-filter-list .b-events-filter-list__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 20px;
  margin: 40px 20px;
}
@media (min-width: 61.25em) {
  .b-events-filter-list .b-events-filter-list__items {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    max-width: 1255px;
    margin-top: 40px;
    margin-bottom: 40px;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 45px;
  }
}
.b-events-filter-list .b-events-filter-list__top {
  margin: 20px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 45px;
}
@media (min-width: 61.25em) {
  .b-events-filter-list .b-events-filter-list__top {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    max-width: 1255px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.b-events-filter-list .b-events-filter-list__top .b-events-item {
  flex-flow: row;
  gap: 25px;
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 20px;
}
.b-events-filter-list .b-events-filter-list__top .b-events-item .title {
  margin-top: 5px;
}
.b-events-filter-list .b-events-filter-list__top .b-events-item:first-child {
  background-color: #563AA4;
  color: #fff;
}
.b-events-filter-list .b-events-filter-list__top .b-events-item:first-child .date svg {
  fill: #fff;
  stroke: #fff;
}
.b-events-filter-list .b-events-filter-list__top .b-events-item .image {
  flex-basis: 40%;
}
.b-events-filter-list .b-events-filter-list__top .b-events-item .info-wrapper {
  flex-basis: calc(40% - 25px);
}

.b-events-item {
  display: flex;
  text-decoration: none;
  height: 100%;
  flex-flow: column;
  box-sizing: border-box;
  color: inherit;
}
@media (min-width: 61.25em) {
  .b-events-item {
    padding: 10px 20px 20px;
  }
}
.b-events-item:hover {
  box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
  background: #fff;
  border-radius: 20px;
}
.b-events-item:hover .date .link {
  visibility: initial;
}
.b-events-item .image {
  display: block;
  position: relative;
}
.b-events-item .image > img {
  width: 100%;
  border-radius: 16px;
}
.b-events-item .image .icons {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  gap: 5px;
}
.b-events-item .image .icons .icon {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-events-item .image .icons .icon span {
  font-family: Roboto Flex, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}
.b-events-item .image .icons .icon img {
  max-height: 14px;
  max-width: 14px;
  width: auto;
  height: auto;
}
.b-events-item .info-wrapper {
  display: flex;
  flex-grow: 1;
  flex-flow: column;
}
.b-events-item .tags-chips {
  margin-top: 20px;
  gap: 10px 20px;
}
.b-events-item .title {
  display: block;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  flex-grow: 1;
  max-height: 81px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  overflow: hidden;
  margin-top: 25px;
}
@media (min-width: 61.25em) {
  .b-events-item .title {
    font-size: 18px;
    margin-top: 25px;
  }
}
.b-events-item .date {
  margin-top: 25px;
  display: flex;
  flex-flow: column;
  font-family: Roboto Flex, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 10px;
}
.b-events-item .date .link {
  visibility: hidden;
}
.b-events-item .date svg {
  stroke: #191A23;
}
.b-events-item .date .row {
  display: flex;
  align-items: center;
}
.b-events-item .date .row .left {
  flex-basis: 30px;
}
.b-events-item .date .status {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #C7F067;
}
.b-events-item .date .status.status-2 {
  background-color: #FAA61A;
}
.b-events-item .date .status.status-3 {
  background-color: #9D9D9D;
}

.b-events-list-show-more {
  margin: 45px auto 70px;
  text-align: center;
}

.b-event-detail {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
  margin-bottom: 90px;
}
.b-event-detail .b-event-detail__detail_picture {
  margin: 0 20px 0px;
}
@media (min-width: 61.25em) {
  .b-event-detail .b-event-detail__detail_picture {
    margin: 0;
  }
}
.b-event-detail .b-event-detail__detail_picture img {
  border-radius: 16px;
  width: 100%;
}
.b-event-detail .b-event-files {
  margin-top: 80px;
  margin-bottom: 100px;
}
.b-event-detail .b-event-files .b-files-grid .b-files-grid-item {
  flex-basis: 100%;
}
.b-event-detail .b-event-detail__layout {
  display: flex;
  -moz-column-gap: 140px;
       column-gap: 140px;
  margin: 30px 20px 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 61.25em) {
  .b-event-detail .b-event-detail__layout {
    margin: 80px 0 0;
  }
}
.b-event-detail .b-event-detail__layout .left-column {
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-event-detail .b-event-detail__layout .left-column {
    flex-basis: calc(65% - 70px);
  }
}
.b-event-detail .b-event-detail__layout .right-column {
  flex-basis: 100%;
  margin-bottom: 30px;
}
@media (min-width: 61.25em) {
  .b-event-detail .b-event-detail__layout .right-column {
    margin: 0;
    flex-basis: calc(35% - 70px);
  }
}
.b-event-detail .b-event-detail__layout .date {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #191A23;
  margin: 20px 0 20px;
  display: flex;
  gap: 20px;
  flex-flow: column;
}
@media (min-width: 61.25em) {
  .b-event-detail .b-event-detail__layout .date {
    margin: 50px 0 90px;
  }
}
.b-event-detail .b-event-detail__layout .date svg {
  stroke: #9747FF;
  vertical-align: middle;
}
.b-event-detail .b-event-detail__layout .date .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (min-width: 61.25em) {
  .b-event-detail .b-event-detail__layout .date .row {
    gap: 0;
  }
}
.b-event-detail .b-event-detail__layout .date .row .cell {
  flex-basis: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 61.25em) {
  .b-event-detail .b-event-detail__layout .date .row .cell {
    flex-basis: 50%;
  }
}
.b-event-detail .b-event-detail__layout .date .igo {
  display: block;
  max-width: 180px;
  width: 100%;
  text-decoration: none;
  color: #191A23;
  padding: 10px 20px 10px 20px;
  border-radius: 40px;
  font-family: Roboto Flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #C7F067;
}
.b-event-detail .b-event-detail__layout .date .igo:hover {
  background-color: #b6eb39;
}
.b-event-detail .b-event-detail__layout .date .status {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #C7F067;
}
.b-event-detail .b-event-detail__layout .date .status.status-2 {
  background-color: #FAA61A;
}
.b-event-detail .b-event-detail__layout .date .status.status-3 {
  background-color: #9D9D9D;
}
.b-event-detail .b-event-detail__layout .detail-text {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 50px;
}
.b-event-detail .b-event-detail__layout .image-slider {
  margin: 80px 0;
}

.b-unions-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
  margin: 30px 20px;
}
@media (min-width: 61.25em) {
  .b-unions-list-wrapper {
    margin: 120px auto;
    max-width: 1215px;
  }
}
.b-unions-list-wrapper .b-unions-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 61.25em) {
  .b-unions-list-wrapper .b-unions-list {
    gap: 54px;
  }
}
.b-unions-list-wrapper .b-unions-list > .b-union-item {
  flex-basis: 100%;
  box-sizing: border-box;
}
@media (min-width: 61.25em) {
  .b-unions-list-wrapper .b-unions-list > .b-union-item {
    flex-basis: calc(50% - 27px);
  }
}
.b-unions-list-wrapper .b-unions-list-pagination {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-unions-list-wrapper .b-unions-list-pagination {
    margin-top: 90px;
  }
}

.b-union-item {
  padding: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-union-item {
    padding: 30px;
    gap: 27px;
    flex-wrap: nowrap;
  }
}
.b-union-item:hover {
  box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
}
.b-union-item .b-union-item-icon {
  flex-basis: 100%;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-union-item .b-union-item-icon {
    text-align: left;
    flex-basis: initial;
  }
}
.b-union-item .b-union-item-socials {
  margin-bottom: 25px;
  display: flex;
  gap: 10px;
}
.b-union-item .b-union-item-title {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 630;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
@media (min-width: 61.25em) {
  .b-union-item .b-union-item-title {
    font-size: 18px;
    font-weight: 630;
    line-height: 27px;
    text-align: left;
  }
}
.b-union-item .b-union-item-text {
  margin-top: 26px;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: justify;
}
@media (min-width: 61.25em) {
  .b-union-item .b-union-item-text {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }
}
.b-union-item .b-union-item-more {
  margin-top: 27px;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-union-item .b-union-item-more {
    text-align: initial;
  }
}

.b-partners-wrapper {
  margin: 60px 20px 50px;
}
@media (min-width: 61.25em) {
  .b-partners-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-bottom: 90px;
  }
}
.b-partners-wrapper .tns-outer {
  margin: -20px;
}

.b-partners-slider {
  display: flex;
}
.b-partners-slider .b-item-wrapper {
  display: flex !important;
}
.b-partners-slider .b-item {
  margin: 20px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  display: flex;
  gap: 20px;
  flex-flow: column;
  height: calc(100% - 40px);
}
.b-partners-slider .b-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(32, 56, 85, 0.15);
}
.b-partners-slider .b-item .image {
  text-align: center;
}
.b-partners-slider .b-item .image img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.b-partners-slider .b-item .text {
  flex-grow: 1;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 630;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}

.b-volunteers-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
}
@media (min-width: 61.25em) {
  .b-volunteers-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
.b-volunteers-wrapper .tns-outer {
  margin: -20px;
}

.b-volunteers-slider {
  display: flex;
}
.b-volunteers-slider .b-item {
  cursor: pointer;
  margin: 20px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  display: flex;
  gap: 20px;
  flex-flow: column;
  height: calc(100% - 40px);
}
.b-volunteers-slider .b-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(32, 56, 85, 0.15);
}
.b-volunteers-slider .b-item .image {
  text-align: center;
}
.b-volunteers-slider .b-item .image img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.b-volunteers-slider .b-item .text {
  flex-grow: 1;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 630;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}

.b-volunteer-popup {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.2);
}
.b-volunteer-popup .volunteer-popup-wrapper {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.35);
  border-radius: 25px;
  position: relative;
  padding: 60px 30px;
  max-width: 860px;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 100vh;
}
@media (min-width: 61.25em) {
  .b-volunteer-popup .volunteer-popup-wrapper {
    padding: 120px 70px;
  }
}
.b-volunteer-popup .volunteer-popup-wrapper .closex {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 10;
}
.b-volunteer-popup .volunteer-popup-wrapper .b-volunteer-item {
  display: flex;
  gap: 50px;
}
.b-volunteer-popup .volunteer-popup-wrapper .b-volunteer-item .pic img {
  width: 80px;
}
.b-volunteer-popup .volunteer-popup-wrapper .b-volunteer-item .description {
  margin-top: 40px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.b-volunteer-popup .volunteer-popup-wrapper .b-volunteer-item:hover {
  box-shadow: none;
}

.b-custom-popup {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media (min-width: 61.25em) {
  .b-custom-popup {
    justify-content: center;
    align-items: center;
  }
}
.b-custom-popup.b-custom-popup--fullwidth .b-custom-popup-wrapper {
  width: 100%;
}
.b-custom-popup .b-custom-popup-wrapper {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.35);
  border-radius: 25px;
  position: relative;
  padding: 60px 30px;
  max-width: 860px;
  overflow-y: auto;
  max-height: 100vh;
}
@media (min-width: 61.25em) {
  .b-custom-popup .b-custom-popup-wrapper {
    padding: 60px 30px;
  }
}
.b-custom-popup .b-custom-popup-wrapper .closex {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 10;
}

.b-black-dashboard {
  margin: 0 20px;
  border-radius: 20px;
  background-color: #191A23;
  box-sizing: border-box;
  padding: 30px 20px;
  display: flex;
  color: #fff;
  gap: 15%;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-black-dashboard {
    margin-left: auto;
    margin-right: auto;
    max-width: 1375px;
    padding: 78px 78px 68px;
    flex-wrap: nowrap;
  }
}
.b-black-dashboard .b-dashboard-content {
  order: 2;
}
@media (min-width: 61.25em) {
  .b-black-dashboard .b-dashboard-content {
    order: 1;
  }
}
.b-black-dashboard .b-dashboard-content .h1 {
  display: block;
  position: relative;
  margin-top: 40px;
  font-size: 22px;
  word-break: break-word;
}
@media (min-width: 61.25em) {
  .b-black-dashboard .b-dashboard-content .h1 {
    margin-top: 20px;
    font-size: 32px;
  }
}
.b-black-dashboard .b-dashboard-content .mark {
  position: absolute;
  display: none;
}
@media (min-width: 61.25em) {
  .b-black-dashboard .b-dashboard-content .mark {
    display: block;
    right: 0;
    top: 0;
    transform: translate(90%, -40%);
  }
}
.b-black-dashboard .b-dashboard-content .text {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin: 20px 0 20px;
}
@media (min-width: 61.25em) {
  .b-black-dashboard .b-dashboard-content .text {
    margin: 50px 0 40px;
  }
}
.b-black-dashboard .b-dashboard-content .join-button {
  display: inline-block;
  margin-top: 20px;
  border-radius: 30px;
  border: 1px solid #C7F067;
  color: #C7F067;
  padding: 20px 30px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 61.25em) {
  .b-black-dashboard .b-dashboard-content .join-button {
    margin-top: 40px;
  }
}
.b-black-dashboard .b-dashboard-content .join-button:hover {
  background-color: #C7F067;
  color: #000;
}
.b-black-dashboard .b-dashboard-image {
  order: 1;
}
@media (min-width: 61.25em) {
  .b-black-dashboard .b-dashboard-image {
    order: 2;
  }
}
.b-black-dashboard .b-dashboard-image img {
  width: 100%;
}
@media (min-width: 61.25em) {
  .b-black-dashboard .b-dashboard-image img {
    width: auto;
  }
}
@media (min-width: 61.25em) {
  .b-black-dashboard .b-dashboard-image.b-dashboard-image--art img {
    margin-top: 130px;
  }
}
.b-black-dashboard .b-dashboard-image.b-dashboard-image--all {
  min-width: 440px;
}
.b-black-dashboard .b-dashboard-image.b-dashboard-image--all img {
  visibility: hidden;
}
.b-black-dashboard.b-black-dashboard--fullheight-bg {
  background-image: none;
}
@media (min-width: 61.25em) {
  .b-black-dashboard.b-black-dashboard--fullheight-bg {
    background-image: url("/assets/don/opportunities/grant/black.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right 78px;
  }
}

.b-drg {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  position: relative;
  margin: 0 20px 30px;
}
@media (min-width: 61.25em) {
  .b-drg {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: nowrap;
  }
}
.b-drg .b-drg-cell {
  position: relative;
  display: flex;
  border-radius: 20px;
  flex-basis: 100%;
  padding: 10px 15px;
  align-items: center;
  gap: 0;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-drg .b-drg-cell {
    gap: 40px;
    flex-basis: calc(50% - 17px);
    padding: 10px 40px;
    flex-wrap: nowrap;
    border-radius: 50px;
  }
}
.b-drg .b-drg-cell.b-drg-cell--outline {
  border: 1px solid #98A0A2;
}
.b-drg .b-drg-cell.b-drg-cell--solid {
  background-color: #F4F4F4;
}
.b-drg .b-drg-cell .b-drg-cell__text {
  order: 2;
}
@media (min-width: 61.25em) {
  .b-drg .b-drg-cell .b-drg-cell__text {
    order: 1;
  }
}
.b-drg .b-drg-cell .b-drg-cell__text .b-green-button {
  margin: 0px 0 35px;
}
@media (max-width: 61.24em) {
  .b-drg .b-drg-cell .b-drg-cell__text .b-green-button {
    font-size: 16px;
    margin: 0px auto 25px;
    display: block;
  }
}
.b-drg .b-drg-cell .b-drg-cell__pic {
  order: 1;
  text-align: center;
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-drg .b-drg-cell .b-drg-cell__pic {
    text-align: left;
    order: 2;
    flex-basis: initial;
  }
}
.b-drg .b-drg-cell .b-drg-cell__pic.b-drg-cell__pic--rb {
  width: 230px;
}
@media (min-width: 61.25em) {
  .b-drg .b-drg-cell .b-drg-cell__pic.b-drg-cell__pic--rb img {
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 50px;
  }
}
.b-drg .b-drg-location .b-drg-location__time {
  padding: 10px 30px;
  border-radius: 50px;
  background: #FFF;
  font-family: Roboto Flex, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.b-drg .b-drg-location .b-drg-location__location {
  position: relative;
  font-size: 18px;
  font-weight: 630;
  line-height: 27px; /* 150% */
  padding-left: 30px;
  margin-top: 20px;
}
.b-drg .b-drg-location .b-drg-location__location:before {
  position: absolute;
  left: 0;
  content: url("/assets/don/opportunities/media/location.svg");
  margin-right: 10px;
}
.b-drg .b-drg-location .b-drg-location__link {
  position: relative;
  padding-left: 30px;
  margin-top: 12px;
}
@media (max-width: 61.24em) {
  .b-drg .b-drg-location .b-drg-location__link {
    margin-bottom: 20px;
  }
}
.b-drg .b-drg-location .b-drg-location__link:before {
  position: absolute;
  left: 0;
  content: url("/assets/don/opportunities/media/foot.svg");
  margin-right: 10px;
}

.b-dreams-come-true {
  margin: 0 20px 50px;
}
@media (min-width: 61.25em) {
  .b-dreams-come-true {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.b-dreams-come-true.b-dreams-come-true--mt {
  margin-top: 80px;
}
.b-dreams-come-true .b-dct-title {
  font-family: Roboto Flex, serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 630;
  color: #000000;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 61.25em) {
  .b-dreams-come-true .b-dct-title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (min-width: 61.25em) {
  .b-dreams-come-true .b-dct-title {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.b-dreams-come-true .b-dct-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 61.25em) {
  .b-dreams-come-true .b-dct-wrapper {
    gap: 0;
    width: initial;
    flex-wrap: nowrap;
  }
}
.b-dreams-come-true .b-dct-slider {
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-dreams-come-true .b-dct-slider {
    flex-basis: 50%;
  }
}
.b-dreams-come-true .b-dct-grid-wrapper {
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-dreams-come-true .b-dct-grid-wrapper {
    flex-basis: 50%;
  }
}
.b-dreams-come-true .b-dct-grid {
  display: grid;
  gap: 30px 0;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 61.25em) {
  .b-dreams-come-true .b-dct-grid {
    gap: 60px 20px;
  }
}
.b-dreams-come-true .b-dct-grid .b-dct-cell {
  text-align: center;
}
.b-dreams-come-true .b-dct-grid .b-dct-cell-inner {
  display: inline-block;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-dreams-come-true .b-dct-grid .b-dct-cell-inner {
    min-width: 200px;
  }
}
.b-dreams-come-true .b-dct-grid .b-dct-cell__icon {
  max-width: 100px;
  aspect-ratio: 1/1;
  border: 1px solid #C7F067;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 61.24em) {
  .b-dreams-come-true .b-dct-grid .b-dct-cell__icon {
    width: 108px;
  }
}
.b-dreams-come-true .b-dct-grid .b-dct-cell__text {
  margin-top: 18px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.b-address-modal .b-address-map {
  margin: 15px 0 40px;
}
.b-address-modal .b-address-text {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 630;
  line-height: 27px; /* 150% */
}

.b-art-rules {
  margin: 10px 20px 40px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0;
}
@media (min-width: 61.25em) {
  .b-art-rules {
    max-width: 1215px;
    margin: 80px auto 46px;
  }
}
.b-art-rules .rule {
  display: block;
  position: relative;
  padding-right: 30px;
  min-height: 25px;
  vertical-align: center;
}
.b-art-rules .rule a {
  font-size: 18px;
}
.b-art-rules .rule:after {
  position: absolute;
  right: 0;
  top: 0;
  content: url("/assets/svg/file.svg");
}

.b-art-rules-modal .b-art-rules-header {
  font-family: Roboto Flex, serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 630;
  color: #000000;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  max-width: 630px;
  padding-left: 1em;
  margin-bottom: 60px;
}
@media (min-width: 61.25em) {
  .b-art-rules-modal .b-art-rules-header {
    font-size: 35px;
    line-height: 42px;
  }
}
.b-art-rules-modal .b-rules-list {
  list-style: none;
}
@media (min-width: 61.25em) {
  .b-art-rules-modal .b-rules-list {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
.b-art-rules-modal .b-rules-list li {
  position: relative;
  margin-bottom: 30px;
}
.b-art-rules-modal .b-rules-list li::before {
  position: absolute;
  content: "";
  background-color: #C7F067;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  left: -1.5em;
}

.b-contacts-slider {
  margin: 30px 20px;
}
@media (min-width: 61.25em) {
  .b-contacts-slider {
    margin: 70px auto 50px;
    max-width: 1275px;
  }
}
@media (min-width: 61.25em) {
  .b-contacts-slider .b-item .b-contact-item {
    margin: 30px 30px 40px;
  }
  .b-contacts-slider .b-item .b-contact-item:hover {
    box-shadow: 0px 5px 30px 0px rgba(32, 56, 85, 0.15);
  }
}
.b-contacts-slider .contacts-slider-controls {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

#cookie_notification {
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 110%;
  text-align: left;
  color: black;
}

@media (min-width: 576px) {
  #cookie_notification.show {
    display: flex;
  }
  .cookie_accept {
    margin: 0 0 0 25px;
  }
}
@media (max-width: 575px) {
  #cookie_notification.show {
    display: block;
    text-align: left;
  }
  .cookie_accept {
    margin: 10px 0 0 0;
  }
}
.b-contacts-page .b-contacts-page-header {
  display: flex;
  gap: 50px;
  margin: 0 20px;
}
@media (min-width: 61.25em) {
  .b-contacts-page .b-contacts-page-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
@media (min-width: 61.25em) {
  .b-contacts-page .b-contacts-page-header .b-contacts-page-header__intro {
    flex-basis: 50%;
  }
}
.b-contacts-page .b-contacts-page-header .b-contacts-page-header__intro .image img {
  width: 100%;
}
.b-contacts-page .b-contacts-page-header .b-contacts-page-header__intro h1 {
  margin: 20px 0 10px;
}
@media (min-width: 61.25em) {
  .b-contacts-page .b-contacts-page-header .b-contacts-page-header__intro h1 {
    margin: 40px 0 60px;
  }
}
.b-contacts-page .b-contacts-page-header .b-contacts-page-header__intro p {
  color: #191A23;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.b-contacts-page .b-contacts-page-header .b-contacts-page-header__image {
  display: none;
}
@media (min-width: 61.25em) {
  .b-contacts-page .b-contacts-page-header .b-contacts-page-header__image {
    display: initial;
    flex-basis: 50%;
  }
}
.b-contacts-page .b-contacts-page-header .b-contacts-page-header__image img {
  width: 100%;
}
.b-contacts-page .b-contacts-page-blackbox {
  margin-left: auto;
  margin-right: auto;
  max-width: 1375px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #191A23;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 35px 35px 25px;
}
@media (min-width: 61.25em) {
  .b-contacts-page .b-contacts-page-blackbox {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 75px 75px 55px;
  }
}
.b-contacts-page .b-contacts-page-blackbox .bb-button__value a {
  color: #FFF;
}
.b-contacts-page .b-contacts-page-blackbox .b-contacts-page-blackbox-grid__address {
  font-family: Roboto Flex, serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 630;
  line-height: normal;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
@media (min-width: 61.25em) {
  .b-contacts-page .b-contacts-page-blackbox .b-contacts-page-blackbox-grid__address {
    font-size: 34px;
  }
}
.b-contacts-page .b-contacts-page-blackbox .b-contacts-page-blackbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 61.25em) {
  .b-contacts-page .b-contacts-page-blackbox .b-contacts-page-blackbox-grid {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.b-contacts-page .b-contacts-page-blackbox .b-contacts-page-blackbox-grid .b-contacts-page-blackbox-grid__buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 61.25em) {
  .b-contacts-page .b-contacts-page-blackbox .b-contacts-page-blackbox-grid .b-contacts-page-blackbox-grid__buttons {
    gap: 38px;
    flex-wrap: nowrap;
    max-width: 530px;
  }
}
.b-contacts-page .b-contacts-page-blackbox .bb-socials {
  margin-top: 37px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 61.25em) {
  .b-contacts-page .b-contacts-page-blackbox .bb-socials {
    gap: 30px;
    justify-content: initial;
  }
}
.b-contacts-page .b-contacts-page-blackbox .bb-socials .b-button-round-social {
  border-color: #fff;
}
.b-contacts-page .b-contacts-page-blackbox .bb-socials .b-button-round-social:hover {
  background-color: #9747FF;
}
.b-contacts-page .b-contacts-page-blackbox .bb-socials .b-button-round-social svg {
  fill: #fff;
  stroke: #fff;
}
.b-contacts-page .bb-button .bb-button__title {
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  background-color: #F6F6F6;
}
.b-contacts-page .bb-button .bb-button__title svg {
  vertical-align: middle;
  margin-right: 10px;
}
.b-contacts-page .bb-button .bb-button__title.pink {
  background: #E9918F;
}
.b-contacts-page .bb-button .bb-button__title.green {
  background: #BDE147;
}
.b-contacts-page .bb-button .bb-button__value {
  margin-top: 22px;
  padding-left: 15px;
}
.b-contacts-page .bb-button .bb-button__value a {
  text-decoration: none;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-style: normal;
  line-height: 22px; /* 122.222% */
}
.b-contacts-page .b-smi-contacts {
  margin-left: auto;
  margin-right: auto;
  max-width: 1215px;
  margin-top: 110px;
  margin-bottom: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 61.25em) {
  .b-contacts-page .b-smi-contacts {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
  }
}
.b-contacts-page .b-smi-contacts .title {
  color: #191A23;
  font-family: Roboto Flex, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 630;
  line-height: normal;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
@media (min-width: 61.25em) {
  .b-contacts-page .b-smi-contacts .title {
    font-size: 34px;
  }
}
.b-contacts-page .b-smi-contacts .bb-button__value a {
  color: #191A23;
}

.b-stories {
  margin: 0 20px 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-stories {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
@media (min-width: 61.25em) {
  .b-stories {
    flex-wrap: nowrap;
    gap: 80px;
  }
}
@media (min-width: 61.25em) {
  .b-stories .b-left {
    flex-basis: 50%;
  }
}
.b-stories .b-left h1 {
  margin-top: 0px;
}
@media (min-width: 61.25em) {
  .b-stories .b-left h1 {
    margin-top: 50px;
  }
}
@media (max-width: 61.24em) {
  .b-stories .b-right img {
    width: 100%;
  }
}
@media (min-width: 61.25em) {
  .b-stories .b-right {
    flex-basis: 50%;
  }
}
.b-stories .b-stories-description {
  margin: 30px 0 0;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 61.25em) {
  .b-stories .b-stories-description {
    margin: 64px 0 0;
  }
}

.b-stories-tellus {
  margin: 60px 20px;
}
@media (min-width: 61.25em) {
  .b-stories-tellus {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1375px;
  }
}

.b-territories {
  margin: 30px 20px 0;
  position: relative;
}
@media (min-width: 61.25em) {
  .b-territories {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 70px;
    margin-bottom: 0;
  }
}
.b-territories h1 {
  margin: 0 0 64px;
}
.b-territories p {
  max-width: 580px;
}
.b-territories p {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.b-territories .b-territories-stats {
  margin: 20px 0 20px;
  display: flex;
  max-width: 300px;
  gap: 32px;
  flex-flow: column;
}
@media (min-width: 61.25em) {
  .b-territories .b-territories-stats {
    margin: 50px 0 50px;
  }
}
.b-territories .b-select-territory {
  margin: 100px 0 40px;
}
@media (min-width: 61.25em) {
  .b-territories .b-select-territory {
    margin: 100px 0;
    max-width: 300px;
  }
}
.b-territories .b-current-territory-name-wrapper {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 61.25em) {
  .b-territories .b-current-territory-name-wrapper {
    margin-bottom: 53px;
    max-width: 50%;
    height: 120px;
  }
}
.b-territories .b-current-territory-name {
  overflow: hidden;
  word-wrap: break-word;
  font-family: Roboto Flex, serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
@media (min-width: 61.25em) {
  .b-territories .b-current-territory-name {
    font-size: 50px;
    font-weight: 900;
    line-height: 59px;
  }
}
.b-territories .territories-map {
  display: none;
}
@media (min-width: 61.25em) {
  .b-territories .territories-map {
    display: initial;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
}
.b-territories .territories-map-info {
  width: 100%;
  margin: 85px 0 0;
  display: flex;
  justify-content: space-around;
}

.b-our-team {
  margin: 0 20px 0;
}
@media (min-width: 61.25em) {
  .b-our-team {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 70px;
  }
}
.b-our-team .b-oth {
  display: flex;
  gap: 13%;
}
.b-our-team .b-oth .b-oth-description {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #191A23;
}
.b-our-team .b-oth .b-oth-image--mobile-only {
  margin: 20px 0 0;
  text-align: center;
}
.b-our-team .b-oth .b-oth-image--mobile-only img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 61.25em) {
  .b-our-team .b-oth .b-oth-image--mobile-only {
    display: none;
  }
}

.b-our-team-sections {
  margin: 30px 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-our-team-sections {
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 75px;
  }
}
.b-our-team-sections .b-section {
  display: flex;
  gap: 15px;
  flex-basis: 100%;
  color: #98A0A2;
  text-decoration: none;
  align-items: center;
}
@media (min-width: 61.25em) {
  .b-our-team-sections .b-section {
    flex-basis: initial;
  }
}
.b-our-team-sections .b-section.active .b-title {
  font-weight: 700;
  color: #191A23;
}
.b-our-team-sections .b-section .b-icon img {
  max-width: 42px;
  width: auto;
}
.b-our-team-sections .b-section .b-title {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.b-our-team-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1375px;
  background-color: #F4F4F4;
  margin-top: 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  padding: 30px 20px 30px;
  color: #191A23;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 61.25em) {
  .b-our-team-main {
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 30px;
    padding: 85px 90px 75px;
  }
}
.b-our-team-main .b-our-team-main-top {
  display: flex;
  gap: 30px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-our-team-main .b-our-team-main-top {
    flex-wrap: nowrap;
    margin-bottom: 65px;
  }
}
.b-our-team-main .b-our-team-main-top .title {
  flex-basis: 100%;
  font-family: Roboto Flex, serif;
  font-size: 26px;
  font-weight: 630;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
@media (min-width: 61.25em) {
  .b-our-team-main .b-our-team-main-top .title {
    flex-basis: 50%;
  }
}
@media (min-width: 61.25em) {
  .b-our-team-main .b-our-team-main-top .title {
    font-size: 34px;
    font-weight: 630;
    line-height: 40px;
  }
}
.b-our-team-main .b-our-team-main-top .address {
  display: flex;
  flex-basis: 100%;
  gap: 25px;
}
@media (min-width: 61.25em) {
  .b-our-team-main .b-our-team-main-top .address {
    flex-basis: 45%;
  }
}
.b-our-team-main .b-our-team-main-top .address .address__socials {
  display: flex;
  gap: 10px;
}
@media (min-width: 61.25em) {
  .b-our-team-main .b-our-team-main-top .address .address__socials {
    gap: 25px;
  }
}
.b-our-team-main .b-our-team-main-content {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-our-team-main .b-our-team-main-content {
    gap: 30px;
    flex-wrap: nowrap;
  }
}
.b-our-team-main .b-our-team-main-content .b-our-team-main-left {
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-our-team-main .b-our-team-main-content .b-our-team-main-left {
    flex-basis: 50%;
  }
}
.b-our-team-main .b-our-team-main-content .b-our-team-main-right {
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-our-team-main .b-our-team-main-content .b-our-team-main-right {
    flex-basis: 45%;
  }
}
.b-our-team-main .b-our-team-main-content .b-our-team-main-cell {
  margin-bottom: 45px;
  min-height: 258px;
}
.b-our-team-main .b-our-team-main-content .b-our-team-main-cell .b-contact-item {
  height: 100%;
  background-color: #fff;
}
.b-our-team-main .b-our-team-main-content .b-our-team-main-cell .b-contact-item .hint {
  padding: 10px 0;
}
.b-our-team-main .b-our-team-main-content .b-our-team-main-text {
  box-sizing: border-box;
}
@media (min-width: 61.25em) {
  .b-our-team-main .b-our-team-main-content .b-our-team-main-text {
    padding: 20px 0 10px;
  }
}
.b-our-team-main .b-our-team-main-content .b-our-team-main-worktime {
  box-sizing: border-box;
  background-color: #563AA4;
  border-radius: 30px;
  padding: 25px;
  display: flex;
  gap: 25px;
  min-height: 258px;
}
.b-our-team-main .b-our-team-main-content .b-our-team-main-worktime__text {
  color: #fff;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.b-our-team-main .b-our-team-main-content .b-our-team-main-worktime__text .title {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 630;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  margin-bottom: 15px;
}

.b-our-team-main-additional {
  margin: 30px 20px;
}
@media (min-width: 61.25em) {
  .b-our-team-main-additional {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.b-our-team-main-additional__title {
  color: #333;
  font-family: Roboto Flex, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.b-our-team-main-additional__cards {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-our-team-main-additional__cards {
    gap: 30px;
    flex-wrap: nowrap;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.b-our-team-main-additional__cards .b-contact-item {
  background-color: #fff;
  border: 1px solid #C6C7C7;
}
.b-our-team-main-additional__cards .b-contact-item .hint {
  padding: 10px 0;
}
.b-our-team-main-additional__cards .b-card:nth-child(odd) {
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-our-team-main-additional__cards .b-card:nth-child(odd) {
    flex-basis: 50%;
  }
}
.b-our-team-main-additional__cards .b-card:nth-child(even) {
  flex-basis: 100%;
}
@media (min-width: 61.25em) {
  .b-our-team-main-additional__cards .b-card:nth-child(even) {
    flex-basis: 50%;
  }
}

.b-opportunities {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 61.25em) {
  .b-opportunities {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 70px;
  }
}
.b-opportunities .b-oth {
  display: flex;
  gap: 10%;
  justify-content: initial;
}
.b-opportunities .b-oth .h1 {
  margin: 0 0 30px;
}
@media (min-width: 61.25em) {
  .b-opportunities .b-oth .h1 {
    margin: 0 0 60px;
  }
}
.b-opportunities .b-oth .b-oth-description {
  max-width: 580px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #191A23;
}
.b-opportunities .b-oth .b-oth-image {
  margin-top: -25px;
  display: none;
}
@media (min-width: 61.25em) {
  .b-opportunities .b-oth .b-oth-image {
    display: initial;
  }
}
.b-opportunities .b-oth .b-oth-image img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.b-opportunities .b-oth .b-oth-image.b-oth-image--mobile-only {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-opportunities .b-oth .b-oth-image.b-oth-image--mobile-only {
    display: none;
  }
}
.b-opportunities .b-opportunities-grid {
  margin: 20px 0 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 61.25em) {
  .b-opportunities .b-opportunities-grid {
    margin: 64px 0 108px;
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
}
.b-opportunities .b-opportunities-grid .b-og-item {
  background-repeat: no-repeat;
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 20px;
  color: inherit;
  text-decoration: inherit;
}
@media (min-width: 61.25em) {
  .b-opportunities .b-opportunities-grid .b-og-item {
    padding: 42px 48px;
  }
}
.b-opportunities .b-opportunities-grid .b-og-item:hover {
  box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
}
.b-opportunities .b-opportunities-grid .b-og-item .b-og-item-text {
  gap: 25px;
  display: flex;
  height: 100%;
  flex-flow: column;
}
.b-opportunities .b-opportunities-grid .b-og-item .b-og-item__title {
  font-family: Roboto Flex, serif;
  font-size: 24px;
  font-weight: 630;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  flex-grow: 1;
}
@media (min-width: 61.25em) {
  .b-opportunities .b-opportunities-grid .b-og-item .b-og-item__title {
    font-size: 34px;
    font-weight: 630;
    line-height: 40px;
  }
}
.b-opportunities .b-opportunities-grid .b-og-item .b-og-item__desc {
  max-width: 60%;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_1 {
  background-image: url("/assets/don/opportunities/menu_1.svg");
  background-position: right bottom;
}
@media (max-width: 61.24em) {
  .b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_1 {
    background-size: 40%;
  }
}
.b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_2 {
  background-image: url("/assets/don/opportunities/menu_2.svg");
  background-position: right top;
}
@media (max-width: 61.24em) {
  .b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_2 {
    background-size: 40%;
  }
}
.b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_2 .b-og-item__desc {
  max-width: 350px;
}
.b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_3 {
  background-image: url("/assets/don/opportunities/menu_3.svg");
  background-position: right center;
}
@media (max-width: 61.24em) {
  .b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_3 {
    background-size: 40%;
  }
}
.b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_4 {
  background-image: url("/assets/don/opportunities/menu_4.svg");
  background-position: bottom right 20px;
}
@media (max-width: 61.24em) {
  .b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_4 {
    background-size: 20%;
  }
}
.b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_5 {
  background-image: url("/assets/don/opportunities/menu_5.svg");
  background-position: center right 20px;
}
@media (max-width: 61.24em) {
  .b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_5 {
    background-size: 20%;
    background-position: top 10px right 10px;
  }
}
.b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_5 .b-og-item__desc {
  max-width: 350px;
}
.b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_6 {
  background-image: url("/assets/don/opportunities/menu_6.svg");
  background-position: right bottom;
}
.b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_6 .b-og-item__desc {
  max-width: 310px;
}
@media (max-width: 61.24em) {
  .b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_6 {
    background-size: 15%;
    background-position: right bottom;
  }
  .b-opportunities .b-opportunities-grid .b-og-item.b-og-item--menu_6 .b-og-item__desc {
    max-width: 280px;
  }
}
.b-opportunities .b-directions-wrapper {
  margin: 30px 0 30px;
}
@media (min-width: 61.25em) {
  .b-opportunities .b-directions-wrapper {
    margin: 100px 0 165px;
  }
}
.b-opportunities .b-directions-wrapper .h1 {
  margin-bottom: 35px;
}
@media (min-width: 61.25em) {
  .b-opportunities .b-directions-wrapper .h1 {
    margin-bottom: 92px;
  }
}
.b-opportunities .b-our-projects {
  display: flex;
  gap: min(5vw, 80px);
  margin-bottom: 50px;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 61.25em) {
  .b-opportunities .b-our-projects {
    flex-wrap: nowrap;
    gap: min(5vw, 80px);
    margin-bottom: 150px;
  }
}
.b-opportunities .b-our-projects .title {
  max-width: 290px;
  font-family: Roboto Flex, serif;
  font-size: 34px;
  font-weight: 630;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
.b-opportunities .b-our-projects .b-link {
  gap: 20px;
  display: flex;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #F6F6F6;
  text-decoration: initial;
  color: initial;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 630;
  line-height: 27px;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
.b-opportunities .b-our-projects .b-link:hover {
  box-shadow: 0px 30px 60px 0px rgba(32, 56, 85, 0.15);
}

.b-events-page {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 61.25em) {
  .b-events-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}

.b-unions-page {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 61.25em) {
  .b-unions-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 70px;
  }
}
.b-unions-page .b-oth {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.b-unions-page .b-oth .h1 {
  margin: 0 0 30px;
}
@media (min-width: 61.25em) {
  .b-unions-page .b-oth .h1 {
    margin: 0 0 60px;
  }
}
.b-unions-page .b-oth .b-oth-description {
  max-width: 507px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #191A23;
}
.b-unions-page .b-oth .b-oth-image {
  margin-top: -25px;
  display: none;
}
@media (min-width: 61.25em) {
  .b-unions-page .b-oth .b-oth-image {
    display: initial;
  }
}
.b-unions-page .b-oth .b-oth-image img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.b-unions-page .b-oth .b-oth-image.b-oth-image--mobile-only {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-unions-page .b-oth .b-oth-image.b-oth-image--mobile-only {
    display: none;
  }
}

.b-volunteers-page {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 61.25em) {
  .b-volunteers-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 70px;
  }
}
.b-volunteers-page .b-oth {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.b-volunteers-page .b-oth .h1 {
  margin: 0 0 30px;
}
@media (min-width: 61.25em) {
  .b-volunteers-page .b-oth .h1 {
    margin: 0 0 60px;
  }
}
.b-volunteers-page .b-oth .b-oth-description {
  max-width: 660px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #191A23;
}
.b-volunteers-page .b-oth .b-oth-image {
  margin-top: 10px;
  display: none;
}
@media (min-width: 61.25em) {
  .b-volunteers-page .b-oth .b-oth-image {
    display: initial;
  }
}
.b-volunteers-page .b-oth .b-oth-image img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.b-volunteers-page .b-oth .b-oth-image.b-oth-image--mobile-only {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-volunteers-page .b-oth .b-oth-image.b-oth-image--mobile-only {
    display: none;
  }
}

.dobro-button-wrapper {
  box-sizing: border-box;
  margin: 0 20px;
}
@media (min-width: 61.25em) {
  .dobro-button-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1375px;
    padding-left: 25px;
  }
}
.dobro-button-wrapper .dobro-ru-button {
  margin: 50px 0;
}

.b-media-page {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
@media (min-width: 61.25em) {
  .b-media-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 70px;
  }
}
.b-media-page .b-oth {
  display: flex;
  gap: 15%;
  justify-content: initial;
}
.b-media-page .b-oth .h1 {
  margin: 0 0 30px;
}
@media (min-width: 61.25em) {
  .b-media-page .b-oth .h1 {
    margin: 0 0 60px;
  }
}
.b-media-page .b-oth .b-oth-description {
  max-width: 510px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #191A23;
}
.b-media-page .b-oth .b-oth-image {
  margin-top: -25px;
  display: none;
}
@media (min-width: 61.25em) {
  .b-media-page .b-oth .b-oth-image {
    display: initial;
  }
}
.b-media-page .b-oth .b-oth-image img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.b-media-page .b-oth .b-oth-image.b-oth-image--mobile-only {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-media-page .b-oth .b-oth-image.b-oth-image--mobile-only {
    display: none;
  }
}

.b-art-page {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
@media (min-width: 61.25em) {
  .b-art-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 70px;
  }
}
.b-art-page .b-oth {
  display: flex;
  gap: 15%;
  justify-content: initial;
}
.b-art-page .b-oth .h1 {
  margin: 0 0 30px;
}
@media (min-width: 61.25em) {
  .b-art-page .b-oth .h1 {
    margin: 0 0 60px;
  }
}
.b-art-page .b-oth .b-oth-description {
  max-width: 510px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #191A23;
}
.b-art-page .b-oth .b-oth-image {
  margin-top: -25px;
  display: none;
}
@media (min-width: 61.25em) {
  .b-art-page .b-oth .b-oth-image {
    display: initial;
  }
}
.b-art-page .b-oth .b-oth-image img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.b-art-page .b-oth .b-oth-image.b-oth-image--mobile-only {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-art-page .b-oth .b-oth-image.b-oth-image--mobile-only {
    display: none;
  }
}

.b-grant-page {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}
@media (min-width: 61.25em) {
  .b-grant-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 70px;
  }
}
.b-grant-page .b-oth {
  display: flex;
  gap: 15%;
  justify-content: initial;
}
.b-grant-page .b-oth .h1 {
  margin: 0 0 30px;
}
@media (min-width: 61.25em) {
  .b-grant-page .b-oth .h1 {
    margin: 0 0 60px;
  }
}
.b-grant-page .b-oth .b-oth-description {
  max-width: 510px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #191A23;
}
.b-grant-page .b-oth .b-oth-image {
  margin-top: -100px;
  display: none;
}
@media (min-width: 61.25em) {
  .b-grant-page .b-oth .b-oth-image {
    display: initial;
  }
}
.b-grant-page .b-oth .b-oth-image img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.b-grant-page .b-oth .b-oth-image.b-oth-image--mobile-only {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-grant-page .b-oth .b-oth-image.b-oth-image--mobile-only {
    display: none;
  }
}
@media (min-width: 61.25em) {
  .b-grant-page {
    margin-bottom: 130px;
  }
}

.b-direction-detail {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 61.25em) {
  .b-direction-detail {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
    margin-top: 70px;
  }
}
.b-direction-detail .b-oth {
  display: flex;
  gap: 6%;
  justify-content: space-between;
}
.b-direction-detail .b-oth .h1 {
  margin: 0 0 30px;
}
@media (min-width: 61.25em) {
  .b-direction-detail .b-oth .h1 {
    margin: 0 0 60px;
  }
}
.b-direction-detail .b-oth .b-oth-description {
  max-width: 654px;
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #191A23;
}
.b-direction-detail .b-oth .b-oth-image {
  margin-top: 0;
  display: none;
}
@media (min-width: 61.25em) {
  .b-direction-detail .b-oth .b-oth-image {
    display: initial;
  }
}
.b-direction-detail .b-oth .b-oth-image img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.b-direction-detail .b-oth .b-oth-image.b-oth-image--mobile-only {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 61.25em) {
  .b-direction-detail .b-oth .b-oth-image.b-oth-image--mobile-only {
    display: none;
  }
}
.b-direction-detail .b-oth .b-oth-image {
  min-width: 135px;
  max-width: 49%;
}
.b-direction-detail .b-oth .b-oth-image .b-direction-icon {
  text-align: center;
}
.b-direction-detail .b-oth .b-oth-image .b-direction-icon img {
  max-width: 135px;
  max-height: 75px;
  margin-bottom: 60px;
}
.b-direction-detail .b-oth .b-oth-image .b-direction-slider {
  box-sizing: border-box;
  overflow: hidden;
}
.b-direction-detail .b-oth .b-oth-image .b-direction-slider .image img {
  max-width: initial;
  width: 100%;
}

.b-search-page {
  margin: 0 20px;
}
@media (min-width: 61.25em) {
  .b-search-page {
    margin-left: auto;
    margin-right: auto;
    max-width: 1215px;
  }
}
.b-search-page a {
  color: inherit;
}
.b-search-page .b-search-container {
  margin-top: 60px;
  margin-bottom: 60px;
}
.b-search-page .b-search-container .b-search-title {
  display: flex;
}
.b-search-page .b-search-container .b-search-title .b-search-title__text {
  font-family: Roboto Flex, serif;
  font-size: 25px;
  line-height: 32px;
  font-weight: 630;
  color: #000000;
  font-variation-settings: "wdth" 151, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
  flex-grow: 1;
}
@media (min-width: 61.25em) {
  .b-search-page .b-search-container .b-search-title .b-search-title__text {
    font-size: 35px;
    line-height: 42px;
  }
}
.b-search-page .b-search-container .b-search-content {
  margin-bottom: 60px;
}
.b-search-page .b-search-container form input[type=text] {
  border-radius: 50px;
  border: 1px solid #98A0A2;
  background: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 7px 45px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  position: relative;
  background: url("/assets/don/search.svg") top 12px left 15px no-repeat;
}
.b-search-page .b-search-container .b-search-results {
  font-family: Roboto Flex, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  margin: 30px 0 10px;
}
.b-search-page .b-search-container .b-search-results-grid {
  display: flex;
  gap: 50px 10%;
  margin: 60px 0;
  flex-wrap: wrap;
}
.b-search-page .b-search-container .b-search-results-grid .b-search-item {
  width: 100%;
}
@media (min-width: 61.25em) {
  .b-search-page .b-search-container .b-search-results-grid .b-search-item {
    width: 45%;
  }
}
.b-search-page .b-search-item {
  display: flex;
  gap: 25px;
  color: inherit;
  text-decoration: none;
}
.b-search-page .b-search-item .b-search-item-pic {
  border-radius: 16px;
  flex-basis: 30%;
}
.b-search-page .b-search-item .b-search-item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.b-search-page .b-search-item .b-search-item-content {
  flex-basis: 70%;
  display: flex;
  flex-flow: column;
  gap: 10px;
  height: 100%;
}
.b-search-page .b-search-item .b-search-item-content .b-search-item-text {
  flex-grow: 1;
  color: inherit;
  font-family: "Roboto Flex", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.b-search-page .b-search-item .b-search-item-content .b-search-item-date {
  color: #98A0A2;
  font-family: "Roboto Flex", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b-search-page .search-language-guess {
  display: block;
  margin: 30px 0;
}
.b-search-page .b-search-not-found {
  display: flex;
  margin: 50px 0 60px;
  justify-content: space-between;
  align-items: center;
}
.b-search-page .b-search-not-found .text {
  max-width: 590px;
  font-size: 34px;
  font-style: normal;
  font-weight: 630;
  line-height: normal;
}
.b-search-page .b-search-not-found .image {
  max-width: 320px;
}
.b-search-page .b-search-not-found .image img {
  width: 100%;
}

/* End */
/* /assets/build/main.css?1712336051150851 */
