/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --bs-black: #52565C;
  --bs-white: #fff;
  --bs-white-bg: #F8F9FB;
  --bs-gray-bg: #EDEFF2;
  --bs-gray-2: #C8CED9;
  --bs-gray-1: #9CA2A8;
  --bs-navy-blue: #163A6A;
  --bs-red: #aa5151;
  --bs-font-sans-serif: "Golos Text", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1;
  --bs-body-color: var(--bs-black);
  --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(82, 86, 92, 0);
}

hr {
  margin: 4px 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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] {
  -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: 0;
  list-style: none;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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;
  background-color: transparent;
  border: 0;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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;
  -webkit-appearance: button;
}

::file-selector-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;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1000px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1142px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-bottom: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 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.33333%;
}

.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.66667%;
}

.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.33333%;
}

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

.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.33333%;
}

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

.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.33333%;
}

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

.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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 4px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 4px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 8px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 8px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 16px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 16px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 12px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 12px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 20px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 20px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 24px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 24px;
}

.g-8,
.gx-8,
.cols {
  --bs-gutter-x: 32px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 32px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 40px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 40px;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 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.33333%;
  }
  .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.66667%;
  }
  .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.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .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.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .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.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .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.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .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: 4px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 4px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 8px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 8px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 16px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 16px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 12px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 12px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 20px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 20px;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 24px;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 24px;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 32px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 32px;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 40px;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 40px;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 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.33333%;
  }
  .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.66667%;
  }
  .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.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .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.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .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.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .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.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .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: 4px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 4px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 8px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 8px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 16px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 16px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 12px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 12px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 20px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 20px;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 24px;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 24px;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 32px;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 32px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 40px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 40px;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 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.33333%;
  }
  .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.66667%;
  }
  .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.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .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.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .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.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .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.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .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: 4px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 4px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 8px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 8px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 16px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 16px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 12px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 12px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 20px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 20px;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 24px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 24px;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 32px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 32px;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 40px;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 40px;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 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.33333%;
  }
  .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.66667%;
  }
  .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.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .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.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .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.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .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: 4px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 4px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 8px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 8px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 16px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 16px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 12px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 12px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 20px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 20px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 24px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 24px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 32px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 32px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 40px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 40px;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 4px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 4px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 8px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 8px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 16px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 16px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 12px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 12px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 24px;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 24px;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 32px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 32px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 40px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 40px;
  }
}

.d-inline {
  display: inline;
}

.d-inline-block, .ico, .svg-icon {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

.d-inline-grid {
  display: inline-grid;
}

.d-table {
  display: table;
}

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

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

.d-flex, .form-type-radio,
.form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex, .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-none {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center, .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

.align-items-center, .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

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

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

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

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

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

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

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

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

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

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

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

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

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

.text-wrap {
  white-space: normal;
}

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-inline-grid {
    display: inline-grid;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-items-sm-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-sm-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-inline-grid {
    display: inline-grid;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .flex-md-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-items-md-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .align-self-md-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-md-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-inline-grid {
    display: inline-grid;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-items-lg-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-grid {
    display: grid;
  }
  .d-xl-inline-grid {
    display: inline-grid;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-xl-none {
    display: none;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-items-xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-grid {
    display: grid;
  }
  .d-xxl-inline-grid {
    display: inline-grid;
  }
  .d-xxl-table {
    display: table;
  }
  .d-xxl-table-row {
    display: table-row;
  }
  .d-xxl-table-cell {
    display: table-cell;
  }
  .d-xxl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-xxl-none {
    display: none;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .align-items-xxl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-xxl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-xxl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print {
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-grid {
    display: grid;
  }
  .d-print-inline-grid {
    display: inline-grid;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .d-print-none {
    display: none;
  }
}

:root {
  --page-inner-indent: calc(3.5vw + 8px);
}

.fs-10 {
  font-size: 10px;
  line-height: 1.5;
}

.fs-13 {
  font-size: 13px;
  line-height: 1.2;
}

.fs-12 {
  font-size: 12px;
  line-height: 1.5;
}

.fs-14 {
  font-size: 14px;
  line-height: 1.21;
}

.fs-16 {
  font-size: 16px;
  line-height: 1.5;
}

.fs-18, .top-block__page-nav .ttl {
  font-size: 18px;
  line-height: 1.5;
}

.fs-20, .accordion, .bx-filter-input, .top-block__page-nav ul {
  font-size: 20px;
  line-height: 1.5;
}

.fs-24, h3, .h3, .b-ttl {
  font-size: 24px;
  line-height: 1.2;
}

.fs-36 {
  font-size: 36px;
  line-height: 1.19;
}

.fs-46 {
  font-size: 46px;
  line-height: 1.26;
}

.fs-48 {
  font-size: 48px;
  line-height: 1.21;
}

.fs-54, h2, .h2 {
  font-size: 54px;
  line-height: 1.2;
}

.fs-62 {
  font-size: 62px;
  line-height: 1.19;
}

.fs-96, h1, .h1 {
  font-size: 96px;
  line-height: 1.1;
}

@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 14px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
  .fs-lg-18 {
    font-size: 18px;
  }
  .fs-lg-20 {
    font-size: 20px;
  }
  .fs-lg-24 {
    font-size: 24px;
  }
  .fs-lg-36 {
    font-size: 36px;
  }
  .fs-lg-46 {
    font-size: 46px;
  }
  .fs-lg-48 {
    font-size: 48px;
  }
  .fs-lg-62 {
    font-size: 62px;
  }
}

.lh-0 {
  line-height: 0;
}

.lh-1_5 {
  line-height: 1.5;
}

.lh-1_1 {
  line-height: 1.1;
}

.lh-1_2 {
  line-height: 1.2;
}

.lh-1_3, .accordion, .bx-filter-input, .top-block__page-nav ul {
  line-height: 1.3;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400, .bx-filter-btn-label {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600, .accordion__header {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.black,
.black-hover:hover {
  color: var(--bs-black);
}

.white,
.white-hover:hover {
  color: var(--bs-white);
}

.white-bg,
.white-bg-hover:hover {
  color: var(--bs-white-bg);
}

.gray-bg,
.gray-bg-hover:hover {
  color: var(--bs-gray-bg);
}

.gray-2, .range-calendar__cell.prev .range-calendar__num,
.range-calendar__cell.next .range-calendar__num,
.gray-2-hover:hover {
  color: var(--bs-gray-2);
}

.gray-1,
.gray-1-hover:hover {
  color: var(--bs-gray-1);
}

.navy-blue,
.navy-blue-hover:hover {
  color: var(--bs-navy-blue);
}

.red,
.red-hover:hover {
  color: var(--bs-red);
}

.gray-100,
.gray-100-hover:hover {
  color: var(--bs-gray-100);
}

.gray-200,
.gray-200-hover:hover {
  color: var(--bs-gray-200);
}

.gray-300,
.gray-300-hover:hover {
  color: var(--bs-gray-300);
}

.gray-400,
.gray-400-hover:hover {
  color: var(--bs-gray-400);
}

.gray-500,
.gray-500-hover:hover {
  color: var(--bs-gray-500);
}

.bg-black {
  background-color: var(--bs-black);
}

.bg-white {
  background-color: var(--bs-white);
}

.bg-white-bg {
  background-color: var(--bs-white-bg);
}

.bg-gray-bg {
  background-color: var(--bs-gray-bg);
}

.bg-gray-2 {
  background-color: var(--bs-gray-2);
}

.bg-gray-1 {
  background-color: var(--bs-gray-1);
}

.bg-navy-blue {
  background-color: var(--bs-navy-blue);
}

.bg-red {
  background-color: var(--bs-red);
}

.bg-gray-100 {
  background-color: var(--bs-gray-100);
}

.bg-gray-200 {
  background-color: var(--bs-gray-200);
}

.bg-gray-300 {
  background-color: var(--bs-gray-300);
}

.bg-gray-400 {
  background-color: var(--bs-gray-400);
}

.bg-gray-500 {
  background-color: var(--bs-gray-500);
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.center img {
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

@media (min-width: 992px) {
  .left-lg {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .right-md {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .right-lg {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .center-md {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .center-lg {
    text-align: center;
  }
}

.sw-1_5 {
  stroke-width: 1.5px;
}

.br-21 {
  border-radius: 21px;
}

.br-50, .bx-filter-input {
  border-radius: 50px;
}

.br-circ {
  border-radius: 50%;
}

.shadow-100, .shadow-100-hover:hover {
  -webkit-box-shadow: var(--shadow-100);
          box-shadow: var(--shadow-100);
}

.shadow-200, .shadow-200-hover:hover {
  -webkit-box-shadow: var(--shadow-200);
          box-shadow: var(--shadow-200);
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: calc(1.29vw + 15px);
}

@media (min-width: 992px) {
  .mt40-lg {
    margin-top: calc(1.29vw + 15px);
  }
}

.mt60 {
  margin-top: calc(1.94vw + 23px);
}

.mt80 {
  margin-top: calc(2.59vw + 30px);
}

.mt100 {
  margin-top: calc(3.24vw + 38px);
}

.mt120 {
  margin-top: calc(3.88vw + 45px);
}

@media (min-width: 992px) {
  .mt120-lg {
    margin-top: calc(3.88vw + 45px);
  }
}

.mt150 {
  margin-top: calc(4.85vw + 57px);
}

@media (min-width: 992px) {
  .mt150-lg {
    margin-top: calc(4.85vw + 57px);
  }
}

.mt2 {
  margin-top: 2px;
}

.mt4 {
  margin-top: 4px;
}

.mt8 {
  margin-top: 8px;
}

.mt12 {
  margin-top: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .mt24-lg {
    margin-top: 24px;
  }
}

.mt28 {
  margin-top: 28px;
}

@media (min-width: 992px) {
  .mt28-lg {
    margin-top: 28px;
  }
}

.mt32 {
  margin-top: 32px;
}

@media (min-width: 992px) {
  .mt32-lg {
    margin-top: 32px;
  }
}

.mt48 {
  margin-top: 48px;
}

@media (min-width: 992px) {
  .mt48-lg {
    margin-top: 48px;
  }
}

.ml8 {
  margin-left: 8px;
}

.ml12 {
  margin-left: 12px;
}

.ml16 {
  margin-left: 16px;
}

.ml20 {
  margin-left: 20px;
}

.ml24 {
  margin-left: 24px;
}

.ml32 {
  margin-left: 32px;
}

@media (min-width: 992px) {
  .ml32-lg {
    margin-left: 32px;
  }
}

.ml48 {
  margin-left: 48px;
}

@media (min-width: 992px) {
  .ml48-lg {
    margin-left: 48px;
  }
}

.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .py120-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.cols {
  -webkit-column-gap: var(--bs-gutter-x);
     -moz-column-gap: var(--bs-gutter-x);
          column-gap: var(--bs-gutter-x);
}

.cols > * + * {
  margin-top: var(--bs-gutter-y);
}

.ico-11 {
  font-size: 11px;
}

.ico-15 {
  font-size: 15px;
}

.ico-16 {
  font-size: 16px;
}

.ico-20 {
  font-size: 20px;
}

@media (min-width: 992px) {
  .ico-lg-20 {
    font-size: 20px;
  }
}

.ico-24 {
  font-size: 24px;
}

.ico-40 {
  font-size: 40px;
}

.ico-50 {
  font-size: 50px;
}

.ico-60 {
  font-size: 60px;
}

@media (min-width: 992px) {
  .ico-lg-60 {
    font-size: 60px;
  }
}

.ico-110 {
  font-size: 110px;
}

@media (min-width: 992px) {
  .ico-lg-110 {
    font-size: 110px;
  }
}

.p-2 {
  padding: 8px;
}

.p-3 {
  padding: 12px;
}

.p-4 {
  padding: 16px;
}

.p-5 {
  padding: 20px;
}

@media (min-width: 992px) {
  .p-lg-5 {
    padding: 20px;
  }
}

.p-6 {
  padding: 24px;
}

.p-8 {
  padding: 32px;
}

.p-10 {
  padding: 40px;
}

@media (min-width: 992px) {
  .p-lg-10 {
    padding: 40px;
  }
}

.p-12 {
  padding: 48px;
}

@media (min-width: 992px) {
  .p-lg-12 {
    padding: 48px;
  }
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .py-lg-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 992px) {
  .py-lg-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .py-lg-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.py-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-20 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .py-lg-20 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.cols-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media (min-width: 768px) {
  .cols-md-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 992px) {
  .cols-lg-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.cols-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

@media (min-width: 992px) {
  .cols-lg-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.cols-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

@media (min-width: 1400px) {
  .cols-xxl-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.of-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.of-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.ico {
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ico::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
}

.ico-arrow-top-right::before {
  -webkit-mask-image: url(images/sprite/arrow-top-right.svg);
          mask-image: url(images/sprite/arrow-top-right.svg);
}

.ico-fb::before {
  -webkit-mask-image: url(images/sprite/fb.svg);
          mask-image: url(images/sprite/fb.svg);
}

.ico-insta::before {
  -webkit-mask-image: url(images/sprite/insta.svg);
          mask-image: url(images/sprite/insta.svg);
}

.ico-dzen::before {
  -webkit-mask-image: url(images/sprite/dzen.svg);
          mask-image: url(images/sprite/dzen.svg);
}

.ico-youtu::before {
  -webkit-mask-image: url(images/sprite/youtu.svg);
          mask-image: url(images/sprite/youtu.svg);
}

.ico-vk::before {
  -webkit-mask-image: url(images/sprite/vk.svg);
          mask-image: url(images/sprite/vk.svg);
}

.ico-tg::before {
  -webkit-mask-image: url(images/sprite/tg.svg);
          mask-image: url(images/sprite/tg.svg);
}

.ico-rutube::before {
  -webkit-mask-image: url(images/sprite/rutube.svg);
          mask-image: url(images/sprite/rutube.svg);
}

.ico-benefit-map::before {
  -webkit-mask-image: url(images/sprite/benefit-map.svg);
          mask-image: url(images/sprite/benefit-map.svg);
}

.ico-benefit-height::before {
  -webkit-mask-image: url(images/sprite/benefit-height.svg);
          mask-image: url(images/sprite/benefit-height.svg);
}

.ico-benefit-plane::before {
  -webkit-mask-image: url(images/sprite/benefit-plane.svg);
          mask-image: url(images/sprite/benefit-plane.svg);
}

.ico-benefit-industry::before {
  -webkit-mask-image: url(images/sprite/benefit-industry.svg);
          mask-image: url(images/sprite/benefit-industry.svg);
}

.ico-invest-coms::before {
  -webkit-mask-image: url(images/sprite/invest-coms.svg);
          mask-image: url(images/sprite/invest-coms.svg);
}

.ico-invest-bag::before {
  -webkit-mask-image: url(images/sprite/invest-bag.svg);
          mask-image: url(images/sprite/invest-bag.svg);
}

.ico-invest-issued::before {
  -webkit-mask-image: url(images/sprite/invest-issued.svg);
          mask-image: url(images/sprite/invest-issued.svg);
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nowrap, .btn {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.img-width {
  max-width: 100%;
}

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

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.div-v {
  width: 1px;
}

.div-h {
  height: 1px;
}

::before,
::after {
  pointer-events: none;
}

:root {
  --header-height: 49px;
}

html {
  height: 100%;
}

body {
  height: 100%;
  cursor: default;
}

body.i-mobile * {
  cursor: pointer;
}

body.no-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}

body.overflow-hidden {
  overflow: hidden;
}

#wrap {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.clear {
  clear: both;
  display: table;
  width: 100%;
  overflow: hidden;
}

.clearfix {
  clear: both;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.hide {
  display: none;
}

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

.flex.container:before, .flex.container:after, .flex.container-fluid:before, .flex.container-sm:before, .flex.container-md:before, .flex.container-lg:before, .flex.container-xl:before, .flex.container-xxl:before, .flex.container-fluid:after, .flex.container-sm:after, .flex.container-md:after, .flex.container-lg:after, .flex.container-xl:after, .flex.container-xxl:after, .flex.row:before, .flex.row:after {
  display: none;
}

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

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

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

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

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

.flex-inner-100 > * {
  width: 100%;
}

@media (min-width: 992px) {
  .lg-no-flex {
    display: block;
  }
  .main-img-container {
    overflow-x: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-img-container img {
    width: auto;
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 768px) {
  .md-no-flex {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 576px) {
  .sm-no-flex {
    display: block;
  }
}

@media (max-width: 1200px) {
  .xs-no-flex {
    display: block;
  }
}

.line-items-fluid {
  text-align: justify;
  line-height: 0;
}

.line-items-fluid > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  line-height: normal;
}

.line-items-fluid:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.line-items > * {
  display: inline-block;
  vertical-align: top;
}

.line-items-middle > * {
  vertical-align: middle;
}

.row.line-items > * {
  float: none;
}

script {
  display: none !important;
}

input, textarea, img, a {
  outline: none !important;
}

a {
  color: var(--bs-body-color);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: visibility 0.3s, opacity 0.3s, color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: visibility 0.3s, opacity 0.3s, color 0.3s, border-color 0.3s, background-color 0.3s;
}

a:hover, a.active {
  text-decoration: none;
  color: var(--bs-gray-1);
}

.no-brd {
  border-bottom: 0;
}

.no-brd .brd-b {
  border-bottom: 1px solid rgba(237, 27, 36, 0.25);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.no-brd:hover .brd-b {
  border-color: #ed1b24;
}

h1, .h1 {
  font-weight: 400;
  margin: 0 0 30px;
}

h2, .h2 {
  font-weight: 400;
  margin-bottom: 30px;
}

h3, .h3, .b-ttl {
  font-weight: 400;
  margin-bottom: 23px;
}

h4, .h4 {
  font: 18px/23px var(--font-family-base), sans-serif;
}

h5, .h5 {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.line-through {
  text-decoration: line-through;
}

.b-ttl {
  margin-bottom: 15px;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.svg-icon {
  height: 1em;
  width: 1em;
  fill: currentColor;
  stroke-linejoin: round;
  stroke-linecap: round;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

symbol .stroke {
  fill: none;
  stroke: currentColor;
}

path[stroke-linecap],
path[stroke-linejoin],
path[stroke-width] {
  fill: none;
  stroke: currentColor;
}

label, .label {
  display: block;
  font-size: 19px;
  line-height: 1.3;
  color: var(--bs-body-color);
  font-weight: 400;
  margin-bottom: 8px;
}

.webform-container-inline label {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin: 0;
  padding-top: 15px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--bs-gray-2);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--bs-gray-2);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--bs-gray-2);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--bs-gray-2);
}

input::placeholder,
textarea::placeholder {
  color: var(--bs-gray-2);
}

.inputtext,
.form-text,
select,
.select,
textarea {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  background-color: var(--bs-white);
  color: var(--bs-body-color);
  width: 100%;
  height: 50px;
  padding: 10px 14px;
  min-width: 0;
  border: 1px solid var(--bs-gray-1);
}

.form-text--line {
  border: 0;
  border-bottom: 1px solid var(--bs-gray-2);
  border-radius: 0;
}

textarea {
  min-height: 70px;
}

.form-label .form-item label, .form-label .form-item .label {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  max-width: calc(100% - 50px);
  margin-bottom: 0;
  -webkit-transition: font-size .2s, top .2s;
  transition: font-size .2s, top .2s;
}

.form-label .focused label, .form-label .focused .label {
  top: -10px;
  font-size: 10px;
  color: var(--bs-gray-1);
}

.focused .form-text, .form-text:focus, .focused
.inputtext,
.inputtext:focus, .focused
select,
select:focus, .focused
textarea,
textarea:focus {
  border-color: var(--bs-gray-500);
}

.focused .chosen-container {
  border-color: var(--bs-gray-600);
}

.invalid label,
.invalid .label,
.invalid .form-text,
.invalid .inputtext,
.invalid select,
.invalid textarea,
.invalid .chosen-container {
  border-color: var(--bs-red);
}

.bx-authform {
  max-width: 500px;
}

.bx-captcha {
  max-width: 500px;
}

select, .select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%209L12%2015L18%209%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 24px;
  padding-right: 50px;
}

select::-ms-expand, .select::-ms-expand {
  display: none;
}

.select {
  position: relative;
  cursor: pointer;
}

.select__single {
  line-height: 1.5;
  white-space: nowrap;
}

.select:not(.select--active) .select__dropdown {
  display: none;
}

.select__option:hover, .select__option:hover a {
  color: var(--bs-white);
}

.select__option:hover {
  background-color: var(--bs-red);
}

.select__option + .select__option {
  margin-top: 8px;
}

.select__option a {
  -webkit-transition: none;
  transition: none;
}

.select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid var(--bs-gray-300);
  background-color: var(--bs-white);
  margin-top: 8px;
}

.bx-core-adm-dialog textarea {
  max-width: 100%;
}

.form-item {
  position: relative;
}

.form-checkbox label, .form-radio label {
  position: relative;
  top: auto;
  padding: 6px 0 6px 38px;
}

.form-checkbox label::before, .form-radio label::before {
  content: '';
  position: absolute;
  left: 5px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
}

.form-checkbox label::after, .form-radio label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 28px;
  height: 28px;
  border: 2px solid #52565C;
  border-radius: 50%;
}

.form-checkbox input, .form-radio input {
  display: none;
}

.form-checkbox input:checked + label::before, .form-radio input:checked + label::before {
  background: green;
}

.form-checkbox input:checked + label::after, .form-radio input:checked + label::after {
  border-color: green;
}

.form-checkbox {
  white-space: nowrap;
}

.form-checkbox > * {
  /*display:inline-block !important;*/
  /*vertical-align:top;*/
}

.form-checkbox label {
  cursor: pointer;
  font: 14px/16px var(--bs-font-sans-serif);
  margin: 0;
  white-space: normal;
}

.form-checkbox input {
  margin: 2px 2px 0 0;
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-radio label {
  cursor: pointer;
  font: 14px/16px var(--bs-font-sans-serif);
  margin: 0;
}

.form-radio input {
  margin: 2px 2px 0 0;
}

.form-type-radio,
.form-type-checkbox {
  position: relative;
}

.form-type-radio input,
.form-type-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 20px;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20opacity%3D%220.5%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229%22%20stroke%3D%22%23C8CED9%22%20stroke-width%3D%222%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
}

.form-type-radio label,
.form-type-checkbox label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 16px;
  position: relative;
}

.form-type-radio input:checked,
.form-type-checkbox input:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%23163A6A%22%20%2F%3E%3C%2Fsvg%3E");
}

.form-checkboxes .form-item, .form-radios .form-item {
  margin-bottom: 11px;
}

.form-checkboxes-line, .form-radios-line {
  margin-left: -40px;
}

.form-checkboxes-line .form-item, .form-radios-line .form-item {
  display: inline-block;
  margin-left: 40px;
}

label.disabled {
  cursor: default;
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}

.main-user-consent-request input {
  display: none;
}

.main-user-consent-request a {
  display: block;
  padding-left: 20px;
  position: relative;
  border: 0;
  color: inherit;
}

.main-user-consent-request a:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #52565C;
  position: absolute;
  left: 0;
  top: 0;
}

.main-user-consent-request input:checked + a:before {
  background-color: #52565C;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

input[type="submit"]:not(.btn) {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  text-align: center;
  font: 500 14px/17px var(--bs-font-sans-serif);
  border: 0;
  padding: 18px 28px 21px;
  text-align: center;
  border-radius: 56px;
  position: relative;
  background: #2a8b23;
}

input[type="submit"]:not(.btn):hover {
  color: #fff;
  background-color: #fb6b31;
}

.form-range .pref {
  font: 17px/17px var(--bs-font-sans-serif);
  margin-right: 10px;
}

.form-range input {
  width: 98px;
  text-align: center;
  padding: 10px 5px;
}

.form-range input + .pref {
  margin-left: 10px;
}

.form-actions {
  margin-bottom: 0;
  margin-top: 25px;
  position: relative;
}

.form-actions .ajax-progreAero-throbber {
  position: absolute;
  left: -20px;
  top: 15px;
}

.form-item-time input {
  width: 78px;
  text-align: center;
  padding: 5px 4px;
}

.form-item-time .sep {
  margin: 9px 10px 0;
}

.form-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.starrequired {
  color: var(-bs--red);
}

.btn {
  border: 0;
  position: relative;
  cursor: pointer;
  padding: 14px 24px;
}

.btn--wrap {
  white-space: wrap;
}

.btn--br {
  -webkit-box-shadow: inset 0 0 0 2px currentColor;
          box-shadow: inset 0 0 0 2px currentColor;
}

.btn--sm {
  padding: 4px 12px;
}

.btn--link {
  padding: 0;
}

.error-text {
  padding: 15px 20px;
  border: 2px solid var(--bs-red);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #FFF7F7;
}

.price {
  white-space: nowrap;
  color: #52565C;
}

.price .currency {
  color: #52565C;
}

.dropdown-wrap {
  position: relative;
}

.dropdown-wrap:hover .dropdown-content-wrap {
  padding-top: 10px;
  margin-top: 0;
}

.dropdown-wrap:hover .dropdown-content {
  height: auto;
  overflow: visible;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
}

.dropdown-content-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  margin-top: 10px;
}

.dropdown-content {
  width: 240px;
  font: 600 13px/17px var(--bs-font-sans-serif), sans-serif;
  background: url(images/pattern.png) repeat 0 0 #fff;
  padding: 0 20px;
  text-align: left;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.dropdown-content:before {
  content: '';
  border-bottom: 7px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  width: 12px;
  left: 0;
  right: 0;
  top: -7px;
  margin: 0 auto;
  z-index: 102;
}

.dropdown-content-menu {
  font: 600 13px/17px var(--bs-font-sans-serif), sans-serif;
  text-transform: uppercase;
}

.dropdown-content-menu a {
  color: #52565C;
  border: 0;
}

.dropdown-content-menu a:hover, .dropdown-content-menu a.active {
  color: #ed1b24;
}

.dropdown-content-menu li {
  margin-top: 10px;
}

.dropdown-content-menu li:first-child {
  margin-top: 0;
}

.sec--outer {
  margin-top: var(--sec-space);
  margin-bottom: var(--sec-space);
}

.sec--inner {
  padding-top: var(--sec-space);
  padding-bottom: var(--sec-space);
}

.s-ttl {
  /**/
  line-height: 1;
  padding: 10px 16px;
  border-left: 3px solid var(--bs-green);
}

@media (min-width: 768px) {
  .s-ttl {
    line-height: 0.5;
  }
}

.s-text {
  /**/
}

.s-head, .s-ttl {
  /**/
}

.s-head .s-ttl {
  /**/
}

.s-main {
  /**/
}

.no-photo {
  display: block;
  background: url(images/no-photo.png) no-repeat 50% 50% #f4e7a6;
  background-size: auto !important;
  width: 100%;
  max-width: 100%;
  padding-top: 100%;
}

hr {
  clear: both;
  display: block;
  border: 0;
  height: 1px;
  background: #e8e8e8;
  margin: 15px 0;
}

blockquote {
  padding: 0 30px;
  position: relative;
}

blockquote::before, blockquote:after {
  content: '';
  display: block;
  height: 63px;
  background: no-repeat center/auto 47px;
  position: relative;
  left: -30px;
}

blockquote:before {
  border-bottom: 2px solid var(--bs-navy-blue);
  padding-bottom: 14px;
  margin-bottom: 30px;
  bottom: 100%;
  background-position: left bottom 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2265%22%20height%3D%2247%22%20viewBox%3D%220%200%2065%2047%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.5%2018.5152V0H9.425L0%2018.5152V47H29V18.5152H14.5ZM27%2020.5152H12.5V2H10.6511L2%2018.9949V45H27V20.5152Z%22%20fill%3D%22%23163A6A%22%20%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M50.5%2018.5152V0H45.425L36%2018.5152V47H65V18.5152H50.5ZM63%2020.5152H48.5V2H46.6511L38%2018.9949V45H63V20.5152Z%22%20fill%3D%22%23163A6A%22%20%2F%3E%3C%2Fsvg%3E");
  position: relative;
  right: -30px;
}

blockquote:after {
  border-top: 2px solid var(--bs-navy-blue);
  padding-top: 14px;
  margin-top: 30px;
  top: 100%;
  background-position: right top 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2265%22%20height%3D%2247%22%20viewBox%3D%220%200%2065%2047%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M50.5%2028.4848V47H55.575L65%2028.4848V0H36V28.4848H50.5ZM38%2026.4848H52.5V45H54.3489L63%2028.0051V2H38V26.4848Z%22%20fill%3D%22%23163A6A%22%20%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.5%2028.4848V47H19.575L29%2028.4848V0H0V28.4848H14.5ZM2%2026.4848H16.5V45H18.3489L27%2028.0051V2H2V26.4848Z%22%20fill%3D%22%23163A6A%22%20%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 768px) {
  blockquote {
    padding-left: 10px;
    padding-right: 10px;
  }
  blockquote::before, blockquote::after {
    background-size: auto 29px;
    height: 48px;
  }
  blockquote::before {
    left: -10px;
    margin-bottom: 12px;
  }
  blockquote::after {
    left: -10px;
    margin-top: 12px;
  }
}

.type-text {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

.type-text--2 {
  font-size: 18px;
  line-height: 1.5;
}

.type-text img {
  max-width: 100%;
  height: auto !important;
}

.type-text h1, .type-text .h1, .type-text h2, .type-text .h2, .type-text h3, .type-text .h3, .type-text h4, .type-text .h4 {
  font-weight: 400;
  margin: 32px 0 16px;
}

.type-text h1, .type-text .h1 {
  margin-bottom: 30px;
}

.type-text h1:first-child, .type-text .h1:first-child {
  margin-top: 0;
}

.type-text h1 + *, .type-text .h1 + * {
  margin-top: 0 !important;
}

.type-text h2, .type-text .h2 {
  margin-bottom: 30px;
}

.type-text h2:first-child, .type-text .h2:first-child {
  margin-top: 0;
}

.type-text h2 + *, .type-text .h2 + * {
  margin-top: 0 !important;
}

.type-text h3, .type-text .h3 {
  margin-bottom: 23px;
}

.type-text h3:first-child, .type-text .h3:first-child {
  margin-top: 0;
}

.type-text h3 + *, .type-text .h3 + * {
  margin-top: 0 !important;
}

.type-text h4, .type-text .h4 {
  font-size: 20px;
  line-height: 1.5;
}

.type-text h4:first-child, .type-text .h4:first-child {
  margin-top: 0;
}

.type-text h4 + *, .type-text .h4 + * {
  margin-top: 0 !important;
}

.type-text big, .type-text .big {
  font: 600 20px/25px var(--bs-font-sans-serif), sans-serif;
}

.type-text small, .type-text .small {
  font-size: 13px;
  line-height: 20px;
}

.type-text p, .type-text ul, .type-text ol, .type-text table,
.type-text .table-wrap, .type-text blockquote,
.type-text .block {
  margin-bottom: 1em;
}

.type-text p:last-child, .type-text ul:last-child, .type-text ol:last-child, .type-text table:last-child,
.type-text .table-wrap:last-child, .type-text blockquote:last-child,
.type-text .block:last-child {
  margin-bottom: 0;
}

.type-text ul:not(.no-style) > li, .type-text ol:not(.no-style) > li {
  position: relative;
  padding-left: 24px;
}

.type-text ul:not(.no-style) > li:before, .type-text ol:not(.no-style) > li:before {
  position: absolute;
  left: auto;
  right: calc(100% - 4px);
}

.type-text ul:not(.no-style) > li:last-child, .type-text ol:not(.no-style) > li:last-child {
  margin-bottom: 0;
}

.type-text ul:not(.no-style) > li:before {
  content: '';
  vertical-align: middle;
  position: absolute;
  left: -4px;
  top: 4px;
  font-size: 14px;
  width: 1em;
  height: 1em;
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226%22%20stroke%3D%22%23163A6A%22%20stroke-width%3D%222%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
          mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%226%22%20stroke%3D%22%23163A6A%22%20stroke-width%3D%222%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  background-color: var(--bs-navy-blue);
}

.type-text ol:not(.no-style) {
  counter-reset: list1;
}

.type-text ol:not(.no-style) > li + li {
  margin-top: 20px;
}

.type-text ol:not(.no-style) > li:before {
  counter-increment: list1;
  content: counter(list1);
  text-align: right;
  color: var(--bs-gray-1);
}

.type-text table:not(.no-style) {
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}

.type-text table:not(.no-style) th, .type-text table:not(.no-style) td {
  padding: 10px 14px;
}

.type-text table:not(.no-style) thead {
  background-color: var(--bs-gray-2);
}

.type-text table:not(.no-style) th {
  font-weight: 700;
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.type-text table:not(.no-style) tbody tr:first-child {
  border: 0;
}

.type-text table:not(.no-style) td {
  border: 1px solid var(--bs-gray-2);
}

.type-text .data-table {
  border: 0;
}

.type-text .data-table td, .type-text .data-table th {
  border: 1px solid #f0f0f0;
}

.type-text .data-table thead th, .type-text .data-table thead td {
  border-color: #fb6b31;
}

.type-text .data-table tbody tr {
  border: 0;
}

.type-text a {
  color: var(--bs-navy-blue);
}

.type-text a:hover {
  color: var(--bs-navy-blue);
  text-decoration: underline;
}

.type-text .email:hover {
  color: var(--bs-orange);
}

.type-text .row {
  --bs-gutter-y: 20px;
}

.table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.panel-disclaimer {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 405;
}

.panel-disclaimer .inner {
  padding: 20px 40px;
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  background-color: rgba(255, 255, 255, 0.1);
}

.panel-disclaimer:not(.active) {
  display: none;
}

@media (min-width: 992px) {
  .panel-disclaimer {
    left: 21.875%;
  }
}

#disclaimer-close {
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
}

.fancybox-content {
  padding: 32px 40px;
  border-radius: 12px;
  max-width: 90vw;
  width: 1080px;
}

.accordion__item {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bs-gray-2);
}

.accordion__item + .accordion__item {
  margin-top: 32px;
}

.accordion__header {
  cursor: pointer;
  position: relative;
}

.accordion__item.active .accordion__header .accordion__sign {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__item.active .accordion__header .accordion__sign::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion__sign {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: -50px;
  margin: auto;
  font-size: 14px;
  width: 1em;
  height: 1em;
  padding: 14px;
  border-radius: 50%;
  border: 1px solid var(--bs-navy-blue);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion__sign::before, .accordion__sign::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion__sign::before {
  height: 2px;
}

.accordion__sign::after {
  width: 2px;
}

.mfp-content {
  max-width: 1140px;
  padding: 60px;
  background-color: var(--bs-white);
}

.mfp-ajax-holder .mfp-content,
.mfp-content {
  width: calc(100% - 140px);
}

.mfp-close,
.mfp-image-holder .mfp-close {
  font-family: var(--bs-body-font-family);
  line-height: 1;
  color: var(--bs-white);
  left: calc(100% + 14px);
  right: auto;
  width: auto;
  height: auto;
  opacity: 1;
  text-align: center;
}

.mfp-close .ico-wrap,
.mfp-image-holder .mfp-close .ico-wrap {
  font-size: 28px;
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.3);
}

.mfp-close > *,
.mfp-image-holder .mfp-close > * {
  pointer-events: none;
}

.mfp-close-btn-in .mfp-close {
  color: var(--bs-white);
}

.mfp-wrap.regions .mfp-content {
  max-width: 1520px;
}

.mfp-figure::after {
  content: none;
}

.mfp-image-holder .mfp-content {
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  width: auto;
}

.swiper-wrapper {
  height: auto;
}

.swiper-wrapper.ease-linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.swiper-arrows-wrapper {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  margin-top: 0;
  height: auto;
  width: auto;
  color: inherit;
}

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

.swiper-container-vertical .swiper-slide {
  height: auto;
}

.bx-filter-select-text .text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.bx-filter-select-block:not(.show-select) .bx-filter-select-popup {
  display: none;
}

.bx-ui-slider-track {
  position: relative;
  height: 1px;
  margin: 10px 0;
}

.bx-ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 50;
}

.bx-ui-slider-handle {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  z-index: 100;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bx-ui-slider-handle.right {
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.bx-ui-slider-track-container {
  margin-left: 15px;
  margin-right: 15px;
}

.bx-filter-input {
  padding: 14px 20px;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px var(--bs-gray-2);
          box-shadow: inset 0 0 0 1px var(--bs-gray-2);
}

.bx-filter-select {
  height: 56px;
  padding-right: 50px;
}

.bx-filter-btn-label {
  -webkit-box-shadow: inset 0 0 0 1px var(--bs-gray-2);
          box-shadow: inset 0 0 0 1px var(--bs-gray-2);
  margin-bottom: 0;
}

input:checked + .bx-filter-btn-label {
  color: var(--bs-white);
  background-color: var(--bs-navy-blue);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.range-calendar__body {
  border: 1px solid var(--bs-gray-2);
}

.range-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 5px 0;
  padding: 20px 6px;
}

.range-calendar__days--week {
  padding-top: 1px;
  padding-bottom: 1px;
}

.range-calendar__cell::before, .range-calendar__cell::after {
  content: '';
  width: 100%;
}

.range-calendar__num {
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.range-calendar__cell.between {
  background-color: var(--bs-gray-bg);
}

.range-calendar__cell.start::after, .range-calendar__cell.end::before {
  background-color: var(--bs-gray-bg);
}

.range-calendar__cell.start .range-calendar__num,
.range-calendar__cell.end .range-calendar__num {
  background-color: var(--bs-gray-bg);
  -webkit-box-shadow: inset 0 0 0 2px var(--bs-navy-blue);
          box-shadow: inset 0 0 0 2px var(--bs-navy-blue);
}

.range-calendar__cell.current .range-calendar__num {
  background-color: var(--bs-navy-blue);
  color: var(--bs-white);
}

.wrapper {
  padding-left: var(--page-inner-indent);
  padding-right: var(--page-inner-indent);
}

.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

ul.list li {
  padding-left: 22px;
  position: relative;
}

ul.list li::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%225%22%20cy%3D%225%22%20r%3D%224%22%20stroke%3D%22%23163A6A%22%20stroke-width%3D%222%22%20%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 0;
}

ol.list {
  counter-reset: list1;
}

ol.list > li {
  position: relative;
  padding-left: 24px;
  margin-top: 20px;
}

ol.list > li:before {
  position: absolute;
  left: -4px;
  counter-increment: list1;
  content: counter(list1);
  text-align: right;
  color: var(--bs-gray-1);
}

.svg-list {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.breadcrumbs {
  padding-top: calc(11vw + -25px);
  padding-bottom: calc(4.27vw + 14px);
}

.breadcrumbs ul {
  overflow: auto;
}

.breadcrumbs .sep {
  margin-left: 8px;
  margin-right: 8px;
}

.investstandart-page .breadcrumbs,
.about-region-page .breadcrumbs,
.projects-page .breadcrumbs {
  position: absolute;
  z-index: 1;
  color: var(--bs-white);
}

.burger {
  font-size: 40px;
  width: 1em;
  height: 1em;
  position: relative;
  border: 1px solid var(--bs-gray-1);
  border-radius: 50%;
}

.burger::before, .burger::after, .burger i {
  display: block;
  position: absolute;
  left: 26.66667%;
  width: 53.33333%;
  height: 2px;
  background-color: currentColor;
  border-radius: 2px;
}

.burger::before, .burger::after {
  content: '';
  -webkit-transition: top 0.15s 0.15s, bottom 0.15s 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s 0.15s, bottom 0.15s 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s 0.15s, bottom 0.15s 0.15s, transform 0.15s;
  transition: top 0.15s 0.15s, bottom 0.15s 0.15s, transform 0.15s, -webkit-transform 0.15s;
}

.burger::before {
  top: .35em;
}

.burger i {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: width .15s;
  transition: width .15s;
}

.burger::after {
  bottom: .35em;
}

.burger.active::before, .burger.active::after {
  -webkit-transition: top 0.15s 0s, bottom 0.15s, -webkit-transform 0.15s 0.15s;
  transition: top 0.15s 0s, bottom 0.15s, -webkit-transform 0.15s 0.15s;
  transition: top 0.15s 0s, bottom 0.15s, transform 0.15s 0.15s;
  transition: top 0.15s 0s, bottom 0.15s, transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s;
}

.burger.active::before {
  top: calc(50% - 1px);
  -webkit-transform: rotateZ(25deg);
      -ms-transform: rotate(25deg);
          transform: rotateZ(25deg);
}

.burger.active::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotateZ(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotateZ(-25deg);
}

.burger.active i {
  width: 0;
}

.sidebar-left {
  width: 21.875%;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 1200px) {
  .sidebar-left .top-left-link {
    position: relative;
  }
  .sidebar-left .top-left-link .svg-icon {
    margin-left: 0;
    position: absolute;
    right: -20%;
  }
}

.sidebar-right {
  width: 78.125%;
}

.sidebar-menu ul a {
  display: block;
  padding: 18px var(--page-inner-indent);
}

.sidebar-menu ul a.active, .sidebar-menu ul a:hover {
  color: var(--bs-white);
  background-color: var(--bs-black);
}

.search-form {
  position: relative;
}

.search-form input {
  padding: 13px 12px;
  border-bottom: 1px solid var(--bs-gray-1);
}

.search-form button {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
}

.spec-btn .svg-icon {
  font-size: 38px;
}

.lang-select {
  position: relative;
}

.lang-select:not(:hover) .lang-select__dropdown {
  display: none;
}

.lang-select__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 100;
  border: 1px solid var(--bs-gray-2);
  padding: 14px 18px;
}

.lang-select__dropdown li + li {
  margin-top: 3px;
}

.lang-select__dropdown a {
  color: var(--bs-gray-1);
}

.lang-select__dropdown a:is(:hover, .active) {
  color: var(--bs-body-color);
}

.header {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}

.top-block {
  height: calc(26.41vw + 483px);
  min-height: 500px;
  position: relative;
}

.top-block__page-nav {
  position: absolute;
  width: 100%;
  bottom: 40px;
  --li-indent-x: 3vw;
  --li-indent-y: 12px;
}

.top-block__page-nav ul {
  padding-top: 34px;
  margin-top: 18px;
  border-top: 1px solid var(--bs-white);
  margin-left: calc(var(--li-indent-x) * -1);
  margin-bottom: calc(var(--li-indent-y) * -1);
}

.top-block__page-nav ul li {
  margin-left: var(--li-indent-x);
  margin-bottom: var(--li-indent-y);
}

.top-block__page-nav a {
  color: var(--bs-white);
}

.top-block__page-nav a:hover {
  color: var(--bs-gray-2);
}

.top-block--region {
  background-image: url(images/about-region-bg.png);
}

.top-block--invest {
  background-image: url(images/investstandart-bg.png);
}

.top-block--404 {
  background-image: url(images/top-block-404.png);
}

@media (min-width: 992px) {
  .top-block--proj .wrapper {
    height: 100%;
  }
  .top-block--proj .wrapper .row {
    height: 100%;
  }
  .top-block--proj .wrapper .row .col-slider {
    height: 100%;
  }
  .top-block--proj .wrapper .row .col-slider .row, .top-block--proj .wrapper .row .col-slider .col {
    height: 100%;
  }
  .top-block--proj .wrapper .row .swiper-container {
    height: 100%;
  }
}

@media (max-width: 992px) {
  .top-block--proj .wrapper {
    width: 100%;
  }
  .top-block--proj .wrapper > .row {
    width: 100%;
  }
  .top-block--proj {
    min-height: 670px;
  }
  .projects-images-carousel img {
    width: 140px;
  }
  .projects-images-carousel .swiper-slide {
    width: auto;
  }
  .top-block--proj .wrapper {
    width: 100%;
  }
  .top-block--proj .wrapper > .row {
    width: 100%;
  }
  .top-block--proj {
    min-height: 670px;
  }
}

@media (min-width: 992px) {
  .region-map {
    margin-bottom: -110px;
  }
}

.region-map-name::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%20fill%3D%22%23163A6A%22%20%2F%3E%3C%2Fsvg%3E");
  margin-right: 14px;
}

.region-map-name:not(.active)::before {
  content: normal;
}

.link:hover {
  text-decoration: underline;
}

.link-file {
  padding: 20px;
  border: 1px solid var(--bs-gray-2);
}

.link-file .name {
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.link-file:hover {
  border-color: var(--bs-navy-blue);
}

.main-slider .nav-wapper {
  position: absolute;
  left: var(--page-inner-indent);
  bottom: 40px;
  z-index: 1;
}

.main-slider .swiper-slide {
  height: 990px;
}

.main-slider .swiper-slide .dark {
  background-color: rgba(0, 0, 0, 0.3);
}

.main-slider .swiper-pager {
  letter-spacing: 0.04em;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
  padding: 19px;
  border: 2px solid var(--bs-white);
}

.soc-row a:hover {
  color: var(--bs-navy-blue);
}

.bg-black .soc-row a {
  color: var(--bs-white);
}

.img--new-card {
  aspect-ratio: 278 / 190;
}

@media (min-width: 768px) {
  .img--new-card {
    aspect-ratio: 430 / 250;
  }
}

.img--gallery-1 {
  aspect-ratio: 315 / 280;
}

.new-card {
  border: 1px solid var(--bs-gray-2);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
}

.new-card:hover .new-card__padding {
  background-color: rgba(255, 255, 255, 0.6);
}

.new-card__padding {
  padding: 14px 14px;
}

@media (min-width: 768px) {
  .new-card__padding {
    padding: 20px 30px;
  }
}

@media (min-width: 1200px) {
  .row-with-calendar .calendar-wrapper {
    margin-top: -450px;
  }
}

@media (max-width: 992px) {
  .events-filter-block {
    position: fixed;
    z-index: 4;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    overflow: auto;
    background-color: var(--bs-white-bg);
    padding: 20px var(--page-inner-indent);
  }
  .events-filter-opener-block {
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
  }
  .events-filter-active .events-filter-block {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.proj-card {
  position: relative;
}

.proj-card .ico-wrap {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.3);
}

.support-measure-card {
  border: 4px solid var(--bs-navy-blue);
}

.support-measure-card__sup-form {
  border-radius: 2px;
  padding: 2px 10px 4px 10px;
  border: 1px solid var(--bs-gray-2);
}

.support-measure-card .name {
  max-height: 4em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .support-measure-card__sup-form {
    padding: 2px 10px 4px 10px;
  }
}

.support-measure-front-card {
  padding: 18px;
  min-height: 200px;
}

@media (min-width: 992px) {
  .support-measure-front-card {
    min-height: 450px;
  }
}

.support-measure-front-card-row {
  --bs-gutter-x: 5px;
  --bs-gutter-y: 5px;
}

@media (min-width: 768px) {
  .support-measure-front-card {
    padding: 26px 32px;
  }
}

.project-support-list {
  position: relative;
}

.project-support-list .line {
  position: absolute;
  top: 0;
  left: 50%;
}

.project-support-list .line .filled {
  height: 180px;
}

.project-support-list .item {
  position: relative;
  width: 50%;
  padding-right: 32px;
}

.project-support-list .item:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 16px;
  left: auto;
  right: -1em;
  font-size: 20px;
  width: 1em;
  height: 1em;
  color: var(--bs-gray-2);
  border-radius: 50%;
  border: 2px solid currentColor;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.project-support-list .item.active::before {
  color: var(--bs-navy-blue);
  background-color: currentColor;
}

.project-support-list .col-right {
  padding-left: 32px;
  margin-left: auto;
}

.project-support-list .col-right::before {
  left: 0;
  right: auto;
}

.project-support-list .go-details {
  white-space: normal;
}

.project-support-list-wrap {
  background-image: url(images/project-support-list.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 41%;
}

@media (min-width: 1200px) {
  .s-consult-form-front {
    background: url(/images/close-up-of-busy-businesswoman-writing.png) no-repeat right bottom -50px/63.66667% auto;
  }
}

@media (max-width: 992px) {
  .project-support-list-wrap {
    background-image: none;
  }
  .project-support-list .item {
    width: auto;
    padding-left: 38px;
    padding-right: 0;
    margin-left: 0;
  }
  .project-support-list .item::before {
    left: 0;
    right: auto;
  }
  .project-support-list .line {
    left: 0;
  }
}

.invest-rule-card {
  -webkit-box-shadow: inset 0 0 0 1px var(--bs-white);
          box-shadow: inset 0 0 0 1px var(--bs-white);
}

@media (min-width: 992px) {
  .invest-rule-card {
    height: 208px;
  }
}

.invest-rules-step-num {
  border: 2px solid var(--bs-navy-blue);
  padding: 8px 10px 12px 10px;
  width: 78px;
  line-height: 54px;
}

.invest-rules-step-docs .res-docs {
  border: 2px solid var(--bs-navy-blue);
  padding: 24px 30px;
}

.invest-rules-step-docs a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px dashed currentColor;
}

.invest-rules-step-docs a, .invest-rules-step-docs a:hover {
  text-decoration: none;
}

.invest-rules-step-docs a::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2219%22%20height%3D%2220%22%20viewBox%3D%220%200%2019%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%200.5V13.9392L2.35355%207.4632L1.64645%208.15218L9.14645%2015.4599L9.5%2015.8044L9.85355%2015.4599L17.3536%208.15218L16.6464%207.4632L10%2013.9392V0.5H9ZM0%2018.5256V19.5L19%2019.5V18.5256L0%2018.5256Z%22%20fill%3D%22%23163A6A%22%20%2F%3E%3C%2Fsvg%3E");
  margin-right: -31px;
  margin-left: 12px;
}

@media (max-width: 768px) {
  .invest-rules-step-docs {
    font-size: 13px;
  }
  .invest-rules-step-docs .res-docs {
    padding: 12px;
  }
}

@media (min-width: 1200px) {
  .invest-rules-step {
    position: relative;
  }
  .invest-rules-step .invest-rules-step-docs {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 800px;
    overflow: auto;
  }
  .invest-rules-step:hover {
    z-index: 1;
    background-color: var(--bs-white-bg);
  }
  .invest-rules-step:hover .invest-rules-step-docs {
    background-color: var(--bs-white-bg);
  }
  .invest-rules-step:not(:hover) .invest-rules-step-docs {
    display: none;
  }
}

@media (max-width: 1200px) {
  .invest-rules-step:not(.active) .invest-rules-step-docs {
    display: none;
  }
}

.sup-mes-banner {
  padding: 0 22px;
  border: 4px solid var(--bs-navy-blue);
}

.sup-mes-banner .ico {
  font-size: 96px;
}

@media (max-width: 768px) {
  .sup-mes-banner {
    padding: 0 11px;
  }
  .sup-mes-banner img {
    width: 82px;
  }
}

.map {
  height: calc(17.41vw + 235px);
}

.map iframe {
  width: 100%;
  height: 100%;
}

.region-map a {
  color: var(--bs-navy-blue);
}

.region-map a > g {
  fill: currentColor;
}

.region-map a path[stroke] {
  fill: none;
}

.region-map a path[fill] {
  stroke: none;
}

.region-map a:hover {
  position: relative;
  z-index: 1;
  color: #1a467f;
}

.region-map .map-text {
  display: none;
}

.region-map .nameplate,
.region-map .circle {
  display: none;
}

.region-map .nameplate__text {
  display: none;
}

.pegas:hover {
  opacity: .9;
}

.footer {
  padding-top: 57px;
}

.advantages {
  padding: 0 70px 70px 70px;
}

@media (min-width: 768px) {
  :root {
    --header-height: 89px;
  }
}

@media (max-width: 1200px) {
  :root {
    --page-inner-indent: 20px;
  }
}

@media (max-width: 992px) {
  .mfp-content {
    padding: 20px;
  }
  button.mfp-close {
    right: 0;
    left: auto;
    font-size: 20px;
  }
  button.mfp-close,
  .mfp-close-btn-in .mfp-close {
    color: var(--bs-body-color);
  }
  .mfp-close .ico-wrap,
  .mfp-image-holder .mfp-close .ico-wrap {
    padding: 10px;
    background-color: transparent;
    line-height: 0;
    font-size: 20px;
  }
  .mfp-close .esc {
    display: none;
  }
  .mfp-ajax-holder .mfp-content,
  .mfp-content {
    width: calc(100% - 20px);
  }
  .sidebar-left {
    position: absolute;
    z-index: 10;
    top: var(--header-height);
    left: 0;
    width: 330px;
    height: calc(100vh - var(--header-height));
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    overflow: auto;
    background-color: var(--bs-white-bg);
  }
  .sidebar-left-active {
    overflow: hidden;
  }
  .sidebar-left-active .sidebar-left {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .sidebar-menu ul a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .logo-link img {
    width: 35px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    aspect-ratio: 63 / 80;
  }
  h1, .h1, .fs-96 {
    font-size: 48px;
  }
  .top-block__page-nav {
    display: none;
  }
  .main-slider .swiper-slide {
    height: calc(32.56vw + 365px);
  }
  .main-slider .nav-wapper {
    display: none;
  }
  .accordion__item + .accordion__item {
    margin-top: 20px;
  }
  .accordion__header, .accordion__body {
    padding-left: 20px;
  }
  .accordion__header {
    font-size: 16px;
  }
  .accordion__body {
    font-size: 13px;
  }
  .accordion__sign {
    left: -20px;
  }
}

@media (max-width: 768px) {
  .fs-96, h1, .h1 {
    font-size: 32px;
  }
  .fs-54, h2, .h2 {
    font-size: 24px;
  }
  h1, .h1 {
    margin-bottom: 20px;
  }
  .h3, h3 {
    font-size: 16px;
  }
  .btn {
    padding: 10px 20px;
  }
  .btn--sm {
    padding: 4px 12px;
  }
  .type-text {
    font-size: 16px;
  }
  .type-text ul:not(.no-style) > li {
    padding-left: 16px;
  }
  .type-text ul:not(.no-style) > li::before {
    top: 5px;
    font-size: 8px;
  }
  .type-text--2 {
    font-size: 13px;
  }
  .panel-disclaimer .inner {
    padding: 10px 20px;
  }
  .sidebar-left {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .logo-link img {
    width: 26px;
  }
  .header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header .search-form {
    width: 100px;
  }
  .header .search-form input {
    padding: 0;
    padding-right: 35px;
  }
  .header .search-form button {
    font-size: 16px;
    right: 0;
  }
  .header .burger {
    font-size: 30px;
  }
  label,
  .label,
  .form-text,
  select,
  textarea,
  .bx-filter-select,
  .bx-filter-btn-label {
    font-size: 16px;
  }
  .form-text,
  select,
  textarea,
  .bx-filter-select,
  .bx-filter-btn-label {
    padding: 12px;
    height: 45px;
  }
  .link-file {
    padding: 14px;
  }
  .link-file .mt12 {
    margin-top: 8px;
  }
  .link-file img {
    width: 30px;
  }
  .link-file .fs-18, .link-file .top-block__page-nav .ttl, .top-block__page-nav .link-file .ttl {
    font-size: 14px;
  }
  .link-file .fs-14 {
    font-size: 10px;
  }
  .link-file .ml32 {
    margin-left: 20px;
  }
  .form-label label,
  .form-label .label {
    top: 16px;
    left: 12px;
  }
  .success-story-card img {
    width: 114px;
  }
  .invest-rules-step-num {
    border: 1.5px solid var(--bs-navy-blue);
    padding: 6px 10px 8px 10px;
    width: 43px;
    line-height: 27px;
  }
  .footer {
    padding-top: 47px;
  }
  .footer .soc-row {
    font-size: 31px;
  }
}

#w-load {
  display: none !important;
}

