html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  margin: 0;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
  color: unset;
  text-decoration: none;
  cursor: pointer;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

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

button {
  overflow: visible;
  background: transparent;
  border: none;
}

button,
select {
  text-transform: none;
}

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

input {
  border: none;
  line-height: normal;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

blockquote {
  margin: 0;
}

@font-face {
  font-family: "Vast";
  src: url("./../fonts/Vast/Vast_VF.woff2") format("woff2-variations");
}
/*
360 - 16px
1024 - 32.25px


*/
html {
  font-family: "Vast", sans-serif;
  font-size: 24px;
  font-size: calc(11.14px + 0.67vw);
  font-variation-settings: "wght" 400, "wdth" 69;
  color: #111117;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 1089px) {
  html {
    font-size: calc(2.45vmin + 7.19px);
  }
}

body {
  font-family: "Vast", sans-serif;
  color: #111117;
  line-height: 1.5;
  font-weight: normal;
}

.main {
  transition: opacity 0.3s ease;
}

p {
  font-size: 1rem;
  margin: 1.5em 0;
}

.text {
  font-size: 1rem;
}
.text_normal {
  text-transform: none;
}
.text_right {
  text-align: right;
}
.text_stroke {
  color: transparent;
  -webkit-text-stroke: 1px #111117;
  -moz-text-stroke: 1px #111117;
}
.text_underline {
  text-decoration: underline;
}
.text_sm {
  font-size: 0.75rem;
}
.text_xs {
  font-size: 14px;
}
.text_large {
  font-size: 1.25rem;
  font-variation-settings: "wght" 700, "wdth" 69;
  letter-spacing: 0.03em;
}
@media (max-width: 1089px) {
  .text_large {
    font-size: 1.125em;
  }
}

strong,
.strong {
  font-variation-settings: "wght" 700, "wdth" 69;
  font-weight: 400;
}

.extra-strong {
  font-variation-settings: "wght" 800, "wdth" 69;
  font-weight: 400;
}

button:focus,
a:focus {
  outline: none;
}

.nowrap {
  white-space: nowrap;
}

h1,
h2 {
  font-weight: unset;
  font-size: inherit;
  margin: unset;
  display: unset;
}

.h1 {
  font-family: "Vast", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 900, "wdth" 154;
  font-size: 3.49vw;
  text-transform: uppercase;
  display: block;
  line-height: 1.4;
}
@media only screen and (orientation: portrait) {
  .h1 {
    font-size: 4.7vw;
  }
}
@media (max-width: 1089px) {
  .h1 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.h2 {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 2.34vw;
  font-variation-settings: "wght" 900, "wdth" 154;
  line-height: 1.5;
  margin: 0;
  display: inline-block;
}
@media (max-width: 1089px) {
  .h2 {
    font-size: 1.125rem;
  }
}

.linksimple {
  position: relative;
  display: inline-block;
}
.linksimple:before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: -0.05em;
  left: 0;
  transition: width 0.3s ease;
  display: inline-block;
}
.linksimple:hover:before {
  width: 100%;
}
.linksimple_lg:before {
  height: 2px;
}
@media (max-width: 760px) {
  .linksimple_lg:before {
    height: 0.075em;
  }
}

.linkmain {
  transition: color 0.3s ease;
}
@media (hover) {
  .linkmain:hover {
    color: #0000c8;
  }
}
@media (hover) {
  .dark_theme .linkmain:hover {
    color: #ffffff;
  }
}

@media (hover) {
  .link:hover .link__text {
    display: inline-block;
  }
  .link:hover .link__text:before {
    width: 100%;
  }
}
.link__text {
  display: inline-block;
  position: relative;
}
@media (max-width: 460px) {
  .link__text {
    display: inline;
  }
}
.link__text:before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}

.colorlink {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 0.45em;
  margin-left: -0.45em;
  background: linear-gradient(
    129deg,
    #ffdc00,
    #ff0080 25.5%,
    #0000c8 50%,
    #0000c8
  );
  mask-repeat: no-repeat;
  background-size: 220%;
  background-position: 100%;
  background-repeat: no-repeat;
  transition: background-position 0.3s linear;
  mask-repeat: no-repeat;
  mask-position: center;
  padding-bottom: 0.13em;
  margin-bottom: -0.13em;
  line-height: 1.4;
  color: #fff;
}
@media (hover) {
  .colorlink:hover {
    background-position: 0%;
  }
}
.colorlink__out {
  width: 0.45em;
  display: inline-block;
}

@keyframes rotate {
  0% {
    transform: rotate(-39deg);
  }
  100% {
    transform: rotate(321deg);
  }
}
.btnbg {
  transition: all 0.5s ease;
  display: inline-block;
  padding: 1.15em 2em 1.05em;
  font-size: 2.34vw;
  text-transform: uppercase;
  font-variation-settings: "wght" 900, "wdth" 154;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -moz-text-stroke: 1px #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s linear;
}
@media (max-width: 1089px) {
  .btnbg {
    font-size: 1.31rem;
  }
}
@media (max-width: 760px) {
  .btnbg {
    font-size: 1rem;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
    -moz-text-stroke: 0px #fff;
  }
}
@media (max-width: 359px) {
  .btnbg {
    padding: 1.15em 1.25em 1.05em;
  }
}
@media (hover) {
  .btnbg:hover {
    padding: 1.15em 3em 1.05em;
  }
}
@media (hover) and (max-width: 760px) and (orientation: portrait) {
  .btnbg:hover {
    padding: 1.15em 2em 1.05em;
  }
}
.btnbg__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.btncolor {
  transition: all 0.5s ease;
  display: inline-block;
  padding: 1.15em 2em 1.05em;
  font-size: 2.34vw;
  text-transform: uppercase;
  font-variation-settings: "wght" 900, "wdth" 154;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -moz-text-stroke: 1px #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s linear;
  background: linear-gradient(
    129deg,
    #ffdc00,
    #ff0080 25.5%,
    #0000c8 50%,
    #0000c8
  );
  mask-repeat: no-repeat;
  background-size: 220%;
  background-position: 100%;
  background-repeat: no-repeat;
  transition: background-position 0.3s linear;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media (max-width: 1089px) {
  .btncolor {
    font-size: 1.31rem;
  }
}
@media (max-width: 760px) {
  .btncolor {
    font-size: 1rem;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
    -moz-text-stroke: 0px #fff;
  }
}
@media (max-width: 359px) {
  .btncolor {
    padding: 1.15em 1.25em 1.05em;
  }
}
@media (hover) {
  .btncolor:hover {
    background-position: 0%;
  }
}

.color {
  color: #0000c8;
}

.special {
  font-variation-settings: "wght" 800, "wdth" 100;
  font-weight: 400;
}

section {
  scroll-snap-align: start;
}

.section {
  padding-top: calc(100px + 0.85rem);
}
@media (max-width: 1089px) {
  .section {
    padding-top: 5rem;
  }
}

.container,
.accordion__conteiner,
.accordion__header,
.infolist__content,
.infolist__header {
  width: 100%;
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 1089px) {
  .container,
  .accordion__conteiner,
  .accordion__header,
  .infolist__content,
  .infolist__header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.row {
  display: flex;
}
@media (max-width: 760px) {
  .row {
    flex-wrap: wrap;
  }
}

.svg {
  width: inherit;
  height: inherit;
  max-height: inherit;
  fill: inherit;
  color: inherit;
  display: block;
}

/*<<<< ---- scroll -----*/
*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  position: absolute;
}

*::-webkit-scrollbar-track {
  background-color: #efefef;
  -webkit-box-shadow: inset 0 0 6px rgb(239, 239, 239);
  box-shadow: inset 0 0 6px #efefef;
  border-radius: 0px;
  overflow: hidden;
}

*::-webkit-scrollbar-thumb {
  background-color: #111117;
  outline: 1px solid #efefef;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
*::-webkit-scrollbar-thumb:hover {
  width: 200%;
}

/*---- scroll---- >>>>*/
/*<<<< ---- selection -----*/
:root {
  scrollbar-color: #111117 #efefef !important;
  scrollbar-width: thin !important;
}

::-moz-selection {
  /* Code for Firefox */
  background-color: rgba(0, 128, 255, 0.5);
}

::selection {
  background-color: rgba(0, 128, 255, 0.5);
}

* {
  -webkit-tap-highlight-color: rgba(0, 128, 255, 0.5);
}

.noscroll {
  overflow: hidden;
}

/*---- selection---- >>>>*/
#cookieNotice {
  width: 54em;
  margin-left: -27em;
  font-size: 14px !important;
  font-family: "Vast", sans-serif !important;
  line-height: 1.5 !important;
  text-align: left !important;
  padding: 1.2rem 16em 1.2rem 3em !important;
  border-radius: 1.8rem;
  top: 1rem !important;
  bottom: unset !important;
  left: 50% !important;
  box-shadow: unset;
  background: #3333d3;
  transition: background 0.5s linear;
}
@media (max-width: 1089px) {
  #cookieNotice {
    width: calc(100% - 2rem);
    margin-left: 0;
    left: 1rem !important;
    font-size: 0.875em !important;
    padding: 1.2rem 2.5em 1.2rem 2.5em !important;
  }
}
html[lang="en"] #cookieNotice {
  padding-right: 20em !important;
}
@media (max-width: 1089px) {
  html[lang="en"] #cookieNotice {
    padding-right: 3em !important;
  }
}
#cookieNotice .confirm {
  margin-top: -1.5em !important;
  border-radius: 1.5em;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 400 !important;
  font-variation-settings: "wght" 700, "wdth" 69;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.6em 2.5em !important;
  top: 50%;
  right: 2rem;
  min-width: 10em;
  text-align: center;
  position: absolute;
  transition: background 0.5s ease;
}
@media (max-width: 1089px) {
  #cookieNotice .confirm {
    position: unset;
    margin: 1rem auto 0 !important;
    display: block !important;
    width: 13em;
  }
}
#cookieNotice .confirm:hover {
  background: #4d4dd8 !important;
}
#cookieNotice .squircle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*<<<< ---- header -----*/
.header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 65px;
  padding-top: 23px;
  transition: transform 0.3s linear, background 0.2s ease;
  color: #111117;
  background: #fff;
}
@media (max-width: 1089px) {
  .header {
    font-size: calc(2.45vmin + 7.19px);
    height: 3.125em;
    padding-top: 0;
    background: #111117;
    color: #fff;
  }
  .header.header_dark,
  .header.header_open {
    background: #111117 !important;
    color: #fff !important;
    transition: transform 0.3s linear, background 0.3s linear 0.3s;
  }
  .header.header_dark .lang__item,
  .header.header_open .lang__item {
    color: #88888b;
    opacity: 1;
    width: 100%;
    transition: width 0s linear 0.3s;
  }
  .header.header_dark .lang__item_active,
  .header.header_open .lang__item_active {
    color: #fff;
  }
  .header.header_dark .logomob,
  .header.header_open .logomob {
    color: #fff;
  }
  .header.header_dark .logo__circle path,
  .header.header_dark .logo__text,
  .header.header_open .logo__circle path,
  .header.header_open .logo__text {
    fill: #ffffff;
  }
}
.header_hide.header_dark {
  transform: translateY(-100%);
}
.header_open {
  transform: none !important;
}
.header_open .nav {
  transform: translateX(0);
}
.header_open .logo {
  opacity: 1;
}
.header__nav {
  margin-right: calc(1em + 70px);
}

.hamburger {
  display: none;
}
@media (max-width: 1089px) {
  .hamburger {
    display: block;
    font-size: 1rem;
    width: 3em;
    height: 2.5em;
    cursor: pointer;
    padding: 0.5em 0.75em 0.625em;
    margin-left: -0.75em;
    z-index: 5;
    position: relative;
  }
  .hamburger:after {
    content: "";
    width: 1.5em;
    height: 1.25em;
    position: absolute;
    top: 0.67em;
    left: 0.75em;
    z-index: -1;
    background: #ff0080;
    opacity: 0;
    transition: opacity 0.3s linear;
  }
}
.hamburger__lines,
.hamburger__lines:after,
.hamburger__lines:before {
  width: 1.5em;
  height: 0.25em;
}
.hamburger__lines {
  position: relative;
  transform: translateY(2px);
  background: currentColor;
  transition: transform 0ms 300ms;
}
.hamburger__lines:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 200%;
  background: currentColor;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1), background 100s linear 300ms;
}
.hamburger__lines:after {
  content: "";
  position: absolute;
  left: 0;
  top: 200%;
  background: currentColor;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1), background 100s linear 300ms;
}
.hamburger.animate:after {
  opacity: 1;
}
.hamburger.animate .hamburger__lines {
  background: rgba(255, 255, 255, 0);
}
.hamburger.animate .hamburger__lines:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger.animate .hamburger__lines:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav {
  position: relative;
}
@media (max-width: 1089px) {
  .nav {
    transform: translateX(-100%);
    transition: transform 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111117;
  }
}
.nav__list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 1089px) {
  .nav__list {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: repeat(10, minmax(3.125em, 1fr));
    overflow: auto;
  }
  .nav__list:before {
    content: "";
    grid-row: 1/2;
    background: #111117;
    position: sticky;
    top: 0;
    z-index: 3;
  }
}
.nav__list_column {
  flex-direction: column;
}
.nav__list_number {
  counter-reset: nav;
}
.nav__list_number .nav__link {
  padding-left: 2.7em;
}
@media (max-width: 1089px) {
  .nav__list_number .nav__link {
    display: block;
    padding: 0.75em 1.125em 0.75em 1.25em;
    font-variation-settings: "wght" 400, "wdth" 69;
    min-height: auto;
  }
}
.nav__list_number .nav__link:before {
  counter-increment: nav;
  content: counter(nav);
  font-size: 1em;
  position: absolute;
  top: 0.358em;
  left: 2px;
  width: 2em;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1089px) {
  .nav__list_number .nav__link:before {
    content: counter(nav) ". ";
    position: relative;
    top: 0;
    margin-right: 0.2em;
  }
}
.nav__list_number .nav__link:after {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 2em;
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
  background: transparent;
  left: 2px;
  top: 0;
  z-index: -1;
  display: block;
  transform-origin: center;
  transform: scale(0);
  transition: all 0.3s ease, border 0.1s linear;
}
@media (max-width: 1089px) {
  .nav__list_number .nav__link:after {
    border-radius: 0%;
    transform: scale(1);
    width: 0.625rem;
    height: 100%;
  }
}
@media (hover) {
  .nav__list_number .nav__link:hover:after {
    transform: scale(1);
    border: 1px solid #171717;
    transition: border 0.3s ease;
  }
}
.nav__list_number .nav__link_active {
  position: relative;
}
.nav__list_number .nav__link_active:after {
  transform: scale(1);
  background: #171717;
  transition: all 0.3s ease;
}
@media (max-width: 1089px) {
  .nav__list_number .nav__link_active:after {
    background: linear-gradient(129deg, #ffdc00, #ff0080);
    border: unset !important;
    border-radius: 0;
    width: 0.625rem;
    height: 100%;
    z-index: 2;
  }
}
.nav__list_number .nav__link_active:before {
  color: #fff;
}
.nav__item {
  margin: 0 0 0 -1px;
  position: relative;
}
@media (max-width: 1089px) {
  .nav__item {
    border-bottom: 1px solid #88888b;
  }
  .nav__item:first-child {
    border-top: 1px solid #88888b;
  }
}
.nav__link {
  padding: 0.358em 1.37em;
  font-size: 14px;
  display: block;
  transition: all 0.3s ease;
}
.nav__link:hover {
  font-variation-settings: "wght" 700, "wdth" 69;
}
@media (max-width: 1199px) {
  .nav__link {
    padding: 0.358em 1em;
  }
}
@media (max-width: 1089px) {
  .nav__link {
    font-size: 1.125em;
    font-variation-settings: "wght" 700, "wdth" 69;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0.5em 55px;
    color: #fff;
  }
}
@media (max-width: 1089px) and (max-width: 1089px) {
  .nav__link {
    padding: 0.5em 1.25rem 0.15em;
  }
}
@media (max-width: 1089px) and (hover) {
  .nav__link:hover {
    background-color: #0000c8;
  }
}
@media (max-width: 1089px) {
  .nav__link_active {
    border: none;
    position: relative;
  }
  .nav__link_active:after {
    content: "";
    width: 0.625rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(129deg, #ffdc00, #ff0080);
  }
}
.nav__hover {
  position: fixed;
  top: 30px;
  bottom: calc(100% - 60px);
  border: 1px solid currentColor;
  border-radius: 1em;
  right: 100%;
  left: 0;
  transition: all 0.2s linear;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 1089px) {
  .nav__hover {
    display: none;
  }
}

.lang {
  transition: all 0s ease 0.5s;
  align-self: flex-start;
  position: fixed;
  top: 25px;
  right: 55px;
  z-index: 11;
  height: 40px;
  width: 70px;
  overflow: hidden;
}
@media (max-width: 1089px) {
  .lang {
    position: unset;
    top: unset;
    left: unset;
    margin-right: auto;
    align-self: unset;
    margin-top: 3px;
    overflow: unset;
    height: auto;
    width: auto;
  }
}
@media (min-width: 1090px) {
  .lang:hover + .lang__list {
    height: 120px;
    transition: all 0s ease;
  }
  .lang:hover + .lang__list .lang__item,
  .lang:hover .lang__item:not(.lang__item_current) {
    opacity: 1;
    transform: translateY(100%);
  }
  .lang:hover + .lang__list .lang__item:nth-child(3),
  .lang:hover .lang__item:not(.lang__item_current):nth-child(3) {
    transform: translateY(200%);
  }
}
.lang__current {
  height: inherit;
  width: 70px;
}
.lang__current .lang__item {
  height: inherit;
  color: #111117;
  position: relative;
  z-index: 2;
  opacity: 1;
  font-variation-settings: "wght" 500, "wdth" 69;
}
@media (max-width: 1089px) {
  .lang__current .lang__item {
    color: #fff;
    height: auto;
    padding: unset;
    width: auto;
    font-variation-settings: "wght" 400, "wdth" 69;
  }
}
.lang__current .lang__item:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 693 368'%3E%3Cpath fill='%23FFDC00' stroke='%23FFDC00' stroke-miterlimit='10' d='M508.6,364c78.9,0,122.7,0,151.4-28.6 c28.6-28.6,28.6-72.5,28.6-151.4s0-122.7-28.6-151.4C631.3,4,587.5,4,508.6,4H184.4C105.5,4,61.7,4,33.1,32.6 C4.4,61.3,4.4,105.1,4.4,184s0,122.7,28.6,151.4C61.7,364,105.5,364,184.4,364H508.6z'/%3E%3C/svg%3E");
}
.lang__bg {
  position: fixed;
  top: 27px;
  right: 55px;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 693 368'%3E%3Cpath fill='%23FFDC00' stroke='%23FFDC00' stroke-miterlimit='10' d='M508.6,364c78.9,0,122.7,0,151.4-28.6 c28.6-28.6,28.6-72.5,28.6-151.4s0-122.7-28.6-151.4C631.3,4,587.5,4,508.6,4H184.4C105.5,4,61.7,4,33.1,32.6 C4.4,61.3,4.4,105.1,4.4,184s0,122.7,28.6,151.4C61.7,364,105.5,364,184.4,364H508.6z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 40px;
  width: 70px;
}
@media (max-width: 1089px) {
  .lang_desctop {
    display: none !important;
  }
}
.lang_mob {
  display: none;
}
@media (max-width: 1089px) {
  .lang_mob {
    display: block;
  }
}
.lang__list {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
}
@media (max-width: 1089px) {
  .lang__list {
    display: flex;
    margin-right: -95px;
  }
}
@media (min-width: 1090px) {
  .lang__list:hover {
    height: 120px;
  }
}
.lang__item {
  overflow: hidden;
  color: #fff;
  width: 100%;
  transform: translateY(0%);
  opacity: 0;
  transition: all 0.3s ease, color 0s linear;
  padding: 3% 0;
  cursor: pointer;
}
@media (max-width: 1089px) {
  .lang__item {
    position: unset;
    padding: 0;
    width: 0;
    transition: all 0s linear 0s;
  }
}
.lang__item:before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 90%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 693 368'%3E%3Cpath fill='transparent' stroke='%23ffffff' stroke-width='10' d='M508.6,364c78.9,0,122.7,0,151.4-28.6 c28.6-28.6,28.6-72.5,28.6-151.4s0-122.7-28.6-151.4C631.3,4,587.5,4,508.6,4H184.4C105.5,4,61.7,4,33.1,32.6 C4.4,61.3,4.4,105.1,4.4,184s0,122.7,28.6,151.4C61.7,364,105.5,364,184.4,364H508.6z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1089px) {
  .lang__item:before {
    display: none;
  }
}
.lang__item_active {
  height: 40px;
  color: #111117;
  position: relative;
  z-index: 2;
  opacity: 1;
  font-variation-settings: "wght" 500, "wdth" 69;
}
@media (max-width: 1089px) {
  .lang__item_active {
    color: #fff;
    height: auto;
    padding: unset;
    width: auto;
    font-variation-settings: "wght" 400, "wdth" 69;
  }
}
.lang__item_active:before {
  background-image: none;
}
@media (max-width: 1089px) {
  .lang__item_active:before {
    display: none;
  }
}
.lang__link {
  padding: 0.536em 1.5em;
  display: block;
  font-size: 14px;
  transition: font-variation-settings 0.2s linear;
}
@media (max-width: 1089px) {
  .lang__link {
    padding: 0.536em 0.75em;
    font-size: 0.875em;
  }
}
.lang__link:hover {
  font-variation-settings: "wght" 500, "wdth" 69;
}

.logo {
  position: fixed;
  bottom: 40px;
  right: 45px;
  width: 107px;
  height: 115px;
}
@media (max-width: 1089px) {
  .logo {
    opacity: 0;
    transition: opacity 0.3s linear;
    position: relative;
    bottom: unset;
    float: right;
    width: 5em;
    height: 5em;
  }
}
@media (max-width: 1089px) {
  .logo {
    right: 1.25rem;
  }
}
@media (max-width: 1089px), only screen and (orientation: portrait) {
  .logo {
    transition: all 0.5s ease;
  }
}
.logo__svg {
  position: absolute;
  top: 0;
  left: 0;
}
.logo__text {
  fill: #0000c8;
}
.logo__circle path {
  fill: #0000c8;
}
.logo_light .logo__text {
  fill: #fff;
}
.logo_light .logo__circle path {
  fill: #fff;
}
@media (max-width: 1089px) {
  .logo__li {
    grid-row: -1/-3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.logomob {
  display: none;
}
@media (max-width: 1089px) {
  .logomob {
    width: 6.1875em;
    color: #fff;
    display: block;
    z-index: -1;
  }
}

/*---- header---- >>>>*/
.subtitle {
  font-size: 2.336vw;
  line-height: 1.5;
  margin-bottom: 0.6em;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-variation-settings: "wght" 900, "wdth" 154;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1089px) {
  .subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.5em;
  }
}

.paragraph {
  font-size: 1.25rem;
  font-variation-settings: "wght" 700, "wdth" 69;
}
@media (min-height: 62.5vw) {
  .paragraph {
    line-height: 2;
  }
}
@media (max-width: 1089px) {
  .paragraph {
    font-size: 1.125em;
  }
}

.block,
.block_modal {
  position: relative;
  padding: 3.1vw 6vw 3.1vw 4.6875vw;
}
@media (max-width: 1089px) {
  .block,
  .block_modal {
    padding: 2rem 1.875rem;
    margin: 0 -0.65rem;
    width: calc(100% + 1.3rem);
  }
}
.block .squircle,
.block_modal .squircle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.block_modal .squircle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.block__title {
  font-size: 2.336vw;
  line-height: 1.2;
  margin-bottom: 0.6em;
  font-variation-settings: "wght" 900, "wdth" 154;
  text-transform: uppercase;
  display: block;
  margin-right: -2.5rem;
}
@media (max-width: 1089px) {
  .block__title {
    font-size: 1.125rem;
    margin-bottom: 1.5em;
  }
}

.numlist {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: numlist;
}
.numlist__item {
  counter-increment: numlist;
  padding-left: 4.6875vw;
  position: relative;
  margin-bottom: 1.5em;
}
@media (max-width: 1089px) {
  .numlist__item {
    padding-left: 2rem;
  }
}
.numlist__item::before {
  content: counter(numlist);
  font-size: 2.86vw;
  line-height: 1.2;
  font-variation-settings: "wght" 900, "wdth" 154;
  color: transparent;
  -webkit-text-stroke: 1px #111117;
  -moz-text-stroke: 1px #111117;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1089px) {
  .numlist__item::before {
    font-size: 1.125rem;
  }
}

.column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  gap: 4rem;
}
@media (max-width: 1089px) {
  .column2 {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    gap: 1rem;
  }
}

.arrowlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.arrowlist li {
  padding-left: 3em;
  position: relative;
  margin-bottom: 0.5em;
}
@media (max-width: 1089px) {
  .arrowlist li {
    padding-left: 1.75rem;
  }
}
.arrowlist li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 32'%3E%3Cpath id='arrow_stroke' fill='none' stroke='%23111117' stroke-miterlimit='10' d='M25.1,2.5h11.6L47.5,16L36.6,29.5H25.1l7.3-8.6H2.5 v-9.7h29.9L25.1,2.5z'/%3E%3C/svg%3E%0A");
  width: 1em;
  line-height: 0.7;
  font-size: 1.7em;
  line-height: 0.85;
  font-variation-settings: "wght" 900, "wdth" 154;
  color: transparent;
  -webkit-text-stroke: 1px #111117;
  -moz-text-stroke: 1px #111117;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1089px) {
  .arrowlist li::before {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.arrowlist_large {
  margin: 2.5rem 0 4rem;
  font-size: 1.25rem;
  max-width: calc(60rem + 110px);
  letter-spacing: 0.03em;
}
@media (max-width: 1089px) {
  .arrowlist_large {
    font-size: 1rem;
  }
}
.arrowlist_links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.arrowlist_links li {
  transition: all 0.3s linear;
}
.arrowlist_links li::before {
  transition: all 0.3s linear;
}
@media (hover) {
  .arrowlist_links li:hover:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 32'%3E%3Cpath id='arrow_stroke' fill='%23111117' stroke='%23111117' stroke-miterlimit='10' d='M25.1,2.5h11.6L47.5,16L36.6,29.5H25.1l7.3-8.6H2.5 v-9.7h29.9L25.1,2.5z'/%3E%3C/svg%3E%0A");
  }
}
.arrowlist_link {
  text-decoration: underline;
  font-variation-settings: "wght" 700, "wdth" 69;
}
.arrowlist .strong {
  letter-spacing: 0.01em;
}

.footer {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.footer__author {
  width: 6.5em;
  margin-right: 1.5em;
  margin-left: -0.3em;
  fill: #111117;
  transition: fill 0.3s ease;
}
@media (max-width: 1089px) {
  .footer__author {
    width: 5.5em;
    margin-right: 0.5em;
  }
}
.footer__container {
  display: flex;
}
@media (max-width: 630px) {
  .footer__container {
    flex-direction: column;
  }
}
.footer__link {
  font-variation-settings: "wght" 700, "wdth" 69;
}
.footer__copyright br {
  display: none;
}
@media (max-width: 630px) {
  .footer__copyright br {
    display: block;
  }
}

.telegram {
  margin-left: 0.75rem;
  font-size: 1.25em;
  /* padding-left: 1em;
  padding-right: 1em; */
  font-variation-settings: "wght" 700, "wdth" 69;
}
@media (max-width: 1089px) {
  .telegram {
    margin: 0.5rem 0;
    margin-left: 0;
  }
}
.telegram:hover {
  cursor: none;
}
.telegram__cursor {
  display: none;
}
@media (hover) {
  .telegram__cursor {
    display: block;
    position: fixed;
    width: 48px;
    height: 48px;
    pointer-events: none;
    margin: -24px 0 0 -24px;
    z-index: 2;
    transform: scale(0);
    transition: transform 0.1s linear;
  }
}
.telegram a.colorlink {
  cursor: none;
}

.hr {
  width: 100%;
  height: 2px;
  background: linear-gradient(129deg, #ffdc00, #ff0080);
}
@media (max-width: 1089px) {
  .hr {
    height: 1px;
  }
}

.mt-0 {
  margin-top: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.oldbr {
  font-family: verdana, sans-serif;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 8% 10%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  overflow: auto;
}
.oldbr__logo {
  width: 215px;
  margin: 0 auto 1rem;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  opacity: 1;
  float: unset;
}
.oldbr__img {
  max-height: 100%;
  object-fit: contain;
}
.oldbr__content {
  max-width: 30rem;
  margin: 0 auto;
}
.oldbr__link {
  color: #000;
}
.oldbr .strong {
  font-weight: 700;
}
.oldbr__contacts {
  padding: 0 3.5rem;
}
@media (max-width: 750px) {
  .oldbr__contacts {
    padding: 0;
  }
}

.oldbr {
  display: block;
}

body {
  overflow: hidden;
}

@supports (font-variation-settings: normal) {
  .oldbr {
    display: none;
  }
  body {
    overflow: auto;
  }
}
.call_modal_js {
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: -999;
}
.modal_open {
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: visible;
}
.modal__wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 200, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal_open .modal__wrap {
  opacity: 1;
}
.modal__wrap:hover .modal__close {
  opacity: 1;
}
.modal__close {
  width: 1em;
  height: 1em;
  font-size: 6rem;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.modal__container {
  z-index: 9;
  width: 90vw;
  min-width: 300px;
  max-width: 32rem;
  transform: translateY(-2rem);
  transition: transform 0.3s ease;
}
.modal__container:hover + .modal__close {
  opacity: 0.6;
}
.modal_open .modal__container {
  transform: translateY(0);
}

.icon-close {
  stroke-width: 2px;
}
@media (max-width: 1089px) {
  .icon-close {
    stroke-width: 1px;
  }
}

.main {
  scroll-snap-type: y proximity;
}

.association {
  background: #0000c8;
  color: #fff;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
}
.association__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.association__titlewrap {
  margin-bottom: 50px;
}
@media only screen and (orientation: portrait) {
  .association__titlewrap {
    margin-bottom: 11vh;
  }
}
.association__title {
  display: inline;
}
@media (max-width: 860px) {
  .association__title .nowrap {
    white-space: normal;
  }
}
.association__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.association__logo svg {
  max-height: calc(100vh - 130px);
  padding-bottom: 2.5vw;
}
@media only screen and (orientation: portrait) {
  .association__logo svg {
    transform: rotate(270deg) translateX(18.5%);
    transform-origin: 50% 0%;
    transform-origin: center bottom;
    width: 87vh;
    height: 33vh;
    width: calc(var(--vh, 1vh) * 87);
    height: calc(var(--vh, 1vh) * 33);
    position: relative;
    left: 49vw;
    flex-shrink: 0;
    max-height: unset;
    max-width: unset;
  }
}
.association__logoA {
  display: none;
}
@media only screen and (orientation: portrait) {
  .association__logoA {
    display: block;
    position: absolute;
    top: 11vh;
    left: 55px;
    opacity: 1;
    width: 1em;
    height: 1em;
    font-size: 10rem;
    z-index: 5;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1089px) {
  .association__logoA {
    left: 1.25rem;
  }
}
@media only screen and (orientation: portrait) {
  .association__logoA .logo__circle {
    display: block;
    max-height: inherit;
    max-width: inherit;
  }
  .association__logoA .logo__circle svg {
    display: block;
  }
}
.association__official {
  position: relative;
  top: calc(14px - 2vw);
  left: -0.5vw;
  z-index: 5;
}
@media only screen and (orientation: portrait) {
  .association__official {
    position: absolute;
    bottom: 4.5vh;
    right: 4.5vh;
    left: unset;
    top: unset;
  }
}

@keyframes text_slide {
  0% {
    max-height: 0em;
  }
  25% {
    max-height: 15em;
  }
  90% {
    opacity: 1;
  }
  100% {
    max-height: 15em;
    opacity: 0;
  }
}
.official {
  font-size: 14px;
  font-variation-settings: "wght" 550, "wdth" 69;
  display: inline-flex;
  align-items: center;
}
@media only screen and (orientation: portrait) {
  .official {
    font-size: 0.75rem;
    font-variation-settings: "wght" 400, "wdth" 69;
  }
}
@media only screen and (orientation: portrait) {
  .official_anim .official__text {
    animation: text_slide 2.5s linear;
  }
}
@media only screen and (orientation: portrait) {
  .official {
    flex-direction: column-reverse;
    width: 2.93em;
  }
}
@media only screen and (orientation: portrait) {
  .official__text {
    display: none;
  }
}
.official__svg {
  width: 2.93em;
  height: 2.93em;
  margin-right: 1em;
}
@media (max-width: 1089px) {
  .official__svg {
    margin-right: 0.7em;
    width: 2em;
    height: 2em;
  }
}
@media only screen and (orientation: portrait) {
  .official__svg {
    margin-right: 0;
  }
}

.action {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 760px) and (orientation: portrait) {
  .action {
    overflow: unset;
    display: inline-block;
    position: relative;
    width: auto;
  }
}
.action__arrow {
  width: calc(100% + 55px + 1rem);
  margin-left: -1.85rem;
  flex-shrink: 5;
  z-index: 2;
  transform: translateX(calc(100% + 55px));
  transition: transform 0.5s ease, margin-left 0.3s linear;
  display: flex;
  align-items: center;
  display: flex;
}
@media (max-width: 760px) and (orientation: portrait) {
  .action__arrow {
    transform: translateY(calc(15vh + 2rem)) rotate(90deg);
    transform-origin: 0 0;
    width: calc(15vh + 2rem);
    position: absolute;
    bottom: 0.75rem;
    left: calc(100% - 3rem);
    margin-left: 0;
  }
}
.action__arrow:before {
  content: "";
  font-size: 2.34vw;
  width: 2em;
  height: 2em;
  border-top: 2px solid #ff0080;
  border-left: 2px solid #ff0080;
  transform: rotate(-45deg) translate(-1.5px);
  transform-origin: 0% 0%;
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
}
@media (max-width: 1089px) {
  .action__arrow:before {
    font-size: 1.2rem;
    border-top: 1px solid #ff0080;
    border-left: 1px solid #ff0080;
    transform: rotate(-45deg) translate(-0.5px);
  }
}
.action__arrow:after {
  content: "";
  width: calc(100% + 60px);
  height: 2px;
  background: linear-gradient(-129deg, #ffdc00, #ff0080);
  display: block;
  flex-shrink: 0;
}
@media (max-width: 1089px) {
  .action__arrow:after {
    height: 1px;
  }
}
.action__arrow svg {
  display: none;
}
.action__arrow_anim {
  transform: translateX(0%);
}
@media (max-width: 760px) and (orientation: portrait) {
  .action__arrow_anim {
    transform: translateY(0%) rotate(90deg);
  }
}
@media (hover) {
  .action__btn:hover + .about__arrow {
    margin-left: -3.5rem;
  }
}
@media (hover) and (max-width: 760px) and (orientation: portrait) {
  .action__btn:hover + .about__arrow {
    margin-left: 0;
  }
}

.about {
  background: #111117;
  color: #fff;
  position: relative;
  z-index: 2;
}
.about__container {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 85px;
  overflow: hidden;
}
@media (max-width: 1089px) {
  .about__container {
    padding-bottom: 12vh;
  }
}
.about_p {
  max-width: 29em;
  margin-bottom: 3em;
}
@media only screen and (orientation: portrait) {
  .about_p {
    max-width: 20em;
  }
}

.biobanking {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  background: #fff;
  padding-bottom: 85px;
}
.biobanking__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content;
  align-items: start;
  grid-gap: 0 40px;
  gap: 0 40px;
  max-width: 65.5rem;
}
@media (max-width: 1089px) {
  .biobanking__container {
    display: block;
  }
}
.biobanking__block {
  opacity: 0;
  transform: translateX(-50%);
  transition: transform 1s ease, opacity 1s ease;
}
@media (max-width: 1089px) {
  .biobanking__block {
    margin-bottom: 0.625rem;
  }
}
.biobanking__block.biobanking_anim {
  opacity: 1;
  transform: translateX(0%);
}
.biobanking__1 {
  color: #fff;
}
.biobanking__2 {
  grid-column: 2/3;
  grid-row: 2/3;
  position: relative;
  top: -3.5vw;
  transform: translateX(50%);
}
@media (max-width: 1089px) {
  .biobanking__2 {
    top: 0;
  }
}
.biobanking__3 {
  grid-column: 1/2;
  grid-row: 2/4;
  padding-right: 4.6875vw;
}
@media (max-width: 1089px) {
  .biobanking__3 {
    margin-bottom: 2rem;
    padding-right: 0;
    padding-right: 0.625rem;
  }
  .biobanking__3 .biobanking__listtitle br {
    display: none;
  }
}
.biobanking__4 {
  grid-column: 2/3;
  grid-row: 3/4;
  padding-left: 4.6875vw;
  padding-right: 5.5vw;
  transform: translateX(50%);
  font-size: 1.25rem;
}
@media (max-width: 1089px) {
  .biobanking__4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    padding-right: 0.625rem;
  }
}
.biobanking__listtitle {
  margin: 2.25em 0 1.25em;
}
@media (max-width: 1089px) {
  .biobanking__listtitle {
    margin: 1.25em 0 1.2em;
    line-height: 2;
  }
}

.events {
  background: #111117;
  color: #fff;
  padding-bottom: 85px;
}
.events__subtitle {
  margin-top: 0;
}
.events_p {
  max-width: 60rem;
  margin-bottom: 2.55em;
  margin-top: 1.25em;
  font-size: 1.75rem;
}
@media (max-width: 1089px) {
  .events_p {
    font-size: 1.125rem;
  }
}

.infolist__item {
  margin-bottom: 1rem;
}
.infolist__header {
  padding-top: 1em;
  padding-bottom: 1.2rem;
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .infolist__header {
    flex-direction: column;
  }
}
.infolist__header:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(129deg, #ffdc00, #ff0080);
}
@media (max-width: 1089px) {
  .infolist__header:after {
    height: 1px;
  }
}
.infolist__label {
  margin-right: 2.45em;
  padding: 0.5em 0;
}
@media (max-width: 1089px) {
  .infolist__label {
    font-size: 0.875rem;
  }
}
.infolist__tag {
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-variation-settings: "wght" 700, "wdth" 69;
}
@media (max-width: 1089px) {
  .infolist__tag {
    font-size: 1rem;
  }
}
.infolist__colorlink {
  padding: 0 0.65em;
  line-height: 1.75;
}
.infolist__content {
  max-width: 60rem;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  padding-top: 0.5em;
  padding-bottom: 2em;
  letter-spacing: 0.03em;
}
@media (max-width: 1089px) {
  .infolist__content {
    font-size: 1rem;
  }
}
.infolist__svg {
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 1.5rem;
}
@media (max-width: 1089px) {
  .infolist__svg {
    margin-right: 0.75rem;
  }
}
.infolist_light .infolist__header:after {
  background: #111117;
}

.membership {
  background: #ffffff;
  overflow: hidden;
}
.membership__main {
  overflow: hidden;
}
.membership__action {
  margin-bottom: 2.3rem;
}
@media (max-width: 760px) and (orientation: portrait) {
  .membership__action {
    display: flex;
    position: unset;
  }
  .membership__action .action__arrow {
    transform: translateX(calc(100% + 55px));
    position: unset;
    margin-left: -1.25rem;
    width: calc(100% + 55px + 1rem);
  }
  .membership__action .action__arrow_anim {
    transform: translateX(0);
  }
}

.legal__arrowlist {
  margin-bottom: 0;
}
.legal__content {
  max-width: 65rem;
  padding-bottom: 1.25rem;
}
.legal__official {
  padding-top: 2.8rem;
}

.partnership__paragraph {
  letter-spacing: 0.03em;
  margin-top: 2.25rem;
  margin-bottom: 3.5rem;
  line-height: 2;
  max-width: 60rem;
}
@media (max-width: 1089px) {
  .partnership__paragraph {
    font-size: 1rem;
  }
}
.partnership__btn {
  padding: 1.15em 3em 1.05em;
}
@media (max-width: 359px) {
  .partnership__btn {
    padding: 1.15em 1.25em 1.05em;
  }
}
.partnership__action {
  margin-bottom: 0.5em;
}

.scene_association {
  background: #0000c8;
}
.scene_association .nav__hover {
  opacity: 0 !important;
}
.scene_association .header,
.scene_association .header_top {
  background: #0000c8;
  color: #fff;
}
@media (max-width: 1089px) {
  .scene_association .header,
  .scene_association .header_top {
    background: transparent;
  }
}
.scene_association .nav {
  color: #fff;
}
.scene_association .logomob {
  transform: translateY(calc(-100% - 50px));
}
.scene_association .header_dark .logomob {
  transform: translateY(0%);
  transition: transform 0.3s linear 0.3s;
}
.scene_about {
  background: #111117;
}
.scene_about .nav__hover {
  opacity: 1;
}
.scene_about .header,
.scene_about .header_top {
  background: #111117;
  color: #fff;
}
.scene_about .lang__list {
  mix-blend-mode: difference;
}
@media (max-width: 1089px), only screen and (orientation: portrait) {
  .scene_about .logo {
    opacity: 1;
    transform: translateX(0vw);
  }
}
.scene_biobanking {
  background: #fff;
}
.scene_biobanking .header,
.scene_biobanking .header_top {
  background: #fff;
  color: #111117;
}
@media (min-width: 1090px) {
  .scene_biobanking .header,
  .scene_biobanking .header_top {
    color: #111117;
  }
}
.scene_biobanking .lang__list {
  mix-blend-mode: difference;
}
@media (max-width: 1089px) {
  .scene_biobanking .logomob {
    color: #0000c8;
  }
  .scene_biobanking .lang__item_active {
    color: #111117;
  }
}
.scene_events {
  background: #111117;
}
.scene_events .header,
.scene_events .header_top {
  background: #111117;
  color: #fff;
}
.scene_events .nav {
  color: #fff;
}
.scene_events .lang__list {
  mix-blend-mode: difference;
}
.scene_membership {
  background: #fff;
}
.scene_membership .header,
.scene_membership .header_top {
  background: #fff;
  color: #111117;
}
@media (min-width: 1090px) {
  .scene_membership .header,
  .scene_membership .header_top {
    color: #111117;
  }
}
.scene_membership .lang__item {
  color: #111117;
}
@media (max-width: 1089px) {
  .scene_membership .logomob {
    color: #0000c8;
  }
  .scene_membership .lang__item_active {
    color: #111117;
  }
}
.scene_membership .lang__item:not(.lang__item_current):before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 693 368'%3E%3Cpath fill='transparent' stroke='%23111117' stroke-width='10' d='M508.6 364c78.9 0 122.7 0 151.4-28.6 28.6-28.6 28.6-72.5 28.6-151.4s0-122.7-28.6-151.4C631.3 4 587.5 4 508.6 4H184.4C105.5 4 61.7 4 33.1 32.6 4.4 61.3 4.4 105.1 4.4 184s0 122.7 28.6 151.4C61.7 364 105.5 364 184.4 364h324.2z'/%3E%3C/svg%3E");
}
.scene_partnership {
  background: #fff;
}
.scene_partnership .header,
.scene_partnership .header_top {
  background: #fff;
  color: #111117;
}
@media (min-width: 1090px) {
  .scene_partnership .header,
  .scene_partnership .header_top {
    color: #111117;
  }
}
@media (max-width: 1089px) {
  .scene_partnership .logomob {
    color: #0000c8;
  }
  .scene_partnership .lang__item_active {
    color: #111117;
  }
}
.scene_partnership .lang__item {
  color: #111117;
}
.scene_partnership .lang__item:not(.lang__item_current):before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 693 368'%3E%3Cpath fill='transparent' stroke='%23111117' stroke-width='10' d='M508.6 364c78.9 0 122.7 0 151.4-28.6 28.6-28.6 28.6-72.5 28.6-151.4s0-122.7-28.6-151.4C631.3 4 587.5 4 508.6 4H184.4C105.5 4 61.7 4 33.1 32.6 4.4 61.3 4.4 105.1 4.4 184s0 122.7 28.6 151.4C61.7 364 105.5 364 184.4 364h324.2z'/%3E%3C/svg%3E");
}
.scene_legal-info {
  background: #fff;
}
.scene_legal-info .header,
.scene_legal-info .header_top {
  background: #fff;
  color: #111117;
}
@media (min-width: 1090px) {
  .scene_legal-info .header,
  .scene_legal-info .header_top {
    color: #111117;
  }
}
@media (max-width: 1089px) {
  .scene_legal-info .logomob {
    color: #0000c8;
  }
  .scene_legal-info .lang__item_active {
    color: #111117;
  }
}
.scene_legal-info .lang__item {
  color: #111117;
}
.scene_legal-info .lang__item:not(.lang__item_current):before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 693 368'%3E%3Cpath fill='transparent' stroke='%23111117' stroke-width='10' d='M508.6 364c78.9 0 122.7 0 151.4-28.6 28.6-28.6 28.6-72.5 28.6-151.4s0-122.7-28.6-151.4C631.3 4 587.5 4 508.6 4H184.4C105.5 4 61.7 4 33.1 32.6 4.4 61.3 4.4 105.1 4.4 184s0 122.7 28.6 151.4C61.7 364 105.5 364 184.4 364h324.2z'/%3E%3C/svg%3E");
}
.scene_contacts {
  background: #fff;
}
.scene_contacts .header,
.scene_contacts .header_top {
  background: #fff;
  color: #111117;
}
@media (min-width: 1090px) {
  .scene_contacts .header,
  .scene_contacts .header_top {
    color: #111117;
  }
}
@media (max-width: 1089px) {
  .scene_contacts .logomob {
    color: #0000c8;
  }
  .scene_contacts .lang__item_active {
    color: #111117;
  }
}
.scene_contacts .lang__item {
  color: #111117;
}
.scene_contacts .lang__item:not(.lang__item_current):before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 693 368'%3E%3Cpath fill='transparent' stroke='%23111117' stroke-width='10' d='M508.6 364c78.9 0 122.7 0 151.4-28.6 28.6-28.6 28.6-72.5 28.6-151.4s0-122.7-28.6-151.4C631.3 4 587.5 4 508.6 4H184.4C105.5 4 61.7 4 33.1 32.6 4.4 61.3 4.4 105.1 4.4 184s0 122.7 28.6 151.4C61.7 364 105.5 364 184.4 364h324.2z'/%3E%3C/svg%3E");
}

.accordion__header {
  padding-top: 3.25em;
  padding-bottom: 1.45em;
  border-top: 1px transparent;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  background: transparent;
  transition: all 0.2s linear;
  z-index: 2;
}
@media (max-width: 1089px) {
  .accordion__header {
    padding-top: 2.25em;
    padding-bottom: 1em;
  }
}
.accordion__header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(39deg, #ffdc00, #ff3760);
  transition: opacity 0.2s linear;
}
.accordion__header:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='34.6px' height='34.6px' viewBox='0 0 34.6 34.6' preserveAspectRatio='none'%3E%3Cpolygon fill='none' stroke='%23111117' stroke-miterlimit='10' class='st0' points='34.1,12.5 22.1,12.5 22.1,0.5 12.5,0.5 12.5,12.5 0.5,12.5 0.5,22.1 12.5,22.1 12.5,34.1 22.1,34.1 22.1,22.1 34.1,22.1 '/%3E%3C/svg%3E%0A");
  background-size: 93% 95%;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 2.25rem;
  -webkit-text-stroke: 1px #111117;
  color: transparent;
  font-variation-settings: "wght" 900, "wdth" 154;
  transition: transform 0.2s linear, background-image 0.15s ease;
}
@media (max-width: 1089px) {
  .accordion__header:before {
    margin-right: 1.25rem;
  }
}
.accordion__header:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='34.6px' height='34.6px' viewBox='0 0 34.6 34.6' preserveAspectRatio='none'%3E%3Cpolygon fill='%23111117' stroke='%23111117' stroke-miterlimit='10' class='st0' points='34.1,12.5 22.1,12.5 22.1,0.5 12.5,0.5 12.5,12.5 0.5,12.5 0.5,22.1 12.5,22.1 12.5,34.1 22.1,34.1 22.1,22.1 34.1,22.1 '/%3E%3C/svg%3E%0A");
}
.accordion__item {
  margin-bottom: -1px;
}
.accordion__item_open .accordion__header {
  background: #f2f2fc;
  border-bottom: 2px solid #111117;
}
.accordion__item_open .accordion__header:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='34.6px' height='34.6px' viewBox='0 0 34.6 34.6' preserveAspectRatio='none'%3E%3Cpath fill='%23111117' stroke='%23111117' stroke-miterlimit='10' d='M1.2,22.2v-9.6h33.6v9.6H1.2z'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
}
.accordion__item_open .accordion__header:after {
  opacity: 0;
}
.accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear;
}
.accordion__conteiner {
  padding-top: 0.5em;
  padding-bottom: 2em;
  max-width: calc(60rem + 110px);
}
.accordion__action {
  padding-left: 0;
  width: calc(100vw - 55px);
  margin-top: 4rem;
  display: flex;
  position: unset;
  width: calc(100vw - 55px);
}
@media (max-width: 1089px) {
  .accordion__action {
    margin-top: 3rem;
  }
}
.accordion__action .action__arrow {
  transform: translateX(calc(100% + 55px));
  position: unset;
  margin-left: -1.25rem;
  width: calc(100% + 55px + 1rem);
}
.accordion__item_open .accordion__action .action__arrow_anim {
  transform: translateX(0);
}
.accordion__text {
  font-size: 1.25rem;
  font-variation-settings: "wght" 700, "wdth" 69;
  letter-spacing: 0.03em;
  margin: 0;
}
@media (max-width: 1089px) {
  .accordion__text {
    font-size: 1rem;
  }
}
.accordion__more {
  margin: 1rem 0 0;
  display: inline-block;
}

.contacts {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.contacts__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
  min-height: inherit;
}
@media (max-width: 1089px) {
  .contacts__section {
    padding-bottom: 1.5rem;
  }
}
.contacts__link {
  margin: 2.5rem 0;
  text-transform: none;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 1089px) {
  .contacts__link {
    font-size: 1.25rem;
  }
}
.contacts__hr {
  margin: -1.75rem 0;
}
.contacts__content {
  margin: auto 0;
}
@media (max-width: 1089px) {
  .contacts__telegram {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

#data-security {
  padding-top: 60px;
  margin-top: -60px;
} /*# sourceMappingURL=main.min.css.map */
