  @charset "UTF-8";
:root {
  /* #00549f */
  --colorPrimary-Hue: 208;
  --colorPrimary-Sat: 100%;
  --colorPrimary-Lig: 30%;
  --colorPrimary: hsl(var(--colorPrimary-Hue),var(--colorPrimary-Sat),var(--colorPrimary-Lig));
  /* #085ea8 */
  --colorSecondary: hsl(var(--colorPrimary-Hue), 91%, 35%);
  /* #aaa9a9 */
  --colorGreyBrend-Hue:0;
  --colorGreyBrend-Sat:1%;
  --colorGreyBrend-Lig:66%;
  --colorGreyBrend: hsl(var(--colorGreyBrend-Hue),var(--colorGreyBrend-Sat),var(--colorGreyBrend-Lig));
  /* #ffd52b */
  --colorWarning-Hue: 48;
  --colorWarning-Sat: 100%;
  --colorWarning-Lig: 58%;
  --colorWarning: hsl(var(--colorWarning-Hue),var(--colorWarning-Sat),var(--colorWarning-Lig));
  /* #b91c1c */
  --colorDanger-Hue: 0;
  --colorDanger-Sat: 74%;
  --colorDanger-Lig: 42%;
  --colorDanger: hsl(var(--colorDanger-Hue),var(--colorDanger-Sat),var(--colorDanger-Lig));
  /* #00b04b */
  --colorSuccess-Hue: 146;
  --colorSuccess-Sat: 100%;
  --colorSuccess-Lig: 35%;
  --colorSuccess: hsl(var(--colorSuccess-Hue),var(--colorSuccess-Sat),var(--colorSuccess-Lig));
  --colorBorder: #c0c0c0;
  --BgLight-Blue: #edf2f6;
  --BgLight-Grey: #f2f4f5;
  --color-text: #202427;
  /* #0089ff */
  --colorHoverOnWhite: hsl(var(--colorPrimary-Hue), 100%, 50%);
  --colorHoverOnPrimary: #66d1ff;
  --font-primary: 'PT Sans', Arial, Helvetica, sans-serif;
  --font-size: 16px;
  --heightHeader: 64px;
  --gapBase: 20px;
  --padVert: calc(var(--gapBase) * 2);
  --widthBoxMobMenu: 320px;
  --miniRadius: 0.25rem;
  --heightBottomInformer: 50px
; }

@font-face {
    font-family: 'PT Sans';
    src: url('/wp-content/themes/kpfu2/fonts/ptsans-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/kpfu2/fonts/ptsans-regular-webfont.woff') format('woff');
    font-display: swap;         
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
  font-family: 'PT Sans';
  src: url("/wp-content/themes/kpfu2/fonts/ptsans-italic-webfont.woff2") format("woff2"), url("/wp-content/themes/kpfu2/fonts/ptsans-italic-webfont.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: italic; }
*/
@font-face {
  font-family: 'PT Sans';
  src: url("/wp-content/themes/kpfu2/fonts/ptsans-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/kpfu2/fonts/ptsans-bold-webfont.woff") format("woff");
  font-display: swap;
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'PT Sans';
  src: url("/wp-content/themes/kpfu2/fonts/ptsans-bolditalic-webfont.woff2") format("woff2"), url("/wp-content/themes/kpfu2/fonts/ptsans-bolditalic-webfont.woff") format("woff");
  font-display: swap;
  font-weight: bold;
  font-style: italic; }

/*! Классы зарезервированные для работы скриптов:
  */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 2px #000 !important;
  box-shadow: 0 0 0 2px #000 !important; }

/* reset */
button {
  border: none;
  color: inherit;
  font-size: 100%;
  font-family: inherit;
  background: none;
  padding: 0;
  cursor: pointer; }

a img {
  border: none; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

figure {
  margin: 0;
  padding: 0; }

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

pre, code {
  display: inline;
  font-family: 'Courier New', Courier, monospace; }

/*! main styles */
body {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: var(--font-primary);
  font-size: var(--font-size);
  font-weight: normal;
  color: var(--color-text);
  line-height: 1.3em; }

body.noscroll {
  overflow: hidden;
  height: 100vh; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  background: #1b1a1f;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.overlay.active {
  pointer-events: auto;
  opacity: 0.7;
  z-index: 9; }

a {
  color: var(--colorPrimary);
  text-decoration: none; }

p {
  padding: 0;
  margin: 1.3em 0 0.8em; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }
  :is(h2, h3) + p {
    margin-top: 0; }

h1, h2, h3 {
  padding: 0;
  line-height: 1.15em; }

h1 {
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 0.7em; }

h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 1em 0 0.5em; }

h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 1em 0 0.5em; }

h4 {
  font-size: 19px;
  color: var(--colorPrimary);
  font-weight: bold;
  margin: 1em 0 0.5em; }

div > :is(h2, h3, h4):first-child {
  margin-top: 0; }

hr {
  margin: 2.5em auto;
  height: 1px;
  width: 80%;
  border: none;
  border-top: 2px solid var(--colorSecondary);
  background: none;
  border-radius: var(--miniRadius); }

.hidden {
  display: none !important; }

[hidden] {
  display: none; }

/* для иконок */
.icok {
  display: inline-block;
  width: 1em;
  height: 1em; }

.icok svg {
  width: 100%;
  height: 100%;
  fill: currentColor; }

/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 */
@-ms-viewport {
  width: device-width; }

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

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

/**
 * Bootstrap overrides
 */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 767.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important; } }

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

@media (min-width: 1000px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1549.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1550px) {
  .hidden-lg-up {
    display: none !important; } }

/* @media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
} */
.hidden-lg-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1550px) {
  .container {
    max-width: 1405px; } }

.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1000px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1300px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

/* @media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
} */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* end grid */
/* сетка */
.container {
  padding: 0 var(--gapBase);
  width: 100%; }
  .container.narrow, .container .container-narrow {
    width: 73%; }

/* END сетка */
/* HEADER */
header {
  background: var(--colorPrimary);
  color: #fff; }
  header a {
    color: currentColor; }
  header .outer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  header .informerHeader {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 1em 0;
    background: hsl(var(--colorPrimary-Hue), var(--colorPrimary-Sat), calc(var(--colorPrimary-Lig) - 3%)); }
    header .informerHeader a[href*="tel"] {
      white-space: nowrap; }
  header .headMain {
    height: var(--heightHeader);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: var(--colorPrimary); }

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

.headMain .logo_kpfu .desctop {
  display: none; }

.headMain .icok {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: var(--miniRadius); }

.headMain .dops_logo, .headMain .privateLink, .headMain .open-navSturcture, .headMain .socio, .headMain .exFuntion button:not(.search_btn), .headMain .listLang {
  display: none; }

.hamburger {
  font-size: 13px;
  cursor: pointer;
  padding: 1.3em 1em 1.3em 0;
  background: none; }
  .hamburger > div {
    width: 1.7em;
    height: 0.2em;
    border-radius: 1em;
    background: #fff; }
    .hamburger > div::before, .hamburger > div::after {
      display: block;
      content: "";
      position: absolute;
      height: 0.2em;
      background: #fff;
      border-radius: 1em;
      -webkit-transition: font-size 0s;
      transition: font-size 0s; }
    .hamburger > div::before {
      margin-top: -0.7em;
      width: 2em; }
    .hamburger > div::after {
      margin-top: 0.7em;
      width: 1em; }

.boxSearch {
  display: none;
  padding: 0.8em 0;
  background: var(--colorSecondary);
  color: #fff; }
  .boxSearch form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .boxSearch .input-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0; }
  .boxSearch .default-input {
    width: 100%; }
  .boxSearch .close {
    font-size: 0.6rem;
    margin-left: 10px;
    margin-right: -6px; }

/* END HEADER */
.informerTopPage {
  padding: 0.6em 0;
  color: var(--colorPrimary);
  font-weight: bold;
  font-size: 16px; }

/* ссылки обратной связи */
.offset-feedback {
  position: fixed;
  z-index: 3;
  bottom: 30px;
  right: 0;
  width: 40px; }
  .offset-feedback .feedbackLinks {
    position: relative;
    max-width: 300px; }

.feedbackLinks {
  --dimension: 40px; }
  .feedbackLinks .feedbackLinks__item {
    display: block;
    position: relative;
    min-width: var(--dimension);
    max-width: 300px;
    height: var(--dimension);
    margin-bottom: var(--gapBase);
    background: var(--colorSecondary);
    color: #fff;
    border-radius: var(--miniRadius) 0 0 var(--miniRadius);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .feedbackLinks .feedbackLinks__item a {
      color: currentColor; }
  .feedbackLinks .feedbackLinks__img {
    width: var(--dimension);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: text; }
    .feedbackLinks .feedbackLinks__img svg {
      width: 20px;
      height: 20px; }
  .feedbackLinks .feedbackLinks__name {
    position: absolute;
    top: 0;
    right: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    height: var(--dimension);
    padding: 0;
    background: var(--colorHoverOnWhite);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--miniRadius) 0 0 var(--miniRadius); }
  .feedbackLinks .feedbackLinks__item:hover,
  .feedbackLinks .feedbackLinks__item.open {
    border-radius: 0;
    background: var(--colorHoverOnWhite);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .feedbackLinks .feedbackLinks__item:hover .feedbackLinks__name,
    .feedbackLinks .feedbackLinks__item.open .feedbackLinks__name {
      width: 250px;
      padding: 0 20px 0 1em;
      -webkit-transition: width 0.2s ease,
 padding 0.2s ease;
      transition: width 0.2s ease,
 padding 0.2s ease; }

@media (min-width: 768px) {
  .offset-feedback {
    width: 50px; }
  .feedbackLinks {
    --dimension: 50px; } }

/* END ссылки обратной связи */
/* строка пути */
.breadcrumbBox {
  background: var(--BgLight-Blue);
  border-left: 5px solid var(--colorPrimary); }

.breadcrumbs {
  padding: calc(var(--gapBase) / 2) 0 0;
  font-size: 85%;
  color: #817e7e; }
  .breadcrumbs a {
    color: currentColor;
    text-decoration: underline; }
  .breadcrumbs > span {
    padding: 0 0.7em 0 0; }
/*    .breadcrumbs > span:not(:first-child)::before {
      display: inline-block;
      content: "/";
      padding-right: 0.7em; }*/

/* END строка пути */
/* ГЛАВНОЕ МЕНЮ */
.offset-navmain .nav-container {
  height: 100%;
  background: var(--colorPrimary);
  color: #fff; }
  .offset-navmain .nav-container a {
    color: currentColor; }

/* определяем положение и размеры мобильного меню в отдельном медиа чтобы не переопределять потом в desctop */
@media (max-width: 1023px) {
  .offset-navmain {
    --heightTopNav: 56px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    pointer-events: none; }
    .offset-navmain .nav-container {
      overflow: hidden;
      width: var(--widthBoxMobMenu);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .offset-navmain.openMenu .nav-container {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      pointer-events: all; }
    .offset-navmain .close {
      margin-right: -0.5em; }
    .offset-navmain .topNav {
      padding: 0.6em 0;
      height: var(--heightTopNav);
      background: rgba(0, 0, 0, 0.14); }
    .offset-navmain .topNav .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 90%; }
    .offset-navmain .open-login {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .offset-navmain .open-login .icok {
      display: inline-block;
      width: 30px;
      height: 30px;
      padding: 6px 12px 6px 0; }
    .offset-navmain nav {
      height: calc(100% - var(--heightTopNav));
      overflow: auto;
      scroll-behavior: smooth; }
      .offset-navmain nav ul {
        padding: 20px 0; }
        .offset-navmain nav ul a {
          display: block;
          padding: 0.8em 20px;
          font-weight: bold;
          font-size: 18px; }
      .offset-navmain nav .icok {
        width: 30px;
        height: 30px;
        padding: 8px; }
      .offset-navmain nav .navmain-part2 {
        background: #fff;
        color: var(--color-text); }
        .offset-navmain nav .navmain-part2 li {
          position: relative; }
        .offset-navmain nav .navmain-part2 > a {
          margin-right: 50px; }
        .offset-navmain nav .navmain-part2 .navmain__itemLevel1 {
          padding: 0.8em 20px;
          font-weight: bold;
          font-size: 18px; }
        .offset-navmain nav .navmain-part2 .navmain__itemLevel2 {
          padding: 1em 0 0.5em;
          font-size: 0.9rem; }
      .offset-navmain nav .show-subMenu {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .offset-navmain nav .show-subMenu .ico-plus {
          font-size: 1em;
          width: 13px;
          height: 13px; }
      .offset-navmain nav .submenu-container {
        display: none;
        position: relative; }
        .offset-navmain nav .submenu-container .hide-subMenu {
          position: absolute;
          right: 10px;
          bottom: 0.6em; }
      .offset-navmain nav .navmain__itemLevel1 + .submenu-container {
        padding: 0.5em var(--gapBase);
        -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
        background: rgba(0, 0, 0, 0.08); }
      .offset-navmain nav .submenu {
        padding: 0; }
        .offset-navmain nav .submenu .submenu {
          padding: 0 var(--gapBase); }
        .offset-navmain nav .submenu a {
          padding-left: 0;
          padding-right: 0;
          font-weight: normal;
          font-size: 0.9rem;
          text-decoration: underline; }
      .offset-navmain nav li.open > .navmain__itemLevel1 {
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
      .offset-navmain nav li.open > [class*="navmain__item"] .ico-plus::before {
        -webkit-transform: translateX(-50%) scaleY(0);
        transform: translateX(-50%) scaleY(0); } }

/* END ГЛАВНОЕ МЕНЮ */
/* FOOTER */
footer {
  background: var(--colorSecondary);
  color: #fff; }
  footer h3, footer h4, footer a, footer .moreLink {
    color: currentColor; }
  footer .moreLink .icok {
    border: 1px solid #fff;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  footer nav li.current-menu-item a {
    text-decoration: underline;
  }
  footer .footerLeft {
    display: none; }
  footer .footerRight {
    padding: var(--gapBase) 0; }
  footer h3 {
    font-size: 30px; }
  footer .footerBottom {
    margin: 0 calc(var(--gapBase) * -1);
    padding: var(--gapBase) 0 0; }
    footer .footerBottom > div {
      padding: var(--gapBase); }
  footer .bvi {
    background: var(--colorPrimary);
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold; }
    footer .bvi a {
      display: block;
      text-decoration: underline; }
  footer .copy {
    font-size: 90%; }

.contacts.contacts_foot .contacts__item {
  margin-bottom: 1.5em; }

.contacts.contacts_foot .contacts__title {
  margin: 0 0 0.5ex;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1.2em; }

.contacts.contacts_foot .contacts__content {
  margin: 0;
  opacity: 0.9; }
  .contacts.contacts_foot .contacts__content a[href^="tel"], .contacts.contacts_foot .contacts__content a[href^="mailto"] {
    font-weight: bold; }

@media (min-width: 768px) {
  footer h3 {
    margin-bottom: 1em; }
  footer .footerRight {
    padding-top: calc(var(--gapBase) * 2); }
  footer .contacts .gridBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gapBase); }
    footer .contacts .gridBox > p {
      display: none; }
    footer .contacts .gridBox .box-collapse {
      display: block; }
  footer .bvi {
    text-align: center; }
  .contacts.contacts_foot .contacts__item {
    margin-bottom: 2.5em; }
  .contacts.contacts_foot .contacts__title {
    margin-bottom: 1ex; } }

/* нижний информер */
.informerBottomPage {
  display: none; }

/* END FOOTER */
/* кнопки (кнопки, ссылки)  */
.button {
  display: inline-block;
  padding: 0.5em 1em 0.45em;
  text-align: center;
  text-decoration: none;
  border-radius: var(--miniRadius);
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease,
 color 0.2s ease;
  transition: background-color 0.2s ease,
 color 0.2s ease; }
  .button.btn-default {
    background-color: var(--colorPrimary);
    color: #fff !important; }
  .button.btn-light {
    border-color: var(--colorPrimary);
    color: var(--colorPrimary); }
  .button.btn-light-inverse {
    border-color: rgba(255, 255, 255, 0.7);
    color: currentColor; }
  .button.btn-wide {
    padding-left: 3em;
    padding-right: 3em; }
  .button.btn-wide100 {
    width: 100%;
    padding: 0.7em 1em; }

/* элементы forms */
form, input, textarea, select, option, button {
  font-size: 100%;
  font-family: inherit;
  line-height: inherit; }

button {
  font-weight: inherit; }

input {
  line-height: inherit;
  -webkit-transition: background-color 0.2s ease,
 color 0.2s ease;
  transition: background-color 0.2s ease,
 color 0.2s ease; }

.button[type='reset'] {
  color: var(--color-text);
  background: var(--colorGreyBrend); }
  .button[type='reset']:active {
    background-color: #000;
    color: #fff; }

input:disabled, input:disabled:hover {
  background: #CCC;
  cursor: text; }

.default-input,
textarea {
  padding: 0.5em 1em 0.45em;
  border: 1px solid var(--colorGreyBrend);
  background-color: #fff;
  border-radius: var(--miniRadius);
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .default-input:focus,
  textarea:focus {
    border-color: var(--colorPrimary); }
  .default-input.input-inverse,
  textarea.input-inverse {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff; }
    .default-input.input-inverse:focus,
    textarea.input-inverse:focus {
      background-color: rgba(0, 0, 0, 0.1);
      border-color: #fff; }

.default-input::-moz-placeholder {
  color: #9b9b9b;
  font-size: 100%;
  text-transform: none;
  opacity: 1; }

.default-input:-ms-input-placeholder {
  color: #9b9b9b;
  font-size: 100%;
  text-transform: none;
  opacity: 1; }

.default-input::-webkit-input-placeholder {
  color: #9b9b9b;
  font-size: 100%;
  text-transform: none;
  opacity: 1; }

.default-input.input-inverse::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 100%;
  text-transform: none;
  opacity: 1; }

.default-input.input-inverse:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 100%;
  text-transform: none;
  opacity: 1; }

.default-input.input-inverse::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 100%;
  text-transform: none;
  opacity: 1; }

.input-group {
  margin: 0.5em 0 1em; }
  .input-group .default-label {
    margin-bottom: 0.5em;
    display: block; }
  .input-group .default-input {
    width: 100%; }

@media (min-width: 768px) {
  .input-group.fcol-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .input-group.fcol-2 .default-label {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 30%;
      margin: 0 var(--gapBase) 0 0;
      padding: 0.5em 0 0.45em; }
    .input-group.fcol-2 .box-defaultInput {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }

/* END элементы forms */
.navInner {
  margin: 0 calc(var(--gapBase) * -1);
  padding: var(--gapBase);
  border-left: 5px solid var(--colorPrimary);
  background: var(--BgLight-Blue); }
  .navInner li {
    padding: 0.6em 0; }
    .navInner li:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .navInner li .active {
      font-weight: bold; }

/* определяем контейнер баннера с меню */
/* !! в мобиле (менее 1024px) на классы .outer-splash, .outer-container, .splash - НЕ ВЕШАТЬ position: relative, absolute, fixed - иначе поедет положение главного меню */
.outer-splash {
  background: var(--colorGreyBrend);
  color: #fff; }

/*! CONTENT */
.blockBase {
  padding: var(--gapBase);
  margin: var(--gapBase) 0; }

.block--BgLight {
  background: var(--BgLight-Grey); }

.block--BgPrimary {
  background: var(--colorPrimary);
  color: #fff; }

.block--BgSecondary {
  background: var(--colorSecondary);
  color: #fff; }

:is(.block--BgPrimary, .block--BgSecondary) :is(h3, h4, a) {
  color: currentColor; }

:is(.block--BgPrimary, .block--BgSecondary) hr {
  border-color: #fff; }

:is(.block--BgPrimary, .block--BgSecondary) .notes {
  color: rgba(255, 255, 255, 0.7); }

.block--Shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: var(--miniRadius); }

.rounded {
  border-radius: var(--miniRadius); }

.marginNull {
  margin: 0; }

.paddingNull {
  padding: 0; }

@media (min-width: 768px) {
  .text--col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: var(--gapBase);
    -moz-column-gap: var(--gapBase);
    column-gap: var(--gapBase);
    margin: 1.3em 0 0.8em; }
  .text--col3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: var(--gapBase);
    -moz-column-gap: var(--gapBase);
    column-gap: var(--gapBase);
    margin: 1.3em 0 0.8em; }
  :is(.text--col2, .text--col3) li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid; } }

.notes {
  font-size: 85%;
  color: #666; }

.row-equalcol {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: var(--gapBase); }

.dropdown-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  border-style: solid;
  border-width: 4px 4px 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

/* сворачивающиеся блоки */
.link-collapse {
  cursor: pointer;
  text-align: left;
  display: inline-block; }
  .link-collapse span {
    border-bottom: 1px dotted currentColor; }
  .link-collapse .icok {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .link-collapse.active .icok {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .link-collapse.moreLink .icok {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.box-collapse {
  display: none; }

/*! список для текста с тире */
.ul-text, .pageInner__content ul:not(class) {
  padding: 0 0 0 0.7em;
  margin: 0.5em 0 1em; }
  .ul-text li, .pageInner__content ul:not(class) li {
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    position: relative; }
    .ul-text li::before, .pageInner__content ul:not(class) li::before {
      position: absolute;
      display: block;
      content: "—";
      top: 0ex;
      left: 0; }
    .ul-text li:last-child, .pageInner__content ul:not(class) li:last-child {
      margin-bottom: 0; }

.pageInner__content ol:not(class) {
  margin: 0.5em 0 1em 2em; }
  .pageInner__content ol:not(class) li {
    margin-bottom: 0.5em;
    padding-left: 0.3em; }

/*! alerts  */
.text--Primary {
  color: var(--colorPrimary); }

.text--Secondary {
  color: var(--colorSecondary); }

.text--GreyBrend {
  color: var(--colorGreyBrend); }

.text--Warning {
  color: hsl(41, var(--colorWarning-Sat), 42%); }

.text--Danger {
  color: var(--colorDanger); }

.text--Success {
  color: var(--colorSuccess); }

.alert {
  padding: var(--gapBase);
  margin: var(--gapBase) 0;
  border: 2px solid var(--colorPrimary);
  background: hsl(var(--colorPrimary-Hue), 46%, 95%); }
  .alert--warning {
    border-color: var(--colorWarning);
    background: hsl(var(--colorWarning-Hue), 75%, 95%); }
  .alert--success {
    border-color: var(--colorSuccess);
    background: hsl(var(--colorSuccess-Hue), 50%, 95%); }
  .alert--danger {
    border-color: var(--colorDanger);
    background: hsl(var(--colorDanger-Hue), 50%, 95%); }

/*! end alert */
.ico-plus,
.ico-minus {
  display: inline-block;
  position: relative;
  width: 1.5ex;
  height: 1.5ex; }
  .ico-plus::after, .ico-plus::before,
  .ico-minus::after,
  .ico-minus::before {
    display: block;
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 0.5em;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .ico-plus::after,
  .ico-minus::after {
    width: 100%;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.ico-plus::before {
  height: 100%;
  width: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(1);
  transform: translateX(-50%) scaleY(1); }

.ico-minus::before {
  display: none; }

.button .ico-plus {
  margin-right: 1em; }

.close {
  font-size: 13px;
  color: currentColor;
  cursor: pointer;
  padding: 1.3em 0.5em;
  background: none; }
  .close > div {
    display: block;
    position: relative;
    width: 2em;
    height: 0.2em;
    border-radius: 1em;
    background: none; }
    .close > div::before, .close > div::after {
      display: block;
      content: "";
      position: absolute;
      width: 2em;
      height: 0.2em;
      background: currentColor;
      border-radius: 1em;
      -webkit-transition: font-size 0s;
      transition: font-size 0s; }
    .close > div::before {
      margin-top: -0.7em;
      -webkit-transform: rotate(45deg) translate(0.55em, 0.45em);
      transform: rotate(45deg) translate(0.55em, 0.45em); }
    .close > div::after {
      margin-top: 0.7em;
      -webkit-transform: rotate(-45deg) translate(0.55em, -0.45em);
      transform: rotate(-45deg) translate(0.55em, -0.45em); }

/*! для попапов */
a.link-popup:not(button) {
  border-bottom: 1px dashed; }

.box-popup {
  display: none; }
  @media (max-width: 320px) {
    .box-popup {
      padding: var(--gapBase); } }
  .box-popup h2 {
    font-size: 24px; }

/* Табы. В мобильной как аккордион, при ширине 600рх переключаются в классический */
.navTabs {
  display: none; }

.tabs-content .tabs-content__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem calc(var(--gapBase) / 2);
  border-bottom: 2px solid var(--colorSecondary);
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: padding .2s ease;
  transition: padding .2s ease; }
  .tabs-content .tabs-content__label .ico-plus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.tabs-content .tabs-content__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: padding .2s ease,
 opacity .5s .15s ease;
  transition: padding .2s ease,
 opacity .5s .15s ease; }

.tabs-content__item--active .tabs-content__label {
  cursor: inherit; }
  .tabs-content__item--active .tabs-content__label .ico-plus::before {
    -webkit-transform: scale(0);
    transform: scale(0); }

.tabs-content__item--active .tabs-content__container {
  padding: var(--gapBase) calc(var(--gapBase) / 2);
  height: auto;
  opacity: 1; }

:is(.block--BgPrimary, .block--BgSecondary) .tabs-content .tabs-content__label {
  border-bottom-color: rgba(255, 255, 255, 0.7); }

@media (min-width: 600px) {
  .navTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid var(--colorSecondary); }
    .navTabs .navTabs__btn {
      padding: 1rem;
      border-radius: var(--miniRadius) var(--miniRadius) 0 0;
      font: inherit;
      cursor: pointer; }
      .navTabs .navTabs__btn.navTabs__btn--active {
        font-weight: bold;
        color: #fff;
        background: var(--colorSecondary); }
  .tabs-content__item {
    padding: var(--gapBase) 0;
    display: none;
    -webkit-transition: opacity 0.5s .15s ease;
    transition: opacity 0.5s .15s ease; }
    .tabs-content__item.tabs-content__item--active {
      display: block;
      -webkit-animation: opacity 0.5s ease;
      animation: opacity 0.5s ease; }
      .tabs-content__item.tabs-content__item--active .tabs-content__container {
        padding: 0; }
  .tabs-content__label,
  .tabs-content__container {
    padding: 0; }
  .tabs-content .tabs-content__label {
    display: none; }
  :is(.block--BgPrimary, .block--BgSecondary) .navTabs {
    border-bottom-color: #fff; }
    :is(.block--BgPrimary, .block--BgSecondary) .navTabs .navTabs__btn--active {
      background: #fff;
      color: var(--colorPrimary); } }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Все слайдеры */
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

:is(.swiper, .swiper-nav) [class^="swiper-button-"] {
  margin: 0;
  padding: 0.6ex;
  width: 1em;
  height: 1em;
  font-size: 37px;
  color: var(--color-text);
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  :is(.swiper, .swiper-nav) [class^="swiper-button-"]::after {
    display: none; }
  :is(.swiper, .swiper-nav) [class^="swiper-button-"] svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
    -webkit-transition: fill 0.2s ease;
    transition: fill 0.2s ease; }
  :is(.swiper, .swiper-nav) [class^="swiper-button-"]:focus-visible {
    outline-color: var(--colorPrimary); }
  :is(.block--BgSecondary, .splash) :is(.swiper, .swiper-nav) [class^="swiper-button-"]:focus-visible {
    outline-color: #fff; }

.swiperNavStatic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: var(--gapBase) 0; }
  .swiperNavStatic .swiper-pagination, .swiperNavStatic .swiper-button-next, .swiperNavStatic .swiper-button-prev {
    position: static; }
  .swiperNavStatic .swiper-button-prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .swiperNavStatic .swiper-pagination {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin: 0 var(--gapBase); }
  .swiperNavStatic .swiper-button-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

.swiper-disabled .swiper-nav {
  display: none; }

.swiper-disabled .swiper-slide-duplicate {
  display: none; }

/* slider Main */
#mainslider {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: var(--gapBase);
  background: var(--colorPrimary); }
  #mainslider.swiper-initialized {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  #mainslider .item {
    background: var(--colorPrimary); }
    #mainslider .item a {
      display: block;
      position: relative;
      color: currentColor; }
    #mainslider .item .img img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    #mainslider .item .caption {
      padding: var(--gapBase);
      margin: 0; }
  #mainslider .swiper-pagination, #mainslider .swiper-button-next, #mainslider .swiper-button-prev {
    position: static; }
  #mainslider .swiper-nav {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 var(--gapBase);
    background: var(--colorPrimary); }
    #mainslider .swiper-nav .swiper-button-prev {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    #mainslider .swiper-nav .swiper-pagination {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: auto;
      margin: 0 var(--gapBase); }
    #mainslider .swiper-nav .swiper-button-next {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }

@media (min-width: 768px) {
  #mainslider {
    padding-bottom: 0;
    height: 50vh;
    --heightNavSlider: 37px; }
    #mainslider .item {
      height: 100%; }
      #mainslider .item a, #mainslider .item .img {
        height: 100%; }
      #mainslider .item .img {
        position: relative; }
        #mainslider .item .img img {
          -o-object-fit: cover;
          object-fit: cover;
          aspect-ratio: unset; }
        #mainslider .item .img::after {
          display: block;
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
      #mainslider .item .caption {
        position: absolute;
        left: 0;
        bottom: calc(var(--heightNavSlider) + var(--gapBase));
        width: 100%;
        padding: calc(var(--gapBase) * 2);
        font-size: 1.5rem;
        line-height: 1.3em;
        font-weight: bold; }
    #mainslider .swiper-nav {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: var(--gapBase) calc(var(--gapBase) * 2);
      background: none;
      pointer-events: none; }
      #mainslider .swiper-nav > div {
        pointer-events: all; } }

/* КОНТЕНТ */
.indexH1, .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

main {
  margin: 0;
  padding: 0; }
  main section {
    padding: var(--padVert) 0; }

.moreLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--colorPrimary);
  font-weight: bold; }
  .moreLink .icok {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 37px;
    padding: 0.6ex;
    margin-left: 0.4em;
    background: var(--colorPrimary);
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }

/* NEWS */
.newsList .newsList__title {
  color: var(--color-text);
  font-weight: bold; }

.newsList .newsList__date {
  margin: 0; }

.newsList .newsList__img img {
  width: 100%;
  max-width: 100%;
  display: block; }

.newsList_type_main .newsList__item {
  margin-bottom: calc(var(--gapBase) * 1.5); }

.newsList_type_main .newsList__wrapLink {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: currentColor; }

.newsList_type_main .newsList__title {
  margin-bottom: 0; }

.newsList_type_main .newsList__img {
  width: 28%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: var(--gapBase); }
  .newsList_type_main .newsList__img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: var(--miniRadius); }

.newsList_type_main .newsList__date {
  margin-top: 0.5em;
  font-size: 90%; }

@media (max-width: 375px) {
  .newsList_type_main .newsList__item_first .newsList__wrapLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--colorPrimary);
    color: #fff;
    border-radius: var(--miniRadius); }
  .newsList_type_main .newsList__item_first .newsList__title {
    color: currentColor;
    font-size: 110%; }
  .newsList_type_main .newsList__item_first .newsList__img {
    width: 100%;
    margin-right: 0; }
    .newsList_type_main .newsList__item_first .newsList__img img {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      -o-object-fit: unset;
      object-fit: unset;
      height: auto; }
  .newsList_type_main .newsList__item_first .newsList__content {
    padding: calc(var(--gapBase) * 1.5) var(--gapBase); } }

@media (max-width: 360px) {
  .newsList_type_main .newsList__item_first .newsList__content {
    padding: calc(var(--gapBase) * 1.5) var(--gapBase); } }

@media (max-width: 320px) {
  .newsList_type_main .newsList__item_first .newsList__content {
    padding: var(--gapBase); } }

@media (min-width: 768px) {
  .newsList_type_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: var(--gapBase);
    grid-auto-flow: row; }
  .newsList_type_main .newsList__item {
    margin: 0 0 var(--gapBase); }
    .newsList_type_main .newsList__item .newsList__wrapLink {
      height: 100%; }
    .newsList_type_main .newsList__item .newsList__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

/* главная страница */
/* СОБЫТИЯ & TV */
.events_index .tv_index {
  display: none; }

/* анонсы событий */
.anonsEvents.swiper {
  padding: var(--gapBase);
  margin: 0 calc(var(--gapBase) * -1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  .anonsEvents.swiper .swiper-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.anonsEvents .anonsEvents__item {
  margin: 0;
  background: #fff;
  border-radius: var(--miniRadius);
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); }

.anonsEvents .anonsEvents__wrapLink {
  color: inherit;
  display: block; }

.anonsEvents .anonsEvents__img {
  position: relative; }

.anonsEvents .anonsEvents__img img {
  width: 100%;
  max-width: 100%;
  border-radius: var(--miniRadius) var(--miniRadius) 0 0; }

.anonsEvents .anonsEvents__text {
  padding: var(--gapBase); }
  .anonsEvents .anonsEvents__text:first-child {
    border-radius: var(--miniRadius) var(--miniRadius) 0 0;
    border-top: var(--gapBase) solid var(--colorPrimary); }

.anonsEvents .anonsEvents__title {
  margin: 0;
  font-weight: bold; }

.anonsEvents .anonsEvents__date {
  margin: 0;
  font-size: 90%; }

@media (min-width: 768px) {
  .anonsEvents .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .anonsEvents .anonsEvents__item {
    height: auto; }
  .anonsEvents .anonsEvents__img {
    aspect-ratio: 3 / 2; }
    .anonsEvents .anonsEvents__img img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

/* Быстрые ссылки */
.fastLinks_index {
  padding-bottom: 0; }

.fastLinksSlider.swiper [class^="swiper-button-"] {
  background: none;
  color: currentColor;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.3ex; }

.fastLinksSlider .swiper-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0; }
  .fastLinksSlider .swiper-nav .icoHand {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 1em; }

.fastLinksSlider .fastLinksSlider__slide:first-child {
  padding-top: calc(var(--gapBase) * 2); }

.fastLinksSlider .fastLinksSlider__slide:nth-of-type(2) {
  padding-top: var(--gapBase); }

.fastLinks {
  padding: var(--gapBase) var(--gapBase) calc(var(--gapBase) * 2);
  background: var(--colorPrimary);
  border-radius: var(--miniRadius) var(--miniRadius) 0 0; }
  .fastLinks .fastLinks__item:not(:last-child) {
    margin-bottom: 1em; }
  .fastLinks .fastLinks__link {
    display: block;
    font-weight: bold;
    opacity: 0.85; }

@media (min-width: 768px) {
  .fastLinksSlider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .fastLinksSlider .fastLinksSlider__slide {
    height: auto; }
  .fastLinks {
    height: 100%; } }

/* Универ в цифрах */
.univerNumbers .univerNumbers__item {
  margin: 0 calc(var(--gapBase) * -1) var(--gapBase);
  padding-top: var(--gapBase);
  text-align: center; }
  .univerNumbers .univerNumbers__item:last-child {
    margin-bottom: 0; }

.univerNumbers .univerNumbers__title {
  background: var(--BgLight-Grey);
  padding: calc(var(--gapBase) * 2.5) var(--gapBase) var(--gapBase); }

.univerNumbers .univerNumbers__number {
  display: block;
  color: var(--colorPrimary);
  font-size: 110%;
  font-weight: bold; }

.univerNumbers .univerNumbers__img svg {
  fill: #fff;
  margin-bottom: calc(var(--gapBase) * -1.5);
  width: 100px;
  height: 100px;
  -webkit-filter: drop-shadow(0 0 10px hsla(var(--colorPrimary-Hue), 50%, var(--colorPrimary-Lig), 0.4));
  filter: drop-shadow(0 0 10px hsla(var(--colorPrimary-Hue), 50%, var(--colorPrimary-Lig), 0.4)); }

@media (min-width: 768px) {
  .univerNumbers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gapBase); } }

/* Наука */
.scienceProjects .scienceProjects__item {
  margin-bottom: var(--gapBase); }

.scienceProjects .scienceProjects__wrapLink {
  position: relative;
  display: block;
  border-radius: var(--miniRadius);
  overflow: hidden;
  color: #fff; }

.scienceProjects .scienceProjects__img {
  background: #000;
  height: 100px; }
  .scienceProjects .scienceProjects__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.4; }

.scienceProjects .scienceProjects__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 120%;
  font-weight: bold; }

@media (min-width: 768px) {
  .scienceProjects {
    display: grid;
    gap: var(--gapBase);
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row; }
    .scienceProjects .scienceProjects__item {
      margin-bottom: 0; }
    .scienceProjects .scienceProjects__img {
      height: 150px; } }

/* Студ. жизнь */
.studentLife_index .tabs-content h3 {
  margin: 0;
  font-size: 19px; }

.studentLife_index__img {
  width: auto;
  padding-bottom: var(--gapBase);
  margin: 0 calc((var(--gapBase) / 2) * -1); }
  .studentLife_index__img img {
    max-width: 100%;
    width: 100%;
    border-radius: var(--miniRadius); }

@media (min-width: 768px) {
  .studentLife_index__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .studentLife_index h2 {
    margin-bottom: 0; }
  .studentLife_index .navTabs {
    border-bottom: none; }
    .studentLife_index .navTabs .navTabs__btn {
      border-radius: var(--miniRadius); }
  .studentLife_index__img {
    padding-right: var(--gapBase);
    padding-bottom: 0;
    margin: 0; } }

/* соцсети */
.socioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .socioList .socioList__item {
    display: block;
    width: 57px;
    height: 57px;
    padding: 15px;
    margin: var(--gapBase) var(--gapBase) 0 0;
    border-radius: 50%;
    background: var(--colorPrimary);
    color: #fff; }
    .socioList .socioList__item:last-child {
      margin-right: 0; }

@media (min-width: 768px) {
  .socioList {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .socioList .socioList__item {
      margin-right: calc(var(--gapBase) * 2); } }

/* END главная страница */
/* Для WP */
[class*="wp-image"] {
  max-width: 100%;
  height: auto; }

/* Внутрениие страницы */
.pageInner {
  padding-top: 0; }
  .pageInner__sidebar {
    margin-top: var(--padVert); }
  .pageInner__content {
    margin-top: var(--padVert); }
  .pageInner h2 {
    font-size: 27px; }
  .pageInner__content .row {
    margin-left: calc((var(--gapBase) / 2) * -1);
    margin-right: calc((var(--gapBase) / 2) * -1); }
  .pageInner__content :is(.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto) {
    padding-left: calc(var(--gapBase) / 2);
    padding-right: calc(var(--gapBase) / 2); }
  .pageInner__content [class*="-12"] + [class*="-12"] {
    margin-top: var(--gapBase); }
  .pageInner__content a {
    text-decoration: underline; }
  .pageInner__content table td {
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    vertical-align: top; }
  .pageInner__content table th {
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    font-weight: bold;
    font-size: 90%;
    text-align: left; }
  .pageInner__content table thead tr:last-child th {
    border-bottom: 2px solid var(--colorGreyBrend); }
  .pageInner__content table tfoot tr:first-child :is(th, td) {
    border-top: 2px solid var(--colorGreyBrend);
    font-weight: bold; }
  .pageInner__content blockquote {
    padding: calc(var(--gapBase) * 1.5);
    margin: var(--gapBase) 0 var(--gapBase) calc(var(--gapBase) * -1);
    border-left: 5px solid var(--colorPrimary);
    border-radius: 0 var(--miniRadius) var(--miniRadius) 0;
    background: var(--BgLight-Grey); }
  @media (min-width: 768px) {
    .pageInner__content blockquote {
      margin-left: 1.5em; }
    .pageInner__content [class*="-12"] + [class*="-12"] {
      margin-top: 0; } }


.nav-links {
  margin-top: 25px;
}

.nav-links > * {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #0a4b83;
  color: #fff;
}

.nav-links > *:hover {
  opacity: 0.8;
}

.nav-links a:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;

}
