@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
input,
textarea,
input,
button,
a {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
}

body {
  line-height: 1.5;
  color: #000;
  font-family: "SF UI Display", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 18px;
  }
}

a {
  color: #0a0047;
}

h1,
.h1 {
  font-weight: 400;
  line-height: 1.3;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  h1,
.h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1 {
    font-size: 64px;
  }
}
@media screen and (min-width: 1920px) {
  h1,
.h1 {
    font-size: 72px;
  }
}

h2,
.h2 {
  font-weight: 400;
  line-height: 1.3;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  h2,
.h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  h2,
.h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1920px) {
  h2,
.h2 {
    font-size: 54px;
  }
}

h3,
.h3 {
  font-weight: 400;
  line-height: 1.3;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  h3,
.h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  h3,
.h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  h3,
.h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  h4,
.h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h4,
.h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  h4,
.h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .sm {
    font-size: 16px;
  }
}

@font-face {
  font-family: "SF UI Display";
  font-display: swap;
  src: url("../fonts/SFUIDisplay-Regular.woff") format("woff"), url("../fonts/SFUIDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  font-display: swap;
  src: url("../fonts/SFUIDisplay-Medium.woff") format("woff"), url("../fonts/SFUIDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  font-display: swap;
  src: url("../fonts/SFUIDisplay-Semibold.woff") format("woff"), url("../fonts/SFUIDisplay-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  font-display: swap;
  src: url("../fonts/SFUIDisplay-Bold.woff") format("woff"), url("../fonts/SFUIDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  font-display: swap;
  src: url("../fonts/SFUIDisplay-Black.woff") format("woff"), url("../fonts/SFUIDisplay-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
.icon-location {
  width: 13px;
}
@media screen and (min-width: 1920px) {
  .icon-location {
    width: 15px;
  }
}
.icon-location path {
  fill: #fff;
}

.icon-menu-arrow {
  width: 11px;
  height: 7px;
}
.icon-menu-arrow path {
  fill: #000;
}

.icon-arrow-down {
  width: 14px;
}
@media screen and (min-width: 1920px) {
  .icon-arrow-down {
    width: 15px;
  }
}
.icon-arrow-down path {
  fill: #0a0047;
}

.icon-arrow-right {
  width: 24px;
}
@media screen and (min-width: 1920px) {
  .icon-arrow-right {
    width: 34px;
  }
}
.icon-arrow-right path {
  fill: #0a0047;
}

.icon-arrow-left {
  width: 24px;
}
@media screen and (min-width: 1920px) {
  .icon-arrow-left {
    width: 34px;
  }
}
.icon-arrow-left path {
  fill: #0a0047;
}

.icon-double-arrow-right {
  width: 15px;
}
@media screen and (min-width: 1920px) {
  .icon-double-arrow-right {
    width: 20px;
  }
}
.icon-double-arrow-right path {
  fill: #0a0047;
}

.icon-youtube {
  width: 13px;
}
@media screen and (min-width: 1920px) {
  .icon-youtube {
    width: 15px;
  }
}
.icon-youtube path {
  fill: #fff;
}

.icon-whatsapp {
  width: 16px;
}
@media screen and (min-width: 1920px) {
  .icon-whatsapp {
    width: 18px;
  }
}
.icon-whatsapp path {
  fill: #0a0047;
}

.icon-facebook {
  width: 8px;
}
@media screen and (min-width: 1920px) {
  .icon-facebook {
    width: 10px;
  }
}
.icon-facebook path {
  fill: #fff;
}

.icon-twitter {
  width: 13px;
}
@media screen and (min-width: 1920px) {
  .icon-twitter {
    width: 15px;
  }
}
.icon-twitter path {
  fill: #fff;
}

.icon-share {
  width: 15px;
}
@media screen and (min-width: 1920px) {
  .icon-share {
    width: 17px;
  }
}
.icon-share path {
  fill: #0a0047;
}

.icon-eye {
  width: 20px;
}
.icon-eye path {
  fill: #000;
}

.icon-grid-view {
  width: 18px;
}
.icon-grid-view rect {
  transition: 0.3s;
  fill: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1920px) {
  .icon-grid-view {
    width: 23px;
  }
}

.icon-list-view {
  width: 20px;
}
.icon-list-view rect {
  transition: 0.3s;
  fill: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1920px) {
  .icon-list-view {
    width: 25px;
  }
}

@keyframes trembleRight {
  from {
    transform: translateX(0);
  }
  25% {
    transform: translateX(20%);
  }
  50% {
    transform: translateX(-20%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes trembleLeft {
  from {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(20%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes runHeader {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes runHome {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes runBody {
  40% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

button,
a {
  display: block;
  cursor: pointer;
}

svg {
  display: block;
}

img {
  display: block;
}

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
  width: 3px;
  /* ширина для вертикального скролла */
  height: 3px;
  /* высота для горизонтального скролла */
  background-color: #d6d6d6;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
  background-color: #030b16;
}

* {
  scrollbar-color: #030b16 #d6d6d6;
  scrollbar-width: thin;
}

.underline {
  position: relative;
  display: block;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.underline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  border-bottom: 1px solid #fff;
  transform-origin: right;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 1200px) {
  .underline:hover::before {
    transform: scaleX(0);
    transform-origin: left;
  }
}

.underline-reverse {
  position: relative;
  display: block;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.underline-reverse::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  border-bottom: 1px solid #fff;
  transform-origin: right;
  transition: transform 0.5s ease;
  transform: scaleX(0);
}
.underline-reverse:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn {
  height: 36px;
  width: 160px;
  transition: 0.5s;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 16px;
    height: 40px;
    width: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .btn {
    font-size: 18px;
    width: 240px;
    height: 50px;
  }
}
.btn.dark, .btn.blue {
  color: #fff;
  position: relative;
}
.btn.dark .btn-text, .btn.blue .btn-text {
  z-index: 2;
  position: relative;
}
.btn.dark::after, .btn.blue::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #425b80 0%, #030b16 100%);
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .btn.dark:hover::after, .btn.blue:hover::after {
    opacity: 1;
  }
}
.btn.dark.disabled, .btn.blue.disabled {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.15);
}
.btn.dark:disabled, .btn.blue:disabled {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.15);
}
.btn.dark {
  background-color: #030b16;
}
.btn.blue {
  background-color: #0a0047;
}
.btn.light {
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  .btn.light:hover {
    background-color: #000;
    color: #fff;
  }
}

.dash-link {
  color: #0a0047;
  font-size: 14px;
}
@media screen and (min-width: 1920px) {
  .dash-link {
    font-size: 18px;
  }
}
.dash-link::after {
  content: "";
  width: 11px;
  transition: 0.3s;
  border-top: 1px solid #0a0047;
  margin-left: 8px;
  display: inline-block;
  height: 1px;
  position: relative;
  bottom: 3px;
  transform-origin: center;
}
@media screen and (min-width: 1200px) {
  .dash-link:hover::after {
    transform: rotate(90deg) translateX(-2px);
  }
}
.dash-link.disabled {
  color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.dash-link.disabled::after {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.border-link {
  color: #0a0047;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 33px;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .border-link {
    height: 43px;
  }
}
.border-link .text {
  margin-right: 20px;
}
.border-link .icon-double-arrow-right path {
  transition: 0.5s;
}
.border-link .icon-double-arrow-right path:first-child {
  transform: translateX(-50px);
}
.border-link .bg-borders {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.border-link::before, .border-link::after {
  content: "";
  position: absolute;
  left: 0;
  border-top: 1px solid #0a0047;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.border-link::before {
  top: 0;
}
.border-link::after {
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .border-link:hover::before, .border-link:hover::after {
    transform: scaleX(1);
  }
  .border-link:hover .icon-double-arrow-right path:first-child {
    transform: translateX(0);
  }
  .border-link:hover .icon-double-arrow-right path:last-child {
    transform: translateX(50px);
  }
}

.arrow-btn {
  cursor: pointer;
}
.arrow-btn .icon-arrow-left path,
.arrow-btn .icon-arrow-right path {
  transition: 0.5s;
}
.arrow-btn.disabled {
  cursor: not-allowed;
}
.arrow-btn.disabled .icon-arrow-left path,
.arrow-btn.disabled .icon-arrow-right path {
  fill: #dcdddc;
}
.arrow-btn:not(.disabled).prev:hover svg {
  animation: trembleLeft 0.5s both;
}
.arrow-btn:not(.disabled).next:hover svg {
  animation: trembleRight 0.5s both;
}

.share-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #dcdddc;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (min-width: 1920px) {
  .share-btn {
    width: 50px;
    height: 50px;
  }
}
.share-btn::before {
  content: "";
  background-color: #0a0047;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;
}
.share-btn.active {
  box-shadow: inset 0 0 0 1px #0a0047;
}
.share-btn.active::before {
  transform: scaleY(1);
}
.share-btn.active svg path {
  fill: #fff;
}
@media screen and (min-width: 1200px) {
  .share-btn:hover {
    box-shadow: inset 0 0 0 1px #0a0047;
  }
  .share-btn:hover::before {
    transform: scaleY(1);
  }
  .share-btn:hover svg path {
    fill: #fff;
  }
}
.share-btn svg {
  position: relative;
  z-index: 1;
}
.share-btn svg path {
  transition: 0.5s;
  fill: #0a0047;
}
.share-btn.twitter svg {
  width: 20px;
}
@media screen and (min-width: 1920px) {
  .share-btn.twitter svg {
    width: 22px;
  }
}
.share-btn.facebook svg {
  width: 10px;
}
@media screen and (min-width: 1920px) {
  .share-btn.facebook svg {
    width: 12px;
  }
}

.download-link {
  width: fit-content;
  display: flex;
  align-items: flex-end;
}
.download-link svg {
  margin-right: 9px;
}
@media screen and (min-width: 1200px) {
  .download-link:hover .text::before {
    transform: scaleX(0);
    transform-origin: left;
  }
}
.download-link .text {
  position: relative;
  line-height: 1.3;
  color: #0a0047;
}
.download-link .text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #0a0047;
  transform-origin: right;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .download-link .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .download-link .text {
    font-size: 18px;
  }
}

header {
  height: 55px;
  padding: 3px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  header {
    padding: 10px 30px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  header {
    padding: 0 3.1666666667vw;
    height: 120px;
    display: grid;
    grid-template-areas: "logo eye-btn profile" "logo menu langs";
    grid-template-columns: auto 1fr auto;
    align-content: end;
    gap: 20px;
  }
}
@media screen and (min-width: 1440px) {
  header {
    padding: 0 3.3333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  header {
    height: 146px;
    gap: 23px 28px;
    padding: 0 3.6458333333vw;
  }
}
header .burger {
  margin-left: 25px;
  position: relative;
  transition: 0.5s;
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  header .burger {
    display: none;
  }
}
header .burger .icon {
  height: 15px;
  width: 24px;
  position: relative;
  z-index: 1;
}
header .burger .icon::before, header .burger .icon::after {
  content: "";
  width: 100%;
  box-shadow: 0 0 0 1px #000;
  position: absolute;
  transition: 0.5s;
}
header .burger .icon::before {
  top: 0;
}
header .burger .icon::after {
  bottom: 0;
}
header .burger .icon span {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px #000;
  transition: 0.5s;
}
header .burger.active .icon::before {
  transform: rotate(137deg);
  top: 50%;
}
header .burger.active .icon::after {
  transform: rotate(-137deg);
  bottom: 50%;
}
header .burger.active .icon span {
  opacity: 0;
}
header .header-logo {
  grid-area: logo;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  header .header-logo {
    align-self: start;
    position: relative;
    top: 5px;
  }
}
@media screen and (min-width: 1920px) {
  header .header-logo {
    top: 7px;
  }
}
header .header-logo .site-logo {
  color: #000;
}
header .header-logo .site-logo .full-text {
  display: none;
}
@media screen and (min-width: 1200px) {
  header .header-logo .site-logo .full-text {
    display: block;
  }
}
header .eye-btn {
  height: 40px;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  padding: 0 19px;
  transition: 0.3s;
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  header .eye-btn {
    font-size: 16px;
  }
  header .eye-btn:hover {
    color: #0a0047;
    border-color: #0a0047;
  }
  header .eye-btn:hover svg path {
    fill: #0a0047;
  }
}
@media screen and (min-width: 1920px) {
  header .eye-btn {
    height: 50px;
    padding-right: 38px;
  }
}
header .eye-btn .icon {
  margin-right: 12px;
}
header > .eye-btn {
  grid-area: eye-btn;
  display: none;
}
@media screen and (min-width: 1200px) {
  header > .eye-btn {
    display: flex;
    margin-left: auto;
  }
}
header .profile {
  grid-area: profile;
  margin-left: auto;
}
header .profile .btn {
  display: none;
}
@media screen and (min-width: 1200px) {
  header .profile .btn {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  header .profile .icon {
    display: none;
  }
}
header .menu-wrapper {
  grid-area: menu;
  transition: 0.5s;
  transform: translateX(100%);
  background-color: #fff;
  position: fixed;
  z-index: 510;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
header .menu-wrapper.active {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  header .menu-wrapper {
    top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper {
    position: static;
    transform: translateX(0);
    overflow-y: visible;
    margin: 0 auto;
    align-self: start;
  }
}
header .menu-wrapper .menu {
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper .menu {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  header .menu-wrapper .menu .menu-holder {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper .menu .menu-holder {
    display: flex;
    padding: 0;
  }
}
header .menu-wrapper .menu .menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper .menu .menu-item {
    border-bottom: none;
    margin-right: 2vw;
    height: 40px;
  }
  header .menu-wrapper .menu .menu-item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  header .menu-wrapper .menu .menu-item {
    margin-right: 2.7777777778vw;
  }
}
@media screen and (min-width: 1920px) {
  header .menu-wrapper .menu .menu-item {
    padding-bottom: 23px;
    margin-right: 3.6458333333vw;
    height: 47px;
  }
}
header .menu-wrapper .menu .menu-item .menu-item-panel {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  header .menu-wrapper .menu .menu-item .menu-item-panel {
    padding: 16px 0;
  }
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper .menu .menu-item .menu-item-panel {
    padding: 0;
  }
}
@media screen and (min-width: 1920px) {
  header .menu-wrapper .menu .menu-item .menu-item-panel {
    font-size: 18px;
  }
}
header .menu-wrapper .menu .menu-item .menu-item-panel .name {
  white-space: nowrap;
  font-size: 16px;
  color: #000;
}
@media screen and (min-width: 1920px) {
  header .menu-wrapper .menu .menu-item .menu-item-panel .name {
    font-size: 18px;
  }
}
header .menu-wrapper .menu .menu-item .menu-item-panel .arrow {
  margin-left: 20px;
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper .menu .menu-item .menu-item-panel .arrow {
    margin-left: 7px;
  }
}
header .menu-wrapper .menu .menu-item .menu-item-panel:hover .name {
  color: #0a0047;
}
header .menu-wrapper .menu .menu-item .menu-item-panel:hover .arrow {
  transform: rotate(180deg);
}
header .menu-wrapper .menu .menu-item .menu-item-panel:hover .arrow path {
  fill: #0a0047;
}
header .menu-wrapper .menu .menu-item .accordion-content {
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper .menu .menu-item .accordion-content {
    position: absolute;
    top: 100%;
    left: -24px;
    min-width: 200px;
  }
}
header .menu-wrapper .menu .menu-item .sub-menu {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  header .menu-wrapper .menu .menu-item .sub-menu {
    padding: 0px;
  }
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper .menu .menu-item .sub-menu {
    background-color: #fff;
  }
}
header .menu-wrapper .menu .menu-item .sub-menu .content-wrapper {
  padding-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper .menu .menu-item .sub-menu .content-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper .menu .menu-item .sub-menu .sub-menu-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
header .menu-wrapper .menu .menu-item .sub-menu .sub-menu-item a {
  color: #000;
  white-space: nowrap;
  padding: 4px 0;
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper .menu .menu-item .sub-menu .sub-menu-item a {
    padding: 14px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
  header .menu-wrapper .menu .menu-item .sub-menu .sub-menu-item a:hover {
    background-color: #0a0047;
    color: #fff;
  }
}
header .menu-wrapper .menu .menu-item.opened .menu-item-panel .name {
  color: #0a0047;
}
header .menu-wrapper .menu .menu-item.opened .accordion-panel .arrow {
  transform: rotate(180deg);
}
header .menu-wrapper .temp-wrapper {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  header .menu-wrapper .temp-wrapper {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  header .menu-wrapper .temp-wrapper {
    display: none;
  }
}
header .menu-wrapper .temp-wrapper .eye-btn {
  margin-bottom: 20px;
}
header .lang-wrap {
  grid-area: langs;
  position: relative;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  header .lang-wrap {
    align-self: start;
  }
}
@media screen and (min-width: 1920px) {
  header .lang-wrap {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  header .lang-wrap .accordion-item {
    height: 40px;
  }
}
@media screen and (min-width: 1920px) {
  header .lang-wrap .accordion-item {
    height: 47px;
  }
}
header .lang-wrap .accordion-item.opened .accordion-panel .arrow {
  transform: rotate(180deg);
}
header .lang-wrap .accordion-item .accordion-panel {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  header .lang-wrap .accordion-item .accordion-panel {
    margin-bottom: 0;
  }
}
header .lang-wrap .accordion-item .accordion-panel .name {
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.3);
}
header .lang-wrap .accordion-item .accordion-panel .active-lang {
  transition: 0.3s;
}
header .lang-wrap .accordion-item .accordion-panel .arrow {
  margin-left: 7px;
}
header .lang-wrap .accordion-item .accordion-panel:hover .active-lang {
  color: #0a0047;
}
header .lang-wrap .accordion-item .accordion-panel:hover .arrow {
  transform: rotate(180deg);
}
header .lang-wrap .accordion-item .accordion-panel:hover .arrow path {
  fill: #0a0047;
}
header .lang-wrap .accordion-item .accordion-content {
  overflow: hidden;
  height: 0;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  header .lang-wrap .accordion-item .accordion-content {
    position: absolute;
    top: 100%;
    left: -24px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  header .lang-wrap .accordion-item .accordion-content .content-wrapper {
    padding: 0 24px 24px;
  }
}
header .lang-wrap .accordion-item .accordion-content .lang-item {
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  header .lang-wrap .accordion-item .accordion-content .lang-item:hover {
    color: #0a0047;
  }
}
header .lang-wrap .accordion-item .accordion-content .lang-item:last-child {
  margin-bottom: 0;
}
header .arrow {
  transition: 0.5s;
}

footer {
  background-color: #0d1726;
  overflow: hidden;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  footer .wrapper {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  footer .wrapper {
    display: flex;
    flex-grow: 1;
  }
}
footer .footer-logo {
  padding: 24px 16px;
}
footer .footer-logo .site-logo {
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer .footer-logo {
    padding: 51px 30px 26px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-logo {
    padding: 40px 3.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .footer-logo {
    padding: 58px 3.3333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .footer-logo {
    padding: 75px 3.6458333333vw;
  }
}
footer .footer-menu {
  padding: 0 16px;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  footer .footer-menu {
    margin-bottom: 0;
    padding: 0 39px 48px 30px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0px;
  }
}
footer .footer-menu .col:first-child .accordion-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1200px) {
  footer .footer-menu .col:first-child .accordion-item {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-menu .col {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 3.1666666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  footer .footer-menu .col {
    padding: 58px 3.3333333333vw 18px;
  }
}
@media screen and (min-width: 1920px) {
  footer .footer-menu .col {
    padding: 75px 3.6458333333vw 20px;
  }
}
footer .footer-menu .accordion-panel {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  footer .footer-menu .accordion-panel {
    padding-top: 0;
  }
}
footer .footer-menu .accordion-panel .name {
  white-space: nowrap;
}
footer .footer-menu .accordion-panel .arrow {
  transition: 0.5s;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 20px;
}
@media screen and (min-width: 1200px) {
  footer .footer-menu .accordion-panel .arrow {
    display: none;
  }
}
footer .footer-menu .accordion-panel .arrow::after, footer .footer-menu .accordion-panel .arrow::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px solid #fff;
  transform-origin: center bottom;
}
footer .footer-menu .accordion-panel .arrow::before {
  transform: rotate(40deg);
}
footer .footer-menu .accordion-panel .arrow::after {
  transform: rotate(-40deg);
}
footer .footer-menu .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1200px) {
  footer .footer-menu .accordion-item {
    border-bottom: none;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  footer .footer-menu .accordion-item {
    margin-bottom: 58px;
  }
}
footer .footer-menu .accordion-content {
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  footer .footer-menu .accordion-content {
    overflow: visible;
    height: auto;
  }
}
footer .footer-menu .accordion-item.opened .accordion-panel .arrow {
  transform: rotate(180deg);
}
footer .footer-menu .menu-list {
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  footer .footer-menu .menu-list {
    padding-bottom: 0;
  }
}
footer .footer-menu .menu-list .menu-item {
  margin-bottom: 7px;
}
footer .footer-menu .menu-list .menu-item:last-child {
  margin-bottom: 0;
}
footer .footer-menu .menu-list .menu-item a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  white-space: nowrap;
}
footer .footer-menu .menu-list .menu-item a:hover {
  color: #fff;
}
footer .footer-menu .menu-list .menu-item .address {
  white-space: initial;
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-menu .menu-list .menu-item.map-link {
  display: flex;
  align-items: flex-end;
}
footer .footer-menu .menu-list .menu-item.map-link .icon-location {
  margin-right: 10px;
}
footer .footer-menu .menu-list .menu-item.map-link a {
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer .social-block {
    width: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  footer .social-block {
    width: 28vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .social-block {
    grid-template-rows: auto auto;
  }
}
footer .social-block .top {
  padding: 0 16px;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  footer .social-block .top {
    margin-bottom: 0;
    padding: 50px 30px 42px 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (min-width: 1200px) {
  footer .social-block .top {
    padding: 40px 3.1666666667vw 33px;
  }
}
@media screen and (min-width: 1440px) {
  footer .social-block .top {
    padding: 58px 3.3333333333vw 33px;
  }
}
@media screen and (min-width: 1920px) {
  footer .social-block .top {
    padding: 75px 3.6458333333vw 51px;
  }
}
@media screen and (min-width: 768px) {
  footer .social-block .top .title {
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  footer .social-block .top .title {
    max-width: 300px;
    margin-bottom: 0;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1920px) {
  footer .social-block .top .title {
    max-width: 388px;
  }
}
footer .social-block .top .description {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 9px;
}
@media screen and (min-width: 1200px) {
  footer .social-block .top .description {
    max-width: 300px;
  }
}
@media screen and (min-width: 1920px) {
  footer .social-block .top .description {
    margin-bottom: 18px;
    max-width: 388px;
  }
}
footer .social-block .top .email-field {
  display: flex;
  border: 1px solid rgba(220, 221, 220, 0.4);
  padding-left: 12px;
  position: relative;
  transition: 0.5s;
}
@media screen and (min-width: 1200px) {
  footer .social-block .top .email-field {
    max-width: 300px;
  }
}
@media screen and (min-width: 1920px) {
  footer .social-block .top .email-field {
    padding-left: 19px;
    max-width: 388px;
  }
}
footer .social-block .top .email-field input {
  flex-grow: 1;
  color: rgba(255, 255, 255, 0.6);
  height: 41px;
}
@media screen and (min-width: 1920px) {
  footer .social-block .top .email-field input {
    height: 50px;
  }
}
footer .social-block .top .email-field .send-btn {
  flex-shrink: 0;
  padding: 0 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
footer .social-block .top .email-field .send-btn .icon-arrow-right path {
  fill: #fff;
}
footer .social-block .top .email-field .send-btn:hover svg {
  animation: trembleRight 0.5s both;
}
@media screen and (min-width: 1920px) {
  footer .social-block .top .email-field .send-btn {
    padding: 0 19px;
  }
}
footer .social-block .top .email-field .tooltip {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: 0.5s;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  color: #ff0000;
  font-size: 12px;
}
@media screen and (min-width: 1920px) {
  footer .social-block .top .email-field .tooltip {
    font-size: 14px;
  }
}
footer .social-block .top .email-field.invalid {
  border: 1px solid #ff0000;
}
footer .social-block .top .email-field.invalid .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
footer .social-block .bottom {
  padding: 0 16px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  footer .social-block .bottom {
    margin-bottom: 0;
    padding: 34px 30px 33px 48px;
  }
}
@media screen and (min-width: 1200px) {
  footer .social-block .bottom {
    padding: 40px 3.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .social-block .bottom {
    padding: 40px 3.3333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .social-block .bottom {
    padding: 45px 3.6458333333vw;
  }
}
footer .social-block .bottom .title {
  margin-bottom: 11px;
}
@media screen and (min-width: 1920px) {
  footer .social-block .bottom .title {
    margin-bottom: 14px;
  }
}
footer .social-block .bottom .social-networks {
  display: flex;
  flex-wrap: wrap;
}
footer .social-block .bottom .social-networks .network {
  margin-right: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1920px) {
  footer .social-block .bottom .social-networks .network {
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
footer .social-block .bottom .social-networks .network .link {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(220, 221, 220, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
footer .social-block .bottom .social-networks .network .link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: 0.4s;
  transform: translateY(-110%);
}
footer .social-block .bottom .social-networks .network .link svg {
  position: relative;
  z-index: 1;
}
footer .social-block .bottom .social-networks .network .link svg path {
  transition: 0.4s;
}
footer .social-block .bottom .social-networks .network .link:hover:before {
  transform: translateY(0);
}
footer .social-block .bottom .social-networks .network .link:hover svg path {
  fill: #0d1726;
}
@media screen and (min-width: 1920px) {
  footer .social-block .bottom .social-networks .network .link {
    width: 40px;
    height: 40px;
  }
}
footer .bottom-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 16px 37px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  footer .bottom-row {
    padding: 21px 30px 17px;
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  footer .bottom-row {
    padding: 22px 3.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .bottom-row {
    padding: 22px 3.3333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bottom-row {
    padding: 30px 3.6458333333vw;
  }
}
footer .bottom-row .copyright {
  width: 100%;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  footer .bottom-row .copyright {
    width: auto;
    margin-bottom: 0;
  }
}
footer .bottom-row .center-block {
  display: flex;
}
@media screen and (min-width: 1200px) {
  footer .bottom-row .center-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
footer .bottom-row .center-block .policy {
  margin-right: 17px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}
@media screen and (min-width: 1920px) {
  footer .bottom-row .center-block .policy {
    margin-right: 20px;
  }
}
footer .bottom-row .center-block .policy:hover {
  color: #fff;
}
footer .bottom-row .center-block .site-map {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}
footer .bottom-row .center-block .site-map:hover {
  color: #fff;
}
footer .bottom-row .developer {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 1920px) {
  footer .bottom-row .developer {
    font-size: 14px;
  }
}

.breadcrumbs {
  padding: 0 15px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs {
    padding: 0 3.1666666667vw;
    margin-top: 29px;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumbs {
    padding: 0 3.3333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .breadcrumbs {
    padding: 0 3.6458333333vw;
    margin-top: 44px;
  }
}
.breadcrumbs.in-article {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs.in-article .list .list-item:first-child {
    margin-left: 0;
  }
}
.breadcrumbs .list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: right;
  overflow: auto;
  scrollbar-width: none;
}
.breadcrumbs .list::-webkit-scrollbar {
  display: none;
}
.breadcrumbs .list .list-item {
  margin-right: 7px;
}
.breadcrumbs .list .list-item:first-child {
  margin-left: auto;
}
.breadcrumbs .list .list-item:first-child .link::before {
  display: none;
}
.breadcrumbs .list .list-item:first-child .link::after {
  left: 0;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs .list .list-item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.breadcrumbs .list .link {
  color: #000;
  position: relative;
}
.breadcrumbs .list .link::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #000;
  transform-origin: right;
  transition: transform 0.5s ease;
  transform: scaleX(0);
}
@media screen and (min-width: 1920px) {
  .breadcrumbs .list .link::after {
    left: 12px;
  }
}
.breadcrumbs .list .link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.breadcrumbs .list .link::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  clip-path: inset(0 0 0 0 round 50%);
  background-color: #000;
  margin-right: 7px;
  display: inline-block;
  line-height: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 1920px) {
  .breadcrumbs .list .link::before {
    width: 5px;
    height: 5px;
  }
}
.breadcrumbs .list .link.current-link {
  color: rgba(0, 0, 0, 0.4);
}
.breadcrumbs .list .link.current-link::after {
  display: none;
}
.breadcrumbs .list .link.current-link::before {
  background-color: rgba(0, 0, 0, 0.4);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
body::after {
  animation: runBody 1s linear forwards;
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

[data-src],
[data-srcset] {
  opacity: 0;
}

img,
source {
  transition: 0.5s;
  opacity: 1;
}

.img-holder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding-left: 121px;
    padding-right: 121px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    padding-left: 180px;
    padding-right: 180px;
  }
}

main {
  flex-grow: 1;
  background-color: #fff;
}

.site-logo .abbr {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 1200px) {
  .site-logo .abbr {
    font-size: 36px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1920px) {
  .site-logo .abbr {
    font-size: 43px;
  }
}
.site-logo .full-text {
  line-height: 1.4;
  font-size: 12px;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .site-logo .full-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .site-logo .full-text {
    font-size: 15px;
  }
}

.header-site-logo {
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .header-site-logo {
    height: 79px;
  }
}
.header-site-logo .logo-img {
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .footer-site-logo {
    height: 52px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-site-logo {
    height: 71px;
  }
}
.footer-site-logo .logo-img {
  height: 100%;
}

.breadcrumbs {
  padding: 0 15px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs {
    padding: 0 3.1666666667vw;
    margin-top: 29px;
  }
}
@media screen and (min-width: 1440px) {
  .breadcrumbs {
    padding: 0 3.3333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .breadcrumbs {
    padding: 0 3.6458333333vw;
    margin-top: 44px;
  }
}
.breadcrumbs.in-article {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs.in-article .list .list-item:first-child {
    margin-left: 0;
  }
}
.breadcrumbs .list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: right;
  overflow: auto;
  scrollbar-width: none;
}
.breadcrumbs .list::-webkit-scrollbar {
  display: none;
}
.breadcrumbs .list .list-item {
  margin-right: 7px;
}
.breadcrumbs .list .list-item:first-child {
  margin-left: auto;
}
.breadcrumbs .list .list-item:first-child .link::before {
  display: none;
}
.breadcrumbs .list .list-item:first-child .link::after {
  left: 0;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs .list .list-item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.breadcrumbs .list .link {
  color: #000;
  position: relative;
}
.breadcrumbs .list .link::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #000;
  transform-origin: right;
  transition: transform 0.5s ease;
  transform: scaleX(0);
}
@media screen and (min-width: 1920px) {
  .breadcrumbs .list .link::after {
    left: 12px;
  }
}
.breadcrumbs .list .link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.breadcrumbs .list .link::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  clip-path: inset(0 0 0 0 round 50%);
  background-color: #000;
  margin-right: 7px;
  display: inline-block;
  line-height: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 1920px) {
  .breadcrumbs .list .link::before {
    width: 5px;
    height: 5px;
  }
}
.breadcrumbs .list .link.current-link {
  color: rgba(0, 0, 0, 0.4);
}
.breadcrumbs .list .link.current-link::after {
  display: none;
}
.breadcrumbs .list .link.current-link::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.news-section {
  padding-bottom: 73px;
}
@media screen and (min-width: 768px) {
  .news-section {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .news-section {
    padding-bottom: 156px;
  }
}

.awards {
  overflow: visible;
}
.awards p {
  margin-top: 12px;
}
.awards .page-title {
  margin: 22px 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  .awards .page-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .awards .page-title {
    margin: 25px 0;
    font-size: 64px;
  }
}
@media screen and (min-width: 1920px) {
  .awards .page-title {
    margin: 38px 0;
    font-size: 72px;
  }
}
.awards .list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.awards .list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
  width: 100%;
  padding: 14px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .awards .list-item {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
  }
}
@media screen and (min-width: 1440px) {
  .awards .list-item {
    grid-template-columns: 1fr 1.8fr;
    padding: 16px 0;
  }
}
.awards .list-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.awards .list-item .item-image {
  position: absolute;
  display: none;
  z-index: 1;
  width: 180px;
  height: 140px;
}
.awards .list-item img {
  width: 180px;
  height: 140px;
  object-fit: cover;
  object-position: center;
}
.awards .list-item:hover .name-container .name {
  color: #0A0047;
}
@media screen and (min-width: 768px) {
  .awards .list-item:hover .name-container .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
  }
}
.awards .list-item:hover .name-container .year {
  color: #0A0047;
}
@media screen and (min-width: 768px) {
  .awards .list-item:hover .name-container .year {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
  }
}
.awards .list-item:hover .descr-container {
  color: #0A0047;
}
@media screen and (min-width: 768px) {
  .awards .list-item:hover .descr-container {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }
}
.awards .name-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.awards .name-container .abbreviation {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  transition: all 0.75s ease-in-out;
}
@media screen and (min-width: 1920px) {
  .awards .name-container .abbreviation {
    font-size: 24px;
  }
}
.awards .name-container .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.75s ease-in-out;
}
@media screen and (min-width: 1920px) {
  .awards .name-container .name {
    font-size: 18px;
  }
}
.awards .name-container .name-img {
  height: 80px;
  object-position: center;
  object-fit: scale-down;
}
.awards .descr-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.75s ease-in-out;
}
.awards .descr-container div:first-child {
  justify-self: flex-start;
}
.awards .descr-container div:nth-child(2) {
  justify-self: center;
}
@media screen and (min-width: 1440px) {
  .awards .descr-container div:nth-child(2) {
    justify-self: flex-start;
  }
}
.awards .descr-container div:last-child {
  justify-self: flex-end;
}
@media screen and (min-width: 1440px) {
  .awards .descr-container div:last-child {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 1920px) {
  .awards .descr-container {
    font-size: 18px;
  }
}
/*# sourceMappingURL=sourcemaps/members.css.map */
