/*!*********************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js!./evgeniy-sudyr.scss ***!
  \*********************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "MonaSans";
  src: url(fonts/MonaSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url(fonts/MonaSans-Medium.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url(fonts/MonaSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url(fonts/MonaSans-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url(fonts/MonaSans-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
.logo {
  display: flex;
  flex-direction: column;
}
.logo--horizontal {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.logo--horizontal .logo__top-el {
  width: 79px;
  pointer-events: all;
}
.logo--horizontal .logo__bottom-el {
  width: 99px;
}
@media screen and (min-width: 800px) {
  .logo--horizontal {
    flex-direction: column;
  }
  .logo--horizontal .logo__top-el {
    width: 109px;
  }
  .logo--horizontal .logo__bottom-el {
    width: 103px;
  }
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.preload {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -10;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.layout {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "MonaSans", sans-serif;
  overflow: hidden;
  background-color: rgb(0, 128, 255);
}
.layout .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
}
@media screen and (min-width: 800px) {
  .layout .bg {
    height: 1240px;
  }
}
@media screen and (min-width: 1200px) {
  .layout .bg {
    height: 1494px;
  }
}

canvas {
  width: 100%;
  height: 100%;
  display: block;
}

h1 {
  line-height: 44px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -1.2px;
}
@media screen and (min-width: 800px) {
  h1 {
    font-size: 61px;
    line-height: 67px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 76px;
    line-height: 83px;
  }
}

h2 {
  line-height: 24px;
  font-size: 22px;
  font-weight: 900;
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: 36px;
    line-height: 39px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 44px;
    line-height: 48px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
@media screen and (min-width: 800px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
    line-height: 33px;
  }
}

p {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
@media screen and (min-width: 800px) {
  p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 28px;
    line-height: 33px;
  }
}

.mm {
  position: fixed;
  top: 48px;
  width: 100%;
  background-color: #fff;
  z-index: 8;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 800px) {
  .mm {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.mm.open {
  max-height: 500px;
  opacity: 1;
}
.mm__container {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.mm__navigation {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mm__link {
  display: flex;
  font-weight: 600;
  font-size: 12px;
  line-height: 34px;
  color: rgb(0, 128, 255);
}
.mm__social {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgb(0, 19, 114);
}
.mm__social-text {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}
.mm__social-list {
  display: flex;
  justify-content: space-between;
}
.mm__social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(0, 128, 255);
}
.mm__social-link path {
  fill: rgb(0, 128, 255);
}
.mm__social-icon {
  width: 36px;
  height: 36px;
}
.mm__social-icon svg {
  width: 100%;
  height: 100%;
}
.mm__footer {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.mm__tracker {
  width: 304px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  background-color: rgb(0, 128, 255);
  color: #fff;
  text-decoration: none;
}
.mm__locale {
  padding: 11px;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .mm__locale {
    background-color: #fff;
  }
}
.mm__locale-select {
  appearance: none;
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
}
.mm__locale-label {
  width: 100%;
  height: 100%;
  display: block;
}
.mm__locale-label svg {
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9;
}
@media screen and (min-width: 800px) {
  .header {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: 100px;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
@media screen and (min-width: 1200px) {
  .header:hover {
    background-color: #fff;
  }
}
.header > .container {
  padding-inline: 16px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .header > .container {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header > .container {
    padding-inline: 20px;
    max-width: 1000px;
  }
}
.header__logo {
  --logo-top-el: rgb(0, 128, 255);
  --logo-bottom-el: rgb(0, 128, 255);
  width: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  .header__logo {
    --logo-bottom-el: rgb(0, 19, 114);
    width: auto;
    pointer-events: all;
  }
}
.header__burger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 800px) {
  .header__burger {
    display: none;
  }
}
.header__navigation {
  display: none;
}
@media screen and (min-width: 800px) {
  .header__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-grow: 1;
  }
}
@media screen and (min-width: 800px) {
  .header__navigation-link {
    color: rgb(0, 128, 255);
    font-size: 14px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1200px) {
  .header__navigation-link {
    font-size: 16px;
  }
}
.header__navigation-link:hover {
  color: rgb(0, 19, 114);
}
.header__right-nav {
  display: none;
}
@media screen and (min-width: 800px) {
  .header__right-nav {
    margin-left: auto;
    display: flex;
    gap: 10px;
  }
}
.header__locale {
  padding: 11px;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .header__locale {
    background-color: #fff;
  }
}
.header__locale-select {
  appearance: none;
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
}
.header__locale-label {
  width: 100%;
  height: 100%;
  display: block;
}
.header__locale-label svg {
  width: 100%;
  height: 100%;
}
.header__tracker {
  padding: 4px;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgb(0, 128, 255);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .header__tracker {
    width: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
  }
}
.header__tracker span {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__tracker span {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .header__tracker svg {
    display: none;
  }
}

.burger {
  position: relative;
  padding: 5px;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  background-color: rgb(0, 128, 255);
}
.burger__line {
  width: 18px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transition: transform 500ms ease, opacity 200ms ease;
  will-change: transform;
}
.burger.active .burger__line:nth-child(2) {
  opacity: 0;
}
.burger.active .burger__line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.burger.active .burger__line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.footer {
  padding-block: 64px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  .footer {
    padding-block: 64px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-block: 64px 24px;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
.footer__brand {
  max-width: 320px;
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .footer__brand {
    max-width: 700px;
    gap: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__brand {
    max-width: 1000px;
    gap: 200px;
  }
}
.footer__logo .logo__top-el {
  width: 109px;
  --logo-top-el: rgb(0, 128, 255);
}
@media screen and (min-width: 1200px) {
  .footer__logo .logo__top-el {
    width: 144px;
  }
}
.footer__logo .logo__bottom-el {
  width: 103px;
}
@media screen and (min-width: 1200px) {
  .footer__logo .logo__bottom-el {
    width: 138px;
  }
}
.footer__title {
  color: rgb(0, 128, 255);
}
@media screen and (min-width: 1200px) {
  .footer__title {
    font-size: 76px;
  }
}
@media screen and (min-width: 800px) {
  .footer__title br {
    display: none;
  }
}
.footer__social {
  margin-top: 64px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgb(0, 19, 114);
}
@media screen and (min-width: 800px) {
  .footer__social {
    margin-top: 64px;
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__social {
    padding-left: 344px;
    max-width: 1000px;
  }
}
.footer__social-text {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .footer__social-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__social-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.footer__social-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 800px) {
  .footer__social-list {
    gap: 48px;
    flex-direction: row;
  }
}
.footer__social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(0, 128, 255);
}
@media screen and (min-width: 800px) {
  .footer__social-link span {
    display: none;
  }
}
.footer__social-link path {
  fill: rgb(0, 128, 255);
}
.footer__social-icon {
  width: 29px;
  height: 29px;
}
@media screen and (min-width: 800px) {
  .footer__social-icon {
    width: 48px;
    height: 48px;
  }
}
.footer__social-icon svg {
  width: 100%;
  height: 100%;
}
.footer__marquee {
  margin-top: 36px;
  width: 100%;
}
.footer__info {
  margin-top: 36px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(0, 19, 114);
  line-height: 16px;
}
@media screen and (min-width: 800px) {
  .footer__info {
    flex-direction: row;
    gap: 16px;
    max-width: 700px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__info {
    padding-left: 344px;
    max-width: 1000px;
  }
}
.footer__license {
  margin-top: 24px;
  max-width: 320px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: rgb(0, 19, 114);
}
@media screen and (min-width: 800px) {
  .footer__license {
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__license {
    padding-left: 344px;
    max-width: 1000px;
  }
}

.marquee {
  --itemGap: 48px;
  display: flex;
  gap: var(--itemGap);
  overflow: hidden;
  user-select: none;
  background-color: rgb(0, 128, 255);
}
.marquee__wrapper {
  height: 44px;
  display: flex;
  align-items: center;
  gap: var(--itemGap);
  animation: scroll 20s linear infinite;
}
.marquee__item {
  width: max-content;
  height: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 600;
}
.marquee__item.svg {
  width: 52px;
}
.marquee.reverse .marquee__wrapper {
  animation-direction: reverse;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--itemGap)));
  }
}
.main {
  position: relative;
  overflow: hidden;
}
.main__decore {
  position: absolute;
  pointer-events: none;
}
.main__decore-1 {
  bottom: 20px;
  left: -169px;
  width: 560px;
}
@media screen and (min-width: 800px) {
  .main__decore-1 {
    bottom: 130px;
    width: 992px;
  }
}
@media screen and (min-width: 1200px) {
  .main__decore-1 {
    bottom: 200px;
    left: 300px;
    width: 1516px;
    display: block;
  }
}
.main__decore-2 {
  display: none;
}
@media screen and (min-width: 800px) {
  .main__decore-2 {
    bottom: -60px;
    left: -500px;
    width: 992px;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .main__decore-2 {
    left: -200px;
    width: 1516px;
    display: block;
  }
}

.section {
  position: relative;
}
@media screen and (min-width: 800px) {
  .section-hero {
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .section-hero {
    padding-bottom: 122px;
  }
}
.section-hero__hero-wrap {
  max-height: 585px;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .section-hero__hero-wrap {
    max-height: 560px;
  }
}
@media screen and (min-width: 1200px) {
  .section-hero__hero-wrap {
    max-height: 900px;
  }
}
.section-hero__image {
  position: relative;
  width: 100%;
  aspect-ratio: 0.6666666667/1;
}
@media screen and (min-width: 800px) {
  .section-hero__image {
    aspect-ratio: 1.35/1;
  }
}
@media screen and (min-width: 1200px) {
  .section-hero__image {
    aspect-ratio: 1.3333333333/1;
  }
}
.section-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center;
  object-fit: cover;
}
.section-hero__info {
  padding: 24px 24px 48px;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #001372 9%, rgb(0, 128, 255) 100%);
}
@media screen and (min-width: 800px) {
  .section-hero__info {
    padding: 48px 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-hero__info {
    padding: 64px 24px 122px;
  }
}
.section-hero__info-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .section-hero__info-wrap {
    max-width: 700px;
    gap: 48px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .section-hero__info-wrap {
    max-width: 1000px;
    gap: 0;
    justify-content: space-between;
    flex-direction: row;
  }
}
.section-hero__bio {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 800px) {
  .section-hero__bio {
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .section-hero__bio {
    gap: 48px;
  }
}
.section-hero__bio-description {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 800px) {
  .section-hero__bio-description {
    order: 1;
    gap: 0;
  }
}
.section-hero__name {
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .section-hero__name {
    font-size: 61px;
    line-height: 67px;
  }
}
@media screen and (min-width: 1200px) {
  .section-hero__name {
    font-size: 76px;
    line-height: 83px;
  }
}
.section-hero__age {
  font-weight: 800;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 800px) {
  .section-hero__age {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .section-hero__age {
    font-size: 22px;
    line-height: 28px;
  }
}
.section-hero__location {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 800px) {
  .section-hero__location {
    gap: 48px;
  }
}
.section-hero__country {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 800;
}
@media screen and (min-width: 800px) {
  .section-hero__country {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1200px) {
  .section-hero__country {
    font-size: 28px;
    line-height: 33px;
  }
}
.section-hero__country-image {
  width: 35px;
  height: 32px;
}
.section-hero__social {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 800px) {
  .section-hero__social {
    gap: 24px;
  }
}
.section-hero__social-link {
  width: 24px;
  height: 24px;
  display: block;
}
@media screen and (min-width: 800px) {
  .section-hero__social-link {
    width: 64px;
    height: 64px;
  }
}
.section-hero__social-link svg {
  width: 100%;
  height: 100%;
}
.section-hero__social-link path {
  fill: rgba(255, 255, 255, 0.8);
}
.section-2 {
  padding-block: 64px 122px;
}
@media screen and (min-width: 800px) {
  .section-2 {
    padding-block: 64px 164px;
  }
}
@media screen and (min-width: 1200px) {
  .section-2 {
    padding-block: 64px 200px;
  }
}
.section-3 {
  padding-bottom: 64px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .section-3 {
    padding-bottom: 196px;
  }
}
@media screen and (min-width: 1200px) {
  .section-3 {
    padding-bottom: 248px;
  }
}

.member-bio {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.member-bio__block-3 {
    padding: 40px;
    background-color: #001372;
}
.member-bio__block-3 p,
.member-bio__block-3 li{
    font-size: 18px;
    line-height: 24px;
    color:rgba(255, 255, 255, 0.8)
}
.member-bio__block-3 h2,
.member-bio__block-3 h3
{
    font-size: 18px;
    line-height: 22px;

    text-transform: uppercase;
    margin:20px 0;
}
.member-bio__block-3 ul {
    list-style-type: disc;
    margin-left: 20px;
}
@media screen and (min-width: 800px) {
  .member-bio {
    max-width: 700px;
    gap: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .member-bio {
    max-width: 1000px;
    gap: 96px;
  }
}
.member-bio__block {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 800px) {
  .member-bio__block {
    gap: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .member-bio__block {
    gap: 48px;
  }
}
@media screen and (min-width: 800px) {
  .member-bio__block-1 {
    grid-template-columns: 332px auto;
  }
}
@media screen and (min-width: 1200px) {
  .member-bio__block-1 {
    grid-template-columns: 476px auto;
  }
}
@media screen and (min-width: 800px) {
  .member-bio__block-2 {
    grid-template-columns: auto 264px;
  }
  .member-bio__block-2 .member-bio__image {
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .member-bio__block-2 {
    grid-template-columns: auto 300px;
  }
}
.member-bio__block-5 {
  grid-template-columns: 182px 122px;
}
@media screen and (min-width: 800px) {
  .member-bio__block-5 {
    grid-template-columns: 400px 264px;
  }
}

@media screen and (min-width: 1200px) {
  .member-bio__block-5 {
    grid-template-columns: 588px 364px;
  }
}
@media screen and (min-width: 800px) {
    .member-bio__block-3 {
        grid-template-columns: 332px auto;
    }
    .member-bio__block-3 p,
    .member-bio__block-3 li{
        font-size: 24px;
        line-height: 30px;
    }
    .member-bio__block-3 .member-bio__image img {
        width: 100%;
        height: auto;
    }
    .member-bio__block-3 h2,
    .member-bio__block-3 h3{
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1200px) {
    .member-bio__block-3 {
        grid-template-columns: 476px auto;
    }
}
.member-bio__block-5 .member-bio__image:nth-child(2) img {
  object-position: center;
}
.member-bio__image {
  aspect-ratio: 1.3502109705/1;
}
.member-bio__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center top;
  object-fit: cover;
}
.member-bio__description {
  color: rgba(255, 255, 255, 0.8);
}



    /*.evgeniy_sudyr_page .member-bio__block-3{*/
/*    background-color: #001372;*/
/*}*/
/*@media screen and (min-width: 800px) {*/
/*  .evgeniy_sudyr_page .member-bio__block-3 {*/
/*    padding: 48px;*/
/*  }*/
/*}*/
/*@media screen and (min-width: 1200px) {*/
/*  .evgeniy_sudyr_page .member-bio__block-3 {*/
/*    padding: 64px;*/
/*      grid-template-columns: 332px auto;*/
/*  }*/
/*}*/
/*.evgeniy_sudyr_page .member-bio__block-3-wrapper {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 24px;*/
/*}*/
/*.evgeniy_sudyr_page .member-bio__block-3-wrapper.custom {*/
/*  text-align: center;*/
/*}*/
/*@media screen and (min-width: 800px) {*/
/*  .evgeniy_sudyr_page .member-bio__block-3-wrapper.custom {*/
/*    text-align: left;*/
/*    display: grid;*/
/*    grid-template-columns: 222px auto;*/
/*  }*/
/*  .evgeniy_sudyr_page .member-bio__block-3-wrapper.custom .member-bio__image {*/
/*    aspect-ratio: 0.6839565742/1;*/
/*  }*/
/*}*/
.member-bio__block-title {
  text-transform: uppercase;
  color: #fff;
}
.member-bio__block-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.statistic {
  display: flex;
  justify-content: center;
}
.statistic__list {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media screen and (min-width: 800px) {
  .statistic__list {
    flex-direction: row;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__list {
    gap: 20px;
  }
}
.statistic__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .statistic__item {
    width: 210px;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__item {
    width: 305px;
  }
}
.statistic__item:nth-child(2)::before, .statistic__item:nth-child(2)::after {
  content: "";
  position: absolute;
  -webkit-filter: brightness(1.06);
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 4.4323620495%, rgba(0, 0, 0, 0.65706) 15.7622466216%, rgb(0, 0, 0) 84.3169341216%, rgba(0, 0, 0, 0) 94.6421030405%) add;
  filter: brightness(1.06);
  flex: none;
  height: 2px;
  mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 4.4323620495%, rgba(0, 0, 0, 0.65706) 15.7622466216%, rgb(0, 0, 0) 84.3169341216%, rgba(0, 0, 0, 0) 94.6421030405%) add;
  opacity: 0.25;
  width: 148px;
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  .statistic__item:nth-child(2)::before, .statistic__item:nth-child(2)::after {
    width: 2px;
    height: 148px;
    -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.4323620495%, rgba(0, 0, 0, 0.65706) 15.7622466216%, rgb(0, 0, 0) 84.3169341216%, rgba(0, 0, 0, 0) 94.6421030405%) add;
    mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.4323620495%, rgba(0, 0, 0, 0.65706) 15.7622466216%, rgb(0, 0, 0) 84.3169341216%, rgba(0, 0, 0, 0) 94.6421030405%) add;
  }
}
.statistic__item:nth-child(2)::before {
  top: -22px;
}
@media screen and (min-width: 800px) {
  .statistic__item:nth-child(2)::before {
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__item:nth-child(2)::before {
    left: -10px;
  }
}
.statistic__item:nth-child(2)::after {
  bottom: -22px;
}
@media screen and (min-width: 800px) {
  .statistic__item:nth-child(2)::after {
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__item:nth-child(2)::after {
    right: -10px;
  }
}
.statistic__name {
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 800px) {
  .statistic__name {
    line-height: 23px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__name {
    line-height: 28px;
    font-size: 22px;
  }
}
.statistic__count {
  line-height: 76px;
  font-size: 64px;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .statistic__count {
    line-height: 88px;
    font-size: 74px;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__count {
    line-height: 115px;
    font-size: 96px;
  }
}
