/* <a href="http://meyerweb.com/eric/tools/css/reset/">http://meyerweb.com/eric/tools/css/reset/</a>
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  white-space: wrap !important;
}

.multiline-ellipsis, .list-news__h1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* start showing ellipsis when 3rd line is reached */
}

.text-white {
  color: #fff;
}

.flip-x {
  transform: scaleX(-1);
}

.flip-y {
  transform: scaleY(-1);
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin-right: auto;
  margin-left: auto;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-60 {
  width: 60%;
}

.w-100 {
  width: 100%;
}

.p-relative {
  position: relative;
}

.link-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-fill, .page-404__nums__list &gt; div img, .list-events__image img, .card-news__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-box {
  display: block;
  position: relative;
  padding-top: 75%;
}
.image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reset-btn, .depick button, .header__nav-my__link, .nav-arrows__item, .btn-tag, .btn-search, .btn-reset, .btn-play, .btn-filter, .btn-filter-m, .btn-default, .btn-burger, .btn-back, .btn-all, button.mfp-arrow {
  display: inline-block;
  border: 0;
  padding: 0;
  background: none;
  font-family: inherit;
  cursor: pointer;
}

@media (max-width: 999.98px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }
}
@media (max-width: 799.98px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-block {
    display: block !important;
  }
}
.nice-link, .footer__nav-list a, .list-events__btn-apply, .btn-link, .nice-link--white, .intro-program__department a, .nice-link--blue, .panel-extra__h1, .card-program__props a, .card-news__h1 a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.25s ease-out, color 0.2s;
}
.nice-link:hover, .footer__nav-list a:hover, .list-events__btn-apply:hover, .btn-link:hover, .nice-link--white:hover, .intro-program__department a:hover, .nice-link--blue:hover, .panel-extra__h1:hover, .card-program__props a:hover, .card-news__h1 a:hover {
  background-size: 100% 1px;
}
.nice-link--active, .list-events__btn-apply, .btn-link, .nice-link--white, .intro-program__department a, .nice-link--blue, .panel-extra__h1, .card-program__props a, .card-news__h1 a {
  background-size: 100% 1px;
}
.nice-link--active:hover, .list-events__btn-apply:hover, .btn-link:hover, .nice-link--white:hover, .intro-program__department a:hover, .nice-link--blue:hover, .panel-extra__h1:hover, .card-program__props a:hover, .card-news__h1 a:hover {
  background-size: 0 1px;
}

.nice-link--blue, .panel-extra__h1, .card-program__props a, .card-news__h1 a {
  background-image: linear-gradient(rgba(33, 34, 46, 0.15), rgba(33, 34, 46, 0.15));
}

.nice-link--white, .intro-program__department a {
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}

.edge-area {
  width: 10%;
  max-width: 70px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
  pointer-events: none;
}
.edge-area.active {
  display: block;
}
.edge-area--l {
  background: linear-gradient(to right, #fff, #ffffff);
}
.edge-area--r {
  background: linear-gradient(to left, #fff, #ffffff);
  left: auto;
  right: 0;
}

.zoom-inside-in-on-hover &gt; * {
  transition: all 0.5s;
}
.zoom-inside-in-on-hover:hover &gt; * {
  transform: scale(1.2);
}

.zoom-inside-out-on-hover &gt; * {
  transition: all 0.5s;
  transform: scale(1.2);
}
.zoom-inside-out-on-hover:hover &gt; * {
  transform: scale(1);
}

.air-datepicker {
  width: 48.5rem;
  margin: 0 auto;
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
}

.air-datepicker-nav--action {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  font-size: 5.6rem;
  cursor: pointer;
}
.air-datepicker-nav--action svg {
  display: none;
}
.air-datepicker-nav--action:before {
  content: " ";
  display: block;
  font-size: 1.1rem;
  width: 1em;
  height: 1em;
  background: url(../img/icons/general/arrow-left.svg) no-repeat 50% 50%/contain;
  margin-left: -0.1em;
}
.air-datepicker-nav--action[data-action=next] {
  transform: scaleX(-1);
}

.air-datepicker-nav--title {
  position: relative;
  padding: 0.5384615385em 0.6153846154em;
  padding-right: 1em;
  background: #fff;
  border-radius: 0.8rem;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  cursor: pointer;
}
.air-datepicker-nav--title:after {
  content: " ";
  border: 0.8rem solid transparent;
  border-top-color: #0047ba;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  transform: rotate(-45deg);
}
.air-datepicker-nav--title.-disabled- {
  padding-right: 0.6153846154em;
}
.air-datepicker-nav--title.-disabled-:after {
  display: none;
}

.air-datepicker-body--day-names {
  margin-bottom: 1.6rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 5.7rem;
  gap: 0.5rem;
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--cells {
  display: grid;
  gap: 0.5rem;
}
.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  height: 37.8rem;
}
.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  height: 37.8rem;
}
.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 5.7rem;
}

.air-datepicker-cell,
.air-datepicker-body--day-name {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.8rem;
  text-transform: capitalize;
  font-family: Golos Text;
  font-size: 2.2rem;
  line-height: 1.2;
  cursor: default;
}

.air-datepicker-cell.-year-:hover, .air-datepicker-cell.-month-:hover {
  background: #f3f3f3;
  cursor: pointer;
}
.air-datepicker-cell.-day-.-current- {
  font-weight: 600;
  color: #0047ba;
}
.air-datepicker-cell.-day-.-other-month- {
  background: none;
  color: rgba(255, 255, 255, 0.3);
}
.air-datepicker-cell.-day-.-event- {
  background: #0047ba;
  color: #fff;
  cursor: pointer;
}

.air-datepicker-body--day-name {
  background: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

@media (max-width: 999.98px) {
  .air-datepicker {
    width: 32rem;
  }

  .air-datepicker-body--cells {
    grid: 0.4rem;
  }

  .air-datepicker-body--cells.-months-,
.air-datepicker-body--cells.-years- {
    height: 24.6rem;
  }

  .air-datepicker-body--cells.-days-,
.air-datepicker-body--day-names {
    grid-auto-rows: 3.5rem;
  }

  .air-datepicker-nav--action {
    font-size: 3.6rem;
  }
  .air-datepicker-nav--action:before {
    font-size: 0.7rem;
  }

  .air-datepicker-nav--title {
    font-size: 1.6rem;
  }
  .air-datepicker-nav--title:after {
    border-width: 0.4rem;
  }

  .air-datepicker-cell,
.air-datepicker-body--day-name {
    font-size: 1.4rem;
  }

  .tooltipster-blue .tooltipster-content {
    font-size: 1rem;
  }
}
@media (max-width: 799.98px) {
  .air-datepicker {
    width: 26rem;
  }
}
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim,
.mfp-move-horizontal .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim,
.mfp-move-horizontal.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim,
.mfp-move-horizontal.mfp-removing .mfp-iframe-scaler {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  background: rgba(11, 26, 51, 0.5);
}

.mfp-container {
  padding: 0 2rem;
}

.mfp-iframe-scaler iframe,
.mfp-figure:after {
  box-shadow: none;
}

.mfp-preloader {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  opacity: 0.65;
  margin: 0 auto;
  animation: rotateplane 1.2s infinite ease-in-out;
  font-size: 0;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.mfp-wrap .mfp-close {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #edf1f9;
  border-radius: 50%;
  width: 2.8em;
  height: 2.8em;
  background: #fff;
  opacity: 1;
  font-size: 2rem;
  color: #000;
  padding: 0;
  top: 5rem;
  right: 5rem;
}
.mfp-wrap .mfp-close:hover {
  border-color: #dae2f3;
}

.mfp-iframe-holder .mfp-close {
  top: 0;
  right: -6.6rem;
}

.mfp-image-holder .mfp-close {
  display: none;
}

button.mfp-arrow {
  width: 7.2727272727em;
  height: 3.6363636364em;
  background: #ffffff;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  margin-top: 0 !important;
  transform: translateY(-50%);
  opacity: 1;
}
button.mfp-arrow:after {
  display: none;
}
button.mfp-arrow:before {
  width: 1em;
  height: 1em;
  background: url(../img/icons/general/arrow-right.svg) no-repeat 50% 50%/contain;
  border: 0;
  margin: 0;
  opacity: 1;
  position: static;
  font-size: 1.1rem;
}
button.mfp-arrow:hover {
  background: #0047ba;
}
button.mfp-arrow:hover:before {
  filter: invert(1);
}

button.mfp-arrow-left {
  margin-left: 5rem;
}
button.mfp-arrow-left:before {
  transform: scaleX(-1);
}

button.mfp-arrow-right {
  margin-right: 5rem;
}

@media (max-width: 999.98px) {
  .mfp-wrap .mfp-close {
    top: 2rem;
    right: 2rem;
    font-size: 1.4rem;
  }

  .mfp-iframe-holder .mfp-close {
    top: -6rem;
    right: 0;
  }

  button.mfp-arrow {
    background: none !important;
    width: auto;
    height: auto;
  }
  button.mfp-arrow:before {
    filter: brightness(0) invert(1) !important;
    background-image: url(../img/icons/general/arrow-left-thin.svg);
    font-size: 5rem;
  }

  button.mfp-arrow-left {
    margin-left: 2rem;
  }
  button.mfp-arrow-left:before {
    transform: scaleX(1);
  }

  button.mfp-arrow-right {
    margin-right: 2rem;
  }
  button.mfp-arrow-right:before {
    transform: scaleX(-1);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.noUi-horizontal {
  height: 2px;
}

.noUi-target {
  border: 0;
  box-shadow: none;
}

.noUi-connect {
  background: #0047ba;
}

.noUi-horizontal .noUi-handle {
  width: 1.6rem;
  height: 1.6rem;
  right: -0.8rem;
  top: -0.8rem;
  background: #0047ba;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  display: none;
}

.tooltipster-base {
  z-index: 999 !important;
}

.tooltipster-blue .tooltipster-box {
  border: 0;
  background: none;
}
.tooltipster-blue .tooltipster-content {
  border-radius: 0.4rem;
  padding: 0.8571428571em 1.7142857143em;
  background: #0047ba;
  font-family: "Inter";
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.tooltipster-blue .tooltipster-arrow-border {
  border-top-color: #0047ba !important;
}
.tooltipster-blue .tooltipster-arrow-background {
  border-top-color: #0047ba !important;
}

:root {
  --filter-FFFFFF: invert(100%) sepia(0%) saturate(0%) hue-rotate(246deg)
      brightness(108%) contrast(101%);
  --filter-0047BA: invert(13%) sepia(79%) saturate(4972%) hue-rotate(211deg)
      brightness(92%) contrast(106%);
  --filter-899AB7: invert(61%) sepia(38%) saturate(216%) hue-rotate(179deg)
      brightness(91%) contrast(93%);
}

* {
  box-sizing: border-box;
}

html {
  font-size: clamp(7px, 0.7vw, 10px);
}

body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  min-width: 320px;
  font-family: "Golos Text", sans-serif;
  font-feature-settings: "clig" off, "liga" off;
  background: #eff1f4;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #21222e;
}
body.locked {
  overflow: hidden;
}

img {
  max-width: 100%;
}

img[data-src] {
  visibility: hidden;
}

a,
button,
input,
textarea {
  transition: all 0.2s;
  font-family: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
  color: currentColor;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.scroll-area {
  overflow: auto;
}

.page__wrapper {
  padding: 0 1.2rem;
  max-width: 140rem;
  margin: 0 auto;
}
.page__inner {
  padding: 0 7rem;
}
.page__panel, .l-event__content, .l-programs__cards, .l-documents__list, .l-news__content, .person, .links__box, .section-video, .section-search, .section-read, .section-programs, .section-news__box, .section-job, .section-hours, .section-gallery, .section-files, .section-directions, .section-contacts, .section-compare, .section-about {
  padding: 7rem;
  background: #fff;
  border-radius: 2rem;
}
.page__gap {
  height: 1.2rem;
}
.page__gap-2 {
  height: 2rem;
}

@media (max-width: 999.98px) {
  .page__inner {
    padding: 0 2rem;
  }
  .page__panel, .l-event__content, .l-programs__cards, .l-documents__list, .l-news__content, .person, .links__box, .section-video, .section-search, .section-read, .section-programs, .section-news__box, .section-job, .section-hours, .section-gallery, .section-files, .section-directions, .section-contacts, .section-compare, .section-about {
    padding: 2rem;
    border-radius: 1.2rem;
  }
}
.typo-h1 {
  font-family: "Inter", sans-serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.typo-h2, .years-55__h1, .intro-simple__h1 {
  font-family: "Inter", sans-serif;
  font-size: 8.8rem;
  font-weight: 900;
  line-height: 0.9545454545;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media (max-width: 999.98px) {
  .typo-h2, .years-55__h1, .intro-simple__h1 {
    font-size: clamp(3rem, 10vw, 4.2rem);
  }
}
.typo-h3, .l-student-new__info__h1, .l-documents__info__h1, .l-documents__list__h1, .person__h1, .greeting__h1, .section-video__h1, .section-special__h1, .section-programs__h1, .section-news__h1, .section-lifestyle__h1, .section-gallery__h1, .section-files__h1, .section-events__h1, .section-contacts__h1 {
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media (max-width: 999.98px) {
  .typo-h3, .l-student-new__info__h1, .l-documents__info__h1, .l-documents__list__h1, .person__h1, .greeting__h1, .section-video__h1, .section-special__h1, .section-programs__h1, .section-news__h1, .section-lifestyle__h1, .section-gallery__h1, .section-files__h1, .section-events__h1, .section-contacts__h1 {
    font-size: 2.8rem;
  }
}
.typo-h4, .l-institute__cards__h1, .l-event__content__h1, .l-event__h1, .l-documents__cards__h1, .page-404__h1, .calendar__h1, .links__h1, .section-news-preview__h1, .section-docs__group__h1, .section-directions__h1, .section-compare__h1, .intro-person__name, .intro-program__h1, .popup-help__h1 {
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.1458333333;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media (max-width: 999.98px) {
  .typo-h4, .l-institute__cards__h1, .l-event__content__h1, .l-event__h1, .l-documents__cards__h1, .page-404__h1, .calendar__h1, .links__h1, .section-news-preview__h1, .section-docs__group__h1, .section-directions__h1, .section-compare__h1, .intro-person__name, .intro-program__h1, .popup-help__h1 {
    font-size: 2.8rem;
  }
}
.typo-h5, .intro-person__phone {
  font-family: "Golos", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

@media (max-width: 999.98px) {
  .typo-h5, .intro-person__phone {
    font-size: 2rem;
  }
}
.typo-h6 {
  font-family: "Golos", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: -0.02em;
}

@media (max-width: 999.98px) {
  .typo-h6 {
    font-size: 2.4rem;
  }
}
.typo-h6-bold, .article-default h2 {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.0625;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media (max-width: 999.98px) {
  .typo-h6-bold, .article-default h2 {
    font-size: 2.4rem;
  }
}
.btn-all {
  display: block;
  padding: 0 0.7272727273em;
  height: 9.2rem;
  border-radius: 2rem;
  background: #fff;
  font-size: 2.2rem;
  line-height: 9.2rem;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.btn-all--blue {
  background: #0047ba;
  color: #fff;
}
.btn-all--gray {
  background: #eff1f4;
}
.btn-all__text {
  transition: top 0.4s;
  display: block;
  position: relative;
  height: 100%;
  top: 0;
}
.btn-all:hover .btn-all__text {
  top: -100%;
}

@media (max-width: 999.98px) {
  .btn-all {
    height: 5.6rem;
    line-height: 5.6rem;
    font-size: 1.4rem;
    border-radius: 1.2rem;
  }
}
.btn-back {
  width: 3.6rem;
  height: 3.6rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.btn-back .icon {
  font-size: 0.8rem;
}

.btn-burger {
  padding: 4px;
  line-height: 0;
  color: #21222e;
}
.btn-burger span {
  transition: transform 0.2s, opacity 0.2s;
  display: block;
  background: currentColor;
  margin: 4px 0;
  height: 2px;
  width: 20px;
}
.btn-burger.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.btn-burger.active span:nth-child(2) {
  opacity: 0;
}
.btn-burger.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.btn-burger--small span {
  margin: 3px 0;
  width: 14px;
}
.btn-burger--small.active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.btn-burger--small.active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.btn-circle {
  display: inline-block;
  border: 0;
  padding: 0;
  background: none;
  font-family: inherit;
  cursor: pointer;
  width: 1em;
  height: 1em;
  font-size: 5.6rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px 0px #21222e1a;
}
.btn-circle .icon {
  font-size: 1.1rem;
}

.btn-default {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  border: 1px solid transparent;
  padding: 0 4rem;
  height: 6rem;
  border-radius: 1.2rem;
  background: #0047ba;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.btn-default:hover {
  background: #0051d4;
}
.btn-default--gray {
  background: #eff1f4;
  color: #21222e;
}
.btn-default--gray:hover {
  background: #f2f4f6;
}
.btn-default--white {
  background: #fff;
  color: #21222e;
}
.btn-default--white:hover {
  background: #f2f4f6;
}
.btn-default--sm {
  height: 4rem;
  padding: 0 2rem;
  font-size: 1.3rem;
}

@media (max-width: 999.98px) {
  .btn-default {
    width: 100%;
    font-size: 1.4rem;
    border-radius: 0.8rem;
    height: 4.8rem;
    padding: 0 2rem;
  }
  .btn-default--sm {
    height: 3.5rem;
  }
}
.btn-filter-m {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
}
.btn-filter-m .icon {
  font-size: 1.4285714286em;
}

.btn-filter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  height: 9.2rem;
  padding: 0 1.6rem 0 2.4rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 2rem;
  color: #fff;
}
.btn-filter:hover, .btn-filter.active {
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-filter:hover .icon, .btn-filter.active .icon {
  opacity: 1;
}
.btn-filter .icon {
  flex: 0 0 auto;
  transition: all 0.2s;
  font-size: 1.2em;
  opacity: 0.3;
}

.btn-bookmark {
  height: 6rem;
  width: 6rem;
  border: 2px solid #eff1f4;
  border-radius: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  cursor: pointer;
}
.btn-bookmark:hover {
  border-color: #e0e4ea;
}
.btn-bookmark:before {
  content: " ";
  width: 1em;
  height: 1em;
  display: block;
  font-size: 2.4rem;
  background: url("../img/icons/general/bookmark.svg") no-repeat 50% 50%/contain;
}
.btn-bookmark.active:before {
  background-image: url("../img/icons/general/bookmark-filled.svg");
}

@media (max-width: 999.98px) {
  .btn-bookmark {
    width: 4.8rem;
    height: 4.8rem;
  }
  .btn-bookmark:before {
    font-size: 2rem;
  }
}
.btn-link {
  display: inline-block;
  border: 0;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2222222222;
  letter-spacing: -0.02em;
  color: #0047ba;
}

@media (max-width: 999.98px) {
  .btn-link {
    font-size: 1.2rem;
  }
}
.btn-load {
  position: relative;
}
.btn-load.loading &gt; * {
  visibility: hidden;
}
.btn-load.loading &gt; btn-load__spinner {
  visibility: visible;
}
.btn-load__spinner {
  width: 1.5em;
  height: 1.5em;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: btnLoadRotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.75em 0 0 -0.75em;
  visibility: hidden;
}

@keyframes btnLoadRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-play {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: clamp(6rem, 20vw, 14rem);
  color: #fff;
}
.btn-play:hover:before {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}
.btn-play:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.btn-play .icon {
  transform: translateX(0.1em);
  font-size: 0.2428571429em;
}

.btn-reset {
  width: 7.2727272727em;
  height: 3.6363636364em;
  background: #ffffff;
  border: 1px solid #e7ecf3;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
}
.btn-reset:hover {
  background: #e7ecf3;
}
.btn-reset .icon {
  transform: rotate(45deg);
  fill: #21222e;
  font-size: 2em;
}

@media (max-width: 999.98px) {
  .btn-reset {
    font-size: 0.9rem;
  }
}
.btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 2rem;
  background: #fff;
}
.btn-search .icon {
  font-size: 2.4rem;
}

@media (max-width: 999.98px) {
  .btn-search {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 0.8rem;
  }
  .btn-search .icon {
    font-size: 2rem;
  }
}
.btn-tag {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 65px;
  padding: 0.9230769231em 1.2307692308em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2307692308;
  color: #fff;
}
.btn-tag:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 999.98px) {
  .btn-tag {
    font-size: 1.2rem;
  }
}
.input-default input,
.input-default textarea {
  transition: border-color 0.2s;
  width: 100%;
  padding: 0 1.1111111111em;
  height: 6rem;
  background: #fff;
  border: 1px solid rgba(0, 71, 186, 0.5);
  border-radius: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #21222e;
}
.input-default input::-moz-placeholder, .input-default textarea::-moz-placeholder {
  color: #899ab7;
}
.input-default input:-ms-input-placeholder, .input-default textarea:-ms-input-placeholder {
  color: #899ab7;
}
.input-default input::placeholder,
.input-default textarea::placeholder {
  color: #899ab7;
}
.input-default input:focus,
.input-default textarea:focus {
  border-color: #0047ba;
}
.input-default input.error,
.input-default textarea.error {
  border-color: #f00;
}
.input-default textarea {
  padding: 1.8rem 1.9rem;
  height: auto !important;
}
.input-default label.error {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5em;
  color: #f00;
}

@media (max-width: 999.98px) {
  .input-default input,
.input-default textarea {
    height: 4.8rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
  }
}
.input-dark-bg input {
  width: 100%;
  padding: 1.4rem 1.2rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
}
.input-dark-bg input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.input-dark-bg input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.input-dark-bg input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.input-dark-bg input:focus {
  border-color: rgba(255, 255, 255, 0.5);
}

.input-range input {
  width: 100%;
  padding: 0 1.5rem;
  height: 4rem;
  background: #fff;
  border: 1px solid rgba(137, 154, 183, 0.2);
  border-radius: 0.4rem;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #21222e;
}
.input-range input::-moz-placeholder {
  color: #899ab7;
}
.input-range input:-ms-input-placeholder {
  color: #899ab7;
}
.input-range input::placeholder {
  color: #899ab7;
}
.input-range input:focus {
  border-color: rgba(137, 154, 183, 0.4);
}

@media (max-width: 999.98px) {
  .input-range input {
    height: 4.4rem;
    font-size: 1.4rem;
  }
}
.check-default {
  position: relative;
  display: block;
  padding-left: 2em;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.check-default:last-child {
  margin-bottom: 0;
}

.check-default input {
  position: absolute;
  height: 0;
  width: 0;
  cursor: pointer;
  opacity: 0;
}

.check-default i {
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  height: 1.2em;
  width: 1.2em;
  border: 1px solid #899ab7;
  border-radius: 0.4rem;
}

.check-default input[type=radio] ~ i {
  border-radius: 50%;
}

.check-default i:after {
  content: "";
  position: absolute;
  display: none;
  left: 37%;
  top: 11%;
  width: 20%;
  height: 50%;
  border: solid #0047ba;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check-default input[type=radio] ~ i:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: #0047ba;
  border-radius: 50%;
  border: none;
}

.check-default input:checked ~ i:after {
  display: block;
}

.check-default input:disabled ~ i {
  opacity: 0.4;
}

@media (max-width: 999.98px) {
  .check-default {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
}
.select-default {
  --border-radius: 1.2rem;
  position: relative;
}
.select-default--active .select-default__option--value {
  border-bottom-color: transparent;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.select-default--active .select-default__option--value:after {
  transform: translateY(-50%) scaleY(1);
}
.select-default__option {
  display: inline-block;
  border: 0;
  padding: 0;
  background: none;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
  display: block;
  width: 100%;
  padding: 0.85em 1em;
  background: #ffffff;
  font-size: 2rem;
  text-align: left;
}
.select-default__option:hover {
  background: #f2f6fb;
}
.select-default__option--value {
  border: 1px solid rgba(0, 71, 186, 0.5);
  border-radius: var(--border-radius);
  padding-right: 2.7em;
  background: #fff;
}
.select-default__option--value:after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleY(-1);
  right: 1em;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  background: url(../img/icons/general/arrow-up-blue.svg) no-repeat 50% 50%/contain;
}
.select-default__dropdown {
  background: #fff;
  border: 1px solid rgba(0, 71, 186, 0.5);
  border-top: 0;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
}

@media (max-width: 999.98px) {
  .select-default {
    --border-radius: 0.8rem;
  }
  .select-default__option {
    padding-top: 0.7857142857em;
    padding-bottom: 0.7857142857em;
    font-size: 1.4rem;
  }
}
.select-radio {
  position: relative;
}
.select-radio.active .select-radio__btn-selected {
  border-bottom: transparent;
  border-radius: 1.2rem 1.2rem 0 0;
}
.select-radio.active .select-radio__btn-selected:after {
  transform: translateY(-50%) scaleY(1);
}
.select-radio.active .select-radio__dropdown {
  display: block;
}
.select-radio__btn-selected {
  position: relative;
  border: 1px solid rgba(0, 71, 186, 0.5);
  padding: 1.7rem 2rem;
  padding-right: 6rem;
  background: #fff;
  border-radius: 1.2rem;
  font-size: 2rem;
  cursor: pointer;
}
.select-radio__btn-selected:after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleY(-1);
  right: 2rem;
  width: 1em;
  height: 1em;
  font-size: 2.4rem;
  background: url(../img/icons/general/arrow-up-blue.svg) no-repeat 50% 50%/contain;
}
.select-radio__dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 0 2rem 2rem 2rem;
  background: #fff;
  border: 1px solid rgba(0, 71, 186, 0.5);
  border-top: 0;
  border-radius: 0 0 1.2rem 1.2rem;
  display: none;
  width: 100%;
}

.nav-tabs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.nav-tabs li.active a {
  font-weight: 600;
  color: #204a8f;
}
.nav-tabs a {
  display: block;
  font-size: 1.7rem;
  line-height: 3.8rem;
  text-align: center;
  color: #a0a5b9;
}
.nav-tabs a:hover {
  color: #8389a3;
}

.nav-list li {
  font-size: 2.6rem;
  color: #0047ba;
}
.nav-list a {
  transition: opacity 0.5s;
  display: inline-block;
  padding: 1rem 0;
}
.js-opacity-links--hover .nav-list a {
  opacity: 0.2;
}
.nav-list a:hover {
  opacity: 1;
}
.nav-list a:hover span {
  background-image: linear-gradient(transparent, transparent);
}
.nav-list a:hover svg {
  opacity: 1;
}
.nav-list a span {
  transition: all 0.2s;
  vertical-align: middle;
  background-image: linear-gradient(#0047ba33, #0047ba33);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding: 2px 0;
}
.nav-list a svg {
  transition: all 0.5s;
  vertical-align: middle;
  width: 0.7692307692em;
  height: 0.7692307692em;
  position: relative;
  top: 0.05rem;
  opacity: 0;
}

@media (max-width: 999.98px) {
  .nav-list li {
    font-size: 1.4rem;
  }
  .nav-list a {
    padding: 1.2rem 0;
  }
}
.nav-social ul {
  display: flex;
  gap: 2rem;
}
.nav-social svg {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}
.nav-social a {
  color: #899ab7;
}
.nav-social a:hover {
  color: #0047ba;
}
.nav-social--white a:hover {
  color: #fff;
}

.nav-social-2 ul {
  display: flex;
}
.nav-social-2 a {
  display: block;
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(137, 154, 183, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #899ab7;
}
.nav-social-2 a:hover {
  border-color: rgba(137, 154, 183, 0.3);
}
.nav-social-2 .icon {
  font-size: 1.5rem;
}

.nav-social-3 ul {
  display: flex;
}
.nav-social-3 a {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eff1f4;
  border-radius: 50%;
}
.nav-social-3 a:hover {
  background: #e0e4ea;
}
.nav-social-3 .icon {
  font-size: 1.6rem;
}

.nav-cards--white .nav-cards__item {
  background: #fff;
}
.nav-cards--white .nav-cards__item:after {
  background-image: url("../img/icons/arrow--gray.svg");
}
.nav-cards__item {
  flex-grow: 1;
  position: relative;
  display: block;
  padding: 3.2rem;
  border-radius: 2rem;
  background: #eff1f4;
}
.nav-cards__item:hover {
  background: #0047ba;
}
.nav-cards__item:hover .nav-cards__icon {
  fill: #fff;
}
.nav-cards__item:hover .nav-cards__text {
  color: #fff;
}
.nav-cards__item:hover:after {
  background-image: url("../img/icons/arrow.svg") !important;
}
.nav-cards__item:after {
  content: " ";
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  background: url("../img/icons/arrow.svg") no-repeat 50% 50%/contain;
}
.nav-cards__icon {
  width: 6.4rem;
  height: 6.4rem;
  fill: #0047ba;
}
.nav-cards__text {
  margin-top: 3.2rem;
  font-size: 1.8rem;
}

@media (max-width: 999.98px) {
  .nav-cards__item {
    padding: 2rem;
    border-radius: 2rem;
    background: #fff;
  }
  .nav-cards__item:after {
    width: 3rem;
    height: 3rem;
    top: 2rem;
    right: 2rem;
    background-image: url("../img/icons/arrow--gray.svg");
  }
  .nav-cards__icon {
    width: 4rem;
    height: 4rem;
  }
  .nav-cards__text {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.nav-arrows {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 1.1rem;
}
.nav-arrows--white .nav-arrows__item {
  background: #fff;
}
.nav-arrows__item {
  width: 7.2727272727em;
  height: 3.6363636364em;
  background: #eff1f4;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
}
.nav-arrows__item:not(.swiper-button-disabled):hover {
  background: #0047ba;
}
.nav-arrows__item:not(.swiper-button-disabled):hover .nav-arrows__icon {
  fill: #fff;
}
.nav-arrows__item.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.nav-arrows__icon {
  width: 1em;
  height: 1em;
  fill: #21222e;
}

@media (max-width: 999.98px) {
  .nav-arrows {
    font-size: 0.9rem;
  }
}
.nav-mobile {
  transition: opacity 0.2s, visibility 0.2s;
  position: fixed;
  top: 8rem;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eff1f4;
  z-index: 200;
  padding: 1.2rem;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
}
.nav-mobile.active {
  visibility: visible;
  opacity: 1;
}
.nav-mobile__group {
  margin-top: 1.2rem;
  border-radius: 2rem;
  background: #fff;
  padding: 2rem;
}
.nav-mobile__main {
  margin-bottom: 4rem;
}
.nav-mobile__main ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.nav-mobile__main a {
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
}
.nav-mobile__accordion .acc_section {
  margin-top: 1.2rem;
  border-radius: 1rem;
  overflow: hidden;
}
.nav-mobile__accordion .acc_section:not([class*=acc_active]) i:before {
  transform: rotate(90deg);
}
.nav-mobile__accordion .acc_head {
  padding: 2rem;
  background: #fff;
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.nav-mobile__accordion .acc_head i {
  height: 3.2rem;
  width: 6.4rem;
  border: 1px solid rgba(33, 34, 46, 0.15);
  border-radius: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-mobile__accordion .acc_head i:before {
  transition: all 0.2s;
  content: " ";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icons/general/arrow-right.svg) no-repeat 50% 50%/contain;
  transform: rotate(270deg);
}
.nav-mobile__accordion__body {
  padding: 0 2rem 2rem 2rem;
  background: #fff;
}
.nav-mobile__addon ul {
  display: flex;
  flex-direction: column;
}
.nav-mobile__addon a {
  display: inline-block;
  padding: 1.2rem 0;
  font-size: 1.6rem;
}
.nav-mobile__addon a:hover span {
  background-image: linear-gradient(transparent, transparent);
}
.nav-mobile__addon a span {
  transition: all 0.2s;
  background-image: linear-gradient(#0047ba33, #0047ba33);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}

.nav-crumbs {
  color: #fff;
}
.nav-crumbs--dark {
  color: #21222e;
}
.nav-crumbs li {
  font-size: 1.8rem;
  display: inline;
}
.nav-crumbs li:last-child::after {
  display: none;
}
.nav-crumbs li:last-child a {
  opacity: 1;
  cursor: default;
}
.nav-crumbs li:after {
  margin: 0 0.4rem;
  content: "/";
  opacity: 0.3;
}
.nav-crumbs li a {
  opacity: 0.3;
}
.nav-crumbs li a:hover {
  opacity: 1;
}

@media (max-width: 999.98px) {
  .nav-crumbs li {
    font-size: 1.2rem;
  }
}
.nav-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0;
}
.nav-tags a,
.nav-tags span {
  border-radius: 6.5rem;
  background: rgba(255, 255, 255, 0.15);
  display: block;
  padding: 0.9230769231em 1.2307692308em;
  font-size: 1.3rem;
  color: #fff;
}
.nav-tags a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 999.98px) {
  .nav-tags a,
.nav-tags span {
    font-size: 1rem;
  }
}
.nav-tags-2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0;
}
.nav-tags-2 a {
  display: block;
  padding: 0.8461538462em 1.2307692308em;
  text-decoration: none;
  border-radius: 6.5rem;
  border: 1px solid rgba(137, 154, 183, 0.2);
  font-size: 1.3rem;
  color: #899ab7;
}
.nav-tags-2 a:hover {
  border-color: rgba(137, 154, 183, 0.4);
  color: #697fa4;
}

@media (max-width: 999.98px) {
  .nav-tags-2 a {
    font-size: 1rem;
  }
}
.nav-pages {
  margin: 5rem 0 6.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-pages__prev, .nav-pages__next {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 6.4rem;
  height: 3.2rem;
  background: #fff;
  border-radius: 3.2rem;
  font-size: 1.1rem;
}
.nav-pages__prev:hover, .nav-pages__next:hover {
  background: #0047ba;
  color: #fff;
}
.nav-pages__nums {
  margin: 0 8.2rem;
  display: flex;
  flex-wrap: wrap;
}
.nav-pages__nums a,
.nav-pages__nums span {
  padding: 0 0.75rem;
  font-size: 2.2rem;
  opacity: 0.5;
}
.nav-pages__nums a.active, .nav-pages__nums a:hover {
  color: #0047ba;
  opacity: 1;
}

@media (max-width: 999.98px) {
  .nav-pages {
    margin: 2rem 0 2.8rem 0;
    justify-content: space-between;
  }
  .nav-pages__nums {
    margin: 0 2rem;
  }
  .nav-pages__nums a,
.nav-pages__nums span {
    font-size: 1.4rem;
  }
}
.nav-swipe {
  margin: 0 -1.2rem;
  overflow: auto;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.nav-swipe::-webkit-scrollbar {
  display: none;
}
.nav-swipe ul {
  white-space: nowrap;
  font-size: 0;
}
.nav-swipe li {
  display: inline-block;
  margin-right: 1.2rem;
}
.nav-swipe li:first-child {
  margin-left: 1.2rem;
}
.nav-swipe li.active a {
  background: #0047ba;
  color: #fff;
}
.nav-swipe a {
  display: block;
  padding: 3.3rem 2.7rem;
  background: #fff;
  border-radius: 2rem;
  font-size: 2.2rem;
}
.nav-swipe a:hover {
  background: #0047ba;
  color: #fff;
}

@media (min-width: 1399.98px) {
  .nav-swipe {
    margin: 0;
  }
  .nav-swipe li:first-child {
    margin-left: 0;
  }
  .nav-swipe li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 999.98px) {
  .nav-swipe li {
    margin-right: 0.8rem;
  }
  .nav-swipe li:last-child {
    margin-right: 1.2rem;
  }
  .nav-swipe a {
    border-radius: 1.2rem;
    padding: 1.55rem 2.4rem;
    font-size: 1.4rem;
  }
}
.nav-classic a {
  transition: opacity 0.5s;
  display: inline-block;
  padding: 1.1rem 0;
  font-size: 2.2rem;
  -webkit-text-decoration: underline rgba(0, 71, 186, 0.2) 1px;
          text-decoration: underline rgba(0, 71, 186, 0.2) 1px;
  text-underline-offset: 0.2em;
}
.js-popup-menu-level--hover .nav-classic a, .js-opacity-links--hover .nav-classic a {
  opacity: 0.2;
}
.nav-classic a:hover, .nav-classic a.hover {
  text-decoration: none;
  opacity: 1;
}
.nav-classic--md a {
  font-size: 1.8rem;
}

.nav-main ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.2rem;
}
.nav-main ul a {
  position: relative;
  display: block;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.nav-main ul a:before {
  transition: all 0.2s;
  content: " ";
  position: absolute;
  z-index: 10;
  top: 0;
  left: -2rem;
  width: calc(100% + 4rem);
  height: 100%;
  border-radius: 2rem 2rem 0 0;
}
.nav-main ul a span {
  position: relative;
  z-index: 11;
}
.nav-main ul a.hover {
  z-index: 200;
}
.nav-main ul a.hover:before {
  background: #fff;
}

.grid-news {
  display: flex;
  margin: 0 -0.6rem;
  gap: 5rem 0;
  flex-wrap: wrap;
}
.grid-news__col {
  flex: 0 0 auto;
  padding: 0 0.6rem;
  width: 25%;
}

@media (max-width: 999.98px) {
  .grid-news {
    gap: 2rem 0;
  }
  .grid-news__col {
    width: 100%;
  }
}
.grid-programs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.grid-programs--2-cols {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 999.98px) {
  .grid-programs {
    grid-template-columns: 1fr;
  }
}
.grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.grid-gallery  * img {
  border-radius: 2rem;
}
.grid-gallery--type-1  *:nth-child(5n+3) {
  grid-column: span 2;
  grid-row: span 2;
}
.grid-gallery--type-2  *:nth-child(5n+1) {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 999.98px) {
  .grid-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  .grid-gallery   * img {
    border-radius: 0.8rem;
  }
  .grid-gallery--type-1 *:nth-child(5n+3) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .grid-gallery--type-1  *:nth-child(5n+5) {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.grid-docs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.grid-docs div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.grid-docs   div  * {
  flex-grow: 1;
}

@media (max-width: 999.98px) {
  .grid-docs {
    grid-template-columns: 1fr;
  }
}
.card-news__image {
  position: relative;
  display: block;
  border-radius: 2rem;
  overflow: hidden;
  background: #e7ecf3 url(../img/no-image.svg) no-repeat 50% 50%;
  background-size: 30% auto;
}

.card-news__image:before {
  /*content: " ";*/
  display: block;
  /*padding-top: 75%;*/
}

.card-news__time {
  margin-top: 3.2rem;
  display: block;
  font-size: 1.5rem;
  color: #899ab7;
}

.card-news__h1 {
  margin-top: 1.6rem;
  max-height: 2.4em;
  overflow: hidden;
  font-size: 2.2rem;
}

.card-news__tags {
  margin-top: 3.2rem;
}

@media (max-width: 999.98px) {
  .card-news {
    position: relative;
    display: flex;
    gap: 2rem 0;
  }
  .card-news--no-image .card-news__time {
    background: rgba(0, 71, 186, 0.15);
  }
  .card-news__image {
    flex: 0 0 auto;
    width: calc(50% - 0.5rem);
  }
  .card-news__desc {
    flex-grow: 1;
    padding-left: 1rem;
  }
  .card-news__tags {
    margin-top: 2rem;
  }
  .card-news__image {
    border-radius: 0.8rem;
    align-self: flex-start;
  }
  .card-news__time {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5em 1em;
    border-radius: 2.7rem;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    font-size: 1rem;
    color: #fff;
    margin-top: 0;
    pointer-events: none;
  }
  .card-news__h1 {
    margin-top: 0;
    font-size: 1.4rem;
    max-height: 4.8em;
  }
}
@media (max-width: 799.98px) {
  .card-news__image {
    width: 45%;
  }
}
.card-events {
  position: relative;
  background: #0047ba;
  padding: 3.2rem;
  flex-grow: 1;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 51.5rem;
}
.card-events:hover .card-events__image {
  opacity: 1;
  top: 0;
}
.card-events:hover .card-events__hide {
  height: 0 !important;
  opacity: 0;
}
.card-events &gt; * {
  z-index: 1;
}
.card-events__hide {
  transition: all 0.2s;
}
.card-events__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 5%;
  background: no-repeat 50% 50%/cover;
  transform: scale(1.2);
  transition: all 0.2s;
  z-index: 0;
  opacity: 0;
}
.card-events__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}
.card-events__time {
  font-size: 1.5rem;
  color: #fff;
}
.card-events__tags {
  margin-top: 3.2rem;
  padding-bottom: 5rem;
}
.card-events__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0;
}
.card-events__tags a {
  display: block;
  padding: 0.7692307692em 1.2307692308em;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6.5rem;
  color: #fff;
}
.card-events__tags a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.card-events__h1 {
  margin-bottom: 5rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
}
.card-events__btn-apply {
  margin-top: auto;
  padding: 1.0555555556em 0.8888888889em;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 1.2rem;
  background: #fff;
}
.card-events__btn-apply:hover {
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 999.98px) {
  .card-events {
    padding: 1.6rem;
    border-radius: 0.8rem;
    min-height: 27rem;
  }
  .card-events__time {
    font-size: 1rem;
  }
  .card-events__tags {
    margin-top: 1.6rem;
    padding-bottom: 2.4rem;
  }
  .card-events__tags a {
    font-size: 1rem;
  }
  .card-events__h1 {
    font-size: 1.4rem;
  }
  .card-events__btn-apply {
    font-size: 1.4rem;
  }
}
.card-program {
  display: flex;
  flex-direction: column;
}
.card-program__header {
  padding: 3.2rem 3.2rem 4rem 3.2rem;
  border-radius: 2rem 2rem 0rem 0rem;
  background: #0047ba url(../img/background/3.jpg) 100% 100%/cover;
  height: 29.3rem;
  display: flex;
  flex-direction: column;
}
.card-program__body {
  flex-grow: 1;
  padding: 3.8rem 3rem 3rem 3rem;
  border-radius: 0rem 0rem 2rem 2rem;
  border: 2px solid rgba(137, 154, 183, 0.2);
  border-top: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.card-program__nav-tags {
  margin-bottom: 2rem;
}
.card-program__section {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
}
.card-program__section .icon {
  flex: 0 0 auto;
  font-size: 2rem;
}
.card-program__name {
  margin-top: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
}
.card-program__props {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
.card-program__props dt {
  font-size: 1.5rem;
  color: #899ab7;
}
.card-program__props dd {
  margin-top: 0.8rem;
  font-size: 2rem;
}
.card-program__btns {
  display: flex;
  margin-top: auto;
  gap: 0.8rem;
}
.card-program__btns &gt; div:first-child {
  flex-grow: 1;
}
.card-program__btns .btn-default {
  min-width: auto;
}

@media (max-width: 999.98px) {
  .card-program__header {
    padding: 2rem;
    border-radius: 1.2rem 1.2rem 0rem 0rem;
    height: 21.1rem;
  }
  .card-program__body {
    padding: 1.6rem;
    border-radius: 0rem 0rem 1.2rem 1.2rem;
  }
  .card-program__section {
    font-size: 1.2rem;
  }
  .card-program__name {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
  .card-program__props {
    margin-bottom: 4rem;
    gap: 1.6rem;
  }
  .card-program__props dt {
    font-size: 1.2rem;
  }
  .card-program__props dd {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}
.card-event-join__body {
  border-radius: 2rem;
  background: rgba(239, 241, 244, 0.6);
  padding: 3.2rem;
}
.card-event-join__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0;
}
.card-event-join__tags span {
  display: block;
  border-radius: 6.5rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.9230769231em 1.2307692308em;
  font-size: 1.3rem;
}
.card-event-join__props dl {
  margin: 4rem 0;
}
.card-event-join__props dt {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
  color: #899ab7;
}
.card-event-join__props dt .icon {
  flex: 0 0 auto;
  font-size: 1.6rem;
}
.card-event-join__props dd {
  font-size: 2rem;
}
.card-event-join__tip {
  margin-top: 3.2rem;
  font-size: 1.3rem;
  color: #899ab7;
}
.card-event-join__tip p {
  margin: 1rem 0;
}
.card-event-join__tip p:first-child {
  margin-top: 0 !important;
}
.card-event-join__tip p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 999.98px) {
  .card-event-join__body {
    background: #fff;
    padding: 2rem;
    border-radius: 0.8rem;
  }
  .card-event-join__tags {
    margin-top: 1rem;
  }
  .card-event-join__tags span {
    font-size: 1rem;
    border: 1px solid rgba(137, 154, 183, 0.2);
    color: #899ab7;
  }
  .card-event-join__props {
    margin-bottom: 4rem;
  }
  .card-event-join__props dl {
    margin: 2.4rem 0;
  }
  .card-event-join__props dt {
    font-size: 1.2rem;
  }
  .card-event-join__props dt .icon {
    font-size: 1.4rem;
  }
  .card-event-join__props dd {
    font-size: 1.4rem;
  }
  .card-event-join__tip {
    display: none;
  }
  .card-event-join__tip p:first-child {
    margin-top: 0 !important;
  }
  .card-event-join__tip p:last-child {
    margin-bottom: 0 !important;
  }
}
.card-article {
  padding: 5rem 4rem;
  border-radius: 2rem;
  border: 1px solid rgba(33, 34, 46, 0.15);
  background: #fff;
}
.card-article__time {
  margin-bottom: 4rem;
  display: block;
  font-size: 1.8rem;
  color: #899ab7;
}
.card-article__h1 {
  margin-bottom: 2rem;
  font-family: "Inter";
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}
.card-article__desc {
  font-size: 1.8rem;
}
.card-article__btn-more {
  margin-top: 4rem;
}
.card-article__img {
  margin-top: 4rem;
}
.card-article__img img {
  border-radius: 1.2rem;
}

@media (max-width: 999.98px) {
  .card-article {
    padding: 2rem;
    border-radius: 1.2rem;
  }
  .card-article__time {
    font-size: 1.4rem;
  }
  .card-article__h1 {
    font-size: 2.8rem;
  }
  .card-article__desc {
    font-size: 1.4rem;
  }
}
.card-quote {
  padding: 0.5rem 3.2rem;
  font-size: 1.8rem;
}
.card-quote__inner {
  padding-left: 2.4444444444em;
}
.card-quote__text {
  position: relative;
  line-height: 1.2222222222;
}
.card-quote__text:before {
  content: " ";
  width: 1.5555555556em;
  height: 1.1111111111em;
  position: absolute;
  top: 0.1em;
  left: -2.4444444444em;
  background: url("../img/icons/general/quote.svg") no-repeat 50% 50%/contain;
}
.card-quote__author {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.card-quote__image {
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  font-size: 4.8rem;
  padding: 0;
}
.card-quote__image img {
  border-radius: 50%;
}
.card-quote__name {
  font-size: 1.8rem;
  line-height: 1.2222222222;
}
.card-quote__position {
  margin-top: 0.3rem;
  font-size: 1.5rem;
  line-height: 1.2;
  opacity: 0.5;
  color: #21222e;
}
@media (max-width: 999.98px) {
  .card-quote {
    padding: 1rem 0;
  }
  .card-quote__name {
    font-size: 1.5rem;
  }
  .card-quote__position {
    font-size: 1.2rem;
  }
}
.card-text {
  transition: all 0.2s;
  position: relative;
  background: #eff1f4;
  padding: 3.2rem;
  border-radius: 2rem;
  min-height: 23.6rem;
}
.card-text:hover {
  background: #0047ba;
  color: #fff;
}
.card-text:after {
  content: " ";
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  bottom: 3.2rem;
  right: 3.2rem;
  background: url(../img/icons/arrow.svg) no-repeat 50% 50%/contain;
}
.card-text__desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2222222222;
}

@media (max-width: 999.98px) {
  .card-text {
    padding: 2rem;
    min-height: 14rem;
  }
  .card-text:after {
    width: 3rem;
    height: 3rem;
    bottom: 2rem;
    right: 2rem;
  }
  .card-text__desc {
    font-size: 1.6rem;
  }
}
.card-doc {
  transition: all 0.2s;
  padding: 2rem;
  border: 1px solid #e7ecf3;
  border-radius: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.2;
  background: #fff;
  min-height: 13.2rem;
}
.card-doc:hover {
  border-color: transparent;
  background: #0047ba;
  color: #fff;
}
.card-doc:hover .card-doc__icon,
.card-doc:hover .card-doc__link {
  color: #fff;
}
.card-doc__icon {
  font-size: 2.2rem;
  color: #899ab7;
}
.card-doc__name {
  margin-top: 2.4rem;
}
.card-doc__link {
  margin-top: 1rem;
  font-weight: 500;
  color: #0047ba;
}

.slider-events {
  border-radius: 2rem;
  overflow: hidden;
}
.slider-events__inner {
  margin: 0 -0.6rem;
}
.slider-events .swiper-wrapper {
  display: flex;
}
.slider-events .swiper-slide {
  padding: 0 0.6rem;
  flex: 0 0 auto;
  width: 33.33%;
  display: flex;
  height: auto;
}

@media (max-width: 999.98px) {
  .slider-events {
    margin: 0 -2rem;
    padding: 0 2rem;
    border-radius: 0;
  }
  .slider-events .swiper {
    overflow: visible;
  }
  .slider-events .swiper-slide {
    width: 40rem;
  }
}
@media (max-width: 799.98px) {
  .slider-events .swiper-slide {
    width: 83%;
  }
}
.slider-main {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.slider-main__arrows {
  position: absolute;
  top: 64.3rem;
  left: 7rem;
  z-index: 10;
}

@media (max-width: 999.98px) {
  .slider-main {
    border-radius: 1.2rem 1.2rem 0 0;
  }
  .slider-main__arrows {
    bottom: 2rem;
    left: 2rem;
    top: 56rem;
    transform: translateY(-5.2rem);
  }
}
.slider-lifestyle .swiper {
  display: flex;
  margin: 0 -0.6rem;
  overflow: visible;
}
.slider-lifestyle .swiper-slide {
  flex: 0 0 auto;
  padding: 0 0.6rem;
  width: 25%;
  display: flex;
  flex-direction: column;
  height: auto;
}

@media (max-width: 999.98px) {
  .slider-lifestyle .swiper-slide {
    width: 40rem;
  }
}
@media (max-width: 799.98px) {
  .slider-lifestyle .swiper-slide {
    width: 83%;
  }
}
.slider-special .swiper {
  display: flex;
  margin: 0 -0.6rem;
  overflow: visible;
}
.slider-special .swiper-slide {
  flex: 0 0 auto;
  padding: 0 0.6rem;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  height: auto;
}

@media (min-width: 1000px) {
  .slider-special--4-items-per-row .swiper-wrapper {
    flex-wrap: wrap;
    gap: 1.2rem 0;
  }
  .slider-special--4-items-per-row .swiper-slide {
    width: 25%;
  }
}
@media (max-width: 999.98px) {
  .slider-special .swiper-slide {
    width: 83%;
  }
}
.slider-cards {
  position: relative;
}
.slider-cards .swiper-wrapper {
  display: flex;
}
.slider-cards .swiper-slide {
  transition: opacity 0.5s, transform 0.5s;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
.slider-cards .swiper-slide .card-article {
  flex-grow: 1;
}
.slider-cards__btn-prev, .slider-cards__btn-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
}
.slider-cards__btn-prev.active, .slider-cards__btn-next.active {
  visibility: visible;
}
.slider-cards__btn-prev {
  right: 100%;
  margin-right: 2.4rem;
}
.slider-cards__btn-next {
  margin-left: 6.4rem;
  left: 100%;
}

@media (min-width: 1000px) {
  .slider-cards .swiper-slide {
    transform: translate(4rem, -4rem);
    margin-left: -100%;
    opacity: 0;
  }
  .slider-cards .swiper-slide .card-article {
    transition: opacity 0.5s, transform 0.5s;
    opacity: 0;
  }
  .slider-cards .swiper-slide:first-child {
    margin-left: 0;
  }
  .slider-cards .swiper-slide.next, .slider-cards .swiper-slide.next.next--weight {
    transform: translate(4rem, -4rem);
    z-index: 1;
    opacity: 1;
  }
  .slider-cards .swiper-slide.next .card-article, .slider-cards .swiper-slide.next.next--weight .card-article {
    opacity: 0;
  }
  .slider-cards .swiper-slide.next.next--weight {
    transition: opacity 0.2s, transform 0.2s;
  }
  .slider-cards .swiper-slide.current, .slider-cards .swiper-slide.current.current--weight {
    transform: translate(0, 0);
    z-index: 2;
    opacity: 1;
  }
  .slider-cards .swiper-slide.current .card-article, .slider-cards .swiper-slide.current.current--weight .card-article {
    opacity: 1;
  }
  .slider-cards .swiper-slide.current.current--weight {
    transition: opacity 0.5s, transform 0.5s;
  }
  .slider-cards .swiper-slide.prev {
    transition: opacity 0.2s, transform 0.2s;
    transform: translate(-8rem, 8rem);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
  }

  .slider-cards:not(.initialized) .swiper-slide:first-child {
    transform: translate(0, 0);
    opacity: 1;
  }
  .slider-cards:not(.initialized) .swiper-slide:first-child .card-article {
    opacity: 1;
  }
}
@media (max-width: 999.98px) {
  .slider-cards .swiper-slide {
    display: none;
    height: auto;
  }
  .slider-cards .swiper-slide:first-child {
    display: flex;
  }
  .slider-cards__btn-prev, .slider-cards__btn-next {
    display: none;
  }

  .slider-cards.swiper-initialized .swiper-slide {
    display: flex;
  }
}
.slider-photos {
  --gap: 1.2rem;
}
.slider-photos .swiper {
  margin: 0 calc(var(--gap) / 2 * -1);
}
.slider-photos .swiper-slide {
  width: 33.33%;
  padding: 0 calc(var(--gap) / 2);
  display: flex;
  flex-direction: column;
  height: auto;
}
.slider-photos .swiper-slide &gt; * {
  flex-grow: 1;
}
.slider-photos img {
  border-radius: 2rem;
}

@media (max-width: 999.98px) {
  .slider-photos .swiper-slide {
    width: 75%;
  }
  .slider-photos img {
    border-radius: 0.8rem;
  }
}
.slider-preview__main {
  position: relative;
}
.slider-preview__main__image {
  padding-top: 63.95%;
}
.slider-preview__main__image img {
  border-radius: 2rem;
}
.slider-preview__thumbs {
  position: relative;
  margin-top: 1.2rem;
}
.slider-preview__thumbs__image {
  padding-top: 81.73%;
  opacity: 0.4;
}
.slider-preview__thumbs__image img {
  border-radius: 2rem;
}
.slider-preview__thumbs__btns {
  display: none;
}
.slider-preview__thumbs .swiper-slide {
  margin-right: 1.2rem;
  width: 20%;
}
.slider-preview__thumbs .swiper-slide:last-child {
  margin-right: 0;
}
.slider-preview__thumbs .swiper-slide-thumb-active .slider-preview__thumbs__image {
  opacity: 1;
}
.slider-preview__prev, .slider-preview__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.slider-preview__prev {
  left: -0.5em;
}
.slider-preview__next {
  right: -0.5em;
}

@media (max-width: 999.98px) {
  .slider-preview__main__image img {
    border-radius: 0.8rem;
  }
  .slider-preview__thumbs__image img {
    border-radius: 0.8rem;
  }
  .slider-preview__prev, .slider-preview__next {
    display: none;
  }
}
.slider-directions {
  --gap: 1.2rem;
}
.slider-directions .swiper {
  margin: 0 calc(var(--gap) / 2 * -1);
}
.slider-directions .swiper-wrapper {
  flex-wrap: wrap;
  gap: 1.2rem 0;
}
.slider-directions .swiper-slide {
  width: 25%;
  padding: 0 calc(var(--gap) / 2);
  display: flex;
  flex-direction: column;
  height: auto;
}
.slider-directions .swiper-slide &gt; * {
  flex-grow: 1;
}

@media (max-width: 999.98px) {
  .slider-directions .swiper {
    overflow: visible;
  }
  .slider-directions .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .slider-directions .swiper-slide {
    width: 83%;
  }
}
.slider-tags {
  position: relative;
}
.slider-tags:hover .slider-tags__prev,
.slider-tags:hover .slider-tags__next {
  opacity: 1;
  pointer-events: all;
}
.slider-tags .swiper-slide {
  width: auto;
}
.slider-tags .swiper-slide.active a {
  background: #0047ba;
  color: #fff;
}
.slider-tags__prev, .slider-tags__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.slider-tags__prev.swiper-button-disabled, .slider-tags__next.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}
.slider-tags__prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.slider-tags__next {
  right: 0;
  transform: translate(50%, -50%);
}
.slider-tags a {
  display: block;
  border-radius: 1.2rem;
  padding: 0 3.2rem;
  height: 6rem;
  line-height: 6rem;
  background: #eff1f4;
  font-size: 1.8rem;
}

@media (max-width: 999.98px) {
  .slider-tags__prev, .slider-tags__next {
    display: none;
  }
  .slider-tags a {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
  }
}
.read-news {
  display: flex;
  margin-bottom: 4rem;
  gap: 1.2rem;
}
.read-news--reverse {
  flex-direction: row-reverse;
}
.read-news__image, .read-news__desc {
  flex: 0 0 auto;
  width: 50%;
}
.read-news__image img {
  border-radius: 2rem;
}
.read-news__time {
  font-size: 1.5rem;
  color: #899ab7;
}
.read-news__desc {
  padding: 5rem;
  border: 1px solid rgba(137, 154, 183, 0.2);
  border-radius: 2rem;
}
.read-news__desc--index {
  padding: 4.3rem 6.4rem;
}
.read-news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.read-news__h1 {
  margin-top: 2.1rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}
.read-news__text {
  margin-top: 2.4rem;
  font-size: 1.8rem;
}
.read-news__btn-more {
  margin-top: 7.6rem;
}

@media (max-width: 999.98px) {
  .read-news {
    margin-bottom: 2rem;
    flex-direction: column;
    gap: 2rem;
  }
  .read-news--image-first {
    flex-direction: column-reverse;
  }
  .read-news__image {
    width: 100%;
    order: 2;
  }
  .read-news__image img {
    border-radius: 0.8rem;
  }
  .read-news__desc {
    width: 100%;
    padding: 0;
    border: 0;
    order: 1;
  }
  .read-news__h1 {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .read-news__time {
    font-size: 1rem;
  }
  .read-news__text {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
  .read-news__btn-more {
    order: 3;
    margin-top: 2rem;
  }
}
.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: fixed;
  background: rgba(11, 26, 51, 0.5);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.popup__overlay.active {
  visibility: visible;
  opacity: 1;
}
.popup .mfp-close {
  top: 3.4rem;
  right: 4rem;
}

@media (max-width: 999.98px) {
  .popup .mfp-close {
    top: 2rem;
    right: 2rem;
    font-size: 1.4rem;
  }
}
.popup-event {
  position: relative;
  max-width: 64rem;
  margin: 7.6rem auto;
  z-index: 1000;
}
@media (max-width: 999.98px) {
  .popup-event .mfp-close {
    top: -6rem;
    right: 0;
  }
}
.popup-menu {
  transition: opacity 0.5s;
  position: absolute;
  top: 4.6rem;
  right: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  transform: translate(-9999px, -9999px);
}
.popup-menu.active {
  transform: none;
  opacity: 1;
}
.popup-menu__center {
  max-width: 140rem;
  padding: 0 3.4rem;
  margin: 0 auto;
}
.popup-menu__content {
  padding: 4rem 4.8rem;
  background: white;
  border-radius: 2rem;
}
.popup-menu__row {
  display: flex;
  height: 70rem;
}
.popup-menu__left {
  flex: 0 0 auto;
  width: 40.5rem;
  padding-right: 4rem;
}
.popup-menu__right {
  position: relative;
  flex-grow: 1;
}
.popup-menu__nav-list {
  margin-top: 4rem;
}
.popup-menu__nav-list:first-child {
  margin-top: 0;
}
.popup-menu__nav-list__h1 {
  transition: opacity 0.5s;
  font-family: "Inter";
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
.js-popup-menu-level--hover .popup-menu__nav-list__h1 {
  opacity: 0.2;
}
.popup-menu__nav-list--sub {
  margin: 0;
  display: none;
}
.popup-menu__nav-list--sub.active {
  display: block;
}
.popup-menu__image {
  height: 58.5rem;
  border-radius: 2rem;
  overflow: hidden;
}
.popup-menu__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-menu__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
.popup-menu__phones {
  display: flex;
  justify-content: space-between;
  max-width: 70rem;
  flex-grow: 1;
  gap: 2rem;
}
.popup-menu__phones__label {
  margin-top: 0.8rem;
  color: #899ab7;
  font-size: 1.5rem;
}
.popup-menu__phones__value {
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  white-space: nowrap;
}
.popup-menu__submenu {
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  display: none;
}
.popup-menu__submenu.active {
  display: grid;
}
.popup-menu__level {
  position: relative;
  height: 61rem;
  opacity: 0;
}
.popup-menu__level:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: linear-gradient(0deg, white 0%, #ffffff 80%);
  pointer-events: none;
}
.popup-menu__level.active {
  opacity: 1;
}
.popup-menu__scroll {
  height: 100%;
  overflow: auto;
}

.popup-filter {
  transition: all 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eff1f4;
  overflow: auto;
  padding: 3rem 0.8rem;
  display: flex;
  flex-direction: column;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
}
.popup-filter.active {
  visibility: visible;
  opacity: 1;
}
.popup-filter__header {
  height: 3.6rem;
  margin-bottom: 2.2rem;
}
.popup-filter__btn-back {
  float: left;
}
.popup-filter__h1 {
  margin: 0 3.6rem;
  text-align: center;
  line-height: 3.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.popup-filter__accordion .acc_section {
  border-radius: 0.8rem;
  background: #fff;
  margin-top: 0.6rem;
}
.popup-filter__accordion .acc_section:not([class*=acc_active]) i:before {
  transform: rotate(-180deg);
}
.popup-filter__accordion .acc_section:not([class*=acc_active]) i:after {
  transform: rotate(-90deg);
  opacity: 1;
}
.popup-filter__accordion .acc_section:first-child {
  margin-top: 0;
}
.popup-filter__accordion .acc_head {
  position: relative;
  padding: 1.7rem 1.8rem;
  font-size: 1.4rem;
  cursor: pointer;
}
.popup-filter__accordion .acc_head i:before, .popup-filter__accordion .acc_head i:after {
  transition: all 0.2s;
  transform-origin: 50% 50%;
  content: " ";
  height: 2px;
  background: #000;
  width: 12px;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  margin-top: -1px;
}
.popup-filter__accordion .acc_head i:after {
  opacity: 0;
}
.popup-filter__accordion__body {
  padding: 0 1.8rem 1.7rem 1.8rem;
}
.popup-filter__footer {
  padding-top: 2rem;
  margin-top: auto;
}
.popup-filter__btn-search {
  height: 5.6rem;
}

.popup-help {
  position: relative;
  max-width: 78rem;
  margin: 7.6rem auto;
  padding: 4rem;
  border-radius: 2rem;
  background: #fff;
}
.popup-help__h1 {
  margin-bottom: 2rem;
}
.popup-help__desc {
  font-size: 1.8rem;
}
.popup-help__form {
  margin: 4rem 0;
}
.popup-help .mfp-close {
  top: 0;
  right: -6.6rem;
}

@media (max-width: 999.98px) {
  .popup-help {
    border-radius: 1.2rem;
    padding: 1.6rem;
  }
  .popup-help__h1 {
    margin-bottom: 0.8rem;
    font-size: 2rem;
  }
  .popup-help__desc {
    font-size: 1.2rem;
  }
  .popup-help__form {
    margin: 3rem 0 2rem 0;
  }
  .popup-help .mfp-close {
    top: -6rem;
    right: 0;
  }
}
.popup-success {
  max-width: 52rem;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border-radius: 2rem;
  padding: 4rem;
}
.popup-success__h1 {
  margin-bottom: 4rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.04rem;
}
.popup-success .mfp-close {
  top: 0;
  right: -6.6rem;
}

@media (max-width: 999.98px) {
  .popup-success {
    border-radius: 1.2rem;
    padding: 1.6rem;
  }
  .popup-success__h1 {
    font-size: 2rem;
  }
  .popup-success .mfp-close {
    top: -6rem;
    right: 0;
  }
}
.panel-extra {
  padding: 7rem;
  background: #fff;
  border-radius: 2rem;
}
.panel-extra__h1 {
  color: #0047ba;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}
.panel-extra__desc {
  margin-top: 4rem;
  color: #899ab7;
  font-size: 2rem;
  line-height: 1.2;
}

@media (max-width: 999.98px) {
  .panel-extra {
    padding: 2rem;
    border-radius: 0.8rem;
  }
  .panel-extra__h1 {
    font-size: 1.6rem;
  }
  .panel-extra__desc {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}
.panel-quick-search {
  max-width: 80rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(33, 34, 46, 0.2);
  padding: 2rem;
}
.panel-quick-search--position {
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  width: 80rem;
  position: absolute;
  top: calc(100% + 1rem);
  right: -6rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  z-index: 1000;
}
.panel-quick-search--position.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.panel-quick-search__tip {
  margin-top: 2.9rem;
  margin-bottom: 6rem;
  font-size: 1.5rem;
}
.panel-quick-search__tip span {
  color: #899ab7;
}
.panel-quick-search__tags {
  margin: 3.2rem 0 1rem 0;
}
.panel-quick-search__tags:last-child {
  margin-bottom: 0;
}
.panel-quick-search__tags__title {
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}
.panel-quick-search__tags__list {
  margin-top: 1.2rem;
}
.panel-quick-search__tags__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2rem;
  color: #0047ba;
  font-size: 1.8rem;
  font-weight: 500;
}
.panel-quick-search__match {
  margin-top: 2rem;
}
.panel-quick-search__match article {
  border-top: 1px solid rgba(137, 154, 183, 0.2);
  padding: 2rem 0;
}
.panel-quick-search__match article:first-child {
  border-top: 0;
}
.panel-quick-search__match h2 {
  font-size: 1.8rem;
  font-weight: 500;
}
.panel-quick-search__match div {
  margin-top: 1.2rem;
  font-size: 1.5rem;
}

@media (max-width: 999.98px) {
  .panel-quick-search--position {
    right: 1rem;
    width: calc(100% - 2rem);
    top: 7rem;
  }
  .panel-quick-search__tags__title {
    font-size: 1.4rem;
  }
  .panel-quick-search__tags__list ul {
    font-size: 1.4rem;
  }
  .panel-quick-search__match h2 {
    font-size: 1.4rem;
  }
  .panel-quick-search__match div {
    font-size: 1.2rem;
  }
}
.panel-menu {
  background: #ffffff;
  padding: 5rem;
  box-shadow: 0px 4px 10px 0px #21222e33;
  border-radius: 2rem;
  max-width: 137.6rem;
}
.panel-menu--cols-3 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 3;
       column-count: 3;
}
.panel-menu--cols-2 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 2;
       column-count: 2;
}
.panel-menu--cols-2 li {
  width: 40.5rem;
}
.panel-menu--cols-1 li {
  width: 40.5rem;
}

.panel-preloader {
  --side-offset: 1.2rem;
  --border-radius: 2rem;
  background: #0047ba;
  border-radius: var(--border-radius);
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-preloader__center {
  position: relative;
}
.panel-preloader__progress {
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}
.panel-preloader__progress circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(240, 240, 240, 0.2);
  stroke-width: 4;
  stroke-linecap: round;
}
.panel-preloader__progress circle:last-of-type {
  transition: all 0.2s;
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - 625px * var(--percent) / 100);
  stroke: #ffffff;
}
.panel-preloader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62.25%;
  transform: translate(-50%, -50%);
}
.panel-preloader__percent {
  position: absolute;
  top: calc(100% + 3.3rem);
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}
.panel-preloader--fixed {
  position: fixed;
  z-index: 999999;
  top: var(--side-offset);
  left: var(--side-offset);
  width: calc(100vw - 2 * var(--side-offset));
  height: calc(100vh - 2 * var(--side-offset));
  box-shadow: 0 0 0 30px #eff1f4;
}

@media (max-width: 999.98px) {
  .panel-preloader {
    --side-offset: 0.8rem;
    --border-radius: 1.2rem;
  }
  .panel-preloader__center {
    transform: scale(0.6);
  }
  .panel-preloader__percent {
    display: none;
  }
}
.intro-simple {
  padding: 7rem;
  background: #0047ba no-repeat 0% 50%/cover;
  border-radius: 2rem;
}
.intro-simple__h1 {
  margin-top: 9rem;
  word-break: break-all;
  color: #fff;
}
.intro-simple__nav-tags {
  margin-top: 4rem;
}
.intro-simple__tag {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 999.98px) {
  .intro-simple {
    padding: 4rem 2rem;
    border-radius: 1.2rem;
  }
  .intro-simple__h1 {
    margin-top: 4rem;
  }
  .intro-simple__nav-tags {
    margin-top: 8rem;
  }
  .intro-simple__tag {
    position: static;
    margin-top: 1rem;
  }
}
.intro-program {
  padding: 7rem;
  background: #0047ba no-repeat 0% 50%/cover;
  border-radius: 2rem;
  color: #fff;
}
.intro-program__nav-tags {
  margin: 7rem 0 6rem 0;
}
.intro-program__h1 {
  margin-top: 2.4rem;
}
.intro-program__row {
  display: flex;
  gap: 3rem;
}
.intro-program__left {
  flex-grow: 1;
  min-width: 0;
}
.intro-program__right {
  flex: 0 0 auto;
  width: 33.33%;
}
.intro-program__label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  opacity: 0.5;
  font-size: 1.8rem;
}
.intro-program__label .icon {
  font-size: 1.1111111111em;
}
.intro-program__box {
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.intro-program__about {
  margin-top: 10.4rem;
}
.intro-program__department {
  margin-top: 0.8rem;
  font-size: 2.6rem;
}
.intro-program__props dl {
  margin-top: 3.4rem;
}
.intro-program__props dl:first-child {
  margin-top: 0;
}
.intro-program__props dt {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  opacity: 0.5;
}
.intro-program__props dd {
  font-size: 2.6rem;
}
.intro-program__sep {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 3.4rem;
}
.intro-program__price__label {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  opacity: 0.5;
}
.intro-program__price__value {
  font-family: "Inter";
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

@media (max-width: 999.98px) {
  .intro-program {
    padding: 0;
    background: none !important;
    border-radius: 1.2rem;
  }
  .intro-program__nav-tags {
    margin-top: 4rem;
    margin-bottom: 4.5rem;
  }
  .intro-program__h1 {
    margin-top: 1.2rem;
    font-size: clamp(2rem, 8vw, 2.8rem);
  }
  .intro-program__row {
    display: block;
    margin: 0;
  }
  .intro-program__left {
    padding: 4rem 2rem;
    background: #0047ba no-repeat 0% 50%/cover;
    border-radius: 2rem;
    width: auto;
  }
  .intro-program__right {
    padding: 0;
    width: auto;
  }
  .intro-program__label {
    font-size: 1.2rem;
  }
  .intro-program__box {
    margin-top: 1.2rem;
    border-radius: 0.8rem;
    background: #fff;
    padding: 2rem;
  }
  .intro-program__about {
    margin-top: 4.5rem;
  }
  .intro-program__department {
    font-size: 1.4rem;
  }
  .intro-program__props dl {
    margin-top: 2.4rem;
  }
  .intro-program__props dt {
    font-size: 1.2rem;
    color: #899ab7;
    opacity: 1;
  }
  .intro-program__props dd {
    font-size: 1.4rem;
    color: #21222e;
  }
  .intro-program__sep {
    margin: 3rem 0;
    border-color: rgba(137, 154, 183, 0.2);
  }
  .intro-program__price__label {
    font-size: 1.2rem;
    color: #899ab7;
    opacity: 1;
  }
  .intro-program__price__value {
    font-size: 2.4rem;
    color: #0047ba;
  }
}
@media (min-width: 1000px) {
  .intro-program__left {
    background: none !important;
  }
}
.intro-person {
  padding: 7rem;
  background: #0047ba no-repeat 0% 50%/cover;
  border-radius: 2rem;
  color: #fff;
}
.intro-person__crumbs {
  margin-bottom: -2rem;
}
.intro-person__row {
  display: flex;
  gap: 3rem;
}
.intro-person__left {
  flex-grow: 1;
  min-width: 0;
}
.intro-person__right {
  width: 33.33%;
}
.intro-person__name {
  margin-top: 7rem;
}
.intro-person__tags {
  margin-top: 2rem;
}
.intro-person__phone {
  margin-top: 4.8rem;
}
.intro-person__email {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff4d;
}
.intro-person__props {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  margin-top: 4.8rem;
}
.intro-person__props li {
  margin-top: 0.8888888889em;
}
.intro-person__props li:first-child {
  margin-top: 0;
}
.intro-person__image {
  padding-top: 100%;
}
.intro-person__image img {
  border-radius: 2rem;
}

@media (max-width: 999.98px) {
  .intro-person {
    padding: 4rem 2rem;
    border-radius: 1.2rem;
  }
  .intro-person__crumbs {
    margin: 0;
  }
  .intro-person__row {
    flex-direction: column-reverse;
    gap: 0;
  }
  .intro-person__right {
    width: auto;
    margin-top: 4rem;
    max-width: 400px;
  }
  .intro-person__name {
    margin-top: 4rem;
  }
  .intro-person__phone {
    margin-top: 3rem;
  }
  .intro-person__email {
    font-size: 1rem;
  }
  .intro-person__props {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
}
.article-default {
  font-size: 1.8rem;
}
.article-default--size-15 {
  font-size: 1.5rem;
}
/*.article-default *:first-child {
  margin-top: 0 !important;
}*/
.article-default *:last-child {
  margin-bottom: 0 !important;
}
.article-default p {
  margin: 2.4rem 0;
}
.article-default ul {
  margin: 5.6rem 0;
}
.article-default ul.ul-2-cols {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-bottom: -2.4rem;
}
.article-default ul.ul-2-cols li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.article-default ul.ul-closer li {
  padding-bottom: 1.8rem;
}
.article-default ul li {
  position: relative;
  padding-bottom: 2.4rem;
  padding-left: 4rem;
}
.article-default ul li:last-child {
  padding-bottom: 0 !important;
}
.article-default ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.6em;
  transform: translateY(-50%);
  width: 0.5555555556em;
  height: 0.5555555556em;
  border: 2px solid #0047ba;
  border-radius: 50%;
}
/* ------------- */
.article-default ol {
    counter-reset: main-list;
    list-style: none;
    padding-left: 40px;
}

.article-default ol > li {
    position: relative;
    counter-increment: main-list;
    margin-bottom: 15px;
    padding-left: 10px;
}

.article-default ol > li::before {
    content: counter(main-list, decimal-leading-zero);
    position: absolute;
    left: -40px;
    top: 0;
    color: #0047ba;
    width: 30px;
    text-align: right;
    font-weight: bold;
}

/* Отключаем нумерацию для вложенных списков */
.article-default ol ul li::before,
.article-default ul ol li::before {
    content: none;
    counter-increment: none;
}

/* Стили для вложенных списков */
.article-default ol ul,
.article-default ul ol {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-default ol ul li,
.article-default ul ol li {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* styles for insede lists */
.article-default ol ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0.6em;
    transform: translateY(-50%);
    width: 0.5555555556em;
    height: 0.5555555556em;
    border: 2px solid #0047ba;
    border-radius: 50%;
}

.article-default b,
.article-default strong {
  font-weight: bold;
}
.article-default .width-75 {
  max-width: 100rem;
}
.article-default .text-m {
  margin: 1.4545454545em 0;
  font-size: 2.2rem;
}
.article-default .text-xl {
  margin: 1.4545454545em 0;
  font-size: 2.6rem;
  font-weight: 500;
}
.article-default .text-l {
  margin: 1.75em 0;
  font-size: 3.2rem;
  font-weight: 500;
}
.article-default .columns-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 5.6rem;
       column-gap: 5.6rem;
}
.article-default h2 {
  margin-top: 2.5em;
  margin-bottom: 1em;
}
.article-default figure img {
  border-radius: 2rem;
}
.article-default figcaption {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  color: #899ab7;
}

@media (max-width: 999.98px) {
  .article-default {
    font-size: 1.2rem;
  }
  .article-default ul {
    margin: 3rem 0;
    -moz-column-count: 1;
         column-count: 1;
  }
  .article-default ul.ul-closer li {
    padding-bottom: 1.6rem;
  }
  .article-default ul.ul-2-cols {
    -moz-column-count: 1;
         column-count: 1;
  }
  .article-default ul li {
    padding-left: 2.6rem;
  }
  .article-default ul li:last-child {
    margin-bottom: 0;
  }
  .article-default ol li {
    margin: 1.6rem 0;
    padding-left: 2.6rem;
  }
  .article-default .text-m {
    font-size: 1.4rem;
  }
  .article-default .text-xl {
    font-size: 1.6rem;
  }
  .article-default .text-l {
    font-size: 2rem;
  }
  .article-default figure img {
    border-radius: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .article-default .columns-2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.article-info {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2222222222;
  text-transform: uppercase;
  color: #0047ba;
}
.article-info__h1 {
  margin-bottom: 1.6rem;
  display: flex;
  gap: 0.5rem;
}
.article-info__h1 .icon {
  font-size: 2.1rem;
}
.article-info__text {
  padding-left: 1.3888888889em;
  border-left: 1px solid #0047ba;
}

@media (max-width: 999.98px) {
  .article-info {
    font-size: 1.3rem;
  }
}
.list-search {
  margin-top: 5rem;
}
.list-search__item {
  margin-top: 3rem;
  border-top: 1px solid rgba(137, 154, 183, 0.2);
  padding-top: 3rem;
}
.list-search__item:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.list-search__h1 {
  max-width: 85rem;
  font-size: 2.6rem;
  font-weight: 500;
}
.list-search__text {
  max-width: 85rem;
  margin-top: 1.2rem;
  font-size: 1.5rem;
}
.list-search__text span {
  color: #0047ba;
  font-weight: 500;
}

@media (max-width: 999.98px) {
  .list-search {
    margin-top: 4rem;
  }
  .list-search__item {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .list-search__h1 {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .list-search__text {
    font-size: 1.2rem;
  }
}
.list-events__item {
  transition: all 0.2s;
  display: grid;
  grid-template-areas: "a b c d" "a b c d";
  grid-template-columns: 12rem 36.8rem 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 0 5.4rem;
  padding: 4rem 7rem;
  border-bottom: 2px solid #eff1f4;
  background: #fff;
}
.list-events__item:nth-child(2) {
  border-radius: 2rem 2rem 0 0;
}
.list-events__item:last-child {
  border-radius: 0 0 2rem 2rem;
  border-bottom: 0;
}
.list-events__cell-image {
  grid-column: 2/3;
  grid-row: 1/3;
}
.list-events__cell-date {
  grid-column: 1/2;
  grid-row: 1/3;
}
.list-events__cell-title {
  grid-row: 1/1;
  grid-column: 3/3;
}
.list-events__cell-tags {
  grid-row: 2/3;
  grid-column: 3/3;
}
.list-events__cell-btn {
  grid-row: 1/3;
  grid-column: 4/4;
  padding-top: 0.8rem;
}
.list-events__btn-apply {
  font-size: 1.8rem;
  color: #0047ba;
}
.list-events__image {
  position: relative;
}
.list-events__image::before {
  content: " ";
  padding-top: 62%;
  display: block;
}
.list-events__image img {
  border-radius: 2rem;
}
.list-events__h1 {
  font-size: 3.2rem;
  font-weight: 500;
}
.list-events__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  margin-top: 3.3rem;
}
.list-events__tags div {
  padding: 0.7692307692em 1.2307692308em;
  border-radius: 6.5rem;
  border: 1px solid rgba(137, 154, 183, 0.2);
  font-size: 1.3rem;
  color: #899ab7;
}
.list-events__date, .list-events__time {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.list-events__date:before, .list-events__time:before {
  content: " ";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: no-repeat 50% 50%/contain;
  filter: var(--filter-899AB7);
}
.list-events__date:before {
  background-image: url(../img/icons/general/calendar.svg);
}
.list-events__time {
  color: #0047ba;
}
.list-events__time:before {
  background-image: url(../img/icons/general/clock.svg);
}
.list-events__header {
  display: none;
}

@media (max-width: 999.98px) {
  .list-events__header {
    display: block;
    border-radius: 1.2rem 1.2rem 0 0;
    background: #fff;
    padding: 2rem 2rem 0 2rem;
  }
  .list-events__item {
    padding: 2rem;
    border-bottom-width: 1px;
    grid-template-areas: "a b" "a b" "c d";
    gap: 0;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto 1fr auto;
  }
  .list-events__item:nth-child(2) {
    border-radius: 0;
  }
  .list-events__item:last-child {
    border-radius: 0 0 1.2rem 1.2rem;
  }
  .list-events__cell-image {
    padding-right: 1rem;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .list-events__cell-date {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list-events__cell-title {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .list-events__cell-tags {
    grid-row: 3/4;
    grid-column: 1/3;
    padding-right: 4rem;
  }
  .list-events__cell-btn {
    grid-row: 3/4;
    grid-column: 1/3;
    position: relative;
    padding: 0;
  }
  .list-events__btn-apply {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    background: #0047ba;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
  }
  .list-events__btn-apply:before {
    content: " ";
    background: url(../img/icons/general/plus-thin.svg) no-repeat 50% 50%/contain;
    width: 1.5rem;
    height: 1.5rem;
    filter: var(--filter-FFFFFF);
  }
  .list-events__image img {
    border-radius: 0.4rem;
  }
  .list-events__h1 {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
  .list-events__tags {
    margin-top: 3rem;
  }
  .list-events__tags div {
    font-size: 1rem;
  }
  .list-events__date, .list-events__time {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
@media (min-width: 1000px) {
  .list-events__item:hover {
    background: #0047ba;
  }
  .list-events__item:hover * {
    color: #fff;
  }
  .list-events__item:hover .list-events__date:before,
.list-events__item:hover .list-events__time:before {
    filter: var(--filter-FFFFFF);
  }
  .list-events__item:hover .list-events__tags div {
    background: rgba(255, 255, 255, 0.15);
    border-color: transparent;
  }
}
.list-soon__h1 {
  margin: 3.2rem 0;
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}
.list-soon__list {
  list-style: decimal inside;
}
.list-soon__list li {
  border-top: 1px solid rgba(137, 154, 183, 0.2);
  padding: 2rem 0;
  font-size: 1.8rem;
  font-weight: 500;
}

.list-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1.2rem;
}
.list-phones--cols-auto .list-phones__item {
  flex: 1 1 50%;
}
.list-phones__item {
  flex: 0 0 30%;
}
.list-phones__item--100 {
  flex-basis: 100%;
}
.list-phones__label {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.list-phones__value {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1875;
  white-space: nowrap;
}
.list-phones__value a {
  color: #0047ba;
}
.list-phones__tip {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  color: #899ab7;
}

@media (max-width: 999.98px) {
  .list-phones {
    gap: 2rem 1.2rem;
  }
  .list-phones__label {
    font-size: 1rem;
  }
  .list-phones__value {
    font-size: 1.6rem;
  }
  .list-phones__tip {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .list-phones__item {
    flex-basis: 100%;
  }
}
.list-news {
  border-bottom: 1px solid #21222e26;
}
.list-news__item {
  display: flex;
  padding: 2rem 0;
  gap: 1.2rem;
  border-top: 1px solid #21222e26;
}
.list-news__left {
  flex: 0 0 auto;
  width: 11.5rem;
}
.list-news__right {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.list-news__image img {
  border-radius: 1rem;
}
.list-news__h1 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.list-news__info {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  color: #899ab7;
}
.list-news__length {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.list-news__length:before {
  content: " ";
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  background: url(../img/icons/general/clock.svg) no-repeat 50% 50%/contain;
  filter: invert(61%) sepia(14%) saturate(608%) hue-rotate(179deg) brightness(98%) contrast(83%);
  font-size: 1.4rem;
}

.list-staff {
  border-bottom: 1px solid #eff1f4;
}
.list-staff__item {
  border-top: 1px solid #eff1f4;
}
.list-staff__row {
  transition: all 0.2s;
  padding: 3.7rem 7rem;
  display: flex;
  align-items: center;
  gap: 7.6rem;
}
.list-staff__col-photo {
  flex: 0 0 auto;
  width: 18rem;
}
.list-staff__col-contacts {
  margin-left: auto;
}
.list-staff__photo {
  padding-top: 100%;
  box-shadow: inset 0 0 0 2px #899ab733;
  border-radius: 50%;
}
.list-staff__photo:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 31%;
  height: 31%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icons/general/person.svg) no-repeat 50% 50%/contain;
  filter: invert(58%) sepia(26%) saturate(330%) hue-rotate(179deg) brightness(101%) contrast(87%);
  opacity: 0.2;
}
.list-staff__photo img {
  border-radius: 50%;
}
.list-staff__name {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1875;
}
.list-staff__position {
  margin-top: 1.2rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #899ab7;
}
.list-staff__phone {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1875;
}
.list-staff__email {
  margin-top: 1.2rem;
  text-align: right;
  font-size: 2rem;
  line-height: 1.2;
  color: #0047ba;
}
.list-staff__email a {
  -webkit-text-decoration: underline rgba(0, 71, 186, 0.2) 1px;
          text-decoration: underline rgba(0, 71, 186, 0.2) 1px;
  text-underline-offset: 0.2em;
}

@media (min-width: 1000px) {
  .list-staff__row:hover {
    background: #0047ba;
    color: #fff;
  }
  .list-staff__row:hover .list-staff__position {
    color: #ffffffb2;
  }
  .list-staff__row:hover .list-staff__email {
    color: #fff;
  }
  .list-staff__row:hover .list-staff__email a {
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.2);
            text-decoration-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 999.98px) {
  .list-staff {
    border: 0;
  }
  .list-staff__item:first-child {
    border: 0;
  }
  .list-staff__row {
    padding: 2rem;
    display: grid;
    grid-template-columns: 7rem 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 1.2rem;
  }
  .list-staff__col-photo {
    grid-row: 1/span 2;
    grid-column: 1;
    width: 100%;
  }
  .list-staff__col-desc {
    grid-column: 2;
  }
  .list-staff__col-contacts {
    grid-column: 2;
    margin-left: 0;
  }
  .list-staff__name {
    font-size: 1.4rem;
  }
  .list-staff__position {
    margin-top: 0.3rem;
    font-size: 1.2rem;
  }
  .list-staff__phone {
    font-size: 1.4rem;
  }
  .list-staff__email {
    margin-top: 0.3rem;
    font-size: 1.4rem;
    text-align: left;
  }
}
.list-activity {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 5.6rem;
       column-gap: 5.6rem;
}
.list-activity &gt; div {
  margin-bottom: 2.4rem;
}
.list-activity h2 {
  margin-bottom: 0.8rem;
  font-weight: 500;
  color: #21222e;
}
.list-activity p {
  color: #899ab7;
}

@media (max-width: 999.98px) {
  .list-activity {
    font-size: 1.2rem;
    -moz-column-count: 1;
         column-count: 1;
  }
  .list-activity &gt; div:last-child {
    margin-bottom: 0;
  }
}
.form-search__row {
  display: flex;
  gap: 1.2rem;
}
.form-search__left {
  flex-grow: 1;
}
.form-search__tip {
  margin-top: 2rem;
  font-size: 1.5rem;
}
.form-search__tip span {
  color: #0047ba;
  font-weight: 500;
}
@media (max-width: 999.98px) {
  .form-search__input input {
    padding: 0 1.1rem;
    height: 4rem;
  }
  .form-search__btn-search {
    min-width: auto;
    padding: 0 2rem;
    height: 4rem;
  }
}
.form-search-m {
  display: none;
  margin-top: 6rem;
}
.form-search-m__row {
  display: flex;
  gap: 0.6rem;
}
.form-search-m__left {
  flex-grow: 1;
}
@media (max-width: 999.98px) {
  .form-search-m {
    display: block;
  }
}
.form-filter {
  margin-top: 4rem;
}
.form-filter__row {
  display: flex;
  gap: 0.8rem;
}
.form-filter__col {
  position: relative;
}
.form-filter__col--item {
  flex: 1 1 25%;
}
.form-filter__panel {
  transition: all 0.2s;
  position: absolute;
  z-index: 100;
  top: 100%;
  margin-top: 1.2rem;
  background: #fff;
  border-radius: 2rem;
  padding: 3.2rem;
  min-width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(33, 34, 46, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
}
.form-filter__panel.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.form-filter__panel--search {
  left: auto;
  right: 0;
  min-width: 80rem;
  padding: 2rem;
  background: #fff;
  border-radius: 2rem;
}
.form-filter__panel--wide {
  width: 50rem;
}
.form-filter__picked {
  margin-top: 3.2rem;
}

@media (max-width: 999.98px) {
  .form-filter {
    display: none;
  }
}
.form-filter-news {
  margin-bottom: 5rem;
  display: flex;
  gap: 1.2rem;
}
.form-filter-news__select-order {
  flex: 0 0 auto;
  width: 28rem;
}
.form-filter-news__select-time {
  flex: 0 0 auto;
  width: 37rem;
}
.form-filter-news__search {
  flex-grow: 1;
}

@media (max-width: 999.98px) {
  .form-filter-news {
    display: none;
  }
}
.form-range {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.form-range__date {
  flex-grow: 1;
}
.form-range__btn-ok {
  width: auto;
  min-width: auto;
  padding: 0 1.2rem;
  font-size: 1.3rem;
  height: 4rem;
}

@media (max-width: 999.98px) {
  .form-range__date {
    flex-grow: 0;
  }
  .form-range__date input {
    width: 12rem;
  }
}
.form-points--mobile {
  position: relative;
  padding-bottom: 1.75rem;
}
.form-points--mobile .form-points__slider {
  left: 0;
  right: 0;
}
.form-points__nums {
  display: flex;
  align-items: center;
}
.form-points__label {
  margin-right: 1rem;
  font-size: 1.5rem;
}
.form-points__sep {
  height: 1.5rem;
  margin: 0 1.6rem;
  width: 1px;
  background: rgba(137, 154, 183, 0.2);
}
.form-points__sep--push {
  margin: 0 auto;
}
.form-points__input {
  position: relative;
}
.form-points__input input {
  position: relative;
  border: 0;
  padding: 0;
  width: 10rem;
  background: transparent;
  font-size: 1.5rem;
  width: 8ch;
  z-index: 2;
  color: #899ab7;
}
.form-points__input--last input {
  width: 10ch;
}
.form-points__sign {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #899ab7;
}
.form-points__slider {
  position: absolute;
  bottom: 0;
  left: 1.6rem;
  right: 1.6rem;
}

.form-default {
  --color-requred: #899ab7;
  --y-gap: 2rem;
  --x-gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--x-gap) / -2);
  gap: var(--y-gap) 0;
}
.form-default__item {
  padding: 0 calc(var(--x-gap) / 2);
  flex: 0 0 auto;
  width: 100%;
}
.form-default__item--50 {
  width: 50%;
}
.form-default__item--33 {
  width: 33.33%;
}
.form-default__item label {
  margin-bottom: 1.2rem;
  display: block;
  font-size: 1.8rem;
}
.form-default__item label span {
  color: var(--color-requred);
}

@media (max-width: 999.98px) {
  .form-default__item--50 {
    width: 100%;
  }
  .form-default__item label {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
  }
}
.table-docs td {
  width: 50%;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(33, 34, 46, 0.15);
  font-size: 1.8rem;
}
.table-docs td:first-child {
  padding-right: 0.6rem;
  font-weight: 500;
}
.table-docs td:last-child {
  padding-left: 0.6rem;
}
.table-docs tr:first-child td {
  padding-top: 0;
}
.table-docs tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.table-docs .icon {
  float: left;
  margin-top: -1px;
  font-size: 2.2rem;
  color: #899ab7;
}
.table-docs div {
  margin-left: 4.8rem;
}

@media (max-width: 999.98px) {
  .table-docs {
    display: block;
  }
  .table-docs td {
    display: block;
    border: 0;
    padding: 0 0 0 2.2rem !important;
    font-size: 1.4rem;
    width: 100%;
  }
  .table-docs td:first-child {
    margin-bottom: 1.2rem;
  }
  .table-docs tr {
    display: block;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(33, 34, 46, 0.15);
  }
  .table-docs tr:first-child {
    padding-top: 0;
  }
  .table-docs tr:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .table-docs .icon {
    margin: 0 0 0 -2.4rem;
    font-size: 1.4rem;
  }
  .table-docs div {
    margin: 0;
  }
}
.table-education {
  border-collapse: separate;
  border: 1px solid #e7ecf3;
}
.table-education thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
.table-education th,
.table-education td {
  border: 1px solid #e7ecf3;
  padding: 1.2rem;
  font-size: 1.3rem;
  background: #ffffff;
}
.table-education th:first-child,
.table-education td:first-child {
  position: sticky;
  left: 0;
}
.table-education tr:nth-child(even) td {
  background: #f9f9f9;
}
.table-education th {
  background: #0047ba;
  font-weight: 500;
  color: #fff;
}
.table-education a {
  text-decoration: underline;
  color: #0047ba;
}
.table-education__scroll {
  max-height: 90vh;
}

@media (max-width: 999.98px) {
  .table-education th,
.table-education td {
    font-size: 1rem;
  }
}
.table-job {
  width: 100%;
  min-width: 1000px;
}
.table-job th,
.table-job td {
  padding: 2.4rem 0.6rem;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  text-align: left;
  width: 20%;
}
.table-job th {
  padding: 0 0.6rem 4rem 0.6rem;
  font-weight: 500;
  color: #21222e;
}
.table-job td {
  border-top: 1px solid #eff1f4;
  color: #899ab7;
}
.table-job a:not([class]) {
  color: #0047ba;
}
.table-job a:not([class]):hover {
  text-decoration: underline;
}
.table-job .btn-default {
  min-width: 18rem;
}
.table-job--person th {
  font-weight: 400;
}
.table-job--person tr:last-child td {
  border-bottom: 1px solid #eff1f4;
}
.table-job--person td,
.table-job--person th {
  width: auto;
}
.table-job--person td:last-child,
.table-job--person th:last-child {
  text-align: right;
}

@media (max-width: 999.98px) {
  .table-job th,
.table-job td {
    padding: 1.4rem 0.6rem;
    font-size: 1.2rem;
  }
  .table-job th {
    padding: 0 0.6rem 2rem 0.6rem;
  }
  .table-job .btn-default {
    min-width: 16rem;
  }
}
.table-safari {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2222222222;
}
.table-safari__item {
  padding: 1.7777777778em 0;
  border-bottom: 1px solid #21222e26;
  display: flex;
}
.table-safari__col-name {
  flex-grow: 1;
}
.table-safari__col-link {
  text-align: right;
}
.table-safari__name {
  display: flex;
  gap: 1.3333333333em;
  word-break: break-word;
}
.table-safari__name .icon {
  flex: 0 0 auto;
  fill: #899ab7;
  font-size: 1.2222222222em;
  align-self: flex-start;
}
.table-safari__link {
  margin-left: 2rem;
  color: #0047ba;
}

@media (max-width: 999.98px) {
  .table-safari__item {
    font-size: 1.4rem;
  }
}
.section-about__tools {
  margin-bottom: 7rem;
}

@media (max-width: 999.98px) {
  .section-about__tools {
    margin-bottom: 2rem;
  }
}
.section-compare__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  margin-bottom: 5.6rem;
}
.section-compare__count {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  gap: 1em;
}
.section-compare__count__value {
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 999.98px) {
  .section-compare__header {
    display: block;
    margin-bottom: 2rem;
  }
  .section-compare__h1 {
    margin-bottom: 2rem;
  }
  .section-compare__count {
    font-size: 1.5rem;
  }
}
.section-contacts__h1 {
  margin-bottom: 5.6rem;
}
.section-contacts__list {
  margin: 5.6rem 0;
}
.section-contacts__list:first-child {
  margin-top: 0 !important;
}
.section-contacts__list:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 999.98px) {
  .section-contacts__h1 {
    margin-bottom: 2rem;
  }
  .section-contacts__list {
    margin: 2rem 0;
  }
}
.section-directions {
  overflow: hidden;
}
.section-directions__h1 {
  margin-bottom: 5.6rem;
}
.section-directions__desc {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  margin-top: 5.6rem;
  max-width: 75%;
}

@media (max-width: 999.98px) {
  .section-directions__h1 {
    margin-bottom: 2rem;
  }
  .section-directions__desc {
    margin-top: 2rem;
    font-size: 1.2rem;
    max-width: none;
  }
}
.section-docs {
  background: #fff;
  padding-bottom: 7rem;
  border-radius: 2rem;
}
.section-docs__tools {
  padding: 7rem;
  display: flex;
  gap: 1.2rem;
}
.section-docs__tools__select-medium {
  width: 24.5rem;
}
.section-docs__tools__search {
  flex-grow: 1;
  max-width: calc(50% - 0.6rem);
  margin-left: auto;
}
.section-docs__group {
  margin-bottom: 7rem;
  padding: 0 7rem;
}
.section-docs__group:last-child {
  margin-bottom: 0;
}
.section-docs__group__h1 {
  margin-bottom: 3.2rem;
}
.section-docs__btn-filter {
  display: none;
}

@media (max-width: 999.98px) {
  .section-docs {
    border-radius: 1.2rem;
    padding: 2rem;
  }
  .section-docs__tools {
    display: none;
  }
  .section-docs__group {
    padding: 0;
    margin-bottom: 4rem;
  }
  .section-docs__group__h1 {
    margin-bottom: 2rem;
  }
  .section-docs__btn-filter {
    display: block;
    margin-bottom: 2rem;
  }
}
.section-events__box {
  padding: 7rem 0;
  background: #fff;
  border-radius: 2rem;
}
.section-events__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.6rem;
}
@media (max-width: 999.98px) {
  .section-events__box {
    padding: 3rem 0 2rem 0;
    border-radius: 1.2rem;
  }
  .section-events__header {
    margin-bottom: 2rem;
  }
  .section-events__arrows {
    display: none;
  }
}
.section-files__h1 {
  margin-bottom: 5.6rem;
}
.section-files__header {
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.section-files__select {
  flex: 0 0 auto;
  width: 24.5rem;
}
.section-files__form {
  flex-grow: 1;
  max-width: calc(50% - 0.6rem);
}
@media (max-width: 999.98px) {
  .section-files__h1 {
    margin-bottom: 2rem;
  }
  .section-files__header {
    flex-wrap: wrap;
  }
  .section-files__select {
    width: 20rem;
  }
  .section-files__form {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .section-files__header {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .section-files__select {
    width: 100%;
  }
  .section-files__form {
    width: 100%;
  }
}
.section-gallery__header {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
  margin-bottom: 5.6rem;
}
.section-gallery__btns {
  position: relative;
  top: -1.3rem;
}

@media (max-width: 999.98px) {
  .section-gallery__header {
    margin-bottom: 2rem;
  }
  .section-gallery__btns {
    display: none;
  }
}
.section-job__search {
  margin-bottom: 7rem;
}

@media (max-width: 999.98px) {
  .section-job__search {
    margin-bottom: 4rem;
  }
}
.section-lifestyle {
  padding: 7.4rem 0 8rem 0;
}
.section-lifestyle__h1 {
  margin-bottom: 4.7rem;
}

@media (max-width: 999.98px) {
  .section-lifestyle {
    padding: 4rem 1.2rem;
    margin: 0 -1.2rem;
    overflow: hidden;
  }
  .section-lifestyle__h1 {
    margin-bottom: 2rem;
  }
  .section-lifestyle__cards {
    margin: 0 -2rem;
  }
}
.section-more-news {
  padding: 3.2rem;
  border-radius: 2rem;
  background: #fff;
}
.section-more-news__h1 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1875;
  margin-bottom: 2.4rem;
}
.section-more-news__btn-all {
  margin-top: 2.4rem;
}

@media (max-width: 999.98px) {
  .section-more-news {
    padding: 2rem;
    border-radius: 1.2rem;
  }
  .section-more-news__h1 {
    font-size: 2rem;
  }
}
.section-news-item {
  background: #fff;
  border-radius: 2rem;
  padding: 3.2rem;
}
.section-news-item img{
     border-radius:15px;
}
.section-news-item__info {
  margin-top: 8rem;
}

@media (max-width: 999.98px) {
  .section-news-item {
    padding: 2rem;
    border-radius: 1.2rem;
  }
  .section-news-item__info {
    margin-top: 5rem;
  }
}
.section-news-preview {
  padding: 3.2rem;
  background: #fff;
  border-radius: 2rem;
}
.section-news-preview__time {
  display: flex;
  align-items: center;
  gap: 0.6666666667em;
  margin-bottom: 2.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #80a3dd;
}
.section-news-preview__tools {
  display: flex;
  justify-content: space-between;
  margin: 3.2rem 0;
  gap: 2rem;
}
.section-news-preview__image {
  padding-top: 56.48%;
}
.section-news-preview__image img {
  border-radius: 2rem;
}
.section-news-preview__caption {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  color: #899ab7;
}

@media (max-width: 999.98px) {
  .section-news-preview {
    padding: 2rem;
    border-radius: 1.2rem;
  }
  .section-news-preview__time {
    font-size: 1rem;
  }
  .section-news-preview__tools {
    flex-wrap: wrap;
  }
  .section-news-preview__image img {
    border-radius: 0.8rem;
  }
}
.section-news__h1 {
  margin-bottom: 5.6rem;
}

@media (max-width: 999.98px) {
  .section-news__h1 {
    margin-bottom: 2rem;
  }
}
.section-programs__h1 {
  margin-bottom: 5.6rem;
}
.section-programs__tools {
  margin-bottom: 5.6rem;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 4rem;
}
.section-programs__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.2rem;
}
@media (max-width: 999.98px) {
  .section-programs__h1 {
    margin-bottom: 2rem;
  }
  .section-programs__tools {
    display: block;
    margin-bottom: 2rem;
  }
  .section-programs__tools__right {
    margin-top: 2rem;
  }
  .section-programs__row {
    display: block;
  }
  .section-programs__left {
    margin-bottom: 2rem;
  }
}
.section-search {
  min-height: 30rem;
}

.section-special {
  padding: 7rem 0;
  border-radius: 2rem;
  background: #fff;
}
.section-special__h1 {
  margin-bottom: 7rem;
}

@media (max-width: 999.98px) {
  .section-special {
    margin: 0 -1.2rem;
    padding: 4rem 1.2rem;
    overflow: hidden;
    background: none;
  }
  .section-special__h1 {
    margin-bottom: 4rem;
  }
}
.section-staff {
  background: #fff;
  padding-bottom: 7rem;
  border-radius: 2rem;
}
.section-staff__tools {
  padding: 5.6rem 7rem;
  display: flex;
  gap: 1.2rem;
}
.section-staff__tools__select-medium {
  width: 24.5rem;
}
.section-staff__tools__search {
  flex-grow: 1;
  max-width: calc(50% - 0.6rem);
  margin-left: auto;
}
.section-staff__btn-filter {
  display: none;
}

@media (max-width: 999.98px) {
  .section-staff {
    border-radius: 1.2rem;
    padding: 0;
  }
  .section-staff__tools {
    display: none;
  }
  .section-staff__btn-filter {
    display: block;
    padding: 2rem 2rem 0 2rem;
  }
}
.section-video {
  --offset: 6.4rem;
}
.section-video__h1 {
  margin-bottom: 5.6rem;
}
.section-video__video {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.section-video__video:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 10;
}
.section-video__image {
  padding-top: 54%;
}
.section-video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.section-video__desc {
  position: absolute;
  bottom: var(--offset);
  left: var(--offset);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1875;
  color: #fff;
  max-width: 60rem;
  z-index: 11;
}
.section-video__tag {
  position: absolute;
  top: var(--offset);
  left: var(--offset);
  z-index: 11;
}

@media (max-width: 999.98px) {
  .section-video {
    --offset: 2rem;
  }
  .section-video__h1 {
    margin-bottom: 2rem;
  }
  .section-video__video {
    border-radius: 0.8rem;
  }
  .section-video__image {
    padding-top: 75%;
  }
  .section-video__desc {
    position: static;
    margin-top: 2rem;
    font-size: 1.5rem;
    color: #21222e;
  }
}
.map-contacts {
  position: relative;
  background: #f3f3f3;
  border-radius: 2rem;
  overflow: hidden;
}
.map-contacts:before {
  content: " ";
  padding-top: 55%;
  display: block;
}
.map-contacts__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-contacts__container [class*=ymaps-2][class*=-ground-pane] {
  filter: grayscale();
}
.map-contacts__container [class*=ymaps-2][class*=copyrights-pane] {
  display: none !important;
}
.map-contacts__container [class*=ymaps-2][class*=controls__control] {
  inset: 3rem 3rem auto auto !important;
}
.map-contacts__btn-zoom-in, .map-contacts__btn-zoom-out {
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  font-size: 4.8rem;
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.map-contacts__btn-zoom-in .icon, .map-contacts__btn-zoom-out .icon {
  font-size: 1.2rem;
}

@media (max-width: 999.98px) {
  .map-contacts {
    border-radius: 0.8rem;
  }
  .map-contacts:before {
    padding-top: 100%;
  }
  .map-contacts__btn-zoom-in, .map-contacts__btn-zoom-out {
    font-size: 3.5rem;
  }
  .map-contacts__container [class*=ymaps-2][class*=controls__control] {
    inset: 1rem 1rem auto auto !important;
  }
}
.footer {
  position: relative;
  z-index: 50;
}
.footer__box {
  border-radius: 2rem;
  background: #21222e;
  padding: 4.3rem 7rem;
}
.footer__logo {
  display: block;
  width: 13.6rem;
  height: 4rem;
}
.footer__desc {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #899ab7;
}
.footer__nav-tags {
  margin-bottom: 7rem;
  margin-top: 2.7rem;
}
.footer__nav-tags ul {
  display: flex;
}
.footer__nav-tags a {
  display: block;
  padding: 0.7333333333em 1.0666666667em;
  border-radius: 6.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: #fff;
}
.footer__nav-tags a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.footer__nav-list ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.footer__row {
  display: flex;
  margin: 0 -0.6rem;
}
.footer__col-logo {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 0.6rem;
}
.footer__col-menu {
  flex: 1 1 50%;
  padding: 0 0.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.footer__col-phones {
  flex: 1 1 25%;
  padding: 0 0.6rem;
}
.footer__phones__item {
  margin-top: 4rem;
}
.footer__phones__item:first-child {
  margin-top: 0;
}
.footer__phones__value {
  white-space: nowrap;
  font-family: "Inter";
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}
.footer__phones__value--large {
  font-size: 4.5rem;
  letter-spacing: -0.112rem;
}
.footer__phones__label {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  color: #899ab7;
}
.footer__social {
  margin-top: 17.8rem;
}
.footer__info {
  display: flex;
  margin: 0 -0.6rem;
  padding-top: 4rem;
  margin-top: 7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__info__copy, .footer__info__address {
  padding: 0 0.6rem;
  flex: 0 0 auto;
  width: 25%;
  font-size: 1.3rem;
  color: #899ab7;
}
.footer__info__dev {
  margin-left: auto;
  flex: 0 0 auto;
  width: 11.3rem;
  height: 3.6rem;
}

@media (max-width: 999.98px) {
  .footer {
    margin: 0 -1.2rem;
  }
  .footer__box {
    padding: 2.8rem;
    border-radius: 2rem 2rem 0 0;
  }
  .footer__nav-tags {
    margin: 0;
  }
  .footer__nav-tags ul {
    flex-wrap: wrap;
    gap: 0.6rem 0;
  }
  .footer__nav-tags a {
    font-size: 1.2rem;
  }
  .footer__nav-list ul {
    gap: 2.2rem;
    font-size: 1.4rem;
  }
  .footer__row {
    flex-direction: column-reverse;
  }
  .footer__col-logo {
    width: auto;
    margin-top: 6rem;
  }
  .footer__col-phones {
    margin: 6rem 0;
  }
  .footer__desc {
    font-size: 1.4rem;
  }
  .footer__social {
    margin-top: 4rem;
  }
  .footer__phones__item {
    margin-top: 3rem;
  }
  .footer__phones__value {
    font-size: 1.6rem;
  }
  .footer__phones__value--large {
    font-size: clamp(3rem, 10vw, 3.2rem);
  }
  .footer__phones__label {
    font-size: 1.4rem;
  }
  .footer__info {
    flex-direction: column;
    margin-top: 4rem;
  }
  .footer__info__copy, .footer__info__address {
    padding: 0;
    width: auto;
    font-size: 1.2rem;
  }
  .footer__info__copy {
    margin: 2rem 0 6rem 0;
    order: 2;
  }
  .footer__info__copy br {
    display: none;
  }
  .footer__info__address {
    order: 1;
  }
  .footer__info__dev {
    margin-left: 0;
    margin-bottom: -0.8rem;
    order: 3;
  }
}
.years-55 {
  position: relative;
  border-radius: 2rem;
  background: #0047ba;
  color: #fff;
}
.years-55__digit {
  position: absolute;
  bottom: 0;
  top: 9rem;
  left: 7rem;
  right: 0;
  background: url(../img/years-55.svg) no-repeat 0 100%/auto 100%;
}
.years-55__h1 {
  text-transform: none;
}
.years-55__center {
  display: flex;
  padding: 7rem 0;
  height: 74.2rem;
}
.years-55__left {
  flex: 0 0 auto;
  width: 60%;
}
.years-55__right {
  flex: 0 0 auto;
  width: 40%;
}
.years-55__desc {
  margin-bottom: 5.6rem;
  font-size: 3.2rem;
  font-weight: 500;
}
.years-55__text {
  font-size: 2rem;
  font-weight: 400;
}
.years-55__text p {
  margin-bottom: 2.4rem;
}

@media (max-width: 999.98px) {
  .years-55 {
    border-radius: 1.2rem;
  }
  .years-55__center {
    padding: 4rem 0;
    display: block;
    height: auto;
  }
  .years-55__digit {
    bottom: auto;
    height: 16.2rem;
    top: 3.3rem;
    left: 0;
    background-position: 100% 100%;
  }
  .years-55__right, .years-55__left {
    width: auto;
  }
  .years-55__h1 {
    text-transform: uppercase;
    font-size: 4.2rem;
  }
  .years-55__desc {
    margin-top: 5.6rem;
    margin-bottom: 3rem;
    font-size: 2rem;
  }
  .years-55__text {
    font-size: 1.4rem;
  }
  .years-55__text p {
    margin: 2rem 0;
  }
}
.greeting {
  background: #fff;
  border-radius: 2rem;
}
.greeting__center {
  position: relative;
  display: flex;
  padding: 7rem 0;
  min-height: 51.7rem;
}
.greeting__left {
  flex: 0 0 auto;
  width: 60%;
}
.greeting__right {
  flex: 0 0 auto;
  width: 40%;
}
.greeting__icon {
  position: absolute;
  bottom: 0;
  right: 40%;
  margin-right: 6.7rem;
  width: 40.2rem;
  height: 100%;
  background: url(../img/greeting/icon.png) no-repeat 0 100%/100% auto;
}

@media (max-width: 999.98px) {
  .greeting {
    border-radius: 1.2rem;
  }
  .greeting__h1 {
    margin-bottom: 2.8rem;
  }
  .greeting__center {
    padding: 3rem 0;
    display: block;
    min-height: auto;
  }
  .greeting__left, .greeting__right {
    width: auto;
  }
  .greeting__icon {
    height: 16rem;
    width: 100%;
    right: 0;
    background-size: contain;
    background-position: 100% 50%;
    margin: 0;
    position: relative;
    margin: -3rem 0;
  }
}
.links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.links__col {
  display: flex;
  flex-direction: column;
  position: relative;
}
.links__box {
  position: relative;
  flex-grow: 1;
  min-height: 65.5rem;
}
.links__box--height-2 {
  min-height: 38.4rem;
}
.links__box--height-1 {
  min-height: 56.3rem;
}
.links__box &gt; * {
  position: relative;
  z-index: 1;
}
.links__h1 {
  margin-bottom: 3.2rem;
}
.links__desc {
  max-width: 47.5rem;
  margin-bottom: 4.5rem;
  font-size: 2rem;
}
.links__nav {
  margin-top: 3rem;
}
.links__btn-apply {
  margin-top: 1.2rem;
}
.links__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 33rem;
  background: no-repeat 100% 100%/contain;
  z-index: 0;
 background-position: 60px 80px;
}
.links__image {
  height: 100%;
  background: no-repeat 50% 50%/cover;
  border-radius: 2rem;
}

@media (max-width: 999.98px) {
  .links {
    display: block;
  }
  .links__col {
    margin-top: 1.2rem;
  }
  .links__col:first-child {
    margin-top: 0;
  }
  .links__box {
    min-height: auto;
  }
  .links__box--height-2 {
    min-height: 24rem;
  }
  .links__box--height-1 {
    min-height: 43.6rem;
  }
  .links__h1 {
    margin-bottom: 2.8rem;
    margin-top: 1rem;
  }
  .links__desc {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
  .links__btn-apply {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
  }
  .links__btn-apply .btn-all {
    height: 4.8rem;
    line-height: 4.8rem;
  }
  .links__icon {
    height: 18.5rem;
    width: 60%;
  }
  .links__icon--height-1 {
    height: 21rem;
  }
  .links__icon--height-2 {
    height: 26.5rem;
  }
  .links__nav {
    margin-bottom: 16rem;
  }
  .links__nav--height-1 {
    margin-bottom: 14rem;
  }
  .links__nav--height-2 {
    margin-bottom: 20rem;
  }
  .links__image {
    border-radius: 1.2rem;
    min-height: 30rem;
  }
}
.calendar {
  flex-grow: 1;
  padding-top: 7rem;
  height: 76rem;
}
.calendar__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.calendar__bg__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: no-repeat 50% 50%/cover;
  opacity: 0;
}
.calendar__bg__item:last-child {
  opacity: 1;
}
.calendar__bg__item.active {
  transform: scale(1.1);
  opacity: 1;
}
.calendar__bg__item.active ~ .calendar__bg__item:last-child {
  opacity: 0;
}
.calendar__h1 {
  margin-bottom: 5rem;
  padding: 0 1em;
  text-align: center;
  color: #fff;
}
.calendar__content {
  position: relative;
}

@media (max-width: 999.98px) {
  .calendar {
    padding-top: 3.5rem;
    border-radius: 1.2rem;
    height: 47rem;
  }
  .calendar__h1 {
    margin-bottom: 2.8rem;
  }
}
.welcome__slide-1 {
  position: relative;
  padding: 7rem;
  height: 78rem;
  color: #fff;
  background: #0047ba no-repeat 0% 50%/cover;
  border-radius: 2rem;
}
.welcome__slide-1__h1 {
  font-family: "Inter";
  font-size: 12rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
}
.welcome__slide-1__desc {
  position: absolute;
  bottom: 10rem;
  left: 32rem;
  font-size: 2.2rem;
  width: 50rem;
}
.welcome__slide-1__label {
  position: absolute;
  right: -0.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 19.1rem;
}
.welcome__slide-2 {
  position: relative;
  padding: 7rem;
  height: 78rem;
  background: #cfe1ff no-repeat 50% 50%/cover;
  border-radius: 2rem;
}
.welcome__slide-2__offset {
  margin-left: 32rem;
}
.welcome__slide-2__logos {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.welcome__slide-2__logos__kgeu {
  flex: 0 0 auto;
  width: 88.5rem;
  height: 22.4rem;
}
.welcome__slide-2__text {
  margin-top: 2.7rem;
  font-size: 2.2rem;
  width: 33.33%;
  min-width: 38rem;
}
.welcome__slide-2__cards {
  margin-top: 5.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.welcome__slide-2__cards__col {
  display: flex;
}
.welcome__slide-2__cards__item {
  padding: 3.2rem;
  background: #fff;
  border-radius: 2rem;
  flex-grow: 1;
}
.welcome__slide-2__cards__item--marked {
  background: url(../img/welcome/2/bg-card.png) no-repeat 50% 50%/cover;
  color: #fff;
}
.welcome__slide-2__cards__item--marked .welcome__slide-2__cards__h1 {
  color: #fff;
}
.welcome__slide-2__cards__h1 {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  color: #0047ba;
}
.welcome__slide-2__cards__text {
  font-size: 1.8rem;
  font-style: normal;
  margin-top: 1rem;
}
.welcome__btn-more {
  margin-top: 1.2rem;
}

@media (max-width: 999.98px) {
  .welcome__slide-1 {
    padding: 4rem 2rem;
    height: 56rem;
    border-radius: 1.2rem;
  }
  .welcome__slide-1__h1 {
    font-size: clamp(3rem, 10vw, 4.2rem);
  }
  .welcome__slide-1__label {
    width: 9.8rem;
    right: -0.3rem;
    top: 40%;
  }
  .welcome__slide-1__desc {
    font-size: 1.6rem;
    left: 0;
    width: 100%;
    max-width: 40rem;
    padding: 2rem;
    bottom: 7.2rem;
  }
  .welcome__slide-2 {
    padding: 4rem 2rem;
    height: 56rem;
    border-radius: 1.2rem;
  }
  .welcome__slide-2__cards {
    display: none;
  }
  .welcome__slide-2__logos {
    display: block;
    max-width: 50rem;
    margin-top: 2.3rem;
  }
  .welcome__slide-2__logos__kgeu {
    height: auto;
    width: auto;
  }
  .welcome__slide-2__logos__rating {
    margin-top: 3.3rem;
    width: 76%;
  }
  .welcome__slide-2__text {
    position: absolute;
    font-size: 1.6rem;
    left: 0;
    width: 100%;
    min-width: auto;
    max-width: 40rem;
    padding: 2rem;
    bottom: 7.2rem;
  }
}
.header {
  padding: 0 7rem;
}
.header__top {
  display: flex;
  padding-top: 3.2rem;
}
.header__col-eye {
  flex: 0 0 auto;
  width: 32rem;
}
.header__col-social {
  margin-left: auto;
}
.header__btn-eye {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.5rem;
  color: #899ab7;
}
.header__btn-eye .icon {
  font-size: 2rem;
}
.header__btn-eye:hover {
  color: #697fa4;
}
.header__nav-links ul {
  display: flex;
  gap: 3.2rem;
}
.header__nav-links a {
  font-size: 1.5rem;
  color: #899ab7;
}
.header__nav-links a:hover {
  color: #697fa4;
}
.header__main {
  display: flex;
  padding: 3.2rem 0;
}
.header__main--popup {
  padding: 0;
  margin-bottom: 6.6rem;
}
.header__col-logo {
  flex: 0 0 auto;
  width: 32rem;
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.header__col-menu {
  padding-right: 5rem;
}
.header__col-my {
  margin-left: auto;
}
.header__logo {
  width: 13.7rem;
  height: 4rem;
}
.header__btn-burger {
  margin-left: 7rem;
}
.header__nav-my--blue .header__nav-my__link {
  background: #0047ba;
  color: #fff;
}
.header__nav-my &gt; ul {
  display: flex;
  gap: 1px;
}
.header__nav-my__item {
  position: relative;
}
.header__nav-my__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  border-radius: 6.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  height: 4rem;
  line-height: 4rem;
  width: 4rem;
  background: #fff;
}
.header__nav-my__link .icon {
  font-size: 2rem;
}
.header__nav-my__link--person, .header__nav-my__link--eye {
  padding: 0 1em;
  width: auto;
}
.header__panel {
  transition: opacity 0.2s, visibility 0.2s;
  position: absolute;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.header__panel.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 999.98px) {
  .header {
    padding: 0;
  }
  .header__col-menu, .header__top {
    display: none;
  }
  .header__col-logo {
    width: auto;
  }
  .header__btn-burger {
    display: none;
  }
  .header__main {
    padding: 2rem 0;
  }
  .header__nav-my__item {
    position: static;
  }
  .header__nav-my__link {
    font-size: 1.2rem;
  }
  .header__nav-my__link--person {
    width: 4rem;
    padding: 0;
  }
  .header__panel {
    display: none;
  }
}
@media (min-width: 1000px) {
  .header__nav-my__link:hover, .header__nav-my__link.hover, .header__nav-my__link.active {
    background: #0047ba;
    color: #fff;
  }
}
.lazyblock {
  transition: transform ease-out 0.8s, opacity ease-out 0.8s;
  transform: translateY(clamp(20px, 10vw, 50px));
  opacity: 0;
}
.lazyblock[data-delay="200"] {
  transition-delay: 200ms;
}
.lazyblock[data-delay="400"] {
  transition-delay: 400ms;
}
.lazyblock.animated {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 999.98px) {
  .lazyblock[data-delay] {
    transition-delay: 0ms;
  }
}
.accordion .acc_section {
  background: #fff;
  border-radius: 2rem;
  margin-top: 0.4rem;
}
.accordion .acc_section:first-child {
  margin-top: 0;
}
.accordion .acc_section:not([class*=acc_active]) i {
  background: transparent;
}
.accordion .acc_section:not([class*=acc_active]) i:before {
  transform: rotate(-180deg);
}
.accordion .acc_section:not([class*=acc_active]) i:after {
  transform: rotate(-90deg);
  opacity: 1;
}
.accordion .acc_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.5rem 7rem;
  font-size: 3.2rem;
  font-weight: 500;
  cursor: pointer;
  gap: 2rem;
}
.accordion .acc_head i {
  transition: all 0.2s;
  position: relative;
  flex: 0 0 auto;
  width: 8rem;
  height: 4rem;
  border: 1px solid #eff1f4;
  background: #eff1f4;
  border-radius: 4rem;
  font-size: 1.2rem;
  align-self: flex-start;
}
.accordion .acc_head i:before, .accordion .acc_head i:after {
  transition: all 0.2s;
  transform-origin: 50% 50%;
  content: " ";
  height: 2px;
  background: #000;
  width: 1em;
  position: absolute;
  right: 2rem;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -0.5em;
}
.accordion .acc_head i:after {
  opacity: 0;
}
.accordion__body {
  padding: 0 7rem 4.5rem 7rem;
}
.accordion--small-title .acc_head {
  font-size: 2.6rem;
  font-weight: 400;
}
.accordion--for-filter .acc_head {
  padding: 3.2rem;
  font-size: 2rem;
}
.accordion--for-filter .accordion__body {
  padding: 0 3.2rem 3.2rem 3.2rem;
}
.accordion--for-filter .acc_section {
  border: 2px solid #899ab733;
}

@media (max-width: 999.98px) {
  .accordion .acc_section {
    border-radius: 0.8rem;
  }
  .accordion .acc_head {
    padding: 2rem;
    font-size: 1.6rem;
  }
  .accordion .acc_head i {
    width: 6.4rem;
    height: 3.2rem;
    font-size: 0.8rem;
  }
  .accordion__body {
    padding: 0 2rem 2rem 2rem;
  }
  .accordion--for-filter .accordion__body {
    padding: 0 2rem 2rem 2rem;
  }
}
.person__h1 {
  margin-bottom: 5.6rem;
}
.person__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.person__left {
  position: relative;
}
.person__left img {
  border-radius: 2rem;
}
.person__right {
  padding: 6.4rem;
  border-radius: 2rem;
  border: 1px solid rgba(137, 154, 183, 0.2);
  background: #fff;
}
.person__name {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}
.person__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0;
}
.person__tags div {
  padding: 0.8461538462em 1.2307692308em;
  border: 1px solid rgba(137, 154, 183, 0.2);
  border-radius: 6.5rem;
  font-size: 1.3rem;
  color: #899ab7;
}
.person__contacts {
  margin: 5.6rem 0;
}
.person__contacts__phone {
  margin-bottom: 3rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}
.person__contacts__item {
  margin-top: 1.2rem;
  font-size: 1.8rem;
}
.person__contacts__item a {
  color: #0047ba;
  font-weight: 500;
}

@media (max-width: 999.98px) {
  .person__h1 {
    margin-bottom: 4rem;
    font-size: clamp(2rem, 8vw, 3.2rem);
  }
  .person__row {
    display: block;
  }
  .person__left {
    margin-bottom: 3rem;
    width: 70%;
  }
  .person__left img {
    border-radius: 0.8rem;
  }
  .person__right {
    padding: 0;
    border: 0;
  }
  .person__name {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .person__tags div {
    font-size: 1rem;
  }
  .person__contacts {
    margin: 3rem 0;
  }
  .person__contacts__phone {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
  .person__contacts__item {
    font-size: 1.2rem;
  }
}
.tabs-content {
  position: relative;
}
.tabs-content  &gt; div {
  position: absolute;
  top: -99999px;
  left: -99999px;
  width: 100%;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.tabs-content &gt; div.active {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  height: auto;
  pointer-events: all;
}

.depick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0;
}
.depick__item {
  display: flex;
  gap: 1.2rem;
  padding: 0.9230769231em 1.2307692308em;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6.5rem;
  font-size: 1.3rem;
  color: #fff;
  cursor: default;
}
.depick__item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.depick button {
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icons/general/remove.svg) no-repeat 50% 50%/contain;
  filter: var(--filter-FFFFFF);
}

.page-404 {
  position: relative;
  padding: 10rem 7rem;
  background: #0047ba no-repeat 0% 50%/cover;
  border-radius: 2rem;
  height: 61.2rem;
  overflow: hidden;
}
.page-404__h1 {
  max-width: 71rem;
  color: #fff;
}
.page-404__btn-main {
  margin-top: 4rem;
}
.page-404__btn-main .btn-default {
  min-width: 23rem;
  width: auto !important;
}
.page-404__nums {
  position: absolute;
  bottom: 0;
  right: 7rem;
}
.page-404__nums__list {
  display: flex;
  width: 72.8rem;
  line-height: 0;
}
.page-404__nums__list &gt; div {
  position: relative;
  transform-origin: 50% 50%;
}
.page-404__nums__list &gt; div:before {
  content: " ";
  display: block;
}
.page-404__nums__list &gt; div:nth-child(1), .page-404__nums__list &gt; div:nth-child(3) {
  width: 32.0054945055%;
}
.page-404__nums__list &gt; div:nth-child(1):before, .page-404__nums__list &gt; div:nth-child(3):before {
  padding-top: 132.18%;
}
.page-404__nums__list  &gt; div:nth-child(1) {
  transform: rotate(33.385deg) translate(-11%, 0%);
}
.page-404__nums__list &gt; div:nth-child(2) {
  width: 30.2197802198%;
}
.page-404__nums__list &gt;  div:nth-child(2):before {
  padding-top: 143.63%;
}
.page-404__nums__list &gt; div:nth-child(3) {
  transform: rotate(60.253deg) translate(7%, -3%);
}
.page-404__nums__list  &gt; div img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 999.98px) {
  .page-404 {
    padding: 6.3rem 2rem;
    height: 48rem;
  }
  .page-404__btn-main {
    margin-top: 2.8rem;
  }
  .page-404__btn-main .btn-default {
    min-width: 17rem;
  }
  .page-404__nums__list {
    width: 40rem;
  }
}
@media (max-width: 699.98px) {
  .page-404__nums {
    right: 0;
    width: 100%;
    padding: 0 11%;
  }
  .page-404__nums__list {
    width: 100%;
  }
}
.l-program__cards {
  padding: 8rem 7rem;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
.l-program__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

@media (max-width: 999.98px) {
  .l-program__cards {
    background: none;
    padding: 4rem 0;
  }
  .l-program__btns {
    grid-template-columns: 1fr;
  }
}
.l-news__content__btn-filter {
  margin-bottom: 2.5rem;
}

@media (min-width: 1000px) {
  .l-news__content__btn-filter {
    display: none;
  }
}
.l-documents__tabs {
  margin: 5.6rem 0;
  display: flex;
  white-space: nowrap;
  gap: 1.2rem;
  overflow: auto;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.l-documents__tabs::-webkit-scrollbar {
  display: none;
}
.l-documents__tabs li {
  flex: 1 1 50%;
}
.l-documents__tabs li.active a {
  background: #0047ba;
  color: #fff;
}
.l-documents__tabs li.active a:hover {
  background: #0051d4;
}
.l-documents__tabs a {
  display: block;
  padding: 0 0.7272727273em;
  border: 1px solid transparent;
  height: 9.2rem;
  border-radius: 2rem;
  background: #eff1f4;
  font-size: 2.2rem;
  line-height: 9.2rem;
  text-align: center;
  width: 100%;
}
.l-documents__tabs a:hover {
  background: #f2f4f6;
}
.l-documents__list {
  padding: 8rem 7rem;
}
.l-documents__cards {
  padding: 8rem 7rem;
  background: #fff;
  border-radius: 2rem;
}
.l-documents__cards__h1 {
  margin-bottom: 5.6rem;
}
.l-documents__info {
  padding: 7rem;
}
.l-documents__info__h1 {
  margin-bottom: 5.6rem;
}
.l-documents__info__text {
  max-width: 87rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.l-documents__info__contacts {
  margin: 4.5rem 0;
}

@media (max-width: 999.98px) {
  .l-documents__list {
    padding: 2rem;
  }
  .l-documents__tabs {
    margin: 4rem -2rem;
    padding: 0 2rem;
  }
  .l-documents__tabs li.active a {
    border-color: transparent;
  }
  .l-documents__tabs a {
    padding: 0 2.4rem;
    border-color: #eff1f4;
    border-radius: 1.2rem;
    background: #fff;
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 1.4rem;
  }
  .l-documents__cards {
    margin: 0 -1.2rem;
    overflow: hidden;
    background: none;
    padding: 2.8rem 1.2rem;
  }
  .l-documents__cards__h1 {
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
  .l-documents__info {
    padding: 0;
  }
  .l-documents__info__h1 {
    margin: 4rem 2rem;
    font-size: clamp(2rem, 8vw, 2.8rem);
  }
  .l-documents__info__text {
    font-size: 1.2rem;
  }
  .l-documents__info__contacts {
    margin: 4rem 0;
  }
}
.l-programs__cards__header {
  display: none;
}

@media (max-width: 999.98px) {
  .l-programs__cards {
    padding: 2rem 1.6rem;
  }
  .l-programs__cards__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    align-items: center;
  }
}
.l-event__h1 {
  max-width: 64%;
}
.l-event__content {
  display: flex;
  gap: 7.7rem;
}
.l-event__content__left {
  flex-grow: 1;
}
.l-event__content__right {
  flex: 0 0 auto;
  width: 30%;
}
.l-event__content__h1 {
  margin-bottom: 5.6rem;
}

@media (max-width: 999.98px) {
  .l-event__h1 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.8rem);
  }
  .l-event__content {
    padding: 0;
    background: none;
    flex-direction: column-reverse;
    gap: 1.2rem;
  }
  .l-event__content__left {
    width: auto;
    border-radius: 1.2rem;
    background: #fff;
    padding: 3rem 2rem;
  }
  .l-event__content__right {
    width: auto;
  }
  .l-event__content__h1 {
    margin-bottom: 3rem;
  }
}
.l-student-new__cards {
  padding: 8rem 7rem;
  background: #fff;
  border-radius: 2rem;
}
.l-student-new__info {
  padding: 7rem;
}
.l-student-new__info__h1 {
  margin-bottom: 5.6rem;
}

@media (max-width: 999.98px) {
  .l-student-new__cards {
    margin: 0 -1.2rem;
    overflow: hidden;
    background: none;
    padding: 2.8rem 1.2rem;
  }
  .l-student-new__info {
    padding: 0;
  }
  .l-student-new__info__h1 {
    margin: 4rem 2rem;
    margin-top: 0;
    font-size: clamp(2rem, 8vw, 2.8rem);
  }
  .l-student-new__h1 {
    font-size: clamp(2rem, 9vw, 4.2rem);
  }
}
.l-institute__cards {
  padding: 8rem 7rem;
  background: #fff;
  border-radius: 2rem;
}
.l-institute__cards__h1 {
  margin-bottom: 5.6rem;
}

@media (max-width: 999.98px) {
  .l-institute__cards {
    margin: 0 -1.2rem;
    overflow: hidden;
    background: none;
    padding: 2.8rem 1.2rem;
    padding-bottom: 0;
  }
  .l-institute__cards__h1 {
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
}
.l-news-item__main {
  padding: 7rem;
}
.l-news-item__breadcrumbs {
  margin-bottom: 9rem;
}
.l-news-item__grid {
  display: flex;
}
.l-news-item__left {
  flex: 0 0 auto;
  width: 66.66%;
}
.l-news-item__right {
  flex: 0 0 auto;
  padding-left: 1.2rem;
  width: 33.33%;
}
.l-news-item__sticky {
  position: sticky;
  top: 1.2rem;
}
.l-news-item__slider {
  margin: 3.2rem 0;
}

@media (max-width: 999.98px) {
  .l-news-item__main {
    padding: 0;
  }
  .l-news-item__breadcrumbs {
    margin: 2rem 0 4rem 0;
  }
  .l-news-item__grid {
    display: block;
  }
  .l-news-item__left {
    width: auto;
  }
  .l-news-item__right {
    width: auto;
    padding-left: 0;
    margin-top: 1.2rem;
  }
}
.l-kafedra__phones {
  margin-top: 5.6rem;
}

@media (max-width: 999.98px) {
  .l-kafedra__phones {
    margin-top: 2rem;
  }
}
@media (max-width: 998.98px) {
  html {
    font-size: clamp(10px, 2vw, 15px);
  }
}
.header__nav-my  ul{
display:flex;}
.card-news img{
    width: 100%;
    height: 198px;
    object-fit: cover;  /* обрежет лишнее */
    object-position: center;  /* фокусировка по центру */

}
.article-default img{
    border-radius: 15px;
    /*width: 100%;*/
    object-fit: cover;
    object-position: center;
}
.table-job th:nth-child(6),
.table-job td:nth-child(6) {
    width: 400px;        /* Фиксированная ширина */
    max-width: 400px;     /* Ограничение по ширине */
   /* word-break: break-all;  Перенос длинных ссылок */
    white-space: normal;   Разрешить перенос строк */
}
