

/* Start:/bitrix/templates/oxo/css/reboot.css?16666987667965*/
/*!
 * Bootstrap Reboot v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

::-webkit-file-upload-button {
  font: inherit;
  -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;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/* End */


/* Start:/bitrix/templates/oxo/css/grid.css?169460724171938*/
/*!
 * Bootstrap Grid v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px !important;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */
/* End */


/* Start:/bitrix/templates/oxo/css/general.css?176301967142529*/
/*******************
Fonts
********************/
@font-face {
	font-family: 'IngoStem';
	src: url('/bitrix/templates/oxo/css/../fonts/IngoStem-Light.eot');
	src: local('IngoStem Light'), local('IngoStem-Light'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Light.eot?#iefix') format('embedded-opentype'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Light.woff') format('woff'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'IngoStem';
	src: url('/bitrix/templates/oxo/css/../fonts/IngoStem-Regular.eot');
	src: local('IngoStem Regular'), local('IngoStem-Regular'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Regular.eot?#iefix') format('embedded-opentype'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Regular.woff') format('woff'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'IngoStem';
	src: url('/bitrix/templates/oxo/css/../fonts/IngoStem-Medium.eot');
	src: local('IngoStem Medium'), local('IngoStem-Medium'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Medium.eot?#iefix') format('embedded-opentype'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Medium.woff') format('woff'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'IngoStem';
	src: url('/bitrix/templates/oxo/css/../fonts/IngoStem-Bold.eot');
	src: local('IngoStem Bold'), local('IngoStem-Bold'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Bold.eot?#iefix') format('embedded-opentype'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Bold.woff') format('woff'),
	url('/bitrix/templates/oxo/css/../fonts/IngoStem-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}



/*******************
Variables
********************/
:root {

	/*** Colors ***/
	--primary-color: #0047bb; /* rgb(0,71,187) */ /* --dark-blue-1 */

	/* Main colors */
	--dark-blue: #0047bb; /* rgb(0,71,187) */ /* --dark-blue-1 */
	--dark-blue-1: #0047bb; /* rgb(0,71,187) */
	--dark-blue-2: #336cc9; /* rgb(51,108,201) */
	--dark-blue-3: #6691d6; /* rgb(102,145,214) */
	--dark-blue-4: #99b5e4; /* rgb(153,181,228) */
	--dark-blue-5: #ccdaf1; /* rgb(204,218,241) */
	--blue: #00cafb; /* rgb(0,202,251) */
	--blue-1: #00cafb; /* rgb(0,202,251) */
	--blue-2: #33d5fc; /* rgb(51,213,252) */
	--blue-3: #66dffd; /* rgb(102,223,253) */
	--blue-4: #99eafd; /* rgb(153,234,253) */
	--blue-5: #ccf4fe; /* rgb(204,244,254) */
	--aqua: #06d7e8; /* rgb(6,215,232) */
	--aqua-1: #06d7e8; /* rgb(6,215,232) */
	--aqua-2: #38dfed; /* rgb(56,223,237) */
	--aqua-3: #6ae7f1; /* rgb(106,231,241) */
	--aqua-4: #9beff6; /* rgb(155,239,246) */
	--aqua-5: #cdf7fa; /* rgb(205,247,250) */

	/* Additional colors */
	--green: #10ffb5; /* rgb(16,255,181) */
	--green-1: #10ffb5; /* rgb(16,255,181) */
	--green-2: #40ffc4; /* rgb(64,255,196) */
	--green-3: #70ffd3; /* rgb(112,255,211) */
	--green-4: #9fffe1; /* rgb(159,255,225) */
	--green-5: #cffff0; /* rgb(207,255,240) */
	--cyan: #00feff; /* rgb(0,254,255) */
	--cyan-1: #00feff; /* rgb(0,254,255) */
	--cyan-2: #33feff; /* rgb(51,254,255) */
	--cyan-3: #66feff; /* rgb(102,254,255) */
	--cyan-4: #99ffff; /* rgb(153,255,255) */
	--cyan-5: #ccffff; /* rgb(204,255,255) */

	/* Colors of medical directions */
	--purplish-blue: #b5a4ff; /* rgb(181,164,255) */
	--purplish-blue-1: #b5a4ff; /* rgb(181,164,255) */
	--purplish-blue-2: #c4b6ff; /* rgb(196,182,255) */
	--purplish-blue-3: #d3c8ff; /* rgb(211,200,255) */
	--purplish-blue-4: #e1dbff; /* rgb(225,219,255) */
	--purplish-blue-5: #f0edff; /* rgb(240,237,255) */
	--light-red: #ff928d; /* rgb(255,146,141) */
	--light-red-1: #ff928d; /* rgb(255,146,141) */
	--light-red-2: #ffa8a4; /* rgb(255,168,164) */
	--light-red-3: #ffbebb; /* rgb(255,190,187) */
	--light-red-4: #ffd3d1; /* rgb(255,211,209) */
	--light-red-5: #ffe9e8; /* rgb(255,233,232) */
	--yellow: #ffba40; /* rgb(255,186,64) */
	--yellow-1: #ffba40; /* rgb(255,186,64) */
	--yellow-2: #ffc866; /* rgb(255,200,102) */
	--yellow-3: #ffd68c; /* rgb(255,214,140) */
	--yellow-4: #ffe3b3; /* rgb(255,227,179) */
	--yellow-5: #fff1d9; /* rgb(255,241,217) */

	/* Another color */
	--stroke: #F0F0F3;

	/* Gradients */
	--primary-gradient: linear-gradient(90deg, #EDF3FF, #E6F6FD); /* --light-blue-gradient */
	--light-blue-gradient: linear-gradient(90deg, #EDF3FF, #E6F6FD); /* --light-blue-gradient main */
	--light-blue-gradient-ltr: linear-gradient(90deg, #EDF3FF, #E6F6FD);
	--light-blue-gradient-rtl: linear-gradient(90deg, #E6F6FD, #EDF3FF);
	--light-blue-gradient-ttb: linear-gradient(180deg, #EDF3FF, #E6F6FD);
	--light-blue-gradient-btt: linear-gradient(180deg, #E6F6FD, #EDF3FF);
	--blue-gradient: linear-gradient(90deg, #336CC9, #42BAFD); /* --blue-gradient-1 */
	--blue-gradient-1: linear-gradient(90deg, #336CC9, #42BAFD); /* --blue-gradient-1 main */
	--blue-gradient-1-ltr: linear-gradient(90deg, #336CC9, #42BAFD);
	--blue-gradient-1-rtl: linear-gradient(90deg, #42BAFD, #336CC9);
	--blue-gradient-1-ttb: linear-gradient(180deg, #336CC9, #42BAFD);
	--blue-gradient-1-btt: linear-gradient(180deg, #42BAFD, #336CC9);
	--blue-gradient-2: linear-gradient(90deg, #7bdbfa, #40a9f5); /* --blue-gradient-2-ltr */
	--blue-gradient-2-ltr: linear-gradient(90deg, #7bdbfa, #40a9f5); /* --blue-gradient-2 main */
	--blue-gradient-2-rtl: linear-gradient(90deg, #40a9f5, #7bdbfa);
	--blue-gradient-2-ttb: linear-gradient(180deg, #7bdbfa, #40a9f5);
	--blue-gradient-2-btt: linear-gradient(180deg, #40a9f5, #7bdbfa);
	--blue-gradient-3: linear-gradient(180deg, #6f8aeb, #43a6f1); /* --blue-gradient-3-ttb */
	--blue-gradient-3-ltr: linear-gradient(90deg, #6f8aeb, #43a6f1);
	--blue-gradient-3-rtl: linear-gradient(90deg, #43a6f1, #6f8aeb);
	--blue-gradient-3-ttb: linear-gradient(180deg, #6f8aeb, #43a6f1); /* --blue-gradient-3 main */
	--blue-gradient-3-btt: linear-gradient(180deg, #43a6f1, #6f8aeb);
	--green-gradient: linear-gradient(180deg, #2fd2b5, #60ddec); /* --green-gradient-ttb */
	--green-gradient-ltr: linear-gradient(90deg, #2fd2b5, #60ddec);
	--green-gradient-rtl: linear-gradient(90deg, #60ddec, #2fd2b5);
	--green-gradient-ttb: linear-gradient(180deg, #2fd2b5, #60ddec);  /* --green-gradient main */
	--green-gradient-btt: linear-gradient(180deg, #60ddec, #2fd2b5);
	--light-red-gradient: linear-gradient(180deg, #ff948f, #ffaeae); /* --light-red-gradient-ttb */
	--light-red-gradient-ltr: linear-gradient(90deg, #ff948f, #ffaeae);
	--light-red-gradient-rtl: linear-gradient(90deg, #ffaeae, #ff948f);
	--light-red-gradient-ttb: linear-gradient(180deg, #ff948f, #ffaeae);  /* --light-red-gradient main */
	--light-red-gradient-btt: linear-gradient(180deg, #ffaeae, #ff948f);
	--yellow-gradient: linear-gradient(180deg, #ffba40, #fed766); /* --yellow-gradient-ttb */
	--yellow-gradient-ltr: linear-gradient(90deg, #ffba40, #fed766);
	--yellow-gradient-rtl: linear-gradient(90deg, #fed766, #ffba40);
	--yellow-gradient-ttb: linear-gradient(180deg, #ffba40, #fed766);  /* --yellow-gradient main */
	--yellow-gradient-btt: linear-gradient(180deg, #fed766, #ffba40);
	--violet-gradient: linear-gradient(180deg, #6F8AEB, #43A6F1); /* --violet-gradient */
	--back-gradient: linear-gradient(90deg, #EDF3FF, #E6F6FD); /* --back-gradient-rtl */
	--back-gradient-ltr: linear-gradient(90deg, #E6F6FD, #EDF3FF);
	--back-gradient-rtl: linear-gradient(90deg, #EDF3FF, #E6F6FD); /* --back-gradient main */
	--back-gradient-ttb: linear-gradient(180deg, #E6F6FD, #EDF3FF);
	--back-gradient-btt: linear-gradient(180deg, #EDF3FF, #E6F6FD);


	/*** Body ***/

	/* Regular */
	--body-text-font-family: IngoStem, Tahoma, sans-serif;
	--body-text-font-size: 16px;
	--body-text-font-weight: normal;
	--body-text-line-height: 24px;
	--body-text-color: #2B3031;
	--body-bg-color: #fff;

	/* Small */
	--body-small-text-font-size: 14px;
	--body-small-text-line-height: 20px;
	--body-extra-small-text-font-size: 12px;
	--body-extra-small-text-line-height: 16px;


	/*** General ***/

	/* Paddings */
	--oxo-p-1: 16px; /* Between title & text */
	--oxo-p-2: 24px; /* Between block elements */
	--oxo-p-3: 40px; /* Between subblocks inside main block & after h1 inside block */
	--oxo-p-4: 120px; /* Between main semantic blocks */

	/* Margins */
	--oxo-m-1: 16px; /* Between title & text */
	--oxo-m-2: 24px; /* Between block elements */
	--oxo-m-3: 40px; /* Between subblocks inside main block & after h1 inside block */
	--oxo-m-4: 120px; /* Between main semantic blocks */

	/* Border-radius */
	--primary-border-radius: 8px; /* For elements up to 48px height */ /* --border-radius-1 */
	--border-radius-1: 8px; /* For elements up to 48px height */ /* --primary-border-radius */
	--border-radius-2: 12px; /* For elements up to 120px height */
	--border-radius-3: 20px; /* For elements more than 120px one side */

	/* Shadows */
	--primary-box-shadow: 0px 2px 6px rgba(0,71,187,0.15); /* Up to 68px height */ /* --box-shadow-1 */
	--box-shadow-1: 0px 2px 6px rgba(0,71,187,0.15); /* Up to 68px height */ /* --primary-box-shadow */
	--box-shadow-2: 0px 0px 15px rgba(0, 71, 187, 0.1); /* More than 68px height */
	--box-shadow-3: 1px 2px 4px rgba(0, 71, 187, 0.15), 0px 0px 15px rgba(0, 71, 187, 0.1); /* Card */
}



/********************
General
********************/

/*** Main (as body) ***/
.oxo-main,
.oxo-footer {
	position: relative;

	font-family: var(--body-text-font-family);
	font-size: var(--body-text-font-size);
	font-weight: var(--body-text-font-weight);
	line-height: var(--body-text-line-height);
	color: var(--body-text-color);
	background-color: var(--body-bg-color);
}
@media (max-width: 575px) {
	.oxo-main,
	.oxo-footer {
		font-size: var(--body-small-text-font-size);
		line-height: var(--body-small-text-line-height);
	}
}
@media (max-width: 767px) {
	.oxo-footer {
		padding-bottom: 75px;
	}
}
/*** Intec reset ***/
.intec-template-title,
.intec-template-breadcrumb,
.intec-template-header .intec-content,
.intec-template-footer .intec-content {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
	padding-left: 0;
}
.intec-template-title .intec-content,
.intec-template-title .intec-content .intec-content-wrapper,
.intec-template-breadcrumb .intec-content,
.intec-template-breadcrumb .intec-content .intec-content-wrapper,
.intec-template-header .intec-content .intec-content-wrapper,
.intec-template-footer .intec-content .intec-content-wrapper {
	margin-left: 0;
	margin-right: 0;
}
.intec-template-title .intec-content .intec-content-wrapper,
.intec-template-breadcrumb .intec-content .intec-content-wrapper,
.intec-template-header .intec-content .intec-content-wrapper,
.intec-template-footer .intec-content .intec-content-wrapper {
	padding-left: 10.5px;
	padding-right: 10.5px;
}
.intec-template-page .oxo-main .intec-content {
	max-width: 100%;
}
.intec-content .intec-content-wrapper,
.intec-content .intec-content.intec-content-primary .intec-content-wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.intec-template-page.intec-content,
.oxo-uslugi-container-reset .intec-content {
	max-width: 1320px;
	padding-left: 10.5px;
	padding-right: 10.5px;
}
main ul,
main ol,
main [data-ui-markup="ul"],
main [data-ui-markup="ol"],
main .intec-ui-markup-ul,
main .intec-ui-markup-ol {
	margin: 0;
	padding: 0;
}
main ul > li,
main ol > li,
main [data-ui-markup="ul"] > [data-ui-markup="li"],
main [data-ui-markup="ol"] > [data-ui-markup="li"],
main .intec-ui-markup-ul > .intec-ui-markup-li,
main .intec-ui-markup-ol > .intec-ui-markup-li {
	margin: 0;
	padding: 0;
	list-style: none;
}
main ul > li:before,
main [data-ui-markup="ul"] > [data-ui-markup="li"]:before,
main .intec-ui-markup-ul > .intec-ui-markup-li:before,
main ol > li:before,
main [data-ui-markup="ol"] > [data-ui-markup="li"]:before,
main .intec-ui-markup-ol > .intec-ui-markup-li:before {
	display: none;
}
main a:active, [data-ui-markup="a"]:active,
main .intec-ui-markup-a:active {
	color: var(--primary-color);
	text-decoration: none;
	transition: all .3s;
}
.intec-template {
	height: auto !important;
}
/* Exclude */
.uk-wrapper .uk-contacts > li:before {
	display: block;
}
@media (max-width: 1399px) {
	.intec-template-title,
	.intec-template-breadcrumb,
	.intec-template-header .intec-content,
	.intec-template-footer .intec-content {
		max-width: 1140px;
	}
}
@media (max-width: 1199px) {
	.intec-template-title,
	.intec-template-breadcrumb,
	.intec-template-header .intec-content,
	.intec-template-footer .intec-content {
		max-width: 960px;
	}
}
@media (max-width: 991px) {
	.intec-template-title,
	.intec-template-breadcrumb,
	.intec-template-header .intec-content,
	.intec-template-footer .intec-content {
		max-width: 720px;
	}
}
@media (max-width: 767px) {
	.intec-template-title,
	.intec-template-breadcrumb,
	.intec-template-header .intec-content,
	.intec-template-footer .intec-content {
		max-width: 540px;
	}
}
@media (max-width: 575px) {

}
@media (max-width: 399px) {

}

/*** Structure ***/
main {
	padding-bottom: 50px;
	overflow-wrap: break-word;
}
.oxo-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.oxo-section-bg {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 575px) {
	.oxo-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.oxo-section-bg {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*** Links ***/
main a,
.oxo-link {
	color: var(--primary-color);
	text-decoration: none;
	transition: all .3s;
}
main a:hover,
.oxo-link:hover {
	color: var(--primary-color);
	text-decoration: none;
	transition: all .3s;
}
.oxo-link-white,
.oxo-link-white:focus,
.oxo-link-white:active {
	color: #fff;
	text-decoration: none;
	transition: all .3s;
}
.oxo-link-white:hover {
	color: #fff;
	text-decoration: none;
	transition: all .3s;
}
.oxo-link-text {
	border-bottom: 1px dashed transparent;
}
.oxo-link-text:hover {
	border-bottom-color: var(--primary-color);
}
.oxo-main button {
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
}

/*** Typography ***/

/* Headings */
.oxo-main h1,
.oxo-main .oxo-h1,
.oxo-main h2,
.oxo-main .oxo-h2,
.oxo-main h3,
.oxo-main .oxo-h3,
.oxo-main h4,
.oxo-main .oxo-h4,
.oxo-main h5,
.oxo-main .oxo-h5 {
	margin: 0;
	margin-bottom: 24px;
	font-weight: 500;
}
.oxo-main h1,
.oxo-main .oxo-h1 {
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 48px;
}
.oxo-main h2,
.oxo-main .oxo-h2 {
	font-size: 32px;
	line-height: 40px;
}
.oxo-main h3,
.oxo-main .oxo-h3 {
	font-size: 24px;
	line-height: 32px;
}
.oxo-main h4,
.oxo-main .oxo-h4 {
	font-size: 20px;
	line-height: 28px;
}
.oxo-main h5,
.oxo-main .oxo-h5 {
	font-size: 16px;
	line-height: 24px;
}
.oxo-main .oxo-title {
	font-size: 16px;
	line-height: 24px;
}
.oxo-main .oxo-caption-large {
	font-size: 16px;
	line-height: 24px;
}
@media (max-width: 575px) {
	.oxo-main h1,
	.oxo-main .oxo-h1 {
		margin-bottom: 24px;
		font-size: 28px;
		line-height: 40px;
	}
	.oxo-main h2,
	.oxo-main .oxo-h2 {
		font-size: 24px;
		line-height: 36px;
	}
	.oxo-main h3,
	.oxo-main .oxo-h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.oxo-main h4,
	.oxo-main .oxo-h4 {
		font-size: 16px;
		line-height: 24px;
	}
	.oxo-main h5,
	.oxo-main .oxo-h5 {
		font-size: 14px;
		line-height: 20px;
	}
	.oxo-main .oxo-title {
		font-size: 14px;
		line-height: 20px;
	}
	.oxo-main .oxo-caption-large {
		font-size: 12px;
		line-height: 18px;
	}
	.oxo-main .oxo-caption-small {
		font-size: 10px;
		line-height: 18px;
	}
}

.oxo-main p, .oxo-main ul {
	margin-bottom: 24px;
}

/* Text */
.oxo-body-large {
	font-size: 16px;
	line-height: 24px;
}
.oxo-body-small {
	font-size: 14px;
	line-height: 22px;
}
.oxo-lead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
@media (max-width: 575px) {
	.oxo-body-small {
		line-height: 20px;
	}
}


/*** Lists ***/

/* Ul checkmarks */
.oxo-ul-checkmarks > li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 28px;
}
.oxo-ul-checkmarks > li:before {
	content: '';
	top: 5.5px;
	left: 5.5px;
	display: block;
	width: 13px;
	height: 13px;
}
.oxo-ul-checkmarks-blue > li:before {
	background: url('/bitrix/templates/oxo/css/../img/icons/icon-checkmark-blue.svg') no-repeat center;
	background-size: cover;
}
.oxo-ul-checkmarks + .oxo-ul-dots {
	padding-left: 19px;
}

/* Ul dots */
.oxo-ul-dots > li {
	position: relative;
	margin-bottom: 4px;
	padding-left: 24px;
}
.oxo-ul-dots > li:before {
	content: '';
	top: 9px;
	left: 9px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.oxo-ul-dots-light-red > li:before {
	background-color: var(--light-red);
}

/*** Helpers ***/
.d-none {
	display: none;
}
.d-block {
	display: block;
}
.d-flex {
	display: flex;
}

/*** Forms ***/
.oxo-form-group {
	position: relative;
	margin-bottom: 20px;
}
.oxo-form-control {
	display: block;
	width: 100%;
	height: 48px;
	padding: 12px 12px 2px;
	font-size: var(--body-text-font-size);
	font-weight: var(--body-text-font-weight);
	line-height: var(--body-text-line-height);
	color: var(--body-text-color);
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid var(--dark-blue-5);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: var(--primary-border-radius);
	transition: all .3s;
}
.oxo-form-control:focus {
	color: var(--body-text-color);
	background-color: #fff;
	border-color: var(--dark-blue-4);
	outline: 0;
}
.oxo-form-label {
	position: absolute;
	left: 10px;
	top: -8px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	color: var(--primary-color);
	background-color: #fff;
}
.oxo-form-control[type="search"] {
	padding: 12px 32px;
}
@media (max-width: 575px) {
	.oxo-form-control {
		height: 40px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
@media (max-width: 399px) {

}


/*** Cutsom select ***/
.oxo-custom-select {
	position: relative;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	background-clip: padding-box;
	border-radius: var(--primary-border-radius);
}
.oxo-custom-select input[type="select-one"] {
	display: none !important;
}
.oxo-custom-select:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	border-radius: inherit;
	background: var(--violet-gradient);
}
.oxo-custom-select .ts-control {
	position: relative;
	display: flex;
	align-items: center;
	height: 44px;
	padding: 10px 48px 10px 16px !important;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	background-color: #fff;
	border: none;
	border-radius: var(--primary-border-radius);
	cursor: pointer !important;
	transition: all .3s;

	flex-wrap: nowrap;
	line-height: 1.25;
}
.oxo-custom-select .ts-control .item {
	padding-left: 10px;
}
.oxo-custom-select.oxo-custom-select-icon .ts-control:before {
	content: '';
	margin-right: 4px;
	width: 20px;
	height: 20px;
	background-image: url('/bitrix/templates/oxo/img/icons/icon-location-pin-violet-gradient.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .3s;
}
.oxo-custom-select .ts-control:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 2px;
	right: 12px;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('/bitrix/templates/oxo/img/icons/icon-chevron-down.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .3s;
}
.oxo-custom-select:hover .ts-control,
.oxo-custom-select.dropdown-active .ts-control {
	color: var(--dark-blue-2);
}
.oxo-custom-select:hover .ts-control:after,
.oxo-custom-select.dropdown-active .ts-control:after {
	background-image: url('/bitrix/templates/oxo/img/icons/icon-chevron-down-violet-gradient.svg');
}
.oxo-custom-select.dropdown-active .ts-control:after {
	transform: translateY(-10px) rotate(180deg);
}
.oxo-custom-select .ts-dropdown {
	margin-top: 8px;
	background-color: #fff;
	border: 1px solid var(--stroke);
	border-radius: var(--border-radius-2);
	box-shadow: var(--box-shadow-2);
	overflow: hidden;
}
.oxo-custom-select .ts-dropdown-content {
	max-height: 500px;
}
.oxo-custom-select .option {
	display: flex;
	align-items: center;
	padding: 14px 12px !important;
	font-size: 14px;
	line-height: 20px;
	color: var(--body-text-color);
}
.oxo-custom-select .option.active,
.oxo-custom-select .option.selected,
.oxo-custom-select .option:hover,
.oxo-custom-select .option.active:hover,
.oxo-custom-select .option.selected:hover {
	color: var(--body-text-color) !important;
	background-color: #fff !important;
}
.oxo-custom-select.oxo-custom-select_checkbox-icon .option:before,
.oxo-custom-select.oxo-custom-select_checkbox-icon .option.active:before {
	content: '';
	margin-right: 8px;
	width: 24px;
	height: 24px;
	background-image: url('/bitrix/templates/oxo/img/icons/icon-checkmark-dark-blue-5.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .3s;
}
.oxo-custom-select.oxo-custom-select_checkbox-icon .option.selected:before,
.oxo-custom-select.oxo-custom-select_checkbox-icon .option:hover:before,
.oxo-custom-select.oxo-custom-select_checkbox-icon .option.active:hover:before,
.oxo-custom-select.oxo-custom-select_checkbox-icon .option.selected:hover:before {
	background-image: url('/bitrix/templates/oxo/img/icons/icon-checkmark-dark-blue.svg');
}
.oxo-custom-select.oxo-custom-select_dot-icon .option:before {
	content: '';
	margin-left: 7px;
	margin-right: 15px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--dark-blue-5);
	transition: all .3s;
}
.oxo-custom-select.oxo-custom-select_dot-icon .option.selected:before,
.oxo-custom-select.oxo-custom-select_dot-icon .option:hover:before,
.oxo-custom-select.oxo-custom-select_dot-icon .option.active:hover:before,
.oxo-custom-select.oxo-custom-select_dot-icon .option.selected:hover:before {
	background: var(--violet-gradient);
}

/* City select  */
.oxo-custom-select.oxo-select-city {
	width: auto;
	background: none;
	border: none;
	border-radius: 0;
}
.oxo-custom-select.oxo-select-city:before {
	display: none;
}
.oxo-custom-select.oxo-select-city .ts-control {
	justify-content: flex-end;
	height: 24px;
	padding: 0 !important;
	padding-right: 38px !important;
	font-size: var(--body-text-font-size);
	line-height: var(--body-text-line-height);
	text-transform: uppercase;
	border: none;
}
.oxo-custom-select.oxo-select-city:hover .ts-control,
.oxo-custom-select.oxo-select-city.dropdown-active .ts-control {
	color: var(--body-text-color);
	background-color: #fff !important;
}
.oxo-custom-select.oxo-select-city:hover .ts-control:before,
.oxo-custom-select.oxo-select-city.dropdown-active .ts-control:before {
	background-image: url('/bitrix/templates/oxo/img/icons/icon-location-pin-violet-gradient.svg');
}
.oxo-custom-select.oxo-select-city:hover .ts-control:after,
.oxo-custom-select.oxo-select-city.dropdown-active .ts-control:after {
	background-image: url('/bitrix/templates/oxo/img/icons/icon-chevron-down.svg');
}
.oxo-custom-select.oxo-select-city.oxo-custom-select-icon .ts-control:before {
	width: 24px;
	height: 24px;
	margin-top: -3px;
	margin-right: 8px;
}
.oxo-custom-select.oxo-select-city .ts-control:after {
	margin-top: -1px;
}
.oxo-custom-select.oxo-select-city .ts-dropdown {
	width: 250px;
	left: auto;
	right: 0;
}
@media (max-width: 768px) {
	.oxo-custom-select.oxo-select-city {
		position: relative;
		width: auto;
		border: 1px solid transparent;
		background: #fff;
		background-clip: padding-box;
		border-radius: var(--primary-border-radius);
	}
	.oxo-custom-select.oxo-select-city:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		margin: -1px;
		border-radius: inherit;
		background: var(--violet-gradient);
	}
	.oxo-custom-select.oxo-select-city .ts-control {
		justify-content: flex-start;
		height: 44px;
		padding: 10px 48px 10px 16px !important;
		font-size: 14px;
		line-height: 24px;
		text-transform: capitalize;
		background-color: #fff;
		border: none;
	}
	.oxo-custom-select.oxo-select-city:hover .ts-control,
	.oxo-custom-select.oxo-select-city.dropdown-active .ts-control {
		color: var(--dark-blue-2);
	}
	.oxo-custom-select.oxo-select-city:hover .ts-control:after,
	.oxo-custom-select.oxo-select-city.dropdown-active .ts-control:after {
		background-image: url('/bitrix/templates/oxo/img/icons/icon-chevron-down-violet-gradient.svg');
	}
	.oxo-custom-select.oxo-select-city.oxo-custom-select-icon .ts-control:before {
		content: '';
		margin-right: 4px;
		margin-top: 0;
		width: 20px;
		height: 20px;
	}
	.oxo-custom-select.oxo-select-city .ts-control:after {
		margin-top: 2px;
	}
	.oxo-custom-select.oxo-select-city .ts-dropdown {
		width: auto;
		right: auto;
		left: 0;
	}
}
@media (max-width: 575px) {
	.oxo-custom-select,
	.oxo-custom-select.oxo-select-city,
	.oxo-custom-select.oxo-select-city .ts-dropdown {
		width: 100%;
	}
}
@media (max-width: 399px) {

}

/*** Buttons ***/

/* General btn style  */
.oxo-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	height: 44px;
	padding: 0 20px;
	font-size: var(--body-text-font-size);
	font-weight: 500;
	line-height: var(--body-text-line-height);
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: var(--primary-color);
	border: 1px solid transparent;
	outline: none;
	border-radius: var(--primary-border-radius);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: all .3s ease-in-out;
}
.oxo-btn:hover,
.oxo-btn:active,
.oxo-btn:focus {
	color: #fff;
	background-color: var(--dark-blue-2);
}
.oxo-btn:disabled,
.oxo-btn[disabled] {
	cursor: default;
	background-color: var(--dark-blue-4);
}

/* Btn primary */
.oxo-btn-primary {
	color: #fff;
	background-color: var(--primary-color);
}

/* Btn small */
.oxo-btn-small {
	height: 36px;
	padding: 6px 12px;
}

/* Btn light */
.oxo-btn-light {
	color: var(--primary-color);
	background-color: #fff;
}
.oxo-btn-light:hover,
.oxo-btn-light:active,
.oxo-btn-light:focus {
	color: var(--primary-color);
	background-color: rgba(255, 255, 255, 0.8);
}

/* Btn white */
.oxo-btn-white {
	color: var(--primary-color);
	background-color: #fff;
}
.oxo-btn-white:hover,
.oxo-btn-white:active,
.oxo-btn-white:focus {
	color: #fff;
	background-color: var(--primary-color);
}

/* Btn light alternate  */
.oxo-btn-light-alt {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.oxo-btn-light-alt:hover,
.oxo-btn-light-alt:active,
.oxo-btn-light-alt:focus {
	background-color: rgba(255, 255, 255, 0.2);
}

/* Btn text arrow */
.oxo-btn-arrow-text {
	display: flex;
	align-items: center;
	font-weight: 500;
	text-transform: lowercase;
	color: var(--primary-color);
	transition: all .3s;
}
.oxo-btn-arrow-text .oxo-btn-text {
	margin-right: 4px;
}
.oxo-btn-arrow-text svg {
	width: 20px;
	height: 20px;
	transition: all .3s;
}
.oxo-btn-arrow-text:hover svg {
	transform: translateX(5px);
}
.oxo-btn.oxo-btn-arrow-text .oxo-btn-text {
	margin-right: 10px;
}
.oxo-btn.oxo-btn-arrow-text:hover svg {
	transform: none;
}
.oxo-btn.oxo-btn-white.oxo-btn-arrow-text:hover svg {
	fill: #fff;
}
.oxo-btn-arrow-text-small .oxo-btn-text {
	font-size: var(--body-small-text-font-size);
	line-height: var(--body-small-text-line-height);
}
.oxo-btn-arrow-text-ttu .oxo-btn-text {
	text-transform: uppercase;
	margin-right: 6px
}

/* Btn text circle arrow */
.oxo-btn-arrow-circle-text {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: var(--dark-blue-4);
	transition: all .3s;
}
.oxo-btn-arrow-circle-text .oxo-btn-text {
	margin-right: 8px;
}
.oxo-btn-arrow-circle-text svg {
	width: 44px;
	height: 44px;
	stroke: var(--dark-blue-4);
	transition: all .3s;
}
.oxo-btn-arrow-circle-text:hover .oxo-btn-text {
	color: var(--primary-color);
}
.oxo-btn-arrow-circle-text:hover svg {
	stroke: var(--primary-color);
}


/* Btn arrow alternate (x) */
.oxo-btn-arrow-alt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: #fff;
	box-shadow: var(--primary-box-shadow);
	border-radius: 50%;
	transition: all .3s;
}
.oxo-btn-arrow-alt svg {
	fill: var(--primary-color);
	transition: all .3s;
}
.oxo-btn-arrow-alt:hover {
	background-color: var(--primary-color);
	cursor: pointer;
}
.oxo-btn-arrow-alt:hover svg {
	fill: #fff;
}

/* Btn with icon  */
.oxo-btn-icon svg {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.oxo-search-buttons {
	display: flex;
	align-items: center;
}
.oxo-search-buttons button {
	display: flex;
	align-items: center;
}
.oxo-search-buttons button:first-child {
	margin-right: 15px;
}
.oxo-btn-a-z {
	margin-top: 2px;
	font-size: var(--body-text-font-size);
	line-height: var(--body-text-line-height);
	font-weight: bold;
	text-transform: uppercase;
	color: var(--dark-blue-5);
}
.oxo-btn-a-z:hover,
.oxo-btn-a-z_active {
	color: var(--primary-color);
}

.oxo-btn-search-circle_active svg path {
	fill: var(--primary-color);
}

@media (max-width: 575px) {
	.oxo-btn-arrow-text {
		font-size: var(--body-text-font-size);
		line-height: var(--body-text-line-height);
	}
}


/*** Tags ***/
.oxo-tag {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 32px;
	padding: 0 32px;
	font-size: var(--body-small-text-font-size);
	font-weight: normal;
	line-height: var(--body-small-text-line-height);
	color: var(--body-text-color);
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid transparent;
	box-shadow: var(--primary-box-shadow);
	border-radius: var(--primary-border-radius);
	transition: all .3s ease-in-out;
}
.oxo-tag:hover,
.oxo-tag:focus,
.oxo-tag:active {
	text-decoration: none;
}
.oxo-tag-light {
	height: 40px;
	font-size: var(--body-text-font-size);
	font-weight: 500;
	line-height: var(--body-text-line-height);
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.oxo-tag-light:hover,
.oxo-tag-light:active,
.oxo-tag-light:focus {
	color: var(--primary-color);
	background-color: #fff;
}
@media (max-width: 575px) {
	.oxo-tag {
		padding: 0 20px;
		font-size: var(--body-small-text-font-size);
		line-height: var(--body-small-text-line-height);
	}
	.oxo-tag-light {
		height: 32px
	}
}


/*** Tabs ***/

/* Text tabs */
.oxo-tabs-text {
	display: inline-flex;
	align-items: center;
}
.oxo-tabs-text__item {
	margin-right: 16px;
}
.oxo-tabs-text__item:last-child {
	margin-right: 0;
}
.oxo-tabs-text__item-link {
	font-weight: bold;
	text-transform: uppercase;
	color: var(--dark-blue-5);
}
.oxo-tabs-text__item-link:hover,
.oxo-tabs-text__item-link:focus,
.oxo-tabs-text__item-link:active,
.oxo-tabs-text__item_active .oxo-tabs-text__item-link,
.oxo-tabs__item-js_active .oxo-tabs-text__item-link {
	color: var(--primary-color);
	text-decoration: none;
}

/* Common tabs */
.oxo-tabs {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 40px;
	padding: 4px;
	background-color: #F7FAFE;
	border-radius: var(--primary-border-radius);
	overflow-x: auto;
}
.oxo-tabs__item {
	margin-right: 5px;
	transition: all .3s;
}
.oxo-tabs__item:last-child {
	margin-right: 0;
}
.oxo-tabs__item-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: max-content;
	height: 32px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 500;
	color: var(--dark-blue-3);
	text-align: center;
	border-radius: var(--primary-border-radius);
}
.oxo-tabs__item.oxo-tabs__item_active .oxo-tabs__item-link,
.oxo-tabs__item-link:hover,
.oxo-tabs__item-link:focus,
.oxo-tabs__item-link:active {
	color: var(--primary-color);
	text-decoration: none;
	background-color: #fff;
	box-shadow: 0px 2px 8px rgba(0, 71, 187, 0.12),
	0px 2px 1px rgba(0, 71, 187, 0.04);
}
.oxo-main .oxo-tabs-content__item {
	display: none;
}
.oxo-main .oxo-tabs-content__item_show {
	display: block;
}

/* Common tabs alternate  */
.oxo-tabs-alt {
	background-color: #fff;
	box-shadow: var(--primary-box-shadow);
}
.oxo-tabs-alt .oxo-tabs__item.oxo-tabs__item-js_active .oxo-tabs__item-link,
.oxo-tabs-alt .oxo-tabs__item.oxo-tabs__item_active .oxo-tabs__item-link,
.oxo-tabs-alt .oxo-tabs__item-link:hover,
.oxo-tabs-alt .oxo-tabs__item-link:focus,
.oxo-tabs-alt .oxo-tabs__item-link:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--primary-color);
	box-shadow: 0px 2px 8px rgba(0, 71, 187, 0.12),
	0px 2px 1px rgba(0, 71, 187, 0.04);
}

/* Vertical tabs */
.oxo-tabs-vertical-container {
	display: flex;
}
.oxo-tabs-vertical {
	flex: 0 0 auto;
	width: 432px;
	padding-top: 18px;
}
.oxo-tabs-vertical__item {
	margin-bottom: 8px;
	transition: all .3S;
}
.oxo-tabs-vertical__item:last-child {
	margin-bottom: 0;
}
.oxo-tabs-vertical__item-link {
	display: flex;
	min-height: 40px;
	padding: 8px 24px;
	color: var(--body-text-color);
	font-weight: 500;
	border-top-left-radius: var(--primary-border-radius);
	border-bottom-left-radius: var(--primary-border-radius);
	transition: none;
}
.oxo-tabs-vertical__item_active .oxo-tabs-vertical__item-link,
.oxo-tabs__item-js_active .oxo-tabs-vertical__item-link,
.oxo-tabs-vertical__item-link:hover,
.oxo-tabs-vertical__item-link:focus,
.oxo-tabs-vertical__item-link:active {
	color: #fff;
	text-decoration: none;
	background: var(--blue-gradient);
	transition: none;
}
.oxo-tabs-vertical__item-link-number {
	margin-right: 17px;
	margin-top: -1px;
	font-size: 20px;
	line-height: 24px;
}
.oxo-tabs-vertical-content {
	flex: 0 0 auto;
	width: calc(100% - 432px);
}
.oxo-tabs-vertical-content__item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content:flex-start;
	justify-content: space-between;
	min-height: 435px;
	padding: 40px;
	background-color: #fff;
	border-radius: var(--border-radius-3);
	box-shadow: var(--box-shadow-2);
}
.oxo-tabs-vertical-content__item-title {
	flex: 0 0 auto;
	width: 100%;
}
.oxo-tabs-vertical-content__item_img .oxo-tabs-vertical-content__item-text {
	flex: 0 0 auto;
	width: 55%;
}
.oxo-tabs-vertical-content__item_img .oxo-tabs-vertical-content__item-img {
	display: flex;
	margin-top: auto;
	flex: 0 0 auto;
	width: 40%;
}
@media (max-width: 1399px) {

}
@media (max-width: 1199px) {
	.oxo-tabs-vertical-content__item_img .oxo-tabs-vertical-content__item-text {
		width: 100%;
	}
	.oxo-tabs-vertical-content__item_img .oxo-tabs-vertical-content__item-img {
		width: 100%;
		justify-content: center;
		margin-top: 24px;
	}
}
@media (max-width: 991px) {
	.oxo-tabs-vertical-container {
		flex-direction: column;
	}
	.oxo-tabs-vertical {
		display: flex;
		flex-direction: row;
		width: 100% !important;
		margin-bottom: 16px;
	}
	.oxo-tabs-vertical__item {
		margin-right: 24px;
	}
	.oxo-tabs-vertical__item:last-child {
		margin-right: 0;
	}
	.oxo-tabs-vertical__item-link {
		min-height: auto;
		padding: 0;
		color: var(--dark-blue-4);
		background: none;
	}
	.oxo-tabs-vertical__item-link-number {
		margin-right: 0;
		margin-top: 0;
		font-weight: 600;
	}
	.oxo-tabs-vertical__item_active .oxo-tabs-vertical__item-link,
	.oxo-tabs-vertical__item.oxo-tabs__item-js_active .oxo-tabs-vertical__item-link,
	.oxo-tabs-vertical__item-link:hover, .oxo-tabs-vertical__item-link:focus,
	.oxo-tabs-vertical__item-link:active {
		color: var(--primary-color);
		background: none;
	}
	.oxo-tabs-content {
		width: 100% !important;
	}
	.oxo-tabs-vertical__item-link-text {
		display: none;
	}
}
@media (max-width: 767px) {

}
@media (max-width: 575px) {
	.oxo-tabs__item-link {
		min-width: auto;
	}
	.oxo-tabs-vertical-content__item {
		padding: 24px 16px;
		border-radius: var(--border-radius-2);
	}
	.oxo-tabs-vertical-content__item-title {
		font-size: 18px !important;
		line-height: 24px !important;
	}
}
@media (max-width: 399px) {
	.oxo-tabs__item-link {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*** Groups ***/
.oxo-heading-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.oxo-heading-group .oxo-h1 {
	align-self: baseline;
	margin-bottom: 0;
}
.oxo-heading-group-link {
	align-self: baseline;
	margin-left: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.oxo-heading-tabs-group .oxo-h1 {
	margin-right: 100px;
}
@media (max-width: 991px) {
	.oxo-heading-tabs-group .oxo-h1 {
		width: 100%;
		margin-right: 0;
	}
	.oxo-heading-tabs-group .oxo-h1 {
		margin-bottom: 24px;
	}
}
@media (max-width: 575px) {
	.oxo-heading-group {
		margin-bottom: 16px;
	}
}
@media (max-width: 320px) {
	.oxo-heading-group-link {
		margin-left: 10px;
		font-size: 12px;
		line-height: 20px;
	}
}

/*** Blocks ***/
.oxo-block {
	background-color: #fff;
	box-shadow: var(--box-shadow-1);
	border-radius: var(--primary-border-radius);
}


/*** Bg ***/
.oxo-primary-bg {
	/*background: url('/bitrix/templates/oxo/css/../img/bg-primary.jpg') no-repeat top left;*/
	background: var(--back-gradient);
	background-size: cover;
}


/* Gradients */
.oxo-primary-gradient {background: var(--primary-gradient);}
.oxo-light-blue-gradient {background: var(--light-blue-gradient);}
.oxo-light-blue-gradient-ltr {background: var(--light-blue-gradient-ltr);}
.oxo-light-blue-gradient-rtl {background: var(--light-blue-gradient-rtl);}
.oxo-light-blue-gradient-ttb {background: var(--light-blue-gradient-ttb);}
.oxo-light-blue-gradient-btt {background: var(--light-blue-gradient-btt);}
.oxo-blue-gradient {background: var(--blue-gradient);}
.oxo-blue-gradient-1 {background: var(--blue-gradient-1);}
.oxo-blue-gradient-1-ltr {background: var(--blue-gradient-1-ltr);}
.oxo-blue-gradient-1-rtl {background: var(--blue-gradient-1-rtl);}
.oxo-blue-gradient-1-ttb {background: var(--blue-gradient-1-ttb);}
.oxo-blue-gradient-1-btt {background: var(--blue-gradient-1-btt);}
.oxo-blue-gradient-2 {background: var(--blue-gradient-2);}
.oxo-blue-gradient-2-ltr {background: var(--blue-gradient-2-ltr);}
.oxo-blue-gradient-2-rtl {background: var(--blue-gradient-2-rtl);}
.oxo-blue-gradient-2-ttb {background: var(--blue-gradient-2-ttb);}
.oxo-blue-gradient-2-btt {background: var(--blue-gradient-2-btt);}
.oxo-blue-gradient-3 {background: var(--blue-gradient-3);}
.oxo-blue-gradient-3-ltr {background: var(--blue-gradient-3-ltr);}
.oxo-blue-gradient-3-rtl {background: var(--blue-gradient-3-rtl);}
.oxo-blue-gradient-3-ttb {background: var(--blue-gradient-3-ttb);}
.oxo-blue-gradient-3-btt {background: var(--blue-gradient-3-btt);}
.oxo-green-gradient {background: var(--green-gradient);}
.oxo-green-gradient-ltr {background: var(--green-gradient-ltr);}
.oxo-green-gradient-rtl {background: var(--green-gradient-rtl);}
.oxo-green-gradient-ttb {background: var(--green-gradient-ttb);}
.oxo-green-gradient-btt {background: var(--green-gradient-btt);}
.oxo-light-red-gradient {background: var(--light-red-gradient);}
.oxo-light-red-gradient-ltr {background: var(--light-red-gradient-ltr);}
.oxo-light-red-gradient-rtl {background: var(--light-red-gradient-rtl);}
.oxo-light-red-gradient-ttb {background: var(--light-red-gradient-ttb);}
.oxo-light-red-gradient-btt {background: var(--light-red-gradient-btt);}
.oxo-yellow-gradient {background: var(--yellow-gradient);}
.oxo-yellow-gradient-ltr {background: var(--yellow-gradient-ltr);}
.oxo-yellow-gradient-rtl {background: var(--yellow-gradient-rtl);}
.oxo-yellow-gradient-ttb {background: var(--yellow-gradient-ttb);}
.oxo-yellow-gradient-btt {background: var(--yellow-gradient-btt);}


/*** Slider ***/
.oxo-slider-nav {
	display: flex;
}
.oxo-slider-nav__item {
	width: 44px;
	height: 44px;
	margin-right: 12px;
}
.oxo-slider-nav__item:last-child {
	margin-right: 0;
}
.oxo-slider-nav__item.swiper-button-disabled svg {
	stroke: var(--dark-blue-4);
}
.oxo-slider-nav__item svg,
.oxo-slider-nav__item:hover svg,
.oxo-slider-nav__item_active svg {
	fill: none;
	stroke-width: 2;
	transition: all .3s;
	stroke: var(--primary-color);
}
.oxo-heading-group .oxo-slider-nav .oxo-slider-nav__item {
	margin-right: 12px;
}
.oxo-heading-group .oxo-slider-nav .oxo-slider-nav__item:last-child {
	margin-right: 0;
}
.oxo-slider-nav__item:hover {
	cursor: pointer;
}
.oxo-heading-group .oxo-logo-heading {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.oxo-heading-group .oxo-logo-heading__title {
	margin-right: 38px;
	font-weight: bold;
	color: var(--primary-color);
}
.oxo-logo-heading .oxo-logo {
	display: flex;
}
.oxo-logo-heading .oxo-logo img {
	max-width: 267px;
}
@media (max-width: 575px) {
	.oxo-heading-group .oxo-logo-heading__title {
		margin-right: 20px;
	}
}

/*** Misc ***/
.oxo-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.oxo-text-hidden {
	text-indent: -9999px;
}



/********************
Media
********************/

/* Max-width */
@media (max-width: 1399px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 575px) {

}
@media (max-width: 399px) {

}

/* Min-width */
@media (min-width: 400px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog.section.list/diagnostika-child/style.css?17543847007747*/

.oxo-section-categories {
    padding-top: 0;
    padding-bottom: 0;
    background: linear-gradient(to bottom, #fff, #fff 28px, transparent 28px),
    linear-gradient(to top, #fff, #fff 110px, transparent 110px),
    url('/bitrix/templates/universe_s1/components/bitrix/catalog.section.list/diagnostika-child/img/bg-primary.jpg') repeat-y;
    background-size: cover, cover, cover;
}
.oxo-categories-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.oxo-categories-col:last-child {
    margin-bottom: 0;
}
.oxo-categories__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 312px;
    padding: 40px 80px;
    color: #fff;
    border-radius: var(--border-radius-3);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s;
}
.oxo-categories__item:hover {
    box-shadow: var(--box-shadow-2);
}
.oxo-categories__item-left {
    padding-right: 380px;
    background-position: right center;
}
.oxo-categories__item-right {
    padding-left: 380px;
    background-position: left center;
}
.oxo-categories__item-title {
    margin-bottom: 24px;
}
.oxo-categories__item-title-link {
    border-bottom: 2px solid transparent;
}
.oxo-categories__item-title-link:hover {
    border-bottom-color: #fff;
}
.oxo-categories__item-desc {
    margin-bottom: 40px;
}
.oxo-subcategories {
    display: flex;
    flex-wrap: wrap;
}
.oxo-subcategories__item {
    margin-right: 8px;
    margin-bottom: 8px;
}
.oxo-subcategories__item:last-child {
    margin-right: 0;
}
.oxo-categories__item-small {
    position: relative;
    justify-content: flex-start;
    flex: 1 0 auto;
    padding: 24px;
    padding-bottom: 240px;
    color: #fff;
    background-position: bottom center;
    background-size: 240px;
}
.oxo-categories__item-small:hover {
    color: #fff;
}
.oxo-categories__item-small .oxo-categories__item-title {
    display: inline-flex;
    margin-bottom: 8px;
}
.oxo-categories__item-small .oxo-categories__item-desc {
    margin-bottom: 0;
    font-size: var(--body-small-text-font-size);
    line-height: var(--body-small-text-line-height);
}
.oxo-categories__item-small .oxo-btn-arrow-alt {
    position: absolute;
    bottom: 16px;
    right: 16px;
    transition: all .3s;
}
.oxo-categories__item-small:hover .oxo-btn-arrow-alt {
    background-color: var(--primary-color);
}
.oxo-categories__item-small:hover .oxo-btn-arrow-alt svg {
    fill: #fff;
}
.oxo-main .oxo-section-action-block {
    padding-bottom: 0;
    background: none;
}
@media (max-width: 1399px) {
    .oxo-categories__item-small {
        padding-bottom: 195px
    }
}
@media (max-width: 1199px) {
    .oxo-categories__item {
        min-height: auto;
    }
    .oxo-categories__item-small {
        padding-bottom: 270px;
    }
    .oxo-subcategories {
        margin-left: -4px;
        margin-right: -4px;
    }
    .oxo-subcategories__item,
    .oxo-subcategories__item:last-child {
        flex: 1 1 max-content;
        margin-right: 4px;
        margin-left: 4px;
    }
}
@media (max-width: 991px) {
    .oxo-categories__item {
        padding-right: 80px;
        padding-left: 80px;
        background-size: 0, cover;
    }
    .oxo-categories__item-title,
    .oxo-categories__item-desc {
        margin-bottom: 15px
    }
    .oxo-categories__item-small {
        min-height: auto;
        padding: 24px;
        padding-bottom: 76px;
    }
}
@media (max-width: 767px) {
    .oxo-categories__item {
        padding: 40px;
    }
    .oxo-categories__item-small {
        padding: 24px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .oxo-categories-col {
        margin-bottom: 16px;
    }
    .oxo-categories__item {
        padding: 16px;
    }
    .oxo-categories__item-title {
        margin-bottom: 4px;
    }
    .oxo-categories__item-desc,
    .oxo-categories__item-small .oxo-categories__item-desc {
        margin-bottom: 16px;
        font-size: var(--body-extra-small-text-font-size);
        line-height: var(--body-extra-small-text-line-height);
    }
    .oxo-categories__item-small {
        min-height: 188px;
        padding-bottom: 64px;
    }
    .oxo-categories__item-small .oxo-categories__item-title {
        font-size: 24px;
        line-height: 36px;
    }
    .oxo-categories__item-small-mobile {
        padding-bottom: 180px;
        background-size: 70%, cover;
        background-position: left bottom, 0 0;
    }
}
@media (max-width: 399px) {
    .oxo-categories__item-small-mobile {
        background-size: contain, cover;
    }
}

.section-0 {
    border-radius: var(--border-radius-3);
    background:
url('/images/back-logo.png') top -36px right -30px/109px no-repeat,
url('/images/back-logo.png') top 76px right 200px/40px no-repeat,
url('/images/back-logo.png') top 30px right 390px/40px no-repeat,
url('/images/back-logo.png') top 5px right 440px/21px no-repeat,
linear-gradient(90deg, #45C4EE, #7AE9E2);
}


.section-0 {
    border-radius: var(--border-radius-3);
    background:
            url('/images/back-logo.png') top -36px right -30px/109px no-repeat,
            url('/images/back-logo.png') top 76px right 200px/40px no-repeat,
            url('/images/back-logo.png') top 30px right 390px/40px no-repeat,
            url('/images/back-logo.png') top 5px right 440px/21px no-repeat,
            linear-gradient(90deg, #45C4EE, #7AE9E2);
}

.section-1 {
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: var(--border-radius-3);
    background:
            url('/images/back-logo.png') top -4px right -10px/51px no-repeat,
            url('/images/back-logo.png') bottom -20px left -33px/99px no-repeat,
            linear-gradient(0deg, #FED766, #FFBA40);
}


.section-2 {

    display: flex;
    flex: 1 0 auto;
    justify-content: flex-start;
    flex-direction: column;

    border-radius: var(--border-radius-3);
    background:
            url('/images/back-logo.png') top 173px right -18px/57px no-repeat,
            url('/images/back-logo.png') bottom -5px left -5px/40px no-repeat,

            linear-gradient(0deg, #FFAEAE, #FF928D);
}

.section-3 {
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: var(--border-radius-3);
    background:
            url('/images/back-logo.png') top -10px right 30px/40px no-repeat,
            url('/images/back-logo.png') bottom -10px left -20px/67px no-repeat,

            linear-gradient(180deg, #6F8AEB, #43A6F1);
}

.section-4 {
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: var(--border-radius-3);
    background:
            url('/images/back-logo.png') top 150px right 0px/40px no-repeat,
            url('/images/back-logo.png') bottom -20px left -20px/67px no-repeat,

            linear-gradient(180deg, #25CDA5, #64DEF1);
}

.section-5 {
    border-radius: var(--border-radius-3);
    background:
            url('/images/back-logo.png') top -36px right -30px/109px no-repeat,
            url('/images/back-logo.png') top 76px right 100px/44px no-repeat,
            url('/images/back-logo.png') top -10px right 950px/55px no-repeat,
            url('/images/back-logo.png') top 80px right 980px/27px no-repeat,
            linear-gradient(90deg, #7BDBFA, #40A9F5);
}

@media (max-width: 991px) {

}

.oxo-h1-m0 {
    margin-bottom: 0px !important;
}
.headline__links {
    margin-bottom: 4px;
}
/* End */


/* Start:/bitrix/templates/universe_s1/css/headline.min.css?16776803011111*/
.headline{margin:20px 0 40px}.headline__box{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.headline__header{margin:0 30px 0 0}.headline__header>*{margin:0;padding:0}.headline__links{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.headline__links a,.headline__links span,.headline__links button{display:block;cursor:pointer;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#CCDAF1;white-space:nowrap;text-transform:uppercase;font-weight:bold;text-decoration:none;margin:0 0 0 15px}.headline__links a.active,.headline__links span.active,.headline__links button.active{color:#0047BB}.headline__links a:hover,.headline__links span:hover,.headline__links button:hover{text-decoration:underline}@media all and (max-width: 768px){.headline__box{display:block}.headline__links{margin:20px 0 0}.headline__links a,.headline__links span,.headline__links button{margin:0 15px 0 0}}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/main.include/b-feedback/style.css?16697286815027*/
.b-feedback {
  margin: 120px 0;
}

.b-feedback__box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 71, 187, 0.15), 0px 0px 15px rgba(0, 71, 187, 0.1);
  -moz-box-shadow: 1px 2px 4px rgba(0, 71, 187, 0.15), 0px 0px 15px rgba(0, 71, 187, 0.1);
  box-shadow: 1px 2px 4px rgba(0, 71, 187, 0.15), 0px 0px 15px rgba(0, 71, 187, 0.1);
}

.b-feedback__left {
  position: relative;
}

.b-feedback__left picture, .b-feedback__left img {
  display: block;
}

.b-feedback__right {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  background: #fff;
  padding: 20px 60px 20px 70px;
}

.b-feedback__right:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 150px;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: -moz- oldlinear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  z-index: 5;
  content: '';
}

.b-feedback__title {
  font-size: 32px;
  line-height: normal;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.b-feedback__desc {
  margin: 0 0 40px;
}

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

.b-feedback__feed, .b-feedback__home {
  display: block;
  white-space: nowrap;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.b-feedback__feed:hover, .b-feedback__home:hover {
  text-decoration: underline;
}

.b-feedback a.b-feedback__feed, .b-feedback__feed {
  background: #0047BB;
  color: #fff;
  line-height: 44px;
  margin: 0 24px 0 0;
  font-weight: 600;
}

.b-feedback a.b-feedback__home, .b-feedback__home {
  position: relative;
  border: 1px solid #fff;
  line-height: 42px;
  color: #0047BB;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
  -moz-box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
  box-shadow: 0px 2px 6px rgba(0, 71, 187, 0.15);
}

.b-feedback a.b-feedback__home:before, .b-feedback__home:before {
  display: inline-block;
  position: relative;
  bottom: -2px;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwNDdCQiIgZD0iTTguOTI1Ljc5M2ExIDEgMCAwIDAtMS40MTQgMGwtNyA3YTEgMSAwIDAgMCAxLjQxNCAxLjQxNGwuMjkzLS4yOTNWMTUuNWExIDEgMCAwIDAgMSAxaDJhMSAxIDAgMCAwIDEtMXYtMmExIDEgMCAwIDEgMS0xaDJhMSAxIDAgMCAxIDEgMXYyYTEgMSAwIDAgMCAxIDFoMmExIDEgMCAwIDAgMS0xVjguOTE0bC4yOTMuMjkzYTEgMSAwIDAgMCAxLjQxNC0xLjQxNGwtNy03WiIvPjwvc3ZnPg==") 50% 50% no-repeat;
  content: '';
}

@media all and (max-width: 1200px) {
  .b-feedback__left img {
    width: 500px;
    height: auto;
  }
  .b-feedback__right {
    width: 60%;
    padding: 20px 40px 20px 40px;
  }
}

@media all and (max-width: 992px) {
  .b-feedback__box {
    display: block;
  }
  .b-feedback__left {
    width: 100%;
  }
  .b-feedback__left img {
    width: 100%;
  }
  .b-feedback__right {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 40px;
  }
  .b-feedback__right:before {
    position: absolute;
    top: auto;
    bottom: 100%;
    right: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: -moz- oldlinear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    z-index: 5;
    content: '';
  }
  .b-feedback__feed, .b-feedback__home {
    max-width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media all and (max-width: 768px) {
  .b-feedback {
    margin: 40px 0;
  }
  .b-feedback__right {
    padding: 40px 16px 24px;
  }
  .b-feedback__buttons {
    display: block;
  }
  .b-feedback__feed, .b-feedback__home {
    width: 100%;
    margin: 16px 0 0;
  }
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/map.yandex.view/.default/style.css?1666698764250*/
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default .map-yandex-view-control {
  display: block;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/map.yandex.system/.default/style.css?1666698763515*/
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default {
  display: block;
  position: relative;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-control {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-overlay {
  display: none;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/news.list/clinics-map/style.css?17205349609365*/
.b-inner-map {
  margin: 80px 0;
}
.b-inner-map__render {
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAACVBMVEX6+vrn5+f09PSMzk0VAAAAGklEQVQY02MIYAADVoYECIOTYSQDWCDAgwUA204BfdYq8A4AAAAASUVORK5CYII=);
  -moz-background-size: 15px;
  background-size: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 71, 187, 0.1), 1px 1px 8px 0 rgba(0, 71, 187, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 71, 187, 0.1), 1px 1px 8px 0 rgba(0, 71, 187, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 71, 187, 0.1), 1px 1px 8px 0 rgba(0, 71, 187, 0.1);
}
.b-inner-map__map {
  height: 360px;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.b-inner-map__map.hide {
  opacity: 0;
}
.b-inner-map__title, .b-inner-map__subtitle {
  position: relative;
  z-index: 11;
}
.b-inner-map__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
}
.b-inner-map__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.b-inner-map__select {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 71, 187, 0.15);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 71, 187, 0.15);
  box-shadow: 0 2px 6px 0 rgba(0, 71, 187, 0.15);
  margin: 30px 0;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.b-inner-map__select:before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 14px;
  height: 18px;
  margin: -9px 0 0 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMi4wNSAyLjgyOGE3IDcgMCAxIDEgOS45IDkuOUw3IDE3LjY3OGwtNC45NS00Ljk1YTcgNyAwIDAgMSAwLTkuOVpNNyA5Ljc3OGEyIDIgMCAxIDAgMC00IDIgMiAwIDAgMCAwIDRaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI3IiB4Mj0iNyIgeTE9Ii43NzgiIHkyPSIxNy42NzgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjNkY4QUVCIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNDNBNkYxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+") 50% 50% no-repeat;
  content: "";
}
.b-inner-map__select:after {
  position: absolute;
  top: 17px;
  right: 12px;
  width: 15px;
  height: 8px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMDA0N0JCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uOTU5LjI5M2ExIDEgMCAwIDEgMS40MTQgMEw3LjUgNS40MTkgMTIuNjI2LjI5M2ExIDEgMCAxIDEgMS40MTQgMS40MTRMOC4yMDYgNy41NGExIDEgMCAwIDEtMS40MTQgMEwuOTYgMS43MDdhMSAxIDAgMCAxIDAtMS40MTRaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=") 50% 50% no-repeat;
  content: "";
}
.b-inner-map__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: 100%;
  line-height: 44px;
  height: 44px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 0 40px 0 40px;
  color: #0047BB;
  border: 0;
}
.b-inner-map__select select::-webkit-input-placeholder {
  opacity: 1;
  color: #0047BB;
}
.b-inner-map__select select:-moz-placeholder {
  opacity: 1;
  color: #0047BB;
}
.b-inner-map__select select:-ms-placeholder {
  opacity: 1;
  color: #0047BB;
}
.b-inner-map__select select::-moz-placeholder {
  opacity: 1;
  color: #0047BB;
}
.b-inner-map__select option {
  line-height: 48px;
}
.b-inner-map__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 590px;
  z-index: 11;
  padding: 45px 45px 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.b-inner-map__content:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(241, 244, 249, 0)), color-stop(40.92%, rgba(241, 244, 249, 0.87)), color-stop(87.36%, #f1f4f9));
  background: -moz-linear-gradient(right, rgba(241, 244, 249, 0) 0%, rgba(241, 244, 249, 0.87) 40.92%, #f1f4f9 87.36%);
  background: linear-gradient(270deg, rgba(241, 244, 249, 0) 0%, rgba(241, 244, 249, 0.87) 40.92%, #f1f4f9 87.36%);
  content: "";
  z-index: 0;
}
.b-inner-map__info {
  position: relative;
  width: 316px;
  background: #fff;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 12px 8px 12px 24px;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(12, 49, 111, 0.15);
  -moz-box-shadow: 3px 3px 6px 0 rgba(12, 49, 111, 0.15);
  box-shadow: 3px 3px 6px 0 rgba(12, 49, 111, 0.15);
}
.b-inner-map__row {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  margin: 0 0 8px;
}
.b-inner-map__close {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
}
.b-inner-map__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  content: "";
  opacity: 0.4;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDA0N0JCIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTYuNSA2LjE2NyAxMiAxMi4wNTltLTEyIDAgMTItMTIuMDU5LTEyIDEyLjA1OVoiLz48L3N2Zz4=") 50% 50% no-repeat;
}
.b-inner-map__open {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 0 8px;
  text-decoration: none;
  color: #0047BB;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
}
.b-inner-map__open:hover {
  text-decoration: underline;
}
.b-inner-map__open:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  margin: -6px 0 0 -7px;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNCAxMyI+PHBhdGggc3Ryb2tlPSIjMDA0N0JCIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik00LjY0IDExLjc2IDEuMDEgOS45NDRhLjY2Ny42NjcgMCAwIDEtLjM3LS41OTZWMi4xNzJhLjY2Ny42NjcgMCAwIDEgLjk2NS0uNTk2bDMuMDM2IDEuNTE4bTAgOC42NjZWMy4wOTRtMCA4LjY2NiA0LTJtLTQtNi42NjYgNC0ybTAgOC42NjYgMy4wMzUgMS41MThhLjY2Ny42NjcgMCAwIDAgLjk2NS0uNTk2VjMuNTA2YS42NjYuNjY2IDAgMCAwLS4zNjktLjU5Nkw4LjY0MSAxLjA5NG0wIDguNjY2VjEuMDk0Ii8+PC9zdmc+") 50% 50% no-repeat;
}
.b-inner-map__link {
  text-decoration: none;
  color: #0047BB;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
}
.b-inner-map__link:hover {
  text-decoration: underline;
}
.b-inner-map__phone {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
}
.b-inner-map__icon {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHBhdGggZmlsbD0iIzAwNDdCQiIgZD0ibTMxLjQ3OCAyOC45NTQtOC42MDcgOC42MDdhNC4wNTQgNC4wNTQgMCAwIDEtNS43MzUgMGwtOC42MS04LjYwN2ExNi4yMyAxNi4yMyAwIDEgMSAyMi45NTIgMFoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjAgMjguMTAxYy02LjA5NSAwLTExLjA1NS00Ljk2Ni0xMS4wNTUtMTEuMDdhMS4yMTYgMS4yMTYgMCAxIDEgMi40MzEgMGMwIDQuNzYyIDMuODcgOC42MzYgOC42MjUgOC42MzZzOC42MjQtMy44NzQgOC42MjQtOC42MzZjMC00Ljc2Mi0zLjg2OS04LjYzNi04LjYyNC04LjYzNmExLjIxNiAxLjIxNiAwIDAgMSAwLTIuNDM0YzYuMDk1IDAgMTEuMDU1IDQuOTY2IDExLjA1NSAxMS4wN3MtNC45NiAxMS4wNy0xMS4wNTUgMTEuMDdaIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjAwMSAyMi40M2MyLjk2IDAgNS4zNi0yLjQwMyA1LjM2LTUuMzY3IDAtMi45NjUtMi40LTUuMzY4LTUuMzYtNS4zNjhhNS4zNjQgNS4zNjQgMCAwIDAtNS4zNiA1LjM2OGMwIDIuOTY0IDIuNCA1LjM2NyA1LjM2IDUuMzY3WiIvPjwvc3ZnPg==") 50% 50% no-repeat;
}
.b-inner-map__metro {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  margin: 0 0 8px;
}
.b-inner-map__metro div {
  position: relative;
  padding: 0 0 0 10px;
}
.b-inner-map__metro div span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 0;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media all and (max-width: 992px) {
  .b-inner-map__info {
    width: 270px;
  }
  .b-inner-map__map {
    height: 490px;
  }
  .b-inner-map__content {
    position: absolute;
    top: auto;
    width: 100%;
    padding: 12px;
  }
  .b-inner-map__content:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 244, 249, 0)), color-stop(30%, rgba(241, 244, 249, 0.87)), color-stop(87.36%, #f1f4f9));
    background: -moz-linear-gradient(top, rgba(241, 244, 249, 0) 0%, rgba(241, 244, 249, 0.87) 30%, #f1f4f9 87.36%);
    background: linear-gradient(180deg, rgba(241, 244, 249, 0) 0%, rgba(241, 244, 249, 0.87) 30%, #f1f4f9 87.36%);
  }
  .b-inner-map__select {
    margin: 12px 0 4px;
  }
  .b-inner-map__select select {
    height: 40px;
    line-height: 40px;
  }
  .b-inner-map__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
  }
  .b-inner-map__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
  }
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/news.list/licenses2/style.css?17073820264248*/
.b-licenses {
  margin: 80px 0;
}
.b-licenses__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-licenses__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: -moz-linear-gradient(186deg, #E6F6FD 5.23%, #EDF3FF 96.25%);
  background: linear-gradient(264deg, #E6F6FD 5.23%, #EDF3FF 96.25%);
}
.b-licenses__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 32px 60px;
}
.b-licenses__left img {
  display: block;
  width: 146px;
  height: auto;
}
.b-licenses__center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 20px;
}
.b-licenses__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -40px;
  padding: 0 10px 0 0;
}
.b-licenses__right img {
  display: block;
  max-width: 100%;
  height: auto;
}
.b-licenses__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.b-licenses__button {
  display: block;
  white-space: nowrap;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  border: 1px solid #0047BB;
  line-height: 42px;
  color: #0047BB;
}
.b-licenses__button:hover {
  text-decoration: underline;
}
.b-licenses__button_blue {
  background: #0047BB;
  color: #fff;
  line-height: 44px;
  margin: 0 24px 0 0;
  font-weight: 600;
}
.b-licenses__button_blue:hover {
  color: #fff;
}
.b-licenses__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 40px;
}
@media all and (max-width: 1400px) {
  .b-licenses__left {
    padding: 32px 40px;
  }
  .b-licenses__right {
    margin-top: 0;
    width: 350px;
  }
}
@media all and (max-width: 1200px) {
  .b-licenses__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
  .b-licenses__text {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 20px;
  }
  .b-licenses__center {
    padding: 32px 0;
  }
}
@media all and (max-width: 992px) {
  .b-licenses__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-licenses__left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 16px;
  }
  .b-licenses__center {
    padding: 0;
  }
  .b-licenses__right {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .b-licenses__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
  }
  .b-licenses__button {
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .b-licenses__button_blue {
    margin: 0;
  }
  .b-licenses__text {
    padding: 0 16px;
    margin: 0 0 8px;
  }
}
/* End */
/* /bitrix/templates/oxo/css/reboot.css?16666987667965 */
/* /bitrix/templates/oxo/css/grid.css?169460724171938 */
/* /bitrix/templates/oxo/css/general.css?176301967142529 */
/* /bitrix/templates/universe_s1/components/bitrix/catalog.section.list/diagnostika-child/style.css?17543847007747 */
/* /bitrix/templates/universe_s1/css/headline.min.css?16776803011111 */
/* /bitrix/templates/universe_s1/components/bitrix/main.include/b-feedback/style.css?16697286815027 */
/* /bitrix/templates/universe_s1/components/bitrix/map.yandex.view/.default/style.css?1666698764250 */
/* /bitrix/templates/universe_s1/components/bitrix/map.yandex.system/.default/style.css?1666698763515 */
/* /bitrix/templates/universe_s1/components/bitrix/news.list/clinics-map/style.css?17205349609365 */
/* /bitrix/templates/universe_s1/components/bitrix/news.list/licenses2/style.css?17073820264248 */
