@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'HelveticaNeueCyr', sans-serif;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

body {
  width: 100%;
  background-color: #21252d;
  color: #fff;
}

body.scroll_bar_padding {
  padding-right: 17px;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
*:focus-visible {
  outline: none;
}

li {
  list-style-type: none; /* Убираем маркеры */
}

a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
}

a:focus,
input:focus {
  outline: 0;
  text-decoration: none;
}

b {
  font-weight: bold;
}

button {
  border: none;
}
button:focus {
  outline: none;
}
button:focus-visible {
  outline: none;
}

.c-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.des-none {
  display: none;
}

html {
  font-size: 1.1111112vw;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  line-height: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.t-container {
  padding: 0 1.25rem;
  width: 100%;
}

.a-flex-block {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.a-flex-center {
  display: flex;
  justify-content: center;
}

.a-col-50 {
  width: 50%;
  flex-shrink: 0;
}

.bg-primary {
  background-color: #21252d;
}

.bg-white {
  background-color: #fff;
}

.nowrap {
  white-space: nowrap;
}

body.overflowAll {
  overflow: hidden;
}

.body-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.fix-line-height {
  padding-top: 0.3em;
}

.flex-grow {
  flex-grow: 1;
}

.t-swiper-button {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid #e9ecf2;
}
.t-swiper-button.swiper-button-prev {
  transform: rotate(180deg);
}
.t-swiper-button:after {
  content: '';
  width: 0.6875rem;
  height: 1rem;
  mask: url('../img/svg/arr-right.svg') center/contain no-repeat;
  -webkit-mask: url('../img/svg/arr-right.svg') center/contain no-repeat;
  background-color: #e9ecf2;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}

.super-m {
  font-size: 0.6em;
  vertical-align: super;
}

[data-observer-fade-up] {
  transform: translateY(44px);
  opacity: 0.25;
}

.t-text-m {
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.t-text-m-light {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.06em;
}

.t-text-xm {
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.t-text-xl {
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: 0.03em;
}

.t-text-xxs {
  font-size: 0.75rem;
  line-height: 140%;
  letter-spacing: 0.04em;
}

.t-title-page {
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 120%;
  letter-spacing: 0.02em;
}

.t-section-title {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #e9ecf2;
}

.t-green {
  color: #b2e05a;
}

.bg-white .t-green {
  color: #9dd631;
}

.t-grey {
  color: #848fa1;
}

.t-light {
  font-weight: 300;
}

.t-medium {
  font-weight: 500;
}

.t-bold {
  font-weight: 700;
}

.t-link-arrow {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 107%;
  letter-spacing: 0.03em;
  color: #b2e05a;
  transition: color 0.2s;
}
.t-link-arrow::after {
  content: '';
  width: 0.6875rem;
  height: 1rem;
  mask: url('../img/svg/arr-right.svg') center/contain no-repeat;
  -webkit-mask: url('../img/svg/arr-right.svg') center/contain no-repeat;
  background-color: currentColor;
  transition: 0.2s;
  transition-property: background-color, transform;
}

.circle-button {
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #b2e05a;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-button i {
  flex-shrink: 0;
  display: block;
  width: 1rem;
  height: 1.5625rem;
  mask: url('../img/svg/download-2.svg') center/contain no-repeat;
  -webkit-mask: url('../img/svg/download-2.svg') center/contain no-repeat;
  background-color: white;
}

.plain-button {
  padding: 0.625rem 2.5rem;
  padding-top: calc(0.625rem + 0.2em);
  border-radius: 1.5625rem;
  width: fit-content;
  min-width: 10rem;
  height: 2.5rem;
  border: 1px solid #e6e9ec;
  background-color: transparent;
  color: #313742;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.03em;
}
.plain-button.active {
  border-color: #b2e05a;
  color: #9dd631;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.25rem;
  background-color: #21252d;
  z-index: 11;
}
header .t-container {
  height: 100%;
}
.header a:not([href]):not([tabindex]) {
  color: #ffffff;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-logo {
  display: block;
  width: 6.75rem;
  height: 2.75rem;
}

.header__content_mobile {
  display: none;
}

.header-nav {
  margin-left: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.header-nav.mob-none .header-nav-list {
  height: 100%;
}
.header-nav.mob-none .header-nav-list li {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-nav.mob-none .header-nav-list li a {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-nav-list {
  display: flex;
  align-items: center;
  column-gap: 3.125rem;
}

.header-nav-link {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 137%;
  letter-spacing: 0.03em;
}
.header-nav-link.plus-icon {
  position: relative;
  padding-right: 2rem;
}
.header-nav-link.plus-icon .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.header-nav-link.plus-icon .icon:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/svg/plus.svg') center/contain no-repeat;
  transition: transform 0.2s;
}

.header-right {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
.header-right .t-circle-title {
  height: 2.75rem;
  color: #fff;
  border-color: #b2e05a;
}

.nav_mobile {
  display: none;
}

.dropdown-wr {
  position: relative;
}

.dropdown-menu-item {
  background-color: #21252d;
  position: absolute;
  top: calc(100% - 0.5rem);
  left: -1.25rem;
  width: max-content;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 0.75rem 1.25rem;
  border: 1px solid #b2e05a;
  border-radius: 1.25rem;
}
.dropdown-menu-item li {
  margin-bottom: 0.5rem;
}
.dropdown-menu-item li:last-child {
  margin-bottom: 0;
}

.open .dropdown-menu-item {
  opacity: 1;
  pointer-events: unset;
}

.footer {
  margin-top: -5rem;
  padding-top: 3rem;
  position: relative;
  background-color: #14161a;
  border-radius: 5rem 5rem 0 0;
}

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

.footer-top-content {
  display: flex;
  column-gap: 3.75rem;
}

.footer-top-col:first-child {
  width: 18.75rem;
}
.footer-top-col:nth-child(2) {
  flex-grow: 1;
}
.footer-top-col:last-child {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  max-width: 28.25rem;
  width: 100%;
}

.footer-logo {
  display: block;
  width: 12.25rem;
  height: 4.75rem;
}

.footer-bottom {
  padding: 2.75rem 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
}

.footer-bottom-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
  color: #848fa1;
}
.footer-bottom-text a {
  color: inherit;
}

.footer-text-item {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #e9ecf2;
}
.footer-text-item a {
  display: block;
  color: inherit;
}
.footer-text-item a + a {
  margin-top: 0.5rem;
}

.footer-text-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  max-width: 13.125rem;
}

.footer-form-title {
  padding: 0 1.875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #b2e05a;
}

#writeUsForm .ea-input:focus-visible::placeholder {
  color: transparent;
}

.ea-input {
  padding: 0 1.875rem;
  display: block;
  border: none;
  border: 2px solid #313742;
  width: 100%;
  height: 3.375rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: rgba(247, 247, 247, 0.9);
  background-color: #313742;
  border-radius: 2.5rem;
  transition: border-color 0.2s;
}
.ea-input.hidden {
  display: none;
}
.ea-input::placeholder {
  color: #bdc3cc;
}
.ea-input:focus-visible {
  border-color: #b2e05a;
}
.ea-input._error {
  border-color: #e25151 !important;
}
.ea-input.ea-textarea {
  word-wrap: break-word;
  padding: 0.625rem 1.875rem;
  height: 6.5625rem;
  resize: none;
}
.ea-input.ea-textarea::placeholder {
  line-height: 5.0625rem;
}
.ea-input.ea-textarea {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1);
}
.ea-input.ea-textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.ea-input.ea-textarea::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.confirm-assets.hidden {
  display: none;
}

.textarea-wr {
  overflow: hidden;
  border-radius: 2.5rem;
  padding: calc(1.25rem + 0.3em) 0 1.25rem 0;
  border: 2px solid #e6e9ec;
  height: 5.5rem;
  width: 25rem;
  background-color: #e6e9ec;
  flex-shrink: 0;
}
.textarea-wr .ea-textarea {
  color: #21252d;
  padding: 0 1.8125rem 0 1.8125rem;
  word-wrap: break-word;
  height: -webkit-fill-available;
  resize: none;
  border-radius: 2.5rem;
  border: none;
  background: transparent;
  scrollbar-width: unset;
  scrollbar-color: unset;
}
.textarea-wr .ea-textarea::placeholder {
  color: #bdc3cc;
  line-height: 2.375rem;
}
.textarea-wr .ea-textarea:focus-visible::placeholder {
  color: transparent;
}
.textarea-wr .ea-textarea::-webkit-scrollbar {
  width: 8px;
  background: transparent;
  border-radius: 39px;
}
.textarea-wr .ea-textarea::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 39px;
  background: #d9d9d9;
  background-clip: content-box;
  height: 20px;
}
.textarea-wr .ea-textarea::-webkit-scrollbar-track {
  background: rgba(217, 217, 217, 0.25);
  border-radius: 39px;
}

.form__content {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  position: relative;
}

.form-button {
  padding: 0.625rem 2.5rem;
  padding-top: calc(0.625rem + 0.2em);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  width: 100%;
  height: 3.625rem;
  background-color: #b2e05a;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #21252d;
  border: none;
  outline: none;
  transition: opacity 0.2s;
}
.form-button:disabled {
  opacity: 0.5;
  cursor: unset;
}
.form-button.blue {
  background-color: #397dea;
  color: white;
}

.form__error-text {
  padding: 0 1.875rem;
  display: none;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  color: #e25151;
}

.form__group {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.form__group._error .form__error-text {
  display: block;
}

.form-send-message {
  padding: 0 1.875rem;
  margin-bottom: 0.625rem;
  display: none;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  line-height: 117%;
  color: #e25151;
}
.form-send-message.active {
  display: block;
}

.form__send-modal {
  padding: 1.875rem 3.75rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4.25rem);
  background-color: #313742;
  border-radius: 2.5rem;
  border: 2px solid #313742;
}
.form__send-modal.active {
  display: block;
}

.form__send-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.form__send-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-align: center;
}

.modal .modal__content-wr.stocks-form-wr {
  padding-right: 1.375rem;
}

#stocks-form {
  margin-top: 0;
  max-height: calc(100vh - 15.625rem);
  overflow-y: auto;
  padding-right: 1.875rem;
  will-change: transform;
}
#stocks-form::-webkit-scrollbar {
  width: 8px;
  background: transparent;
  border-radius: 39px;
}
#stocks-form::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 39px;
  background: #d9d9d9;
  background-clip: content-box;
  height: 20px;
}
#stocks-form::-webkit-scrollbar-track {
  background: rgba(217, 217, 217, 0.25);
  border-radius: 39px;
}
#stocks-form .or {
  margin: 0.125rem 0 0.75rem 0;
  font-weight: 400;
  font-size: 1.125rem;
}
#stocks-form .checkbox-input.margin-top {
  margin-top: 1.875rem;
}
#stocks-form .plain-button,
#stocks-form .form-button {
  margin-bottom: 0;
}
#stocks-form .form-button {
  margin-top: 1.875rem;
}
#stocks-form a {
  color: #9dd631;
  text-decoration: underline;
}
#stocks-form .ea-input {
  margin-bottom: 0;
}
#stocks-form .ea-input::-webkit-contacts-auto-fill-button {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none;
}
#stocks-form .ea-input-note {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(132, 143, 161, 0.8);
  text-align: left;
  padding-left: 1.875rem;
}
#stocks-form .form__group {
  margin-bottom: 0.625rem;
}

.stocks-form-title {
  max-width: 24.5rem;
  margin: 0 auto 1.25rem auto;
  text-align: center;
  padding-right: 1.875rem;
}

.stocks-form-type-btns {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

#stocks-form input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  border: 1px solid #b2e05a;
  background: transparent;
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.3125rem 0 0 0;
  display: grid;
  place-content: center;
}
#stocks-form input[type='checkbox']:hover {
  cursor: pointer;
}

#stocks-form input[type='checkbox']:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  transform: scale(0);
  background: url('../img/svg/tick-circle.svg') center/contain no-repeat;
}

#stocks-form input[type='checkbox']:checked:before {
  transform: scale(1);
}

.checkbox-input {
  display: flex;
  gap: 0.625rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 1.25rem 0;
}

#stocks-form .form__group {
  position: relative;
  display: block;
}
#stocks-form .form__group .invest-icon {
  position: absolute;
  font-size: 1rem;
  top: 1.09375rem;
  right: 1.875rem;
}

.stocks-form-submit-success {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  gap: 1.875rem;
}

.stocks-form-wr.hidden,
.stocks-form-submit-success.hidden {
  display: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: rgba(247, 247, 247, 0.9);
  transition: background-color 5000s ease-in-out 0s;
}

.dropdown {
  position: relative;
}

.dropdown-lang-header {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #b2e05a;
  cursor: pointer;
}

.dropdown-lang-body {
  padding: 0.25rem 0;
  display: none;
  position: absolute;
  z-index: 1000;
  left: 50%;
  transform: translate(-50%, 0.5rem);
  width: 3.375rem;
  background-color: #21252d;
  border: 1px solid #b2e05a;
  border-radius: 1.25rem;
}
.dropdown-lang-body.show {
  display: block;
}

.dropdown-item {
  padding: 0.5rem 0;
  text-align: center;
}
.dropdown-item a {
  transition: color 0.2s;
}

.panel {
  margin-top: -5rem;
  padding-top: 5.9375rem;
  position: relative;
  border-radius: 5rem 5rem 0 0;
  overflow: hidden;
}
.panel.biggerBorderRadius {
  border-radius: 5.25rem 5.25rem 0 0;
}

.main-first-section {
  margin-top: 0;
  padding: 0;
  height: 48.5625rem;
  opacity: 0;
}
.main-first-section .t-text-m-light {
  font-size: 1rem;
}

.main-card-wrapper {
  position: relative;
  width: 100%;
  height: calc(100% - 5rem);
}

.main-card-image {
  background: url('../img/main/main-slider-1.png') bottom right/cover no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.main-card-img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  object-fit: cover;
}

.main-card-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-card-content {
  position: absolute;
  bottom: 0;
  display: grid;
  column-gap: 7.5rem;
  grid-template-columns: 1fr 8.9375rem;
  height: 21.3125rem;
  width: 100%;
}

.main-card-left {
  padding: 2.5rem 2.5rem 9.5rem 1.25rem;
  background-color: #313742;
  border-top-right-radius: 5rem;
  display: flex;
  justify-content: space-between;
  column-gap: 6.25rem;
}

.main-card-right {
  background-color: #313742;
  border-top-left-radius: 5rem;
}

.main-card-col-right {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  flex-shrink: 0;
  width: 25rem;
}

.t-row-content {
  display: flex;
  column-gap: 1.1875rem;
}

.t-circle-title {
  padding: 0.375rem 1.5rem;
  padding-top: calc(0.375rem + 0.3em);
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  color: #848fa1;
  border: 1px solid #848fa1;
  border-radius: 1.5625rem;
  min-height: 2.125rem;
  width: fit-content;
}

.t-circle-title-green {
  color: #b2e05a;
  border: 1px solid #b2e05a;
}

.t-circle-title-grey {
  color: #21252d;
  border: 1px solid #21252d;
}

.t-row-col {
  width: 100%;
}
.t-row-col:first-child {
  width: 13.75rem;
  flex-shrink: 0;
}
.t-row-col.margin-top {
  margin-top: 5.875rem;
}

.main-about-section {
  padding-bottom: 12.5rem;
}
.main-about-section .t-section-title {
  max-width: 55.375rem;
}
.main-about-section .t-text-m-light {
  max-width: 28.3125rem;
}
.main-about-section .t-row-content + .t-row-content {
  margin-top: 12.5rem;
}
.main-about-section .size-content {
  max-width: 67.5rem;
}

.t-col-content {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}

.t-row-list {
  display: flex;
  column-gap: 1.25rem;
}

.t-card-box {
  padding: 7.125rem 1.875rem 2.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 20.875rem;
  height: 20rem;
  background: url('../img/svg/box-bg.svg') center/contain no-repeat;
}

.t-card-box-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: center/contain no-repeat;
}
.t-card-box-circle.up-arrow-icon {
  background-image: url('../img/svg/up-arrow-icon.svg');
}
.t-card-box-circle.folder-icon {
  background-image: url('../img/svg/folder-icon.svg');
}
.t-card-box-circle.plus-icon {
  background-image: url('../img/svg/plus-icon.svg');
}

.main-card-svg {
  width: 100%;
  height: 100%;
}

.main-swiper {
  height: 100%;
}

.main-swiper-btns-container {
  display: flex;
  column-gap: 0.75rem;
  align-items: center;
  position: absolute;
  right: 1.25rem;
  bottom: 15.375rem;
  opacity: 0;
}
.main-swiper-btns-container .t-swiper-button {
  position: unset;
}

.main-investors-section {
  padding-bottom: 10rem;
}
.main-investors-section .t-section-title {
  color: #21252d;
  max-width: 55.375rem;
}
.main-investors-section .t-text-m {
  margin-top: 1.5625rem;
  color: #21252d;
  max-width: 25.625rem;
}
.main-investors-section .t-list-img {
  margin-top: 5.75rem;
}
.main-investors-section .t-text-xm {
  color: #21252d;
  transition: color 0.2s;
}
.main-investors-section .t-text-m-light {
  color: #21252d;
  max-width: 28.3125rem;
  letter-spacing: 0.02em;
}

.t-list-img {
  display: flex;
  flex-direction: column;
  row-gap: 2.625rem;
}

.t-item-img-inner {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.3125rem;
  width: fit-content;
}
.t-arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.3125rem;
  height: 3.3125rem;
  background-color: #f0f3f8;
  border-radius: 50%;
}
.t-arrow-icon .icon {
  width: 1.0625rem;
  height: 1.625rem;
  mask: url('../img/svg/arr-right.svg') center/contain no-repeat;
  -webkit-mask: url('../img/svg/arr-right.svg') center/contain no-repeat;
  background-color: #21252d;
  transition: background-color 0.2s;
}

.t-image-wrapper {
  position: absolute;
  top: 3.3125rem;
  right: 3.3125rem;
  transform: translate(100%, -100%);
  width: 16.5625rem;
  height: 15.8125rem;
  mask: url('../img/svg/mask.svg') center/contain no-repeat;
  -webkit-mask: url('../img/svg/mask.svg') center/contain no-repeat;
  background-color: black;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.t-image-wrapper img {
  object-fit: cover;
}

.main-objects-section {
  padding-bottom: 16.875rem;
}
.main-objects-section .t-place-card-row {
  margin-top: 3.5625rem;
}
.main-objects-section .t-row-content {
  margin-top: 6rem;
}
.main-objects-section .t-link-arrow {
  margin-left: auto;
  margin-top: 3.75rem;
  color: #fff;
  width: fit-content;
}
.main-objects-section .t-link-arrow:after {
  background-color: #fff;
}

.t-place-card-row {
  display: flex;
  column-gap: 1.5rem;
}

.t-place-card {
  display: flex;
  width: calc(50% - 0.75rem);
  background-color: #fff;
  border-radius: 3.75rem;
}
.t-place-card img {
  display: block;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  object-fit: cover;
  border-radius: 3.6875rem;
  margin-top: -0.2px;
}
.t-place-card .t-green {
  color: #9dd631;
}

.t-place-col {
  width: 50%;
}

.t-place-content {
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.875rem;
}
.t-place-content .form-button {
  margin-top: 1.625rem;
  width: fit-content;
}

.t-place__text-top {
  display: flex;
  column-gap: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: 0.04em;
}

.t-place-image {
  border-radius: 3.75rem;
  overflow: hidden;
}
.t-place-image img {
  object-fit: cover;
}

.t-place__title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #21252d;
}

.t-place__text-box {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.t-place__text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #21252d;
}
.t-place__text .t-medium {
  white-space: nowrap;
}

.main-objects-col {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  max-width: 57.875rem;
  width: 100%;
  min-height: 19.5rem;
}
.main-objects-col .t-text-m {
  max-width: 28.3125rem;
  width: 100%;
}

.main-objects-svg {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  height: 42.75rem;
  z-index: -1;
}

.metrics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}

.metrics-card {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
  border-radius: 3.75rem;
  padding: 1.875rem 1.25rem 1.875rem 2.5rem;
  width: calc(33.3333333333% - 1.25rem);
  background: #313742;
}

.metrics-title {
  padding-top: 0.5rem;
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 1;
  color: #b2e05a;
  width: fit-content;
  white-space: nowrap;
  font-family: 'Helvetica';
  display: flex;
  align-items: center;
}
.metrics-title .super-m {
  margin-top: 0.3125rem;
}
.metrics-title .icon {
  margin-left: 5px;
  height: calc(66% - 0.5rem);
  display: inline-block;
  aspect-ratio: 1/1;
  background: url(../img/svg/plus.svg) center/cover no-repeat;
}
.metrics-title .icon.mac {
  margin-top: 0.0625rem;
}
.main-investors-new-section {
  padding-bottom: 14.5rem;
}
.main-investors-new-section .size-content {
  max-width: 66.125rem;
}

.investors-list {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}

.investors-item {
  padding-left: 8rem;
  padding-right: 1.3125rem;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
  height: 6rem;
  background: url('../img/svg/box-bg-row.svg') center/contain no-repeat;
}
.investors-item .t-text-xm {
  flex-grow: 1;
}
.investors-item .form-button {
  width: 13.3125rem;
  height: 4.25rem;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.t-place-card .form-button,
.t-doc-card .form-button,
.modal__container .form-button {
  background-color: #9dd631;
}

@media (hover: hover) and (pointer: fine) {
  .footer-bottom-text a:hover {
    text-decoration: underline;
  }
  .dropdown-item a:hover {
    color: #b2e05a;
  }
  .form-button {
    transition: background-color 0.2s;
  }
  .form-button:hover {
    background-color: #9dd631;
    color: #111;
  }
  .form-button.blue:hover {
    background-color: #296dec;
    color: white;
  }
  .t-place-card .form-button:hover,
  .t-doc-card .form-button:hover,
  .modal__container .form-button:hover {
    background-color: #b2e05a;
  }
  .t-link-arrow:hover {
    color: #9dd631;
  }
  .t-link-arrow:hover:after {
    transform: translateX(10px);
  }
  .main-objects-section .t-link-arrow:hover {
    color: #fff;
  }
  .t-circle-title {
    transition: all 0.2s;
  }
  .header-nav.mob-none .dropdown-wr:hover {
    color: #9dd631;
  }
  .header-nav.mob-none .header-nav-list li:hover {
    cursor: pointer;
  }
  .header-nav.mob-none .header-nav-list li:hover.open .icon::after {
    transform: rotate(45deg);
  }
  .header-nav.mob-none .header-nav-list .dropdown-menu-item a {
    pointer-events: unset;
    cursor: pointer;
  }
  .header-nav.mob-none .dropdown-menu-item .header-nav-link:hover,
  .header-nav.mob-none .header-nav-list .header-nav-link:hover,
  .header-right .t-circle-title:hover,
  .header-right .dropdown-lang-header:hover {
    color: #b2e05a;
  }
}
@media (hover: none) {
  .footer-bottom-text a:active {
    text-decoration: underline;
  }
  .dropdown-item a:active {
    color: #b2e05a;
  }
  .form-button:active {
    background-color: #9dd631;
    color: #111;
  }
  .form-button.blue:active {
    background-color: #296dec;
    color: white;
  }
  .t-place-card .form-button:active,
  .t-doc-card .form-button:active,
  .modal__container .form-button {
    background-color: #9dd631;
  }
  .t-link-arrow:active {
    color: #9dd631;
  }
  .t-link-arrow:active:after {
    transform: translateX(10px);
  }
  .main-objects-section .t-link-arrow:active {
    color: #fff;
  }
  .t-circle-title:active {
    color: #21252d;
    border-color: #b2e05a;
    background-color: #b2e05a;
  }
}
@media (min-width: 768px) {
  .t-item-img-inner:hover .t-text-xm {
    color: #b2e05a;
  }
  .t-item-img-inner:hover .t-arrow-icon .icon {
    background-color: #b2e05a;
  }
  .t-item-img-inner:hover .t-image-wrapper {
    opacity: 1;
  }
}
@media (min-aspect-ratio: 195/100) and (max-height: 750px) {
  .panel {
    padding-top: 7vh;
  }
  .main-first-section {
    padding-top: 0;
    height: 100vh;
  }
  .main-card-svg.mob-none {
    top: -15vh;
    height: 110vh;
  }
  .main-card-img {
    object-position: -9vh -11vh;
    height: calc(100% + 10vh);
    width: calc(100% + 10vh);
  }
  .main-objects-section {
    padding-bottom: 16.875rem;
  }
  .main-card-content {
    height: 20.0625rem;
  }
}
@media (min-aspect-ratio: 203/100) and (max-height: 750px) {
  .main-card-img {
    object-position: -9vh -12vh;
  }
  .page-main .t-row-col.margin-top {
    margin-top: 4rem;
  }
  .metrics-list {
    row-gap: 1.25rem;
  }
  .investors-list {
    row-gap: 1.5625rem;
  }
  .main-investors-section .t-col-content {
    row-gap: 1.75rem;
  }
  .main-investors-section .t-list-img {
    margin-top: 2.125rem;
    row-gap: 1.75rem;
  }
}
@media (min-aspect-ratio: 212/100) and (max-height: 750px) {
  .main-card-img {
    object-position: -9vh -15vh;
  }
}
@media (min-aspect-ratio: 220/100) and (max-height: 750px) {
  .main-card-svg.mob-none {
    top: -17vh;
  }
  .main-card-img {
    object-position: -9vh -18vh;
  }
}
@media (min-aspect-ratio: 225/100) and (max-height: 750px) {
  .main-card-svg.mob-none {
    top: -25vh;
    height: 115vh;
  }
  .main-card-img {
    object-position: -13vh -28vh;
    height: calc(100% + 15vh);
    width: calc(100% + 15vh);
  }
}
.modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #21252d;
  z-index: 15;
  overflow-y: auto;
}
.modal .modal__container {
  background-color: #fff;
  width: 35.3125rem;
  height: fit-content;
  min-height: 28.125rem;
  max-height: 100vh;
  border-radius: 5rem;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.05rem;
}
.modal .modal__container .t-green {
  color: #9dd631;
}
.modal .modal__close {
  position: absolute;
  top: 2rem;
  right: 2.125rem;
  width: 2.75rem;
  height: 2.75rem;
  background: url(../img/svg/modal-close.svg) center/contain no-repeat;
  z-index: 1;
}
.modal .modal__content-wr {
  padding: 3.875rem 3.25rem 3rem 3.25rem;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.modal form {
  margin-top: 1.875rem;
}
.modal form button {
  margin-bottom: 2.5rem;
}
.modal form .form__error-text {
  text-align: left;
  margin-bottom: 0.625rem;
}
.modal form input._error + .form__error-text {
  display: block;
}
.modal .ea-input {
  margin-bottom: 0.625rem;
  background: rgba(132, 143, 161, 0.2);
  border: 2px solid transparent;
  color: #21252d;
  padding-top: 0.3em;
}
.modal .ea-input:focus-visible {
  border-color: #b2e05a;
}
.modal .ea-input._error {
  border-color: #e25151 !important;
}
.modal .ea-input:-webkit-autofill {
  -webkit-text-fill-color: #21252d;
  color: #21252d;
}
.modal button.t-green {
  margin-bottom: 1.0625rem;
  letter-spacing: 0.05rem;
  background: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .modal button.t-green:hover {
    color: #b2e05a;
  }
}
.modal button.t-grey {
  letter-spacing: 0.05rem;
  background: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .modal button.t-grey:hover {
    color: #5e6470;
  }
}
.modal .login-wr {
  visibility: visible;
  opacity: 1;
}
.modal .register-wr,
.modal .password-wr,
.modal .password-success {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: visible;
  opacity: 1;
}
.modal .password-success {
  gap: 1.875rem;
}
.modal .login-wr.hidden,
.modal .register-wr.hidden,
.modal .password-wr.hidden,
.modal .password-success.hidden {
  visibility: hidden;
  opacity: 0;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden='false'] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='false'] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.page-main .t-circle-title,
.page-dostyk .t-circle-title,
.page-investors .t-circle-title,
.page-fund .t-circle-title {
  pointer-events: none;
}

.t-blue {
  color: #397dea;
}

.t-page-padding {
  padding: 5rem 0 5.3125rem 0;
}

.t-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 5rem;
}

.t-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.25rem;
  row-gap: 5rem;
}

.t-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1.25rem;
  row-gap: 5rem;
}

.t-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.03rem;
}

.t-filters {
  display: flex;
  column-gap: 0.625rem;
}
.t-filters .t-circle-title {
  background: transparent;
  border-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .t-filters .t-circle-title:hover {
    color: #b2e05a;
    border-color: #b2e05a;
  }
}
.t-filters .t-circle-title.active {
  background: transparent;
  color: #b2e05a;
  border-color: #b2e05a;
}

.t-year-filters,
.t-type-filters {
  position: relative;
}
.t-year-filters .t-circle-title,
.t-type-filters .t-circle-title {
  background: transparent;
  border-color: #b2e05a;
  color: white;
  display: flex;
  align-items: flex-start;
  column-gap: 0.75rem;
  letter-spacing: 0.03rem;
}
.t-year-filters .t-circle-title:after,
.t-type-filters .t-circle-title:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/svg/plus.svg) center/contain no-repeat;
  flex-shrink: 0;
  margin-top: -0.03rem;
}
.t-year-filters .year-filters-list,
.t-year-filters .type-filters-list,
.t-type-filters .year-filters-list,
.t-type-filters .type-filters-list {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  transform: translateY(100%);
  transform-origin: top center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  background: transparent;
  border: 1px solid #b2e05a;
  border-radius: 1.25rem;
  text-align: center;
  background: #21252d;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  overflow: hidden;
  box-sizing: border-box !important;
}
.t-year-filters .year-filters-list li:first-of-type,
.t-year-filters .type-filters-list li:first-of-type,
.t-type-filters .year-filters-list li:first-of-type,
.t-type-filters .type-filters-list li:first-of-type {
  margin-top: 0.75rem;
}
.t-year-filters .year-filters-list li:last-of-type,
.t-year-filters .type-filters-list li:last-of-type,
.t-type-filters .year-filters-list li:last-of-type,
.t-type-filters .type-filters-list li:last-of-type {
  margin-bottom: 0.75rem;
}
.t-year-filters.opened .year-filters-list,
.t-year-filters.opened .type-filters-list,
.t-type-filters.opened .year-filters-list,
.t-type-filters.opened .type-filters-list {
  opacity: 1;
  pointer-events: all;
}
.t-year-filters .year-filter,
.t-year-filters .type-filter,
.t-type-filters .year-filter,
.t-type-filters .type-filter {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0.75rem;
}
.t-type-filters .type-filter a {
  flex-grow: 1;
}
.t-year-filters .year-filter:after,
.t-year-filters .type-filter:after,
.t-type-filters .year-filter:after,
.t-type-filters .type-filter:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/svg/plus.svg) center/contain no-repeat;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg)
    brightness(96%) contrast(104%);
  margin-top: -0.03rem;
}
.t-year-filters .year-filter.active,
.t-year-filters .type-filter.active,
.t-type-filters .year-filter.active,
.t-type-filters .type-filter.active {
  color: white;
}
.t-year-filters .year-filter.active:after,
.t-year-filters .type-filter.active:after,
.t-type-filters .year-filter.active:after,
.t-type-filters .type-filter.active:after {
  filter: unset;
}
@media (hover: hover) and (pointer: fine) {
  .t-year-filters .year-filter:hover,
  .t-year-filters .type-filter:hover,
  .t-type-filters .year-filter:hover,
  .t-type-filters .type-filter:hover {
    color: white;
    cursor: pointer;
  }
  .t-year-filters .year-filter:hover:after,
  .t-year-filters .type-filter:hover:after,
  .t-type-filters .year-filter:hover:after,
  .t-type-filters .type-filter:hover:after {
    filter: unset;
  }
}

.t-type-filters .t-circle-title {
  width: 10.5625rem;
}
.t-type-filters .t-circle-title span {
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.t-type-filters .t-circle-title:after {
  display: none;
}
.t-type-filters .type-filters-list {
  width: max-content;
  padding: 0 1rem;
}
.t-type-filters .type-filter {
  text-align: left;
  justify-content: flex-start;
}
.t-type-filters .type-filter:after {
  display: none;
}

.t-doc-card {
  background: white;
  border-radius: 1.875rem;
  color: #21252d;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.t-doc-card > div {
  padding-left: 0.625rem;
}
.t-doc-card .t-grey {
  font-size: 0.75rem;
}
.t-doc-card .t-text-m {
  margin: 0.75rem 0 1.375rem 0;
}
.t-doc-card .form-button {
  width: fit-content;
}

.page-portfolio,
.page-management,
.page-media,
.page-stocks {
  margin-bottom: 5rem;
}
.page-portfolio .t-grid-2:first-child,
.page-management .t-grid-2:first-child,
.page-media .t-grid-2:first-child,
.page-stocks .t-grid-2:first-child {
  margin-bottom: 8.125rem;
}
.page-portfolio .t-text-m-light,
.page-management .t-text-m-light,
.page-media .t-text-m-light,
.page-stocks .t-text-m-light {
  width: 60%;
  letter-spacing: 0.04rem;
  margin-top: 1rem;
}
.page-portfolio .t-place-card,
.page-management .t-place-card,
.page-media .t-place-card,
.page-stocks .t-place-card {
  width: 100%;
}
.page-portfolio .t-place-card img,
.page-management .t-place-card img,
.page-media .t-place-card img,
.page-stocks .t-place-card img {
  border-radius: unset;
}
.page-portfolio .t-green,
.page-management .t-green,
.page-media .t-green,
.page-stocks .t-green {
  color: #b2e05a;
}

.page-portfolio .t-place-card {
  overflow: unset;
}
.page-portfolio .t-place-card img {
  display: block;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  object-fit: cover;
  border-radius: 3.6875rem;
  margin-top: -0.2px;
}
.page-portfolio .t-place-card .t-green {
  color: #9dd631;
}

.page-management .t-text-xm {
  margin: 8.75rem 0 3.125rem 0;
  display: flex;
  column-gap: 0.875rem;
  align-items: center;
}
.page-management .t-text-xm:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/svg/plus.svg) center/contain no-repeat;
  flex-shrink: 0;
}
.page-management .t-text-xm a {
  text-decoration: underline;
}
.page-management .t-text-xm span {
  font-style: italic;
}
.page-management .t-place-card {
  background: transparent;
  flex-direction: column;
  border-radius: unset;
}
.page-management .t-place-image img {
  aspect-ratio: 1/1;
}
.page-management .management-name {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: 0.05rem;
  margin: 1.25rem 0 0.5rem 0;
  font-family: 'Helvetica';
  padding: 0 0.625rem;
}
.page-management .management-title {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: 0.035rem;
  font-family: 'Helvetica';
  padding: 0 0.625rem;
}

.page-media .t-grid-2:first-child {
  margin-bottom: 6.25rem;
}
.page-media .t-place-image {
  border-radius: 1.875rem;
  height: 12.5rem;
}
.page-media .t-place-card {
  background: transparent;
  flex-direction: column;
  border-radius: unset;
}
@media (hover: hover) and (pointer: fine) {
  .page-media .t-place-card:hover .media-title {
    color: #b2e05a;
  }
}
.page-media .t-place-card:active .media-title {
  color: #b2e05a;
}
.page-media .t-grid-4 {
  margin-top: 2.5rem;
}
.page-media .media-subtitle {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  letter-spacing: 0.03rem;
  line-height: 130%;
  color: #848fa1;
  margin: 0.75rem 0;
  padding: 0 0.625rem;
}
.page-media .media-title {
  font-size: 1.125rem;
  letter-spacing: 0.0225rem;
  line-height: 120%;
  padding: 0 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.page-not-found {
  width: 100%;
  height: 100vh;
  position: relative;
}
.page-not-found .page-not-found-bckg {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/main/not-found.png) top center/cover no-repeat;
  background-position-x: 20%;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.page-not-found .page-not-found-bckg.visible {
  opacity: 1;
}
.page-not-found .t-container {
  margin: 10vh 0 0 calc(25% + 5px);
  width: fit-content;
}
.page-not-found .t-text-m-light {
  margin: 2.5rem 0 1.5rem 0;
}
.page-not-found .t-link-arrow {
  margin-top: 1.25rem;
}
.page-not-found .t-green {
  color: #b2e05a;
}

.page-contacts .t-green {
  color: #b2e05a;
}
.page-contacts .t-page-padding {
  padding-bottom: 0;
}
.page-contacts .t-title-page {
  font-size: 4rem;
  letter-spacing: 0.08rem;
  margin: 1.875rem 0 3.75rem 0;
  line-height: 110%;
}
.page-contacts ul li {
  margin-bottom: 2.5rem;
}
.page-contacts ul li p {
  margin-top: 0.75rem;
}
.page-contacts ul li a {
  display: block;
  margin-top: 0.75rem;
}
.page-contacts ul li p span {
  display: none;
}
.page-contacts ul li a span {
  display: none;
}
.page-contacts ul li p:first-child {
  margin: 0 0 1.25rem 0;
}
.page-contacts ul li a:first-child {
  margin: 0 0 1.25rem 0;
}
.page-contacts .city {
  font-size: 1.5rem;
  letter-spacing: 0.03rem;
}
.page-contacts .map-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.page-contacts .map {
  height: 70vh;
  margin-right: -1.25rem;
  width: 100%;
  justify-self: flex-end;
  border-top-left-radius: 5rem;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.page-contacts .map.visible {
  opacity: 1;
}
.page-contacts #yandex_map [class*='ymaps-2'][class*='-ground-pane'] {
  filter: grayscale(100%);
}
.page-contacts #yandex_map .ymaps-2-1-79-image-with-content-content {
  background: #b2e05a;
  height: max-content !important;
  width: max-content !important;
  border-radius: 0 6px 6px 0;
  padding: 3px 6px 3.5px 18px;
  z-index: -1;
  font-size: 12px !important;
  line-height: 100% !important;
}

.t-chart-wr {
  height: 22.5rem;
  width: 100%;
  margin: auto;
  position: relative;
}
.t-chart-wr canvas {
  width: calc(60rem + 12px) !important;
  margin-left: -6px;
}

.page-dostyk .bg-primary {
  border-radius: 5rem 5rem 0 0;
  margin-bottom: 12.5rem;
  padding-top: 5.125rem;
  position: relative;
  margin-top: -5.5rem;
  overflow: hidden;
}
.page-dostyk .t-green {
  color: #b2e05a;
}
.page-dostyk .t-row-content {
  padding: 5.9375rem 0 4.0625rem 0;
}
.page-dostyk__banner {
  border-radius: 5rem 5rem 0 0;
  overflow: hidden;
  width: 100%;
  height: 46.875rem;
}
.page-dostyk__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-dostyk .dostyk-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: -5.125rem;
}
.page-dostyk .dostyk-svg-wr {
  position: relative;
}
.page-dostyk .t-grid-2 {
  margin-bottom: 4.6875rem;
  min-height: 15.75rem;
}
.page-dostyk .t-grid-2 .t-text-m-light {
  width: 85%;
}
.page-dostyk .t-grid-2 .t-title-page {
  margin-bottom: 0.9375rem;
}
.page-dostyk .metrics-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5.625rem;
  width: 90%;
  margin-top: 3.75rem;
}
.page-dostyk .metrics-list .t-green {
  font-family: 'Helvetica';
  display: flex;
  align-items: center;
}
.page-dostyk .metrics-list .t-green .super-m {
  margin-top: -1rem;
}
.page-dostyk .metrics-list .t-green .icon {
  margin-left: 5px;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 1.5rem;
  background: url(../img/svg/plus.svg) center/cover no-repeat;
}
.page-dostyk .metrics-list .t-green .icon.mac {
  margin-top: 0.0625rem;
}
.page-dostyk .metrics-list li p:first-child {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.06rem;
  margin-bottom: 1.125rem;
}
.page-dostyk .metrics-list li p:last-child {
  font-size: 1.21875rem;
  line-height: 135%;
  letter-spacing: 0.04875rem;
  color: #e9ecf2;
}
.page-dostyk .clients-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2.9375rem;
  margin-top: 1.25rem;
}
.page-dostyk .clients-list li p {
  display: flex;
  column-gap: 0.625rem;
}
.page-dostyk .clients-list li p:before {
  content: '';
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
  background: url(../img/svg/plus.svg) center/contain no-repeat;
}
.page-dostyk .portfolio__slider {
  width: 57.75rem;
  margin-left: 16.1875rem;
  overflow: visible;
}
.page-dostyk .portfolio__slider-container {
  padding: 5.625rem 0 9.375rem 0;
  overflow: hidden;
}
.page-dostyk .portfolio__slider .swiper-slide {
  border-radius: 5rem;
  overflow: hidden;
}
.page-dostyk .portfolio__slider .swiper-slide:hover {
  cursor: pointer;
}
.page-dostyk .portfolio__slider-btns {
  width: 6.25rem;
  height: 2.75rem;
  position: absolute;
  margin-top: 3.75rem;
  right: 1.25rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.page-dostyk .portfolio__slider-btns .swiper-button-next,
.page-dostyk .portfolio__slider-btns .swiper-button-prev {
  position: static;
}
.page-dostyk .t-chart-data {
  width: 60rem;
  margin-top: 5rem;
}
.page-dostyk .t-chart-data:first-child {
  margin-top: 0;
}
.page-dostyk .t-chart-data h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
}
.page-dostyk .t-legend-list {
  display: flex;
  margin-top: 0.9375rem;
  flex-wrap: wrap;
  row-gap: 0.375rem;
}
.page-dostyk .t-legend {
  display: flex;
  align-items: center;
  background: rgba(118, 122, 128, 0.1);
  border-radius: 1.0625rem;
  width: fit-content;
  padding: 0.3125rem 0.6875rem;
  margin-right: 0.625rem;
  font-size: 0.75rem;
  line-height: 135%;
  letter-spacing: 0.03rem;
}
.page-dostyk .t-legend img {
  width: 0.92625rem;
  height: 0.92625rem;
  margin-right: 0.625rem;
}
.page-dostyk .t-legend .square-green,
.page-dostyk .t-legend .square-blue,
.page-dostyk .t-legend .square-green-light,
.page-dostyk .t-legend .square-blue-light {
  width: 0.92625rem;
  height: 0.92625rem;
  margin-right: 0.625rem;
  background: #b2e05a;
}
.page-dostyk .t-legend .square-blue {
  background: #397dea;
}
.page-dostyk .t-legend .square-green-light {
  background: rgba(178, 224, 90, 0.5);
  border: solid 1px #b2e05a;
}
.page-dostyk .t-legend .square-blue-light {
  background: rgba(57, 125, 234, 0.5);
  border: solid 1px #397dea;
}
.page-dostyk .t-chart-table {
  width: 100%;
  margin-top: 3.75rem;
  text-align: center;
  line-height: 135%;
}
.page-dostyk .t-chart-table thead {
  background: rgba(118, 122, 128, 0.2);
  color: #b2e05a;
}
.page-dostyk .t-chart-table thead tr {
  border-bottom: none;
}
.page-dostyk .t-chart-table tr {
  height: 100%;
  margin-top: 0.625rem;
  border-bottom: solid 1px rgba(118, 122, 128, 0.5);
}
.page-dostyk .t-chart-table td,
.page-dostyk .t-chart-table th {
  padding: 0.625rem 0;
  text-align: center;
  min-width: 8.5rem;
}
.page-dostyk .t-chart-table td {
  padding-top: 1.25rem;
}
.page-dostyk .t-chart-table td:first-child {
  text-align: left;
  padding-left: 1.625rem;
  min-width: 13.5rem;
}
.page-dostyk .t-chart-table-note {
  padding: 0.625rem 0 0 1.625rem;
}

.page-fund {
  margin-bottom: 5rem;
}
.page-fund .form-button {
  width: fit-content;
}
.page-fund .t-row-content {
  padding-top: 3.75rem;
}
.page-fund .fund-svg-wr-1 {
  position: relative;
  padding-bottom: 10.25rem;
}
.page-fund .fund-svg-wr-1 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.page-fund .fund-svg-wr-2 {
  position: relative;
  padding-top: 0.25rem;
}
.page-fund .fund-svg-wr-2 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.page-fund__intro {
  width: 80%;
  margin: auto;
  padding: 6.25rem 0;
  column-gap: 6.25rem;
}
.page-fund__intro img {
  width: 30.1875rem;
  height: auto;
  margin: 0 auto;
}
.page-fund__intro .t-text-xm {
  margin: 5.3125rem 0 2.9375rem 0;
  font-weight: 500;
}
.page-fund__intro .t-text-m {
  width: 28.125rem;
}
.page-fund .goals .t-circle-title {
  background: #21252d;
}
.page-fund .goals li {
  margin-bottom: 2.5rem;
}
.page-fund .goals .form-button {
  display: flex;
  column-gap: 0.875rem;
  align-items: center;
}
.page-fund .goals .form-button:after {
  content: '';
  display: block;
  width: 1.47875rem;
  height: 1.1875rem;
  background: url(../img/svg/download.svg) center/contain no-repeat;
}
.page-fund .goals .form-button:active {
  background-color: #b3ea55;
}
.page-fund .vision {
  position: relative;
  height: 42.5rem;
  border-radius: 5rem;
  overflow: hidden;
}
.page-fund .vision .t-row-col.margin-top {
  margin-top: 4.625rem;
}
.page-fund .vision .t-section-title {
  width: 35.875rem;
  line-height: 130%;
}
.page-fund .vision .t-text-m {
  margin-top: 2.75rem;
  width: 19.0625rem;
}
.page-fund .vision .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  border-radius: 5rem;
  z-index: -1;
  background: url(../img/main/fund-vision.png) center/cover no-repeat;
}
.page-fund .mission {
  height: 31.25rem;
  position: relative;
}
.page-fund .mission .t-circle-title {
  background: #21252d;
}
.page-fund .mission .t-section-title {
  width: 60%;
  line-height: 130%;
}
.page-fund .mission img {
  position: absolute;
  bottom: 0;
  left: 65%;
  width: 25.625rem;
  height: 25.625rem;
  border-radius: 50%;
}
.page-fund .values {
  padding-bottom: 5rem;
}
.page-fund .values ul {
  margin-top: -0.3rem;
}
.page-fund .values li {
  margin-bottom: 1rem;
  display: flex;
  column-gap: 0.875rem;
  align-items: center;
}
.page-fund .values li:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/svg/plus.svg) center/contain no-repeat;
}
.page-fund .values li .fix-line-height {
  padding-top: 0.4em;
}

.page-news {
  margin-bottom: 5rem;
  background: white;
  color: #21252d;
}
.page-news .t-grid-2 {
  column-gap: 1.25rem;
  margin: 3.75rem auto;
}
.page-news .t-grid-2 img:only-child {
  grid-column: span 2;
}
.page-news__banner {
  border-radius: 0 0 5rem 5rem;
  overflow: hidden;
  width: 100%;
  height: 31.25rem;
}
.page-news__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-news .news-container {
  padding: 3.75rem 22.8125rem 7.5rem 22.8125rem;
  width: 100%;
}
.page-news .news-intro {
  margin-bottom: 3.75rem;
}
.page-news .news-intro .t-grey {
  display: flex;
  column-gap: 2.5rem;
}
.page-news .news-intro .t-title-page {
  font-size: 2.929375rem;
  margin: 1.25rem 0;
}
.page-news .news-text {
  font-size: 0.875rem;
}
.page-news .news-text p {
  margin-bottom: 0.875rem;
}
.page-news .news-text p:last-child {
  margin-bottom: 0;
}
.page-news .news-source {
  font-size: 0.875rem;
  margin-top: 2.5rem;
  white-space: nowrap;
}
.page-news .news-source a {
  color: #397dea;
  white-space: normal;
}
.page-news .news-source a:hover {
  text-decoration: underline;
}

.page-shareholders {
  margin-bottom: 10rem;
}
.page-shareholders .t-title-page {
  margin-bottom: 2.5rem;
}
.page-shareholders .t-controls .t-circle-title {
  font-size: 1rem;
}
.page-shareholders .t-grid-4 {
  margin-top: 2.5rem;
  row-gap: 2.5rem;
}
.page-shareholders .yearly-reports {
  margin: 5rem 0 5rem 1.5rem;
}
.page-shareholders .quarterly-reports.hidden,
.page-shareholders .yearly-reports.hidden {
  display: none;
}

.page-sustainability {
  margin-bottom: 5rem;
}

.sustain-intro {
  margin: 4.6875rem 0 6.25rem 0;
}
.sustain-intro .t-text-m {
  margin-top: 1rem;
  width: 23rem;
}
.sustain-parallax {
  position: relative;
  height: 42.5rem;
  border-radius: 5rem 5rem 0 0;
  overflow: hidden;
}
.sustain-parallax .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  border-radius: 5rem 5rem 0 0;
  z-index: -1;
  background: url(../img/main/sustain-info.png) center/cover no-repeat;
}
.sustain-info {
  row-gap: 2.5rem;
  background: white;
  border-radius: 5rem;
  padding: 5.9375rem 1.25rem;
  color: #21252d;
  margin-top: -9.375rem;
}
.sustain-info .t-green {
  color: #9dd631;
}
.sustain-info .t-text-xm {
  margin-bottom: 2rem;
}
.sustain-info .t-text-m p {
  margin-bottom: 1.125rem;
}
.sustain-info .t-text-m p:last-of-type {
  margin-bottom: 0;
}
.sustain-info > div {
  grid-column: 2 / span 2;
}
.sustain-routes {
  padding-bottom: 6.25rem;
}
.sustain-routes .t-section-title {
  margin: 4.6875rem 0 2.5rem 0;
  width: 43.125rem;
}
.sustain-routes li {
  background: #313742;
  border-radius: 1.875rem;
  padding: 1.8125rem 1.25rem 1.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0.02rem;
}
.sustain-routes li img {
  height: 6.0625rem;
  width: auto;
}
.sustain-routes li .t-medium {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}

.page-investors {
  overflow: hidden;
  margin-bottom: 5rem;
}
.page-investors .t-grid-2 .t-text-m {
  width: 27.5rem;
  margin-top: 1rem;
}
.page-investors figure {
  display: block;
  position: relative;
  width: 18.875rem;
  height: 18.875rem;
  margin: 7.125rem 0 0 1.875rem;
}
.page-investors figure svg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
.page-investors figure circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 31.8309886184;
  stroke-dasharray: 0, 100;
  opacity: 0;
}
.page-investors figure .pie1 {
  stroke: #b2e05a;
  stroke-dashoffset: -20;
}
.page-investors figure .pie2 {
  stroke: rgba(135, 135, 135, 0.35);
  stroke-dashoffset: 0;
}
.page-investors .figure-caption-0 {
  opacity: 0;
  transform: translateY(66px);
}
.page-investors .figure-caption-1,
.page-investors .figure-caption-2 {
  width: 26.875rem;
  margin-bottom: 3.25rem;
  position: relative;
  opacity: 0;
  transform: translateY(44px);
}
.page-investors .figure-caption-1 span,
.page-investors .figure-caption-2 span {
  position: absolute;
  top: 0;
  left: -5.9375rem;
  width: 5.0625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.375rem;
}
.page-investors .figure-caption-1 span:before,
.page-investors .figure-caption-2 span:before {
  content: '';
  display: block;
  width: 2.8125rem;
  height: 0.125rem;
  background: #b2e05a;
  flex-shrink: 0;
}
.page-investors .figure-caption-1 span:after,
.page-investors .figure-caption-2 span:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/svg/plus.svg) center/contain no-repeat;
  flex-shrink: 0;
}
.page-investors .figure-caption-2 span:before {
  background: rgba(135, 135, 135, 0.55);
}
.page-investors .figure-caption-2 span:after {
  opacity: 0.55;
  filter: brightness(0) saturate(100%) invert(49%) sepia(85%) saturate(0%) hue-rotate(263deg)
    brightness(92%) contrast(82%);
}
.page-investors .investors-svg-wr-1 {
  position: relative;
}
.page-investors .investors-svg-wr-1 .investors-svg-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.page-investors .intro {
  padding: 4.875rem 0 7.5rem 0;
}
.page-investors .policy {
  position: relative;
  height: 25rem;
  margin-bottom: 7.25rem;
}
.page-investors .policy .t-grid-2 {
  width: 100%;
  position: absolute;
  top: 4.625rem;
  left: 0;
}
.page-investors .policy .t-grid-2 .t-text-xm {
  margin-bottom: 3.625rem;
}
.page-investors .goals {
  background: white;
  color: #21252d;
  border-radius: 5rem;
  padding: 4.0625rem 0;
  position: relative;
}
.page-investors .goals-parallax {
  position: absolute;
  height: calc(100% + 1.5px);
  aspect-ratio: 1/1;
  border-radius: 5rem;
  overflow: hidden;
  right: 0;
  top: 0;
  margin: -0.5px -0.5px -1px 0;
}
.page-investors .goals .parallax-bg {
  width: 100%;
  height: 120%;
  object-fit: cover;
  border-radius: 5rem;
  z-index: -1;
  background: url(../img/main/investors-goals.png) center/cover no-repeat;
}
.page-investors .goals ul li {
  margin-bottom: 2.5rem;
  width: 48%;
  display: flex;
  gap: 0.625rem;
}
.page-investors .goals .t-text-m {
  padding-top: 1.25rem;
}
.page-investors .goals .t-green {
  color: #9dd631;
}
.page-investors .about {
  position: relative;
}
.page-investors .about .investors-svg-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.page-investors .about .t-row-col {
  padding: 5.625rem 0 6.25rem 0;
}
.page-investors .about .t-text-xm {
  margin-bottom: 1.375rem;
  width: 51.875rem;
}
.page-investors .about .t-text-m {
  margin-bottom: 1.125rem;
  width: 51.875rem;
}
.page-investors .about .t-text-m.access {
  margin-top: 3.75rem;
}
.page-investors .about a {
  margin: 3.75rem 0 2.5rem 0;
}
.page-investors .about button {
  margin-bottom: 3.125rem;
  background: transparent;
  padding: 0;
}

.page-stocks {
  margin-bottom: 0;
}
.page-stocks .t-circle-title {
  pointer-events: none;
  border-color: #21252d;
  color: #21252d;
}
.page-stocks .bg-primary .t-circle-title {
  border-color: #b2e05a;
  color: #b2e05a;
}
.page-stocks .t-grid-2:first-child {
  margin-bottom: 10.9375rem;
}
.page-stocks .intro h1 {
  margin-bottom: 0.875rem;
}
.page-stocks .intro .t-medium,
.page-stocks .intro .note {
  max-width: 28.125rem;
}
.page-stocks .intro .note {
  color: #bdc3cc;
}
.page-stocks .intro .t-text-m-light {
  width: 30.625rem;
}
.page-stocks .intro .t-text-m-light .t-green {
  margin-bottom: 0.75rem;
}

.stocks-statistics-section,
.stocks-subfunds-section,
.stocks-faq-section {
  margin-top: -5rem;
  padding: 6.125rem 0 12.5rem 0;
  border-radius: 5rem 5rem 0 0;
}

.stocks-statistics-section .metrics-title {
  font-size: 2.75rem;
}

.stocks-subfunds-section {
  padding-bottom: 8.75rem;
}

.stocks-card {
  margin-bottom: 2.5rem;
}

.stocks-card-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stocks-type {
  background: #313742;
  padding: 0 1.25rem;
  padding-top: 0.3em;
  border-radius: 3.0625rem;
  width: max-content;
  height: 3.5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stocks-type.circle {
  padding: 0;
  padding-top: 0.3em;
  width: 3.5rem;
}

.stocks-card-about {
  margin-top: 0.5rem;
  border-radius: 2.5rem;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  gap: 2.5rem;
  background: #313742;
  width: 67.5rem;
  font-size: 1.25rem;
}
.stocks-card-about-btns {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.stocks-card-about-btns .form-button {
  font-size: 1.125rem;
  min-width: 11.5625rem;
  width: fit-content;
  height: 3rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.stocks-callcenter {
  font-size: 1.25rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
}
.stocks-callcenter a {
  color: #B2E05A;
  text-decoration: underline;
  white-space: nowrap;
}

.faq-collapse-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  color: #21252d;
  width: 67.5rem;
}

.collapse-header {
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  padding: 1.25rem 2.5rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  border: 1px solid #f0f3f8;
  border-radius: 4.625rem;
}
.collapse-header .plus-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/svg/plus.svg) center/contain no-repeat;
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-top: -0.3em;
}
.open .collapse-header .plus-icon {
  transform: rotate(45deg);
}
.open .collapse-header {
  border-color: transparent;
}

.collapse-body {
  font-size: 1.125rem;
  line-height: 148%;
  letter-spacing: 0.02em;
  margin-left: 5.75rem;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
}
.collapse-body-text {
  background: #f0f3f8;
  padding: 1.75rem 2.5rem;
  border-radius: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.collapse-body a {
  color: #397dea;
}
@media (hover: hover) and (pointer: fine) {
  .collapse-body a:hover {
    text-decoration: underline;
  }
}

.captcha-container {
  display: flex;
  justify-content: center;
}

.page-questionnaire .intro .t-text-m-light {
  max-width: 28.25rem;
}
.page-questionnaire .bg-white {
  color: #21252d;
}
.page-questionnaire .t-page-padding {
  margin-bottom: 5.625rem;
}
.page-questionnaire .size-content {
  max-width: 56rem;
}
.page-questionnaire .size-content .t-grey {
  color: #bdc3cc;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
}
.page-questionnaire .size-content .t-text-xs {
  margin-top: 2.5rem;
  font-size: 0.875rem;
}
.page-questionnaire .size-content .t-blue.t-bold {
  font-weight: 900;
}

.questions-section {
  margin-top: -3.75rem;
  padding: 6rem 0 6.25rem 0;
  border-radius: 3.75rem 3.75rem 0 0;
}
.questions-section .form-button {
  width: 21.875rem;
  margin-left: 1.4375rem;
}

.q-list {
  margin-bottom: 5rem;
}
.q-list:last-of-type {
  margin-bottom: 3rem;
}
.q-item {
  margin-top: 2.5rem;
  list-style-type: decimal;
  list-style-position: inside;
}
.q-question {
  letter-spacing: 0.04em;
  line-height: 120%;
  margin-bottom: 1.25rem;
}
.required .q-question.wait-answer {
  border-bottom: 1px solid #397DEA;
}
.q-question-required-star {
  color: #397DEA;
  font-weight: bold;
  display: none;
}
.required .q-question-required-star {
  display: inline;
}
.q-answers-wr {
  margin: 1.25rem 0 0 1.125rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 2.5rem;
}
.q-answers-wr :nth-child(2).textarea-wr {
  margin: auto auto 0 auto;
  align: flex-end;
}
.q-answers-wr .textarea-wr {
  width: 21.875rem;
}
.q-answer-list {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}
.q-answer {
  display: flex;
}
.q-answer label {
  padding: 0.3em 0 0 0.625rem;
}
.q-answer label:hover {
  cursor: pointer;
}
.q-answer input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  border: 1px solid #b2e05a;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  display: grid;
  place-content: center;
  flex-shrink: 0;
}
.q-answer input[type='radio']:checked {
  border-width: 0.4375rem;
}
.q-answer input[type='radio']:hover {
  cursor: pointer;
}

#questionnaire-finished-popup .modal__container {
  display: flex;
}
#questionnaire-finished-popup .questionnaire-finished-popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 1.3125rem;
}
#questionnaire-finished-popup .questionnaire-finished-popup-content .t-green {
  padding: 0 1.875rem;
}

@media (max-width: 768px) {
  .modal .modal__overlay {
    background: white;
    align-items: flex-start;
  }
  .modal .modal__container {
    font-size: 1.125rem;
  }
  .modal .modal__content-wr {
    padding: 7.125rem 1.25rem 1.25rem 1.25rem;
  }
  .modal .modal__close {
    right: 1.25rem;
  }
  .modal .ea-input {
    height: 3.375rem;
  }
  .t-page-padding {
    padding: 2.1875rem 0 5rem 0;
  }
  .t-grid-2 {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
  .t-grid-4,
  .t-grid-5 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.5rem;
    row-gap: 2.5rem;
  }
  .t-controls {
    column-gap: 0.625rem;
  }
  .t-filters {
    margin: 0 0 0 -0.25rem;
    column-gap: 0;
    justify-content: space-between;
    width: calc(100% + 0.5rem);
  }
  .t-filters .t-circle-title {
    padding: 0.75rem 1.125rem;
    padding-top: calc(0.75rem + 0.3em);
    border-radius: 1.25rem;
    line-height: normal;
    color: #ffffff;
    min-height: 2.5rem;
  }
  .page-media .t-filters {
    margin-left: -0.75rem;
    width: calc(100% + 1.5rem);
  }
  .page-media .t-filters .t-circle-title {
    padding: 0.5rem 0.75rem;
    padding-top: calc(0.5rem + 0.3em);
    border-radius: 1rem;
  }
  .t-year-filters,
  .t-type-filters {
    color: white;
  }
  .t-year-filters .t-circle-title,
  .t-type-filters .t-circle-title {
    padding: 0.75rem 1.125rem;
    padding-top: calc(0.75rem + 0.3em);
  }
  .t-year-filters .t-circle-title:after,
  .t-type-filters .t-circle-title:after {
    width: 0.8125rem;
    height: 0.8125rem;
  }
  .t-year-filters .year-filters-list,
  .t-year-filters .type-filters-list,
  .t-type-filters .year-filters-list,
  .t-type-filters .type-filters-list {
    bottom: -0.4375rem;
    font-size: 0.8125rem;
  }
  .t-year-filters .year-filter:after,
  .t-year-filters .type-filter:after,
  .t-type-filters .year-filter:after,
  .t-type-filters .type-filter:after {
    width: 0.8125rem;
    height: 0.8125rem;
  }
  .t-year-filters .year-filter.active,
  .t-year-filters .type-filter.active,
  .t-type-filters .year-filter.active,
  .t-type-filters .type-filter.active {
    color: #b2e05a;
  }
}
@media (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .t-year-filters .year-filter:hover,
  .t-year-filters .type-filter:hover,
  .t-type-filters .year-filter:hover,
  .t-type-filters .type-filter:hover {
    color: #b2e05a;
  }
}
@media (max-width: 768px) {
  .t-doc-card > div {
    padding-left: 0;
  }
  .t-doc-card .t-text-m {
    margin-bottom: 1.25rem;
  }
  .page-portfolio,
  .page-management,
  .page-media {
    margin-bottom: 3.75rem;
  }
  .page-portfolio .t-grid-2:first-child,
  .page-management .t-grid-2:first-child,
  .page-media .t-grid-2:first-child {
    margin-bottom: 3.75rem;
    row-gap: 2.5rem;
  }
  .page-portfolio .t-title-page,
  .page-management .t-title-page,
  .page-media .t-title-page {
    font-size: 1.5rem;
  }
  .page-portfolio .t-text-m-light,
  .page-management .t-text-m-light,
  .page-media .t-text-m-light {
    width: 100%;
    margin-top: 0;
  }
  .page-portfolio .t-text-m-light,
  .page-management .t-text-m-light,
  .page-media .t-text-m-light {
    font-weight: normal;
  }
  .page-portfolio .t-place-card img {
    height: 13.75rem;
  }
  .page-management .t-text-xm {
    margin: 4.375rem 0 1.25rem 0;
    align-items: flex-start;
  }
  .page-management .t-text-xm p {
    padding-top: 0;
  }
  .page-management .t-text-xm:before {
    margin-top: 0.15rem;
  }
  .page-management .t-place-image {
    height: 8.5rem;
    border-radius: 1.875rem;
  }
  .page-management .t-place-image img {
    height: 100%;
  }
  .page-management .management-name {
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
    margin: 0.5rem 0 0.25rem 0;
    padding: 0 0.53125rem;
  }
  .page-management .management-title {
    font-size: 0.75rem;
    letter-spacing: 0.03rem;
    padding: 0 0.53125rem;
  }
  .page-media .t-grid-2:first-child {
    margin-bottom: 2.1875rem;
  }
  .page-media .t-grid-4 {
    grid-template-columns: 1fr;
    row-gap: 3.125rem;
    margin-top: 2rem;
  }
  .page-media .t-place-image {
    height: 10.4375rem;
    border-radius: 1.5625rem;
  }
  .page-media .media-subtitle {
    margin: 0.625rem 0;
    padding: 0 0.53125rem;
  }
  .page-media .media-title {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
    padding: 0 0.53125rem;
  }
  .page-not-found {
    margin-bottom: 0;
    height: 40rem;
  }
  .page-not-found .page-not-found-bckg {
    background: url(../img/main/not-found-mob.png) top left/cover no-repeat;
    height: 40rem;
  }
  .page-not-found .t-container {
    margin: 2.1875rem 0 0 calc(22% + 5px);
    width: fit-content;
  }
  .page-not-found .t-text-m-light {
    margin: 2.5rem 0 1.25rem 0;
    font-weight: normal;
  }
  .page-contacts .t-container {
    padding: 0;
  }
  .page-contacts .t-text-m-light {
    padding: 0 1.25rem;
    font-weight: normal;
  }
  .page-contacts .t-title-page {
    padding: 0 1.25rem;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    margin: 2.1875rem 0 2.5rem 0;
    line-height: 155%;
  }
  .page-contacts .t-text-m-light {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
  .page-contacts ul li p {
    margin-top: 0.625rem;
  }
  .page-contacts ul li a {
    margin-top: 0.625rem;
  }
  .page-contacts ul li p span {
    display: inline-block;
  }
  .page-contacts ul li a span {
    display: inline-block;
  }
  .page-contacts ul li p:first-child {
    margin: 0 0 0.8125rem 0;
  }
  .page-contacts ul li a:first-child {
    margin: 0 0 0.8125rem 0;
  }
  .page-contacts .city {
    display: none;
  }
  .page-contacts .map-grid {
    display: block;
  }
  .page-contacts .map {
    clip-path: inset(0 0 0 0 round 5rem 0 0 0);
    height: 31.875rem;
    margin-right: 0;
    width: 100vw;
  }
  .t-chart-wr {
    height: 8.875rem;
  }
  .t-chart-wr canvas {
    width: calc(100% + 6px) !important;
    margin-left: -3px;
  }
  .page-dostyk .no-break {
    word-break: normal;
  }
  .page-dostyk .bg-primary {
    border-radius: 3.75rem 3.75rem 0 0;
    padding-top: 3.75rem;
    margin: -6.125rem 0 6.125rem 0;
  }
  .page-dostyk .t-row-content {
    padding: 3.75rem 0 1.25rem 0;
  }
  .page-dostyk__banner {
    border-radius: 3.75rem 3.75rem 0 0;
    height: 20.625rem;
  }
  .page-dostyk .t-grid-2 {
    row-gap: 2.5rem;
    margin-bottom: 0;
  }
  .page-dostyk .t-grid-2 .t-text-m-light {
    width: 100%;
  }
  .page-dostyk .t-grid-2 .t-title-page {
    margin-bottom: 1.25rem;
  }
  .page-dostyk .metrics-list {
    grid-template-columns: 1fr;
    width: 100%;
    row-gap: 1.875rem;
    margin-top: 1.25rem;
  }
  .page-dostyk .metrics-list .t-green .icon {
    width: 1.1875rem;
  }
  .page-dostyk .metrics-list li p:first-child {
    font-size: 2.625rem;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
  }
  .page-dostyk .metrics-list li:last-child p:first-child {
    letter-spacing: -0.0625rem;
  }
  .page-dostyk .metrics-list li p:last-child {
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0.04rem;
  }
  .page-dostyk .clients-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5625rem;
    margin-top: 0.3125rem;
  }
  .page-dostyk .clients-list li p {
    column-gap: 0.355rem;
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
  .page-dostyk .clients-list li p:before {
    width: 0.675625rem;
    height: 0.675625rem;
  }
  .page-dostyk .portfolio__slider {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .page-dostyk .portfolio__slider-container {
    padding: 3.75rem 0 6.5rem 0;
  }
  .page-dostyk .portfolio__slider .swiper-slide {
    border-radius: 1.506875rem;
  }
  .page-dostyk .portfolio__slider-btns {
    margin-top: 2.5rem;
  }
  .page-dostyk .t-chart-data {
    width: 100%;
  }
  .page-dostyk .t-chart-data h2 {
    font-size: 1.3125rem;
    letter-spacing: 0.0275rem;
    width: calc(100% + 7px);
    line-height: 130%;
    margin-bottom: 1.5625rem;
  }
  .page-dostyk .t-legend {
    border-radius: 0.55625rem;
    padding: 0.1875rem 0.375rem;
    margin-right: 0.375rem;
    font-size: 0.5rem;
    letter-spacing: 0.02rem;
  }
  .page-dostyk .t-legend img {
    width: 0.455625rem;
    height: 0.455625rem;
    margin-right: 0.375rem;
  }
  .page-dostyk .t-legend .square-green,
  .page-dostyk .t-legend .square-blue,
  .page-dostyk .t-legend .square-green-light,
  .page-dostyk .t-legend .square-blue-light {
    width: 0.455625rem;
    height: 0.455625rem;
    margin-right: 0.375rem;
  }
  .page-dostyk .t-chart-table {
    margin-top: 1.25rem;
    font-size: 0.625rem;
    border-collapse: collapse;
  }
  .page-dostyk .t-chart-table td,
  .page-dostyk .t-chart-table th {
    padding: 0;
    max-height: 1.75rem;
    height: 1.75rem;
    vertical-align: middle;
    line-height: 110%;
    min-width: unset;
  }
  .page-dostyk .t-chart-table th {
    max-height: 1.5rem;
    height: 1.5rem;
  }
  .page-dostyk .t-chart-table td {
    padding-top: 0.1875rem;
  }
  .page-dostyk .t-chart-table tr:first-child td {
    max-height: 2.1875rem;
    height: 2.1875rem;
    padding-top: 0.4375rem;
  }
  .page-dostyk .t-chart-table tr td:first-child {
    width: 4.875rem;
    text-align: left;
    word-break: break-all;
    min-width: unset;
    padding-left: 0;
  }
  .page-dostyk .t-chart-table-wr {
    position: relative;
  }
  .page-dostyk .t-chart-table-wr .chart-line {
    position: absolute;
    width: 0.5px;
    height: calc(100% - 2.125rem);
    background: rgba(118, 122, 128, 0.5);
    left: 4.875rem;
    bottom: 0;
  }
  .page-dostyk .t-chart-table-note {
    font-size: 0.625rem;
    padding: 0.4375rem 0 0 0;
    position: absolute;
  }
  .page-fund {
    margin-bottom: 3.75rem;
  }
  .page-fund .t-section-title {
    font-size: 1.5rem;
  }
  .page-fund .fund-svg-wr-1 {
    padding-bottom: 3.75rem;
  }
  .page-fund .fund-svg-wr-2 .fund-svg-2 {
    margin-top: -0.3125rem;
    z-index: -1;
  }
  .page-fund__intro {
    width: 100%;
    padding: 2.5rem 0 1.25rem 0;
    gap: 0;
  }
  .page-fund__intro img {
    width: auto;
    height: 5.0625rem;
    margin: 0;
  }
  .page-fund__intro .t-text-xm {
    margin: 2.5rem 0;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .page-fund__intro .t-text-m {
    width: 100%;
  }
  .page-fund .goals li {
    margin-bottom: 2.5rem;
  }
  .page-fund .goals .t-section-title {
    letter-spacing: 0.1px;
  }
  .page-fund .goals .form-button {
    width: 100%;
    column-gap: 0.625rem;
    padding: calc(0.625rem + 0.2em) 1.25rem 0.625rem 1.25rem;
  }
  .page-fund .goals .form-button:after {
    width: 1.25rem;
    height: 1rem;
  }
  .page-fund .vision {
    height: 35rem;
    border-radius: 3.75rem;
  }
  .page-fund .vision .t-row-col.margin-top {
    margin-top: 0;
  }
  .page-fund .vision .t-section-title {
    width: 100%;
    line-height: 140%;
  }
  .page-fund .vision .t-text-m {
    margin-top: 2.75rem;
    width: 100%;
  }
  .page-fund .vision .parallax-bg {
    border-radius: 3.75rem;
    background-image: url(../img/main/fund-vision-mob.png);
  }
  .page-fund .mission {
    height: 35rem;
  }
  .page-fund .mission .t-row-col.margin-top {
    display: flex;
    flex-direction: column;
  }
  .page-fund .mission .t-section-title {
    width: 100%;
    margin-bottom: 3.5rem;
    letter-spacing: 0.05px;
    line-height: 140%;
  }
  .page-fund .mission img {
    position: static;
    width: 12.875rem;
    height: 12.875rem;
    align-self: flex-end;
  }
  .page-fund .values {
    padding-bottom: 4.375rem;
  }
  .page-fund .values .t-circle-title {
    background: #21252d;
  }
  .page-fund .values li {
    margin-bottom: 0.875rem;
  }
  .page-fund .values li:before {
    width: 0.75rem;
    height: 0.75rem;
  }
  .page-fund .values li .fix-line-height {
    padding-top: 0.25em;
  }
  .page-news {
    margin-bottom: 3.75rem;
  }
  .page-news .t-grid-2 {
    margin: 1.25rem auto;
  }
  .page-news__banner {
    border-radius: 0 0 3.75rem 3.75rem;
    height: 11.9375rem;
  }
  .page-news .news-container {
    padding: 1.25rem 1.25rem 5rem 1.25rem;
    width: 100%;
  }
  .page-news .news-intro {
    margin-bottom: 1.25rem;
  }
  .page-news .news-intro .t-grey {
    font-size: 0.875rem;
  }
  .page-news .news-intro .t-title-page {
    font-size: 1.25rem;
    margin: 1.25rem 0 0.625rem 0;
  }
  .page-news .news-intro .t-medium {
    font-size: 1rem;
  }
  .page-news .news-text p {
    margin-bottom: 1rem;
  }
  .page-news .news-source {
    margin-top: 1.25rem;
  }
  .page-shareholders {
    margin-bottom: 3.75rem;
  }
  .page-shareholders .t-title-page {
    font-size: 1.5rem;
    margin-bottom: 2.0625rem;
  }
  .page-shareholders .t-controls .t-circle-title {
    font-size: 0.8125rem;
  }
  .page-shareholders .t-grid-4 {
    grid-template-columns: 1fr;
    row-gap: 2.0625rem;
    margin-top: 2.0625rem;
  }
  .page-shareholders .yearly-reports {
    margin: 2.0625rem 0 5rem 0;
    font-size: 1.375rem;
  }
  .page-sustainability {
    margin-bottom: 3.75rem;
  }
  .page-sustainability .t-grid-4 {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
  .sustain-intro {
    margin: 2.5rem 0 3.75rem 0;
  }
  .sustain-intro .t-title-page {
    font-size: 1.5rem;
  }
  .sustain-intro .t-text-m {
    width: 100%;
  }
  .sustain-parallax {
    height: 25rem;
    border-radius: 3.75rem 3.75rem 0 0;
  }
  .sustain-parallax .parallax-bg {
    border-radius: 3.75rem 3.75rem 0 0;
  }
  .sustain-info {
    border-radius: 3.75rem;
    padding: 5.25rem 1.25rem;
    margin-top: -5.25rem;
  }
  .sustain-info .t-text-xm {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .sustain-info > div {
    grid-column: 1 / span 1;
  }
  .sustain-info .t-text-m {
    font-size: 0.875rem;
  }
  .sustain-routes {
    padding-bottom: 5rem;
  }
  .sustain-routes .t-section-title {
    font-size: 1.5rem;
    width: 100%;
  }
  .sustain-routes li {
    padding: 1.8125rem 1.25rem 1.25rem 1.25rem;
  }
  .page-investors {
    margin-bottom: 3.75rem;
  }
  .page-investors .t-grid-2 .t-text-m {
    width: 100%;
    margin-top: 2.5rem;
  }
  .page-investors .t-title-page,
  .page-investors .figure-caption-0 {
    font-size: 1.5rem;
  }
  .page-investors figure {
    display: block;
    position: relative;
    width: 12.75rem;
    height: 12.75rem;
    margin: 1.75rem 0 0 2.6875rem;
  }
  .page-investors .figure-caption-1,
  .page-investors .figure-caption-2 {
    display: flex;
    align-items: flex-start;
    margin: 0 0 1.875rem 0 !important;
  }
  .page-investors .figure-caption-1 span:before,
  .page-investors .figure-caption-2 span:before {
    display: none;
  }
  .page-investors .figure-caption-1 span,
  .page-investors .figure-caption-2 span {
    position: static;
    width: fit-content;
    margin-right: 0.875rem;
  }
  .page-investors .intro {
    padding: 2.5rem 0 4.375rem 0;
    gap: 0;
  }
  .page-investors .policy {
    height: 100%;
    margin-bottom: 1.875rem;
    row-gap: 2.375rem;
  }
  .page-investors .policy .t-circle-title {
    background: #21252d;
  }
  .page-investors .policy .t-grid-2 {
    position: static;
    gap: 0;
  }
  .page-investors .goals {
    padding: 0 0 0.625rem 0;
    border-radius: 3.75rem;
  }
  .page-investors .goals-parallax {
    position: static;
    border-radius: 3.75rem;
    margin-bottom: 2.5rem;
    margin-right: 0;
  }
  .page-investors .goals .parallax-bg {
    border-radius: 3.75rem;
  }
  .page-investors .goals ul {
    font-size: 1.375rem;
  }
  .page-investors .goals ul li {
    margin-bottom: 1.875rem;
    width: 100%;
  }
  .page-investors .about .t-row-col {
    padding: 5.25rem 0;
  }
  .page-investors .about .t-text-xm {
    margin-bottom: 2.5rem;
    width: 100%;
    font-size: 1.25rem;
  }
  .page-investors .about .t-text-m {
    width: 100%;
    font-size: 0.875rem;
  }
  .page-investors .about .t-text-m.access {
    margin-top: 2.5rem;
  }
  .page-investors .about a {
    margin: 2.5rem 0;
  }
  .page-investors .about button {
    margin-bottom: 2.5rem;
  }
  .page-investors .about .t-link-arrow {
    font-size: 1.125rem;
    width: 85%;
    justify-content: space-between;
    text-align: left;
  }
  .page-stocks .t-grid-2:first-child {
    margin-bottom: 5rem;
  }
  .page-stocks .intro h1 {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
  }
  .page-stocks .intro .t-text-xm {
    font-size: 1.125rem;
  }
  .page-stocks .intro .t-medium,
  .page-stocks .intro .note {
    max-width: 100%;
  }
  .page-stocks .intro .note {
    font-size: 1.0625rem;
  }
  .page-stocks .intro .t-text-m-light {
    width: 100%;
  }
  .stocks-statistics-section,
  .stocks-subfunds-section,
  .stocks-faq-section {
    margin-top: -3.75rem;
    padding: 6rem 0 7.625rem 0;
    border-radius: 3.75rem 3.75rem 0 0;
  }
  .stocks-statistics-section .metrics-title {
    font-size: 2.25rem;
  }
  .stocks-card-info {
    flex-wrap: wrap;
  }
  .stocks-type {
    font-size: 1rem;
    border-radius: 3.5rem;
    height: 2.5rem;
    padding: 0 1.25rem;
    padding-top: 0.3em;
  }
  .stocks-type.t-text-xl {
    font-size: 1.5rem;
  }
  .stocks-type.circle {
    width: 2.5rem;
  }
  .stocks-card-about {
    margin-top: 0.75rem;
    border-radius: 1.875rem;
    padding: 1.25rem;
    grid-template-columns: 100%;
    gap: 1.25rem;
    width: 100%;
    font-size: 0.875rem;
  }
  .stocks-card-about.t-text-m {
    font-size: 0.875rem;
  }
  .stocks-card-about-btns {
    flex-direction: column;
    gap: 0.75rem;
  }
  .stocks-card-about-btns .form-button {
    font-size: 1rem;
    min-width: 100%;
    height: 2.75rem;
  }
  .stocks-callcenter {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
  .faq-collapse-list {
    gap: 0.75rem;
    width: 100%;
  }
  .collapse-header {
    font-size: 0.875rem;
    padding: 1rem 1.25rem;
    gap: 0.75rem;
    border-radius: 1.875rem;
  }
  .collapse-header .plus-icon {
    width: 1rem;
    height: 1rem;
  }
  .open .collapse-header {
    border-color: #f0f3f8;
  }
  .collapse-body {
    font-size: 0.875rem;
    margin: 0.5rem 0 0 0;
  }
  .collapse-body-text {
    padding: 1.5rem 1.25rem;
    border-radius: 1.875rem;
    gap: 0.5rem;
  }
  .g-recaptcha {
    transform: scale(0.88);
  }
  .page-questionnaire .t-page-padding {
    margin-bottom: 2.5rem;
  }
  .page-questionnaire .size-content {
    max-width: 100%;
  }
  .page-questionnaire .size-content .t-grey {
    font-size: 1rem;
  }
  .page-questionnaire .size-content .t-text-xs {
    margin-top: 1.5rem;
    font-size: 0.75rem;
  }
  .questions-section .form-button {
    width: 100%;
    margin-left: 0;
  }
  .q-list,
  .q-list:last-of-type {
    margin-bottom: 2.5rem;
  }
  .q-item {
    margin-top: 1.5rem;
    list-style-position: unset;
    margin-left: 1.25rem;
  }
  .q-question {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
  .q-answers-wr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0.5rem 0 0 0;
    gap: 0.5rem;
  }
  .q-answers-wr :nth-child(1).textarea-wr {
    margin-top: 1.0625rem;
  }
  .q-answers-wr .textarea-wr {
    width: 100%;
    margin-left: 0;
  }
  .q-answer-list {
    gap: 0.5rem;
  }
  .q-answer {
    font-size: 0.875rem;
    padding: 0.75rem 0;
  }
  #questionnaire-finished-popup .questionnaire-finished-popup-content {
    gap: 1.875rem;
  }
  #questionnaire-finished-popup .questionnaire-finished-popup-content .t-green {
    font-size: 1rem;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .page-contacts #yandex_map .ymaps-2-1-79-image-with-content-content {
    width: 65px !important;
    font-size: 10px !important;
    line-height: 110% !important;
    padding: 2.5px 6px 2px 18px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 5vw;
  }
  .mob-none {
    display: none;
  }
  .des-none {
    display: block;
  }
  .t-title-page {
    font-size: 2rem;
  }
  .t-section-title {
    font-size: 1.375rem;
  }
  .t-text-m-light {
    font-size: 1rem;
  }
  .t-text-xm {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
  .t-text-m {
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .t-link-arrow {
    font-size: 1rem;
    line-height: 120%;
  }
  .circle-button {
    width: 2.5rem;
    height: 2.5rem;
  }
  .circle-button i {
    width: 0.75rem;
    height: 1.125rem;
  }
  .plain-button {
    padding: 0.625rem;
    padding-top: calc(0.625rem + 0.2em);
    min-width: 8.125rem;
  }
  header {
    height: 5rem;
  }
  header .t-container {
    position: relative;
    background-color: #21252d;
    z-index: 10;
  }
  .header__content_mobile {
    display: block;
  }
  .header__content_desktop {
    display: none;
  }
  .header-logo {
    display: block;
    width: 5.0625rem;
    height: 2rem;
  }
  .panel {
    margin-top: -3.75rem;
    padding-top: 6rem;
    border-radius: 3.75rem 3.75rem 0 0;
    z-index: 1;
  }
  .main-first-section {
    margin-top: 0;
    padding: 0;
    height: unset;
  }
  .main-card-wrapper {
    height: 30.5625rem;
  }
  .main-card-content {
    margin-top: -3.75rem;
    position: relative;
    display: block;
    row-gap: 2.5rem;
    height: unset;
    z-index: 1;
  }
  .main-card-left {
    min-height: 21rem;
    padding: 3.75rem 1.25rem 1.25rem;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 2.5rem;
    border-top-right-radius: 3.75rem;
  }
  .main-card-right {
    display: none;
  }
  .main-card-col-right {
    width: 100%;
  }
  .main-card-image {
    background-image: url('../img/main/main-slider-1-mob.png');
  }
  .main-card-svg {
    height: auto;
  }
  .t-row-content {
    flex-direction: column;
    row-gap: 2.5rem;
  }
  .t-row-col:first-child {
    width: 100%;
  }
  .t-row-col.margin-top {
    margin-top: 0;
  }
  .t-circle-title {
    font-size: 0.75rem;
    border-radius: 1.5625rem;
  }
  .main-about-section {
    padding-bottom: 7.625rem;
  }
  .main-about-section .t-section-title {
    width: 100%;
  }
  .main-about-section .t-text-m-light {
    width: 100%;
  }
  .t-row-list {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .t-card-box {
    padding: 4.6875rem 1.875rem 1.875rem;
    width: 100%;
    height: 12.5rem;
    background-image: url('../img/svg/box-bg-mob.svg');
  }
  .main-investors-section .t-text-m {
    margin-top: 1.5625rem;
    width: 100%;
  }
  .main-investors-section .t-list-img {
    margin-top: 1.875rem;
  }
  .t-investors-image-wrapper {
    margin-top: 2.5rem;
    border-radius: 3.75rem;
    width: 100%;
    height: 13.75rem;
    overflow: hidden;
  }
  .t-investors-image-wrapper img {
    object-fit: cover;
  }
  .t-item-img-inner {
    justify-content: space-between;
    column-gap: 0.625rem;
    width: 100%;
  }
  .t-image-wrapper {
    display: none;
  }
  .t-list-img {
    row-gap: 2rem;
  }
  .t-arrow-icon {
    width: 2.75rem;
    height: 2.75rem;
  }
  .t-arrow-icon .icon {
    width: 0.8125rem;
    height: 1.3125rem;
  }
  .t-place-card-row {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .main-objects-section {
    padding-bottom: 7.6875rem;
  }
  .main-objects-section .t-place-card-row {
    margin-top: 2.5rem;
  }
  .main-objects-section .t-link-arrow {
    margin-top: 2.5rem;
  }
  .main-objects-section .t-row-content {
    margin-top: 5rem;
  }
  .t-place-card {
    flex-direction: column-reverse;
    width: 100%;
    height: unset;
    border-radius: 3.75rem;
  }
  .t-place-card img {
    height: 13.75rem;
  }
  .t-place-col {
    width: 100%;
  }
  .t-place-content {
    padding: 1.25rem 1.875rem 2.5rem;
    row-gap: 0.75rem;
  }
  .t-place-content .form-button {
    margin-top: 0.5rem;
  }
  .t-place__text-top {
    font-size: 0.875rem;
  }
  .t-place__title {
    font-size: 1.375rem;
  }
  .t-place__text-box {
    row-gap: 1rem;
  }
  .t-place__text {
    font-size: 0.875rem;
  }
  .main-objects-col {
    row-gap: 2.5rem;
  }
  .main-objects-svg {
    height: 41rem;
    bottom: 0;
  }
  .footer-top-content {
    flex-direction: column;
    row-gap: 3.75rem;
  }
  .footer {
    margin-top: -3.75rem;
    padding-top: 3rem;
    border-radius: 3.75rem 3.75rem 0 0;
    z-index: 1;
  }
  .footer-top-col:first-child {
    width: 100%;
  }
  .footer-logo {
    width: 9.1875rem;
    height: 3.5625rem;
  }
  .footer-text-item {
    line-height: 120%;
  }
  .footer-text-list {
    row-gap: 1.25rem;
  }
  .footer-form-title {
    font-size: 0.875rem;
  }
  .ea-input {
    height: 3rem;
    font-size: 0.875rem;
  }
  .ea-input.ea-textarea {
    height: 5.5rem;
    border-radius: 1.5625rem;
  }
  .ea-input.ea-textarea::placeholder {
    line-height: 3.75rem;
  }
  .textarea-wr {
    width: 100%;
    padding: calc(0.4375rem + 0.3em) 0 0.4375rem 0;
    height: 3.5rem;
  }
  .textarea-wr .ea-textarea {
    height: -webkit-fill-available;
  }
  .textarea-wr .ea-textarea::placeholder {
    line-height: 2rem;
  }
  .form-button {
    border-radius: 6.25rem;
    background-color: #9cc948;
    font-size: 0.875rem;
    height: 3rem;
  }
  .footer-top {
    padding-bottom: 1.25rem;
  }
  .footer-bottom {
    padding: 2.5rem 0;
  }
  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    row-gap: 0.75rem;
  }
  .t-item-img-inner:active .t-text-xm {
    color: #b2e05a;
  }
  .t-item-img-inner:active .t-arrow-icon .icon {
    background-color: #b2e05a;
  }
  .metrics-card {
    row-gap: 0.3125rem;
    border-radius: 3.125rem;
    padding: 1.5rem 0.625rem 1.5rem 2.0625rem;
    width: 100%;
  }
  .metrics-title {
    padding-top: 0.1875rem;
    font-size: 2.5rem;
  }
  .investors-item {
    padding: 3.75rem 1.25rem 0;
    flex-direction: column;
    row-gap: 0.3125rem;
    height: 11.875rem;
    background-image: url('../img/svg/box-bg-row-mob.svg');
  }
  .investors-item .form-button {
    width: 9.8125rem;
    height: 3rem;
  }
  .investors-item .t-text-xm {
    flex-grow: unset;
    text-align: center;
    min-height: 3.125rem;
  }
  .main-investors-new-section {
    padding-bottom: 6.75rem;
  }
  .dropdown .t-text-m {
    font-size: 0.875rem;
  }
  .nav_mobile {
    padding-top: 5rem;
    position: fixed;
    top: 0;
    display: block;
    background-color: #21252d;
    width: 100%;
    right: -100%;
    height: 100%;
    z-index: 9;
    overflow: hidden auto;
    transition: ease-in-out 0.4s;
  }
  .nav_mobile.isOpen {
    right: 0;
  }
  .burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid #b2e05a;
    border-radius: 50%;
  }
  .burger-btn.open span:nth-child(1) {
    top: 0.4375rem;
    width: 0;
    left: 50%;
  }
  .burger-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .burger-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .burger-btn.open span:nth-child(4) {
    top: 0.4375rem;
    width: 0;
    left: 50%;
  }
  .burger-btn-icon {
    width: 1.375rem;
    height: 0.875rem;
    position: relative;
  }
  .burger-btn-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0.125rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .burger-btn-icon span:nth-child(1) {
    top: 0;
  }
  .burger-btn-icon span:nth-child(2),
  .burger-btn-icon span:nth-child(3) {
    top: 0.4375rem;
  }
  .burger-btn-icon span:nth-child(4) {
    top: 0.875rem;
  }
  .header-nav-list {
    flex-direction: column;
    align-items: unset;
    border-top: 1px solid rgba(132, 143, 161, 0.2);
  }
  .header-nav-list .header-nav-item + .header-nav-item {
    border-top: 1px solid rgba(132, 143, 161, 0.2);
  }
  .header-nav-list:last-child {
    border-bottom: 1px solid rgba(132, 143, 161, 0.2);
  }
  .header-nav-link {
    padding: 0.625rem 1.25rem;
    padding-top: calc(0.625rem + 0.3em);
    display: flex;
    align-items: center;
    min-height: 3.75rem;
    font-size: 1.25rem;
    letter-spacing: 0.03em;
  }
  .header-nav-link.plus-icon {
    padding-right: 1.25rem;
  }
  .header-nav-link.plus-icon .icon {
    right: 1.25rem;
    transition: transform 0.2s;
    transform-origin: center;
    width: 1.25rem;
    height: 1.25rem;
  }
  .header-nav-link.active .icon::after {
    transform: rotate(45deg);
  }
  .header-nav__inner-link {
    padding: 0.625rem 1.25rem 0.625rem 2.5rem;
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0.03em;
  }
  .header-link-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 0.75rem;
  }
  .header-link-arrow::after {
    content: '';
    display: block;
    width: 0.6875rem;
    height: 1rem;
    mask: url('../img/svg/arr-right.svg') center/contain no-repeat;
    -webkit-mask: url('../img/svg/arr-right.svg') center/contain no-repeat;
    background-color: #b2e05a;
    transition: 0.2s;
    transition-property: background-color, transform;
  }
  .header-nav__inner-list > li:last-child {
    padding-bottom: 1.25rem;
  }
  .main-swiper {
    background: #313742;
  }
  .main-swiper-btns-container {
    bottom: 6.0625rem;
    opacity: 0;
    position: static;
    justify-content: flex-end;
    margin: 0.625rem 1.25rem 5.375rem 0;
  }
  .form__send-modal {
    padding: 0.625rem 1.875rem;
    border-radius: 1.5625rem;
  }
  .form__send-text {
    font-size: 0.875rem;
  }
  #stocks-popup .modal__container {
    border-radius: 0;
  }
  .modal .modal__content-wr.stocks-form-wr {
    padding: 5.4375rem 0.125rem 1.875rem 1.25rem;
  }
  #stocks-form {
    max-height: calc(100dvh - 12.5rem);
    padding-right: 0.875rem;
  }
  #stocks-form .or {
    font-size: 1rem;
  }
  #stocks-form .ea-input {
    padding: 0 1.25rem;
  }
  #stocks-form .ea-input::placeholder {
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
  }
  #stocks-form .ea-input-note {
    font-size: 0.625rem;
    padding-left: 1.25rem;
  }
  .stocks-form-title {
    font-size: 1rem;
    max-width: 100%;
    margin: 0 auto 1.25rem auto;
    padding-right: 1.125rem;
  }
  #stocks-form .form__group .invest-icon {
    font-size: 0.875rem;
    top: 0.96875rem;
    right: 1.25rem;
  }
  .checkbox-input {
    font-size: 0.8125rem;
  }
  .stocks-form-submit-success {
    gap: 3.125rem;
  }
  .media-youtube-iframe {
    max-height: 16.75rem;
  }
}

.media-youtube-iframe {
  width: 100%;
  height: 24rem;
  margin: 1.5rem 0 2.5rem;
}

.main-investors-section .about-content-container {
  display: flex;
  flex-wrap: wrap;
}

.main-investors-section h2.t-section-title {
  font-size: 1.88rem;
}

.main-investors-section .t-col-content {
  row-gap: 40px;
}

.main-investors-section .t-text-m-light {
  font-size: 0.84rem;
}

.main-investors-section .t-list-img {
  margin-top: 3.24rem;
  row-gap: 1.88rem;
}

.main-investors-section .t-item-img-inner {
  column-gap: 1rem;
}

.main-investors-section .t-text-xm {
  font-size: 1.13rem;
  font-weight: 400;
}

.main-investors-section .t-arrow-icon {
  width: 53px;
  height: 53px;
}

.main-investors-section .t-arrow-icon .icon {
  width: 22px;
  height: 22px;
}

.mg-left-45 {
  margin-left: 45px;
}

.video-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  background: url('/local/templates/slonworks/img/svg/video-play.svg') center / contain no-repeat;
}

.video-button.pause-mode {
  background: url('/local/templates/slonworks/img/svg/video-pause.svg') center / contain no-repeat;
}

.video-cover {
  position: relative;
  border-radius: 55px;
}

.video-player, .video-cover {
  width: 33rem;
  height: 18.57rem;
  opacity: 0;
  transition: opacity 0.5s;
}

.video-player.active, .video-cover.active {
  opacity: 1;
}

.main-investors-section .t-section-title {
  max-width: 57.375rem;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  section.main-investors-section {
    padding-bottom: 4.95rem;
  }

  .main-investors-section h2.t-section-title {
    font-size: 1.23rem;
  }

  .main-investors-section .t-text-m-light {
    font-size: 0.825rem;
  }

  .main-investors-section .t-list-img {
    margin-top: 40px;
    row-gap: 0.75em;
  }

  .main-investors-section .t-text-xm {
    font-size: 0.92rem;
  }

  .main-investors-section .t-arrow-icon {
    width: 44px;
    height: 44px;
  }

  .main-investors-section .t-arrow-icon .icon {
    width: 18px;
    height: 18px;
  }

  .main-investors-section .t-item-img-inner:active .t-text-xm {
    font-weight: 500;
  }

  .video-player, .video-cover {
    margin-top: 2.05rem;
    width: 100%;
    height: 10rem;
  }

  .mg-left-45 {
    margin-left: 0;
  }

  .t-investors-image-wrapper {
    display: none;
  }
}

@media (min-width: 768px) {
  .main-investors-section .t-item-img-inner:hover .t-text-xm {
    font-weight: 500;
  }
}