@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* Додаткові, якщо треба */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Glyphter.woff') format('woff'),
         url('../fonts/Glyphter.ttf') format('truetype'),
         url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='icon-']:before{
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}

.icon-place:before{content:'\0041';}
.icon-address:before{content:'\0042';}
.icon-schedule:before{content:'\0043';}
.icon-viber:before{content:'\0044';}
.icon-telegram:before{content:'\0045';}
.icon-whatsap:before{content:'\0046';}
.icon-instagram:before{content:'\0047';}
.icon-facebook:before{content:'\0048';}
.icon-tiktok:before{content:'\0049';}
.icon-chevron:before{content:'\004a';}
.icon-heart:before{content:'\004b';}
.icon-star:before{content:'\004c';}
.icon-envelope:before{content:'\004d';}
.icon-phone:before{content:'\004e';}
.icon-search:before{content:'\004f';}
.icon-doctor-search:before{content:'\0050';}
.icon-service-search:before{content:'\0051';}
.icon-bars:before{content:'\0052';}

/*!
   * Bootstrap Reboot v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --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-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::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: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

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

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

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

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

/*!
   * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 335;
}

@media (min-width: 991px) {
  .container-sm, .container {
    max-width: 980px;
  }
  .container-left {
    /* width: 100vw; */
  }
}

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

  .container-left {
    margin-right: initial;
    margin-left: calc((100vw - 1180px) / 2);
    /* max-width: 100vw; */
  }
}

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

  .container-left {
    margin-right: initial;
    margin-left: calc((100vw - 1402px) / 2);
    /* max-width: 100vw; */
  }
}

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

  .container-left {
    margin-right: initial;
    margin-left: calc((100vw - 1682px) / 2);
    /* max-width: 100vw; */
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 1200px;
  --bs-breakpoint-md: 1420px;
  --bs-breakpoint-lg: 1760px;
}

.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.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) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gy-0 {
  --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: 768px) {
  .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.33333%;
  }
  .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.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 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: 1280px) {
  .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.33333%;
  }
  .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.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 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: 1360px) {
  .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.33333%;
  }
  .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.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 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;
  }
}

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

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

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

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

.d-inline-grid {
  display: inline-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: 768px) {
  .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-inline-grid {
    display: inline-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: 1280px) {
  .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-inline-grid {
    display: inline-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: 1360px) {
  .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-inline-grid {
    display: inline-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 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-inline-grid {
    display: inline-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;
  }
}

:root {
  --main-color: #153677;
  --accent-color: #F1F1F3;
  --text-color: #000000;
}

body {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  color: var(--text-color);
}

.header-top {
  background: var(--accent-color);
}

.header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  padding: 0px 28px;
}

.cities-dropdown-wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 30px;
}

.cities-dropdown-list {
  display: flex;
  gap: 30px;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.right-top-header {
  display: flex;
  align-items: center;
  gap: 23px;
}

.right-top-header > div {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.right-top-header a {
  text-decoration: none;
  color: var(--text-color);
}

.right-top-header .top-header-phones a + a:before {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}

.footer__phones {
  display: flex;
  flex-direction: column;
}

.cities-dropdown-list a {
  color: var(--text-color);
  opacity: 0.3;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-top-wrapper i {
  margin-right: 4px;
  font-size: 18px;
  line-height: 1;
}

.top-header-socials {
  display: flex;
  gap: 9px;
}

.top-header-socials > div {
  display: flex;
  gap: 3px;
}

.top-header-socials a {
  color: #fff;
  width: 21px;
  height: 21px;
  background: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.cities-dropdown-current span {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: var(--main-color);
}

.header-bottom-wrapper {
  display: flex;
  align-items: center;
  padding: 5px 28px 0;
}

.header-bottom-wrapper .show-modal-form {
  margin-left: auto;
}

.header-bottom-logo {
  margin-right: 20px;

}

.navbar-nav a i {
  font-size: 12px;
  margin-top: 5px;
}

.default-btn {
  font-weight: 700;
  color: #fff;
  background: var(--main-color);
  border-radius: 39px;
  padding: 13px 20px;
  text-decoration: none;
  border: 1px solid var(--main-color);
  transition: 0.2s;
  display: inline-block;
  text-align: center;
}

.default-btn:hover {
  background: transparent;
  color: var(--main-color);
}

.transparent-btn {
  font-weight: 700;
  color: var(--main-color);
  background: transparent;
  border: 1px solid var(--main-color);
  border-radius: 39px;
  padding: 13px 20px;
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
  text-align: center;
}

.transparent-btn--black {
  color: var(--text-color);
  border: 1px solid var(--text-color);
}

.transparent-btn:hover {
  color: #fff;
  background: var(--main-color);
  text-decoration: none;
}


.main-banner-area {
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 700px;
}

.main-banner-content {
  padding-top: 119px;
  padding-left: 142px;
  padding-right: 142px;
  padding-bottom: 154px;
  position: relative;
  width: 50%;
}

.main-banner-content > div {
  position: relative;
  z-index: 2;
}

.home-slider-carousel .owl-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  gap: 6px;
  z-index: 2;
}


.home-slider-carousel  button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.home-slider-carousel  button.owl-dot.active {
  background: var(--main-color);
}

.banner-btn {
  display: flex;
  gap: 20px;
}

.main-banner-content:before {
  content: '';
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  inset: 0;
  z-index: 1;
  mask-image: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.2) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.2) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

.slider-title {
  font-weight: 700;
  color: var(--main-color);
  font-size: 56px;
  margin-bottom: 10px;
}

.slider-caption {
  font-size: 18px;
  margin-bottom: 46px;
}

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

.about-area .container {
  position: relative;
  padding-top: 280px;
  padding-bottom: 300px;
}

.about-area .about-bg {
  position: absolute;
  transition: transform 0.2s ease-out;
  will-change: transform;
  z-index: 1;
}


.about-area .about-bg:nth-of-type(1) {
  left: 20px;
  top: 120px;
}

.about-area .about-bg:nth-of-type(2) {
  left: 30%;
  top: 130px;
}

.about-area .about-bg:nth-of-type(3) {
  right: 30%;
  top: 50px;
}

.about-area .about-bg:nth-of-type(4) {
  right: 20px;
  top: 50%;
}

.about-area .about-bg:nth-of-type(5) {
  left: 25%;
  bottom: 200px;
}

.about-area .about-bg:nth-of-type(6) {
  left: 50%;
  bottom: 90px;
}

.about-area .about-bg:nth-of-type(7) {
  right: 25%;
  bottom: 250px;
}

.about__header {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  color: var(--main-color);
}

.about__subheader {
  font-size: 64px;
  line-height: 1.2;
  color: var(--main-color);
}

.about__text {
  font-size: 18px;
}

.about-content {
  position: relative;
  z-index: 2;
}

.advantages__wrapper {
  background-color: var(--accent-color);
  border-radius: 20px;
  background-size: cover;
  padding-top: 43px;
  padding-bottom: 53px;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
  gap: 80px;
}

.advantages-title-area {
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 300px;
}

.advantages-title-area--title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}

.news__items,
.advantages__items {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 50px;
  padding-top: 30px;
}

.advantages-item {
  width: 390px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.37);
  backdrop-filter: blur(19.1px);
  border-radius: 20px;
  padding: 106px 30px 90px;
  flex: none;
}

.advantages-item:hover {
  box-shadow: 0 4px 26px 0 #00000020;
  background: #fff;
}

.advantages-item__icon {
  text-align: center;
  padding-bottom: 47px;
  margin-bottom: 47px;
  position: relative;
}

.advantages-item__icon:after {
  content: '';
  display: block;
  height: 4px;
  width: 62px;
  border-radius: 12px;
  background: var(--main-color);
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.news-item__header,
.avantages-item__header {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1;
}

.news-item__header {
  font-size: 24px;
  text-align: left;
}

.news-item img {
  width: 400px;
  height: 400px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.news-item {
  display: flex;
  flex-direction: column;
}

.news-item__btn {
  margin-top: auto;
}

.news-item__btn a {
  margin-top: 33px;
}

section.services-area {
  padding-top: 127px;
  padding-bottom: 75px;
}

.section-title {
  text-align: center;
  font-weight: 700;
  color: var(--main-color);
  font-size: 48px;
  margin-bottom: 40px;
}

.section-btn {
  text-align: center;
  margin-top: 42px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.service-item {
  border: 1px solid var(--main-color);
  border-radius: 20px;
  padding: 40px 12px 30px;
  text-align: center;
  position: relative;
  width: calc(100% / 6 - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s;
}

.services__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 25px;
  column-gap: 20px;
}

.service-item > a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.service-item:hover {
  background: var(--main-color);
}


.service-item .content a {
  text-decoration: none;
  font-size: 18px;
  color: var(--main-color);
  margin-top: 20px;
  display: inline-block;
}

.service-item:hover .content a {
  color: #fff;
}

.service-item img {
  transition: 0.2s;
}

.service-item:hover img {
  filter: brightness(0.3) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

.section-subtitle {
  margin-top: -40px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

section.popular {
  padding-top: 75px;
  padding-bottom: 60px;
  position: relative;
}

section.popular .container {
  position: relative;
}

section.popular:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #D0E0FF;
}

.popular__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.popular__item {
  backdrop-filter: blur(4.55px);
  background: rgba(255, 255, 255, 0.57);
  border-radius: 20px;
  padding: 70px;
  width: calc(100% / 3 - 20px);
}

.popular__item .image {
  text-align: center;
  margin-bottom: 44px;
}

.popular__item .content a {
  color: var(--text-color);
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
}


.popular__item:hover {
  box-shadow: 0 4px 26px 0 #00000020;
  background: #fff;
}

section.team {
  padding-top: 155px;
  padding-bottom: 120px;
}

.team__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 20px;
  justify-content: center;
}

.team__item {
  width: calc(100% / 4 - 20px);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 23px 0 #0001;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.team__item--link {
  position: absolute;
  inset: 0;
}

.team__item--single {
  width: 410px;
  max-width: 100%;
  position: sticky;
  top: 150px;
}

.team__item img {
  width: 267px;
  height: auto;
  border-radius: 50%;
  max-width: 100%;
}

.team__item--name {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}

.doctor-page__wrapper .team__item--name {
  font-size: 32px;
}

.team__item--position {
  font-size: 18px;
  margin-bottom: 16px;
}

.team__item .content {
  margin-bottom: 20px;
  padding: 0px 10px;
}

.team__item .team__item--button {
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.recruting {
  height: 300px;
  background: var(--main-color);
  position: relative;
}

.recruting:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url(../img/recruting.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
}

.recruting:after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--main-color);
  opacity: 0.7;
}

.recruting .container {
  display: flex;
}

.recruting__content {
  max-width: 695px;
  background: rgba(255, 255, 255, 0.87);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -60px;
  margin-bottom: -60px;
  box-shadow: 0 4px 31px 0 rgba(0, 0, 0, 0.13);
  height: 420px;
  backdrop-filter: blur(4.55px);
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
  z-index: 2;
}

.recruting .section-btn {
  text-align: left;
  justify-content: flex-start;
}

.recruting-title {
  font-weight: 700;
  color: var(--main-color);
  font-size: 64px;
  line-height: 1;
}

.recruting-text {
  font-size: 18px;
}

.form-area {
  padding-top: 150px;
  padding-bottom: 150px;
}

.form-title {
  font-weight: 700;
  font-size: 48px;
}

.form-subtitle {
  font-size: 18px;
  margin-bottom: 32px;
}

.form-area form {
  padding-right: 140px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
}

.form-group {
  padding-bottom: 16px;
  position: relative;
}

.form-group input[type=text],
.form-group input[type=tel],
.form-group textarea,
.form-group select {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #000;
  padding: 12px;
  background: #fff;
}

.help-block {
  position: absolute;
  color: red;
  font-size: 12px;
  margin-left: 10px;
}

.buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #606060;
    border-top-color: rgb(96, 96, 96);
    border-right-color: rgb(96, 96, 96);
    border-bottom-color: rgb(96, 96, 96);
    border-left-color: rgb(96, 96, 96);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: .6s;
  transition: .6s;
}

.buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: var(--main-color);
  border-color: var(--main-color);
  -webkit-animation: wave 0.4s ease;
  animation: wave 0.4s ease;
}

.buy-checkbox-btn .cbx span:first-child::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #111111;
  display: block;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
}

.buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child::before {
  -webkit-transform: scale(3.5);
  transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: .6s;
  transition: .6s;
}

.buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.buy-checkbox-btn input {
  display: none;
}

section.faq {
  padding-top: 74px;
  padding-bottom: 100px;
}

.faq__wrapper {
  display: flex;
}


.faq__title-block {
  padding-right: 120px;
  width: 40%;
}

.faq__title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 20px;
}

.faq__subtitle {
  font-size: 18px;
}

.faq__item {
  border-bottom: 1px solid #000;
}

.faq__item:first-child {
  border-top: 1px solid #000;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.modal.open {
  display: flex;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: #fff6;
  z-index: 1;
}

.modal label {
  font-size: 14px;
  margin-bottom: 4px;
}

.modal .form-group input[type="text"],
.modal .form-group input[type="tel"],
.modal .form-group textarea,
.modal .form-group select {
  background: rgba(255, 255, 255, 0.37);
}

.modal__window {
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.25);
  background: #D0E0FF;
  border-radius: 20px;
  padding: 25px 140px 70px;
  max-width: 1120px;
  width: calc(100% - 20px);
  max-height: 80vh;
  overflow-y: auto;
}

#form-message-modal .modal__window {
	max-width: 500px;
}

.modal__close {
  position: absolute;
  font-size: 40px;
  line-height: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 22px;
  right: 22px;
  cursor: pointer;
}

footer a {
  color: #fff;
}

footer {
  background: var(--main-color);
  color: #fff;
  padding-top: 170px;
  padding-bottom: 90px;
}

.footer-contacts {
  display: flex;
  margin-bottom: 170px;
}

.footer-contacts__wrapper {
  width: 40%;
}

.footer-contacts__map {
  width: 60%;
}
.footer-contacts-title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 24px;
}

.footer-contacts-subtitle {
  font-size: 18px;
}

.footer-contacts__map iframe {
  border-radius: 20px;
}

.footer-contacts__wrapper i {
  font-size: 28px;
  margin-top: 40px;
  display: inline-block;
}

.footer-contact-area-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px;
}

footer .top-head-address i {
  display: none;
}

.footer-socials {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  gap: 2px;
}

.footer-socials .icon-viber {
  background: #7453FC;
}

.footer-socials .icon-telegram {
  background: #27A6E5;
}

.footer-socials .icon-whatsap {
  background: #00E676;
}

.footer-socials .social {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
}

.footer-socials--net {
  gap: 9px;
  margin-top: 48px;
}

.footer-socials--net .social {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  font-size: 24px;
}

.footer-socials .icon-tiktok {
  background: #000;
}

.footer-socials .icon-facebook {
  background: linear-gradient(135deg, #18acfe 0%, #0163e0 100%);
}

.footer-socials .icon-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer-menus {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

footer .logo {
  margin-right: 100px;
}

.footer-menu span,
.footer-menu a {
  font-size: 14px;
  text-decoration: none;
}

.footer-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}


.page-title-content h1 {
  font-weight: 700;
  color: var(--main-color);
  font-size: 48px;
  grid-column: 2;
  justify-self: center;
  margin: 0;
}

.page-title-content {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 42px;
}

.breadcrumbs {
  justify-self: start;
  margin: 0;
  font-size: 14px;
  margin-top: 16px;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.breadcrumbs ul a {
  text-decoration: none;
}
.breadcrumbs ul a span {
  color: #c3c3c3;
}


.breadcrumbs ul span {
  color: #000;
}

.breadcrumbs ul li + li:before {
  content: '/';
  color: #c3c3c3;
}

.hidden {
  display: none;
}

.sing-up-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr 0.6fr auto;
  gap: 20px;
}

.sign-up-form {
  background: #d0e0ff;
  padding-top: 57px;
  padding-bottom: 65px;
  margin-top: 80px;
}

.sign-up-form .section-btn {
  margin-top: 0px;
}

.sign-up-form .form-group input[type="text"],
.sign-up-form .form-group input[type="tel"],
.sign-up-form .form-group textarea,
.sign-up-form .form-group select {
  border: none;
}

.content-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 16px;
}

.border-top {
  border-top: 1px solid #000;
}

.img-responsive {
  width: 100%;
}

.round-border {
  border-radius: 20px;
}

.service-image {
  background: var(--main-color);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 29px;
  padding-left: 55px;
  padding-right: 55px;
  max-width: 280px;
  margin-bottom: 42px;
}

.service-image img {
  filter: brightness(0.3) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

.fit-cover {
  object-fit: cover;
  object-position: 0 15%;
}

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

.custom-content-block,
.price {
  padding-left: 140px;
  padding-right: 140px;
}

.price-image {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.price-image img {
  margin-right: 40px;
}

.price-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
}

.price-text {
  color: var(--main-color);
  font-size: 18px;
}

.price__wrapper .price-title {
  border-bottom: 1px solid var(--main-color) ;
  margin-top: 40px;
}

.price__item {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.price__item + .price__item {
  border-top: 1px solid #e1e1e1;
}

.price__item a {
  min-width: 267px;
}

.price-price {
  margin-left: auto;
  font-weight: 700;
}

.price__short-content {
  color: #686868;
}

.form-group.search {
  position: relative;
}

.form-group.search input {
  height: 70px;
  border-radius: 40px;
  padding-left: 93px;
  border: 1px solid var(--main-color);
}

.form-group.search i {
  position: absolute;
  width: 54px;
  height: 54px;
  background: var(--main-color);
  color: #fff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: 8px;
  top: 8px;
}

.highlight {
    background-color: yellow;
    color: black;
}

.doctor-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.stars {
  display: flex;
  align-items: center;
  font-weight: 700;
  background: var(--main-color);
  color: #fff;
  gap: 16px;
  font-size: 13px;
  padding: 2px 8px 0;
  border-radius: 10px;
}

.stars-blank {
  position: relative;
  display: flex;
  gap: 4px;
  color: #fff6;
}

.icon-star {
  font-size: 14px;
  line-height: 1;
}

.stars-full {
  overflow-x: hidden;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 2;
  display: flex;
  gap: 4px;
}


.doctor-rating .count {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 6px;
}

.doctor-rating .icon-heart {
  color: #e75a5b;
  font-size: 20px;
  line-height: 1;
  margin-right: 2px;
}

.doctor-rating a {
  text-decoration: none;
  color: var(--text-color);
}

section.reviews {
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
}

section.reviews:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50%;
  background: #d0e0ff;
}

section.reviews .section-btn {
  position: relative;
}

.reviews .container {
  position: relative;
}

.reviews__item {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(4.55px);
  padding: 45px;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  margin-top: 26px;
  margin-bottom: 26px;
}

.reviews__item--bordered {
  border: 1px solid var(--main-color);
}

.reviews__item:hover {
  background: #fff;
  box-shadow: 0 4px 26px 0 rgba(0,0,0,0.25);
}

.reviews__name {
  font-weight: 700;
  font-size: 32px;
}

.reviews__rating {
  margin-top: 10px;
}

.reviews__rating .stars {
  width: 100px;
}

.reviews__comment {
  margin-top: 20px;
  margin-bottom: 37px;
}

.reviews__doctor {
  border-top: 1px solid #000;
  padding-top: 12px;
  margin-top: auto;
}

.review-doctor__info {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 20px;
}

.review-doctor__name {
  font-weight: 600;
}

.reviews__doctor .review-doctor__info img {
  width: 60px;
  border-radius: 50%;
}


.reviews-slider {
  display: flex;
  overflow-x: auto;
  cursor: grab;
  user-select: none;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #B4C8F0 white;
}

.drag-scroll::-webkit-scrollbar {
  height: 12px;
  background: white;
  border-radius: 40px;
}

.drag-scroll::-webkit-scrollbar-track {
  background: white;
  border-radius: 40px;
}

.drag-scroll::-webkit-scrollbar-thumb {
  background-color: #B4C8F0;
  border-radius: 40px;
  box-shadow: 0 0 0 3px white;
}


.reviews-slider:active {
  cursor: grabbing;
}

.reviews__item {
  width: calc(100% / 3 - 30px);
  flex:none;
  user-select: none;
  scroll-snap-align: start;
  margin-left: 15px;
  margin-right: 15px;
}

.doctor-search {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-bottom: 70px;
}

.doctor-search__input {
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  border-radius: 40px;
  font-size: 18px;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
}

.doctor-search__input i {
  background: var(--main-color);
  color: #fff;
  font-size: 28px;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  border-radius: 50%;
  margin-right: 20px;
}

.doctor-search__input input {
  border: none;
  background: transparent;
}

.doctor-search__input input:focus {
  border: none;
  outline: none;
}
.doctor-search__input .select2-container--krajee-bs3 {
  min-width: 230px;
}
.doctor-search__input .select2-container--open .select2-dropdown {
  left: -22px;
}

.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
  background: var(--main-color);
}

.doctor-search__input .select2-container--krajee-bs3 .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.doctor-search__input .select2-container--krajee-bs3 .select2-selection {
  font-size: 18px;
}

.doctor-search__input .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
  border-left: none;
}

.select2-container--krajee-bs3 .select2-dropdown {
  border-color: var(--main-color);
}

.form-control {
  height: 48px;
}

textarea.form-control {
  height: 58px;
  resize: none;
}

.rate-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate-area {
  height: auto;
  line-height: 1;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

.rate-area input {
  display: none;
}

.rate-area label:before {
  content: '\004c';
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #000;
  opacity: .5;
  cursor: pointer;
  font-size: 20px;
}

.rate-area label:hover ~ label:before,
.rate-area label:hover:before,
.rate-area input:checked ~ label:before {
  color: #e75a5b;
  opacity: 1;
}

.doctor-page__wrapper {
  max-width: 1126px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}

.education {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--main-color);
}

.education ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.education ul li {
  padding-bottom: 23px;
  padding-left: 84px;
  position: relative;
}

.education li:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 61px;
  height: 54px;
  background-image: url(../img/education.svg);
  background-size: cover;
  background-position: center;
}

.doctor__text-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--main-color);
}
.sign-up-form + .price {
  padding-top: 90px;
}

.gallery__items {
  display: flex;
  padding-bottom: 50px;
}

.drag-scroll {
  overflow-x: auto;
  cursor: grab;
  user-select: none;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #B4C8F0 white;
}

.drag-scroll:active {
  cursor: grabbing;
}

.drag-scroll > * {
  flex: none;
  user-select: none;
  scroll-snap-align: start;
}

.gallery-item {
  width: calc(100% / 3 - 30px);
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
}

.gallery-item a {
  display: inline-block;
  user-drag: none;
  -webkit-user-drag: none;
}

.drag-scroll > div img {
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
  max-width: 100%;
}


.pagination-area {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}

.pagination-area span,
.pagination-area a {
  text-decoration: none;
  color: var(--main-color);
}

.pagination-area .next > *,
.pagination-area .prev > * {
  display: inline-block;
  width: 56px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-area .prev > * {
  background-image: url(../img/prev.svg);
}

.pagination-area .next > * {
  background-image: url(../img/next.svg);
}

.pagination-area .current {
  font-weight: 700;
}

.guestbook-page {
  position: relative;
  padding-bottom: 140px;
}

.guestbook-page .container {
  position: relative;
}

.guestbook-page:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 464px;
  left: 0px;
  bottom: 0px;
  background: #d0e0ff;
}

.news-item {
  width: calc(100% / 3 - 20px);
}

.blog-page {
  padding-bottom: 76px;
}

.blog-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog__date {
  padding-top: 14px;
  padding-bottom: 12px;
}

.blog__tags {
  display: flex;
  gap: 15px;
  align-items: center;
}

.blog__tags .views,
.blog__tags .tags {
  display: flex;
  gap: 6px;
  background: #d0e0ff;
  border-radius: 20px;
  padding: 15px 24px;
  align-items: center;
  max-height: 54px;
}

.blog__tags .tags {
  flex: 1;
}

.blog__tags .views:before {
  content: '';
  margin-right: 5px;
  width: 28px;
  height: 29px;
  background-image: url(../img/user.svg);
  background-size: cover;
  background-position: center;
}

.blog__tags .tags a {
  color: var(--text-color);
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.blog__header {
  margin-top: 15px;
}

.blog__header a {
  font-weight: 700;
  color: var(--text-color);
  font-size: 24px;
  text-decoration: none;
  line-height: 1;
}

.blog__header + p {
  margin-top: 8px;
}

.blog-item .content + a {
  margin-top: auto;
}
blog-page__author,
.blog__author {
  margin-top: 13px;
}
blog-page__author span,
.blog__author span {
  font-weight: 700;
  margin-left: 40px;
}

.blog-page__author {
  display: flex;
  gap: 6px;
  background: #d0e0ff;
  border-radius: 20px;
  padding: 15px 24px;
  align-items: center;
  max-height: 54px;
}

.blog-row {
  row-gap: 50px;
  padding-top: 40px;
}

.search-button {
  cursor: pointer;
}

.sidebar {
  width: 520px;
  flex: none;
  margin-left: 20px;
}

.blog-page {
  display: flex;
  flex-wrap: wrap;
}

.blog-page__short {
  display: flex;
  gap: 20px;
}

.blog-page__image {
  flex: none;
  width: 40%;
}

.blog-page__short-content {
  margin-top: 23px;
  margin-bottom: 26px;
}

.blog-page__content {
  flex: 1;
}

.blog-page__data {
  flex: 1;
}

.blog-page__full-content {
  width: 100%;
}

.sidebar__panels {
  position: sticky;
  top: 150px;
}

.sidebar__pane {
  padding: 17px 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #f7f7f7;
}

.sidebar__pane + .sidebar__pane {
  margin-top: 26px;
}

.blog_side--anchors {
  font-size: 18px;
}

.blog_side--anchors a {
  max-width: 380px;
  margin-top: 10px;
  border-radius: 63px;
  background: #fff;
  display: block;
  text-decoration: none;
  color: var(--main-color);
  padding: 14px 20px;
  transition: 0.2s;
}

.blog_side--anchors a:hover {
  background: #d0e0ff;
  font-weight: 700;
}

.last__item {
  display: flex;
  margin-left: 15px;
  gap: 30px;
  margin-top: 20px;
  font-size: 18px;
}

.last__item--date {
  font-size: 16px;
}

.last__item a {
  line-height: 1.2;
  text-decoration: none;
  color: var(--text-color);
  font-weight: 700;
}

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

header {
  position: sticky;
  top: 0px;
  z-index: 4;
  background: #fff;
}

.section__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 65px;
}

.section__item {
  display: flex;
  width: calc(100% / 6 - 20px);
  align-items: center;
  gap: 22px;
  padding: 20px;
  border: 1px solid var(--main-color);
  border-radius: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.section__item.active,
.section__item:hover {
  background: var(--main-color);
  color: #fff;
}

.section__item.active img,
.section__item:hover img {
  filter: brightness(0.3) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

.section__item img {
  width: 60px;
  height: 60px;
}

.section__price {
  display: none;
}

.section__price.active {
  display: block;
}

.panel {
  border-radius: 20px;
  background: #f7f7f7;
  padding: 20px 30px;
}

.logo-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pl {
  padding-left: 110px;
}

.panel a:not(.default-btn) {
  color: var(--text-color);
}

.panel .icon-address {
  display: none;
}

.panel .footer-socials a {
  color: #fff;
  text-decoration: none;
}

.panel .icon-envelope,
.panel .icon-phone,
.panel .icon-place {
  font-size: 28px;
}

.contacts-rating {
  border-radius: 20px;
  background: #d0e0ff;
  padding: 16px 39px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.contacts-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contacts-rating a {
  color: var(--text-color);
}

.contacts-rating .counts,
.contacts-rating .rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contacts-rating .icon-heart {
  font-size: 18px;
  color: #e75a5b;
}

.contact-form {
  margin-top: 200px;
  margin-bottom: 250px;
  height: 280px;
  background: #d0e0ff;
}

.contact-form__text {
  padding-left: 110px;
  padding-top: 9%;
  padding-bottom: 9%;
}


.contact-form__form {
  padding-right: 110px;
}

.contact-form__form form {
  margin-top: -113px;
  border: 1px solid var(--main-color);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  padding: 81px 40px 34px;
  backdrop-filter: blur(9.1px);
}

.error-content {
  text-align: center;
  padding-bottom: 120px;
}

.error-content img {
  width: 30%;
  margin-top: 120px;
  margin-bottom: 120px;
}

@media (min-width: 1220px) {
  .navbar-nav {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  .show-mobile {
    display: none !important;
  }

  .dropdown-menu {
    display: none;
  }

  .go-back {
    display: none;
  }

  .navbar-nav a {
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .navbar-nav > li a {
    padding: 13px 16px;
  }

  .navbar-nav > li:nth-child(2) > a {
    font-weight: 700;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 39px;
  }

  .navbar-nav >.nav-item {
    position: relative;
    padding: 20px 0px;
  }

  .navbar-nav > .nav-item:has(.dropdown-menu):hover:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #fff;
    z-index: 5;
    left: 50px;
    transform: translateX(-50%);
    bottom: 0px;
  }

  .nav-item:hover > .dropdown-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
    row-gap: 5px;
    position: absolute;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
    border-radius: 20px;
    z-index: 3;
    box-shadow: 0 15px 58px 0 rgba(0, 0, 0, 0.25);
    max-width: 984px;
    padding: 22px 30px;
    top: 100%;
  }

  .nav-item:hover > .dropdown-menu > li {
    width: 285px;
    background: #eef9ff;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
  }
}

@media (max-width: 1760px) {

  body {
    font-size: 14px;
  }

  .advantages__wrapper {
    padding-top: 41px;
    padding-bottom: 41px;
    padding-left: 32px;
    gap: 42px;
  }

  .advantages-item {
    width: 300px;
    padding: 70px 23px 20px;
  }

  .advantages-title-area--title {
    font-size: 40px;
  }

  .advantages-title-area--title+p {
    font-size: 14px;
  }

  .advantages-item__icon {
    padding-bottom: 35px;
    margin-bottom: 10px;
  }

  .advantages-item__icon img {
    width: 87px;
    height: 87px;
  }

  .news-item__header, .avantages-item__header {
    font-size: 20px;
  }

  .about__subheader,
  .about__header {
    font-size: 46px;
  }

  .about__text {
    font-size: 14px;
  }

  .about-area .container {
    padding-top: 150px;
    padding-bottom: 160px;
  }

  .slider-title {
    font-size: 46px;
    line-height: 1.2;
  }

  .slider-caption {
    font-size: 16px;
  }

  .main-banner-area {
    min-height: 500px;
  }

  .main-banner-content {
    padding-top: 76px;
    padding-bottom: 87px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-title {
    font-size: 40px;
  }

  section.services-area {
    padding-top: 83px;
    padding-bottom: 41px;
  }

  .service-item .content a {
    font-size: 14px;
  }

  .service-item img {
    max-width: 70px;
    max-height: 70px;
  }

  section.popular {
    padding-top: 41px;
    padding-bottom: 43px;
  }

  .section-subtitle {
    font-size: 14px;
  }

  .popular__item .content a {
    font-size: 20px;
  }

  .popular__item {
    padding: 50px;
  }

  .popular__item img {
    max-width: 92px;
    max-height: 92px;
  }

  section.team {
    padding-top: 86px;
    padding-bottom: 63px;
  }

  .team__item--name {
    margin-top: 15px;
    line-height: 1.2;
  }

  .team__item--position {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .team__item .content {
    margin-bottom: 0;
  }

  .recruting {
    height: 230px;
  }

  .recruting__content {
    margin-top: -32px;
    margin-bottom: -32px;
    height: 294px;
  }

  .recruting-title {
    font-size: 40px;
  }

  .recruting-text {
    font-size: 14px;
  }

  .form-area {
    padding-top: 64px;
    padding-bottom: 67px;
  }

  .form-area form {
    padding-right: 120px;
  }

  .form-title {
    font-size: 40px;
  }

  .form-subtitle {
    font-size: 14px;
  }

  .news-item img {
    max-width: 100%;
    height: 288px;
  }

  .news-item__header {
    margin-bottom: 0px;
  }

  .news-item__btn a {
    margin-top: 0px;
  }

  .faq__title {
    font-size: 40px;
  }

  .faq__subtitle {
    font-size: 14px;
  }

  footer {
    padding-top: 46px;
    padding-bottom: 39px;
  }

  .footer-contacts-title {
    font-size: 40px;
    margin-bottom: 0px;
  }

  .footer-contact-area-title {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .footer-contacts {
    margin-bottom: 80px;
  }

  .footer-menus {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-menus .logo img {
    width: 128px;
    height: 128px;
  }

  .page-title-content h1 {
    font-size: 40px;
  }

  .page-title-content .breadcrumbs {
    font-size: 10px;
  }

  .services__items {
    row-gap: 20px;
  }

  .doctor-page__wrapper .team__item--name {
    font-size: 20px;
  }

  .education li::before {
    width: 46px;
    height: 41px;
  }

  .education ul li {
    padding-left: 74px;
  }

  .doctor-page__wrapper {
    padding-bottom: 20px;
  }

  .sign-up-form + .price {
    padding-top: 60px;
  }

  .price-title {
    font-size: 20px;
  }

  .price-text {
    font-size: 16px;
  }

  .price-price {
    font-size: 14px;
  }

  section.reviews {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .reviews__item {
    margin-top: 0px;
    padding: 17px;
    padding-top: 23px;
  }

  .reviews__name {
    font-size: 20px;
  }

  .service-image {
    max-width: 185px;
  }

  .service-image img {
    max-width: 64px;
  }

  .blog__header a {
    font-size: 20px;
  }

  .blog-page__author, .blog__author {
    font-size: 14px;
  }

  .blog_side--anchors a {
    font-size: 14px;
  }

  .sidebar {
    width: 420px;
  }

  .section__items {
    gap: 5px;
  }

  .section__item {
    padding: 10px;
    font-size: 14px;
    gap: 10px;
    width: calc(100% / 6 - 5px);
  }

  .section__item img {
    width: 40px;
    height: 40px;
  }

}

@media (max-width: 1440px) {
  .cities-dropdown-wrapper,
  .cities-dropdown-list {
    gap: 8px;
  }

  .header-top-wrapper {
    padding: 0px;
  }

  .header-bottom-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }

  .right-top-header {
    gap: 8px;
  }

}

@media (max-width: 1220px) {
  .show-desktop {
    display: none !important;
  }

  .right-top-header {
    display: none;
  }
  .header-bottom-menu {
    display: none;
  }

  .show-menu {
    order: 1;
    width: 64px;
  }

  .show-menu a {
    color: var(--main-color);
    font-size: 40px;
    line-height: 1;
  }

  .header-bottom-wrapper .show-modal-form {
    margin-right: auto;
    order: 2;
  }

  .header-bottom-logo {
    order: 3;
    margin-right: 0px;
  }

  .header-bottom-logo img {
    width: 64px;
  }

  .main-banner-content {
    width: 100%;
    height: 100%;
  }

  .slider-title {
    font-size: 32px;
  }

  .slider-caption {
    font-size: 14px;
    margin-bottom: 36px;
  }

  .banner-btn {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-banner-area {
    min-height: 513px;
  }

  .main-banner-content {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 46px;
  }

  .home-slider-carousel .owl-dots {
    flex-direction: row;
    transform: translateX(-50%);
    top: initial;
    bottom: 22px;
    left: 50%;
  }

  .about__subheader, .about__header {
    font-size: 32px;
  }

  .about-area .container {
    padding-top: 119px;
    padding-bottom: 132px;
  }

  .about-area .about-bg:nth-of-type(3) {
    left: 26px;
    top: 38px;
  }

  .about-area .about-bg:nth-of-type(1) {
    top: 43px;
    right: 53px;
    left: initial;
  }

  .about-area .about-bg:nth-of-type(7) {
    left: 10px;
    bottom: 108px;
  }

  .about-area .about-bg:nth-of-type(2) {
    right: 30px;
    bottom: 108px;
    left: initial;
    top: initial;
  }

  .about-area .about-bg:nth-of-type(5) {
    left: 50%;
    bottom: 37px;
  }

  .about-area .about-bg:nth-of-type(6),
  .about-area .about-bg:nth-of-type(4) {
    display: none;
  }

  .advantages__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 17px;
    background: #f1f1f3;
    background-image: none !important;
    border-radius: 0;
  }

  .advantages-title-area--title {
    font-size: 32px;
    text-align: center;
  }

  .advantages__items {
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
  }

  .news-item__header, .avantages-item__header {
    font-size: 32px;
  }

  .advantages-item {
    width: initial;
    max-width: 420px;
    background: #fff;
  }

  section.services-area {
    padding-top: 44px;
    padding-bottom: 42px;
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 1.1;
  }

  .section-subtitle {
    margin-top: -22px;
    margin-bottom: 22px;
    max-width: 100%;
  }

  .popular__items {
    gap: 17px;
  }

  .popular__item {
    width: 100%;
  }

  .services__items {
    justify-content: center;
    column-gap: 20px;
  }

  .service-item {
    width: calc(100% / 3 - 20px);
  }

  section.team {
    padding-top: 47px;
    padding-bottom: 32px;
  }

  .team__item {
    width: calc(100% / 2 - 20px);
  }

  .recruting {
    height: 371px;
    margin-bottom: 170px;
  }

  .recruting::before {
    width: 100%;
  }

  .section-btn {
    margin-top: 10px;
  }

  .recruting__content {
    padding: 25px 39px 48px;
    margin-top: initial;
    margin-bottom: -117px;
    height: 247px;
    width: 100%;
    position: relative;
    bottom: -240px;
  }

  .form-area .container > .row {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .form-title {
    font-size: 32px;
    text-align: center;
  }

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

  .form-area form {
    padding-right: 0px;
  }

  .form-area form .form-group > label:not(.cbx) {
    display: none;
  }

  .news-item {
    width: 247px;
  }

  .news-item__header {
    font-size: 20px;
  }

  .advantages__wrapper {
    padding-left: 0px;
  }

  .news__items {
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-item img {
    height: 247px;
  }

  .drag-scroll {
    width: 100%;
  }

  .container-left {
    width: 100%;
  }

  .faq__wrapper {
    flex-direction: column;
  }

  .faq__title-block {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 13px;
    text-align: center;
  }

  section.faq {
    padding-top: 60px;
    padding-bottom: 47px;
  }

  .footer-contacts {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }

  .faq__title {
    font-size: 32px;
    margin-bottom: 0px;
  }

  .footer-contacts__map,
  .footer-contacts__wrapper {
    width: 100%;
  }

  .footer-contact-area-title {
    font-size: 14px;
  }

  .footer-contacts__map iframe {
    height: 200px;
    max-width: 100%;
  }

  .footer-menus {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-menus .logo {
    width: 100%;
    margin-bottom: 26px;
  }

  .footer-menus .logo img {
    width: 68px;
    height: 68px;
  }

  .footer-menu {
    width: calc(50% - 50px);
  }

  .doctor-rating {
    gap: 4px;
  }

  .doctor-rating .count {
    font-size: 10px;
    margin-right: 0px;
  }

  .stars {
    font-size: 10px;
    gap: 2px;
  }

  .icon-star {
    font-size: 12px;
  }

  .team__item .transparent-btn {
    padding: 6px 8px;
    font-size: 14px;
  }

  .stars-full,
  .stars-blank {
    gap: 2px;
  }

  .doctor-rating .icon-heart {
    font-size: 12px;
  }

  .doctor-rating a {
    font-size: 10px;
  }

  .team__item--name {
    font-size: 16px;
  }

  .page-title-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-title-content h1 {
    font-size: 32px;
    text-align: center;
  }

  .service-image {
    max-width: 335px;
    margin-bottom: 22px;
  }
  .custom-content-block, .price {
    padding-left: 0px;
    padding-right: 0px;
  }

  .custom-content-block ul {
    padding-left: 1.5rem;
  }

  .sign-up-form {
    margin-top: 45px;
    padding-top: 41px;
    padding-bottom: 46px;
  }


  .sing-up-form__wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .price__item {
    gap: 10px;

  }

  .price-btn {
    flex: none;
  }

  .price__item a {
    min-width: 120px;
  }

  .reviews__item {
    width: 80%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .reviews__comment {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .menu-showed .header-bottom-menu {
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    height: calc(100vh - 103px - 150px);
    overflow-y: auto;
    z-index: 5;
    background: var(--main-color);
    top: 100%;
    padding: 29px 12px 17px;
  }

  .header-bottom-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
  }

  .header-bottom-menu .dropdown-menu {
    position: fixed;
    width: 100%;
    top: 103px;
    bottom: 0px;
    left: 1000px;
    background: var(--main-color);
    z-index: 6;
    transition: 0.4s;
    padding: 29px 12px;
    max-height: calc(100vh - 103px);
    overflow-y: auto;
  }

  .open > .dropdown-menu {
    left: 0px;
  }

  .header-bottom-menu .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-bottom-menu > ul > li {
    font-weight: 700;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .header-bottom-menu > ul > li:nth-child(2) {
    border: 1px solid #fff;
    border-radius: 39px;
  }

  .header-bottom-menu > ul > li.go-back {
    display: none;
  }

  .header-bottom-menu > ul > li:nth-child(2) > a {
    justify-content: center;
    gap: 12px;
  }

  .header-bottom-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-bottom-menu a i {
    transform: rotate(-90deg);
    font-size: 14px;
    margin-top: 0px;
  }

  .dropdown-menu > li:first-child {
    border: 1px solid #fff;
    border-radius: 39px;
  }

  .dropdown-menu > li:first-child a {
    justify-content: center;
    padding-top: 17px;
    padding-bottom: 17px;
    gap: 12px;
  }

  .dropdown-menu > li:first-child a i {
    transform: rotate(90deg);
  }

  .menu-showed .right-top-header {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 18px 12px;
    background: #fff;
    z-index: 4;
    height: 150px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 10px;
    align-items: start;
  }

  .top-head-address {
    grid-column: 1;
    grid-row: 3;
  }

  .top-header-phones {
    grid-column: 1;
    grid-row: 1;
  }

  .top-header-schedule {
    grid-column: 1;
    grid-row: 2;
  }

  .top-header-socials {
    grid-column: 2;
    grid-row: 1 / 4;
  }

  .top-header-info {
    display: grid;
    gap: 8px;
    order: 1; /* Контактна інфа буде зліва */
  }

  .top-header-info > div {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
  }

  .top-header-socials {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    order: 2; /* Соцмережі — справа */
  }

  .top-header-socials > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .social {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #000;
    border-radius: 4px;
  }

  .footer-menu .go-back {
    display: none;
  }

  .gallery-item {
    width: 50%;
  }

  .doctor-search {
    flex-wrap: wrap;
  }

  .blog__tags .views,
  .blog__tags .tags {
    font-size: 10px;
    padding: 12px 15px;
  }

  .blog__tags .views {
    padding: 8px 15px;
  }

  .blog__tags .views::before {
    width: 23px;
    height: 24px;
  }

  .blog-page__author, .blog__author {
    font-size: 12px;
  }

  .blog-page__author span, .blog__author span {
    text-decoration: underline;
  }

  .blog-page {
    padding-bottom: 0px;
  }

  .blog-page__short {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-page__short > * {
    width: 100%;
  }

  .sidebar__pane {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 19px 15px;
  }

  .blog-page__date {
    font-size: 10px;
  }

  .blog_side--anchors a {
    max-width: 100%;
  }

  .blog-page__full-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-page__full-content img {
    max-width: 100%;
  }

  .section__item {
    width: calc(100% / 4 - 5px);
  }

  .price-image {
    margin-top: 20px;
  }

  .modal__window {
    padding: 34px 18px;
  }

  .modal__window label:not(.cbx) {
    display: none;
  }

  .contact-form__text,
  .pl {
    padding-left: 10px;
  }

  .contact-form__form {
    padding-right: 0px;
  }

  .contact-form__form form {
    margin-top: -65px;
  }

  .contact-form {
    margin-top: 40px;
    margin-bottom: 500px;
  }

  .contacts-rating {
    font-size: 12px;
  }

  .doctor-page__wrapper .team__item--single {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .service-item {
    width: calc(100% / 2 - 20px);
  }

  .section__item {
    width: calc(100% / 2 - 5px);
  }

  .blog-page__data img {
    max-width: 100%;
    object-fit: cover;
  }

  .blog-page__image img {
    object-fit: cover;
  }
  .price__item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: start;
  }

  .price__item > div:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .price-price {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    margin-left: inherit;
    align-self: end;
  }

  .price-btn {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }
  .section__item {
    width: 100%;
  }

  .error-content img {
    width: 80%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .doctor-page__wrapper .team__item--single {
    width: 100%;
  }
  .team__item--single .team__item--button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}

