/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0165AA;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0165AA;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 1, 101, 170;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0165AA;
  text-decoration: none;
}

a:hover {
  color: #015188;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0165AA;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0165AA;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 1, 101, 170;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 12px);
  padding-left: var(--bs-gutter-x, 12px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1224px;
  }
}
.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

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

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

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

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

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

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

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

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "Segoe UI Local";
  src: local("Segoe UI Semilight");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI Local";
  src: local("Segoe UI");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI Local";
  src: local("Segoe UI Semibold");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI Local";
  src: local("Segoe UI Bold");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
::-webkit-input-placeholder {
  color: #707E95;
}
::-moz-placeholder {
  color: #707E95;
}
:-ms-input-placeholder {
  color: #707E95;
}
::-ms-input-placeholder {
  color: #707E95;
}
::placeholder {
  color: #707E95;
}

::-moz-selection {
  background-color: #00417B;
  color: #fff;
}

::selection {
  background-color: #00417B;
  color: #fff;
}

input, textarea {
  outline: none;
}
input:focus:invalid:-moz-placeholder-shown, textarea:focus:invalid:-moz-placeholder-shown {
  background: #FCE3E3;
}
input:focus:invalid:-ms-input-placeholder, textarea:focus:invalid:-ms-input-placeholder {
  background: #FCE3E3;
}
input:focus:invalid:placeholder-shown, textarea:focus:invalid:placeholder-shown {
  background: #FCE3E3;
}

input.error, textarea.error{
  background: #FCE3E3!important;
}

input:focus:invalid:-moz-placeholder-shown + span, textarea:focus:invalid:-moz-placeholder-shown + span {
  display: block;
}
input:focus:invalid:-ms-input-placeholder + span, textarea:focus:invalid:-ms-input-placeholder + span {
  display: block;
}
input:focus:invalid:placeholder-shown + span, textarea:focus:invalid:placeholder-shown + span, input.error + span {
  display: block;
}
input:required:valid, textarea:required:valid {
  background: #E6EAF0;
}

input + span, textarea + span {
  position: absolute;
  margin-top: 2px;
  display: none;
  font-size: 12px;
  font-weight: 300;
  color: #C32A19;
}

input[type=checkbox],
input[type=radio] {
  width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

html {
  height: 100%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  font-family: SegoeUI, sans-serif;
  font-size: 16px;
  line-height: 1.28;
  color: #000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
body.overflow {
  overflow-y: hidden;
}

.hidden {
  display: none;
}

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

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

a {
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
a:focus {
  outline: none;
}

svg path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.lozad {
  visibility: hidden;
}
.lozad.loaded {
  visibility: visible;
}

.section {
  padding: 38px 0;
}

@media only screen and (max-width: 1024px) {
  .section {
    padding: 23px 0;
  }
}
.swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 6px 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  opacity: 1;
  background: #9C9C9C;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #00417B;
}

.section-header {
  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;
  margin-bottom: 38px;
  border-bottom: 2px solid #F0F3FB;
}
.section-header__title, .section-header-nav__title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}
.section-header__title1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}
.section-header__title::before, .section-header-nav__title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00417B;
}
.section-header-nav {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  overflow-style: none;
  padding-bottom: 12px;
}
.section-header-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.section-header-nav__title {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 21px;
  color: #7A8D9E;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.section-header-nav__title::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 2;
  -webkit-transition: width 0.25s ease-out;
  -o-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
  background-color: #00417B;
}
.section-header-nav__title:last-child {
  margin-right: 0;
}
.section-header-nav__title.active {
  color: #000;
}
.section-header-nav__title.active::before {
  width: 100%;
}
.section-header-nav__title:hover {
  color: #000;
}
.section-header_white {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
.section-header_white .section-header__title {
  color: #fff;
}
.section-header_white .section-header__title::before {
  background-color: #61BEFF;
}

@media only screen and (max-width: 1024px) {
  .section-header {
    margin-bottom: 23px;
  }
  .section-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-header-nav__title {
    font-size: 14px;
  }
}
.link-all {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #00417B;
  text-decoration: none;
}
.link-all i {
  position: relative;
  top: -3px;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.link-all i svg path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.link-all_reverse i {
  margin: 0 10px 0 0;
}
.link-all:hover {
  color: #C32A19;
  text-decoration: none;
}
.link-all:hover i svg path {
  fill: #C32A19;
}

.link-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.link-with-icon i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  margin-right: 8px;
}
.link-with-icon span {
  text-decoration: underline;
}
.link-with-icon:hover {
  color: #C32A19;
}
.link-with-icon:hover path {
  fill: #C32A19;
}
.link-with-icon:hover span {
  text-decoration: none;
}

.scrollbar .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.scrollbar .mCSB_inside > .mCSB_container {
  margin-right: 18px;
}
.scrollbar .mCSB_scrollTools {
  width: 16px;
  opacity: 1;
  border-radius: 1px;
  background: #E6EAF0;
}
.scrollbar .mCSB_scrollTools .mCSB_draggerContainer {
  width: 16px;
  border-radius: 1px;
  background: #E6EAF0;
}
.scrollbar .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 15px 0;
}
.scrollbar .mCSB_scrollTools .mCSB_dragger_bar {
  width: 100%;
  border-radius: 1px;
  background: #CCD3DD;
}
.scrollbar .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
.scrollbar .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #CCD3DD;
}
.scrollbar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .scrollbar .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #00417B;
}
.scrollbar .mCSB_scrollTools .mCSB_buttonUp, .scrollbar .mCSB_scrollTools .mCSB_buttonDown {
  height: 15px;
  opacity: 1;
}
.scrollbar .mCSB_scrollTools .mCSB_buttonUp {
  background: #E6EAF0 url(../images/dist/scroll-top.svg) center no-repeat;
}
.scrollbar .mCSB_scrollTools .mCSB_buttonDown {
  background: #E6EAF0 url(../images/dist/scroll-bottom.svg) center no-repeat;
}

@media only screen and (max-width: 1024px) {
  .scrollbar .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .scrollbar .mCustomScrollBox, .scrollbar .mCSB_container {
    overflow: visible;
  }
  .scrollbar .mCSB_scrollTools {
    display: none !important;
  }
}
.stick {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
  right: 0;
  padding: 7px 20px;
  z-index: 2;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  border-radius: 0 5px 0 4px;
}

.air-datepicker-global-container .air-datepicker {
  width: auto;
  min-width: 258px;
  height: auto;
  border: 1px solid #dbdbdb;
}
.air-datepicker-global-container .air-datepicker-nav--title {
  color: #00417B;
}
.air-datepicker-global-container .air-datepicker-nav--title:hover {
  background: none;
}
.air-datepicker-global-container .air-datepicker-nav--action svg {
  width: 15px;
  height: 7px;
}
.air-datepicker-global-container .air-datepicker-nav--action path {
  stroke: none;
  fill: #000;
}
.air-datepicker-global-container .air-datepicker-nav--action:hover, .air-datepicker-global-container .air-datepicker-nav--action:active {
  background: none;
}
.air-datepicker-global-container .air-datepicker-nav--action:hover path, .air-datepicker-global-container .air-datepicker-nav--action:active path {
  fill: #00417B;
}
.air-datepicker-global-container .air-datepicker-body--day-name {
  color: #6b7688;
}
.air-datepicker-global-container .air-datepicker-cell.-day- {
  color: #000;
}
.air-datepicker-global-container .air-datepicker-cell.-other-month- {
  color: #6b7688;
}
.air-datepicker-global-container .air-datepicker-cell.-current- {
  color: #00417B;
}
.air-datepicker-global-container .air-datepicker-cell.-focus-, .air-datepicker-global-container .air-datepicker-cell.-selected- {
  color: #fff;
  border-radius: 2px;
  background: #00417B;
}
.air-datepicker-global-container .air-datepicker-cell.-selected-.-focus-, .air-datepicker-global-container .air-datepicker-cell.-selected-.-current-, .air-datepicker-global-container .air-datepicker-cell.-selected-.-range-from-, .air-datepicker-global-container .air-datepicker-cell.-selected-.-range-to- {
  color: #fff;
  background: #00417B;
}

.event-calendare .air-datepicker, .sidebar-calendare .air-datepicker {
  width: 100%;
  height: 100%;
  border: none;
}
.event-calendare .air-datepicker-nav, .sidebar-calendare .air-datepicker-nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 42px 4px;
  border-bottom: none;
}
.event-calendare .air-datepicker-nav--title, .sidebar-calendare .air-datepicker-nav--title {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #00417B;
  text-transform: uppercase;
}
.event-calendare .air-datepicker-nav--title:hover, .sidebar-calendare .air-datepicker-nav--title:hover {
  background: none;
}
.event-calendare .air-datepicker-nav--action svg, .sidebar-calendare .air-datepicker-nav--action svg {
  width: 21px;
  height: 11px;
}
.event-calendare .air-datepicker-nav--action path, .sidebar-calendare .air-datepicker-nav--action path {
  stroke: none;
  fill: #000;
}
.event-calendare .air-datepicker-nav--action:hover, .event-calendare .air-datepicker-nav--action:active, .sidebar-calendare .air-datepicker-nav--action:hover, .sidebar-calendare .air-datepicker-nav--action:active {
  background: none;
}
.event-calendare .air-datepicker-nav--action:hover path, .event-calendare .air-datepicker-nav--action:active path, .sidebar-calendare .air-datepicker-nav--action:hover path, .sidebar-calendare .air-datepicker-nav--action:active path {
  fill: #00417B;
}
.event-calendare .air-datepicker--content, .sidebar-calendare .air-datepicker--content {
  padding: 4px 35px;
}
.event-calendare .air-datepicker-body--day-names, .sidebar-calendare .air-datepicker-body--day-names {
  grid-auto-rows: 40px;
  margin: 0;
}
.event-calendare .air-datepicker-body--day-name, .sidebar-calendare .air-datepicker-body--day-name {
  font-size: 13px;
  color: #6b7688;
}
.event-calendare .air-datepicker-body--cells.-days-, .sidebar-calendare .air-datepicker-body--cells.-days- {
  grid-auto-rows: 40px;
}
.event-calendare .air-datepicker-cell.-day-, .sidebar-calendare .air-datepicker-cell.-day- {
  margin: 0 12px;
  height: 36px;
  font-size: 15px;
  color: #000;
}
.event-calendare .air-datepicker-cell.-other-month-, .sidebar-calendare .air-datepicker-cell.-other-month- {
  color: #6b7688;
}
.event-calendare .air-datepicker-cell.-current-, .sidebar-calendare .air-datepicker-cell.-current- {
  color: #00417B;
}
.event-calendare .air-datepicker-cell.-focus-, .event-calendare .air-datepicker-cell.-selected-, .sidebar-calendare .air-datepicker-cell.-focus-, .sidebar-calendare .air-datepicker-cell.-selected- {
  color: #fff;
  border-radius: 2px;
  background: #00417B;
}
.event-calendare .air-datepicker-cell.-selected-.-focus-, .event-calendare .air-datepicker-cell.-selected-.-range-from-, .event-calendare .air-datepicker-cell.-selected-.-range-to-, .sidebar-calendare .air-datepicker-cell.-selected-.-focus-, .sidebar-calendare .air-datepicker-cell.-selected-.-current-, .sidebar-calendare .air-datepicker-cell.-selected-.-range-from-, .sidebar-calendare .air-datepicker-cell.-selected-.-range-to- {
  color: #fff;
  background: #00417B;
}

.event-calendare .air-datepicker-cell.-in-range-, .sidebar-calendare .air-datepicker-cell.-in-range- {
  background: #E6EAF0;
}
.event-calendare .air-datepicker-cell.-in-range-:hover, .sidebar-calendare .air-datepicker-cell.-in-range-:hover {
  color: #000;
  background: #E6EAF0;
}
.event-calendare .air-datepicker-cell.-range-from-, .event-calendare .air-datepicker-cell.-range-to-, .sidebar-calendare .air-datepicker-cell.-range-from-, .sidebar-calendare .air-datepicker-cell.-range-to- {
  color: #000;
  border: none;
  background: #E6EAF0;
}
.event-calendare .-in-range-.air-datepicker-cell.-day-.-other-month-, .sidebar-calendare .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background: #E6EAF0;
}
.event-calendare .-selected-.air-datepicker-cell.-day-.-other-month-, .sidebar-calendare .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: #00417B;
}
.event-calendare .air-datepicker-cell.-current-,
.event-calendare .air-datepicker-cell.-current-.selected- {
    color: #c12919!important;
    background: #fff!important;
}
.event-calendare .air-datepicker-cell:not(.link).-focus-,
.event-calendare .air-datepicker-cell:not(.link).-selected- {
    color: #000;
    background: #fff;
}

@media only screen and (max-width: 1024px) {
  .event-calendare .air-datepicker--content {
    padding: 4px 24px;
  }
}
@media only screen and (max-width: 576px) {
  .event-calendare .air-datepicker--content {
    padding: 4px;
  }
  .event-calendare .air-datepicker-body--day-name {
    font-size: 12px;
  }
  .event-calendare .air-datepicker-cell.-day- {
    margin: 0 3px;
    font-size: 13px;
  }
}
.btn {
  position: relative;
  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;
  width: 100%;
  height: 42px;
  padding: 0;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  border: none;
  border-radius: 2px;
  background-color: #00417B;
}
.btn i {
  margin-right: 10px;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #C32A19;
}
.btn_lightblue {
  background-color: #0165AA;
}
.btn_grey {
  color: #707E95;
  background-color: #E6EAF0;
}
.btn_white {
  color: #00417B;
  background-color: #fff;
}
.btn_icon i {
  margin-right: 8px;
}

.inner-page {
  padding: 52px 0 50px;
}

.section-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -12px 38px;
}
.section-nav-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 12px;
  overflow: hidden;
  overflow-x: auto;
}
.section-nav-tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #F0F3FB;
}
.section-nav-tabs__item {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 21px;
  color: #7A8D9E;
  text-transform: uppercase;
  text-decoration: none;
}
.section-nav-tabs__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 2;
  -webkit-transition: width 0.25s ease-out;
  -o-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
  background-color: #00417B;
}
.section-nav-tabs__item:last-child {
  margin-right: 0;
}
.section-nav-tabs__item.active {
  color: #000;
}
.section-nav-tabs__item.active::before {
  width: 100%;
}
.section-nav-tabs__item:hover {
  color: #00417B;
}
.section-nav__years {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  margin: 0 12px;
}

@media only screen and (max-width: 1024px) {
  .section-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 38px;
  }
  .section-nav-tabs {
    width: 100%;
    margin: 0 0 25px;
  }
  .section-nav__years {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin: 0;
  }
}
.btn-show-content {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  padding: 0 19px;
  font-size: 13px;
  font-weight: 600;
  color: #00417B;
  cursor: pointer;
  z-index: 2;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background: #FFFFFF;
}
.btn-show-content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 6px;
  margin-top: -3px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #00417B;
}
.btn-show-content i {
  margin-right: 8px;
  -webkit-transform: 0 0;
      -ms-transform: 0 0;
          transform: 0 0;
}
.btn-show-content:hover, .btn-show-content.active {
  color: #C32A19;
}
.btn-show-content:hover path, .btn-show-content.active path {
  fill: #C32A19;
}
.btn-show-content.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-show-content_fusion.active {
  border-bottom-color: transparent;
  border-radius: 5px 5px 0 0;
}

@media only screen and (max-width: 1024px) {
  .btn-show-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.archive__title {
  margin-right: 25px;
  font-size: 14px;
  color: #00417B;
  text-transform: uppercase;
}
.archive-years {
  width: 183px;
}

@media only screen and (max-width: 1024px) {
  .archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 6px 0 15px;
  }
  .archive__title {
    margin-bottom: 10px;
  }
  .archive-years {
    width: 100%;
  }
}
.comments {
  padding: 30px 0;
}
.comments__btn {
  display: none;
}
.comments__btn i {
  width: 9px;
  height: 17px;
  background: url(../images/dist/facebook-white.svg) center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .comments {
    padding: 10px 0;
  }
  .comments__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .comments__btn.active {
    margin-bottom: 20px;
  }
  .comments-body, .comments .section-header {
    display: none;
  }
  .comments.show .comments-body {
    display: block;
  }
}
.pagination-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-more__link {
  display: inline-block;
  font-size: 14px;
  color: #00417B;
  line-height: 1;
  text-decoration: none;
}
.pagination-more__link i {
  position: relative;
  display: inline-block;
  top: -1px;
  -webkit-transform-origin: 6px 9px;
      -ms-transform-origin: 6px 9px;
          transform-origin: 6px 9px;
  width: 12px;
  height: 14px;
  margin-right: 8px;
}
.pagination-more__link span {
  position: relative;
}
.pagination-more__link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out, bottom 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, bottom 0.25s ease-out;
  transition: opacity 0.25s ease-out, bottom 0.25s ease-out;
  background-color: #00417B;
}
.pagination-more__link:hover {
  color: #C32A19;
}
.pagination-more__link:hover path {
  fill: #C32A19;
}
.pagination-more__link:hover span::before {
  bottom: -3px;
  opacity: 0;
}
.pagination-more__link.active i {
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.single-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}
.single-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
.single-nav__link {
  position: relative;
  margin-right: 32px;
}
.single-nav__link::after {
  content: "|";
  position: absolute;
  top: 2px;
  right: -17px;
  font-size: 12px;
  color: #D0D0D0;
}
.single-nav__link:last-of-type {
  margin-right: 0;
}
.single-nav__link:last-of-type::after {
  display: none;
}
.single-nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-nav-social__item {
  margin-right: 24px;
  text-decoration: none;
}
.single-nav-social__item:last-child {
  margin-right: 0;
}
.single-nav-social__item:hover path {
  fill: #C32A19;
}

@media only screen and (max-width: 1024px) {
  .single-nav .comments__btn {
    margin: 20px 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .single-nav-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 22px;
  }
}
.spoiler-text {
  position: relative;
}
.spoiler-text.show {
  height: auto;
  background: none;
  -webkit-text-fill-color: #000;
  text-fill-color: #000;
}

.spoiler-link {
  position: relative;
  display: none;
  margin-top: 27px;
  padding-right: 12px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  font-size: 12px;
  font-weight: 600;
  color: #00417B;
  text-transform: uppercase;
}
.spoiler-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #00417B transparent transparent transparent;
}
.spoiler-link.hide {
  display: none;
}

.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
.error-page__pict {
  max-width: 293px;
  margin: 0 auto 28px;
  text-align: center;
}
.error-page__title {
  margin-bottom: 36px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.error-page__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px;
}
.error-page__btn {
  max-width: 200px;
  margin: 0 12px;
}

.about {
  position: relative;
  padding: 34px 30px;
  border-radius: 5px;
  background: -o-linear-gradient(355.47deg, #0165AA 11.87%, #0070BD 90.77%);
  background: linear-gradient(94.53deg, #0165AA 11.87%, #0070BD 90.77%);
}
.about::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 341px;
  height: 285px;
  background: url(../images/dist/banner-logo.png) 0 0 no-repeat;
  background-size: contain;
}
.about__title {
  position: relative;
  margin-bottom: 45px;
  padding-left: 33px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.about__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 2px;
  margin-top: -1px;
  background-color: #00417B;
}
.about-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1005px;
  z-index: 2;
}
.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21%;
  margin-right: 48px;
  padding: 0 12px;
  text-align: center;
}
.about-item:last-child {
  margin-right: 0;
}
.about-item__count {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.about-item__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7px;
  font-size: 13px;
  color: #ABD8FF;
}
.about-item__link i svg path {
  fill: #ABD8FF;
}
.about-item__link:hover {
  color: #fff;
}
.about-item__link:hover i svg path {
  fill: #fff;
}
.about-item__text {
  max-width: 171px;
  min-height: 85px;
  margin: 7px 0 0;
  font-size: 14px;
  color: #fff;
}


.slick-slider{
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);  
  box-sizing: border-box;
}

.slick-slider *{
  box-sizing: border-box;
}

.slick-slide{
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
}

.slick-dots{
  list-style: none;
  text-align: center;
}
.slick-dots > li{
  display: inline-block; vertical-align: middle;
  margin: 0 5px;
}

.slick-dots > li > button{
  display: block;
  width: 8px; height: 8px;
  padding: 0;
  font-size: 0;
  background: #9C9C9C;
  border: none; outline: none;
  border-radius: 50%;
}

.slick-dots > li.slick-active > button{
  background: #00417B;
}




.accent-content {
  -webkit-transition: opacity 0.25s ease-out 0.2s;
  -o-transition: opacity 0.25s ease-out 0.2s;
  transition: opacity 0.25s ease-out 0.2s;
}
.accent-content.hide {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.accent-content.show {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.accent-content.open {
  height: auto;
  opacity: 1;
  visibility: visible;width: 50%;
}
.accent-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 366px;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  text-decoration: none;
  z-index: 2;
  border-radius: 5px;
  border: 1px solid #DBDFEC;
  background-color: #fff;
}
.accent-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 55px 12px 20px 24px;
}
.accent-item__date {
  position: absolute;
  top: 7px;
  left: 24px;
  font-size: 12px;
  font-weight: 600;
  color: #0165AA;
}
.accent-item__top-title {
  margin-bottom: auto;
  padding-bottom: 14px;
  font-size: 14px;
  color: #000;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.accent-item__pict {
  height: 166px;
  background-color: #E6EAF0;
}
.accent-item__pict img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accent-item__stick {
  color: #fff;
  padding: 7px 29;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
}
.accent-item__stick_bgc {
  color: #848E9D;
  background-color: #E6EAF0;
}
.accent-item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 40px 24px 20px;
}
.accent-item__title {
  margin-bottom: 4px;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0165AA;
}
.accent-item__text {
  max-height: 105px;
  margin-bottom: auto;
  padding-bottom: 14px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.accent-item__text_mbh {
  min-height: 90px;
  margin-bottom: 0;
}
.accent-item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #C32A19;
  overflow: hidden;
}
.accent-item__more span {
  position: relative;
  visibility: hidden;
  opacity: 0;
  width: 0;
  left: -100%;
  -webkit-transition: opacity 0.25s ease-out, width 0.25s ease-out, left 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, width 0.25s ease-out, left 0.25s ease-out;
  transition: opacity 0.25s ease-out, width 0.25s ease-out, left 0.25s ease-out;
}
.accent-item__more i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 9px;
}
.accent-item__more i svg path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.accent-item:hover {
  z-index: 1;
  -webkit-box-shadow: 0px 0px 50px #DBDFEC;
          box-shadow: 0px 0px 50px #DBDFEC;
}
.accent-item:hover .accent-item__top-title {
  color: #C32A19;
}
.accent-item:hover .accent-item__title {
  color: #C32A19;
}
.accent-item:hover .accent-item__more span {
  visibility: visible;
  opacity: 1;
  width: 76px;
  left: 0;
}
.accent-item:hover .accent-item__more i svg path {
  fill: #C32A19;
}
.accent-dots.swiper-pagination {
  position: relative;
  bottom: 0;
}

.accent-slider{}
.accent-slider__item{
  
}

@media screen and (min-width: 992px) {

  .accent-slider:not(.slick-initialized){
    display: flex;
    overflow: hidden;
  }

  .accent-slider{
    margin-top: -40px;
  }

  .accent-slider__item{
    padding-top: 40px; padding-bottom: 40px;
  }

  .accent-slider:not(.slick-initialized) .accent-slider__item{
    flex: 0 0 50%;
  }

  .accent-slider .slick-dots{
    position: relative;
    margin-top: -20px;
    z-index: 9;
  }
}






.fresh {
  padding-top: 6px;
}
.fresh-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.fresh-header__title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.fresh-main {
  position: relative;
  height: 295px;
  overflow-y: auto;
}
.fresh-main .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fresh-item {
  display: block;
  padding: 20px 20px 16px 0;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 2px solid #F0F3FB;
}
.fresh-item:first-child {
  padding-top: 0;
}
.fresh-item:first-child .fresh-item__title {
  min-height: auto;
}
.fresh-item:last-child {
  border-bottom: none;
}
.fresh-item__title {
  min-height: 69px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  color: #000;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out; 
}
.fresh-item__title_new {
  min-height: 69px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  color: #000;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;margin-left: 25px;
}

@media screen and (min-width: 1200px) {
  
  .fresh-item__title{
    min-height: initial;
  }
}

.fresh-item__date {
  font-size: 12px;
  font-weight: 600;
  color: #C32A19;
}
.fresh-dots {
  display: none;
}

a.fresh-item:hover .fresh-item__title {
  color: #C32A19;
}

.breadcrumbs {
  font-size: 12px;
  color: #929292;
}
.breadcrumbs a {
  position: relative;
  display: inline;
  padding-right: 15px;
  font-size: inherit;
  color: #929292;
  text-decoration: none;
}
/*
.breadcrumbs a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #929292;
}*/
.breadcrumbs a::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 4px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #929292;
}
.breadcrumbs a:hover {
  color: #C32A19;
  text-decoration: none;
}
.breadcrumbs_white {
  color: #fff;
}
.breadcrumbs_white a {
  color: #fff;
}
.breadcrumbs_white a::after {
  border-left-color: #fff!important;
}

.callback {
  padding-bottom: 40px;
}
.callback-text {
  margin-bottom: 27px;
}
.callback-form {
  padding: 25px 42px 59px;
  -webkit-box-shadow: 0px 0px 30px #DBDFEC;
          box-shadow: 0px 0px 30px #DBDFEC;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background: #FFFFFF;
}
.callback-form-fieldset {
  margin-top: 25px;
}
.callback-form__label {
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
}
.callback-form__field {
  position: relative;
  margin-bottom: 20px;
}
.callback-form__field input, .callback-form__field textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-radius: 2px;
  background: #E6EAF0;
}
.callback-form__field input {
  height: 45px;
  padding-left: 18px;
}
.callback-form__field textarea {
  height: 123px;
  padding: 16px 0 0 18px;
}
.callback-form-upload {
  margin: -7px 0 47px;
}
.callback-form-upload__desc {
  max-width: 300px;
  font-size: 13px;
  font-weight: 300;
}
.callback-form-upload__desc span {
  color: #C32A19;
}
.callback-form-upload-field {
  display: inline-block;
  padding-top: 5px;
}
.callback-form-fin__phone {
  max-width: 240px;
}
.callback-form-fin__mail {
  max-width: 282px;
}
.callback-form__btn {
  max-width: 240px;
}
.callback-form-accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}
.callback-form-accept__label {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
}
.callback-form-accept__label a {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: #00417B;
  text-decoration: underline;
}
.callback-form-accept__label a:hover {
  color: #C32A19;
  text-decoration: none;
}
.callback-form-accept input {
    width: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.jq-checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid #000;
}
.jq-checkbox.checked .jq-checkbox__div {
  opacity: 1;
}
.jq-checkbox.checked + .callback-form-accept__label {
  color: #000;
}
.jq-checkbox__div {
  opacity: 0;
  width: 8px;
  height: 6px;
  margin: 2px 0 0 1px;
  background: url(../images/dist/check.svg) center no-repeat;
  background-size: contain;
}

.attach {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.attach__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.attach__item:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}
.attach__item--attached {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 0;
  padding-left: 31px;
}
.attach__item--attached .attach__up {
  display: none;
}
.attach__item--attached .attach__edit, .attach__item--attached .attach__delete {
  display: inline-block;
  font-size: 11px;
}
.attach__up {
  position: relative;
  padding-left: 31px;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
}
.attach__up::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 21px;
  background: url(../images/dist/upload.svg) center no-repeat;
  background-size: contain;
}
.attach__input {
  display: none;
}
.attach__name {
  max-width: 150px;
  font-size: 11px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.attach__edit, .attach__delete {
  display: none;
  margin-left: 10px;
  cursor: pointer;
}
.attach__edit {
  color: #2f7dfe;
}
.attach__delete {
  width: 10px;
  height: 10px;
  background: url(../images/dist/delete.svg) center no-repeat;
  background-size: contain;
}

.content-text, .universal-body {
  font-size: 15px;
  font-weight: 300;
}
.content-text h2, .content-text h3,
.universal-body h2, .universal-body  h3 {
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.content-text h2, .universal-body h2 {
  font-size: 16px;
}
.content-text h3, .universal-body h3 {
  font-size: 14px;
}
.content-text img, .universal-body img {
  margin-bottom: 15px;
  border-radius: 5px;
}
.content-text p, .universal-body p {
  margin-bottom: 22px;
}
.content-text a, .universal-body a {
  font-size: 1em;
  color: #00417B;
  text-decoration: none;
}
.content-text a:hover, .universal-body a:hover {
  color: #C32A19;
  text-decoration: none;
}
.content-text ul li, .content-text ol li,
.universal-body ul li, .universal-body ol li {
  position: relative;
  margin-bottom: 20px;
}
.content-text ul li, .universal-body ul li {
  padding-left: 28px;
}
.content-text ul li::before, .universal-body ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #00417B;
}
.content-text ol li, .universal-body ol li {
  position: relative;
}
.content-text td {
    padding: 9px;
}

.course-slider {
  padding: 87px 0 55px;
  overflow: visible;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.course-slider.swiper-initialized {
  opacity: 1;
}
.course-slider .swiper-pagination {
  display: none;
}
.course-slider .swiper-button-prev, .course-slider .swiper-button-next {
  top: 39.8%;
}
.course-slider .swiper-button-prev:after, .course-slider .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 17px;
  margin: -8.5px 0 0 -17.5px;
  opacity: 1;
}
.course-slider .swiper-button-prev.swiper-button-disabled, .course-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.course-slider .swiper-button-prev {
  left: 11%;
}
.course-slider .swiper-button-prev:after {
  background: url(../images/dist/arrow-left-black.svg) center no-repeat;
  background-size: contain;
}
.course-slider .swiper-button-next {
  right: 11%;
}
.course-slider .swiper-button-next:after {
  background: url(../images/dist/arrow-right-black.svg) center no-repeat;
  background-size: contain;
}
.course-slider .swiper-slide {
  opacity: 0.3;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.course-slider .swiper-slide-active {
  opacity: 1;
}
.course-slider-slide {
  max-width: 792px;
}
.course-video__wrap {
  position: relative;
  height: 396px;
  margin-bottom: 23px;
  overflow: hidden;
  border-radius: 5px;
}
.course-video__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.25s ease-out;
}
.course-video__wrap.play::before {
  opacity: 0;
}
.course-video__wrap.play .course-video__iframe {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.course-video__preview {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.course-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.course-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.course-video__title {
  max-width: 660px;
  margin-bottom: 17px;
  font-size: 20px;
}
.course-video__desc {
  max-width: 660px;
  margin-bottom: 28px;
  font-size: 15px;
  font-weight: 300;
}
.course-video-attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.course-video-attr-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.course-video-attr-author__link, .course-video-attr-decoding__link {
  font-size: inherit;
  color: #00417B;
  text-decoration: none;
}
.course-video-attr-author__link:hover, .course-video-attr-decoding__link:hover {
  color: #C32A19;
  text-decoration: none;
}
.course-video-attr-author {
  font-size: 15px;
}
.course-video-attr-decoding {
  font-size: 14px;
}
.course-video-attr-decoding, .course-video-attr-time {
  position: relative;
}
.course-video-attr-decoding::before, .course-video-attr-time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
.course-video-attr-decoding {
  margin-right: 25px;
  padding-left: 27px;
}
.course-video-attr-decoding::before {
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: url(../images/dist/file-blue.svg) center no-repeat;
  background-size: contain;
}
.course-video-attr-time {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
}
.course-video-attr-time::before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(../images/dist/time.svg) center no-repeat;
  background-size: contain;
}
.course-video-count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
  font-size: 15px;
  font-weight: 600;
}
.course-video-count::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #D0D0D0;
}
.course-video-count__current {
  color: #C32A19;
}
.course-video-count__current::after {
  content: "/";
  font-size: 15px;
  color: #000;
}
.course-materials {
  padding: 60px 0 55px;
}
.course-materials__desc {
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 300;
}
.course-materials .comments {
  display: none;
}
.course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 317px;
  margin-bottom: 24px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background: #FFFFFF;
}
.course-item__pict {
  height: 166px;
  overflow: hidden;
  background-color: rgba(4, 48, 88, 0.4);
  border-radius: 4px 4px 0 0;
}
.course-item__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 23px 20px;
}
.course-item__title {
  max-height: 74px;
  margin-bottom: 12px;
  overflow: hidden;
  font-size: 14px;
  color: #000;
}
.course-item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #C32A19;
  overflow: hidden;
}
.course-item__more span {
  position: relative;
  visibility: hidden;
  opacity: 0;
  width: 0;
  left: -100%;
  -webkit-transition: opacity 0.25s ease-out, width 0.25s ease-out, left 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, width 0.25s ease-out, left 0.25s ease-out;
  transition: opacity 0.25s ease-out, width 0.25s ease-out, left 0.25s ease-out;
}
.course-item__more i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 9px;
}
.course-item__more i svg path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.course-item:hover {
  -webkit-box-shadow: 0px 0px 50px #DBDFEC;
          box-shadow: 0px 0px 50px #DBDFEC;
}
.course-item:hover .course-item__more span {
  visibility: visible;
  opacity: 1;
  width: 76px;
  left: 0;
}
.course-item:hover .course-item__more i svg path {
  fill: #C32A19;
}
.course-author {
  padding: 50px 0 50px;
}
.course-author-slider {
  overflow: visible;
}
.course-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 366px;
  margin-bottom: 24px;
  padding: 30px 24px;
  color: #000;
  text-decoration: none;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background: #FFFFFF;
}
.course-related__tag {
  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;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  background-color: #00417B;
}
.course-related__title {
  max-height: 146px;
  margin-bottom: auto;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
}
.course-related-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course-related-author__pict {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
}
.course-related-author__pict img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.course-related-author__main {
  padding-left: 12px;
}
.course-related-author__name {
  font-size: 15px;
}
.course-related-author__status {
  font-size: 13px;
  font-weight: 300;
  color: #6B7688;
}
.course-related-attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
}
.course-related-attr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  font-size: 14px;
}
.course-related-attr__item:last-child {
  margin-right: 0;
}
.course-related-attr__item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.course-related:hover {
  color: #000;
}
.course-related:hover .course-related__tag {
  background-color: #C32A19;
}
.course-related:hover .course-related-attr__item path {
  fill: #00417B;
}
.course .related {
  padding: 45px 0 30px;
}

.event-calendare {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #DBDFEC;
  background: #FFFFFF;
}
.event-items {
  height: 396px;
  overflow-y: auto;
}
.event-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 0;
}
.event-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 525px;
  height: 2px;
  background-color: #F0F3FB;
}
.event-item:first-child {
  padding-top: 0;
}
.event-item:last-child::after {
  display: none;
}
.event-item__pict {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 180px;
  overflow: hidden;
  border-radius: 5px;
}
.event-item__pict img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-item__main {
  padding: 5px 0 0 30px;
}
.event-item__date {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  color: #C32A19;
}
.event-item__preview {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.event-item:hover .event-item__preview {
  color: #C32A19;
  text-decoration: none;
}

.events-upcoming {
  padding-bottom: 63px;
}
.events-upcoming-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.events-upcoming__pict {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.4%;
          flex: 0 0 54.4%;
  overflow: hidden;
  border-radius: 5px;
}
.events-upcoming__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-upcoming__desc {
  padding: 11px 0 0 40px;
}
.events-upcoming__date {
  font-size: 14px;
  font-weight: 600;
  color: #C32A19;
}
.events-upcoming__title {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 17px;
  color: #000;
  text-decoration: none;
}
.events-upcoming__title:hover {
  color: #C32A19;
  text-decoration: none;
}
.events-upcoming__text {
  font-size: 14px;
  font-weight: 300;
}
.events-upcoming-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 22px 0 10px;
}
.events-upcoming-info__item {
  position: relative;
  margin: 0 30px 12px 0;
  padding-left: 25px;
  font-size: 14px;
}
.events-upcoming-info__item:last-child {
  margin-right: 0;
}
.events-upcoming-info__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.events-upcoming-info__item_loc::before {
  background: url(../images/dist/loc.svg) center no-repeat;
}
.events-upcoming-info__item_time::before {
  background: url(../images/dist/time.svg) center no-repeat;
}
.events-upcoming__btn {
  max-width: 200px;
}
.events-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 366px;
  margin-bottom: 24px;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background: #FFFFFF;
}
.events-items .hide {
    display: none;
}
.events-item__pict {
  height: 168px;
  overflow: hidden;
}
.events-item__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 26px 23px 7px;
}
.events-item__date {
  font-size: 12px;
  font-weight: 600;
  color: #C32A19;
}
.events-item__title {
  display: block;
  max-height: 55px;
  margin-bottom: auto;
  padding-bottom: 12px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.events-item__title:hover {
  color: #C32A19;
  text-decoration: none;
}
.events-item__info {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  font-size: 14px;
}
.events-item__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.events-item__info_loc::before {
  background: url(../images/dist/loc.svg) 0 0 no-repeat;
  background-size: contain;
}
.events-item__info_time::before {
  background: url(../images/dist/time.svg) 0 0 no-repeat;
  background-size: contain;
}
.events-single {
  padding-bottom: 45px;
}
.events-single-pict {
  overflow: hidden;
  border-radius: 5px;
}
.events-single-content {
  padding-bottom: 23px;
}
.events-single-content:last-child {
  padding-bottom: 0;
}
.events-single-content__header {
  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;
  margin-bottom: 15px;
}
.events-single-content__header h2, .events-single-content__header h3 {
  margin-bottom: 0;
}

.expert-single {
  padding-bottom: 23px;
}
.expert-content {
  padding-bottom: 45px;
}
.expert-content-text {
  position: relative;
}
.expert-items {
  padding: 45px 0 25px;
}
.expert-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 344px;
  margin-bottom: 24px;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 5px;
  border: 1px solid #DBDFEC;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  background-position: center;
  background-size: cover;
}
.expert-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -o-linear-gradient(87.7deg, #00417B 1.73%, rgba(0, 76, 137, 0.85) 33.28%, rgba(1, 101, 170, 0) 60.7%);
  background: linear-gradient(2.3deg, #00417B 1.73%, rgba(0, 76, 137, 0.85) 33.28%, rgba(1, 101, 170, 0) 60.7%);
}
.expert-item__pict {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.expert-item-desc {
  position: relative;
  padding: 15px 29px 22px;
  z-index: 2;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.expert-item-desc__main {
  max-height: 265px;
  overflow: hidden;
}
.expert-item__name {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.expert-item__text {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.expert-item__text p {
  margin-bottom: 0;
}
.expert-item__link {
  position: relative;
  display: none;
  margin-top: 25px;
  padding-right: 26px;
  font-size: 11px;
  text-transform: uppercase;
  color: #C32A19;
  text-decoration: none;
}
.expert-item__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 8px;
  margin-top: -4px;
  background: url(../images/dist/arrow-link-red.svg) center no-repeat;
  background-size: contain;
}
.expert-item__link:hover {
  color: #C32A19;
}
.expert-item:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 50px #DBDFEC;
          box-shadow: 0px 0px 50px #DBDFEC;
}
.expert-item:hover .expert-item-desc {
  background-color: #fff;
}
.expert-item:hover .expert-item__name {
  color: #C32A19;
}
.expert-item:hover .expert-item__text {
  color: #000;
}
.expert-item:hover .expert-item__link {
  display: inline-block;
}
.expert-bio {
  padding-bottom: 48px;
}
.expert-bio__pict {
  width: 275px;
  height: 275px;
  overflow: hidden;
  border-radius: 50%;
}
.expert-bio__pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-bio__title {
  margin-bottom: 29px;
  font-size: 16px;
  text-transform: uppercase;
}
.expert-bio-info {
  margin-bottom: 30px;
}
.expert-bio-info-item {
  display: table;
}
.expert-bio-info__row {
  display: table-row;
}
.expert-bio-info__title {
  display: table-cell;
  padding-bottom: 6px;
  font-size: 15px;
  color: #00417B;
}
.expert-bio-info__data {
  display: table-cell;
  max-width: 365px;
  padding: 0 0 6px 25px;
  font-size: 15px;
}
.expert-bio-body {
  padding-bottom: 16px;
}
.expert-bio__btn {
  max-width: 282px;
}
.expert-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.expert-comment__title {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.expert-comment__title:hover {
  color: #000;
  text-decoration: underline;
}
.expert-comment__attr {
  font-size: 13px;
  color: #C32A19;
}
.expert-comment a.expert-comment__attr {
  display: inline-block;
  text-decoration: none;
}
.expert-comment a.expert-comment__attr:hover {
  color: #C32A19;
  text-decoration: underline;
}

.filter {
  margin-bottom: 68px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 30px #DBDFEC;
          box-shadow: 0px 0px 30px #DBDFEC;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background: #FFFFFF;
}
.filter__title {
  margin-bottom: 9px;
  font-size: 13px;
  text-transform: uppercase;
}
.filter-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 163px;
}
.filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-row > .col {
  margin-bottom: 34px;
}
.filter-compound {
  max-width: 288px;
}
.filter-dates {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.6%;
          flex: 0 0 37.6%;
}
.filter-dates-field {
  position: relative;
}
.filter-dates-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  background: url(../images/dist/calendar.svg) center no-repeat;
  background-size: contain;
}
.filter-dates-field input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 35px 0 18px;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-radius: 2px;
  background: #E6EAF0;
}
.filter-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-author a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.3333333333%;
          flex: 0 0 3.3333333333%;
  margin-bottom: 5px;
  padding: 0 2px;
  font-size: 13px;
  color: #000;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  border: 1px solid #DBDFEC;
}
.filter-author a:hover{
  color: #fff;
  border-color: #00417B;
  background-color: rgb(0 65 123 / 50%);  
}
.filter-author a.active {
  color: #fff;
  border-color: #00417B;
  background-color: #00417B;
}
.filter-author a.disabled {
  cursor: default;
  color: rgba(0, 0, 0, 0.4);
}
.filter-author a.disabled:hover {
  color: rgba(0, 0, 0, 0.4);
  border-color: #DBDFEC;
  background-color: #fff;
}
.filter-total {
  margin-top: auto;
}
.filter-total-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-btn {
  max-width: 170px;
}
.filter-reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 28px;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #00417B;
  text-decoration: none;
  border: none;
  background: none;
}
.filter-reset i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9px;
  height: 10px;
  margin-left: 15px;
}
.filter-reset:hover {
  color: #C32A19;
}
.filter-reset:hover path {
  fill: #C32A19;
}
.filter-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
.filter-tags-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: height 0.25s ease-out;
  -o-transition: height 0.25s ease-out;
  transition: height 0.25s ease-out;
}
.filter-tags__item {
  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;
  height: 27px;
  margin: 0 10px 14px 0;
  padding: 0 10px;
  font-size: 11px;
  line-height: 1;
  color: #848E9D;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 2px;
  background: #E6EAF0;
}
.filter-tags__item:hover, .filter-tags__item.active {
  color: #fff;
  background: #C32A19;
}
.filter-tags__item.hide {
  display: none;
}
.filter-tags__all {
  position: relative;
  display: none;
  margin-top: 17px;
  padding-right: 14px;
  font-size: 12px;
  color: #00417B;
  text-transform: uppercase;
  text-decoration: none;
}
.filter-tags__all.show {
  display: inline-block;
}
.filter-tags__all::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #00417B transparent transparent transparent;
}
.filter-tags__all:hover {
  color: #C32A19;
}
.filter-tags__all:hover::after {
  border-top-color: #C32A19;
}
.filter-tags__all.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-field {
  position: relative;
}
.search-field_bdr::after {
  content: "";
  position: absolute;
  top: 0;
  right: 46px;
  width: 1px;
  height: 100%;
  background-color: #D2D7DE;
}
.search-field input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 35px 0 18px;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-radius: 2px;
  background: #E6EAF0;
}
.search-field__btn {
  position: absolute;
  top: 50%;
  right: 16px;
  padding: 0;
  width: 14px;
  height: 14px;
  margin-top: -6px;
  border: none;
  background: url(../images/dist/search.svg) 0 0 no-repeat;
  background-size: contain;
}
.search-field__btn_black {
  background: url(../images/dist/search-black.svg) 0 0 no-repeat;
}

@media only screen and (max-width: 1279px) {
  .filter-compound {
    max-width: 50%;
  }
  .filter-dates {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .filter-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .filter {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    padding: 15px 15px 25px;
    -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out, height 0.25s ease-out;
    transition: opacity 0.25s ease-out, height 0.25s ease-out;
    border-radius: 0 0 5px 5px;
    border-top-color: transparent;
  }
  .filter.show {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-bottom: 30px;
  }
  .filter-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filter-row > .col {
    margin-bottom: 25px;
  }
  .filter-author a {
    padding: 0 3px;
  }
  .filter-tags {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .filter-tags__all {
    margin-top: 7px;
  }
  .filter-total {
    margin-top: 22px;
  }
  .filter .d-lg-block .filter-reset {
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  .filter-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filter-compound {
    max-width: none;
  }
  .filter-total-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filter-btn {
    max-width: none;
  }
  .filter-reset {
    margin: 22px 0 0;
  }
}
.footer {
  padding-top: 75px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.footer-title {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-nav__item {
  width: 50%;
  padding-right: 12px;
}
.footer-nav__item + .footer-nav__item {
  padding-left: 12px;
}
.footer-menu li {
  margin-bottom: 13px;
}
.footer-menu li a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.footer-menu li a:hover {
  color: #C32A19;
  text-decoration: none;
}
.footer-subscribe {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #00417B;
  text-decoration: none;
}
.footer-subscribe span {
  text-decoration: underline;
}
.footer-subscribe i {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.footer-subscribe path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.footer-subscribe:hover {
  color: #C32A19;
}
.footer-subscribe:hover span {
  text-decoration: none;
}
.footer-subscribe:hover path {
  fill: #C32A19;
}
.footer-subscribe_mob {
  display: none;
}
.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding-right: 15px;
}
.footer-contact__item {
  position: relative;
  margin-bottom: 14px;
  padding-left: 30px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
.footer-contact__item:hover {
  color: #000;
  text-decoration: none;
}
.footer-contact__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 18px;
}
.footer-contact__item_phone::before {
  background: url(../images/dist/phone.svg) center no-repeat;
  background-size: contain;
}
.footer-contact__item_mail::before {
  background: url(../images/dist/email.svg) center no-repeat;
  background-size: contain;
}
.footer-contact__item_loc::before {
  background: url(../images/dist/loc.svg) center no-repeat;
  background-size: contain;
}
.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
}
.footer-socials__item {
  margin-right: 24px;
}
.footer-socials__item:last-child {
  margin-right: 0;
}
.footer-socials__item:last-child path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.footer-socials__item:hover path {
  fill: #C32A19;
}
.footer-about {
  width: 50%;
  margin-top: -7px;
}
.footer-about__logo {
  max-width: 141px;
  margin-bottom: 14px;
}
.footer-about__title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #00417B;
}
.footer-about__text {
  font-size: 14px;
  font-weight: 300;
}
.footer-bottom {
  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;
  margin-top: 32px;
  padding: 20px 0;
  border-top: 2px solid #EFF1F2;
}
.footer__copyright {
  position: relative;
  font-size: 14px;
  font-weight: 300;
}
.footer__developer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 52px;
}
.footer__developer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  background: url(../images/dist/logo-dev.svg) 0 0 no-repeat;
  background-size: contain;
}
.footer__developer a {
  display: block;
  width: 64%;
  height: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
}
.footer__developer:hover a {
  color: #00417B;
}
.footer__developer:hover:before {
  background: url(../images/dist/logo-dev-blue.svg) 0 0 no-repeat;
  background-size: contain;
}
.footer_project {
  position: relative;
  padding-top: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: url(../images/dist/page-bg.jpg) top center no-repeat;
  background-size: cover;
}
.footer_project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 65, 123, 0.8);
}
.footer_project .footer-bottom {
  display: block;
  max-width: 994px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0 40px;
  border-top: none;
}
.footer_project .footer-bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_project .footer__copyright {
  margin-bottom: 9px;
  color: #fff;
}
.footer_project .footer__mail {
  position: relative;
  margin-bottom: 14px;
  padding-left: 30px;
  font-size: 15px;
  color: #61BEFF;
  text-decoration: underline;
}
.footer_project .footer__mail:hover {
  color: #61BEFF;
  text-decoration: none;
}
.footer_project .footer__mail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 18px;
  background: url(../images/dist/mail.svg) center no-repeat;
  background-size: contain;
}
.footer_project .footer-subscribe {
  margin-bottom: 13px;
  color: #61BEFF;
}
.footer_project .footer-subscribe path {
  fill: #61BEFF;
}
.footer_project .footer-subscribe:hover {
  color: #fff;
}
.footer_project .footer-subscribe:hover path {
  fill: #fff;
}
.footer_project .footer__developer a {
  color: #fff;
}
.footer_project .footer__developer:before {
  background: url(../images/dist/logo-dev-white.svg) 0 0 no-repeat;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(114.29%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 114.29%);
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 114.29%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.header.white {
  background: #fff;
}
.header-inner {
  border-bottom: 1px solid #E9E9E9;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background: none;
}
.header-inner .header-top {
  border-bottom: 1px solid #E9E9E9;
}
.header-inner .header-menu {
  padding-bottom: 26px;
}
.header.open {
  background: #fff;
}
.header-top {
  padding: 9px 0 12px;
}
.header__socials{
	display:flex;
	align-items:center;
	gap:10px;
	padding-bottom:4px !important;
}
.max__width{
	width:100% !important;
}
 .most__width{
	width:33.3%;
}
.security__index{
	width:25% !important;
	padding:0px 10px 0px 0px !important;
}
.pir__post{
	width:75% !important;
	padding:0px 0px 0px 50px !important;
}
.pir__post .online-item__name{
color:#ABD8FF;
}
.air-datepicker-nav--title{
	font-weight:400 !important;
}
.chronometr__wrapper{
width:25% !important;
}
.online__courses{
	width:25% !important;
}
.pir__test{
	width:50% !important;
}
.online__courses .courses-item__author{
	    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.chrono__section{
	margin-top:50px !important;
	margin-bottom:0px !important;
}
.online__courses .courses-item__name{
	text-align:center;
}
.freshnew .quiz{
	width:100%;
}
.quiz__wrapper{
	width:25% !important;
}
.book__wrapper{
	width:25% !important;
}
.no__display{
	display:none;
}
.chronometr{
	flex-direction:column !important;
	align-items:flex-start !important;
}
.hot__section{
	margin-bottom:50px;
	margin-top:35px;
	padding:0;
}
.old__pages__wrapper{
	width:50% !important;
}
.old__pages__content{
	flex-direction:column !important;
	align-items:flex-start !important;
	display:flex;
}
.old__pages__content .imagemain1{
height:363px;
}
.quiz__wrapper .quiz-content{
	height:363px;
}
.quiz__wrapper .quiz-content__btns{
	padding-top:23px;
	justify-content:center;
}
.quiz__section{
	margin:0 !important;
	gap:35px !important;
}
.old__pages__wrapper .accent-content{
width:100%;	
}
.pir__test .imagemain{
	padding:18px 0;
}
.online__courses .courses-slide{
	padding:60px 20px !important;
}
.hot__exclusive{
	gap:25px;
	margin-bottom:50px;
}
.section-news{
	margin:0 !important;
}
.chrono__test__courses{
	margin:0 !important;
}
.security__index .news-item__pict::before{
	background:none;
}
.hot__exclusive .freshnew{
	padding:0 !important;
}
.pir__post .news-item:hover .news-item-hover{
	margin-top:50px;
}
/* .event-item__preview{
	font-weight:700;
} */
.calendar__width{
	width:33.33% !important;
}
.content__width{
	width:66.6% !important;
}
.pir__post .online-item__tag{
/* 		z-index: 999;
    position: absolute;
    top: 50%; */
	display:none;
	}
.event-calendare .air-datepicker-cell.-focus-, .event-calendare .air-datepicker-cell.-selected-, .sidebar-calendare .air-datepicker-cell.-focus-, .sidebar-calendare .air-datepicker-cell.-selected- {
	    color: #000 !important;
    border-radius: 2px;
    background: none  !important;
	margin:0 6px !important;
    border: 1px solid #00417B;
}
@media(min-width:360px) and (max-width:767.98px){
	.calendar__wrapper .calendar__width{
		width:100% !important;
	}
	.online__courses .courses-slide{
		width:100% !important;
	}
	.section-event .section-header__title{
		width:50%;
	}
	.wrapper .section-news{
		padding:0;
	}
	.calendar__wrapper .content__width{
		width:100% !important;
	}
	.chronometr .fresh-item__title{
		width:350px !important;
	}
	.wrapper .hot__section{
		padding:0;
		margin-bottom:0;
		margin-top: 70px;
	}
	.hot__section .hot__exclusive{
		margin:0;
	}
	.hot__section .flexnew{
		flex-direction:column;
	}
	.security__post .flexnew{
	flex-direction:column;
		gap:50px;
}
.flexnew .freshnew{
	width:100% !important;
	margin-bottom:50px;
}
	.security__post .pir__post{
		padding:0 !important;
	}
	
}
.header-top-container {
align-items:center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-logo {
  position: relative;
  max-width: 185px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__socials .social__margin{
	margin-right:20px;
}
.social__icon{
	margin:0 !important;
}
.header-logo__title {
  position: absolute;
  bottom: -2px;
  left: 40%;
  font-size: 16px;
  font-weight: 700;
  color: #C32A19;
}
.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding: 0 10px;
}
.header-info-item:first-child {
  
}
.header-info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #000;
  line-height: 1;
  text-decoration: none;
}
.header-info-link__title {
  border-bottom: 1px solid #000;
}
.header-info-link_red {
  color: #C32A19;
}
.header-info-link_red .header-info-link__title {
  border-bottom-color: #C32A19;
}
.header-info-link_red svg path {
  fill: #C32A19;
}
.header-info-link_red:hover .header-info-link__title {
  border-bottom-color: #00417B;
}
.header-info-link_red:hover .header-info-link__title svg path {
  fill: #00417B;
}
.header-info-link svg {
  margin-right: 9px;
}
.header-info-link svg path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.header-info-link:hover {
  color: #00417B;
  text-decoration: none;
}
.header-info-link:hover .header-info-link__title {
  border-bottom-color: #00417B;
}
.header-info-link:hover svg path {
  fill: #00417B;
}
.header-language {
  padding: 0 0 0 7px;
}
.header-language .jq-selectbox__select {
  padding: 0 22px 0 12px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  color: #00417B;
}
.header-language .jq-selectbox__select-text {
  min-width: 30px;
}
.header-language .jq-selectbox__trigger {
  top: 48%;
  right: 12px;
}
.header-language .jq-selectbox__dropdown {
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.header-language .jq-selectbox li {
  padding-left: 12px;
}
.header-language .jq-selectbox li.sel, .header-language .jq-selectbox li.selected {
  display: none;
}
.header.open-menu {
  background: #fff;
}
.header.open-menu .header-nav {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.header.open-menu .header-menu {
  padding: 22px 0;
}
.header-nav {
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  background: none;
}
.header-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-nav__logo {
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 138px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.header-nav-language {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  border-left: 1px solid #E9E9E9;
}
.header-nav-language .jq-selectbox {
  height: 100%;
}
.header-nav-language .jq-selectbox__select {
  height: 100%;
}
.header-nav-language .jq-selectbox__dropdown {
  margin-top: 0;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 38px;
  -webkit-transition: padding 0.25s ease-out;
  -o-transition: padding 0.25s ease-out;
  transition: padding 0.25s ease-out;
}
.header-menu__item:not(:last-child) {
  margin-right: 45px;
}
.header-menu__item.active .header-menu__link {
  color: #C32A19;
}
.header-menu__link {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #00417B;
  cursor: pointer;
}
.header-menu__link:hover {
  color: #C32A19;
}
.header-subnav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  z-index: 1;
  box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, 0.15);
  /*-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);*/
  background-color: #fff;
}
.header-subnav.show {
  visibility: visible;
  opacity: 1;
}

.header-subnav::after{
	content: '';
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	z-index: 2;
	box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, 0.15) inset;
	pointer-events: none;
}

.header-subnav .container {
  position: relative;
  padding: 45px 12px 8px;
  overflow: hidden;
}
.header-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
.header-submenu li {
  margin: 0 30px 35px;
}
.header-submenu li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #000;
  white-space: nowrap;
  text-decoration: none;
}
.header-submenu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #D0D0D0;
}
.header-submenu li a:hover {
  color: #C32A19;
  text-decoration: none;
}
.header-submenu li:last-child a::after {
  display: none;
}
.header-subnav-third {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 -15px;
  padding: 45px 0 8px;
  z-index: 2;
  -webkit-transition: opacity 0.25s ease-out 0.15s;
  -o-transition: opacity 0.25s ease-out 0.15s;
  transition: opacity 0.25s ease-out 0.15s;
  background-color: #fff;
}
.header-subnav-third__back {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  left: 30px;
}
.header-subnav-third.show {
  visibility: visible;
  opacity: 1;
}
.header-thirdmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-thirdmenu__item{
  margin-bottom: 15px;
}
.header-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  /*border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;*/
}

@media screen and (min-width: 1200px) {
  
  .header-search{ padding-bottom: 16px; }
}

.header-search__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-search__link path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.header-search:hover .header-search__link path {
  fill: #C32A19;
}
.header.fixed {
  position: fixed;
}
.header.fixed .header-top {
  display: none;
}
.header.fixed .header-nav {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.header.fixed .header-nav-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.fixed .header-nav__logo {
  position: relative;
  opacity: 1;
  visibility: visible;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 9px 0;
}
.header.fixed .header-logo__title {
  top: 71%;
  left: 40%;
  font-size: 12px;
}
.header.fixed .header-menu {
  position: static;
  margin-right: auto;
  margin-left: 28px;
  padding: 0;
}
.header.fixed .header-menu > .header-menu__item:not(:last-child) {
  margin-right: 25px;
}
.header.fixed .header-menu > .header-menu__item > .header-menu__link {
  font-size: 13px;
}
.header.fixed .header-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  padding: 0;
}
.header.fixed .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 0 26px;
  border-right: none;
}

.graphic {
  height: 100%;
}
.graphic-slider {
  height: calc(100% - 69px);
}
.graphic-item__pict {
  display: block;
  height: 100%;
}
.graphic-item__pict img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.courses-slider {
  height: 355px;
  margin-bottom: 20px;
  overflow: visible;
  overflow-y: auto;
}
.courses-slider .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 22px;
}
.courses-slider .mCS_no_scrollbar .mCustomScrollBox, .courses-slider .mCS_no_scrollbar .mCSB_container {
  overflow: visible;
}
.courses-slide {
  position: relative;
  display: block;
  height: auto;
  min-height: 162px;
  margin-bottom: 24px;
  padding: 35px 35px;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background: #FFFFFF;
}
.courses-slide:last-child {
  margin-bottom: 0;
}
.courses-slide:hover {
  -webkit-box-shadow: 0px 0px 50px #DBDFEC;
          box-shadow: 0px 0px 50px #DBDFEC;
}
.courses-slide:hover .courses-item__category {
  background-color: #C32A19;
}
.courses-item__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 11px;
  padding: 6px 17px;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  font-size: 10px;
  line-height: 13px;
  color: #fff;
  text-transform: uppercase;
  background-color: #00417B;
}
.courses-item__title {
  max-width: 210px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.courses-item__author {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.courses-item__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
}
.courses-item__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}
.courses-item__name {
  font-size: 15px;
  color: #000;
}
.courses-item__status {
  font-size: 13px;
  font-weight: 300;
  color: #6B7688;
}
.courses-login {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
}
.courses-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(../images/dist/login.svg) 0 0 no-repeat;
  background-size: contain;
}
.courses-login a {
  color: #000;
}
.courses-login a:hover {
  color: #C32A19;
  text-decoration: underline;
}
.courses-dots.swiper-pagination {
  display: none;
  bottom: 0;
}

.inner-main {
  position: relative;
  background-color: #fff;
}
.inner-main__pict {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.inner-main__pict::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}
.inner-main__pict img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-main__small-pict {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 65%;
  background-size: cover;
}
.inner-main__small-pict::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(252, 252, 252, 0.75);
}
.inner-main-content {
  position: relative;
  height: 530px;
  padding-top: 182px;
  padding-bottom: 55px;
  z-index: 2;
}
.inner-main-content_higher {
  height: 726px;
}
.inner-main-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.inner-main__status {
  position: relative;
  margin: 12px 0;
  padding-left: 24px;
  font-size: 15px;
  color: #00417B;
}
.inner-main__status::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 20px;
  background: url(../images/dist/lock.svg) center no-repeat;
  background-size: contain;
}
.inner-main__status.--open::before {
    display: none;
}
.inner-main__status.--open {
    padding-left: 0;
}
.inner-main__toptitle {
  font-size: 32px;
  color: #00417B;
}
.inner-main__title {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
}
.inner-main__date {
  margin-top: 11px;
  font-size: 14px;
  font-weight: 600;
  color: #C32A19;
}
.inner-main__tag {
  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;
  margin-bottom: 13px;
  padding: 6px 16px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: #C32A19;
}
.inner-main__text {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 300;
}
.inner-main-attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
}
.inner-main-attr__item {
  position: relative;
  margin: 0 13px 12px;
  font-size: 15px;
  color: #00417B;
}
.inner-main-attr__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
.inner-main-attr__item.--count {
  padding-left: 22px;
}
.inner-main-attr__item.--count::before {
  width: 12px;
  height: 18px;
  margin-top: -9px;
  background: url(../images/dist/doc.svg) center no-repeat;
  background-size: contain;
}
.inner-main-attr__item.--video {
  padding-left: 28px;
  color: #000;
}
.inner-main-attr__item.--video::before {
  width: 18px;
  height: 12px;
  margin-top: -6px;
  background: url(../images/dist/video.svg) center no-repeat;
  background-size: contain;
}
.inner-main-attr__item.--time {
  padding-left: 24px;
}
.inner-main-attr__item.--time::before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(../images/dist/time.svg) center no-repeat;
  background-size: contain;
}
.inner-main-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.inner-main-socials__item {
  margin: 0 12px;
}
.inner-main-socials__item path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.inner-main-socials__item:hover path {
  fill: #fff;
}
.inner-main__down {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 16px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/dist/arrow-down.svg) center no-repeat;
  background-size: contain;
}
.inner-main_course .inner-main-content {
  height: 726px;
}
.inner-main_course .inner-main-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 805px;
  margin: 0 auto;
  text-align: center;
}
.inner-main_project .inner-main-content {
  height: 100vh;
}
.inner-main_project .inner-main-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 805px;
  margin: 0 auto;
  text-align: center;
}
.inner-main_project .inner-main__title {
  color: #fff;
}
.inner-main_project .inner-main__status {
  margin-top: 24px;
  color: #ABD8FF;
}
.inner-main_project .inner-main__status.--close::before {
  background: url(../images/dist/lock-2.svg) center no-repeat;
}
.inner-main_project .inner-main__status.--open::before {
  display: none;
}
.inner-main_project .inner-main__status span {
  color: #fff;
}

.inner-main-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
}
.inner-main-author__pict {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 50%;
}
.inner-main-author__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-main-author__main {
  padding-left: 10px;
}
.inner-main-author__name {
  font-size: 13px;
}
.inner-main-author__status {
  font-size: 11px;
}

.main {
  margin-bottom: 37px;
}
.main-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 726px;
}
.main-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: -o-linear-gradient(294.84deg, rgba(255, 255, 255, 0.921875) 16%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(155.16deg, rgba(255, 255, 255, 0.921875) 16%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 60%);
}
.main-item__pict {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: -1;
}
.main-item__pict img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-item__pict .swiper-lazy-preloader {
  top: calc(50% + 87px);
}
.main-item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}
.main-item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 660px;
  padding: 30px 0 58px;
  text-align: right;
}
.main-item-desc__title {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 400;
  color: #00417B;
  line-height: 1.18;
}
.main-item-desc__text {
  max-width: 600px;
  font-size: 16px;
  font-weight: 300;
}
.main-item-desc__text p {
  margin-bottom: 12px;
}
.main .swiper-button-prev, .main .swiper-button-next {
  top: calc(50% + 87px);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #00417B;
}
.main .swiper-button-prev::after, .main .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 10px;
  margin: -5px 0 0 -10px;
}
.main .swiper-button-prev.swiper-button-disabled, .main .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
  background-color: rgba(0, 65, 123, 0.6);
}
.main .swiper-button-prev {
  left: 40px;
}
.main .swiper-button-prev:after {
  background: url(../images/dist/arrow-left.svg) 0 0 no-repeat;
  background-size: contain;
}
.main .swiper-button-next {
  right: 40px;
}
.main .swiper-button-next:after {
  background: url(../images/dist/arrow-right.svg) 0 0 no-repeat;
  background-size: contain;
}
.main .swiper-pagination {
  display: none;
  position: absolute;
  margin: 0;
}

.overlay {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  background-color: rgba(255, 255, 255, 0.7);
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

.menu-button {
  display: none;
  position: relative;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 26px;
  height: 15px;
  margin-left: 17px;
}
.menu-button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  margin: 3px 0;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background-color: #000;
}
.menu-button span:nth-of-type(1) {
  top: 0;
  margin-top: 0px;
}
.menu-button span:nth-of-type(2) {
  top: 50%;
  margin-top: -1.5px;
}
.menu-button span:nth-of-type(3) {
  bottom: 0;
  width: 18px;
  margin-bottom: 0px;
}
.menu-button.active span:nth-of-type(1) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.menu-button.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-button.active span:nth-of-type(3) {
  width: 100%;
  bottom: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.mobile-nav {
  position: fixed;
  top: 70px;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  width: 100%;
  height: calc(100vh - 70px);
  padding: 46px 0 30px;
  z-index: 102;
  -webkit-transition: visibility 0.7s, -webkit-transform 0.35s ease-out;
  transition: visibility 0.7s, -webkit-transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out, visibility 0.7s;
  transition: transform 0.35s ease-out, visibility 0.7s;
  transition: transform 0.35s ease-out, visibility 0.7s, -webkit-transform 0.35s ease-out;
  background: #fff;
}
.mobile-nav-nav {
  height: calc(100vh - 290px);
  overflow-y: auto;
}
.mobile-nav__arrow {
  position: absolute;
  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;
  top: 2px;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.mobile-nav__arrow i {
  display: block;
  width: 8px;
  height: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #00417B;
}
.mobile-nav-menu__item {
  position: relative;
  margin-bottom: 17px;
}
.mobile-nav-menu__item.active > a {
  color: #C32A19;
}
.mobile-nav-menu__item.active > .mobile-nav__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-nav-menu__item.active > .mobile-nav__arrow i {
  border-top-color: #C32A19;
}
.mobile-nav-menu__link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #00417B;
  text-decoration: none;
}
.mobile-nav-menu__link:hover {
  color: #C32A19;
  text-decoration: none;
}
.mobile-nav-submenu {
  display: none;
  padding-top: 17px;
}
.mobile-nav-submenu.show {
  display: block;
}
.mobile-nav-submenu li {
  position: relative;
  margin-bottom: 13px;
}
.mobile-nav-submenu li.active > a {
  color: #C32A19;
}
.mobile-nav-submenu li.active > .mobile-nav__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-nav-submenu li.active > .mobile-nav__arrow i {
  border-top-color: #C32A19;
}
.mobile-nav-submenu li a {
  display: inline-block;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
.mobile-nav-submenu li a:hover {
  color: #C32A19;
  text-decoration: none;
}
.mobile-nav-thirdmenu {
  display: none;
  padding-top: 17px;
}
.mobile-nav-thirdmenu.show {
  display: block;
}
.mobile-nav-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}
.mobile-nav-info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
  font-size: 15px;
  color: #000;
  line-height: 1;
  text-decoration: none;
}
.mobile-nav-info-link__title {
  border-bottom: 1px solid #000;
}
.mobile-nav-info-link_red {
  color: #C32A19;
}
.mobile-nav-info-link_red .mobile-nav-info-link__title {
  border-bottom-color: #C32A19;
}
.mobile-nav-info-link_red svg path {
  fill: #C32A19;
}
.mobile-nav-info-link_red:hover .mobile-nav-info-link__title {
  border-bottom-color: #00417B;
}
.mobile-nav-info-link_red:hover .mobile-nav-info-link__title svg path {
  fill: #00417B;
}
.mobile-nav-info-link svg {
  margin-right: 9px;
}
.mobile-nav-info-link svg path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.mobile-nav-info-link:hover {
  color: #00417B;
  text-decoration: none;
}
.mobile-nav-info-link:hover .mobile-nav-info-link__title {
  border-bottom-color: #00417B;
}
.mobile-nav-info-link:hover svg path {
  fill: #00417B;
}
.mobile-nav.hide {
  visibility: hidden;
}
.mobile-nav.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 1023px) {
  .menu-button {
    display: block;
  }
}
.modal {
  width: 100%;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px #DBDFEC;
          box-shadow: 0px 0px 30px #DBDFEC;
  background: #FFFFFF;
}
.modal-subscribe {
  max-width: 580px;
  padding: 44px 32px 32px;
}
.modal-title {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.modal-form label{
  cursor: pointer;
}
.modal-form__field {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
}
.modal-form__field input, .modal-form__field textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-radius: 2px;
  border: none;
  background: #E6EAF0;
}
.modal-form__field input + span, .modal-form__field textarea + span {
  position: static;
  margin-top: 8px;
}
.modal-form__field input:focus, .modal-form__field textarea:focus {
  outline: none;
}
.modal-form__field input {
  height: 45px;
  padding-left: 18px;
}
.modal-form__field textarea {
  height: 123px;
  padding: 16px 0 0 18px;
}
.modal .carousel__button.is-close {
  top: 13px;
  right: 15px;
  width: 11px;
  height: 11px;
  background: url(../images/dist/close.svg) center no-repeat;
  background-size: contain;
}
.modal .carousel__button.is-close svg {
  display: none;
}

.fancybox__backdrop {
  background: rgba(255, 255, 255, 0.8);
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

a.unlink{ text-decoration: none; font-size: 1em; color: currentColor; }

.news .swiper-wrapper {
  width: auto;
}
.news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 344px;
  padding: 10px 20px 26px;
  overflow: hidden;
  text-decoration: none;
  border-radius: 5px;
}
.news-item__stick {
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.news-item__stick a{ text-decoration: none; font-size: 1em; font-weight: inherit; color: currentColor; }
.news-item-hover {
  position: relative;
  top: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out, top 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, top 0.25s ease-out;
  transition: opacity 0.25s ease-out, top 0.25s ease-out;
  z-index: 2;
}
.news-item-hover .news-item__date {
  margin-bottom: 22px;
}
.news-item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  font-size: 11px;
  text-transform: uppercase;
  color: #ABD8FF;
}
.news-item__more i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 9px;
  margin-left: 12px;
}
.news-item__more i svg path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.news-item__pict {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.news-item__pict img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item__pict::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 1;
  background: -o-linear-gradient(87.7deg, #00417B 1.73%, rgba(0, 76, 137, 0.85) 33.28%, rgba(1, 101, 170, 0) 60.7%);
  background: linear-gradient(2.3deg, #00417B 1.73%, rgba(0, 76, 137, 0.85) 33.28%, rgba(1, 101, 170, 0) 60.7%);
  pointer-events: none;
}
.news-item__pict::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  pointer-events: none;
}
.news-item__main {
  position: relative;
  margin-top: auto;
  z-index: 2;
  pointer-events: none;
}
.news-item__date {
  margin-bottom: 5px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  font-size: 12px;
  font-weight: 600;
  color: #ABD8FF;
}
.news-item__text {
  max-width: 440px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}
.news-item.news-item_big .news-item__text {
  font-size: 16px;
}
.news-item:hover .news-item__pict::before {
  opacity: 0;
}
.news-item:hover .news-item__pict::after {
  background: rgba(4, 48, 88, 0.8);
}
.news-item:hover .news-item__date {
  opacity: 0;
  visibility: hidden;
}
.news-item:hover .news-item-hover {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.news-item:hover .news-item-hover .news-item__date {
  visibility: visible;
  opacity: 1;
}
.news-dots.swiper-pagination {
  bottom: 0;
}
.news-page .news-item {
  margin-bottom: 24px;
}

.online {
  padding-bottom: 22px;
}
.online-content {
  padding-bottom: 30px;
}
.online-items {
  padding: 30px 0 0;
}
.online-row {
  position: relative;
  margin-bottom: 144px;
}
.online-row:last-child {
  margin-bottom: 115px;
}
.online-row::after {
  content: "";
  position: absolute;
  bottom: -35.5%;
  left: -13%;
  right: 0;
  width: 126%;
  height: 100%;
  background: url(../images/dist/slider-bg.svg) center bottom no-repeat;
  background-size: contain;
}
.online-row-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
.online-row-header-col {
  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;
  padding-right: 24px;
}
.online-row-header__title {
  margin: 0 14px 10px 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.online-row-header__link {
  margin-bottom: 10px;
}
.online-slider {
  padding: 6px 6px 0 0;
}
.online-item {
  position: relative;
  display: block;
  height: 344px;
  text-decoration: none;
  border-radius: 3px 8px 8px 3px;
  z-index: 2;
}

.related .online-item{ margin-bottom: 24px; }

.online-item::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 6px;
  width: 100%;
  height: 100%;
  border-radius: 3px 8px 8px 3px;
  background: #8493AA;

}
.online-item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 20px 30px 18px;
  z-index: 2;
  overflow: hidden;
  border-radius: 3px 8px 8px 3px;
}
.online-item-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 3px 8px 8px 3px;
}
.online-item-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  z-index: 1;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #fff;
}
.online-item.default:after,
.online-item.default .online-item-wrap::after,
.online-item.default .online-item-wrap::before {
    display: none;
}
.online-item__close {
  position: absolute;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: -o-linear-gradient(345.71deg, rgba(0, 65, 123, 0.6) 6.27%, rgba(0, 65, 123, 0.6) 97.91%);
  background: linear-gradient(104.29deg, rgba(0, 65, 123, 0.6) 6.27%, rgba(0, 65, 123, 0.6) 97.91%);
}
.online-item__close span {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  color: #fff;
}
.online-item__close span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/dist/lock-3.svg) 0 0 no-repeat;
  background-size: contain;
}
.online-item__pict {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
  border-radius: 3px 8px 8px 3px;
}
.online-item__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: auto;
}
.online-item-author__pict {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 50%;
}
.online-item-author__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-item-author__main {
  padding-left: 10px;
}
.online-item-author__name {
  font-size: 13px;
  color: #fff;
}
.online-item-author__status {
  font-size: 11px;
}
.online-item__tag {
  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;
  min-width: 178px;
  margin-bottom: auto;
  padding: 6px 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  background-color: #C32A19;
}
.online-item__tag.hide {
    visibility: hidden;
}
.online-item__title {
  max-height: 210px;
  overflow: hidden;
  font-size: 15px;
  color: #fff;
}
.online-item__name {
  margin-top: 7px;
  font-size: 13px;
}
.online-item-attr {
  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;
  margin-top: 12px;
}
.online-item-attr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 14px 5px 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.online-item-attr__item:last-child {
  margin-right: 0;
}
.online-item-attr__item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 18px;
  margin-right: 7px;
}
.online-item-attr__item.--edition {
  font-size: 13px;
}
.online-item-attr__item.--edition i {
  width: 20px;
  height: 23px;
}
.online-item_grey .online-item-wrap:before {
  background: -o-linear-gradient(345.71deg, rgba(37, 56, 86, 0.6) 6.27%, rgba(230, 234, 240, 0.6) 97.91%);
  background: linear-gradient(104.29deg, rgba(37, 56, 86, 0.6) 6.27%, rgba(230, 234, 240, 0.6) 97.91%);
}
.online-item_grey .online-item-wrap::after {
  background-color: #74849C;
}
.online-item_grey .online-item-author__status {
  color: #345068;
}
.online-item_grey .online-item__name {
  color: #345068;
}
.online-item_grey .online-item-attr__item.--doc path, .online-item_grey .online-item-attr__item.--time path, .online-item_grey .online-item-attr__item.--date path {
  fill: #00417B;
}
.online-item_blue .online-item-wrap:before {
  background: -o-linear-gradient(345.71deg, rgba(0, 65, 123, 0.6) 6.27%, rgba(0, 65, 123, 0.6) 97.91%);
  background: linear-gradient(104.29deg, rgba(0, 65, 123, 0.6) 6.27%, rgba(0, 65, 123, 0.6) 97.91%);
}
.online-item_blue .online-item-wrap::after {
  background-color: #134B7E;
}
.online-item_blue .online-item-author__status {
  color: #ABD8FF;
}
.online-item_blue .online-item__name {
  color: #ABD8FF;
}
.online-item_blue .online-item-attr__item.--doc path, .online-item_blue .online-item-attr__item.--time path, .online-item_blue .online-item-attr__item.--date path {
  fill: #ABD8FF;
}
.online-item.--close {
  pointer-events: none;
}
.online-item.--close .online-item__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-nav {
  position: relative;
  top: 10px;
  width: 60px;
}
.slider-nav .swiper-button-prev, .slider-nav .swiper-button-next {
  top: 0;
}
.slider-nav .swiper-button-prev:after, .slider-nav .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 12px;
  margin: -6px 0 0 -12px;
  opacity: 1;
}
.slider-nav .swiper-button-prev.swiper-button-disabled, .slider-nav .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.slider-nav .swiper-button-prev {
  left: 0;
}
.slider-nav .swiper-button-prev:after {
  background: url(../images/dist/arrow-left-black.svg) center no-repeat;
  background-size: contain;
}
.slider-nav .swiper-button-prev.swiper-button-disabled:after {
  background: url(../images/dist/arrow-left-grey.svg) center no-repeat;
  background-size: contain;
}
.slider-nav .swiper-button-next {
  right: 0;
}
.slider-nav .swiper-button-next:after {
  background: url(../images/dist/arrow-right-black.svg) center no-repeat;
  background-size: contain;
}
.slider-nav .swiper-button-next.swiper-button-disabled:after {
  background: url(../images/dist/arrow-right-grey.svg) center no-repeat;
  background-size: contain;
}

.pay-top-text {
  margin-bottom: 30px;
}
.pay-form {
  margin-bottom: 38px;
}

.inner-wrapper {
  position: relative;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
}
.inner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 65, 123, 0.8);
}
.inner-wrapper .inner-main {
  background: none;
}

.project {
  position: relative;
  max-width: 994px;
  margin: 0 auto;
  z-index: 2;
}
.project-text {
  margin-bottom: 90px;
  padding: 70px 90px 60px;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background-color: #fff;
}
.project-text__top {
  font-weight: 400;
}
.project-text .single-nav-links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-right: 0;
}
.project-text .single-nav__link::after {
  display: none;
}
.project-doc, .project-sci {
  display: block;
  margin-bottom: 30px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
}
.project-doc:hover, .project-sci:hover {
  color: #61BEFF;
  text-decoration: none;
}
.project .comments {
  margin-top: 105px;
}
.project .comments-body {
  padding: 30px;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background-color: #fff;
}

.section-qst {
  padding: 42px 0 89px;
}

.quiz-content__title {
  max-width: 375px;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 300;
}
.quiz-content-questions {
  margin-bottom: 31px;
}
.quiz-content-questions__label-text {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px!important;
  font-size: 14px;
}
.quiz-content-questions__label-text span {
  color: #6B7688;
}
.quiz-content-questions input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.quiz-content-questions input + label {
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer;
}
.quiz-content-questions input + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #DBDFEC;
  border-radius: 50%;
  background: #FFF;
}
.quiz-content-questions input + label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C32A19;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.quiz-content-questions input:checked + label:after {
  opacity: 1;
}
.quiz-content__btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.quiz-content__btn {
  max-width: 201px;
  margin: 0 8px;
}
.quiz-content__finish {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  font-size: 15px;
  font-weight: 300;
  color: #C32A19;
  text-align: center;
  text-transform: none;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.quiz-content.fine .quiz-content__finish {
  opacity: 1;
  visibility: visible;
}
.quiz-content.fine .quiz-content-questions, .quiz-content.fine .js-quiz-btn {
  pointer-events: none;
}

.partners-items .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  width: auto;
  margin: 0 -12px;
}
.partners-items .swiper-slide {
  width: 25%;
}
.partners-items .swiper-slide img {
  width:150px;
	height:100%;
}
.partners-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 45px;
  padding: 0 12px;
}
.partners-dots.swiper-pagination {
  display: none;
  bottom: 0;
  margin: 20px 0;
}

.related {
  padding: 90px 0 0;
}
.related-nav {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 38px;
}
.related-nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #F0F3FB;
}
.related-nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  overflow-style: none;
  padding-bottom: 12px;
}
.related-nav-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.related-nav-tabs__item {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  font-size: 16px;
  line-height: 21px;
  color: #7A8D9E;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.related-nav-tabs__item::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 2;
  -webkit-transition: width 0.25s ease-out;
  -o-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
  background-color: #00417B;
}
.related-nav-tabs__item:last-child {
  margin-right: 0;
}
.related-nav-tabs__item.active {
  color: #000;
}
.related-nav-tabs__item.active::before {
  width: 100%;
}
.related-nav-tabs__item:hover {
  color: #000;
}
.related-nav_white::after {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
.related-nav_white .related-nav-tabs__item {
  color: rgba(255, 255, 255, 0.6);
}
.related-nav_white .related-nav-tabs__item::before {
  background-color: #61BEFF;
}
.related-nav_white .related-nav-tabs__item.active {
  color: #fff;
}
.related-nav .link-all {
  top: -12px;
}

@media screen and (min-width: 1200px) {
  .related-nav{ overflow: hidden; }
  .related-nav-tabs{ align-items: flex-end; overflow: visible; }
  .related-nav-tabs__item{  }

  .related-nav-tabs-arrows{}
  .related-nav-tabs-arrows-btn{
    position: absolute; top: calc(50% - 20px); 
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    background: #fff;
    border: none; outline: none;
  }
  .related-nav-tabs-arrows-btn--right{
    right: 0;
  }
  .related-nav-tabs-arrows-btn--left{
    left: 0;
  }
}

.related-body {
  -webkit-transition: opacity 0.25s ease-out 0.2s;
  -o-transition: opacity 0.25s ease-out 0.2s;
  transition: opacity 0.25s ease-out 0.2s;
}
.related-body.hide {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.related-body.show {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.related-body .col-data:nth-child(n+5) {
    display: none;
}
.related .news-item {
  margin-bottom: 24px;
}
.related-all-mob {
  display: none;
}
.related-slider {
  overflow: visible;
}
.related-analysis-slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.related-analysis-slider .swiper-slide {
  max-width: 282px;
  height: auto;
}
.related-analysis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 300px;
  height: calc(100% - 45px);
  margin-bottom: 45px;
  padding: 30px 24px;
  color: #000;
  text-decoration: none;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background: #FFFFFF;
}
.related-analysis__title {
  max-height: 163px;
  overflow: hidden;
  margin-bottom: auto;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}
.related-analysis-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-analysis-author__pict {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
}
.related-analysis-author__pict img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.related-analysis-author__main {
  padding-left: 12px;
}
.related-analysis-author__name {
  font-size: 15px;
}
.related-analysis-author__status {
  font-size: 13px;
  font-weight: 300;
  color: #00417B;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.related-analysis:hover {
  color: #000;
}
.related-analysis:hover .related-analysis-author__status {
  color: #C32A19;
}
.related-material-slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.related-material-slider .swiper-slide {
  max-width: 282px;
}
.related-material-slider .course-item {
  margin-bottom: 45px;
}
.related-expert-slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.related-expert-slider .swiper-slide {
  max-width: 282px;
}
.related-expert-slider .expert-item {
  margin-bottom: 45px;
}
.related-select .jq-selectbox {
  width: auto;
}
.related-select .jq-selectbox.changed .jq-selectbox__select {
  color: #61BEFF;
}
.related-select .jq-selectbox__select {
  height: 16px;
  padding-left: 0;
  font-size: 12px;
  color: #61BEFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.related-select .jq-selectbox__trigger-arrow {
  border-top-color: #61BEFF;
}
.related-select .jq-selectbox__dropdown {
  left: -8px;
  margin-top: 8px;
}
.related-select .jq-selectbox li {
  padding: 8px;
}

.related .col-data{ margin-bottom: 1em; }

.search {
  padding-bottom: 14px;
}
.search-items {
  padding-top: 12px;
}
.search-result {
  margin-bottom: 16px;
}
.search-result__date {
  margin-bottom: 4px;
  font-size: 12px;
  color: #C32A19;
}
.search-result__title {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.search-result__title:hover {
  color: #000;
  text-decoration: underline;
}
.search-result-attr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -14px;
  padding-bottom: 10px;
}
.search-result-attr__item {
  position: relative;
  margin: 0 14px 14px;
  font-size: 14px;
  color: #00417B;
  white-space: nowrap;
  text-decoration: none;
}
.search-result-attr__item:hover {
  color: #C32A19;
  text-decoration: none;
}
.search-result-attr__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 2px;
  height: 27px;
  margin-top: -13.5px;
  background-color: #EFF1F2;
}
.search-result-attr__item.--tag {
  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;
  height: 27px;
  padding: 0 15px;
  font-size: 11px;
  color: #848E9D;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 2px;
  background-color: #E6EAF0;
}
.search-result-attr__item.--tag:hover {
  color: #fff;
  background-color: #C32A19;
}
.search-result-attr__item.--name {
  font-size: 14px;
  color: #00417B;
  text-decoration: none;
}
.search-result-attr__item.--name:hover {
  color: #C32A19;
  text-decoration: none;
}

.jq-selectbox {
  width: 100%;
}
.jq-selectbox.changed .jq-selectbox__select {
  font-weight: 400;
  color: #00417B;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.jq-selectbox__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 0 30px 0 18px;
  font-size: 14px;
  font-weight: 300;
  color: #707E95;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 30px #DBDFEC;
          box-shadow: 0px 0px 30px #DBDFEC;
  background: #E6EAF0;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -2.5px;
}
.jq-selectbox__trigger-arrow {
  border-top: 5px solid #000;
  border-right: 3.5px solid transparent;
  border-left: 3.5px solid transparent;
}
.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  width: 100% !important;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
.jq-selectbox li {
  padding: 8px 10px 8px 18px;
  white-space: normal;
}
.jq-selectbox li.selected {
  color: #fff;
  background-color: #00417B;
}
.jq-selectbox li:hover {
  color: #fff;
  background-color: #00417B;
}

.select-years .jq-selectbox.changed .jq-selectbox__select {
  color: #000;
}
.select-years .jq-selectbox__select {
  font-weight: 400;
  color: #000;
  background: #fff;
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar__divider {
  margin-bottom: 35px;
  padding-top: 39px;
  border-bottom: 2px solid #F0F3FB;
}
.sidebar__title {
  margin-bottom: 18px;
  font-size: 14px;
  color: #00417B;
  text-transform: uppercase;
}
.sidebar-info {
  padding: 22px 25px 33px;
  -webkit-box-shadow: 0px 0px 30px #DBDFEC;
          box-shadow: 0px 0px 30px #DBDFEC;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background: #FFFFFF;
}
.sidebar-info__date {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 600;
  color: #C32A19;
}
.sidebar-info__time, .sidebar-info__loc, .sidebar-info__file {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.sidebar-info__time::before, .sidebar-info__loc::before, .sidebar-info__file::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 18px;
}
.sidebar-info__time {
  margin-bottom: 12px;
}
.sidebar-info__time:before {
  background: url(../images/dist/time-red.svg) center no-repeat;
  background-size: contain;
}
.sidebar-info__loc {
  display: block;
  margin-bottom: 12px;
  color: #000;
  text-decoration: underline;
}
.sidebar-info__loc:before {
  background: url(../images/dist/loc-red.svg) center no-repeat;
  background-size: contain;
}
.sidebar-info__loc:hover {
  color: #C32A19;
  text-decoration: none;
}
.sidebar-info__file {
  display: block;
  color: #000;
  text-decoration: underline;
}
.sidebar-info__file:before {
  background: url(../images/dist/file.svg) center no-repeat;
  background-size: contain;
}
.sidebar-info__file:hover {
  color: #C32A19;
  text-decoration: none;
}
.sidebar-calendare__body {
  border: 1px solid #DBDFEC;
}
.sidebar-calendare__body .air-datepicker-nav {
  min-height: auto;
  padding: 32px 22px 4px;
}
.sidebar-calendare__body .air-datepicker-nav--title {
  font-size: 13px;
}
.sidebar-calendare__body .air-datepicker--content {
  padding: 4px 0;
}
.sidebar-calendare__body .air-datepicker-body--day-name {
  font-size: 12px;
}
.sidebar-calendare__body .air-datepicker-cell.-days- {
  grid-auto-rows: 38px;
}
.sidebar-calendare__body .air-datepicker-cell.-day- {
  height: 22px;
  margin: 0 5px;
  font-size: 12px;
}
.sidebar-menu li {
  margin-bottom: 7px;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  border: 1px solid #E6EAF0;
  border-radius: 5px;
  background: #FFFFFF;
}
.sidebar-menu li a {
  display: block;
  padding: 16px 20px 14px;
  font-size: 15px;
  color: #00417B;
  text-decoration: none;
}
.sidebar-menu li:hover, .sidebar-menu li.active {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.sidebar-menu li:hover a, .sidebar-menu li.active a {
  color: #C32A19;
}

.section-socials {
  padding: 52px 0 50px;
}

.social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-nav__item {
  position: relative;
  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;
  bottom: -1px;
  height: 45px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 500;
  color: #6B7688;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: padding 0.25s ease-out, color 0.25s ease-out;
  -o-transition: padding 0.25s ease-out, color 0.25s ease-out;
  transition: padding 0.25s ease-out, color 0.25s ease-out;
  border: 1px solid transparent;
  border-bottom: none;
}
.social-nav__item.active {
  padding: 0 40px;
  color: #000;
  border-color: #DBDFEC;
  border-bottom-color: #fff;
  background-color: #fff;
}
.social-nav__item:hover {
  color: #C32A19;
}
.social-body {
  overflow: hidden;
  height: calc(100% - 45px);
  border: 1px solid #DBDFEC;
  background-color: #FFFFFF;
}
.social-content {
  height: 100%;
}
.social-content.hide {
  display: none;
}
.social-content div, .social-content span {
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  margin: -1px;
}
.social-content .fb-page {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}
.social-content iframe {
  width: 100% !important;
  height: 100% !important;
}
.social-content iframe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.aid-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 349px;
  padding: 42px 35px 35px;
  overflow: hidden;
  border-radius: 5px;
  background: -o-linear-gradient(355.47deg, #0165AA 11.87%, #0070BD 90.77%);
  background: linear-gradient(94.53deg, #0165AA 11.87%, #0070BD 90.77%);
}
.aid-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 63%;
  height: 100%;
  z-index: 0;
  background: url(../images/dist/banner-logo.svg) 0 0 no-repeat;
  background-size: cover;
}
.aid-banner__title {
  position: relative;
  margin-bottom: 4px;
  font-size: 26px;
  color: #fff;
  line-height: 1.34;
}
.aid-banner__desc {
  position: relative;
  max-width: 340px;
  margin-bottom: auto;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
}
.aid-banner__desc p {
  margin-bottom: 14px;
}
.aid-banner__btn {
  position: relative;
  max-width: 192px;
}

.unity-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 191px;
  height: 100%;
  padding: 58px 50px 30px;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  transition: -webkit-box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  border-radius: 5px;
  border: 1px solid #DBDFEC;
  background: #FFFFFF;
}
.unity-item__stick {
  color: #848E9D;
  background: #E6EAF0;
}
.unity-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 19px;
}
.unity-item__icon svg path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.unity-item__main {
  overflow: hidden;
}
.unity-item__title {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.33;
  color: #00417B;
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.unity-item__text {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.unity-item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #C32A19;
  overflow: hidden;
}
.unity-item__more span {
  position: relative;
  visibility: hidden;
  opacity: 0;
  width: 0;
  left: -100%;
  -webkit-transition: opacity 0.25s ease-out, width 0.25s ease-out, left 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, width 0.25s ease-out, left 0.25s ease-out;
  transition: opacity 0.25s ease-out, width 0.25s ease-out, left 0.25s ease-out;
}
.unity-item__more i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 9px;
}
.unity-item__more i svg path {
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
.unity-item:hover {
  -webkit-box-shadow: 0px 0px 50px #DBDFEC;
          box-shadow: 0px 0px 50px #DBDFEC;
}
.unity-item:hover .unity-item__icon svg path {
  fill: #C32A19;
}
.unity-item:hover .unity-item__title {
  color: #C32A19;
}
.unity-item:hover .unity-item__more span {
  visibility: visible;
  opacity: 1;
  width: 76px;
  left: 0;
}
.unity-item:hover .unity-item__more i svg path {
  fill: #C32A19;
}

.universal-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.universal-tags__item {
  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;
  height: 27px;
  margin: 0 11px 11px 0;
  padding: 0 10px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  color: #848E9D;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 2px;
  background: #E6EAF0;
}
.universal-tags__item:hover, .universal-tags__item.active {
  color: #fff;
  background: #C32A19;
}
.universal-body {
  padding: 10px 0;
}
.universal-content img {
  margin-bottom: 0;
}
.universal-content__pict {
  margin: 14px 0;
  overflow: hidden;
  border-radius: 5px;
}
.universal-content__pict_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 0 53px;
}
.universal-content-list {
  padding-bottom: 20px;
}
.universal-content-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 0 40px;
}
.universal-content-video__wrap {
  position: relative;
  width: 100%;
  max-width: 792px;
  height: 376px;
  background-color: #E6EAF0;
}

.universal-content-video__wrap::before{
  content: '';
  display: block;
  width: 100%; padding-top: 56.25%;
}



.universal-content-video__info {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 792px;
  margin-top: 24px;
}
.universal-content-video__date, .universal-content-video__time {
  margin: 0 14px 10px 0;
  font-size: 13px;
  border-right: 1px solid #D0D0D0;
}
.universal-content-video__date {
  padding-right: 14px;
  color: #C32A19;
}
.universal-content-video__time {
  position: relative;
  padding: 0 14px 0 22px;
  color: #00417B;
}
.universal-content-video__time::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../images/dist/time.svg) center no-repeat;
  background-size: contain;
}
.universal-content-video__link {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
}
.universal-content-video__link a {
  font-size: inherit;
  color: #C32A19;
  text-decoration: none;
}
.universal-content-video__link::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../images/dist/youtube.svg) center no-repeat;
  background-size: contain;
}
.universal-map {
  margin: 53px 0 12px;
  padding: 55px 45px 45px;
  -webkit-box-shadow: 0px 0px 50px #DBDFEC;
          box-shadow: 0px 0px 50px #DBDFEC;
  border: 1px solid #DBDFEC;
  border-radius: 5px;
  background: #FFFFFF;
}
.universal-map__title {
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.universal-map__text {
  font-size: 15px;
  font-weight: 300;
}
.universal-map__text p {
  margin-bottom: 22px;
}
.universal-map__iframe {
  height: 334px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 5px;
}
.universal-map__iframe iframe {
  width: 100%;
  height: 100%;
}

.quotes {
  position: relative;
  padding: 38px 0 28px;
}
.quotes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 25px;
  background: url(../images/dist/quotes.svg) center no-repeat;
  background-size: contain;
}
.quotes-text {
  position: relative;
  max-width: 810px;
  font-size: 20px;
  font-weight: 600;
  color: #C32A19;
}
.quotes-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quotes-author__pict {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ccc;
}
.quotes-author__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quotes-author-main {
  padding-left: 16px;
}
.quotes-author__name {
  font-size: 15px;
}
.quotes-author__status {
  font-size: 13px;
  font-weight: 300;
  color: #6B7688;
}

.video-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.video-inner__preview {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  margin-bottom: 0!important;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  z-index: 1;
}
.video-inner__iframe,
.universal-content-video__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  z-index: 3;
}
.video-inner__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.video-main {
  position: relative;
  height: 447px;
  background: rgba(4, 48, 88, 0.4);
  overflow: hidden;
  border-radius: 5px;
}
.video-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.25s ease-out;
  background: -o-linear-gradient(87.7deg, #00417B 1.73%, rgba(0, 76, 137, 0.85) 33.28%, rgba(1, 101, 170, 0) 60.7%);
  background: linear-gradient(2.3deg, #00417B 1.73%, rgba(0, 76, 137, 0.85) 33.28%, rgba(1, 101, 170, 0) 60.7%);
}
.video-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
.video-main__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.video-main__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.video-main__play {
  position: absolute;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  cursor: pointer;
}
.video-main__play_mob {
  display: none;
}
.video-main__stick {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.15);
}
.video-main-hover {
  position: relative;
  top: 10px;
  padding: 20px 50px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: visibility 0.25s ease-out, opacity 0.25s ease-out, top 0.25s ease-out;
  -o-transition: visibility 0.25s ease-out, opacity 0.25s ease-out, top 0.25s ease-out;
  transition: visibility 0.25s ease-out, opacity 0.25s ease-out, top 0.25s ease-out;
}
.video-main-hover__date {
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 600;
  color: #ABD8FF;
}
.video-main-hover__desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.22;
}
.video-main__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 50px;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  line-height: 1.22;
}
.video-main.play::before {
  opacity: 0;
}
.video-main.play .video-main__iframe {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.video-main.play .video-main__stick, .video-main.play .video-main__play, .video-main.play .video-main__preview, .video-main.play .video-main__desc {
  opacity: 0;
  visibility: hidden;
}
.video-main:hover::after {
  background: rgba(4, 48, 88, 0.8);
}
.video-main:hover .video-main-hover {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.video-item {
  margin-bottom: 24px;
}
.video-item:last-child {
  margin-bottom: 0;
}
.video-item__preview {
  position: relative;
  height: 144px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: rgba(4, 48, 88, 0.4); 
  border-radius: 5px;
}
.video-item__preview img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-item__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url(../images/dist/play-2.svg) center no-repeat;
  background-size: 30px 30px;
}
.video-item__title {
  display: block;
  height: 35.5px;
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.video-item__title:hover {
  color: #C32A19;
  text-decoration: none;
}
.video-item__date {
  font-size: 12px;
  font-weight: 600;
  color: #C32A19;
}
.video-dots.swiper-pagination {
  display: none;
  bottom: 0;
}

/* Custom Styles */
.parts__container{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wp-block-image:not(.is-style-rounded) img {
    border-radius: 5px;
}
.wp-block-image img{ margin-bottom: 0; }
.flex{display: flex;    height: 55px;}
.flexnew{display: flex;}
.opis{margin-left: 103px;   }
.textmain{margin-top: 20px;}
.slick-initialized .slick-slide {padding: 10px;}
.imagemain{border-radius: 5px;border: 1px solid #DBDFEC;}
.freshnew{width:50%;padding:10px;}
.imagemain1 img{   }
span.error_file {display:block;width: 200px;left: 130px;top: 0;}
html[lang="ru-RU"] span.en {
    display: none;
}
html[lang="en-US"] span.ru {
    display: none;
}
span.form_success {
    position: absolute;
    top: 10px;
    left: 280px;
    color: green;
}
button.modal-form__btn + .form_success {
    position: relative;
    display: block;
    left: 0;
    text-align: center;
}


.footer-link-privacy {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}