@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%;
}

.editor h1 {
  margin-bottom: 22px;
}
@media screen and (min-width: 1200px) {
  .editor h1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .editor h1 {
    margin-bottom: 35px;
  }
}
.editor h2 {
  margin: 25px 0 20px;
}
@media screen and (min-width: 1200px) {
  .editor h2 {
    margin: 36px 0 30px;
  }
}
@media screen and (min-width: 1920px) {
  .editor h2 {
    margin: 44px 0 35px;
  }
}
.editor h3 {
  margin: 20px 0 14px;
}
@media screen and (min-width: 1200px) {
  .editor h3 {
    margin: 30px 0 20px;
  }
}
@media screen and (min-width: 1920px) {
  .editor h3 {
    margin: 35px 0 23px;
  }
}
.editor p {
  margin: 11px 0;
}
@media screen and (min-width: 1200px) {
  .editor p {
    margin: 15px 0;
  }
}
.editor a:not(.download-link, .anchor, .share-btn, .underline) {
  color: #0a0047;
  display: inline;
  border-bottom: 1px solid #0a0047;
}
@media screen and (min-width: 1200px) {
  .editor a:not(.download-link, .anchor, .share-btn, .underline) {
    transition: 0.3s;
  }
  .editor a:not(.download-link, .anchor, .share-btn, .underline):hover {
    border-bottom: 1px solid transparent;
  }
}
.editor ul,
.editor ol {
  padding-left: 18px;
  margin: 11px 0;
}
@media screen and (min-width: 1200px) {
  .editor ul,
.editor ol {
    margin: 15px 0;
  }
}
@media screen and (min-width: 1920px) {
  .editor ul,
.editor ol {
    padding-left: 22px;
  }
}
.editor ul li,
.editor ol li {
  list-style: disc outside;
  margin-bottom: 8px;
}
.editor ul li:last-child,
.editor ol li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .editor ul li,
.editor ol li {
    margin-bottom: 10px;
  }
}
.editor img {
  width: 100%;
  margin: 22px 0 28px;
}
@media screen and (min-width: 1920px) {
  .editor img {
    margin: 30px 0 37px;
  }
}
.editor .download-link {
  margin: 15px 0;
}
.editor > :first-child {
  margin-top: 0;
}
.editor > :last-child {
  margin-bottom: 0;
}

/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.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);
}

@media screen and (min-width: 1200px) {
  main {
    display: grid;
    grid-template-columns: 1fr 28vw;
  }
}

@media screen and (min-width: 1200px) {
  .article-aside {
    padding-bottom: 125px;
  }
}
@media screen and (min-width: 1920px) {
  .article-aside {
    padding-bottom: 152px;
  }
}
@media screen and (min-width: 1200px) {
  .article-aside .aside-container {
    position: sticky;
    top: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .article-aside .aside-container {
    top: 146px;
  }
}

@media screen and (min-width: 1200px) {
  .article-content {
    width: 100%;
    overflow: hidden;
    padding-left: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .article-content {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1920px) {
  .article-content {
    padding-left: 180px;
  }
}
.article-content .article-container {
  padding: 0 15px 85px;
}
@media screen and (min-width: 768px) {
  .article-content .article-container {
    padding: 0 30px 76px;
  }
}
@media screen and (min-width: 1200px) {
  .article-content .article-container {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding: 1px 60px 125px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .article-content .article-container {
    padding: 1px 90px 125px;
  }
}
@media screen and (min-width: 1920px) {
  .article-content .article-container {
    padding: 1px 121px 152px;
  }
}

.breadcrumbs {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .breadcrumbs {
    margin-bottom: 46px;
  }
}

.article-info-block {
  background-color: #f9f9f9;
  padding: 38px 24px 53px;
  margin-bottom: 30px;
  z-index: 5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .article-info-block {
    margin-bottom: 38px;
    padding: 38px 40px 53px;
  }
}
@media screen and (min-width: 1200px) {
  .article-info-block {
    margin-bottom: 0;
    padding: 43px 40px 50px;
  }
}
@media screen and (min-width: 1920px) {
  .article-info-block {
    padding: 50px 50px 70px;
  }
}
.article-info-block .title {
  font-size: 18px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .article-info-block .title {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .article-info-block .title {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1920px) {
  .article-info-block .title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .article-info-block .info-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .article-info-block .info-wrapper {
    display: block;
  }
}
.article-info-block .info-wrapper .info-block {
  position: relative;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .article-info-block .info-wrapper .info-block {
    margin-bottom: 21px;
    margin-right: 61px;
  }
  .article-info-block .info-wrapper .info-block.site {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .article-info-block .info-wrapper .info-block {
    margin-bottom: 18px;
  }
  .article-info-block .info-wrapper .info-block.site {
    width: auto;
    margin-bottom: 18px;
  }
}
.article-info-block .info-wrapper .info-block .label {
  color: rgba(0, 0, 0, 0.4);
}
.article-info-block .info-wrapper .info-block .info a {
  margin-top: 5px;
}
.article-info-block .info-wrapper .info-block .info a::before {
  border-color: #0a0047;
}
.article-info-block .info-wrapper > :last-child {
  margin-bottom: 0;
}
.article-info-block.fixed {
  position: fixed;
  left: 15px;
  right: 15px;
  top: 99px;
  transform: translateY(calc(-100% - 99px));
}
@media screen and (min-width: 768px) {
  .article-info-block.fixed {
    left: 30px;
    right: 30px;
    top: 104px;
    transform: translateY(calc(-100% - 104px));
  }
}
.article-info-block.fixed.show {
  transition: 0.5s;
  transform: translateY(0);
}

.anchors-block-wrapper {
  display: flex;
  position: sticky;
  z-index: 10;
  top: 54px;
  height: 45px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .anchors-block-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 37px;
    top: 59px;
  }
}
@media screen and (min-width: 1200px) {
  .anchors-block-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: static;
    height: auto;
  }
}
.anchors-block-wrapper .buttons {
  width: 0;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  transition: 0.5s;
}
@media screen and (min-width: 1200px) {
  .anchors-block-wrapper .buttons {
    display: none;
  }
}
.anchors-block-wrapper .buttons .call-info-btn {
  transition: 0.5s;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background-color: #0a0047;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anchors-block-wrapper .buttons .call-info-btn img {
  width: 19px;
  margin: 0;
  padding: 0;
}
.anchors-block-wrapper .buttons .call-info-btn.close-btn img {
  width: 24px;
}
.anchors-block-wrapper .buttons .call-info-btn.open-btn {
  border-right: 1px solid #dcdddc;
}
.anchors-block-wrapper .buttons.opened .call-info-btn {
  transform: translateX(-100%);
}
.anchors-block-wrapper .buttons.active {
  width: 45px;
}
.anchors-block-wrapper .anchors-block {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #f9f9f9;
  display: flex;
  overflow: auto;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .anchors-block-wrapper .anchors-block {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .anchors-block-wrapper .anchors-block {
    padding: 0;
    display: block;
    border-bottom: none;
    background-color: transparent;
    scrollbar-width: thin;
  }
}
.anchors-block-wrapper .anchors-block::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1200px) {
  .anchors-block-wrapper .anchors-block::-webkit-scrollbar {
    display: initial;
  }
}
.anchors-block-wrapper .anchors-block .anchor-item {
  list-style: none;
  margin-right: 19px;
  margin-bottom: 0;
}
.anchors-block-wrapper .anchors-block .anchor-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .anchors-block-wrapper .anchors-block .anchor-item {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .anchors-block-wrapper .anchors-block .anchor-item {
    margin-right: 0;
  }
}
.anchors-block-wrapper .anchors-block .anchor-item .anchor {
  display: flex;
  align-items: center;
  height: 100%;
  color: #000;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .anchors-block-wrapper .anchors-block .anchor-item .anchor {
    padding: 17px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .anchors-block-wrapper .anchors-block .anchor-item .anchor:hover {
    background-color: #f9f9f9;
    color: #0a0047;
  }
}
@media screen and (min-width: 1920px) {
  .anchors-block-wrapper .anchors-block .anchor-item .anchor {
    padding: 21px 50px;
  }
}
.anchors-block-wrapper .anchors-block .anchor-item.active .anchor {
  color: #0a0047;
}
@media screen and (min-width: 1200px) {
  .anchors-block-wrapper .anchors-block .anchor-item.active .anchor {
    background-color: #f9f9f9;
  }
}

.share-block {
  position: relative;
  clip-path: inset(-100vw 0 0 0);
}
@media screen and (min-width: 1200px) {
  .share-block:hover .social-links {
    transform: translateY(0);
  }
  .share-block:hover .call-btn {
    box-shadow: inset 0 0 0 1px #0a0047;
  }
  .share-block:hover .call-btn::before {
    transform: scaleY(1);
  }
  .share-block:hover .call-btn svg path {
    fill: #fff;
  }
}
.share-block .call-btn {
  z-index: 1;
  background-color: #f9f9f9;
  cursor: default;
}
.share-block .social-links {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
.share-block .social-links .link-item {
  list-style: none;
}
.share-block .social-links .social-link {
  margin-bottom: 10px;
}
@media screen and (min-width: 1920px) {
  .share-block .social-links .social-link {
    margin-bottom: 13px;
  }
}
.share-block .social-links.active {
  transform: translateY(0);
}
.share-block.bottom-list {
  clip-path: inset(0 0 -100vw 0);
}
.share-block.bottom-list .social-links {
  bottom: auto;
  transform: translateY(-100%);
}
.share-block.bottom-list .social-links.active {
  transform: translateY(0);
}
.share-block.bottom-list .social-links .social-link {
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (min-width: 1920px) {
  .share-block.bottom-list .social-links .social-link {
    margin-top: 13px;
  }
}
.share-block.bottom-list .share-btn::before {
  transform-origin: top;
}
@media screen and (min-width: 1200px) {
  .share-block.bottom-list:hover .social-links {
    transform: translateY(0);
  }
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: none;
}
#overlay.active {
  display: block;
}

.share-block {
  position: absolute;
  right: 24px;
  top: 79px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .share-block {
    right: 40px;
    top: 95px;
  }
}
@media screen and (min-width: 1920px) {
  .share-block {
    right: 50px;
    top: 115px;
  }
}

.gallery-wrapper {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper {
    margin-top: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper {
    margin-top: 62px;
  }
}
.gallery-wrapper h2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper h2 {
    margin-bottom: 28px;
  }
}
.gallery-wrapper .slide-window {
  display: none;
  width: 100%;
  background-color: #dcdddc;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper .slide-window {
    height: 58vw;
    display: block;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper .slide-window {
    height: 32vw;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper .slide-window {
    margin-bottom: 25px;
  }
}
.gallery-wrapper .slide-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-wrapper .gallery {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper .gallery {
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper .gallery {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper .gallery {
    margin-bottom: 35px;
  }
}
.gallery-wrapper .gallery .slide .img-holder {
  cursor: pointer;
  width: 100%;
  height: 56.56vw;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper .gallery .slide .img-holder {
    height: 10.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper .gallery .slide .img-holder {
    height: 6vw;
  }
}
.gallery-wrapper .slider-controlls {
  display: flex;
  align-items: center;
}
.gallery-wrapper .slider-controlls .buttons {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper .slider-controlls .buttons .swiper-button svg {
    width: 27px;
  }
}
.gallery-wrapper .slider-controlls .buttons .swiper-button.prev {
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper .slider-controlls .buttons .swiper-button.prev {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper .slider-controlls .buttons .swiper-button.prev {
    margin-right: 23px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper .slider-controlls .buttons .swiper-button.prev {
    margin-right: 13px;
  }
}
.gallery-wrapper .slider-controlls .swiper-scrollbar {
  flex-grow: 1;
  height: 2px;
  background-color: #d6d6d6;
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper .slider-controlls .swiper-scrollbar {
    margin-right: 25px;
  }
}
.gallery-wrapper .slider-controlls .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background-color: #0a0047;
  width: 100%;
}
.gallery-wrapper .modal-gallery-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gallery-wrapper .modal-gallery-wrapper.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.gallery-wrapper .modal-gallery-wrapper .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.gallery-wrapper .modal-gallery-wrapper .close-btn::after, .gallery-wrapper .modal-gallery-wrapper .close-btn::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #0a0047;
  position: absolute;
  transform-origin: center;
}
.gallery-wrapper .modal-gallery-wrapper .close-btn::before {
  transform: rotate(-45deg);
}
.gallery-wrapper .modal-gallery-wrapper .close-btn::after {
  transform: rotate(45deg);
}
.gallery-wrapper .modal-gallery-wrapper .swiper-button {
  width: 30px;
  height: 30px;
  border-top: 3px solid #0a0047;
  z-index: 2;
  flex-shrink: 0;
}
.gallery-wrapper .modal-gallery-wrapper .swiper-button.prev {
  border-left: 3px solid #0a0047;
  transform: rotate(-45deg);
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper .modal-gallery-wrapper .swiper-button.prev {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper .modal-gallery-wrapper .swiper-button.prev {
    margin: 0 100px;
  }
}
.gallery-wrapper .modal-gallery-wrapper .swiper-button.next {
  border-right: 3px solid #0a0047;
  transform: rotate(45deg);
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper .modal-gallery-wrapper .swiper-button.next {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper .modal-gallery-wrapper .swiper-button.next {
    margin: 0 100px;
  }
}
.gallery-wrapper .modal-gallery-wrapper .modal-gallery {
  width: 100%;
  height: auto;
}
.gallery-wrapper .modal-gallery-wrapper .modal-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 90vh;
  max-width: 90vw;
}

.gallery-wrapper-2 {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-2 {
    margin-top: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-2 {
    margin-top: 62px;
  }
}
.gallery-wrapper-2 h2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-2 h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-2 h2 {
    margin-bottom: 28px;
  }
}
.gallery-wrapper-2 .slide-window {
  display: none;
  width: 100%;
  background-color: #dcdddc;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-2 .slide-window {
    height: 58vw;
    display: block;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-2 .slide-window {
    height: 32vw;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-2 .slide-window {
    margin-bottom: 25px;
  }
}
.gallery-wrapper-2 .slide-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-wrapper-2 .gallery {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-2 .gallery {
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-2 .gallery {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-2 .gallery {
    margin-bottom: 35px;
  }
}
.gallery-wrapper-2 .gallery .slide .img-holder {
  cursor: pointer;
  width: 100%;
  height: 56.56vw;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-2 .gallery .slide .img-holder {
    height: 10.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-2 .gallery .slide .img-holder {
    height: 6vw;
  }
}
.gallery-wrapper-2 .slider-controlls {
  display: flex;
  align-items: center;
}
.gallery-wrapper-2 .slider-controlls .buttons {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-2 .slider-controlls .buttons .swiper-button svg {
    width: 27px;
  }
}
.gallery-wrapper-2 .slider-controlls .buttons .swiper-button.prev {
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-2 .slider-controlls .buttons .swiper-button.prev {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-2 .slider-controlls .buttons .swiper-button.prev {
    margin-right: 23px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-2 .slider-controlls .buttons .swiper-button.prev {
    margin-right: 13px;
  }
}
.gallery-wrapper-2 .slider-controlls .swiper-scrollbar {
  flex-grow: 1;
  height: 2px;
  background-color: #d6d6d6;
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-2 .slider-controlls .swiper-scrollbar {
    margin-right: 25px;
  }
}
.gallery-wrapper-2 .slider-controlls .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background-color: #0a0047;
  width: 100%;
}
.gallery-wrapper-2 .modal-gallery-wrapper-2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gallery-wrapper-2 .modal-gallery-wrapper-2.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.gallery-wrapper-2 .modal-gallery-wrapper-2 .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.gallery-wrapper-2 .modal-gallery-wrapper-2 .close-btn::after, .gallery-wrapper-2 .modal-gallery-wrapper-2 .close-btn::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #0a0047;
  position: absolute;
  transform-origin: center;
}
.gallery-wrapper-2 .modal-gallery-wrapper-2 .close-btn::before {
  transform: rotate(-45deg);
}
.gallery-wrapper-2 .modal-gallery-wrapper-2 .close-btn::after {
  transform: rotate(45deg);
}
.gallery-wrapper-2 .modal-gallery-wrapper-2 .swiper-button {
  width: 30px;
  height: 30px;
  border-top: 3px solid #0a0047;
  z-index: 2;
  flex-shrink: 0;
}
.gallery-wrapper-2 .modal-gallery-wrapper-2 .swiper-button.prev {
  border-left: 3px solid #0a0047;
  transform: rotate(-45deg);
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-2 .modal-gallery-wrapper-2 .swiper-button.prev {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-2 .modal-gallery-wrapper-2 .swiper-button.prev {
    margin: 0 100px;
  }
}
.gallery-wrapper-2 .modal-gallery-wrapper-2 .swiper-button.next {
  border-right: 3px solid #0a0047;
  transform: rotate(45deg);
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-2 .modal-gallery-wrapper-2 .swiper-button.next {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-2 .modal-gallery-wrapper-2 .swiper-button.next {
    margin: 0 100px;
  }
}
.gallery-wrapper-2 .modal-gallery-wrapper-2 .modal-gallery {
  width: 100%;
  height: auto;
}
.gallery-wrapper-2 .modal-gallery-wrapper-2 .modal-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 90vh;
  max-width: 90vw;
}

.gallery-wrapper-3 {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-3 {
    margin-top: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-3 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-3 {
    margin-top: 62px;
  }
}
.gallery-wrapper-3 h2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-3 h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-3 h2 {
    margin-bottom: 28px;
  }
}
.gallery-wrapper-3 .slide-window {
  display: none;
  width: 100%;
  background-color: #dcdddc;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-3 .slide-window {
    height: 58vw;
    display: block;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-3 .slide-window {
    height: 32vw;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-3 .slide-window {
    margin-bottom: 25px;
  }
}
.gallery-wrapper-3 .slide-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-wrapper-3 .gallery {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-3 .gallery {
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-3 .gallery {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-3 .gallery {
    margin-bottom: 35px;
  }
}
.gallery-wrapper-3 .gallery .slide .img-holder {
  cursor: pointer;
  width: 100%;
  height: 56.56vw;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-3 .gallery .slide .img-holder {
    height: 10.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-3 .gallery .slide .img-holder {
    height: 6vw;
  }
}
.gallery-wrapper-3 .slider-controlls {
  display: flex;
  align-items: center;
}
.gallery-wrapper-3 .slider-controlls .buttons {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-3 .slider-controlls .buttons .swiper-button svg {
    width: 27px;
  }
}
.gallery-wrapper-3 .slider-controlls .buttons .swiper-button.prev {
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-3 .slider-controlls .buttons .swiper-button.prev {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-3 .slider-controlls .buttons .swiper-button.prev {
    margin-right: 23px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-3 .slider-controlls .buttons .swiper-button.prev {
    margin-right: 13px;
  }
}
.gallery-wrapper-3 .slider-controlls .swiper-scrollbar {
  flex-grow: 1;
  height: 2px;
  background-color: #d6d6d6;
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-3 .slider-controlls .swiper-scrollbar {
    margin-right: 25px;
  }
}
.gallery-wrapper-3 .slider-controlls .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background-color: #0a0047;
  width: 100%;
}
.gallery-wrapper-3 .modal-gallery-wrapper-3 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gallery-wrapper-3 .modal-gallery-wrapper-3.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.gallery-wrapper-3 .modal-gallery-wrapper-3 .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.gallery-wrapper-3 .modal-gallery-wrapper-3 .close-btn::after, .gallery-wrapper-3 .modal-gallery-wrapper-3 .close-btn::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #0a0047;
  position: absolute;
  transform-origin: center;
}
.gallery-wrapper-3 .modal-gallery-wrapper-3 .close-btn::before {
  transform: rotate(-45deg);
}
.gallery-wrapper-3 .modal-gallery-wrapper-3 .close-btn::after {
  transform: rotate(45deg);
}
.gallery-wrapper-3 .modal-gallery-wrapper-3 .swiper-button {
  width: 30px;
  height: 30px;
  border-top: 3px solid #0a0047;
  z-index: 2;
  flex-shrink: 0;
}
.gallery-wrapper-3 .modal-gallery-wrapper-3 .swiper-button.prev {
  border-left: 3px solid #0a0047;
  transform: rotate(-45deg);
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-3 .modal-gallery-wrapper-3 .swiper-button.prev {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-3 .modal-gallery-wrapper-3 .swiper-button.prev {
    margin: 0 100px;
  }
}
.gallery-wrapper-3 .modal-gallery-wrapper-3 .swiper-button.next {
  border-right: 3px solid #0a0047;
  transform: rotate(45deg);
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-3 .modal-gallery-wrapper-3 .swiper-button.next {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-3 .modal-gallery-wrapper-3 .swiper-button.next {
    margin: 0 100px;
  }
}
.gallery-wrapper-3 .modal-gallery-wrapper-3 .modal-gallery {
  width: 100%;
  height: auto;
}
.gallery-wrapper-3 .modal-gallery-wrapper-3 .modal-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 90vh;
  max-width: 90vw;
}

.gallery-wrapper-4 {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-4 {
    margin-top: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-4 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-4 {
    margin-top: 62px;
  }
}
.gallery-wrapper-4 h2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-4 h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-4 h2 {
    margin-bottom: 28px;
  }
}
.gallery-wrapper-4 .slide-window {
  display: none;
  width: 100%;
  background-color: #dcdddc;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-4 .slide-window {
    height: 58vw;
    display: block;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-4 .slide-window {
    height: 32vw;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-4 .slide-window {
    margin-bottom: 25px;
  }
}
.gallery-wrapper-4 .slide-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-wrapper-4 .gallery {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-4 .gallery {
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-4 .gallery {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-4 .gallery {
    margin-bottom: 35px;
  }
}
.gallery-wrapper-4 .gallery .slide .img-holder {
  cursor: pointer;
  width: 100%;
  height: 56.56vw;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-4 .gallery .slide .img-holder {
    height: 10.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-4 .gallery .slide .img-holder {
    height: 6vw;
  }
}
.gallery-wrapper-4 .slider-controlls {
  display: flex;
  align-items: center;
}
.gallery-wrapper-4 .slider-controlls .buttons {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-4 .slider-controlls .buttons .swiper-button svg {
    width: 27px;
  }
}
.gallery-wrapper-4 .slider-controlls .buttons .swiper-button.prev {
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-4 .slider-controlls .buttons .swiper-button.prev {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-4 .slider-controlls .buttons .swiper-button.prev {
    margin-right: 23px;
  }
}
@media screen and (min-width: 1920px) {
  .gallery-wrapper-4 .slider-controlls .buttons .swiper-button.prev {
    margin-right: 13px;
  }
}
.gallery-wrapper-4 .slider-controlls .swiper-scrollbar {
  flex-grow: 1;
  height: 2px;
  background-color: #d6d6d6;
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-4 .slider-controlls .swiper-scrollbar {
    margin-right: 25px;
  }
}
.gallery-wrapper-4 .slider-controlls .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background-color: #0a0047;
  width: 100%;
}
.gallery-wrapper-4 .modal-gallery-wrapper-4 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gallery-wrapper-4 .modal-gallery-wrapper-4.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.gallery-wrapper-4 .modal-gallery-wrapper-4 .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.gallery-wrapper-4 .modal-gallery-wrapper-4 .close-btn::after, .gallery-wrapper-4 .modal-gallery-wrapper-4 .close-btn::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #0a0047;
  position: absolute;
  transform-origin: center;
}
.gallery-wrapper-4 .modal-gallery-wrapper-4 .close-btn::before {
  transform: rotate(-45deg);
}
.gallery-wrapper-4 .modal-gallery-wrapper-4 .close-btn::after {
  transform: rotate(45deg);
}
.gallery-wrapper-4 .modal-gallery-wrapper-4 .swiper-button {
  width: 30px;
  height: 30px;
  border-top: 3px solid #0a0047;
  z-index: 2;
  flex-shrink: 0;
}
.gallery-wrapper-4 .modal-gallery-wrapper-4 .swiper-button.prev {
  border-left: 3px solid #0a0047;
  transform: rotate(-45deg);
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-4 .modal-gallery-wrapper-4 .swiper-button.prev {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-4 .modal-gallery-wrapper-4 .swiper-button.prev {
    margin: 0 100px;
  }
}
.gallery-wrapper-4 .modal-gallery-wrapper-4 .swiper-button.next {
  border-right: 3px solid #0a0047;
  transform: rotate(45deg);
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper-4 .modal-gallery-wrapper-4 .swiper-button.next {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-wrapper-4 .modal-gallery-wrapper-4 .swiper-button.next {
    margin: 0 100px;
  }
}
.gallery-wrapper-4 .modal-gallery-wrapper-4 .modal-gallery {
  width: 100%;
  height: auto;
}
.gallery-wrapper-4 .modal-gallery-wrapper-4 .modal-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 90vh;
  max-width: 90vw;
}

.text-align-jc {
  text-align: justify;
}

.editor .m-100-36 {
  margin: 100px 0 36px;
}
/*# sourceMappingURL=sourcemaps/past-events-inner.css.map */
