/* Start:/local/templates/light_blue/assets/libraries/bootstrap-4.5.0-dist/css/bootstrap.css?1589302321198313*/
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

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

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

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

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

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

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

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

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* End */


/* Start:/local/templates/light_blue/assets/libraries/slick/slick.css?15918706981835*/
/* Slider */
.slick-slide, .slick-slide *{ outline: none !important; 
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/light_blue/assets/libraries/slick/slick-theme.css?15918697953145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://doctora.clinic/local/templates/light_blue/assets/libraries/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://doctora.clinic/local/templates/light_blue/assets/libraries/slick/fonts/slick.eot');
    src: url('https://doctora.clinic/local/templates/light_blue/assets/libraries/slick/fonts/slick.eot#iefix') format('embedded-opentype'), url('https://doctora.clinic/local/templates/light_blue/assets/libraries/slick/fonts/slick.woff') format('woff'), url('https://doctora.clinic/local/templates/light_blue/assets/libraries/slick/fonts/slick.ttf') format('truetype'), url('../../../../../../local/templates/light_blue/assets/libraries/slick/fonts/slick.svg') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/light_blue/assets/css/font-awesome.min.css?159479187221987*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://doctora.clinic/local/templates/light_blue/assets/fonts/fontawesome-webfont.eot?v=4.2.0');src:url('https://doctora.clinic/local/templates/light_blue/assets/fonts/fontawesome-webfont.eot#iefix&v=4.2.0') format('embedded-opentype'),url('https://doctora.clinic/local/templates/light_blue/assets/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('https://doctora.clinic/local/templates/light_blue/assets/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('https://doctora.clinic/local/templates/light_blue/assets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
/* End */


/* Start:/local/templates/light_blue/assets/css/style.css?1632750753261835*/
@font-face {
    font-family: "Ubuntu";
    src: url("../../../../../../local/templates/light_blue/assets/fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Ubuntu-Light";
    src: url("../../../../../../local/templates/light_blue/assets/fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat Alternates";
    src: url("https://doctora.clinic/local/templates/light_blue/assets/fonts/Montserrat_Alternates/MontserratAlternates-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Montserrat Alternates-Bold";
    src: url("https://doctora.clinic/local/templates/light_blue/assets/fonts/Montserrat_Alternates/MontserratAlternates-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


body {
    font-family: "Ubuntu", sans-serif;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    background-color: #ffffff;
}

:root {
    --primary: #98D7DC;
}

a {
    color: unset;
    text-decoration: none;
}

a:hover {
    color: unset;
    text-decoration: none;
}

input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea, select:not(.city){
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.personal-cabinet-content__doctors-page-box-item__desc__adress-box .checkbox-group > li > label.photoFile-label {
    margin-right: 0;
}
.profile-table td {
    padding-bottom: 20px;
}

input:not([type="file"]):not(.city_input){
    border: 2px solid #9DD4B3;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: none;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
}
.map-popup-marker ymaps input:not([type="file"]),.clinic-card-full-desc__content__info-left__map ymaps input:not([type="file"]), .map-popup ymaps input:not([type="file"])  {
    border: initial;
    box-sizing: initial;
    border-radius: initial;
    box-shadow: initial;
    height: initial;
    padding: 0 6px;
}
.map-popup ymaps input:not([type="file"])  {
    padding: 0 0 0 35px;
}
input:not([type="file"]).changedInput  {
    border: none;
    border-bottom: 2px solid #9DD4B3;
    border-radius: 0;
}

input[type="submit"],input[type="reset"] {
    border-radius: 5px;
    background: #9DD4B3;
    border: none;
    font-size: 18px;
}
input[type="reset"] {
    background: transparent;

}

.main-spec {
    color: #32B4C3;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
     font-size: 15px;
     line-height: 17px;
    padding: 5px 10px;
    border: 1px solid #32B4C3;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}
.doctors-title-spec {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.title-h2 {
    font-family: "Montserrat Alternates-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    color: #000000;
}
.title-h3 {
    font-family: "Montserrat Alternates-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
}
.title-h4 {
    font-family: "Montserrat Alternates";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #000000
}
.title-h5 {
    font-family: "Montserrat Alternates-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.header {
    width: 100%;
    z-index: 2;
    position: relative;
    padding-bottom: 20px;
}

.burger__toggle {
    display: none;
}

.burger__btn {
    position: absolute;
    margin-bottom: 0;
    cursor: pointer;
    top: 35px;
    left: 48px;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 20px #98D7DC;
    background-color: #98D7DC;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.burger__btn div {
    width: 30px;
    height: 5px;
    background-color: #fff;
}

.burger__btn div:not(:last-child) {
    margin-bottom: 2.67px;
}

.burger .side-menu {
    position: absolute;
    /* left: -37px; */
    left: 0;
    width: 400px;
    height: 104vh;
    top: -35px;
    z-index: 999;
    text-align: initial;
}
.burger .side-menu > ul {
    max-width: 168px;
    margin: 0 auto;
    padding: 0;
}
.side-menu .contacts {
    display: none;
}
.side-menu-nav {
    display: none;
}
.burger input:checked + label {
    background-color: #98D7DC;
}
.burger input:checked + label div {
    background-color: #fff;
}
.burger input:checked + label  div:not(:last-child) {
    margin-bottom: 0.67px;
}
.burger input:checked + label div:nth-child(2) {
    display: none;
}

.burger input:checked + label div:nth-child(1), .burger input:checked + label div:nth-child(3) {
    position: absolute;
}

.burger input:checked + label div:nth-child(1) {
    transform: rotate(45deg);
}

.burger input:checked + label div:nth-child(3) {
    transform: rotate(-45deg);
}

.burger .side-menu{
    display: none;
}

.burger input:checked + label + .side-menu {
    display: block;
}

.header .container {
    display: flex;
    align-items: center;
    padding-top: 34px;
    /* padding-bottom: 39px; */
    padding-left: 50px;
    padding-right: 0;
    max-width: 1320px;
    background-color: #fff;
}
.header .container.cabinet {
    width: 100%;
    max-width: 1840px;
    padding: 34px 15px 0 120px;
}
.container.mobile {
    background-color: transparent !important;
    display: none;
}
.side-menu li {
    font-family: "Montserrat Alternates-Bold", sans-serif;
}
/* main.main__header {
    margin-top: 136px;
} */
/* main {
    margin-top: 136px;
} */
.main-screen {
    margin-top: 136px;
}
main {
    margin-top: 114px;
}
main .container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    position: relative;
}
main > .container:last-child {
    margin-bottom: 118px;
}
.header .logo img{
    max-width: 318px;
}
.top-menu {
    margin-left: 30px;
}

.nav {
    display: inline-flex;
    list-style: none;
    justify-content: space-between;
    max-width: 730px;
}

.nav li a {
    display: flex;
    align-items: center;
}

.nav__item {
    padding-left: 24px;
    padding-top: 3px;
}
.nav__item:nth-child(2) {
    padding-left: 32px;
}
.nav__item:nth-child(3) {
    padding-left: 34px;
}
.nav__item:nth-child(4) {
    padding-left: 33px;
}

.nav__header {
    padding-left: 3px;
    font-size: 16px;
}
.nav__icon {
    width: 35px;
    height: 35px;
    text-align: center;
}
.city {
    border: none;
    position: relative;
    outline: none;
    -moz-text-align-last: right;
         text-align-last: right;
    background: transparent;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;color: #000000;
    margin-bottom: 8px;
}
.link-checkbox .bx_filter_param_label .bx_filter_input_checkbox {
    margin-bottom: 0;
}
.link-checkbox .bx_filter_input_checkbox .bx_filter_param_text {
    margin-left: 0;
}
.contacts {
    min-width: 170px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}
.contacts-phone {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    display: block;
}
#header-auth {
    margin-left: auto;
    cursor: pointer;
}
.records {
    width: 100%;
    height: 100%;
}
#header-records {
    margin-left: 11px;
    width: 38px;
    height: 38px;
}
.popup-window {
    max-height: 70vh;
    overflow: auto;
}

.popup-window::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track  {
    border-radius: 10px;
}
.popup-window::-webkit-scrollbar, textarea::-webkit-scrollbar  {
    background: transparent;
    width: 5px;

}
.popup-window::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb  {
    background: #9DD4B3;
    border-radius: 10px;
    height: 20px;
    cursor: pointer;
}

#modal_auth, #modal_auth2 {
    width: 600px;
    height: 800px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 60px 146px;
    text-align: center;
}
#modal_auth2 {
    padding: 60px 95px;
}
#modal_auth3, #modal_auth4 {
    width: 1200px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0;
}
#modal_auth5 {
    padding: 0;
    width: 1200px;
}


.popup-window-close-icon:after{
    background: url("../../../../../../local/templates/light_blue/assets/images/emojione-monotone_cross-mark-blue.svg") no-repeat;
    width: 42px;
    height: 42px;
    top: 61px;
    left: -40px;
}

.popup-window-close-icon{
    opacity: 1;
}

#auth-popup, #mess-popup , #reception-popup, #call-popup, #map-popup {
    display: none;
}

.map-popup,.map-popup-marker {
    display: none;
    max-height: 700px;
}

.popup-box {
    position: fixed;
    border-radius: 5px;
    background: #fff;
    display: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    z-index: 9999999;
    font-size: 14px;
    width: 100%;
    max-width: 1200px;
    height: 70%;
}

.map-wrapper .popup-box {
    max-height: 500px;
}
.popup-box.popup-scroll {
    overflow: scroll;
    height: auto;
}
.popup-box.popup-scroll::-webkit-scrollbar {
    opacity: 0;
    width: 0.1px;
}
.popup-box.popup-library {
    max-width: 100%;
    height: 100%;
    overflow: scroll;
    background: RGBA(255,255,255,0.9);
}
.popup-box .close {
    position: absolute;
    top: -60px;
    right: -60px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    width: 60px;
    height: 60px;
    font-size: 20px;
    background: #fff;
    opacity: 1;
    background-image: url("../../../../../../local/templates/light_blue/assets/images/emojione-monotone_cross-mark-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px 42px;
    z-index: 2;
    background-color: RGBA(255,255,255,0);
}
.popup-box.popup-library .close {
    top: 20px;
    right: 25px;
    width: 42px;
    height: 42px;
    background-size: 33px 33px;
}
.more-adress-popup .popup-box .close {
    width: 16px;
    height: 16px;
    top: 20px;
    right: 20px;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/emojione-monotone_cross-mark.svg);
}
.more-adress-popup .popup-box {
    max-width: 440px;
}
.more-adress-content {
    padding: 30px;
}
.popup-box .close:hover {
    color: #000;
}
#blackout {
    background: #333;
    opacity: 0.5;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    display: none;
}


#auth-popup > img:first-child {
    padding-bottom: 62px;
    display: none;
}
.auth-popup__phone {
    margin-top: 0;
}
.auth-popup__header{
    font-family: "Montserrat Alternates";
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    margin: 0 -10px;
}

.main {
    background: url("../../../../../../local/templates/light_blue/assets/images/bg-element.svg") 0 190px no-repeat;
    position: relative;
}

main {
    position: relative;
    /* background-image: url("https://doctora.clinic/local/templates/light_blue/assets/images/Vector%20(1).svg");
    background-repeat: no-repeat; */
}

.main__img {
    position: absolute;
    top: 50px;
    right: -123px;
    height: 534px;
    z-index: -1;
    display: none;
}
.main__img2 {
    background-image: url("https://doctora.clinic/local/templates/light_blue/assets/images/Vector%20(1).svg");
    width: 499px;
    height: 549px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50px;
    right: -162px;
    /* background-position: 10px; */
    z-index: -1;
}

.head {
    padding-top: 84px;
    font-family: "Montserrat Alternates", sans-serif;
    display: flex;
}

.head__text {
    padding-right: 28px;
    margin-bottom: 0;
    z-index: 0;
}
.sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 27px;
    position: relative;
}
.sort-doctors {
    display: none;
    justify-content: initial;
    width: max-content;
}
.sort-doctors .sort-arrow {
    right: 7px;
    left: initial;
}
.sort > span {
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    font-family: "Ubuntu-Light";
    font-style: normal;
    margin-right: 16px;
    color: #000000;
}
.sort > select {
    padding: 10px 25px 10px 10px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 13px;
    line-height: 23px;
    font-family: "Ubuntu-Light";
    font-style: normal;
    color: #000000;
    border: 1px solid #8A8A8A;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    z-index: 0;
    background: transparent;
}
.sort-arrow {
    background: url(https://doctora.clinic/local/templates/light_blue/assets/images/select-arrow-grey.svg) no-repeat center;
    position: absolute;
    top: 7px;
    right: 12px;
    width: 15px;
    height: 33px;
    z-index: -1;
}
.head__text--top {
    font-family: "Montserrat Alternates-Bold", sans-serif;
    font-size: 65px;
    line-height: 79px;
}

.head__text--bottom {
    font-size: 60px;
    line-height: 67px;
}
.head img {
    margin-top: 7px;
    margin-left: 25px;
}
.statistics {
    padding-top: 117px;
}

.statistics__header {
    font-family: Montserrat Alternates, sans-serif;
    font-size: 25px;
    line-height: 35px;
}

.statistics__items {
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 43px;
}

.statistics__item {
    display: flex;
}

.statistics__item:not(:last-child) {
    /* padding-right: 45px; */
}

.statistics__icon {
    padding-right: 18px;
    padding-left: 3px;
}
.statistics__icon > img {
    width: 50px;
    height: 50px;
}
.statistics__item:nth-child(2) .statistics__icon {
    padding-left: 8px;
}

.statistics__item:nth-child(3) .statistics__icon {
    padding-left: 25px;
}

.statistics__item:nth-child(4) .statistics__icon {
    padding-left: 25px;
}
.statistics__number {
    font-family: "Montserrat Alternates", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 68px;
    color: var(--primary);
}

.statistics__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    margin-top: 4px;
}

.specializations{
    margin-top: 118px !important;
    margin-bottom: 121px;
}
.specializations.container:last-child {
    margin-top: 118px;
}
.specializations .nav-pills {
    padding-bottom: 54px;
}

.specializations .nav-link {
    font-size: 25px;
    line-height: 35px;
    color: #979797;
    border: 1px solid #9DD4B3;
    border-radius: 50px;
    font-family: "Montserrat Alternates-Bold", sans-serif;
}

.specializations .nav-pills .nav-link.active, .specializations .nav-pills .show > .nav-link{
    color: #000;
    background: none;

    color: #9DD4B3;
    /*-webkit-text-decoration-line: underline;*/
    /*        text-decoration-line: underline;*/
    /*padding: 8px;*/
}

.load_more {
    padding: 14px 23px;
    color: var(--primary);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.25em;
    border: 1px solid #98D7DC;
    border-radius: 5px;
    background-color: #fff;
    width: 225px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 75px;
}
.flex-block-js-bw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 75px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.container.flex-block-js-bw {
    padding: 0;
    margin-top: 55px;
    margin-bottom: 60px;
}
.sharding-block {
    justify-content: flex-end;
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.sharding-block-doctor-detail {
    justify-content: flex-start;
    margin-bottom: 43px !important;
}
.sharding-block-doctor-detail-ghost {
    display: none;
    margin-bottom: 0!important;
}
.sharding-block-doctor-detail .sharding-item-img {
    width: 32px;
    height: 32px;
}
.sharding-item {
    margin-right: 15px;
}
.sharding-item:last-child {
    margin-right: 0;
}
.sharding-item-link {
    display: block;
    cursor: pointer;
}
.review-custom-btn.review-custom-btn_custom {
    margin: 0;
    margin-top: 20px;
}
.review-custom-btn.review-custom-btn_custom:hover,.review-custom-btn.review-custom-btn_custom:focus,.review-custom-btn.review-custom-btn_custom:active {
    margin: 0;
    margin-top: 20px;
}

.specializations .load_more {
    padding: 14px 23px;
    color: var(--primary);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.25em;
    border: 1px solid #98D7DC;
    border-radius: 5px;
    background-color: #fff;
    width: 225px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.specializations .expand {
    display: none;
}

.specializations .col {
    width: 170px;
    margin-right: 40px;
}

.specializations .col__heading {
    font-family: 'Montserrat Alternates-Bold', sans-serif;
    font-size: 35px;
    line-height: 43px;
    color: #9DD4B3;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.specializations .col__list {
    list-style: none;
    padding-left: 0;
}

.specializations .col__item{
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    padding-top: 18px;
}

.specializations .col__item:hover{
    color: var(--primary);
    text-decoration: underline;
}

.footer {
    padding-top: 100px;
    padding-bottom: 85px;
    background: #313131;
    color: #fff;
}
.footer .logo img {
    max-width: 320px;
    margin-left: 5px;
}
.footer .nav__item {
    padding-left: 17px;
    padding-top: 0;
    padding-bottom: 30px;
}
.footer .nav__header {
    padding-left: 10px;
}
.footer__col-2 {
    padding-left: 26px;
}
.footer__col-3 {
    padding-left: 91px;
}
.footer__col-4 {
    padding-left: 58px;
}
.footer__col-5 {
    display: none;
}
.footer__col-2, .footer__col-3, .footer__col-4 {
    color: #E3EAEA;
}

.footer__contacts {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.footer__col-4 .two-column ul:first-child {
    margin-bottom: 0;
}
.footer__col-4 .two-column ul:last-child {
    padding-top: 0;
}
.contacts__line img {
    padding-right: 14px;
}

.contacts__phone {
    padding-top: 35px;
}

.contacts__phone, .contacts__social {
    padding-top: 30px;
}


.contacts__email {
    padding-top: 19px;
}

.politics {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    padding-top: 33px;
}
.politics > span {
    font-size: 13px;
    margin-top: 3px;
    line-height: 15px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300px;
}

.politics a {
    display: block;
}

.footer__col-1{
    /* min-width: 430px; */
}

.footer__col-2 .nav{
    flex-direction: column;
}

/*.footer__col-2 .nav__item:not(:first-child) {*/
    /*padding-left: 0;*/
    /*padding-top: 33px;*/
/*}*/

.col-header{
    font-size: 18px;
    line-height: 26px;
}

.col__block:nth-child(2){
    padding-top: 30px;
}

.col__block ul {
    padding-left: 17px;
    padding-top: 15px;
}
.footer .col__block ul {
    padding-left: 17px;
    padding-top: 15px;
}
.footer .col__block ul li {
    font-size: 15px;
    line-height: 1;
    padding: 6px 0 13px;
}
.col__block ul li{
    font-size: 15px;
    line-height: 2;
}

.footer .col__block:nth-child(2) {
    padding-top: 17px;
}



.full-screen__filter-bg {
    background-color: #F3F4EF;
}



/* Doctors page */
.result-filter .title-h2 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.options-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.sort-block {
    width: 100%;
    max-width: 498px;
}
.sort-block-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sort-block-list-item,.sort-block-list__select {
    padding: 10px 15px;
    background: transparent;
    border: 1px dashed #B4B4B4;
    border-radius: 5px;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
}
.sort-block-list-item {
    border: 1px solid #98D7DC;

}
.sort-block-list-item.active,.sort-block-list-item:hover {
    background: #98D7DC;
    border: 1px solid #98D7DC;
    cursor: pointer;
    color: #fff;
}
.sort-block-list-item.active a {
    cursor: pointer;
}
.sort-block-list__select {
    display: none;
    border: 1px solid #B4B4B4;
}
.calendar {
    padding: 10px 15px;
    background: #E3EAEA;
    border: 1px solid #E3EAEA;
    border-radius: 5px;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
}
.calendar > a {
    text-decoration: underline;
    display: block;
    margin-left: 4px;
}
.calendar:after {
    content: '';
    display: block;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/dashicons_arrow-down-alt2.svg);
}
.doctors-list {

}

.doctors-list-item {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 443px;
}
.doctors-list-item:last-child {
    margin-bottom: 0;
}
.doctors-list .flex-left {
    display: flex;
}
.doctors-list .flex-right {
    position: relative;
    background-image: url(../../../../../../local/templates/light_blue/assets/images/grey-bg.png);
    background-repeat: no-repeat;
    background-position-y: 103px;
    background-size: cover;
    max-width: 512px;
    width: 100%;
}
.doctors-list-item__img {
    max-width: 275px;
    max-height: 443px;
    width: 100%;
    height: 100%;
    position: relative;
    /*background: #E3EAEA;*/
}
.doctors-list-item__img img {
    width: 100%;
    height: 100%;
}
.doctors-list-item__img .doctors-list-item__img-none-photo,.doctors-list-item__img .doctors-list-item__img-photo {
    width: 275px;
    /* margin: 51px 37px 37px; */
    /* width: 100%; */
    height: 443px;
}
.doctors-list-item__img .doctors-list-item__img-none-photo {
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 192px;
    padding-top: 52px;
}
.doctors-list-item__img-info {
    position: absolute;
    background-color: #fff;
    max-width: 167px;
    width: 100%;
    bottom: 54px;
    left: 54px;
    padding: 16px;
}
.doctors-list-item__img-info-ratings {
    margin-bottom: 10px;
}
.doctors-list-item__img-info-ratings img {
    width: 16px;
    height: 16px;
}
.doctors-list-item__img-info-commend {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 0;
}
.doctors-list-item__img-info-commend a {
    text-decoration: underline;
}
.flex-left .doctors-list-item__description {
    padding: 40px 40px 25px 40px;
    position: relative;
    max-width: 379px;
    width: 100%;
    box-sizing: content-box;
}
.flex-right .doctors-list-item__description {
    padding: 40px 40px 25px 40px;
    max-width: 436px;
    box-sizing: content-box;
}
.doctors-list-item__description ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.doctors-list-item__description-position {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #9DD4B3;
    margin-bottom: 10px;
    font-weight: 600;
}
.doctors-list-item__description-title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 10px;
    max-width: 80%;
}
.doctors-list-item__description-exp {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 1px;
}
.doctors-list-item__description-degree {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 23px;
}
.doctors-list-item__description-price {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 2px;
}
.doctors-list-item__description-price span {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #8A8A8A;
    display: block;
    margin-bottom: 30px;
}
.doctors-list-item__description-phone {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
}

/*.doctors-list-item__description-phone span {*/
/*    !*font-family: "Ubuntu-Light";*!*/
/*    !*font-style: normal;*!*/
/*    !*font-weight: 300;*!*/
/*    !*font-size: 13px;*!*/
/*    !*line-height: 15px;*!*/
/*    !*color: #8A8A8A;*!*/
/*    !*display: block;*!*/
/*    !*margin-bottom: 2px;*!*/
/*    display: block;*/
/*    content: '';*/
/*    margin-left: 20px;*/
/*    width: 28px;*/
/*    height: 28px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/phone-ico-blue-new.svg);*/
/*    !*background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/phone-ico-blue.svg);*!*/
/*}*/
.doctors-list-item__description-counts {
font-family: "Ubuntu-Light";
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 15px;
color: #8A8A8A;
display: block;
margin-top: 24px;
display: flex;
align-items: center;
}
.doctors-list-item__description-counts::before {
content: '';
display: block;
background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/solid_check_green-unfilled.svg);
width: 16px;
height: 12px;
margin-right: 10px;
flex: none;
}

.doctors-list-item_timing {
font-family: "Ubuntu-Light";
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 24px;
color: #000000;
margin-bottom: 20px;
padding-left: 9px;
}
.doctors-list-item__description .doctors-list-item__days-list {
/*padding-left: 9px;*/
    margin-bottom: 27px;
}
.doctors-list-item__days-list-item {
    background: #98D7DC;
    border-radius: 5px;
    padding: 8px;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}
.doctors-list-item__days-list-item:last-child {
    margin-right: 0;
}
.doctors-list-item__days-list-item.active::before {
    content: '';
    display: block;
    width: 16px;
    height: 14px;
    position: absolute;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/bx_bxs-down-arrow.svg);
    bottom: -7px;
}
.doctors-list-item__description .doctors-list-item__worktimming-list {
    margin-bottom: 25px;
}
.doctors-list-item__worktimming-list-item {
    background: #E3EAEA;
    border: 1px solid #E3EAEA;
    border-radius: 5px;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-right: 6px;
    margin-bottom: 3px;
    cursor: pointer;
}
.doctors-list-item__worktimming-list-item a {
    display: block;
    padding: 4px 13px;
}
.doctors-list-item__days-list-item.not-worked {
    position: relative;
    color: #DBDBDB;
    border: 1px solid #DBDBDB;
    background: #fff;
}
.doctors-list-item__days-list-item.not-worked:hover:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/notworked-time.svg);
    width: 160px;
    height: 47px;
}
.doctors-list-item__worktimming-list-item.pass, .choosing-time_block-list-item.pass, .doctors-list-item__days-list-item.pass  {
    color: #DBDBDB;
    border: 1px solid #DBDBDB;
    background: transparent;
    position: relative;
    cursor: default;
}
.pass.slick-slide.slick-active.active {
    background: transparent;
    color: #DBDBDB;
    border: 1px solid #DBDBDB;
    cursor: pointer;
}
.doctors-list-item__worktimming-list-item.pass:hover:before, .choosing-time_block-list-item.pass:hover:before, .doctors-list-item__days-list-item.pass:hover:before  {
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/passed-time-white.svg);
    width: 107px;
    height: 47px;
    cursor: default;
}
.doctors-list-item__worktimming-list-item.closed {
    color: #98D7DC;
    border: 1px solid #98D7DC;
    background: transparent;
    position: relative;
}
.doctors-list-item__worktimming-list-item.closed a {
    cursor: default;
}
.main-seo-text p {
    text-align: justify;
}
.doctors-list-item__worktimming-list-item.closed:hover:before {
    content: '';
    position: absolute;
    width: 131px;
    height: 47px;
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/closed-time.svg);
    top: -45px;
    left: 0;
    cursor: default;
}
.doctors-list-item__clinic-name {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}
.doctors-list-item__clinic-adress {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.doctors-list-item__metro-list {
    margin-bottom: 43px !important;
    position: relative;
}
.doctors-list-item_metro-list-item {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.doctors-list-item_metro-list-item::before {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    margin-right: 10px;
}
.metro1::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/Spb_metro_logo_1.svg);
}
.doctors-list-item_options {
    justify-content: space-between;
}
.doctors-list-item_options-list-item {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    /* margin-right: 20px; */
    display: flex;
    align-items: center;
}
.doctors-list-item_options-list-item::before {
    content: '';
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/fa-solid_check-green.svg);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.doctors-list-item-favorites {
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/bx_bx-heart.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 44px;
    right: 27px;
    transition: 0.3s;
    cursor: pointer;
}
.doctors-list-item-favorites.active {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/bx_bx-heart-red.svg);
}
.doctors-list-item-favorites:hover {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/bx_bx-heart-red.svg);
}

.doctor-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.doctor-pagination_show-more button {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.25em;
    color: #98D7DC;
    padding: 15px 25px;
    border: 1px solid #98D7DC;
    border-radius: 5px;
    background: transparent;
    transition: 0.3s;
    outline: none;
}
.doctor-pagination_show-more button:hover {
    background:#98D7DC;
    color: #fff;
}
.doctor-pagination_show-more button:active {
    background:#88C1C6;
}
.doctor-pagination_block {
    width: 491px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}
.doctor-pagination_block__arrows {
    display: block;
    width: 24px;
    height: 24px;
}
.doctor-pagination_block__arrows.arrow-left {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/bx_bx-left-arrow.svg);
}
.doctor-pagination_block__arrows.arrow-right {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/bx_bx-right-arrow.svg);
}
.container-50-flexbasis {
    flex-basis: 50%;
}
.container-100-flexbasis {
    flex-basis: 100%;

}
.container-100-flexbasis.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row-container {
    margin-top: 10px;
}
.adress-fix-list .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row {
    flex-wrap: wrap;
}
.doctor-pagination_block-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 349px;
}
.doctor-pagination_block-list-item {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.doctor-pagination_block-list-item.active {
    background: #98D7DC;
    color: #fff;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.doctors-lastfeedback {
    margin-top: 60px;
    margin-bottom: 215px;
}
.doctors-lastfeedback .slick-prev, .doctors-lastfeedback .slick-next {
    width: 65px;
    height: 65px;
    background: #E3EAEA;
    border-radius: 5px;
    bottom: -140px;
    top: initial;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doctors-lastfeedback .slick-next {
    left: 75px;
}
.doctors-lastfeedback .slick-prev:before, .doctors-lastfeedback .slick-next:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.doctors-lastfeedback .slick-next:before {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/slider-arrow-next-green.svg);
}
.doctors-lastfeedback .slick-prev:before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/slider-arrow-prev-green.svg);
}
.doctors-lastfeedback .title-h2 {
    margin-bottom: 60px;
}
.doctors-lastfeedback-list {

}
.doctors-lastfeedback-list-item {
    flex-basis: 25%;
}
.doctors-lastfeedback-list-item__doctor-info {
    display: flex;
    align-items: center;
    max-width: 275px;
}
.doctors-lastfeedback-list-item__doctor-info__photo{
    width: 45px;
    height: 76px;
    background: #E3EAEA;
}
.doctors-lastfeedback-list-item__doctor-info__content {
    margin-left: 20px;
}
.doctors-lastfeedback-list-item__doctor-info__content__name {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 5px;
}
.doctors-lastfeedback-list-item__doctor-info__content__counts {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #98D7DC;
    margin: 0;
}
.doctors-lastfeedback-list-item__from {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #AAAAAA;
    margin-top: 16px;
    margin-bottom: 10px;
    max-width: 275px;
}
.doctors-lastfeedback-list-item__feedback {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    max-width: 275px;
}

/* doctor-card */

.doctor-card .doctor-card-location-map {
    bottom: 43px;
    z-index: 1;
}

.doctor-card {
    /* margin-top: 30px; */
    margin-bottom: 80px;
}
.doctor-card {
    display: flex;
    justify-content: space-between;
}

.doctor-card .flex-left {
    display: flex;
    flex-direction: column;
    max-width: 695px;
    width: 100%;
}
.doctor-card .flex-right {
    position: relative;
    max-width: 485px;
    width: 100%;
}
.doctor-card-top-content {
    display: flex;
    position: relative;
}
.doctor-card__img {
    position: relative;
    background: #E3EAEA;
    max-width: 275px;
    width: 100%;
}
/* .doctor-card__img.doctor-card-img {
    display: flex;
    align-items: flex-end;
} */
.doctor-card__img .doctors-list-item__img-none-photo {
    width: 275px;
    /* margin: 51px 37px 37px; */
    /* width: 100%; */
    height: 443px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 192px;
    padding-top: 52px;
}
.doctor-card__img-info {
    position: absolute;
    background-color: #fff;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doctor-card__img-info > a {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    width: 48px;
    height: 48px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.doctor-card__img-info > a:last-child {
    margin-right: 0;
}
.doctor-card__img-info > a:hover {
    box-shadow: none;
}
.doctor-card__img-info > a > img {
    width: 32px;
    height: 32px;
}
.doctor-card__img-link {
    /* display: block; */
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.doctor-card__img-photo {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
}
.flex-left .doctor-card__description {
    padding-left: 40px;
    position: relative;
    max-width: 379px;
    box-sizing: content-box;
}
.flex-right .doctor-card__description {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    max-width: 436px;
    box-sizing: content-box;
}
.doctor-card__description ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.doctor-card__description-position {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;

    color: #9DD4B3;
    margin-bottom: 10px;
}
.doctor-card__description-title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 10px;
    max-width: 99%;
}
.doctor-card__description-exp {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 1px;
}
.doctor-card__description-degree {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 23px;
}
.doctor-card__description-price {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 2px;
}
.doctor-card__description-price span {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    display: block;
    margin-bottom: 20px;
}
.doctor-card__description-phone {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
}
.doctor-card__description-phone span {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    display: block;
    margin-bottom: 2px;
}
.doctor-card__clinic-name {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 20px;
}
.doctor-card__clinic-adress {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.doctor-card__metro-list {
    margin-bottom: 20px !important;
    position: relative;
    flex-direction: column;
    font-family: 'Ubuntu-Light';
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    padding-left: 0;
}
.clinic-card-item .clone-adapt {
    display: none;
}
.clinic-card .main-filter {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 29px;
}
.clinic-card__metro-list {
    position: relative;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0 !important;
}
.clinic-card_metro-list-item {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.clinic-card_metro-list-item {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.clinic-card_metro-list-item::before {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    margin-right: 10px;
}
.doctor-card_metro-list-item {
    display: flex;
    align-items: center;
}
.doctor-card_metro-list-item::before {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    margin-right: 10px;
}
.metro2::before {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/Spb_metro_logo_2.svg);
}
.metro3::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/Spb_metro_logo_3.svg);
}
.doctor-card-favorites {
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/bx_bx-heart.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: 0.3s;
    cursor: pointer;
}
.doctor-card-favorites.active {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/bx_bx-heart-red.svg);
}
.doctor-card-favorites:hover {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/bx_bx-heart-red.svg);
}
.doctor-card-location-map {
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/location-map.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
a.doctor-card__metro-list-show_more , a.go-to {
    color: #32B4C3;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}
a.doctor-card__metro-list-show_more:hover , a.go-to:hover{
    text-decoration: none;
    color: #32B4C3;
}
.doctor-card-popUp-group {
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
}
.doctor-card-popUp-group__reception {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    max-width: 273px;
    width: 100%;
    height: 60px;
    background: #98D7DC;
    border: 2px solid #98D7DC;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}
.doctor-card-popUp-group__reception:hover {
    background: transparent;
}
.doctor-card-popUp-group__reception::before {
    content: '';
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/reception.svg);
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.doctor-card-popUp-group__call {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    max-width: 378px;
    width: 100%;
    height: 60px;
    background: #E3EAEA;
    border: 2px solid #E3EAEA;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}
.doctor-card-popUp-group__call:hover {
    background: transparent;
}
.doctor-card-popUp-group__call::before {
    content: '';
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/call.svg);
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.flex-right .doctor-card-top-content {
    display: flex;
    flex-direction: column;
    min-height: 516px;
    margin-bottom: 40px;
}
.flex-left .doctor-card-top-content{
    min-height: 516px;
}
.doctor-card__img-info-ratings {
    margin-bottom: 10px;
    margin-bottom: 20px;
}
.doctor-card__img-info-ratings img {
    width: 24px;
    height: 24px;
}
.doctor-card__img-info-commend {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.doctor-card__img-info-commend a {
    color: #32B4C3;
    display: block;
    margin-bottom: 20px;
}
.commend-logo {
    background-image: url("../../../../../../local/templates/light_blue/assets/images/commend-logo-new.svg");
    flex: none;
    flex: none;
    display: inline-block;
    width: 118px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 27px;
    margin-left: 10px;
    /*margin-bottom: -6px;*/
}
.doctor-card_options-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 20px;
}
.doctor-card_options-list-item {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.doctor-card_options-list-item::before {
    content: '';
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/fa-solid_check-green.svg);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.doctor-card__position-desc {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.doctor-card__metro-list-show_more , a.go-to {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #32B4C3;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
            text-decoration-style: dashed;
    -webkit-text-decoration-color: #32B4C3;
            text-decoration-color: #32B4C3;
}
.doctor-card__metro-list-show_more:hover , a.go-to:hover {
    border: transparent;
}
.doctor-card-popUp-group__route {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #9DD4B3 !important;
    max-width: 380px;
    width: 100%;
    height: 58px;
    border-radius: 5px;
    border: 2px dashed #9DD4B3;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}
.doctor-card-popUp-group__route:hover {
    color: #32B4C3 !important;
}
.clinic-card-img-ghost {
    display: none;
}
.doctor-card-popUp-group__route::before {
    content: '';
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/route-new.svg);
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.doctor-card-popUp-group__route span {
    /* padding: 4px;
    border-bottom: 1px dashed; */
    color: #9DD4B3;

}
.doctor-card .flex-left .doctor-card-popUp-group__route {
    display: none;
}
.doctor-card-top-content .title-h3 {
    margin-bottom: 20px;
}
.doctor-card .flex-left > .doctor-card__description__adapt {
    display: none;
}
/* choosing time */

.choosing-time_block {
    /* display: flex; */
    align-items: center;
    width: 820px;
    justify-content: space-between;
    margin-bottom: 40px;
}
.choosing-time_block .slick-list {
    padding-top: 44px;
}
.choosing-time_block .slick-prev, .choosing-time_block .slick-next {
    position: static;
    padding-top: 78px;
}
.choosing-time_block .slick-prev {
    margin-right: 20px;
}
.choosing-time_block .slick-next {
    margin-left: 5px;
}
.choosing-time_block .slick-prev:before, .choosing-time_block .slick-next:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.choosing-time_block .slick-next:before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/bx_bx-right-arrow.svg);
}
.choosing-time_block .slick-prev:before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/bx_bx-left-arrow.svg);
}
.choosing-time_block-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: flex-end;
}
.choosing-time_block-list-item {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    color: #98D7DC;
    padding: 10px 23px;
    border: 1px solid #98D7DC;
    border-radius: 5px;
    margin-right: 15px;
    padding: 10px 23px;
    transition: 0.3s;
    cursor: pointer;
}
.choosing-time_block-list-item:last-child {
    margin-right: 0;
}
.choosing-time_block-list-item.active {
    color: #FFFFFF;
    background: #98D7DC;
}
.choosing-time_block-list-item.not-worked {
    position: relative;
    color: #DBDBDB;
    border: 1px solid #DBDBDB;
    background: #fff;
}
.choosing-time_block-list-item.not-worked:hover:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/notworked-time.svg);
    width: 160px;
    height: 47px;
}
.choosing-time_block__arrows {
    display: block;
    width: 24px;
    height: 24px;
}
.choosing-time_block__arrows.arrow-left {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/bx_bx-left-arrow.svg);
}
.choosing-time_block__arrows.arrow-right {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/bx_bx-right-arrow.svg);
}
.choosing-time__worktimming-list {
    display: flex;
    align-items: center;
    width: 698px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
.choosing-time__worktimming-list-item {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    background: #E3EAEA;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #E3EAEA;
    cursor: pointer;
}
.choosing-time__worktimming-list-item a, .choosing-time__worktimming-list-item span{
    display: block;
    padding: 4px 13px;
}
.choosing-time__worktimming-list-item.pass {
    color: #DBDBDB;
    border: 1px solid #DBDBDB;
    background: transparent;
    position: relative;
    cursor: default;
}
.choosing-time__worktimming-list-item.closed {
    color: #98D7DC;
    border: 1px solid #98D7DC;
    background: transparent;
    position: relative;
    cursor: default;
}
.choosing-time__worktimming-list-item.closed a ,.choosing-time__worktimming-list-item.pass a {
    cursor: default;
}
.choosing-time__worktimming-list-item.pass:hover:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/passed-time-white.svg);
    width: 107px;
    height: 47px;
    cursor: default;
}
.choosing-time__worktimming-list-item.closed:hover:before {
    content: '';
    position: absolute;
    width: 131px;
    height: 47px;
    display: block;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/closed-time.svg);
    top: -45px;
    left: 0;
    cursor: default;
}
.choosing-time .title-h3 {
    margin-bottom: 0;
}


/*checked-feedback*/

.checked-feedback .title-h2 {
    margin-bottom: 37px;
}
.checked-feedback {
    margin-top: 60px;
    margin-bottom: 215px;
}
.checked-feedback .slick-prev, .checked-feedback .slick-next {
    width: 65px;
    height: 65px;
    background: #E3EAEA;
    border-radius: 5px;
    bottom: -140px;
    top: initial;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checked-feedback .slick-next {
    left: 75px;
}
.checked-feedback .slick-prev:before, .checked-feedback .slick-next:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.checked-feedback .slick-next:before {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/slider-arrow-next-green.svg);
}
.checked-feedback .slick-prev:before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/slider-arrow-prev-green.svg);
}
.checked-feedback-list {

}
.checked-feedback-list-item {
    flex-basis: 25%;
}
.checked-feedback-list-item__doctor-info {
    display: flex;
    max-width: 275px;
    flex-direction: column;
}
.checked-feedback-list-item__img-info-ratings {
    display: flex !important;
    align-items: center;
}
.checked-feedback-list-item__img-info-ratings img {
    width: 16px;
    height: 16px;
}
.checked-feedback-list-item__img-info-ratings span {
    margin-left: 10px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.checked-feedback-list-item__from {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #AAAAAA;
    margin-top: 16px;
    margin-bottom: 10px;
    max-width: 275px;
}
.checked-feedback-list-item__from span {
    display: block;
}
.checked-feedback-list-item__feedback {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    max-width: 275px;
}

/* spec-info */
.spec-info .title-h2 {
    margin-bottom: 40px;
}
.spec-info-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.spec-info-block .title-h3 {
    color: #98D7DC;
    margin-bottom: 20px;
    max-width: 290px;
}
.spec-info-block__education-list .title-h3, .spec-info-block__exp-list .title-h3 {
    margin-bottom: 40px;
}
.spec-info-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-basis: 30%;
}
.spec-info-block__spec-list {
    flex-basis: 33% !important;
}
.spec-info-block__spec-list ul {
    display: flex;
    flex-wrap: wrap;
}
.spec-info-block__spec-list__title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.spec-info-block__spec-list-item  {
    margin-right: 10px;
    margin-bottom: 10px;
}
.spec-info-block__spec-list-item  a {
    color: #32B4C3;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    padding: 5px 10px;
    border: 1px solid #32B4C3;
    border-radius: 5px;
    display: inline-block;
}
.spec-info-block__spec-list-item  a:hover {
    background: #32B4C3;
    color: #FFFFFF;
}
.spec-info-block__education-list ol, .spec-info-block__exp-list ol {
    list-style: none;
    padding: 0;
}
.spec-info-block__education-list ol li, .spec-info-block__exp-list ol li {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: flex;
    margin-bottom: 30px;
}
.spec-info-block__education-list ol li:last-child, .spec-info-block__exp-list ol li:last-child {
    margin-bottom: 0;
}
.spec-info-block__education-list ol li span , .spec-info-block__exp-list ol li span {
    display: block;
    line-height: 17px;
    margin-right: 24px;
    width: 39px;
    font-family: "Ubuntu";
}

/* spec-list */
.spec-list .title-h2 {
    margin-bottom: 37px;
}
.spec-list .flex-between {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.spec-list-list {
    padding: 0;
    max-width: 565px;
    margin-bottom: 0;
}
.spec-list-list li {
    margin-left: 20px;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.spec-list-list li:last-child {
    margin-bottom: 0;
}
.spec-list-list__title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 20px;
}
/* 404-page */
.container.page-404 {
    text-align: center;
    margin-top: 105px;
    margin-bottom: 234px;
    max-width: 696px;
}
.page-404 .page-404__accent-text {
    display: block;
    font-family: "Montserrat Alternates";
    font-style: normal;
    font-weight: normal;
    font-size: 100px;
    line-height: 80px;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 40px;
}
.page-404 .page-404__desc {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #8A8A8A;
    margin-bottom: 60px;
}
.page-404 .page-404__toHome {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    background: #9DD4B3;
    border-radius: 5px;
    padding: 20px;
    display: block;
    width: 308px;
    margin: 0 auto;
    transition: 0.3s;
    border: 2px solid #9DD4B3;
}
.page-404 .page-404__toHome:hover {
    background: transparent;
    color:#9DD4B3;
}

/* services-list */
.services-list {
    margin-bottom: 120px;
}

.services-list .title-h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.services-list .sort-block {
    margin-bottom: 20px;
}
.services-list .sort-block-list {
    justify-content: initial;
}
.services-list .sort-block-list-item {
    margin-right: 10px;
    cursor: pointer;
}
.services-list-item {
    margin-bottom: 30px;
}
.services-list-item:last-child {
    margin-bottom: 0;
}
.services-list-item .title-h3 {
    margin-bottom: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.services-list-item__count {
    display: block;
    margin-left: 10px;
    color: #32B4C3;
}
.services-list-item__list {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.services-list-item__list li {
    margin-right: 10px;
    margin-bottom: 10px;

}
.services-list-item__list li a {
    color: #32B4C3;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    padding: 5px 10px;
    border: 1px solid #32B4C3;
    border-radius: 5px;
    display: inline-block;
}
.services-list-item__list li a:hover {
    background: #32B4C3;
    color: #FFFFFF;
}
.services-list-item__list li a:active {
    background: #29A2B0;
}
.services-list__show-more {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #98D7DC;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
            text-decoration-style: dashed;
    -webkit-text-decoration-color: #32B4C3;
            text-decoration-color: #32B4C3;
    margin-top: 10px;
    display: block;
}
.services-list__show-more:hover {
    color: #98D7DC;
}



/* popup-group */
.mess-popup__header {
    font-family: "Montserrat Alternates-Bold";
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
    margin-top: 80px;
}
.message-to-doctor textarea, .message-to-doctor input {
    color: #000000;
    padding: 13px 15px;
    margin: 0 auto;
    max-width: 396px;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    font-family: "Ubunt-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}
.message-to-doctor textarea {
    border: 2px solid #9DD4B3;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: unset;
    resize: none;
    height: 150px;
    font-family: "Ubunt-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.mess-popup__desc  {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    /*margin-bottom: 40px;*/
    max-width: 396px;
}
.mess-popup__desc a {
    color: #98D7DC;
    text-decoration: underline;
}

.send {
    padding: 12px 20px;
    width: 222px;
    height: 45px;
    outline: none;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.send:hover {
    background: #ACE4C3;
}
.send:active {
    background: #8CCAA5;
}

.reception-popup .doctors-list,.call-popup .doctors-list, .message-to-doctor {
    margin-top: 0;
    min-height: 692px;
}
.reception-popup .flex-content, .call-popup .flex-content {
    background: #F8F8F8;
    max-width: 551px;
    width: 100%;
}
.reception-popup .doctors-list .flex-left,.call-popup .doctors-list .flex-left {
    /* margin-bottom: 90px; */
}
.call-popup .flex-left,.reception-popup .flex-left {
    flex-direction: row;
}
.call-popup .doctors-list-item,.reception-popup .doctors-list-item {
    height: 100%;
}
.message-to-doctor, .message-to-doctor > div > form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reception-popup .logo, .call-popup .logo {
    display: block;
    margin-left: 60px;
    margin-top: 60px;
    margin-bottom: 70px;
}
.reception-popup .logo img, .call-popup .logo img {
    width: 288px;
}
.reception-popup .logo .title-h2.tablet-title, .call-popup .logo .title-h2.tablet-title {
    display: none;
}
.reception-popup .flex-left .doctors-list-item__description .title-h2.mobile-title, .call-popup .flex-left .doctors-list-item__description .title-h2.mobile-title {
    display: none;
}
.clinic-card .reception-popup .title-h2, .clinic-card .call-popup .title-h2 {
    margin-bottom: 74px;
    margin-top: 0;
}
.reception-popup .flex-left .doctors-list-item__description, .call-popup .flex-left .doctors-list-item__description {
    padding-top: 0;
}
.reception-popup .doctor-card__metro-list, .call-popup .doctor-card__metro-list {
    margin-bottom: 0 !important;
}
.reception-popup .doctors-list-item__description-title, .call-popup .doctors-list-item__description-title {
    font-size: 18px;
    line-height: 26px;
}
.reception-popup .doctors-list .flex-right , .call-popup .doctors-list .flex-right{
    background-image: none;
    margin-top: 66px;
    padding-right: 60px;
    padding-left: 40px;
    padding-bottom: 60px;
    max-width: 649px;
    width: 100%;
    background-color: #fff;
}
.reception-popup .close, .call-popup .close, .mess-popup .close {
    top: 66px;
    right: 60px;
    background-size: 33px 33px;
    width: 42px;
    height: 42px;
}
.reception-popup .title-h2, .call-popup .title-h2 {
    margin-bottom: 74px;
}
.reception-popup .doctors-list-item__img .doctors-list-item__img-none-photo, .reception-popup .doctors-list-item__img .doctors-list-item__img-photo, .call-popup .doctors-list-item__img .doctors-list-item__img-none-photo, .call-popup .doctors-list-item__img .doctors-list-item__img-photo {
    height: 420px;
}
.reception-popup .doctors-list-item__img, .call-popup .doctors-list-item__img {
    margin-bottom: 90px;
}
.reception-popup .doctors-list-item__img-info, .call-popup .doctors-list-item__img-info {
    bottom: 50px;
    left: 54px;
}
.reception-select-group {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.reception-select-group:last-child {
    margin-top: 20px;
}
.reception-select-group label {
    display: block;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #7A7A7A;
    margin-bottom: 0;
}
.reception-select-group select , .reception-select-group input {
    min-width: 260px;
    border: 2px solid #9DD4B3;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 12px 20px 11px 15px;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    outline: none;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 10px;
}
.reception-select-group input {
    width: 100%;
}
.reception-select-group .reception-select-group__left {
    margin-right: 29px;
}
.reception-select-group > div:not(.reception-select-group__left) ,.reception-select-group > div:not(.reception-select-group__right) {
    width: 100%;
}
.reception-select-group select[name="clinic"] {
    /* width: 98%; */
}
.reception-select-group__desc {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    max-width: 260px;
    margin-bottom: 0;
}
.reception-select-group__desc a {
    text-decoration: underline;
    color: #32B4C3;
}
.reception-select-group__desc a:hover {
    color:#32B4C3;
    text-decoration: none;
}
.reception-select-group button {
    min-width: 260px;
    outline: none;
    cursor: pointer;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #FFFFFF;
    padding: 15px 50px;
    background: #98D7DC;
    border-radius: 5px;
    border: 2px solid #98D7DC;
}
.reception-select-group button:hover {
    color: #98D7DC;
    background: transparent;
}
.reception-select-group button:active {

}


/*clinincs-card */
.clinic-card-item {
    display: flex;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    padding: 40px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.clinic-card .title-h2 {
    margin-top: 20px;
    margin-bottom: 27px;
}
.clinic-card .title-h2:first-letter {
    text-transform: capitalize;
}
.clinic-card-img, .clinic-card-img-detail {
    text-align: center;
    margin-right: 40px;
}
.clinic-card-img__img img {
    width: 100%;
}
.clinic-card-img-detail__img img {
    width: 100%;
    height: 100%;
}
.clinic-card-img-detail {
    margin-right: 40px;
}
.clinic-card-img__img, .clinic-card-img-detail__img {
    width: 153px;
    height: 153px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.clinic-card-img-detail__img img {
    width: 100%;
    height: 100%;
}
.clinic-card-img__ratings, .clinic-card-img-detail__ratings {
    margin-bottom: 20px;
}
.clinic-card-img__ratings img, .clinic-card-img-detail__ratings img {
    width: 16px;
    height: 16px;
}
.clinic-card-img__link, .clinic-card-img-detail__link {
    display: block;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #98D7DC;
}
.clinic-card-img__link:hover , .clinic-card-img-detail__link:hover {
    color: #98D7DC;
}
.clinic-card-desc {
    position: relative;
    flex-basis: 53.5%;
    margin-right: 25px;
}
.clinic-card-desc .doctor-card-location-map {
    top:0;
    cursor: pointer;
}
.clinic-card-desc__clinic-name {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 10px;
    max-width: 80%;
}
.clinic-card-desc__price {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}
.clinic-card-desc__about {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
}
.clinic-card-desc__clinic-doctors-title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 20px;
}
.clinic-card-desc__result-filter {
}
.clinic-card-desc__result-filter, .clinic-card-desc__spec-list {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.clinic-card-desc__result-filter li, .clinic-card-desc__spec-list li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.clinic-card-desc__result-filter li a, .clinic-card-desc__spec-list li a {
    color: #32B4C3;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    padding: 5px 10px;
    border: 1px solid #32B4C3;
    border-radius: 5px;
    display: inline-block;
}
.clinic-card-desc__result-filter li a:first-letter , .clinic-card-desc__spec-list li a:first-letter {
    text-transform: uppercase;
}
.clinic-card-desc__result-filter li a:hover, .clinic-card-desc__spec-list li a:hover {
    background: #32B4C3;
    color: #FFFFFF;
}
.clinic-card-desc__result-filter li a:active , .clinic-card-desc__spec-list li a:active {
    background: #29A2B0;
}
.clinic-card-info {
    flex-basis: 24.5%;
}
.clinic-card-info__block {
    margin-bottom: 20px;
}
.clinic-card-info__title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.clinic-card-info__title::before {
    display: block;
    content: '';
    margin-right: 8px;
    width: 26px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.clinic-card-info__title.map::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/map-ico-red.svg);

}
.clinic-card-info__title.contacts-phone::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/phone-ico-blue.svg);
}
.clinic-card-info__title.time::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/time-ico-blue.svg);
}
.clinic-card-info__block span {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: block;
    padding-left: 36px;
}
.clinic-card-info .doctors-list-item_options-list {
    padding: 0;
}
.clinic-card-info .doctors-list-item_options-list-item {
    margin-right: 0;
    margin-bottom: 12px;
    line-height: 24px;
}
.clinic-card-info .doctors-list-item_options-list-item::before {
    margin-right: 10px;
    margin-left: 5px;
}
.clinic-card-info .doctor-card-popUp-group__route {
    width: initial;
    border: none;
    color: #9DD4B3;
}
.clinic-card-info .doctor-card-popUp-group__route span {
   border-bottom: 1px dashed #9DD4B3;
}
.clinic-card-info .doctor-card-popUp-group__route:hover span {
    border-bottom: 1px dashed transparent;
}
.clinic-card-desc-detail {
    position: relative;
    width: 947px;
}
.clinic-card-info-detail {
    margin-top: 15px;
}
.clinic-card-info-detail .grey-block {
    display: flex;
    justify-content: space-between;
}
.clinic-card-info-detail__block {
    max-width: 226px;
}
.clinic-card-info-detail__title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 5px;
}
.clinic-card-info-detail__title::before {
    display: block;
    content: '';
    margin-right: 10px;
    width: 26px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.clinic-card-info-detail__title.map::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/map-ico-red.svg);

}
.clinic-card-info-detail__title.contacts-phone::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/phone-ico-blue.svg);
}
.clinic-card-info-detail__title.time::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/time-ico-blue.svg);
}
.clinic-card-info-detail__block span {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: block;
    padding-left: 36px;
}
.clinic-card-info-detail .doctors-list-item_options-list {
    padding: 0;
    margin-bottom: 0;
}
.clinic-card-info-detail .doctors-list-item_options-list-item {
    margin-right: 0;
    margin-bottom: 12px;
    line-height: 24px;
}
.clinic-card-info-detail .doctors-list-item_options-list-item:last-child {
    margin-bottom: 0;
}
.clinic-card-info-detail .doctors-list-item_options-list-item::before {
    margin-right: 15px;
}
.clinic-card-desc-detail .doctor-card-popUp-group__route {
    width: initial;
    border: none;
    color: #9DD4B3;
}

.clinic-card-desc-detail .doctor-card-popUp-group {
    margin-top: 0;
}
.clinic-card-desc-detail .doctor-card-location-map {
    top: 0;
}
.doctor-card__description__adapt .doctor-card-location-map {
    display: none;
}
.clinic-card .load_more {
    padding: 15px 25px;
    color: var(--primary);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.25em;
    border: 1px solid #98D7DC;
    border-radius: 5px;
    background-color: #fff;
    width: 225px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 40px;
}


/*personal-cabinet*/

.personal-cabinet {
    margin: 134px 40px 60px;
    background: #F3F4EF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
}
.personal-cabinet-menu {
    background: #fff;
    padding: 30px;
    min-width: 360px;
    max-width: 360px;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.personal-cabinet-menu__list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.personal-cabinet-menu__list-item {
    margin-bottom: 30px;
    position: relative;
}
.personal-cabinet-menu__list-item > a {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.personal-cabinet-menu__list-item.unactive {
    color: #8A8A8A;
}
.personal-cabinet-menu__list-item.active {
    color:#000;
}
.personal-cabinet-menu__list-item.active::before {
    background: #32B4C3;
    width: 5px;
    height: 100%;
    position: absolute;
    right: -30px;
    content: '';
    transition: 0.3s;
}
.personal-cabinet-menu__list-item:last-child {

}
.personal-cabinet-menu__icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
    transition: 0.3s;
    flex:none;
}
.bx_filter .main-filter .bx_filter_select_text {
    color: rgba(33,37,41,0.65);
}
.icon-clinic.unactive {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon1-un.svg);
}
.icon-clinic.active {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon1.svg);
}
.icon-schedule.unactive {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon2-un.svg);
}
.icon-schedule.active {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/menu-icon2.svg);
}
.icon-doctor.unactive {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon3-un.svg);
}
.icon-doctor.active {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/menu-icon3.svg);
}
.icon-price.unactive {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon4-un.svg);
}
.icon-price.active {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon4.svg);
}
.icon-doc.unactive {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon5-un.svg);
}
.icon-doc.active {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon5.svg);
}
.icon-feedback.unactive {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon6-un.svg);
}
.icon-feedback.active {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon6.svg);
}
.icon-adv.unactive {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon7-un.svg);
}
.icon-adv.active {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/menu-icon7.svg);
}
.icon-wid.unactive {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon8-un.svg);
}
.icon-wid.active {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/menu-icon8.svg);
}
.personal-cabinet-menu__desc {

}
.personal-cabinet-menu__desc h5 {
    font-family: "Montserrat Alternates";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.personal-cabinet-menu__desc span {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    display: block;
}
.personal-cabinet-menu__manager {
    color:#000;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.personal-cabinet-menu__manager__photo {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.personal-cabinet-menu__manager__desc {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}
.personal-cabinet-menu__manager__name {
    margin-bottom: 5px;
    font-family: "Montserrat Alternates";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}
.personal-cabinet-menu__manager__phone {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}
.personal-cabinet-menu__manager__social {
    margin-bottom: 5px;
}
.personal-cabinet-menu__manager__social a {
    margin-right: 15px;
}
.personal-cabinet-menu__manager__social a:last-child {
    margin-right: 0px;
}
.personal-cabinet-menu__manager__email {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #32B4C3;
    cursor: pointer;
}
.personal-cabinet-menu__manager__email:hover {
    color: #32B4C3;

}
.personal-cabinet-content__my-profile , .personal-cabinet-content__schedule-page, .personal-cabinet-content__doctors-page , .personal-cabinet-content__price-page {
    padding: 30px 30px 60px;
    max-width: 1480px;
}
.personal-cabinet-content__my-profile .title-h2 , .personal-cabinet-content__schedule-page .title-h2 , .personal-cabinet-content__doctors-page .title-h2 , .personal-cabinet-content__price-page .title-h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.personal-cabinet-content__my-profile__info {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: flex;
}
.personal-cabinet-content__my-profile__info-form {
    margin-right: 30px;
    flex-basis: 44.5%;
}
.personal-cabinet-content__my-profile__info-form , .personal-cabinet-content__my-profile__info-desc, .personal-cabinet-content__my-profile__services {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.personal-cabinet-content__my-profile__info-form > ul, .personal-cabinet-content__my-profile__info-desc > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.personal-cabinet-content__my-profile__info-form > ul > li, .personal-cabinet-content__my-profile__info-desc > ul > li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.personal-cabinet-content__my-profile__info-form > ul > li:last-child, .personal-cabinet-content__my-profile__info-desc > ul > li:last-child {
    margin-bottom: 0;
}
.personal-cabinet-content__my-profile__info-form > ul > li > a {
    color: #32B4C3;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.personal-cabinet-content__my-profile__info-form > ul > li > a:hover {
    text-decoration: none;
}
.personal-cabinet-content__my-profile__info-form > ul > li > label {
    min-width: 155px;
    margin-right: 23px;
    margin-bottom: 0;
}
.personal-cabinet-content__my-profile__info-form > ul > li > p , .personal-cabinet-content__my-profile__info-desc > ul > li > p {
    margin-bottom: 0;
}
.personal-cabinet-content__my-profile__info-form > ul > li > input {
    width: 100%;
    height: 40px;
    outline: none;
}
.checkbox-group input[type=checkbox],.checkbox-group input[type=radio] {
    display: none;
}
.radio-group-column {
    flex-direction: column;
}
.bx_filter_input_radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}
.bx_filter_input_radio .bx_filter_param_text {
    display: block;
    padding: 10px 15px;
    border: 1px dashed #9DD4B3;
    border-radius: 5px;
    margin-left: 0;
    width: 100%;
}
.personal-cabinet-content__schedule-page__block .radio-group > li {
    margin-bottom: 15px;
    margin-right: 0;
}
.personal-cabinet-content__schedule-page__block .radio-group.radio-group-column {
    margin-top: 15px;
}
.radio-group.radio-group-column > li > label {
    width: 100%;
}
.radio-group .bx_filter_input_radio .checkbox {
    border-radius: 50%;
    display: none;
}
.radio-group input:checked ~ .bx_filter_param_text {
    background: #E3EAEA;
    border: 1px solid #E3EAEA;
    cursor: default;
}
.radio-group input:disabled ~ .bx_filter_param_text {
    cursor: default;
}
.personal-cabinet .form-requistment .save {
    margin-left: 0;
    margin-top: 0;
}
.personal-cabinet-content__my-profile__info-form > ul > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.personal-cabinet-content__my-profile__info-form > ul > li > ul > li {
    display: flex;
    align-items: center;
    /*margin-right: 20px;*/
    flex-basis: 50%;
}
.personal-cabinet-content__my-profile__info-form > ul > li > ul > li:last-child {
    margin-right: 0;
}
.personal-cabinet-content__my-profile__info-form > ul > li > ul > li > label {
    margin-bottom: 0;
    margin-left: 5px;
}
.personal-cabinet .save {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    background: #9DD4B3;
    border-radius: 5px;
    display: block;
    transition: 0.3s;
    border: 2px solid #9DD4B3;
    outline: none;
    padding: 12px 20px;
    margin-left: auto;
}
.personal-cabinet .save:hover {
    background: transparent;
    color:#9DD4B3;
}
.checkbox-group .checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #9DD4B3;
    box-sizing: border-box;
    border-radius: 5px 0 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox-group input:checked + .checkbox {
    background: #9DD4B3;
}
.checkbox-group .checkbox img {
    cursor: pointer;
    opacity: 0;
}
.checkbox-group input:checked + .checkbox img {
    opacity: 1;
}

.personal-cabinet-content__my-profile__info-form select {
    width: 100%;
    border: 2px solid #9DD4B3;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 12px 20px 11px 15px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    outline: none;
}
.personal-cabinet-content__my-profile__info-desc {
    flex-basis: 54%;
}
.personal-cabinet-content__my-profile__info-desc > ul > li {
    align-items: flex-start;
}
.personal-cabinet-content__my-profile__info-desc > ul > li > label {
    width: 32%;
    margin-right: 37px;
    margin-bottom: 0;
}

.personal-cabinet-content__my-profile__services {
    margin-top: 40px;
    display: flex;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.personal-cabinet-content__my-profile__services label {
    margin-bottom: 0;
    margin-right: 30px;
}
.personal-cabinet-content__my-profile__services ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.personal-cabinet-content__my-profile__services ul > li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.personal-cabinet-content__my-profile__services ul > li > a {
    color: #32B4C3;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    padding: 5px 10px;
    border: 1px solid #32B4C3;
    border-radius: 5px;
    display: inline-block;
}
.personal-cabinet-content__my-profile__services ul > li > a:hover {
    background: #32B4C3;
    color: #FFFFFF;
}
.personal-cabinet-content__my-profile__services ul > li > a:active {
    background: #29A2B0;
}
.personal-cabinet-content__my-profile__services-col {
    /*max-width: 509px;*/
    /*margin-right: 100px;*/
}
/*.personal-cabinet-content__my-profile__services-col:last-child {*/
    /*margin-right: 0px;*/
/*}*/

.personal-cabinet-content__schedule-page__adress-info {
    display: flex;
    align-items: center;
}
.personal-cabinet-content__schedule-page__adress-info .adress {
    margin-right: 80px;
}
.personal-cabinet-content__schedule-page__adress-info .adress > span, .personal-cabinet-content__schedule-page__adress-info .schedule > span {
    display: block;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    display: flex;
    align-items: center;
}
.personal-cabinet-content__schedule-page__adress-info .adress > span::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/map-ico-red.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.personal-cabinet-content__schedule-page__adress-info .schedule > span::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/time-ico-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.personal-cabinet-content__schedule-page__adress-info .adress > p, .personal-cabinet-content__schedule-page__adress-info .schedule > p {
    display: block;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    padding-left: 38px;
    margin-bottom: 0;
}
.personal-cabinet-content__schedule-page__adress-info span::before {
    display: block;
    content: '';
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.personal-cabinet-content__schedule-page__block {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    margin-top: 40px;
}
/* .personal-cabinet-content__schedule-page__block .checkbox-group input:checked + .checkbox {
    background: #9DD4B3;
    border-radius: 5px 0px 5px 5px;
} */
.personal-cabinet-content__schedule-page__block .checkbox-group {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.personal-cabinet-content__schedule-page__block .checkbox-group > li {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.personal-cabinet-content__schedule-page__block .checkbox-group > li  > label{
    margin-bottom: 0;
    margin-left: 5px;
}
.personal-cabinet-content__schedule-page__block .title-h4 {
    margin: 30px 0;
}
.select-time-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.select-time-list > li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.select-time-list > li:last-child {
    margin-bottom: 0;
}
.select-time-list > li span {
    margin-right: 10px;
}
.select-time-list > li span:first-child {
    width: 24px;
}
.select-time-list > li span:last-child {
    margin-right: 0px;
    margin-left: 20px;
}
.select-time-list > li span:last-child .checkbox-group {
    flex-wrap: nowrap;
    align-items: center;
}
.select-time-list > li span:last-child .checkbox-group label {
    margin-bottom: 0;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    align-items: center;
}
.personal-cabinet-content__schedule-page__block .select-time-list select {
    border: 2px solid #9DD4B3;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 8px 16px 8px 15px;
    outline: none;
    margin-right: 10px;
}
.personal-cabinet-content__schedule-page .day-selects {
    display: flex;
}
/*personal-cabinet doctors */
.personal-cabinet-content__doctors-page .title-h2 {
    font-family: "Montserrat Alternates-Bold";
    font-weight: bold;
}
.personal-cabinet-content__doctors-page__filter {
    display: flex;
    /*max-width: 1090px;*/
    width: 100%;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.personal-cabinet-content__doctors-page__filter__options {
    background: #F7F7F7;
    border-radius: 10px 0px 0px 10px;
    flex-basis: 50%;
    padding: 30px 30px 42px 30px;
}
.personal-cabinet-content__doctors-page__filter__options .title-h4 {
    margin-bottom: 12px;
    font-weight: bold;
    font-family: "Montserrat Alternates-Bold";
}
.personal-cabinet-content__doctors-page__filter__options .checkbox-group {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.personal-cabinet-content__doctors-page__filter__options .checkbox-group > li {
    display: flex;
    align-items: center;
    flex-basis: 50%;
    margin-bottom: 10px;
}
.personal-cabinet-content__doctors-page__filter__options .checkbox-group > li  > label {
    margin-bottom: 0;
    margin-left: 10px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.personal-cabinet-content__doctors-page__filter__options select {
    border: 1px solid #9DD4B3;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 8px 16px 8px 15px;
    outline: none;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    height: 40px;
}

.personal-cabinet-content__doctors-page__filter__desc {
    padding: 30px;
    flex-basis: 50%;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.personal-cabinet-content__doctors-page__filter__desc ol {
    padding-left: 15px;
    margin-bottom: 0;
}
.personal-cabinet-content__doctors-page__filter__desc ol ul {
    list-style-type: none;
}
.personal-cabinet-content__doctors-page__filter__desc p {
    margin-bottom: 0;
    margin-top: 30px;
}
.personal-cabinet-content__doctors-page__filter__desc p a {
    text-decoration: underline;
}
.personal-cabinet-content__doctors-page__filter__desc p a:hover {
    text-decoration: none;
}
.personal-cabinet-content__doctors-page-box {
    padding: 30px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #FFFFFF;
    margin-top: 30px;
}
.personal-cabinet-content__doctors-page-box-item {
    border-bottom: 1px solid #E3EAEA;
    padding-bottom: 29px;
    margin-bottom: 30px;
    display: flex;
}

.personal-cabinet-content__doctors-page-box-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}
.personal-cabinet-content__doctors-page-box-item__img {
    margin-right: 20px;
    width: 90px;
    height: 139px;
    background: #E3EAEA;
}
.personal-cabinet-content__doctors-page-box-item__img img {
    width: 100%;
    height: 100%;
}

.personal-cabinet-content__doctors-page-box-item__desc {
    width: 100%;
}
.personal-cabinet-content__doctors-page-box-item__desc__head {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.personal-cabinet-content__doctors-page-box-item__desc__head.none-margin {
    margin-bottom: 0;
}
.personal-cabinet-content__doctors-page-box-item__desc-switch {
    float: right;
}
.personal-cabinet-content__doctors-page-box-item__desc-switch input {
    height: 35px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 35px;
}
.personal-cabinet-content__doctors-page-box-item__desc-switch .toggle {
    position: relative;
    display: inline-block;
}
.personal-cabinet-content__doctors-page-box-item__desc-switch label.toggle-item {
    width: 128px;
    background: #2e394d;
    height: 35px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    transition: all .3s ease;
    transform-origin: 20% center;
    cursor: pointer;
    margin-bottom: 0;
}
.personal-cabinet-content__doctors-page-box-item__desc-switch label.toggle-item:before {
    content: '';
    position: absolute;
    display: block;
    transition: all .2s ease;
    width: 2.5em;
    height: 2.5em;
    top: .25em;
    left: .25em;
    border-radius: 2em;
    border: 2px solid #88cf8f;
    transition: .3s ease;
  }
.personal-cabinet-content__doctors-page-box-item__desc-switch .normal label {
    background: #EBEBEB;
  }
.personal-cabinet-content__doctors-page-box-item__desc-switch .normal label:before {
    content: '';
    position: absolute;
    border: none;
    width: 35px;
    height: 35px;
    background: #EBEBEB;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transform: rotate(-25deg);
    top: 0;
    left: 0;
    z-index: 1;
  }
.personal-cabinet-content__doctors-page-box-item__desc-switch .normal label:after {
    content: 'нет записи';
    position: absolute;
    background: transparent;
    height: calc(100% + 8px);
    border-radius: 30px;
    top: 10px;
    width: calc(100% + 8px);
    left: 40px;
    text-align: left;
    z-index: 0;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    transition: .3s ease;
  }
.personal-cabinet-content__doctors-page-box-item__desc-switch .normal-input:checked + label {
    background: #32B4C3;
  }
.personal-cabinet-content__doctors-page-box-item__desc-switch .normal-input:checked + label:before {
    left: 97px;
    background: #32B4C3;
  }
.personal-cabinet-content__doctors-page-box-item__desc-switch .normal-input:checked + label:after {
    content: 'есть запись';
    left: 15px;
  }

/*ПЕРЕВЕРНУТЫЕ СТИЛИ ДЛЯ ДОКТОРОВ */

.personal-cabinet-content__doctors-page-box-item__desc-switch .reverse_switch label {
    background: #32B4C3;
}
.personal-cabinet-content__doctors-page-box-item__desc-switch .reverse_switch label:before {
    content: '';
    position: absolute;
    border: none;
    width: 35px;
    height: 35px;
    background: #32B4C3;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transform: rotate(-25deg);
    top: 0;
    left: 97px;
    z-index: 1;
}
.personal-cabinet-content__doctors-page-box-item__desc-switch .reverse_switch label:after {
    content: 'есть запись';
    position: absolute;
    background: transparent;
    height: calc(100% + 8px);
    border-radius: 30px;
    top: 10px;
    width: calc(100% + 8px);
    left: 15px;
    z-index: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    transition: .3s ease;
}
  .personal-cabinet-content__doctors-page-box-item__desc-switch .swith:checked + label {
  background: #EBEBEB;
  }
.personal-cabinet-content__doctors-page-box-item__desc-switch .swith:checked + label:before {
    left: 0;
    background: #EBEBEB;
  }
.personal-cabinet-content__doctors-page-box-item__desc-switch .swith:checked + label:after {
    content: 'нет записи';
    left: 40px;
  }

/*ЗАКОНЧИЛИСЬ ПЕРЕВЕРНУТЫЕ СТИЛИ*/

.booking-block .personal-cabinet-content__doctors-page-box-item__desc-switch .reverse_switch label:after {
    content: '';
    position: absolute;
    background: transparent;
    height: calc(100% + 8px);
    border-radius: 30px;
    top: 10px;
    width: calc(100% + 8px);
    left: 15px;
    z-index: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    transition: .3s ease;
}
.booking-block .personal-cabinet-content__doctors-page-box-item__desc-switch .reverse_switch label:before {
    left: 36px;
    background: #9DD4B3;
}
.booking-block .personal-cabinet-content__doctors-page-box-item__desc-switch .reverse_switch label {
    background: #9DD4B3;
}
.booking-block .personal-cabinet-content__doctors-page-box-item__desc-switch .swith:checked + label {
    background: #E74C77;
}
.booking-block .personal-cabinet-content__doctors-page-box-item__desc-switch .swith:checked + label:before {
    left: 0;
    background: #E74C77;

}
.booking-block .personal-cabinet-content__doctors-page-box-item__desc-switch .switch-default:checked + label {
    background: #EBEBEB;
}
.booking-block .personal-cabinet-content__doctors-page-box-item__desc-switch .switch-default:checked + label:before {
    left: 0;
    background: #EBEBEB;

}
.booking-block .personal-cabinet-content__doctors-page-box-item__desc-switch .swith:checked + label:after {
    content: '';
    left: 40px;
}
.booking-block .personal-cabinet-content__doctors-page-box-item__desc-switch label.toggle-item {
    width: 70px;
}
.booking-block .row {
    margin-right: initial;
    margin-left: initial;
}
.booking-block .personal-cabinet-content__doctors-page-box-item__desc-switch {
    float: left;
}

.booking-block > .row {
    border-bottom: 1px solid #dee2e6 !important;
}
.booking-block > .row:last-child {
    border-bottom: 0;
    padding: 5px 0;
}
button:focus {
    outline: none;
}
.media-print {
    display: none;
}

.personal-cabinet-content__doctors-page-box-item__desc__name {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.personal-cabinet-content__doctors-page-box-item__desc__name > span {
    display: flex;
    align-items: center;
}
.personal-cabinet-content__doctors-page-box-item__desc__name > span a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 2px;
}
.personal-cabinet-content__doctors-page-box-item__desc__name > input {
    display: none;
}
.personal-cabinet-content__doctors-page-box-item__desc__name .edit {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/edit.svg);
    content: '';
    display: block;
    margin-left: 15px;
    width: 25px;
    height: 25px;
    background-size: cover;
    cursor: pointer;
}
.personal-cabinet-content__doctors-page-box-item__desc__status {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #8A8A8A;
    border-bottom: 1px dashed #8A8A8A;
    cursor: pointer;
}
.personal-cabinet-content__doctors-page-box-item__desc__status:hover {
    border-bottom: 1px dashed transparent;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor {
    margin-top: 10px;
    margin-bottom: 15px;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop {
    display: none;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__active {
    display: block;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__active,.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop {
    background: #F6F6F6;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px 22px 30px;
    margin-top: 15px;
}

.div-hide {
    display: block;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content.main-block {
    max-width: 455px;
    flex-direction: column;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content {
    display: none;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content.active {
    display: flex;
    width: 100%;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row > span {
    margin-right: 20px;
    text-align: right;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row > span:first-child {
    max-width: 166px;
    width: 100%;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    color: #000000;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row > span:last-child {
    margin-right: 0;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row select {
    border: 2px solid #9DD4B3;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 8px 0 8px 11px;
    outline: none;
    font-family: "Ubuntu";
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    max-width: 100%;
    /*width: 100%;*/
    height: 40px;
}
.doctor-lc .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row select {
    width: 100%;
}
.personal-cabinet-content-item select {
    width: 100%;
}
.doctor-adress {
    margin-top: 10px;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row input:not([type="file"]):not(.city_input):not(.photoFile):not(.input-doctor-address)  {
    border: 1px solid #9DD4B3;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 8px 0 8px 11px;
    outline: none;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    max-width: 100%;
    width: 60px;
    height: 40px;
    margin-right: 10px;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row.last select {
    margin-right: 10px;
    width: 82px;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__btn {
    background: #9DD4B3;
    border-radius: 5px;
    padding: 10px 20px;
    transition: 0.3;
    margin-top: 10px;
    margin-left: auto;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    border: 1px solid #9DD4B3;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__btn:hover {
    color: #9DD4B3;
    background:  transparent;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 22px;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop > ul > li {
    font-family: "Montserrat Alternates";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #8A8A8A;
    border-bottom: 3px solid transparent;
    margin-right: 30px;
    cursor: pointer;
    transition: 0.3;
}
.doctor-lc .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row input:not([type="file"]):not(.city_input):not(.photoFile):not(.input-doctor-address) {
    margin-right: 0;
}
.input-doctor-address {
    padding: 6px 0 6px 11px;
    width: 100%;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop > ul > li:last-child {
    margin-right: 0;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop > ul > li.active {
    color: #000000;
    border-bottom: 3px solid #32B4C3;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop > ul > li:hover {
    color: #000000;
    border-bottom: 3px solid #32B4C3;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor span {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #32B4C3;
    border-bottom: 1px dashed #32B4C3;
    cursor: pointer;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor span:hover {
    border-bottom: 1px dashed transparent;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box {

}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box table {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box table tbody td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box table tbody td:last-child {
    display: flex;
    align-items: center;
    padding-right: 0;
    padding-left: 10px;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box table tbody td:nth-child(1) {
    width: 250px;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box table tbody td:nth-child(2) {
    width: 170px;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box table tbody td:nth-child(3) {
    /* width: 65px; */
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box table tbody td:last-child > input {
    border: 1px solid #9DD4B3;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 8px 16px 8px 15px;
    outline: none;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    max-width: 46px;
    width: 100%;
    height: 40px;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box table tbody td:last-child > span {
    margin-right: 10px;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box table tbody td:last-child .margin-x {
    margin-left: 10px;
    margin-right: 10px;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box table .close {
        cursor: pointer;
        width: 18px;
        height: 18px;
        opacity: 1;
        background-image: url("../../../../../../local/templates/light_blue/assets/images/emojione-monotone_cross-mark-blue.svg");
        background-repeat: no-repeat;
        background-position: center;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box table .close:hover {
    opacity: 0.7;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box select {
    border: 2px solid #9DD4B3;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 8px 16px 8px 11px;
    outline: none;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    max-width: 100%;
    width: 100%;
    height: 40px;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box .checkbox-group {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 20px;
    margin-right: 20px; */
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box .checkbox-group > li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box .checkbox-group > li:last-child {
    margin-right: 0;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box .checkbox-group > li  > label {
    margin-bottom: 0;
    margin-right: 10px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box__add {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #32B4C3;
    border-bottom: 1px dashed #32B4C3;
    cursor: pointer;
}
.personal-cabinet-content__doctors-page-box-item__desc__adress-box__add:hover {
    border-bottom: 1px dashed transparent;
}


.personal-cabinet-content__price-page {
    width: 100%;
}
.personal-cabinet-content__price-page__tabs {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.personal-cabinet-content__price-page__tabs .title-h5 {
    border-bottom: 5px solid transparent;
    padding-bottom: 10px;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
}
.personal-cabinet-content__price-page__tabs .title-h5:first-child {
    margin-right: 50px;
}
.personal-cabinet-content__price-page__tabs .title-h5.active,.personal-cabinet-content__price-page__tabs .title-h5:hover {
    border-bottom: 5px solid #32B4C3;
}
.personal-cabinet-content__price-page__box {
    max-width: 940px;
    width: 100%;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    background: #FFFFFF;
    border-radius: 10px;
}
.personal-cabinet-content__price-page__content {
    display: none;
}
.personal-cabinet-content__price-page__content.active {
    display: flex;
    /*display: block;*/
}
.personal-cabinet-content__price-page__content__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
    list-style-type: none;
    max-width: 252px;
    background: #F7F7F7;
    border-radius: 10px 0px 0px 10px;
}
.personal-cabinet-content__price-page__content__list > li {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    cursor: pointer;
    transition: 0.3s;
}
.personal-cabinet-content__price-page__content__list > li.active,.personal-cabinet-content__price-page__content__list > li:hover {
    color: #32B4C3;
    background: #FFFFFF;
}
.personal-cabinet-content__price-page__content__list-box {
    max-width: 688px;
    width: 100%;
    padding: 30px 30px 39px 30px;
}
.personal-cabinet-content__price-page__content__list-content {
    display: none;
}
.personal-cabinet-content__price-page__content__list-content.active {
    display: block;
}
.personal-cabinet-content__price-page__content__list-content__equipment .title-h4 {
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-family: "Montserrat Alternates-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}
.personal-cabinet-content__price-page__content__list-content__equipment .title-h4 span {
    margin-left: 20px;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.personal-cabinet-content__price-page__content__list-content__equipment table {
    width: 100%;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.personal-cabinet-content__price-page__content__list-content__equipment table tr {
    border-bottom: 1px solid #E3EAEA;
}
.personal-cabinet-content__price-page__content__list-content__equipment table tr td {
    padding-bottom: 10px;
}
.personal-cabinet-content__price-page__content__list-content__equipment-add {
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E3EAEA;
}
.personal-cabinet-content__price-page__content__list-content__equipment-add p {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;

}
.personal-cabinet-content__price-page__content__list-content__equipment-add__btn {
    color: #32B4C3;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    outline: none;
    border: 1px dashed #32B4C3;
    border-radius: 5px;
    cursor: pointer;
    padding: 12px 20px;
    margin-bottom: 20px;
    background: transparent;
    transition: 0.3s;
}
.personal-cabinet-content__price-page__content__list-content__price .title-h4 {
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-family: "Montserrat Alternates-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}
.personal-cabinet-content__price-page__content__list-content__price table {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    width: 100%;
}
.personal-cabinet-content__price-page__content__list-content__price table tbody tr {
    border-bottom: 1px solid #E3EAEA;
}
.personal-cabinet-content__price-page__content__list-content__price table tbody tr td {
    padding-bottom: 10px;
}
.personal-cabinet-content__price-page__content__list-content__price table tbody tr td:last-child input {
    max-width: 65px;
    padding: 5px 10px;
}
.personal-cabinet-content__price-page__content__list-content__price table tbody tr td:last-child span {
    font-size: 13px;
    line-height: 15px;
    color: #8A8A8A;
    margin-left: 20px;
}
.personal-cabinet-content__price-page__content__list-content__price table thead tr td {
    font-family: "Ubuntu";
    padding-bottom: 20px;
}
.personal-cabinet-content__price-page__content__list-content__price table thead tr td:last-child {
    width: 25%;
}
.personal-cabinet-content__price-page__content__list-content__price table thead tr td:first-child {
    width: 7%;
}

/*details-clinic-tabs*/

.clinic-card-full-desc {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.clinic-card-full-desc__tabs {
    width: 275px;
    margin-right: 40px;
}
.clinic-card-full-desc__tabs > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.clinic-card-full-desc__tabs > ul > li {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    min-height: 58px;
    color: #000000;
    padding: 10px 10px 10px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: 0.3s;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.clinic-card-full-desc__tabs > ul > li.active {
    border: 1px solid #98D7DC;
}
.clinic-card-full-desc__tabs > ul > li:hover {
    border: 1px solid #98D7DC;
}
.clinic-card-full-desc__tabs > ul > li span {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    padding: 5px 10px;
    background: #E3EAEA;
    border-radius: 10px;
    margin-left: 10px;
}
.clinic-card-full-desc__content {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 905px;
    padding: 30px 30px 40px 30px;
    width: 100%;
    display: none;
}
.clinic-card-full-desc__content.active {
    display: block;
}
.clinic-card-full-desc__content__info {
    display: flex;
    justify-content: space-between;
}
.clinic-card-full-desc__content__info-left {
    max-width: 330px;
    width: 100%;
    margin-right: 20px;
}
.clinic-card-full-desc__content__info-left__map {
    width: 100%;
    height: 330px;
    margin-bottom: 45px;
}
.clinic-card-full-desc__content__info-left__phone {
    margin-bottom: 30px;
}
.clinic-card-full-desc__content__info-left__phone__text {
    display: block;
    margin-bottom: 5px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #7C7C7C;
    margin-left: 31px;
}
.clinic-card-full-desc__content__info-left__phone a {
    display: flex;
    align-items: center;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
}
.clinic-card-full-desc__content__info-left__phone a::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/phone-ico-blue.svg);
    display: block;
    content: '';
    margin-right: 13px;
    width: 26px;
    height: 24px;
}
.clinic-card-full-desc__content__info-left__adress {
    margin-bottom: 20px;
}
.clinic-card-full-desc__content__info-left__adress__text {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}
.clinic-card-full-desc__content__info-left__name {
    margin-bottom: 20px;
}
.clinic-card-full-desc__content__info-left__name__text {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #8A8A8A;
    margin-bottom: 5px;
    display: block;
}
.clinic-card-full-desc__content__info-left__name p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.clinic-card-full-desc__content__info-left__head {
    margin-bottom: 35px;
}
.clinic-card-full-desc__content__info-left__head__text {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #7C7C7C;
    margin-bottom: 5px;
    display: block;
}
.clinic-card-full-desc__content__info-left__head p {
    margin-top: 0;
    margin-bottom: 0;
    ont-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.clinic-card-full-desc__content__info-left__facilities > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.clinic-card-full-desc__content__info-left__facilities > ul > li {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.clinic-card-full-desc__content__info-left__facilities > ul > li:last-child {
    margin-bottom: 0;
}
.clinic-card-full-desc__content__info-left__facilities > ul > li::before {
    content: '';
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    margin-right: 20px;
}
.clinic-card-full-desc__content__info-left__facilities .icon1::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/parking.svg);
}
.clinic-card-full-desc__content__info-left__facilities .icon2::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/cash.svg);
}
.clinic-card-full-desc__content__info-left__facilities .icon3::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/people.svg);
}
.clinic-card-full-desc__content__info-left__facilities .icon4::before {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/link.svg);
}
.clinic-card-full-desc__content__info-left__facilities .icon5::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/license.svg);
}
.clinic-card-full-desc__content__info-left__facilities .icon6::before {
    background-image: url(../../../../../../local/templates/light_blue/assets/images/sms.svg);
}
.clinic-card-full-desc__content__info-left__facilities .icon7::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/wifi.svg);
}
.clinic-card-full-desc__content__info-left__facilities .icon8::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/weblink.svg);
}
.clinic-card-full-desc__content__info-right {
    max-width: 482px;
    width: 100%;
}
.clinic-card-full-desc__content__info-right__desc {
    margin-bottom: 30px;
}
.clinic-card-full-desc__content__info-right__desc .title-h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.clinic-card-full-desc__content__info-right__desc p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}
.clinic-card-full-desc__content__info-right__desc p:last-child {
    margin-top: 20px;
}
.clinic-card-full-desc__content__info-right__services {
    margin-bottom: 30px;
}
.clinic-card-full-desc__content__info-right__services .title-h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.clinic-card-full-desc__content__info-right__services p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}
.clinic-card-full-desc__content__info-right__parking {
    margin-bottom: 30px;
}
.clinic-card-full-desc__content__info-right__parking .title-h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.clinic-card-full-desc__content__info-right__parking p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}
.clinic-card-full-desc__content__info-right__transit .title-h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.clinic-card-full-desc__content__info-right__transit p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}


.clinic-card-full-desc__content__actions {

}
.clinic-card-full-desc__content__actions .title-h4 {
    margin-bottom: 20px;
    margin-top: 0;
}
.clinic-card-full-desc__content__actions-item__title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.clinic-card-full-desc__content__actions-item-range-block {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.clinic-card-full-desc__content__actions-item-range-block__range {
    background: #FA0046;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 15px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}
.clinic-card-full-desc__content__actions-item-range-block__time {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.clinic-card-full-desc__content__actions-item__desc {
    background: #F8F8F8;
    padding: 20px 30px;
    margin-bottom: 21px;
}
.clinic-card-full-desc__content__actions-item__desc__title {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.clinic-card-full-desc__content__actions-item__desc > ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.clinic-card-full-desc__content__actions-item__desc > ul > li {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}
.clinic-card-full-desc__content__actions-item__desc__price {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}
.clinic-card-full-desc__content__actions-item__phone {
     display: flex;
     align-items: center;
}
.clinic-card-full-desc__content__actions-item__phone__text {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #7C7C7C;
    margin-right: 19px;
}
.clinic-card-full-desc__content__actions-item__phone a {
    display: flex;
    align-items: center;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.clinic-card-full-desc__content__actions-item__phone a::before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/phone-ico-blue.svg);
    display: block;
    content: '';
    margin-right: 13px;
    width: 26px;
    height: 24px;
}
.clinic-card-full-desc__content__actions hr {
    background: #C4C4C4;
    margin: 20px 0;
}
.clinic-card-full-desc__content__actions-item:last-child hr, .clinic-card-full-desc__content__price-item:last-child hr {
    display: none;
}
.clinic-card-full-desc__content__actions .load_more {
    padding: 15px 25px;
    color: var(--primary);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.25em;
    border: 1px solid #98D7DC;
    border-radius: 5px;
    background-color: #fff;
    width: 225px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 40px;
}
.clinic-card-full-desc__content__feedback .load_more {
    padding: 15px 25px;
    color: var(--primary);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.25em;
    border: 1px solid #98D7DC;
    border-radius: 5px;
    background-color: #fff;
    width: 337px;
    margin: 0 auto;
    cursor: pointer;
}

.clinic-card-full-desc__content__price .title-h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.clinic-card-full-desc__content__price-item table {
    width: 100%;
    border-collapse:separate;
    border-spacing: 0 7px;
}
.clinic-card-full-desc__content__price-item table thead tr td {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    padding-bottom: 5px;
}
.clinic-card-full-desc__content__price-item table tbody tr td {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    padding-top: 7px;
    padding-bottom: 6px;
}
.clinic-card-full-desc__content__price-item table tbody tr td:last-child {
    text-align: right;
}
.clinic-card-full-desc__content__price-item__price {
    font-weight: bold !important;
}
.clinic-card-full-desc__content__price-item table tbody tr td > button {
    outline: none;
    border: 1px solid #9DD4B3;
    border-radius: 5px;
    background: #9DD4B3;
    padding: 10px 14px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    cursor: pointer;
    transition: 0.3s;
}
.clinic-card-full-desc__content__price-item table tbody tr td > button:hover {
    background: transparent;
}
.clinic-card-full-desc__content__price hr {
    background: #C4C4C4;
    margin: 20px 0;
}
.clinic-card-full-desc__content__price-item table tbody tr td:nth-child(1) {
    width: 60%;
}
.clinic-card-full-desc__content__price-item table tbody tr td:nth-child(2) {
    width: 20%;
}
.clinic-card-full-desc__content__price-item table tbody tr td:nth-child(3) {
    width: 20%;
}
.clinic-card-full-desc__content__actions-item:last-child hr .clinic-card-full-desc__content__price-item:last-child hr {
    display: none;
}


.clinic-card-full-desc__content__feedback .title-h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.clinic-card-full-desc__content__feedback .clinic-name {
    color: #7C7C7C;
}
.clinic-card-full-desc__content__feedback__radio-group {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #F8F8F8;
    padding: 15px;
}
.clinic-card-full-desc__content__feedback__radio-group > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.clinic-card-full-desc__content__feedback__radio-group > ul > li {
    display: flex;
    align-items: center;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
}
.clinic-card-full-desc__content__feedback__radio-group > ul > li .count {
    padding: 3px 7px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    border-radius: 5px;
}
.count.white {
    background: #FFFFFF;
}
.count.green {
    background: #32b6c5;
}
.count.chartreuse{
    background: #9acc9b;
}
.count.orange {
    background: #fcdebc;
}
.count.pink {
    background: #e896ad;
}
.count.red {
    background: #a54d6b;
}
.clinic-card-full-desc__content__feedback-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.clinic-card-full-desc__content__feedback-item:last-child {
    margin-bottom: 15px;
}
.clinic-card-full-desc__content__feedback-item-left {
    /*max-width: 182px;*/
    /*min-width: 182px;*/
    width: 100%;
    margin-right: 40px;
}
.clinic-card-full-desc__content__feedback-item-left__name {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.clinic-card-full-desc__content__feedback-item-left__mark {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin-bottom: 20px;
}
.clinic-card-full-desc__content__feedback-item-left__mark .count {
    font-family: "Montserrat Alternates";
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    color: #FFFFFF;
    background: #35C273;
    border-radius: 5px;
    padding: 6px 10px;
    margin-right: 10px;
    width: 40px;
    text-align: center;
}
.clinic-card-full-desc__content__feedback-item-left__mark .text {
    font-family: "Montserrat Alternates";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #35C273;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    width: 232px;
    text-align: center;
}
.clinic-card-full-desc__content__feedback-item-left__mark.chartreuse .count {
    background: #32b6c5;
}
.clinic-card-full-desc__content__feedback-item-left__mark.chartreuse  .text {
    color: #32b6c5;
    border-color: #32b6c5;
}
.clinic-card-full-desc__content__feedback-item-left__mark.green .count {
    background: #9acc9b;
}
.clinic-card-full-desc__content__feedback-item-left__mark.green .text {
    color: #9acc9b;
    border-color: #9acc9b;
}
.clinic-card-full-desc__content__feedback-item-left__mark.orange .count {
    background: #fcdebc;
}
.clinic-card-full-desc__content__feedback-item-left__mark.orange .text {
    color: #fcdebc;
    border-color: #fcdebc;
}
.clinic-card-full-desc__content__feedback-item-left__mark.pink .count {
    background: #e896ad;
}
.clinic-card-full-desc__content__feedback-item-left__mark.pink .text {
    color: #e896ad;
    border-color: #e896ad;
}
.clinic-card-full-desc__content__feedback-item-left__mark.red .count {
    background: #a54d6b;
}
.clinic-card-full-desc__content__feedback-item-left__mark.red .text {
    color: #a54d6b;
    border-color: #a54d6b;
}


.clinic-card-full-desc__content__feedback-item-left__visit {
    margin-bottom: 20px;
}
.clinic-card-full-desc__content__feedback-item-left__visit__text {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #8A8A8A;
    display: block;
}
.clinic-card-full-desc__content__feedback-item-left__visit__date {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: block;
}
.clinic-card-full-desc__content__feedback-item-left__from__text {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #8A8A8A;
    display: block;
}
.clinic-card-full-desc__content__feedback-item-left__from__source {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    display: block;
}

.clinic-card-full-desc__content__feedback-item-right {
    max-width: 621px;
    width: 100%;
}
.clinic-card-full-desc__content__feedback-item-right__liked {
    margin-bottom: 20px;
}
.clinic-card-full-desc__content__feedback-item-right__liked span {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    color: #35C273;
    margin-bottom: 5px;
    display: block;
}
.clinic-card-full-desc__content__feedback-item-right__liked p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 0;
}
.clinic-card-full-desc__content__feedback-item-right__disliked {
    margin-bottom: 20px;
}
.clinic-card-full-desc__content__feedback-item-right__disliked span {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    color: #E74C77;
    margin-bottom: 5px;
    display: block;
}
.clinic-card-full-desc__content__feedback-item-right__disliked p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 0;
}
.clinic-card-full-desc__content__feedback-item-right__comment {
    margin-bottom: 20px;
}
.clinic-card-full-desc__content__feedback-item-right__comment span {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 5px;
    display: block;
}
.clinic-card-full-desc__content__feedback-item-right__comment p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 0;
}
.clinic-card-full-desc__content__feedback-item-right__doctor {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.clinic-card-full-desc__content__feedback-item-right__doctor .doctor-name {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #32B4C3;
}
.clinic-card-full-desc__content__feedback-item-right__doctor span {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
}
.clinic-card-full-desc__content__feedback-item-right__doctor a {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #32B4C3;
    text-decoration: underline;
}
.clinic-card-full-desc__content__feedback-item-right__doctor a:hover {
    text-decoration: none;
}
.clinic-card-full-desc__content__feedback-item-right__reply {
    padding-left: 21px;
    border-left: 5px solid #E3EAEA;

}
.clinic-card-full-desc__content__feedback-item-right__reply__clinic {
    display: block;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
}
.clinic-card-full-desc__content__feedback-item-right__reply__date-time {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #7C7C7C;
    margin-bottom: 10px;
}
.clinic-card-full-desc__content__feedback-item-right__reply p {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}




.container-check {
    display: block;
    position: relative;
    padding-left: 29px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #32B4C3;
    border-radius: 50%;
}
.container-check:hover input ~ .checkmark {

}
.container-check input:checked ~ .checkmark {

}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-check input:checked ~ .checkmark:after {
    display: block;
}
.container-check .checkmark:after {
    top: 3px;
   left: 3px;
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background: #32B4C3;
}
.bx_filter.bx_blue.bx_horizontal {
    padding: 1px 0 35Fpx 0;
}
.clinic-card .bx_filter.bx_blue.bx_horizontal {
    background: #F3F4EF;
    /* margin-bottom: 30px; */
}

.api-reviews-filter .clinic-card-full-desc__content__feedback-item-left__mark .text {
    margin: 0;
    border: none;
    background: transparent;
    padding: 0 5px;
}
.api-reviews-filter .clinic-card-full-desc__content__feedback-item-left__mark {
    margin-bottom: 0 ;
}
.api-star-rating .count {
    padding: 3px 7px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    border-radius: 5px;
}
/*.bx_filter.bx_horizontal .main-filter .bx_filter_parameters_box {*/
/*        padding: 0;*/
/*        max-width: 46%;*/
/*}*/
.bx_filter_select_container {
    max-width:100%;
    width: 100%;
}
.bx_filter_parameters_box.active {
    width: 15% !important;
}
.bx_filter_parameters_box.active.col-6 {
    width: 100%;
}
.bx_filter_section .smartfilter.main-filter .row > div:first-child {
    display: flex;
    flex-wrap: wrap;
}

.top-menu-mobile {
    display: none;
}

.statistics__header > img {
    display: none;
}

.container .bx_filter_section.container {
    padding-left: 0;
    padding-right: 0;
}
.bx_filter_param_text {
    color: #000;
    font-size: 15px;
}
.header .container .logo .mobile {
    display: none;
}
.head > img:last-child {
    display: none;
}
.main-filter .row > div:first-child > div:first-child {
    margin-right: 25px;
}
.main-filter .row > div:last-child .bx_filter_parameters_box.active {
    margin-right: 23px;
    width: unset !important;
}
.main-filter .row > div:last-child .bx_filter_parameters_box.active:last-child {
    margin-right: 0;
}
.bx_filter .bx_filter_button_box .bx_filter_block {
    margin-left: -71px;
    width: 146px;
    padding-right: 0;
}
/* {*/
    /*margin-top: 38px;*/
/*}*/
.specializations .nav-pills > li {
    margin-right: 16px;
}
.specializations .nav-pills > li:last-child {
    margin-right: 0;
}
.search-doctors {
    display: none;
    background: #9DD4B3;
    border-radius: 5px;
    width: 100%;
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 12px 20px;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
    border: 1px solid #9DD4B3;
}
.search-doctors:hover {
    background: #ACE4C3;
    border: 1px solid #ACE4C3;
}

.library {

}
.library .title-h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.library .sort-block {
    margin-bottom: 20px;
    padding-top: 1px;
}
.library .sort-block-list {
    justify-content: initial;
}
.library .sort-block-list-item {
    margin-right: 10px;
    padding: 0;
    cursor: pointer;
}
.library .sort-block-list-item > a {
    display: block;
    padding: 10px 15px;
}
.library .sort-block-list-item.active {
    cursor: default;
}
.fixed-block,.fixed-block-alp {
    z-index: 1;
    padding-bottom: 30px;
}
.fixed-block-ghost {
    display: none;
}
.anchor-block.fixed-block,.anchor-block.fixed-block-alp {
    margin-bottom: 0;
}
/*.fixed-block-alp {*/
/*    left: 15px;*/
/*}*/

.illness-box {
    /* margin-top: 40px; */
}
.alphabet-block-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.alphabet-block-list > li {
    margin-right: 10px;
    width: 30px;
    text-align: center;
}
.alphabet-block-list > li:last-child {
    margin-right: 0;
}
.alphabet-block-list > li a {
    font-family: "Montserrat Alternates-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #9DD4B3;
}
.alphabet-block-list > li a:hover {
    color: #547360;
}
.specializations .alp-pink {
    color: #E795AC;
}
.alphabet-block-list .alp-pink {
    color: #E795AC;
}
.library .col__heading.alp-pink,.alp-item-pink .col__heading {
    color: #E795AC;
}

.alp-detail {
    margin-top: 60px !important;
    margin-bottom: 120px !important;
}
.library .col__heading {
    font-family: 'Montserrat Alternates-Bold', sans-serif;
    font-size: 35px;
    line-height: 43px;
        color: #9DD4B3;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.library .popup-box h1 {
    font-family: 'Montserrat Alternates-Bold', sans-serif;
    text-align: center;
}
.library .popup-box .col__heading {
    font-size: 70px;
    line-height: 85px;
}
.library .popup-box .col__list {
    margin-bottom: 40px;
}
.library .col__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.library .col__item{
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    padding-top: 18px;
}

.library .col__item:hover {
    color: var(--primary);
    text-decoration: underline;
}
.library .col__show-more {
    color: #000;
    border-bottom: 1px dashed #000000;
    padding-bottom: 5px;
}
.library .col__show-more:hover {
    border-bottom: 1px dashed transparent;
}
.illness-box .row > div {
    margin-bottom: 40px;
}
.library-content {
    display: none;
}
.library-content.active {
    display: block;
}
.symptoms-box {
    margin-bottom: 40px;
}
.general-blocks {
    margin-bottom: 40px;
}
.general-block-item {
    padding: 30px 62px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
}
.general-block-item .title-h3 {
    margin-bottom: 20px;
}
.general-block-item-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.general-block-item-list > li {
    flex-basis: 49%;
    margin-bottom: 10px;
}
.general-block-item-list > li > a {
    color: #000;
    line-height: 17px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #000000;
    /*display: inline-block;*/
}
.general-block-item-list > li > a:hover {
    border-bottom: 1px dashed transparent;
}
.variable-blocks {
    column-gap: 20px;
    column-count: 3;
    display: block;
}
.variable-blocks > div {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.variable-block-item {
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #98D7DC;
    padding: 30px 40px 20px;
    margin-bottom: 20px;
}
.variable-block-item .title-article {
    font-family: 'Ubuntu';
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 20px;
}
.variable-block-item .article-preview {
    font-family: 'Ubuntu-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 0;
}
.variable-block-item .title-h3 {
    margin-bottom: 20px;
    color: #8A8A8A;
}
.variable-block-item-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
.variable-block-item-list > li {
    margin-bottom: 10px;
}
.variable-block-item-list > li > a {
    color: #000;
    line-height: 17px;
    padding-bottom: 2px;
    border-bottom: 1px solid #000000;
    display: inline-block;
}
.variable-block-item-list > li > a:hover {
    color: #000;
    line-height: 17px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

.illness-detail {

}
.illness-detail .title-h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.illness-detail-block {

}
.illness-detail .title-h4 {
    margin-bottom: 40px;
}
.illness-detail-block p {
    font-family: 'Ubuntu-Light';
    font-weight: 300;
    color: #000000;
    margin-bottom: 30px;
}
.illness-detail-block .accent-text {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 30px;
    font-family: "Ubuntu";
    font-weight: normal;
}
.illness-detail-block .title-h3 {
    margin-bottom: 30px;
    margin-top: 60px;
}
.illness-detail-block:first-child .title-h3 {
    margin-top: 0;
}
.illness-detail-block > ul {
    padding-left: 17px;
    margin-top: 35px;
    margin-bottom: 40px;
    font-family: "Ubuntu-Light";
    font-weight: 300;
}
.illness-detail-block > ul > li {
    margin-bottom: 10px;
}
.illness-detail-block > ul > li:last-child {
    margin-bottom: 0;
}
.img-right {
    float: right;
}
.img-left {
    float: left;
}
.anchor-block {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    /*border-radius: 10px;*/
    background: #FFFFFF;
    padding: 30px 20px;
    /* max-width: 285px; */
    width: 100%;
    outline: 5px solid rgb(255, 255, 255);
}
.anchor-block-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
.anchor-block-list > li {
    margin-bottom: 20px;
}
.anchor-block-list > li:last-child {
    margin-bottom: 0;
}
.anchor-block-list > li > a {
    line-height: 17px;
    padding-bottom: 5px;
    color: #000;
    border-bottom: 1px dashed #000000;
    padding-bottom: 5px;
    display: inline-block;
    transition: 0.1s;
}
.anchor-block-list > li > a:hover {
    border-bottom: 1px dashed transparent;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    font-family: "Montserrat Alternates-Bold";
    font-style: normal;
}
.doctors-slider {
    margin-bottom: 120px;
}
.doctors-slider .slick-prev, .doctors-slider .slick-next {
    width: 48px;
    height: 48px;
    background: none;
    border-radius: 50px;
    bottom: -103px;
    top: initial;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doctors-slider .slick-prev:before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/bi_arrow-right-circle-new.svg);
    transform: rotate(180deg);
}
.doctors-slider .slick-next:before {
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/bi_arrow-right-circle-new.svg);

}
.doctors-slider .slick-prev:before, .doctors-slider .slick-next:before{
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.doctors-slider .slick-next {
    left: 75px;
}
.doctors-slider-item {
    display: flex !important;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 374px;
    margin-right: 30px;
}
.doctors-slider-item .doctors-list-item__img {
    border-radius: 10px 0;
    max-width: 105px;
    max-height: initial;
}
.doctors-slider-item .doctors-list-item__img .doctors-list-item__img-none-photo {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.doctors-slider-item .doctors-list-item__img .doctors-list-item__img-photo, .doctors-slider-item .doctors-list-item__img .doctors-list-item__img-none-photo{
    max-width: 250px;
    height: 160px;
    width: 105px;
}
.doctors-slider-item .doctors-list-item__img-info{
    position: initial;
    padding: 10px 0px 20px 10px;
}
.doctors-slider-item .doctors-list-item__description {
    max-width: 100%;
    padding: 10px;
    position: relative;
}
.doctors-slider-item .doctors-list-item__description-position {
    margin-bottom: 6px;
    color: #9DD4B3;
}
.doctors-slider-item .doctors-list-item__description-position,.doctors-slider-item .doctors-list-item__description-degree {
    font-size: 13px;
    line-height: 20px;
}
.doctors-slider-item .doctors-list-item__description-position {
    font-size: 17px;
}
.doctors-slider-item .doctors-list-item__description-exp {
    margin-bottom: 4px;
}
.doctors-slider-item .doctors-list-item__description-exp {
    font-size: 15px;
    line-height: 24px;
    font-family: "Ubuntu-Light";
}
.doctors-slider-item .doctors-list-item__description-degree {
    margin-bottom: 11px;
}
.doctors-slider-item .doctors-list-item__description-price, .doctors-slider-item .doctors-list-item__description-phone {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}
.doctors-slider-item .doctors-list-item__description-counts {
    margin-top: 6px;
}
.doctors-slider-item .doctors-list-item__description-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
    font-family: 'Ubuntu';
}
.doctors-slider-item .doctors-list-item__img-info-ratings {
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
}
.api-reviews-form .api-star-rating i {
    margin-right: 5px;
}
.api-reviews-form .api-star-rating i:last-child {
    margin-right: 0;
}
.doctors-slider-item .doctors-list-item__img-info-commend {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Ubuntu';
}
.doctors-slider-item .doctors-list-item__img-info-ratings img {
    width: 14px;
    display: inline-block;
}
.doctors-slider-item .doctors-list-item-favorites {
    top: 11px;
    right: 8px;
}
.doctors-slider-item .doctors-list-item__description-price {
    margin-bottom: -8px;
    font-family: 'Ubuntu';
}
.blog-item {
    display: block;
}
.blog-item__img {
    border-radius: 10px;
    margin-bottom: 20px;
}
.blog-item__desc {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.blog-item__desc:hover {
    border-bottom: 1px solid transparent;
}
.pictures-box {

}
.popup-link-marker-ghost {
    display: none;
    position: static;
}
.pictures-box-item {
    display: flex;
    margin-bottom: 60px;
}
.pictures-box-item:last-child {
    margin-bottom: 30px;
}
.pictures-box-item img {
    margin-right: 40px;
    max-width: 421px;
    max-height: 320px;
    width: 100%;
    height: 100%;
}
.pictures-box-item p:last-child {
    margin-bottom: 0;
}
.pictures-box-item:nth-child(2n) {
    flex-direction: row-reverse;
}
.pictures-box-item:nth-child(2n) img {
    margin-left: 40px;
}
.pictures-box-item .title-h3 {
    margin-top: 0;
    margin-bottom: 25px;
}
.personal-cabinet-menu__manager.mobile-display-none {
    display: flex;
}
.mobile-display-none {
    display: block;
}
.mobile-display {
    display: none;
}
.bx-touch .personal-cabinet-content__doctors-page__filter__options .bx_filter.bx_horizontal .bx_filter_parameters_box.active {
    width: 50% !important;
    margin-right: 0;
    float: right;
}
.personal-cabinet-content__doctors-page__filter__options .main-filter {
    margin-top: 0;
}
.personal-cabinet-content__doctors-page__filter__options .main-filter .row > div:last-child .bx_filter_parameters_box.active:last-child {
    margin-bottom: 30px;
}
.container.choosing-time {
    margin-top: 80px;
    margin-bottom: 80px;
}
.container.spec-info {
    padding-top: 50px;
}

.fixed-block-alp .container > div {
    padding-left: 0;
    padding-right: 0;
}
/*.bx_filter.bx_blue.bx_horizontal {*/
    /*background: #F3F4EF;*/
    /*}*/
/* .starrr {
    display: inline-block;
}

.starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none;
} */

.personal-cabinet .del-city {
    align-self: normal;
    flex: none;
    position: absolute;
    right: -38px;
}
.place-work {
    margin-left: 10px;
}
.api_controls .api-rules-label input[type=checkbox] {
    display: none;
}
.api_controls .checkbox {
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 2px solid #9DD4B3;
    box-sizing: border-box;
    border-radius: 5px 0 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.api_controls .checkbox img {
    opacity: 0;
}
.api-rules-text {
    margin-left: 5px;
}

.api_controls input:checked + .checkbox {
    background: #9DD4B3;
    border-radius: 5px 0px 5px 5px;
}
.api_controls input:checked + .checkbox img {
    opacity: 1;
}
.clinic-popup .flex-direct {
    display: flex;
    flex-direction: column;
}
.clinic-popup .work-day {
    float: left;
    padding: 0;
    width: 22px;
}

@media (max-width: 1600px) {
    .main__img2 {
        right: -90px;
        width: 352px;
        top: 115px;
    }
    .personal-cabinet-content__my-profile__info-form > ul > li > label {
        min-width: 120px;
    }
    .personal-cabinet .bx_filter_input_checkbox {
        margin-bottom: 10px;
    }
    .personal-cabinet .bx_filter_param_text {
        line-height: 1;
    }
}
@media (max-width: 1450px) {
    .personal-cabinet-content__my-profile__info-form > ul > li, .personal-cabinet-content__my-profile__info-desc > ul > li {
        flex-direction: column;
        align-items: initial;
    }

}
@media (max-width: 1400px) {
    #modef .bx_filter .bx_filter_search_button {
        max-width: 100px;
    }
    .main__img2 {
        right: -45px;
         top: 26px;
        width: 270px;
        /* background-position-x: 73px; */
    }
    .head__text--bottom {
        font-size: 45px;
        line-height: 50px;
    }
    .head__text--top {
        font-size: 50px;
        line-height: 55px
    }
    .head > img {
        width: 100px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }

    /* .header .container {
        max-width: 1300px;
    } */
}
@media (min-width: 1024px) {
    .header {
        background-color: #fff;
    }
}
@media (max-width: 1024px) {
    .specializations .nav-pills > li {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .specializations .nav-pills > li:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 1430px) {

    .logo-clinic-in-cabinet {
        margin-bottom: 20px;
    }
    .top-menu {
        margin-left: 5px;
    }
    .nav {
        justify-content: normal;
    }
    .nav__item, .nav__item:nth-child(1), .nav__item:nth-child(2), .nav__item:nth-child(3), .nav__item:nth-child(4) {
        padding-left: 10px;
    }
    .header .container,.header .container.cabinet {
        padding-left: 120px;
        padding-right: 15px;
    }
    .header .container .logo {
        margin-right: auto;
    }
    .top-menu-mobile .nav .nav__item:not(:first-child) {
        padding-left: 0;
    }
    .top-menu-mobile .nav .nav__item {
        justify-self: center;
    }
    .head {
        padding-top: 0;
        padding-left: 5px;
    }
    .personal-cabinet-content__my-profile__info-form > ul > li:first-child {
        flex-direction: initial;
        align-items: center;
    }
    .personal-cabinet-content__my-profile__info-form > ul > li > label,.personal-cabinet-content__my-profile__info-desc > ul > li > label {
        margin-bottom: 5px;
        margin-right: 0;
    }
    .personal-cabinet-content__my-profile__info-form > ul > li, .personal-cabinet-content__my-profile__info-desc > ul > li {
        margin-bottom: 10px;
    }
}
@media (max-width: 1279px) {
    .burger__btn {
        left: 30px;
    }
    .container.mobile {
        display: flex;
    }
    .main-screen {
        margin-top: 170px;
    }
    main {
        margin-top: 173px;
    }
    .personal-cabinet-menu {
        padding: 15px;
        width: 100%;
        max-width: 260px;
        min-width: initial;
    }
    .personal-cabinet-menu__list-item.active::before {
        right: -15px;
    }
    #header-auth {
        margin-left: 5px;
    }
    .top-menu-mobile .nav {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        max-width: 100%;

    }
    .top-menu-mobile {
        display: block;
        width: 100%;
    }
    .header .container,.header .container.cabinet {
        padding-bottom: 20px !important;
    }
    .header .container.mobile {
        padding-left: 0;
        margin-top: 11px;
        padding-right: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .top-menu {
        display: none;
    }
    /* .header .logo img {
        max-width: 200px;
    } */
    .header .container .logo {
        margin-right: none;
    }
    .nav__item, .nav__item:nth-child(1), .nav__item:nth-child(2), .nav__item:nth-child(3), .nav__item:nth-child(4) {
        padding-left: 0;
    }
    .container {
        padding-left: 41px;
    }
    .contacts {
        margin-left: 0;
        margin-right: 15px;
    }
    /* .contacts-phone {
        margin-top: 0;
    } */
    .doctor-card .flex-left {
        max-width: 600px;
    }
    .doctor-card .flex-right {
        max-width: 435px;
    }
    .flex-right .doctor-card-top-content,.flex-left .doctor-card-top-content {
        min-height: 516px;
    }
    .doctor-card-popUp-group__call {
        max-width: 275px;
    }
    .doctor-card .doctor-card-location-map {
    }
}
@media (max-width: 1200px) {
    .statistics__item:nth-child(3) .statistics__icon {
        padding-left: 3px;
    }

    .statistics__item:nth-child(4) .statistics__icon {
        padding-left: 8px;
    }
    .call-popup .clinic-popup.doctors-list .flex-left > .row > div:last-child {
        display: none;
    }
    .call-popup .clinic-popup.doctors-list .flex-left > .row {
        padding: 0 30px;
    }
    .burger__btn {
        left: 20px;
    }
    .container.spec-info {
        padding-top: 40px;
    }
    .popup-box.popup-scroll {
        max-width: 100%;
        height: 100%;
        overflow: scroll;
    }
    .call-popup .doctors-list-item, .reception-popup .doctors-list-item {
        height: initial;
    }
    .container.choosing-time  {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .personal-cabinet-content__doctors-page__filter {
        max-width: 100%;
    }
    .personal-cabinet {
        flex-direction: column;
    }
    .personal-cabinet-menu,.personal-cabinet-menu__manager {
        max-width: 100%;
        border-radius: 10px 10px 10px 10px;
    }
    .personal-cabinet-menu__list {
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-display-none,.personal-cabinet-menu__manager.mobile-display-none {
        display: none;
    }
    .personal-cabinet-menu__manager.mobile-display {
        display: flex;
        background: #fff;
        padding: 20px 0;
    }
    .personal-cabinet-menu__list-item {
        flex-basis: 33%;
        margin-bottom: 10px;
    }
    .personal-cabinet-menu__list-item.active::before {
        display: none;
    }
    .personal-cabinet-content__my-profile, .personal-cabinet-content__schedule-page, .personal-cabinet-content__doctors-page, .personal-cabinet-content__price-page {
        padding: 0px 10px 30px;
    }
    .popup-box {
        max-width: 728px;
    }
    .popup-box .close {
        top: 30px;
        right: 30px;
        background-color: transparent;
    }
    .map-popup, .map-popup-marker {
        max-height: 989px;
    }
    .reception-popup .close, .call-popup .close, .mess-popup .close {
        background-color: transparent;
        top: 36px;
        right: 30px;
    }
    .call-popup .doctors-list-item, .reception-popup .doctors-list-item {
        flex-direction: column;
    }
    .reception-popup .flex-content, .call-popup .flex-content {
        max-width: 100%;
    }
    .reception-popup .logo .title-h2.tablet-title, .call-popup .logo .title-h2.tablet-title {
        display: block;
        margin-left: 64px;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .reception-popup .logo .title-h2 > span {
        color: #9DD4B3;
    }
    .reception-popup .logo, .call-popup .logo {
        display: flex;
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        align-items: center;
    }
    .reception-popup .doctors-list .flex-right, .call-popup .doctors-list .flex-right {
        max-width: 100%;
        margin-top: 0;
        padding: 30px;
        background: transparent;
    }
    .reception-popup .doctors-list .flex-right .title-h2, .call-popup .doctors-list .flex-right .title-h2 {
        display: none
    }
    .reception-select-group .reception-select-group__left {
        margin-right: 18px;
    }
    .reception-popup .doctors-list-item__img, .call-popup .doctors-list-item__img {
        margin-bottom: 0;
        max-width: 352px;
        max-height: initial;
    }
    .reception-select-group select, .reception-select-group input {
        margin-bottom: 10px;
    }
    .reception-select-group:last-child {
        margin-top: 12px;
    }
    .reception-select-group button {
        width: 100%;
    }
    .reception-popup .doctors-list-item__img-info, .call-popup .doctors-list-item__img-info {
        bottom: 42px;
        left: 57%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: transparent;
    }
    .reception-popup .doctors-list-item__img .doctors-list-item__img-none-photo, .reception-popup .doctors-list-item__img .doctors-list-item__img-photo, .call-popup .doctors-list-item__img .doctors-list-item__img-none-photo, .call-popup .doctors-list-item__img .doctors-list-item__img-photo {
        max-width: 352px;
        width: 100%;
    }
    .side-menu-nav {
        display: block;
        max-width: 168px;
        margin: 40px auto 0;
        padding: 0;
    }
    .side-menu-nav .nav {
        flex-direction: column;
    }
    .side-menu-nav .nav li {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        color: #000000;
        margin-bottom: 40px;
    }
    .side-menu-nav .nav li:last-child {
        margin-bottom: 0;
    }
    .side-menu-nav .nav li .nav__header {
        padding-left: 7px;
    }
    .clinic-card-full-desc__content__feedback__radio-group > ul {
        flex-direction: column;
        align-items: initial;
    }
    .bx_filter_parameters_box.active {
        width: 30% !important;
    }
    .statistics {
        padding-left: 0;
    }
    .statistics__header {
        padding-left: 55px;
    }
    .statistics__items {
        grid-template-columns: 1fr 1fr;
        padding-top: 24px;
        grid-row-gap: 60px;
    }
    .statistics__item {
        justify-self: center;
        width: 100%;
        max-width: 260px;
    }
    .container {
        max-width: 100%;
    }
    .main {
        background: none;
    }


    .doctor-card .flex-left .doctor-card-popUp-group__route {
        display: flex;
    }
    .doctor-card .flex-right .doctor-card-popUp-group__route {
        display: none;
    }
    .doctor-card {
        flex-direction: column;

    }
    .clinic-card .doctor-card {
        padding: 10px;
        box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .doctor-card .flex-left {
        max-width: 100%;
    }
    .doctor-card .flex-right {
        max-width: 100%;
        margin-top: 32px;
    }
    .flex-left .doctor-card__description {
        width: 100%;
        max-width: 100%;
    }
    .doctor-card_options-list {
        justify-content: initial;
    }
    .flex-right .doctor-card-top-content, .flex-left .doctor-card-top-content {
        min-height: initial;
    }
    .flex-left .doctor-card__description {
        padding-left: 20px;
    }
    .doctor-card__img {
        height: 456px;
    }
    .doctor-card__img .doctor-card__img-photo ,.doctor-card__img .doctors-list-item__img-none-photo {
        max-height: 398px;
        height: 398px;
    }
    .doctor-card__description-degree {
        margin-bottom: 9px;
    }
    .doctor-card__description-phone span {
        margin-bottom: 9px;
    }
    .doctor-card__clinic-name {
        margin-bottom: 6px;
        margin-top: 19px;
    }
    .doctor-card__img-info {
        bottom: 43px;
    }
    .doctor-card__clinic-adress {
        margin-bottom: 5px;
    }
    .doctor-card_metro-list-item {
        margin-bottom: 5px;
    }
    .doctor-card_metro-list-item:last-child {
        margin-bottom: 0;
    }
    .doctor-card__metro-list {
        margin-bottom: 20px !important;
    }
    .sharding-block-doctor-detail {
        margin-bottom: 0 !important;
    }
    .doctor-card-popUp-group {
        margin-top: 28px;
        justify-content: initial;
    }
    .doctor-card-popUp-group__reception,.doctor-card-popUp-group__call,.doctor-card-popUp-group__route {
        font-size: 15px;
        line-height: 17px;
    }
    .doctor-card-popUp-group__route {
        max-width: 226px;
    }
    .doctor-card-popUp-group__call {
        max-width: 193px;
        margin-right: 30px;
    }
    .doctor-card-popUp-group__reception {
        max-width: 275px;
        margin-right: 30px;
    }
    .doctor-card-popUp-group__call span {
        max-width: 104px;
    }
    .doctor-card__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .doctor-card-top-content .title-h3 {
        margin-bottom: 12px;
    }
    .doctor-card__img-info-commend a {
        margin-bottom: 0;
    }
    .doctor-card_options-list-item {
        margin-right: 36px;
    }
    .doctor-card_options-list-item::before {
        margin-right: 15px;
    }
    .doctor-card__position-desc {
        margin-bottom: 22px;
    }
    .choosing-time .title-h3 {
        text-align: center;
    }
    .doctor-card__img-info-commend {
        margin-bottom: 20px;
    }
    .doctor-card {
        margin-bottom: 11px;
    }
    .choosing-time_block,.choosing-time__worktimming-list {
        width: 100%;
        /*max-width: 628px;*/
        margin: 0 auto;
    }
    .choosing-time_block {
        margin-bottom: 19px;
    }
    .choosing-time_block .slick-prev {
        margin-right: 6px;
    }
    .choosing-time_block-list-item {
        padding: 10px 13px;
        margin-right: 5px;
    }
    .choosing-time_block .slick-list {
        padding-top: 40px;
    }
    .choosing-time__worktimming-list-item {
        margin-right: 5px;
        padding: 4px 14px;
    }
    .choosing-time__worktimming-list-item:nth-child(9) {
        display: none;
    }
    .checked-feedback {
        margin-top: 30px;
        margin-bottom: 128px;
    }
    .checked-feedback-list-item__from {
        margin-top: 21px;
        margin-bottom: 11px;
    }
    .checked-feedback-list-item__doctor-info {
        max-width: 305px;
    }
    .checked-feedback .slick-prev, .checked-feedback .slick-next {
        bottom: -120px;
    }
    .checked-feedback-list-item__from,.checked-feedback-list-item__feedback {
        max-width: 100%;
    }
    .spec-info .title-h2 {
        margin-bottom: 20px;
    }
    .spec-info-block {
        display: grid;
        grid-template-areas: "a a"
                             "b c";
        /* grid-column-gap: 20px; */
        justify-content: initial;
    }
    .spec-info-block .spec-info-block__spec-list {
        grid-area: a;
        margin-bottom: 6px;
    }
    .spec-info-block .title-h3 {
        max-width: 100%;
        margin-bottom: 22px;
    }
    .spec-info-block__spec-list__title {
        margin-bottom: 18px;
    }
    .spec-info-block__education-list ol li, .spec-info-block__exp-list ol li {
        max-width: 354px;
        margin-bottom: 20px;
    }
    .spec-info-block__education-list ol li span, .spec-info-block__exp-list ol li span {
        margin-right: 20px;
    }
    .spec-list {
        margin-top: -37px;
    }
    .spec-list .title-h2 {
        margin-bottom: 39px;
    }
    .spec-list .flex-between {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .spec-list .flex-between ul:first-child .spec-list-list__title {
        max-width: 97%;
    }
    .spec-list-list {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .spec-list-list li {
        margin-bottom: 8px;
        margin-left: 12px;
    }
    .doctor-card .doctor-card-location-map {
        right: 5px;
        bottom: 23px;
    }
    .choosing-time__worktimming-list {
        padding-left: 18px;
    }
    .checked-feedback-list-item {
        margin-right: 25px;
    }
    .doctors-lastfeedback-list-item {
        margin-right: 40px;
    }
    .services-list {
        margin-bottom: 60px;
    }
    .container.page-404 {
        margin-top: 40px;
        margin-bottom: 89px;
    }
    .page-404 .page-404__accent-text {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .page-404 .page-404__desc {
        margin-bottom: 20px;
    }
}
@media (max-width: 1023px) {
    .media-print-desktop {
        display: none;
    }
}
@media (max-width: 1000px) {
    .personal-cabinet-content__my-profile__info-desc {
        width: 100%;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop > ul {
        flex-wrap: wrap;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop > ul > li {
        flex-basis: 30%;
    }
    .personal-cabinet-content__my-profile__info {
        flex-direction: column;
        align-items: center;
    }
    .personal-cabinet-content__my-profile__info-form {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .personal-cabinet-menu__list-item > a {
        align-items: initial;
    }
    .clinic-card-info-detail {

    }
    .clinic-card-info-detail .grey-block {
        flex-direction: column;
    }
    .clinic-card-info-detail__block {
        max-width: 200px;
        margin-bottom: 15px;
    }
    .bx_filter .bx_filter_search_button {
        font-size: 14px;
    }
    .statistics {
        padding-top: 28px;
    }
    .specializations {
        margin-top: 60px !important;
        margin-bottom: 61px;
    }
    .specializations .nav-pills {
        padding-bottom: 37px;
    }
    .specializations .load_more {
        margin-top: 38px;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .head__text--top {
        font-size: 35px;
        line-height: 39px;
    }
    .head__text--bottom {
        font-size: 30px;
        line-height: 40px;
    }
    .head > img {
        width: 60px;
    }
    .main__img2 {
        top: -14px;
        right: 0;
        width: 270px;
        background-position-x: 69px;
    }
    .head__text {
        padding-right: 36px;
    }
    .main-filter {
        margin-top: 21px;
    }
    .bx_filter .bx_filter_button_box .bx_filter_block {
        padding-right: 0;
    }
    .specializations .nav-pills .nav-link,.specializations .nav-pills .nav-link.active {
        padding-left: 22px;
    }
    .specializations .col__item {
        padding-top: 18px;
    }
    .burger__btn {
        top: 35px;
        left: 20px;
    }
    .header {
        max-width: 100%;
        display: inline-table;
    }
    .nav__item {
        padding-left: 0;
    }
    .footer .logo img {
        max-width: 220px;
    }
    .footer__col-1 {
        padding-left: 11px;
    }
    .footer__col-4 {
        padding-left: 24px;
        padding-top: 2px !important;
    }
    .footer__col-3 {
        padding-left: 36px;
        padding-top: 2px !important;
    }
    .footer .col__block:nth-child(2) {
        padding-top: 34px;
    }
    .footer .col__block ul {
        padding-left: 13px;
        margin-bottom: 0;
    }
    .footer .col__block ul li {
        padding: 6px 0 13px;
    }
    .contacts__line img {
        padding-right: 19px;
    }
    .contacts__email {
        padding-top: 19px
    }
    .footer__col-5 {
        display: block;
    }
    .politics {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        font-weight: 300;
        font-size: 13px;
        line-height: 15px;
        margin-top: 7px;
        padding-top: 0;
    }
    .politics > span  {
        padding-right: 98px;
    }
    .footer__contacts .politics {
        display: none;
    }
    .header .container,.header .container.cabinet {
        padding-left: 100px;
        padding-top: 31px;
        padding-bottom: 10px;
    }
    .header .container.mobile {
        margin-top: 21px;
    }
    #header-records {
        margin-left: 20px;
        margin-right: 5px;
    }
    .head {
        padding-left: 0;
    }
    .container {
        padding-left: 19px;
    }
    /* .tab-content > .tab-pane .row > div {
        1 22px
        2 26px
        3 31px
        4 36px
    } */
    .nav__item:nth-child(3) {
        padding-right: 30px;
    }
    .nav__item:nth-child(4) {
        padding-right: 25px;
    }
    .nav__header {
        padding-left: 11px;
    }
    .head .desktop-plus {
        display: none;
    }
    .head > img:last-child {
        display: block;
        width: 67px;
        height: 67px;
        opacity: 0.5;
    }
    .statistics__text {
        margin-top: 3px;
    }
    .statistics__items {
        grid-row-gap: 54px;
    }
    .contacts__social {
        padding-top: 21px;
    }
    .contacts__social img{
        padding-right: 15px;
    }
    .contacts__social img:first-child {
        padding-left: 6px;
    }
}
@media (max-width: 992px) {
    .anchor-block-list > li > a:hover {
        font-size: 15px;
        font-family: inherit;
    }
    .footer__col-2 .nav {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
    }
    .footer__col-2 .nav__item:not(:first-child) {
        padding-top: 0;
        padding-left: 10px;
    }
    .anchor-block {
        padding: 15px 10px 0px 10px;
    }
    .general-blocks > div {
        margin-bottom: 20px;
    }
    .general-block-item > div:last-child {
        margin-bottom: 0;
    }
    .general-blocks {
        margin-bottom: 0;
    }
    .variable-blocks {
        column-count: 2;
    }
}
@media (max-width: 900px) {
    .personal-cabinet-content__doctors-page__filter {
        flex-direction: column-reverse;
    }
    .clinic-card-img {
        margin-right: 22px;
    }
    .clinic-card-info .doctor-card-popUp-group__route::before {
        display: inline-table;
    }
    .clinic-card-item {
        padding: 20px 30px 20px 20px;
    }
    .clinic-card-info {
        flex-basis: 31%;
    }
    .clinic-card-img__img {
        height: 99px;
        width: 99px;
    }
    .clinic-card-img__img > a {
        display: contents;
        width: 100%;
        height: 100%;
    }
    .clinic-card-full-desc {
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }
    .clinic-card-full-desc__content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .clinic-card-full-desc__tabs {
        width: initial;
        margin-right: 0;
    }
    .clinic-card-full-desc__tabs > ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .clinic-card-full-desc__tabs > ul > li {
        margin-right: 20px;
    }
    .clinic-card-full-desc__tabs > ul > li:last-child {
        margin-right: 0;
    }
    .clinic-card-full-desc__content__info-left {
        max-width: 270px;
        width: 100%;
    }
    .clinic-card-full-desc__content__info-right {
        max-width: 400px;
    }
    .clinic-card-desc-detail .doctor-card-location-map {
        top: 30px;
    }
    .header .container,.header .container.cabinet {
        padding-bottom: 20px;
    }
    .statistics__header {
        padding-left: 33px;
    }
    .specializations .nav-pills .nav-link, .specializations .nav-pills .nav-link.active {
        padding-left: 19px;
        justify-content: center;
    }
    .tab-content > .tab-pane .row > div:nth-child(2) {
        padding-left: 20px;
    }
    .tab-content > .tab-pane .row > div:nth-child(3) {
        padding-left: 25px;
    }
    .tab-content > .tab-pane .row > div:nth-child(4) {
        padding-left: 29px;
    }
    .bx_filter .bx_filter_button_box .bx_filter_block {
        width: 87px;
        margin-left: -60px;
    }
    .head img {
        margin-left: 0;
    }
    .main-filter .row > div:first-child > div:first-child {
        margin-right: 10px;
    }
    .specializations .nav-pills > li:first-child {
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .bx_filter .main-filter .bx_filter_param_label {
        width: 100%;
    }
    .anchor-block.fixed-block,.anchor-block.fixed-block-alp {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .specializations .nav-pills .nav-link {
        justify-content: center;
    }
    .print-table, .print-table thead, .print-table tbody, .print-table th, .print-table td, .print-table tr {
        display: block; }
    .print-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px; }
    .print-table thead tr th:last-child {
        padding-left: 15px; }
    .print-table tbody tr td {
        word-break: break-all;
        padding-left: 50% !important;
        border: none;
        position: relative;
        padding-bottom: 6px;
        text-align: initial;
    }
    .print-table tbody tr td::before {
        /* Now like a table header */
        position: absolute;
        font-weight: bold;
        /* Top/left values mimic padding */
        /*top: 6px;*/
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap; }
    .print-table tbody tr td:first-child {
        padding-right: 10px; }
    .print-table tbody tr td:last-child div {
        display: flex;
        align-items: center; }
    .print-table tbody tr td:last-child a {
        margin-left: 15px;
        padding: 4px 6px; }
    .print-table tbody tr:first-child {
        display: none;
    }
    .print-table tbody tr td:nth-of-type(1):before {
        content: "Статус"; }
    .print-table tbody tr td:nth-of-type(2):before {
        content: "Номер и дата счёта"; }
    .print-table tbody tr td:nth-of-type(3):before {
        content: "Сумма счёта, руб."; }
    .print-table tbody tr td:nth-of-type(4):before {
        content: "Акт"; }


    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content {
        max-width: 100%;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content.main-block {
        max-width: 100%;
    }
    .personal-cabinet-content-item {
        width: 100%;
    }
    .time-block-span {
        max-width: 132px;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop > ul {
        flex-direction: column;
        align-items: flex-start;
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    }
    .personal-cabinet-content__my-profile .title-h2, .personal-cabinet-content__schedule-page .title-h2, .personal-cabinet-content__doctors-page .title-h2, .personal-cabinet-content__price-page .title-h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .personal-cabinet-content__my-profile__info-form, .personal-cabinet-content__my-profile__info-desc, .personal-cabinet-content__my-profile__services {
        padding: 15px;
    }
    .personal-cabinet-content__my-profile, .personal-cabinet-content__schedule-page, .personal-cabinet-content__doctors-page, .personal-cabinet-content__price-page {
        padding: 0px 0px 30px;
    }
    .personal-cabinet-content__my-profile__services {
        flex-direction: column;
    }
    .personal-cabinet {
        margin: 134px 15px 20px;
    }
    .personal-cabinet-menu__list-item {
        flex-basis: 49%;
        padding-right: 10px;
    }
    .personal-cabinet-menu__icon {
        margin-right: 5px;
        flex-basis: 30%;
    }
    .personal-cabinet-menu__desc {
        flex-basis: 70%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .personal-cabinet-menu__desc h5 {
        font-size: 15px;
        line-height: 17px;
    }
    .bx_filter .main-filter .bx_filter_param_label .checkbox {
        width: 16px;
        height: 16px;
    }

    .bx_filter .main-filter .bx_filter_input_checkbox .bx_filter_param_text {
        margin-left: 2px;
        /*
        margin-left: 3px;
        */
        line-height: 13px;
        font-weight: normal;
        margin-top: -1px;
        margin-right: 0;
        font-size: 12px;
    }
    .main-filter .row > div:last-child .bx_filter_parameters_box.active {
        margin-right: 30px;
    }
    .main__img2 {
        opacity: 0.5;
    }
    .specializations .col__item {
        padding-top: 17px;
    }
    .contacts__phone, .contacts__social {
        padding-top: 21px;
    }
    .statistics__icon > img {
        width: 60px;
        height: 60px;
    }
    .header .container.mobile {
        margin-top: 33px;
    }
    .header .container,.header .container.cabinet {
        padding-top: 35px;
    }
    .top-menu-mobile .nav .nav__item:nth-child(2) {
        /*padding-left: 12px;*/
    }
    .statistics__item:nth-child(2) {
        padding-right: 46px;
    }
    .statistics__item:nth-child(3) {
        padding-right: 18px;
    }
    .statistics__item:nth-child(4) {
        padding-right: 46px;
    }
    /*doctors-list */
    .doctors-list-item {
        flex-direction: column;
    }
    .doctors-list .flex-right {
        background: #F8F8F8;
    }
    .doctors-list .flex-right {
        max-width: 100%;
    }
    .flex-right .doctors-list-item__description {
        max-width: 100%;
        padding: 20px 42px 30px 20px;
        display: none;
    }
    .doctors-list-item {
        min-height: max-content;
    }
    .doctors-list-item__worktimming-list-item {
        padding: 5px 9px;
    }
    .flex-right .doctors-list-item__description .adapt {
        display: flex;
    }
    .doctors-list-item__metro-list {
        margin-bottom: 0 !important;
    }
    .flex-right .doctors-list-item__description .adapt > div:first-child {
        max-width: 403px;
        margin-right: 20px;
        width: 100%;
    }
    .flex-right .doctors-list-item__description .adapt > div:last-child {
        margin-top: 33px;
    }
    .doctors-list-item_options {
        justify-content: initial;
    }
    .doctors-list-item_options-list-item {
        margin-right: 25px;
    }
    .doctors-list-item_options-list-item:last-child {
        margin-right: 0;
    }
    .doctor-pagination_block {
        display: none;
    }
    .doctor-pagination {
        justify-content: center;
    }
    .doctor-pagination_show-more button {
        margin-top: 40px;
    }
    .doctors-list-item__img {
        max-width: 250px;
        max-height: 382px;
        border-radius: 10px 0;
    }
    .doctors-list-item__img .doctors-list-item__img-none-photo,.doctors-list-item__img .doctors-list-item__img-photo {
        max-width: 250px;
        height: 382px;
    }
    .flex-left .doctors-list-item__description {
        padding: 32px 32px 31px 30px;
        max-width: 100%;
    }
    .doctors-list-item__img-info {
        bottom: 32px;
        left: 42px;
        padding: 10px 16px 16px;
    }
    .doctors-list-item__description .doctors-list-item__days-list {
        padding-left: 0;
    }
    .doctors-list-item-favorites {
        top: 31px;
        right: 35px;
    }
    .doctors-list-item__description-position {
        margin-bottom: 6px;
        color: #9DD4B3;
    }

    .doctors-list-item__description-exp {
        margin-bottom: 7px;
    }
    .doctors-list-item__description-degree {
        margin-bottom: 19px;
    }
    .doctors-list-item__description-price {
        margin-bottom: -8px;
    }
    .doctors-list-item__description-phone span {
        margin-bottom: 3px;
    }
    .doctors-list-item__description-counts {
        margin-top: 19px;
    }
    .doctors-list-item_timing {
        padding-left: 0px;
    }
    .doctors-list-item__description .doctors-list-item__worktimming-list {
        margin-bottom: 24px;
    }

    /*doctor-detail*/


}

@media (max-width: 750px) {
    .specializations .nav-pills > li:last-child {
        margin-left: 0;
    }
    .specializations .nav-pills .nav-link, .specializations .nav-pills .nav-link.active {
        padding-left: 10px;
    }
    .main-filter .row > div:last-child .bx_filter_parameters_box.active {
        margin-right: 10px;
        /*margin-right: 20px; */
    }
    .sort-block {
        max-width: 100%;
    }
    .sort-block-list-item {
        padding: 10px 10px;
    }
}
@media (max-width: 730px) {
    .contacts {
        display: none;
    }
    .statistics__item:nth-child(2) {
        padding-right: 0;
    }
    .statistics__item:nth-child(3) {
        padding-right: 0;
    }
    .statistics__item:nth-child(4) {
        padding-right: 0;
    }
}
@media (max-width:720px) {
    /* main.main__header {
        margin-top: 160px;
    } */
    .sort-doctors {
        display: flex;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: auto;
    }
    .fixed-block-alp .sort-block-list .sort-block-list-item {
        /*padding: 7px;*/
    }
    .library .sort-block {
        margin-bottom: 8px;
    }
    .alphabet-block-list > li {
        width: 15px;
    }
    .alphabet-block-list > li a {
        font-size: 15px;
    }
    .fixed-block-alp {
        padding-bottom: 10px !important;
    }
    /* main {
        margin-top: 160px;
    } */
    .main-screen {
        margin-top: 190px;
    }
    main {
        margin-top: 200px;
    }
    .container.main__header {
        padding-top: 20px;
    }
    .alphabet-block-list {
        flex-wrap: wrap;
    }
    .popup-window {
        left: 15px!important;
        max-width: calc(100% - 30px)!important;
        /*max-height: initial;*/
        max-height: 55vh;
    }

    /*.bx_filter_section .smartfilter.main-filter .row > div:first-child > div:first-child {*/
        /*margin-bottom: 20px;*/
    /*}*/
    .bx_filter_select_container {
        width: 100%;
    }
    .popup-box {
        max-width: 600px;
    }
    .reception-popup .logo .title-h2.tablet-title, .call-popup .logo .title-h2.tablet-title {
        display: none;
    }
    .reception-popup .flex-left .doctors-list-item__description .title-h2.mobile-title, .call-popup .flex-left .doctors-list-item__description .title-h2.mobile-title {
        display: block;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 6px;
    }
    .statistics__items {
        grid-template-columns: 1fr;
    }
    .statistics__item {
        margin-bottom: 15px;
    }
    .main__img2 {
        right: 0px;
        width: 200px;
    }
    /* .head > img {
        position: absolute;
        bottom: -412px;
        right: 23px;
    } */
    .head > img {
        display: none;
    }
    .head > img:last-child {
        display: none;
    }
    .head__text--top {
        font-size: 30px;
        line-height: 35px;
    }
    .head__text--bottom {
        font-size: 26px;
        line-height: 35px;
    }
    .top-menu-mobile .nav {
        grid-template-columns: 1fr 1fr;
    }
    .top-menu-mobile .nav .nav__icon {
        text-align: initial;
    }
    .top-menu-mobile .nav .nav__item {
        width: 152px;
    }
    .head__text {
        padding-right: 0;
    }
    .statistics__header {
        display: flex;
    }
    .statistics__header > img {
        display: block;
    }
    .tab-content > .tab-pane .row > div {
        padding-left: 44px;
    }
    .tab-content > .tab-pane .row > div:nth-child(even) {
        padding-left: 16px;
    }
    .container {
        padding-left: 15px;
    }
    /*.main-filter .row > div:last-child .bx_filter_parameters_box.active {*/
    /*    margin-right: 0;*/
    /*    width: initial !important;*/
    /*}*/


    .sort-block-list__select {
        display: block;
    }
    .sort-block-list {
        display: none;
    }
    .services-list .sort-block-list, .library .sort-block-list {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-right .doctors-list-item__description .adapt > div:first-child {
        margin-right: 0;
    }


    /*doctor-detail*/
    .doctor-card-popUp-group {
        flex-direction: column;
        margin-top: 20px;
    }
    .doctor-card-popUp-group__reception, .doctor-card-popUp-group__call, .doctor-card-popUp-group__route {
        max-width: 100%;
    }
    .doctor-card-popUp-group a {
        margin-bottom: 7px;
    }
    .doctor-card-popUp-group a:last-child {
        margin-bottom: 0;
    }
    .doctor-card-popUp-group__call span {
        max-width: initial;
    }
    .doctor-card .doctor-card-location-map {
    }
    .doctors-lastfeedback-list-item {
        margin-right: 20px;
    }
    .doctors-lastfeedback .slick-prev {
        left: 110px;
    }
    .doctors-lastfeedback .slick-next {
        left: 195px;
    }
    /* 404 */
    .container.page-404 {
        max-width: 370px;
        margin-top: 53px;
        margin-bottom: 132px;
    }
    .container.page-404 > img {
        width: 287px;
        height: 114px;
    }
    .page-404 .page-404__accent-text {
        font-size: 70px;
        line-height: 80px;
        margin-bottom: 30px;
        margin-top: 0;
    }
    .page-404 .page-404__desc {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 54px;
        font-family: "Ubuntu-Light";
    }
    .page-404 .page-404__toHome {
        width: 341px;
    }
 }
@media (max-width: 680px) {
    .flex-right .doctors-list-item__description .adapt {
        flex-direction: column;
    }
    .flex-right .doctors-list-item__description .adapt > div:first-child {
        max-width: 100%;
    }
    .flex-right .doctors-list-item__description .adapt > div:last-child {
        margin-top: 33px;
    }
}
@media (max-width: 675px) {
    .doctor-card .doctor-card-location-map {
        bottom: 0;
    }
}
@media (max-width: 650px) {
    .personal-cabinet-content__doctors-page-box-item__desc__head > div:nth-child(2) {
        position: relative;
    }
    .personal-cabinet-content__doctors-page-box-item__desc-switch {
        top: -140px;
        right: 30px;
        position: absolute;
    }
    .booking-block .personal-cabinet-content__doctors-page-box-item__desc-switch {
        position: initial;
    }

    .personal-cabinet-content__doctors-page-box-item__desc__adress-box .checkbox-group > li {
       flex-basis: 49%;
       margin-right: 0px;
        margin-bottom: 15px;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__adress-box .checkbox-group {
        justify-content: space-between;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__adress-box .checkbox-group > li:nth-child(1) {
        flex-basis: 100%;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__adress-box .checkbox-group > li:nth-child(2) {
        flex-basis: 100%;
    }
    .personal-cabinet-content__doctors-page__filter__options .main-filter .row > div:last-child {
        padding-top: 0;
    }
    /*.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(3),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(6) {*/
    /*    width: 36% !important;*/
    /*}*/
    /*.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(5) {*/
    /*    width: 27% !important;*/
    /*}*/
    /*.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(5),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8) {*/
    /*    width: 27% !important;*/
    /*}*/
    /*.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8) {*/
    /*    width: 36% !important;*/
    /*}*/
    /* .main-filter .row > div:last-child .bx_filter_parameters_box.active:last-child {*/
    /*    width: 27% !important;*/
    /*}*/
    /*.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(4),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(7), .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8) {*/
    /*    width: 36% !important;*/
    /*}*/

    .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n+2) {
		clear: none;
    }
    /*.main-filter .row > div:last-child .bx_filter_parameters_box.active {*/
    /*    width: 33% !important;*/
    /*}*/
    .bx-touch .personal-cabinet-content__doctors-page__filter__options .bx_filter.bx_horizontal .bx_filter_parameters_box.active {
        width: 50% !important;
    }
    /*.bx-touch .main-screen .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(3),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(7) , .bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(3),.bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(7),.clinic-card .bx_filter.bx_blue.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(4),.clinic-card .bx_filter.bx_blue.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8) {*/
    /*    width: 36% !important;*/
    /*}*/
    /*.bx-touch .main-screen .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(4),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8) , .bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(4),.bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8), .clinic-card .bx_filter.bx_blue.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(5),.clinic-card .bx_filter.bx_blue.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(9) {*/
    /*    width: 30% !important;*/
    /*}*/
    /*.bx-touch .main-screen .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(5),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(9), .bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(5),.bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(9), .clinic-card .bx_filter.bx_blue.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(6),.clinic-card .bx_filter.bx_blue.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(10){*/
    /*    width: 34% !important;*/
    /*}*/
    /*.bx-touch .bx_filter.bx_horizontal .main-filter .bx_filter_parameters_box.active:nth-last-of-type(3),.bx-touch .main-filter .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(7) {*/
    /*    width: 36% !important;*/
    /*    margin-right: 0;*/
    /*}*/
    /*.bx-touch .bx_filter.bx_horizontal .main-filter .bx_filter_parameters_box.active:nth-last-of-type(4),.bx-touch .main-filter .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8) , .bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(4),.bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8) {*/
    /*    width: 30% !important;*/
    /*    margin-right: 0;*/
    /*}*/
    /*.bx-touch .bx_filter.bx_horizontal .main-filter .bx_filter_parameters_box.active:nth-last-of-type(5),.bx-touch .main-filter .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(9), .bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(5),.bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(9) {*/
    /*    width: 34% !important;*/
    /*    margin-right: 0;*/
    /*}*/
    /*.bx-touch .main-screen .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(3),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(7) , .bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(3),.bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(7) {*/
    /*    width: 36% !important;*/
    /*    margin-right: 0;*/
    /*}*/
    /*.bx-touch .main-screen .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(4),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8) , .bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(4),.bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8) {*/
    /*    width: 30% !important;*/
    /*    margin-right: 0;*/
    /*}*/
    /*.bx-touch .main-screen .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(5),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(9), .bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(5),.bx-touch .full-screen__filter-bg .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(9) {*/
    /*    width: 34% !important;*/
    /*    margin-right: 0;*/
    /*}*/
    /*.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(1),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(7) {*/
    /*    width: 34% !important;*/
    /*    margin-right: 0;*/
    /*}*/
    /*.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(2),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8) {*/
    /*    width: 30% !important;*/
    /*    margin-right: 0;*/
    /*}*/
    /*.bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(2),.bx-touch .bx_filter.bx_horizontal.doctor-page  .bx_filter_parameters_box.active:nth-last-of-type(8)  {*/
    /*    width: 32% !important;*/
    /*    margin-right: 0;*/
    /*}*/
    /*.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(4),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(9) {*/
    /*    width: 36% !important;*/
    /*    margin-right: 0;*/
    /*}*/
    /*custom-changes*/
    .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(1),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(7) {
        width: 100% !important;
        margin-right: 0;
    }
    .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(2),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(8) {
        width: 100% !important;
        margin-right: 0;
    }
    .bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(2),.bx-touch .bx_filter.bx_horizontal.doctor-page  .bx_filter_parameters_box.active:nth-last-of-type(8)  {
        width: 32% !important;
        margin-right: 0;
    }
    .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(4),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box.active:nth-last-of-type(9) {
        width: 100% !important;
        margin-right: 0;
    }
    .bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(4),.bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(9) {
        width: 30% !important;
    }
    .personal-cabinet-content__doctors-page__filter__options .bx_filter.bx_horizontal .bx_filter_parameters_box {
        float: left;
    }
    .select-time-list > li {
        flex-direction: column;
        align-items: initial;
    }
    .select-time-list > li span:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
    .personal-cabinet-content__schedule-page .day-selects {
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .personal-cabinet-content__schedule-page__block .select-time-list select {
        width: 39%;
    }
    .personal-cabinet-content__schedule-page__block .checkbox-group > li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .day-selects.first::before {
        content: 'от';
        display: block;
        width: 20px;
        margin-right: 10px;
    }
    .day-selects.second::before {
        content: 'до';
        display: block;
        width: 20px;
        margin-right: 10px;
    }
    .personal-cabinet-content__price-page__content__list-content__price {
        padding-bottom: 10px;
        vertical-align: top;
        padding-top: 10px;
    }
    .personal-cabinet-content__price-page__content__list-content__price table thead tr td:first-child {
        padding-right: 5px;
    }
    .personal-cabinet-content__price-page__content__list-content__price table thead tr td {
        padding-bottom: 10px;
    }
    .personal-cabinet-content__price-page__content__list-content__price table thead tr td:last-child {
        text-align: right;
    }
    /*.personal-cabinet-content__price-page__content__list-content__price table, .personal-cabinet-content__price-page__content__list-content__price thead, .personal-cabinet-content__price-page__content__list-content__price tbody, .personal-cabinet-content__price-page__content__list-content__price th, .personal-cabinet-content__price-page__content__list-content__price td, .personal-cabinet-content__price-page__content__list-content__price tr {*/
    /*    display: block; }*/
    /*    .personal-cabinet-content__price-page__content__list-content__price table thead tr {*/
    /*    position: absolute;*/
    /*    top: -9999px;*/
    /*    left: -9999px; }*/
    /*    .personal-cabinet-content__price-page__content__list-content__price table thead tr th:last-child {*/
    /*      padding-left: 15px; }*/
    /*      .personal-cabinet-content__price-page__content__list-content__price table tbody tr td {*/
    /*    word-break: break-all;*/
    /*    padding-left: 50% !important;*/
    /*    border: none;*/
    /*    position: relative; }*/
    /*    .personal-cabinet-content__price-page__content__list-content__price table tbody tr td::before {*/
    /*      !* Now like a table header *!*/
    /*      position: absolute;*/
    /*      !* Top/left values mimic padding *!*/
    /*      top: 6px;*/
    /*      left: 6px;*/
    /*      width: 45%;*/
    /*      padding-right: 10px;*/
    /*      white-space: nowrap; }*/
    /*      .personal-cabinet-content__price-page__content__list-content__price table tbody tr td:first-child {*/
    /*    padding-right: 10px; }*/
    /*    .personal-cabinet-content__price-page__content__list-content__price table tbody tr td:last-child div {*/
    /*    display: flex;*/
    /*    align-items: center; }*/
    /*    .personal-cabinet-content__price-page__content__list-content__price table tbody tr td:last-child a {*/
    /*    margin-left: 15px;*/
    /*    padding: 4px 6px; }*/
    /*    .personal-cabinet-content__price-page__content__list-content__price table tbody tr td:nth-of-type(1):before {*/
    /*    content: "Вкл"; }*/
    /*    .personal-cabinet-content__price-page__content__list-content__price table tbody tr td:nth-of-type(2):before {*/
    /*    content: "Вид"; }*/
    /*    .personal-cabinet-content__price-page__content__list-content__price table tbody tr td:nth-of-type(3):before {*/
    /*    content: "Цена,руб."; }*/
    .personal-cabinet-content__price-page__content__list-content__price table tbody tr td {

    }
        .personal-cabinet-content__price-page__content__list-content__price table tbody tr td:last-child {
            display: flex;
            flex-direction: column;
            padding-top: 10px;
        }
    .personal-cabinet-content__price-page__content__list-content__price table tbody tr td:last-child input {
        margin-left: auto;
    }
        .personal-cabinet-content__price-page__content__list-content__price table tbody tr td:last-child span {
            margin-left: auto;
            margin-top: 10px;
        }
        .personal-cabinet-content__price-page__content__list-content__price table tbody tr {
            padding-top: 10px;
        }
        .personal-cabinet-content__price-page__content__list-content__price .title-h4 {
            margin-top: 0;
        }
        .personal-cabinet-content__price-page__tabs .title-h5 {
            width: 35%;
        }
        .variable-blocks {
            column-count: 1;
        }
        .personal-cabinet-content__price-page__content__list {
            max-width: 100%;
            width: 100%;
            overflow: hidden;
        }
        .personal-cabinet-content__price-page__content__list-box {
            display: none;
            position: absolute;
            background: white;
            padding: 10px;
            padding-left: 20px;
        }
    .personal-cabinet-content__price-page__tabs {
        justify-content: center;
    }
    .personal-cabinet-content__price-page__content__list > li {
        position: relative;
        padding-left: 20px;
    }
    .personal-cabinet-content__price-page__content__list > li:before {
        background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/select-arrow-grey.svg);
        position: absolute;
        right: 10px;
        background-repeat: no-repeat;
        width: 15px;
        height: 8px;
        display: block;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s;
    }

    .personal-cabinet-content__price-page__content__list > li.active:before {
        transform: translateY(-50%) rotate(-180deg);
    }
    .personal-cabinet .personal-cabinet-content__price-page__content__list-content__price .bx_filter_input_checkbox {
        margin-bottom: 0;
    }
    .personal-cabinet .personal-cabinet-content__price-page__content__list-content__price td label {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .popup-box {
        max-width: 414px;
    }
    .reception-select-group {
        flex-wrap: wrap;
    }
    .reception-select-group .reception-select-group__left {
        margin-right: 0;
    }
    .reception-select-group__desс {
        max-width: 100%;
    }
    .reception-select-group.date-birth {
        flex-wrap: initial;
    }
    .reception-select-group.date-birth .reception-select-group__left {
        margin-right: 20px;
    }
    .reception-select-group.date-birth select, .reception-select-group.date-birth input {
        min-width: 176px;
    }
    .reception-select-group:last-child {
        flex-direction: column-reverse;
    }
    .clinic-card-full-desc {
        margin-bottom: 30px;
    }
    .clinic-card-full-desc__tabs > ul > li {
        margin-right: 5px;
    }
    .clinic-card-full-desc__content__info {
        flex-direction: column;
        align-items: center;
    }
    .clinic-card-full-desc__content__info-left {
        max-width: initial;
        width: 100%;
        margin-right: 0;
    }
    .clinic-card-full-desc__content__info-right {
        width: 100%;
        max-width: initial;
        margin-top: 20px;
    }
    .clinic-card-full-desc__content__price-item table tbody tr td:nth-child(1) {
        width: 30%;
    }
    .header .container .logo img {
        width: 200px;
        height: 60px;
    }
    .specializations .nav-pills {
        padding-left: 0;
        padding-bottom: 30px;
        flex-direction: column;
    }
    .specializations .nav-pills > li {
        margin-bottom: 15px;
    }
    .specializations .nav-pills > li:last-child {
        margin-bottom: 0;
        margin-left: 0;
    }
    .politics {
        align-items: center;
    }
    .politics > span {
        padding-right: 0;
    }
}
@media (max-width: 576px) {
    /*.choosing-time_block-list {*/
    /*    margin-top: 15px;*/
    /*}*/
    /*.reception-popup .call-popup .doctors-list-item__img-info {*/
    /*    background-color: transparent;*/
    /*}*/
    .bx_filter .main-filter .bx_filter_select_block {
        margin-bottom: 6px;
    }
    .general-block-item {
        padding: 20px 20px 20px;
    }
    .library .sort-block-list-item > a {
        font-size: 15px;
        padding: 5px 5px;
    }
    .fixed-block-alp .sort-block-list .sort-block-list-item {
        margin-bottom: 5px;
    }
    .fixed-block-alp .sort-block-list .sort-block-list-item:last-child {
        margin-right: 0;
    }
    .bx-breadcrumb .bx-breadcrumb-item > i + span {
        margin-top: -4px;
        line-height: 20px;
    }
    .clinic-card-info .doctor-card-popUp-group__route,.clinic-card-desc-detail .doctor-card-popUp-group__route {
        border: 1px solid #9DD4B3;
        border-radius: 50px;
        color: #9DD4B3 !important;
        font-size: 18px;
    }
    .clinic-card-info .doctor-card-popUp-group__route span,.clinic-card-desc-detail .doctor-card-popUp-group__route span , .clinic-card-desc-detail .doctor-card-popUp-group__route > a {
         color: #9DD4B3;
        border-bottom: none;
    }
    .clinic-card-info .doctor-card-popUp-group__route::before,.clinic-card-desc-detail .doctor-card-popUp-group__route::before {
        display: none;
    }
    .clinic-card-desc-detail .doctor-card-popUp-group {
        margin-top: 15px;
    }
    .options-block {
        margin-bottom: 15px;
    }
    .doctor-card__description .doctor-card__metro-list {
        margin-bottom: 0 !important;
    }
    .title-center {
        text-align: center;
    }
    .clinic-card-info-detail {
        margin-top: 10px;
    }
    .main-spec {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 0;
    }
    .doctor-card__description ul.sharding-block-doctor-detail {
        display: none;
    }
    .review-custom-btn.review-custom-btn_custom {
        display: none;
    }
    .side-menu-nav {
        display: none;
    }
    .sort {
        justify-content: flex-start;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .sort-doctors {
        margin-bottom: 0;
        margin-top: 0;
    }
    .sort > span {
        font-size: 13px;
        margin-right: 8px;
    }
    .sort-arrow {
        right: initial;
        left: 227px;
    }
    .sharding-block-doctor-detail-ghost {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .sharding-block-doctor-detail-ghost .sharding-item {
        margin-right: 25px;
    }
    .adapt-clone-2 .clinic-card-desc__price {
        margin-bottom: 10px;
    }
    .popup-link-marker-ghost {
        display: block;
    }
    .sharding-item-img {
        width: 32px;
        height: 32px;
    }
    .container.flex-block-js-bw {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .sharding-block {
        width: 100%;
        justify-content: center;
    }
    .sharding-item {
        margin-right: 25px;
    }
    .sharding-item:last-child {
        margin-right: 0;
    }
    .div-hide {
        display: none;
    }
    .clinic-card-desc-detail .doctor-card-location-map {
        top: -94px;
        left: 113px;
        display: none;
    }
    .adapt-clone-2 {
        display: flex;
        margin-bottom: 15px;
    }
    .adapt-clone-2 > div:first-child {
        margin-right: 12px;
    }
    div.clinic-card-img {
        display: none;
    }
    .clinic-card-img-ghost {
        display: block;
    }
    .bx-breadcrumb .bx-breadcrumb-item {
        display: flex;
    }
    .clinic-card-full-desc__content__feedback-item-left__mark .count {
        margin-right: 0;
    }
    .clinic-card-full-desc__content__feedback__radio-group {
        padding: 15px 8px;
    }
    .clinic-card-full-desc__content {
        padding: 30px 15px 40px 15px;
    }
    .api-reviews-filter .api-filters .api-filters-item {
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-right: 0;
    }
    .api-filters > li {
        margin-bottom: 20px;

    }
    .api-filters > li:last-child {
        margin-bottom: 0;
    }
    .api-reviews-filter .clinic-card-full-desc__content__feedback-item-left__mark .text {
        text-align: right;
    }
    .popup-window {
        width: 100%;
    }
    .no-border-padding2 .api-reviews .api-block-header {
        padding: 0;
    }
    .no-border-padding2 {
        padding: 20px 15px;
    }
    .no-border-padding2 .api-reply-button {
        display: flex;
        flex-direction: column;
    }
    .api-reviews-list #api-reply button {
        margin-bottom: 5px;
    }
    .no-border-padding {
        padding: 20px 10px;
        margin-top: 15px;
    }
    .print-table tbody tr td {
        padding-left: 45% !important;
        word-break: initial;
    }
    .print-table tbody tr td::before {
        white-space: initial;
    }
    .place-work {
        margin-left: 0;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row > input {
        margin-bottom: 10px;
    }
    #modal_auth, #modal_auth2 {
        width: 100%;
        padding: 80px 20px 30px;
        text-align: initial;
        height: auto;
    }
    a.forget-password {
        text-align: center;
        margin-top: 10px;
    }
    input.login {
        width: 308px;
        margin-top: 10px;
    }
    input.auth-popup__phone {
        margin-top: 20px;
    }
    .auth-popup__header {
        text-align: center;
    }
    .bx-system-auth-form {
        text-align: center;
    }
    .form-after {
        text-align: center;
        padding-top: 20px;
    }
    .popup-window-close-icon:after {
        background-position: center;
        background-size: 33px 33px;
        top: 45px;
        left: -20px;
    }
    #auth-popup > img:first-child {
        padding-bottom: 25px;
        width: 200px;
    }
    .library .popup-box .col__list {
        margin-bottom: 10px;
    }
    .alp-detail {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row {
        flex-direction: column;
        align-items: initial;
    }
    .specializations.container:last-child {
        margin-top: 40px;
    }
    main > .container:last-child {
        margin-bottom: 40px;
    }
    .container.choosing-time  {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .container.spec-info {
        padding-top: 35px;
    }
    .personal-cabinet-content__doctors-page-box-item__desc-switch {
        top: -230px;
    }
    .doctor-lc .personal-cabinet-content__doctors-page-box-item__desc-switch {
        top: -166px;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__name .edit {
        margin-left: auto;
    }
    .bx-breadcrumb {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .bx_filter .bx_filter_search_button {
        font-size: 18px;
        margin-top: 20px;
    }
    .reception-popup .doctors-list-item__img .doctors-list-item__img-none-photo, .reception-popup .doctors-list-item__img .doctors-list-item__img-photo, .call-popup .doctors-list-item__img .doctors-list-item__img-none-photo, .call-popup .doctors-list-item__img .doctors-list-item__img-photo {
        height: 120px;
        max-width: 112px;
    }
    .reception-popup .doctors-list-item__img, .call-popup .doctors-list-item__img {
        max-width: 112px;
    }
    .reception-popup .doctors-list-item__img-info, .call-popup .doctors-list-item__img-info {
        -webkit-transform: initial;
        transform: initial;
        background-color: transparent;
    }
    .reception-popup .logo img, .call-popup .logo img {
        width: 212px;
    }
    .reception-popup .logo, .call-popup .logo {
        margin-left: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .reception-popup .close, .call-popup .close, .mess-popup .close {
        background-size: 19px 19px;
        width: 28px;
        height: 28px;
        top: 46px;
        right: 29px;
    }
    .reception-popup .doctors-list .flex-right, .call-popup .doctors-list .flex-right {
        padding: 20px;
    }
    .reception-select-group:last-child {
        margin-top: 10px;
    }
    .reception-select-group button {
        margin-top: 10px;
    }
    .reception-popup .flex-left .doctors-list-item__description, .call-popup .flex-left .doctors-list-item__description {
        padding-left: 22px;
        padding-right: 20px;
    }
    .message-to-doctor textarea, .message-to-doctor input, .mess-popup__desc, .mess-popup__header {
        max-width: 300px;
        width: 100%;
    }
    .clinic-card .bx_filter_section.container {
        padding-top: 0;
    }
    .main-filter .row > div:first-child > div:first-child {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .bx_filter.bx_horizontal .main-filter .bx_filter_parameters_box {
        max-width: 100%;
    }
    .bx_filter .bx_filter_button_box .bx_filter_block {
        margin-left: 0;
        width: initial;
    }
    .services-filter .main-filter .row,.main__header ~ .container .main-filter .search-doctors , .clinic-card .main-filter .row,  .main-block-filter .main-filter .search-doctors, .personal-cabinet-content__doctors-page__filter__options .main-filter .row {
        display: none;
    }
    .clinic-card .main-filter {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .side-menu {
        padding-top: 75px;
    }
    .burger .side-menu {
        width: 315px;
        height: 106vh;
        padding-top: 55px;
        top: -20px;
    }
    .side-menu li {
        font-size: 25px;
    }
    .side-menu .contacts {
        display: block;
        max-width: 153px;
        margin: 0 auto 31px;
    }
    .side-menu .contacts .city {
        width: 100%;
        max-width: 81px;
    }
    .side-menu-nav .nav li {
        margin-bottom: 20px;
    }
    .side-menu-nav .nav li:last-child {
        margin-bottom: 0;
    }
    .search-doctors {
        display: block;
    }
    .doctors-list-item__img {
        max-width: 105px;
        max-height: initial;
    }
    .doctors-list-item__img-info {
        position: initial;
        padding: 10px 10px 20px;
    }
    .doctors-list-item__img-info-ratings img {
        width: 14px;
    }
    .title-h2 {
        font-size: 22px;
        line-height: 27px;
    }
    .doctors-list-item__description-position,.doctors-list-item__description-degree,.doctors-list-item_timing,.doctors-list-item__clinic-adress,.doctors-list-item_metro-list-item {
        font-size: 13px;
        line-height: 20px;
    }
    .doctors-list-item__description-position {
        font-size: 17px;
        color: #9DD4B3;
    }
    .sort-block-list__select,.calendar {
        font-size: 13px;
        line-height: 23px;
    }
    .doctors-list-item__description-title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 6px;
        font-weight: 600;
    }
    .doctors-list-item__img-info .commend-logo {
        width: 100%;
        height: 38px;
        margin-bottom: 4px;
        margin-top: 4px;
        background-size: contain;
    }
    .doctors-list-item__description-exp,.doctors-list-item__clinic-name {
        font-size: 15px;
        line-height: 24px;
        font-family: "Ubuntu-Light";
    }
    .doctors-list-item__description-price,.doctors-list-item__description-phone {
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
    }
    .doctors-list-item__description-phone {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }
    .doctors-list-item__img-info-commend,.doctors-list-item__days-list-item {
        font-size: 12px;
        line-height: 14px;
    }
    .doctors-list-item_options-list-item {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 10px;
    }
    .doctors-list-item__worktimming-list-item {
        font-size: 14px;
        line-height: 16px;
        margin-right: 5px;
    }
    .doctors-list-item-favorites {
        top: 11px;
        right: 8px;
    }

    .doctors-list-item__img .doctors-list-item__img-photo,.doctors-list-item__img .doctors-list-item__img-none-photo {
        height: 160px;
        width: 105px;
    }
    .doctors-list-item__img .doctors-list-item__img-none-photo {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .doctors-list-item__img-info-ratings {
        margin-bottom: 3px;
    }
    .flex-left .doctors-list-item__description {
        padding: 10px;
    }
    .doctors-list-item__description-exp {
        margin-bottom: 4px;
    }
    .doctors-list-item__description-degree {
        margin-bottom: 11px;
    }
    .doctors-list-item__description-price span {
        margin-bottom: 21px;
    }
    .doctors-list-item__description-phone span {
        margin-bottom: 0;
    }
    .doctors-list-item__description-counts {
        margin-top: 6px;
    }
    .flex-right .doctors-list-item__description {
        padding: 13px 20px 22px 23px;
    }
    .doctors-list-item__days-list-item {
        padding: 7px;
    }
    .doctors-list-item_timing {
        margin-bottom: 8px;
    }
    .doctors-list-item__days-list-item {
        margin-right: 5px;
        margin-bottom: 10px;
    }
    /*.doctors-list-item__days-list-item:last-child {*/
        /*margin-bottom: 0;*/
    /*}*/
    .doctors-list-item__description .doctors-list-item__days-list {
        /*justify-content: space-between;*/
        margin-bottom: 20px;
    }
    .doctors-list-item__days-list-item.active::before {
        left: 10px;
    }
    .doctors-list-item__worktimming-list-item {
        padding: 4px 6px;
    }
    .doctors-list-item__description .doctors-list-item__worktimming-list {
        /*justify-content: space-between;*/
        margin-bottom: 0;
    }
    .flex-right .doctors-list-item__description .adapt > div:last-child {
        margin-top: 8px;
    }
    .doctors-list-item__description .doctors-list-item_options {
        margin-top: 8px;
    }
    .doctors-lastfeedback .title-h2 {
        text-align: center;
    }



    /*doctor-detail*/
    .doctor-card {
        margin-bottom: 0;
    }
    .doctor-card__img {
        /*height: 112px;*/
        height: auto;
        max-width: 103px;
        background: 0;
    }
    .doctor-card__img .doctors-list-item__img-info {
        padding: 0;
    }
    .doctor-card__img .doctors-list-item__img-info .commend-logo {
        height: 38px;
    }
    .doctor-card__img .doctors-list-item__img-info .doctors-list-item__img-info-ratings {
        text-align: center;
    }
    .photo-back-image {
        height: 112px;
    }
    .doctor-card__img .doctor-card__img-photo, .doctor-card__img .doctors-list-item__img-none-photo {
        max-height: 98px;
        height: 98px;
        width: 100%;
    }
    .doctor-card__img .doctors-list-item__img-none-photo {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .doctor-card__img-info {
        position: initial;
        width: 100%;
        padding: 0px;
        text-align: initial;
        margin-top: 13px;
        transform: initial;
        flex-direction: column-reverse;
    }
    .doctor-card__img-info > a {
        font-size: 13px;
        line-height: 17px;
        text-decoration: underline;
        width: initial;
        height: initial ;
        background: transparent;
        border: 0;
        box-shadow: none;
        margin-right: 0;
        margin-bottom: 0;
    }
    .doctor-card__img-info > a > img {
        width: 28px;
        height: 28px;
    }

    .doctor-card__img-info > a.popup-mess-click {
        margin-top: 10px;
    }
    .doctor-card__img-info > a:hover {
        text-decoration: none;
    }
    .doctor-card-favorites {
        position: initial;
        margin-left: auto;
        margin-right: auto;
        margin-top: 13px;
    }
   /* .doctor-card__description > .doctor-card__description__adapt{
        display: none;
    }*/
    .doctor-card .flex-left > .doctor-card__description__adapt {
        display: block;
    }
    .doctor-card__description__adapt .doctor-card-location-map {
        position: static;
        margin-top: 10px;
        margin-left: auto;
        display: block;
    }
    .doctor-card .doctor-card-top-content > .doctor-card-location-map {
        display: none;
    }
    .doctor-card__description-position,.doctor-card__clinic-adress,.doctor-card__description ul {
        font-size: 13px;
        line-height: 20px;
    }
    .doctor-card__description-position {
        font-size: 17px;
    }
    .doctor-card__description-title,.doctor-card__description-price,.doctor-card__description-phone,.doctor-card__clinic-name {
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
    }
    .flex-left .doctor-card__description {
        position: relative;
    }
    .doctor-card__description-exp {
        font-family: "Ubuntu-Light";
        font-size: 15px;
        line-height: 24px;
        margin-bottom: -2px;
    }
    .doctor-card__description-degree,.doctor-card__description-price span,.doctor-card__description-phone span {
        font-size: 12px;
        line-height: 14px;
    }
    .doctor-card__description-degree {
        margin-bottom: 16px;
    }
    .doctor-card__description-price span {
        margin-bottom: 15px;
    }
    .doctor-card__description-phone span {
        margin-bottom: 4px;
    }
    .doctor-card__description__adapt {
        /*margin-left: -89px;*/
        /*margin-top: 70px;*/
    }
    .doctor-card__clinic-name {
        margin-bottom: 11px;
    }
    .doctor-card__clinic-adress {
        margin-bottom: 9px;
    }
    .doctor-card__description ul {
        flex-direction: row;
        margin-bottom: 11px !important;
        text-decoration: underline;
    }
    .doctor-card_metro-list-item {
        margin-bottom: 0;
        margin-right: 5px;
    }
    .doctor-card_metro-list-item:last-child {
        margin-right: 0;
    }
    .doctor-card .doctor-card-location-map {
        z-index: 1;
    }
    .doctor-card-top-content .title-h3,.choosing-time .title-h3 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 8px;
    }
    .doctor-card__title {
        flex-direction: column;
        align-items: initial;
    }
    .doctor-card__img-info-commend,.doctor-card_options-list-item {
        font-size: 13px;
        line-height: 20px;

    }
    .doctor-card__img-info-ratings {
        margin-bottom: 11px;
    }
    .doctor-card__img-info-commend {
        max-width: 80%;
        margin-bottom: 10px;
    }
    .doctor-card_options-list-item {
        margin-right: 11px;
        margin-bottom: 10px;
    }
    .doctor-card_options-list-item:last-child {
        margin-right: 0;
    }
    .doctor-card_options-list-item::before {
        margin-right: 9px;
    }
    .doctor-card_options-list {
        max-width: 90%;
        margin-bottom: -1px;
    }
    .doctor-card__position-desc {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 14px;
    }
    .choosing-time .title-h3 {
        font-size: 18px;
        line-height: 26px;
        max-width: 253px;
        margin: 0 auto;
    }
    .choosing-time_block {
        margin-bottom: 13px;
    }
    .choosing-time_block .slick-list {
        /*padding-top: 14px;*/
        padding-top: 40px;
    }
    .choosing-time_block-list-item {
        padding: 10px 22px;
    }
    .choosing-time__worktimming-list {
        padding-left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 14px;
        grid-row-gap: 5px;
    }
    .choosing-time__worktimming-list-item {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0;
        margin-right: 0;
    }

    .choosing-time__worktimming-list-item:last-child {
        display: none;
    }
    .checked-feedback {
        margin-top: 19px;
        margin-bottom: 99px;
    }
    .checked-feedback .title-h2 {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        max-width: 237px;
        text-align: center;
        margin: 0 auto 32px;
    }
    .checked-feedback-list-item__img-info-ratings span {
        font-family: "Ubuntu-Light";
        font-size: 15px;
        line-height: 24px;
    }
    .checked-feedback-list-item__from {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 17px
    }
    .checked-feedback-list-item__feedback {
        font-size: 14px;
        line-height: 22px;
    }
    .checked-feedback-list-item__doctor-info {
        max-width: 245px;
    }
    .checked-feedback .slick-prev, .checked-feedback .slick-next {
        bottom: -110px;
    }
    .spec-info .title-h2 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .spec-info-block .title-h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .spec-info-block__spec-list__title {
        font-size: 15px;
        line-height: 24px;
        font-family: "Ubuntu-Light";
        margin-bottom: 8px;
    }
    .spec-info-block__spec-list-item a {
        font-size: 13px;
        line-height: 20px;
        padding: 4px 9px;
    }
    .spec-info-block__spec-list-item {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .spec-info-block {
        grid-template-areas: "a"
                             "b"
                             "c";
    }
    .spec-info-block__education-list .title-h3, .spec-info-block__exp-list .title-h3 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .spec-info-block__education-list ol li, .spec-info-block__exp-list ol li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 21px;
    }
    .spec-info-block__education-list ol li span, .spec-info-block__exp-list ol li span {
        margin-top: 3px;
    }
    .spec-list .flex-between ul:first-child .spec-list-list__title {
        font-family: "Ubuntu-Light";
        font-size: 15px;
        line-height: 24px;
        max-width: 79%;
    }
    .spec-list .title-h2 {
        margin-bottom: 12px;
    }
    .spec-list-list li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
        margin-left: 10px;
    }
    .spec-list .flex-between {
        margin-bottom: 60px;
    }
    /*clinic-list*/
    .clinic-card-item {
        flex-direction: column;
        padding: 10px 10px 14px 10px;
    }
    .clinic-card-item:last-child {
        margin-bottom: 0;
    }
    .clinic-card-img-detail {
        margin-right: 0;
    }
    .clinic-card-desc-detail {
        width: 100%;
    }
    .clinic-card-item .clone-adapt {
        display: block;
        position: relative;
    }
    .clone-adapt .doctor-card-location-map {
        top: -94px;
        left: 113px;
        display: none;
    }
    .clinic-card-desc > a ,.clinic-card-desc .clinic-card-desc__price ,.clinic-card-desc .clinic-card-desc__spec-list.list-2 {
        display: none;
    }
    .clinic-card-img {
        margin-right: 0;
        text-align: initial;
        display: flex;
        flex-direction: column;
    }
    .clinic-card-img__link {
        text-align: initial;
        padding-left: 7px;
    }
    .clinic-card-img__img {
        margin-bottom: 8px;
    }
    .clinic-card-img__ratings {
        margin-bottom: 7px;
    }
    .clinic-card-im-flex-right {
        margin-right: 12px;
    }
    .clinic-card-desc__clinic-name {
        font-size: 16px;
        line-height: 18px;
        margin-top: 10px;
        max-width: 100%;
    }
    .clinic-card-desc__price {
        font-size: 13px;
        line-height: 20px;
        max-width: 100%;
        margin-bottom: 53px;
    }
    .clinic-list .clinic-card-desc__price {
        margin-bottom: 15px;
    }
    .clinic-list .map-wrapper .popup-link-marker {
        display: none;
    }
    .clinic-card-desc__result-filter li a, .clinic-card-desc__spec-list li a {
        font-size: 13px;
        line-height: 15px;
    }
    .clinic-card-desc__about {
        margin-top: 0;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .clinic-card-desc__clinic-doctors-title {
        line-height: 21px;
        margin-bottom: 10px;
    }
    .clinic-card-desc {

        margin-right: 0;
    }
    .clinic-card-desc .clinic-card-desc-hide {
        display: none;
    }
    .clinic-card-desc .doctor-card-location-map {
        right: initial;
        left: 110px;
        top: -123px;
    }
    .clinic-card-desc__result-filter li, .clinic-card-desc__spec-list li {
        margin-bottom: 5px;
        margin-right: 5px;
    }
    .clinic-card-info {
        margin-top: 10px;
    }
    .clinic-card-info .grey-block {
        background: #ECF2F2;
        border-radius: 10px;
        padding: 20px;
    }
    .clinic-card-info-detail .grey-block {
        background: #ECF2F2;
        border-radius: 10px;
        padding: 20px;
    }
    .clinic-card-info__title {
        line-height: 21px;
        margin-bottom: 10px;
    }
    .clinic-card-info__block span {
        line-height: 17px;
    }
    .clinic-card-info .doctors-list-item_options-list-item {
        font-size: 13px;
        line-height: 20px;
    }
    .clinic-card-info .doctors-list-item_options-list-item:last-child {
        margin-bottom: 0;
    }
    .clinic-card-info__block span {
        padding-left: 34px;
    }
    .clinic-card-info .doctors-list-item_options-list {
        margin-bottom: 0;
    }
    .clinic-card-info .doctor-card-popUp-group {
        margin-top: 15px;
    }
    .clinic-card .load_more {
        max-width: 335px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .clinic-card .doctors-lastfeedback {
        margin-top: 40px;
        margin-bottom: 156px;
    }
    .clinic-card-info .doctors-list-item_options-list-item {
        margin-bottom: 10px;
    }
    /*services-list */
    .services-list .title-h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .services-list .sort-block-list-item {
        font-size: 13px;
        line-height: 23px;
        padding: 10px 15px;
    }
    .services-list-item .title-h3 {
        font-size: 20px;
        line-height: 35px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .services-list-item__list li a {
        font-size: 13px;
        line-height: 15px;
    }
    .services-list-item__list li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .services-list-item {
        margin-bottom: 15px;
    }
    .services-list-item:last-child {
        margin-bottom: 0;
    }
    .services-list {
        margin-bottom: 40px;
    }
}
@media (max-width: 560px) {
    .clinic-card-full-desc__content__feedback-item {
        flex-direction: column;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .clinic-card-full-desc__content__feedback-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .clinic-card-full-desc__content__feedback-item-left {
        margin-right: 0;
        display: flex;
        align-items: initial;
        flex-direction: column;
        max-width: initial;
        min-width: initial;
    }
    .clinic-card-full-desc__content__feedback-item-left__mark.green .count {
        margin-right: 10px;
    }
    .politics {
        text-align: center;
        flex-direction: column;
        padding-top: 15px;
    }
    .footer__col-1 {
        text-align: center;
    }
}
@media (max-width: 520px) {
    .head > img {
        bottom: -517px;
    }
    .head__text--bottom {
        font-size: 24px;
    }
}
@media (max-width: 500px) {
    /* .clinic-card-desc__result-filter li a, .clinic-card-desc__spec-list li a {
        display: block;
    } */
    .clinic-card-full-desc__content__info-left__phone a {
        font-size: 20px;
    }
    .personal-cabinet-content__my-profile.personal-cabinet-content-auth {
        padding-top: 80px;
    }
    main {
        margin-top: 170px;
    }
    .personal-cabinet {
        margin: 110px 15px 20px;
    }
    .library .title-h2 {
        margin-top: 0;
    }
    .header .container {
        padding-top: 10px !important;
        padding-bottom: 17px !important;
    }
    .container.main__header {
        padding-top: 0;
    }
    .header .container.cabinet {
        padding-top: 28px;
    }
    .header .container .logo img {
        /* display: none; */
        width: 195px;
    }
    .header .container .logo .desktop {
        display: none;
    }
    .header .container .logo .mobile {
        display: block;
    }
    .header .container.mobile {
        margin-top: 13px;
    }
    .nav__header {
        font-size: 15px;
        padding-left: 18px;
    }
    .top-menu-mobile .nav .nav__icon img {
        height: 100%;
    }
    .top-menu-mobile .nav .nav__icon {
        width: 26px;
        height: 26px;
    }
    .top-menu-mobile .nav .nav__item:nth-child(odd) {
        padding-left: 7px;
    }
    .top-menu-mobile .nav {
        grid-row-gap: 10px;
    }
    .head {
        padding-top: 7px;
        padding-left: 7px;
    }
    .head__text--top {
        font-size: 25px;
        line-height: 35px;
    }
    .burger__btn {
        background-color: #fff;
        top: 24px;
        left: 15px;
        width: 36px;
        height: 36px;
        box-shadow: 0px 0px 20px rgba(152, 215, 220, 0.5);
    }
    .burger__btn div {
        height: 2px;
        background-color: #98D7DC;
        width: 20px;
    }
    .footer .logo img {
        margin-left: 0;
    }
}
@media (max-width: 450px) {

    .personal-cabinet-content__price-page__content__list-box {
        /*position: inherit;*/
    }
    .personal-cabinet-content__price-page__content.active {
        display: block;
    }
    .personal-cabinet .del-city {
        right: -20px;
    }

    .place-education-block {
        margin-left: 0;
    }
    /* main {
        margin-top: 130px;
    } */
    .main-screen {
        margin-top: 150px;
    }
    /*main {*/
    /*    margin-top: 135px;*/
    /*}*/
    /* main.main__header {
        margin-top: 130px;
    } */
    .personal-cabinet-content-item {
        margin-left: 0;
    }
    .footer .col__block ul li {
        font-size: 14px;
        font-family: "Ubuntu-Light";
        line-height: 24px;
    }
    .header .container,.header .container.cabinet {
        padding-left: 83px;
    }
    .container.main__header {
        padding-top: 0;
    }
    .header .container.mobile {
        margin-top: 13px;
    }
    .top-menu-mobile .nav .nav__item:nth-child(odd) {
        padding-left: 6px;
    }
    .top-menu-mobile .nav {
        margin-top: 0;
    }
    .container {
        padding-left: 21px;
        padding-top: 10px;
        padding-right: 21px;
    }
    .head {
        padding-left: 0;
        padding-top: 20px;
    }
    .head__text--top {
        line-height: 33px;
    }
    .head__text--bottom {
        font-size: 26px;
        line-height: 32px;
    }
    .main-filter {
        margin-top: 0;
    }
    #header-records {
        margin-left: 17px;
        margin-right: 0;
    }

    .bx_filter .main-filter .bx_filter_select_text {
        height: 47px;
        line-height: 44px;
        font-size: 13px;
        padding-left: 3px;
        font-weight: 300;
        font-family: "Ubuntu-Light";
        font-style: normal;
    }
    #title-search-input, #title-search-input::placeholder  {
        font-size: 13px;
        color: rgba(33,37,41,0.65);
        font-weight: 300;
        font-family: "Ubuntu-Light";
        box-shadow: none;
    }
    .bx_filter .bx_filter_select_block {
        padding: 0px 33px 0 8px;
    }
    .bx_filter .bx_filter_param_label {
        margin-bottom: 0;
    }
    .bx_filter .bx_filter_input_checkbox {
        margin-top: 1px;
        margin-bottom: 9px;
    }
    .bx_filter_section .smartfilter.main-filter .row > div:first-child {
        justify-content: space-between;
    }
    .bx_filter .main-filter .bx_filter_param_label {
        margin-right: 0;
        width: 100%;
    }
    .bx_filter .bx_filter_search_button {
        margin-top: 7px;
    }
    .bx_filter .main-filter .bx_filter_select_arrow {
        height: 45px;
        right: 4px;
    }
    .statistics__header > img {
        margin-top: 0px;
        margin-right: -1px;
    }
    .statistics__header {
        font-weight: 700;
    }
    .statistics__items {
        padding-top: 24px;
    }
    .statistics__icon {
        padding-right: 23px;
        padding-left: 0;
    }
    .statistics__item:nth-child(2) .statistics__icon {
        padding-left: 6px;
    }
    .statistics__item:nth-child(3) .statistics__icon {
        padding-left: 0;
    }
    .statistics__item:nth-child(4) .statistics__icon {
        padding-left: 0;
    }
    .statistics__item {
        margin-bottom: 8px;
    }
    .statistics__text {
        font-weight: 300;
        margin-top: 4px;
    }
    .specializations {
        /*margin-top: 40px !important;*/
        margin-top: 0 !important;
    }
    .specializations .nav-pills .nav-link.active, .specializations .nav-pills .nav-link {
        padding-left: 51px;
        padding-bottom: 6px;
        line-height: 1;
        padding-top: 15px;
        border-radius: 0;
    }
    .specializations .nav-pills .nav-link {
        border: 1px solid #9DD4B3;
        border-radius: 50px;
        color: #6e6e6e;
    }
    .specializations .nav-pills .nav-link.active {
        /*border: 1px dashed #000000;*/
        border: 1px solid #9DD4B3;
        border-radius: 50px;
        color: #9DD4B3;
    }
    .specializations .nav-pills {
        padding-bottom: 25px;
    }
    .tab-content > .tab-pane .row > div,.tab-content > .tab-pane .row > div:nth-child(3) {
        padding-left: 52px;
    }
    .specializations .col__list {
        margin-top: 5px;
    }
    .specializations .col__item {
        padding-top: 15px;
        padding-bottom: 2px;
    }
    .footer {
        padding-bottom: 10px;
        padding-top: 20px;
        color:#E3EAEA;
    }
    .col-header {
        font-size: 15px;
        line-height: 24px;
        font-family: "Ubuntu-Light";
    }

}
    /*.bx_filter_parameters_box.active {*/
        /*width: 33.3% !important;*/
    /*}*/
    /*.top-menu-mobile .nav .nav__item:nth-child(odd) {*/
        /*padding-left: 20px;*/
    /*}*/
    /*.bx_filter .bx_filter_input_checkbox {*/
        /*margin-top: 10px;*/
    /*}*/
/*}*/
@media (max-width: 428px) {
    .commend-logo {
        margin-left: 0;
    }
    .doctors-slider-item {
        flex-direction: column;
        max-width: 260px;
        padding: 10px;
        margin-right: 10px;
    }
    .doctors-slider-item .doctors-list-item__description {
        padding: 0;
    }
    .doctors-slider-item .clinic-card-info__title.map::before {
        left: -6px;
    }
    .doctors-slider-item .doctors-list-item__img-info {
        padding: 0;
        max-width: 98px;
    }
    .doctors-slider-item .doctors-list-item__img {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
    }
    .doctors-slider-item {

    }
    .clinic-card-info__block .clinic-card-info__title {
        padding-left: 20px;
    }
    .doctors-slider-item .doctors-list-item__description-exp {
        margin-top: 10px;
    }

    .radio-group .bx_filter_input_radio .checkbox{
        min-width: 18px;
        margin-right: 10px;
    }
    .personal-cabinet-menu__icon {
        flex-basis: 15%;
    }
    /* .statistics__header > img {
        padding-left: 32px;
    } */
    .personal-cabinet-menu__list-item {
        flex-basis: 100%;
    }
    .statistics__item:nth-child(1) {
        padding-right: 13px;
    }
    .statistics__item:nth-child(2) {
        padding-right: 20px;
    }
    .statistics__item:nth-child(3) {
        padding-right: 11px;
        /*width: 97%;*/
    }
    .statistics__item:nth-child(4) {
        padding-right: 27px;
    }
    .footer .col__block {
        font-size: 14px;
        font-weight: 300;
    }
    .statistics.container {
        padding-top: 30px;
    }
    .main-filter .row > div:last-child {
        padding-top: 18px;
    }
    .header .container .logo {
        transform: scale(1.05);
    }
    #header-auth {
        transform: scale(1.05);
    }
    #header-records {
        margin-left: 10px;
        transform: scale(1.05);
        flex: none;
    }
    .header .container,.header .container.cabinet {
        padding-left: 80px;
        padding-right: 14px;
    }
    .head > img {
        bottom: -555px;
    }
    .head__text--bottom {
        font-size: 20px;
        line-height: 31px;
    }
    .main__img2 {
        width: 191px;
        background-position-x: 25px;
        top: -48px;
        opacity: 0.5;
    }
    .top-menu-mobile .nav .nav__item:nth-child(odd) {
        padding-left: 7px;
    }
    .bx_filter .bx_filter_search_button {
        font-size: 15px;
    }
    .statistics__header {
        padding-left: 0;
        font-size: 18px;
        line-height: 31px;
        justify-content: space-between;
    }
    .statistics__header span {
        /* flex-basis: 280px; */
        flex-basis: 100%;
    }
    .statistics__items  {
        grid-row-gap: 24px;
    }
    .specializations .nav-link {
        font-size: 20px;
        line-height: 35px;
    }
    .specializations .nav-pills .nav-link.active,.specializations .nav-pills .nav-link {
        padding-bottom: 0;
    }
    .specializations .nav-pills > li {
        margin-bottom: 5px;
    }
    .specializations .nav-pills {
        padding-bottom: 32px;
    }
    .specializations .col__heading {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .specializations .col__item {
        font-size: 14px;
    }
    .top-menu-mobile .nav .nav__item {
        justify-self: initial;
        padding-top: 0;
    }
    .top-menu-mobile .nav .nav__item:nth-child(1) {
        padding-left: 22px;
        order: 1;
    }
    .top-menu-mobile .nav .nav__item:nth-child(1) .nav__header {
        padding-left: 16px;
    }
    .top-menu-mobile .nav .nav__item:nth-child(2) {
        padding-left: 20px;
        order: 3;
    }
    .top-menu-mobile .nav .nav__item:nth-child(3) {
        padding-left: 30px;
        order: 2;
    }
    .top-menu-mobile .nav .nav__item:nth-child(4) .nav__header {
        padding-left: 14px;
    }
    .top-menu-mobile .nav .nav__item:nth-child(4) {
        padding-left: 30px;
        order: 4;
    }
    .specializations .nav-pills .nav-item:last-child .nav-link {
        padding-top: 10px;
    }
    .tab-content > .tab-pane .row > div:nth-child(even) {
        padding-left: 12px;
    }
    .specializations .load_more {
        margin-top: 38px;
        padding: 14px 20px;
        width: 218px;
    }
    .contacts__phone, .contacts__social {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contacts__email {
        padding-top: 21px;
        color: #E3EAEA;
    }
    .contacts__phone {
        padding-top: 21px;
    }
    .contacts__social {
        padding-top: 20px;
    }
    .contacts__social img {
        padding-right: 20px;
    }
    .contacts__social img:last-child {
        padding-right: 0;
    }
    .contacts__phone a {
        font-size: 15px;
        line-height: 24px;
        color: #E3EAEA;
    }
    .footer__col-3 {
        padding-left: 44px;
        padding-top: 34px !important;
        color: #E3EAEA;
        display: flex;
    }
    .footer .col__block:nth-child(2) {
        padding-top: 0;
        /* padding-left: 52px; */
        padding-left: 68px;
    }
    .footer__col-4 {
        padding-left: 44px;
        padding-top: 36px !important;
        color: #E3EAEA;
    }
    .footer__col-4 .two-column {
        display: flex;
    }
    .footer__col-4 .two-column ul:first-child {
        margin-bottom: 1rem;
    }
    .footer__col-4 .two-column ul:last-child {
        /* padding-left: 80px; */
        padding-left: 0;
    }
    .footer__col-5 {
        padding-top: 15px !important;
        color: #E3EAEA;
    }
    .footer .col__block ul {
        padding-top: 0;
        padding-left: 11px;
    }
    .footer .col__block ul li {
        padding: 2px 0 4px;
    }
    .two-column ul:last-child {
        padding-left: 23px;
    }
    .politics {
        font-size: 12px;
        line-height: 14px;
        padding-top: 15px;
    }
    .politics > span {
        margin-top: 22px;
        font-size: 12px;
    }
    .footer {
        padding-bottom: 41px;
    }
    .footer .col__block ul li:last-child {
        padding-bottom: 0;
    }
}
@media (max-width: 414px) {
    .statistics__item:nth-child(3) {
        padding-right: 11px;
        width: 74%;
    }
}
@media (max-width: 400px) {
    .personal-cabinet-menu__list-item {
        flex-basis: 100%;
    }
    .personal-cabinet-menu__icon {
        flex-basis: 20%;
    }
}
@media (max-width: 380px) {
    .bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(2), .bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(8) {
        width: 36% !important;
    }
    .bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(4), .bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(9) {
        width: 31% !important;
    }
    .bx_filter_parameters_box.active:nth-last-of-type(11)  {
        margin-right: 10px;
    }
    .top-menu-mobile .nav .nav__item:nth-child(4),.top-menu-mobile .nav .nav__item:nth-child(3) {
        padding-left: 10px;
    }
    .header .container .logo {
        transform: initial;
    }
    .header .container,.header .container.cabinet {
        padding-left: 65px;
    }
    .footer .col__block:nth-child(2) {
        padding-left: 60px;
    }
}
@media (max-width: 375px) {
    .statistics__item:nth-child(3) {
        width: 83%;
    }
    .library .sort-block-list-item > a {
        font-size: 12px;
    }
}
@media (max-width: 360px) {
    .statistics__item:nth-child(3) {
        width: 86%;
    }
    #header-records {
        margin-left: 5px;
    }
    .footer .col__block:nth-child(2) {
        padding-left: 40px;
    }
    .bx_filter_parameters_box.active {
        width: 50% !important;
    }
    .print-table tbody tr td:nth-of-type(4):before {
        margin-top: 14px;
    }
}
@media (max-width: 320px) {
    .bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(2), .bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(8) {
        width: 48% !important;
    }
    .bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(4), .bx-touch .bx_filter.bx_horizontal.doctor-page .bx_filter_parameters_box.active:nth-last-of-type(9) {
        width: 43% !important;
    }
    .statistics__item:nth-child(3) {
        width: 97%;
    }
    .header .container .logo .mobile {
        width: 164px;
    }
    .header .container,.header .container.cabinet {
        padding-left: 61px;
    }
    .burger__btn {
        left: 14px;
    }
}

.city_input {
    display: none;
    background: transparent;
    border: none;
    position: absolute;
    height: calc(100% - 4px);
    width: calc(100% - 45px);
    margin-top: 3px;
    z-index: 1;
    margin-left: -2px;
    color: transparent;
}
.city_input::selection, .city_input:active, .city_input:focus   {
    outline-color:transparent;
    background: #fff;
    border: none;
}

/* End */


/* Start:/local/templates/light_blue/assets/css/custom.css?163299942629665*/
.area-block-ajax {
    display: contents;
}
.container-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.personal-cabinet  ul > li > ul > li > label {
    margin-left: 0;
}
.personal-cabinet  .bx_filter_input_checkbox {
    display: flex;
    align-items: center;
}
.personal-cabinet .bx_filter_param_text {
    margin-left: 5px;
}
.personal-cabinet input:not([type="file"]):not(.city_input):not(.photoFile):not(.clinics-cabinet-doctor):not(.input-doctor-address) , .personal-cabinet textarea {
    width: 100%;
    outline: none;
    border: 2px solid #9DD4B3;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: unset;
    padding: 8px 0 8px 11px;
}

.personal-cabinet-content__my-profile__info-desc ul > li > input {
    height: 40px;
}
.personal-cabinet-content__my-profile__info-form .change-password-block {
    display: none;
}
.personal-cabinet-content__my-profile__info-form .change-password span {
    color: #32B4C3;
    text-decoration: underline;
    cursor: pointer;
}
.personal-cabinet-content__my-profile__info-form .change-password span:hover, .personal-cabinet-content__my-profile__info-form .change-password span:active, .personal-cabinet-content__my-profile__info-form .change-password span:focus{
    text-decoration: none;
}
.personal-cabinet-content__my-profile__info-form .change-password-flex {
    margin-bottom: 0;
}
.personal-cabinet-content__my-profile__info-form .profile-block-shown {
    display: block;
    margin: -15px auto 0;
}
.personal-cabinet-content__my-profile__info-form ul, .personal-cabinet-content__my-profile__info-desc ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.personal-cabinet-content__my-profile .metro-container {
    width: 100%;
    max-height: 120px;
    overflow: auto;
}
.personal-cabinet-content__my-profile .metro-container::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track  {
    box-shadow: inset 0 0 5px #c1c1c1;
    border-radius: 10px;
  }
  .personal-cabinet-content__my-profile .metro-container::-webkit-scrollbar, textarea::-webkit-scrollbar  {
    background: transparent;
    width: 5px;

}
.personal-cabinet-content__my-profile .metro-container::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb  {
    background: #9DD4B3;
    border-radius: 10px;
    cursor: pointer;
}
.personal-cabinet-content__my-profile .metro-container ul {
    padding: 0;
    margin: 0;
}
.personal-cabinet-content__my-profile .metro-container li label {
    margin-bottom: 0;
}
.personal-cabinet .text-view {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.booking-block .reverse_switch  {
    padding: 10px 0;
}
.booking-block h5 {
    margin: 15px;
}
.booking-block div[class^="col-"]  {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.booking-block .reverse_switch  {
    display: flex;
}
#message-form {
    width: 100%;
    margin-right: 20px;
    color: #9DD4B3;
    font-size: 18px;
    line-height: 21px;
    align-self: center;
    text-align: center;
}
.personal-cabinet-content__my-profile input {
    height: 40px;
    outline: none;
    padding:6px 20px 6px 15px;
}
.personal-cabinet-content__my-profile input.photoFile{
    padding-right: 0;
    padding-left: 0;
}
.personal-cabinet-content__my-profile textarea {
    padding: 12px 20px 11px 15px;
    resize: none;
}
.personal-cabinet-content__my-profile textarea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c1c1c1;
    border-radius: 10px;
  }
.personal-cabinet-content__my-profile textarea::-webkit-scrollbar {
    background: transparent;
    width: 5px;

}
.personal-cabinet-content__my-profile textarea::-webkit-scrollbar-thumb {
    background: #9DD4B3;
    border-radius: 10px;
    cursor: pointer;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content .time-group{
    width: calc(100% - 215px);
}
.personal-cabinet-content__my-profile .contacts-group li {
    width: 100%;
    margin:0;
    margin-bottom: 10px;
}
#form_clinic .personal-cabinet-content__my-profile .contacts-group li {
    flex-basis: 100%;
}
.personal-cabinet-content__my-profile .contacts-group li:last-child {
    margin-bottom: 0;
}
.personal-cabinet-content__my-profile .add, .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content .add-time, .place-education-block .add-place, .place-education-block .add-education, .place-education-block .add-address
{
    width: 35px;
    height: 35px;
    border: 2px dashed #9DD4B3;
    box-sizing: border-box;
    border-radius: 100%;
    color: #9DD4B3;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
    flex: none;
}
.place-education-block .add-place, .place-education-block .add-education, .place-education-block .add-address {
    position: absolute;
    right: -43px;
    bottom: 0;
}


.personal-cabinet-content__doctors-page-box .add{
    width: 235px;
    height: 45px;
    border: 2px dashed #9DD4B3;
    box-sizing: border-box;
    border-radius: 5px;
    color: #9DD4B3;
    font-weight: bold;
    display: flex;
    padding: 12px 5px;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    cursor: pointer;
}
.personal-cabinet-content__my-profile .add:hover, .personal-cabinet-content__doctors-page-box .add:hover
{
    color:#fff;
    background-color: #9DD4B3;
}
.place-schedule-block select, .place-schedule-block input{
    /*margin: 0 10px 0 15px;*/
}

.place-schedule-block select:first-child, .place-schedule-block input:first-child{
    margin-right: 60px;
}

.link-checkbox .bx_filter_param_label {
    line-height: 17px;
    padding: 5px 10px;
    border: 1px solid #32B4C3;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    margin-right: 0;
}
.link-checkbox .bx_filter_param_label span {
    color: #32B4C3;
}
.link-checkbox input:checked + label, .link-checkbox input:checked + label span {
    background: #32B4C3;
    color: #fff;
}
.link-checkbox label:hover {
    box-shadow: 0px 0px 10px 0px rgba(50,180,195,1);
    transition: 0.3s;
}
.link-checkbox label:hover span {

}
.link-checkbox > label:hover {
    background: initial;
    color: initial;
}
.link-checkbox input {
    display: none;
}
#metro-block-ajax, #area-block-ajax  {
    margin-bottom: 0;
}
#area-block-ajax select {
    margin-bottom: 20px;
}
.metro-container {
    margin-bottom: 20px;
}
.header .container.cabinet .contacts {
    min-width: 170px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}
.header .container.cabinet #header-auth, .header .container .header-auth{
    margin-left: 10px;
}
.header .container.cabinet .header-exit {
    margin-left: 11px;
    width: 38px;
    height: 38px;
}
.personal-cabinet-content__my-profile.personal-cabinet-content-auth {
    width: 100%;
    max-width: 100%;
}
.personal-cabinet-content-auth .personal-cabinet-content__my-profile__info {
    justify-content: center;
}
.personal-cabinet-content-auth .personal-cabinet-content__my-profile__info-form {
    margin: auto 0;
    flex-basis: auto;
    display: flex;
}
.personal-cabinet-none-card {
    font-family: "Montserrat Alternates";
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color:red;
}
.personal-cabinet label {
    display: inline-flex;
    margin-bottom: 0.5rem;
}
.photoFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
label.photoFile-label {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    outline: none;
    padding: 12px 20px;
    text-align: center;
    margin-bottom: 0;
    color: #000000;
    background: #9DD4B3;
    border-radius: 5px;
    display: block;
    transition: 0.3s;
    border: 2px solid #9DD4B3;
    outline: none;
    padding: 12px 20px;
    cursor: pointer;
}
.photoFile-name {
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis;
    max-width: 150px;
    margin-left: 15px;
    display: none;
}
label.photoFile-label:hover {
    background: transparent;
    color: #9DD4B3;
}
.select-time-list span.bx_filter_input_checkbox:first-child, .select-time-list span.bx_filter_param_text:last-child {
    margin: 0;
}
.personal-cabinet-content__price-page__content__list-content__price table tbody tr.disabled, .select-time-list.disabled span {
      color:#999999;
}
.personal-cabinet-content__price-page__content__list-content__price table tbody tr.disable .checkbox, .select-time-list.disabled .checkbox, .select-time-list.disabled .checkbox img, .personal-cabinet-content__price-page__content__list-content__price table tbody tr.disable .checkbox img {
    border-color: #bbe1ca;
    cursor: default;
}
.select-time-list li.disabled span:not('.bx_filter_param_text') {
    color:#999999;
}
.select-time-list li.disabled span:not('.bx_filter_input_checkbox').checkbox, .select-time-list.disabled .checkbox:not('.bx_filter_input_checkbox') img {
    border-color: #bbe1ca;
    cursor: default;
}
.personal-cabinet-content__price-page__content__list-content__price table tbody tr.disabled input:disabled{
    border-color: #bbe1ca;
    background-color: #fff;
}
.clinic-card-desc__clinic-name {
    /* width: calc(100% - 26px); */
}
.no-padding {
    padding-left: 0!important;
    padding-right: 0!important;
}
.no-margin {
    margin-left: 0!important;
    margin-right: 0!important;
}
.personal-cabinet-content__doctors-page__filter .bx_filter.bx_horizontal .main-filter .bx_filter_parameters_box {
    max-width: 100%;
}
.personal-cabinet-content__doctors-page__filter .bx_filter .bx_filter_button_box .bx_filter_block {
    margin-left: 0;
    width: auto;
}
.personal-cabinet .save {
    margin-left: 20px;
    margin-top: 20px;
}
.personal-cabinet .bx-auth-table .save {
    margin-left: 0;
    margin-top: 0;
}
.personal-cabinet .delete-doctor{
    background: #E74C77;
    border: 2px solid #E74C77;
    cursor: pointer;
}
.personal-cabinet .delete-doctor:hover {
    background: transparent;
    color: #E74C77;
}
.bx_btn {
    cursor: pointer;
    outline: none;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    padding: 12px 5px;
    text-decoration: none;
    border-radius: 5px;
    background: #9DD4B3;
    border: none;
    width: 100%;
    text-align: center;
}
.personal-cabinet-content-item, .place-education-block {
    width: calc(100% - 24px);
}

.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content ul > li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row > div {
    width: 100%;
    display: flex;
    align-items: center;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row > div > span {
    margin-right: 20px;
    text-align: right;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row > div > .doctor-adress {
    margin-top: 0;
}

.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row span:first-child{
    max-width: 166px;
    width: 100%;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    color: #000000;
}
.place-education-block span:first-child {
    max-width: 100px;
    margin-right: 20px;
}
.place-education-block .metro-container  span {
    max-width: inherit;
    width: auto;
}
.card-item:last-child{
    border: none;
    margin-bottom: 0;
}
.time-block-span{
    max-width: 166px;
    width: 100%;
    line-height: 1;
    text-align: right;
    margin-right: 20px;
    float: left;
}

.place-education-block span {
max-width: 101px;
width: 100%;
}
.no-padding{
padding-left: 0!important;
padding-right: 0!important;
}
.place-education-block input:not(.place-education-block_place):not(.input-doctor-address) {
    width: 100px!important;
}
main >.main-seo-text {
    margin-top: 75px;
}
.full-screen__filter-bg {
    background-color: #F3F4EF;
    padding-top: 1px;
    padding-bottom: 29px;
}
.services-list .nav-tabs {
    border-bottom: none;
}
/* main .services-detail {
    margin-bottom: 120px;
} */
.services-detail p {
    font-family: 'Ubuntu-Light';
    font-weight: 300;
    color: #000000;
    margin-bottom: 30px;
}
.services-detail p:first-child {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 30px;
    font-family: "Ubuntu";
    font-weight: normal;
}
.services-detail h1 {
    font-family: "Montserrat Alternates-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 30px;
}
.services-detail h2 {
    font-family: "Montserrat Alternates-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 30px;
}
.services-detail h3 {
    font-family: "Montserrat Alternates-Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 30px;
}
.services-detail .row > div:last-child > img {
    border-radius: 9px;
}
.services-detail .row > div:last-child > img {
    max-width: 421px;
    max-height: 320px;
}
.services-detail .row > div:last-child > img:nth-of-type(even) {
    float: left;
    margin-right: 40px;
}
.services-detail .row > div:last-child > img:nth-of-type(odd) {
    float: right;
    margin-left: 40px;
    max-width: 486px;
    max-height: 550px;
}
.services-detail ul {
    padding-left: 17px;
    margin-top: 35px;
    margin-bottom: 40px;
    font-family: "Ubuntu-Light";
    font-weight: 300;
}
.services-detail ul  li {
    margin-bottom: 10px;
}
.services-detail ul.anchor-block-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

.services-detail .anchor-block-list li a {
    line-height: 17px;
    padding-bottom: 5px;
    color: #000;
    border-bottom: 1px dashed #000000;
    padding-bottom: 5px;
    display: inline-block;
    transition: 0.1s;
}
.about-page .icons-block {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.about-page .icons-block img{
    float: left;
    margin-right: 15px;
}
.bx_filter_select_popup ul li label:first-letter, .link-checkbox .bx_filter_param_label span:first-letter  {
    text-transform: uppercase;
}
.api-icon-star .count {
    opacity: 0.1;
}
.api-icon-star.active .count {
    opacity: 1;
}
.personal-cabinet .list-clinics-cabinet-doctor [type="text"] {
    display: none;
}
.personal-cabinet .close {
    cursor: pointer;
    width: 14px;
    height: 14px;
    opacity: 1;
    background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/emojione-monotone_cross-mark-small.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
    background-size: contain;
}
.photo-back-image {
    background-position: center;
    background-size: cover;
}
.photo-back-image-contain{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.delete-doctor-modal, .finance-modal{
    position: fixed;
    display: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    z-index: 100;
    font-size: 14px;
    width: 450px;
    max-width: 100%;
    text-align: center;
    padding: 20px;
    top: 40vh;
    left: calc((100vw - 450px)/2);
}
.finance-modal {
    left: 50%;
    transform: translateX(-50%);
}
.delete-doctor-modal .save.close-modal {
    cursor: pointer;
}
.finance-modal .save{
    margin-left: 0;
    width: 100%;
}
.requisites-block{
    margin-top: 20px;
}
.personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row .input-doctor-address {
    width: 100%;
    padding: 6px 0 6px 11px;
}
.api-reviews-list .api-footer {
    margin-bottom: 40px;
}
.personal-cabinet-content__schedule-page__block .message-lc {
    display: flex;
    align-items: baseline;
    padding: 0 20px 20px
}
.count-message{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E74C77;
    position: absolute;
    top: 2px;
    left: 30px;
    font-size: 11px;
}
.flex-right .doctors-list-item__description.reception-none {
    margin-top: 90px;
}
.review-custom-btn, .review-custom-btn:hover, .review-custom-btn:focus, .review-custom-btn:active {
    padding: 15px 25px;
    color: var(--primary);
    font-size: 18px;
    line-height: 26px;
    border: 1px solid #98D7DC;
    border-radius: 5px;
    background-color: #fff;
    margin: 30px auto 0;
    cursor: pointer;
}
.clinic-popup .clinic-popup_img {
    width: 153px;
    height: 153px;
    display: flex;
}
.clinic-popup .clinic-popup_img > img{
    width: 100%;
    height: 100%;
}
.clinic-popup .clinic-card-desc__clinic-name {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 10px;
    /* max-width: 80%; */
}
.clinic-popup .clinic-card-desc__clinic-name{
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    max-width: 100%;
}
.clinic-popup .doctors-list-item_options-list {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.clinic-popup .doctors-list-item_options-list li{
    display: inline-flex;
    align-items: center;
    flex-basis: 33%;
    margin-bottom: 10px;
}
.clinic-popup .col-margin {
    margin: 8px 0;
}
.clinic-card-info__block .work-day,.clinic-card-info-detail__block .work-day {
    float: left;
    padding: 0;
    width: 22px;
}
.services-detail h6.title-h3-top {
    margin-top: 60px;
    color: #9DD4B3;
}

.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text {
    color: #E795AC;
    /*text-decoration: line-through;*/
}
.bx_filter .main-filter .bx_filter_param_label.disabled .checkbox {
    border: 2px solid #E795AC;
}
.bx_filter .main-filter .bx_filter_param_label input:checked + .checkbox {
    background: #9DD4B3;
    border-radius: 5px 5px 5px 5px;
    position: absolute;
    width: 100%;
    height: 24px;
    transition: 0.3s;
}
.bx_filter .main-filter .bx_filter_param_label input:checked + .checkbox + .bx_filter_param_text {
    margin: 0 auto;
}
.bx_filter .main-filter .bx_filter_param_label input:checked + .checkbox img {
    /* old */
    /*opacity: 1;*/
    opacity: 0;
}
.bx_filter .main-filter .bx_filter_input_checkbox .bx_filter_param_text {
    padding: 5px 0;
}
.bx_filter .bx_filter_input_checkbox {
    min-height: initial;
}
#modef {
    display: flex;
}
.metro-block .metro-container .metro-city-select-block {
    padding: 10px;
    box-shadow: 0px 4px 30px rgba(0 0 0 0.1);
    border-radius: 10px;
    background: #FFFFFF;
    margin-bottom: 20px;
}
.metro-block .metro-container .metro-city-select-block ul {;
    height: 150px;
    overflow: auto;
    overflow-x: hidden;
}
.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-last-child(5){
display: none;
}
.bx_filter_parameters_box.active.non-metro.search-order {
    display: block!important;
}
@media (max-width: 1430px) {
    .personal-cabinet-content__my-profile .contacts-group {
    width: 100%;
}
}
@media (max-width: 1200px) {
    .booking-block div[class^="col-"] {
        justify-content: initial;
    }
}

@media (max-width: 992px) {
    .services-detail ul.anchor-block-list {
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 5px;
    }
    .services-detail ul li {
        margin-right: 10px;
    }
}
@media (max-width: 768px) {
    .container-flex .title-h2{
        margin-bottom: 0;
    }
    .uploadPhoto {
        flex-wrap: wrap;
    }
    .uploadPhoto span {
        margin: 0 auto;
    }
    .doctor-lc .personal-cabinet-content__doctors-page-box-item__desc__name {
        margin-top: 15px;
        display: block;
    }
    .time-block-span {
        max-width: 132px;
    }
    .personal-cabinet-content-item {
        width: 100%;
    }
}
@media (max-width: 730px) {
.header .container.cabinet .contacts {
    display: none;
}
.services-detail .row > div:last-child > img:nth-of-type(odd) ,.services-detail .row > div:last-child >  img:nth-of-type(even) {
    max-width: 300px;
    height: 300px;
}
.services-detail .row > div:last-child >  img:nth-of-type(odd) {
    margin-left: 20px;
}
.services-detail .row > div:last-child >  img:nth-of-type(even) {
    margin-right: 20px;
}
}
@media (max-width: 650px) {
label.photoFile-label {
    width: 100%;
}
.personal-cabinet .text-view {
    flex-direction: column-reverse;
    align-items: initial;
    text-align: center;
}
.personal-cabinet .delete-doctor,.personal-cabinet .save {
    margin-left: 0;
}
.personal-cabinet-content__doctors-page__filter__options .title-h4 {
    margin-bottom: 0;
}
}
@media (max-width: 576px) {
    .place-schedule-block select:first-child, .place-schedule-block input:first-child {
        margin-bottom: 20px;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row span:first-child {
        text-align: left;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content-row span {
        text-align: left;
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }
    .bx_filter_parameters_box.active{
        /*text-align: center;*/
        /*white-space: pre;*/
        width: 100%;
    }
    .col-sm-12.custom__col-sm-12 {
        display: grid;
        grid-template-columns: 37% 1fr 1fr;
        align-items: center;
    }
    .bx_filter .main-filter .bx_filter_param_label input:checked + .checkbox + .bx_filter_param_text {
        white-space: pre;
    }
    .bx_filter .main-filter .bx_filter_input_checkbox .bx_filter_param_text {
        white-space: pre;
    }
    .bx_filter .bx_filter_input_checkbox {
        overflow: visible;
    }
    .main-filter .row > div:last-child .bx_filter_parameters_box.active {
        margin-right: 0;
    }

}
.bx_filter.bx_horizontal .main-filter .bx_filter_parameters_box.none-area-fix {
    max-width: 100%;
}
@media (min-width: 450px) {
    .desktop-none {
        display: none!important;
    }
}
@media (max-width: 450px) {
    .col-12.col-sm-12.custom-col-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .container-flex .title-h2{
        margin: 0;
    }
    .services-detail h1, .library .title-h2 {
        font-size: 28px;
        line-height: 38px;
        word-break: break-word;
        margin-bottom: 5px;
    }
    #title-search-input {
        font-size: 13px;
        padding-left: 3px;
        font-weight: 300;
        font-family: "Ubuntu-Light";
        font-style: normal;
        padding-left: 11px;
    }
    .search-order {
        order: 2;
    }
    .header .container.cabinet .header-exit {
        margin-right: 8px;
    }
    .delete-doctor-modal {
        left: 0;
    }
    .services-detail .row > div:last-child >  img:nth-of-type(odd),.services-detail .row > div:last-child >  img:nth-of-type(even) {
        float: initial;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .place-education-block .add-place, .place-education-block .add-education, .place-education-block .add-address {
        right: -32px;
        bottom: -36px;
    }
    .place-education-block .add-education {
        right: 0;
    }
    .place-education-block .add-place {
        right: 0;
    }
    .place-schedule-block select:first-child, .place-schedule-block input:first-child {
        margin-right: 0;
    }
    .time-block-span {
        max-width: 100px;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content .row .col-lg-12 {
        display: flex;
        flex-direction: column;
        padding-right: 0;
    }
    .services-detail h3,.services-detail h2 {
        margin-bottom: 10px;
    }
    .services-detail p {
        margin-bottom: 15px;
    }
    .services-detail ul {
        margin-top: 15px;
        margin-bottom: 20px
    }
    .personal-cabinet-content-item, .place-education-block,.personal-cabinet-content__my-profile .contacts-group {
        width: 100%;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content .time-group {
        width: 100%;
    }
    .personal-cabinet-content__doctors-page-box-item__desc__redactor__drop__content .time-group > li {
        width: 100%;
        margin-right: 0;
    }
    .time-block-span {
        text-align: left;
        margin-bottom: 10px;
    }
    .pagination-lc .load_more {
        margin-top: 24px;
    }
    footer.footer {
        position: relative;
        z-index: -1;
    }

}
/*.smartfilter.main-filter .bx_filter_parameters_box.delay:nth-child(8n) {*/
/*    display: none!important;*/
/*}*/
/*.bx_filter.bx_horizontal .main-filter .bx_filter_parameters_box.delay:nth-child(8n){*/
/*    display: none!important;*/
/*}*/

.search-block-hidden {
    display: none;
}
.specializations .nav {
    max-width: 100%;
    width: 100%;
}
@media (max-width: 450px){
    /*.main-filter .row > div:last-child .bx_filter_parameters_box.active:last-child {*/
    /*    width: auto!important;*/
    /*}*/
    .personal-cabinet-content__doctors-page__filter__options .main-filter .row > div:last-child {
        display: flex;
        flex-wrap: wrap;
    }
    .personal-cabinet-content__doctors-page__filter__options .main-filter .row > div:last-child .bx_filter_parameters_box.active:last-child {
        margin-bottom: 10px;
    }
    .bx_filter .main-filter .bx_filter_input_checkbox {
        margin-right: 10px;
        margin-left: 7px;
    }
    .mobile-none{
        display: none!important;
    }
    .specializations .nav-pills .nav-link.active, .specializations .nav-pills .nav-link {
        padding: 10px 0 10px;
        line-height: 1;
        text-align: center;
        display: block;
    }
}
.arstat-color-blue .api-info .api-info-bar.api-info-bar1{
    background-color:#a54d6b!important;
}
.arstat-color-blue .api-info .api-info-bar.api-info-bar2{
    background-color:#e896ad!important;
}
.arstat-color-blue .api-info .api-info-bar.api-info-bar3{
    background-color:#fcdebc!important;
}
.arstat-color-blue .api-info .api-info-bar.api-info-bar4{
    background-color:#32b6c5!important;
}
.arstat-color-blue .api-info .api-info-bar.api-info-bar5{
    background-color:#9acc9b!important;
}
.bx_filter .main-filter .bx_filter_select_block.disabled {
    border: 2px solid #9DD4B3;
    pointer-events: none;
    cursor: default;
    background: #ececec;
}
/*POPUP*/

@media (min-width: 1202px){
    .call-popup .popup-box.custom__popup-box {
        width: 95vw;
        height: 100vh;
        overflow: hidden;
    }
    .flex-right.custom__flex-right {
        height: 95vh;
        overflow-y: auto;
    }
    .close.custom__close {
        top: 27px;
        right: 55px;
    }
    .flex-left .doctors-list-item__description {
        padding: 40px 20px 25px 32px;
    }
    .doctors-list-item__description-phone {
        font-size: 22px;
        vertical-align: middle;
        margin-left: 20px;
        position: relative;
    }
    .doctors-list-item__description-phone span{
        position: absolute;
        left: -33px;
        content: '';
        display: inline-block;
        /*margin-left: 20px;*/
        /*margin-right: 4px;*/
        width: 28px;
        height: 28px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(https://doctora.clinic/local/templates/light_blue/assets/images/phone-ico-blue-new.svg);
    }
    .clinic-card .call-popup .title-h2 {
        margin-bottom: 55px;
    }

}






/* End */


/* Start:/local/templates/light_blue/components/bxmaker/geoip.city/custom/style.css?161985580613861*/
.js-bxmaker__geoip__city-name-global {
  cursor: pointer;
  border-bottom: 1px dashed #3585CC;
  color: #3585CC;
}
.js-bxmaker__geoip__city-name-global:hover {
  border-bottom-color: transparent;
}
.bxmaker__geoip__city {
  text-align: right;
  position: relative;
  font-size: 14px;
  padding: 0;
}
.bxmaker__geoip__city * {
  font-weight: normal;
  line-height: normal;
  box-sizing: border-box;
}
.bxmaker__geoip__city__composite__params {
  display: none !important;
}
.bxmaker__geoip__popup {
  margin: 0 auto;
  font-size: 14px;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.bxmaker__geoip__popup * {
  font-weight: normal;
  line-height: normal;
  box-sizing: border-box;
}
.bxmaker__geoip__popup::selection,
.bxmaker__geoip__popup *::selection {
  background: transparent;
}
.bxmaker__geoip__popup-background {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 2s easy, background 2s easy;
}
.bxmaker__geoip__popup-content {
  position: fixed;
  z-index: 10001;
  top: 10%;
  left: 45%;
  margin-left: -200px;
  width: 520px;
  background: #FFF;
  padding: 20px;
  border-radius: 4px;
  opacity: 0;
}
.bxmaker__geoip__popup-close {
  position: absolute;
  top: 2px;
  height: 30px;
  right: 7px;
  color: rgba(0, 0, 0, 0.29);
  cursor: pointer;
  display: block;
  line-height: 30px;
  font-weight: normal;
  font-size: 28px;
}
.bxmaker__geoip__popup-close:hover {
  color: #2A4E69;
}
.bxmaker__geoip__popup-header {
  font-weight: bold;
  font-size: 15px;
  color: #585858;
}
.bxmaker__geoip__popup-search {
  margin-top: 15px;
  position: relative;
}
.bxmaker__geoip__popup-search input {
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 36px!important;
}
.bxmaker__geoip__popup-search input::selection {
  background-color: #8CDCFC !important;
  color: #232323;
}
.bxmaker__geoip__popup-search-clean {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  right: 0;
  top: 0;
  font-size: 23px;
  text-align: center;
  color: #deabab;
  font-weight: normal;
  padding-top: 2px;
  cursor: pointer;
  line-height: 32px;
}
.bxmaker__geoip__popup-search-clean:hover {
  color: #bb4040;
}
.bxmaker__geoip__popup-search-clean.preloader {
  background-image: url("data:image/gif;base64,R0lGODlhGQAZAKUAAGRiZLSytNza3IyKjOzu7JyenMTGxHR2dOTm5JSWlPz6/KyqrNTS1Ly+vGxubOTi5JSSlPT29KSmpMzOzISChLy6vNze3IyOjPTy9KSipMzKzOzq7JyanPz+/KyurNTW1MTCxHRydISGhP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCAAjACwAAAAAGQAZAAAG/sCRcEgcWTiWorLYsWCGoIthuPl0lkNCZqEQGiDTkeJCQWCFikWBIYyGGxRI9zx6FCSRkXuEEVE+WBhzIxUFICNfUwsUGUMKD1d1HhVmI1oBChGaCgkUG0ITIg5sfBUeAQZPCJGOSQgJIQ6ejh8Bp59YH7EHFYNDERoNrEodAxJPZ75LeUUEFs/PykoRHgvVHgwgIA3aDdJFGADi4g7OFgLRdCMRCwsS1RPE6t+tAsNM6NIdCAwTDMhLMPhjsOrXh34W8mC41+FJBAH+PjATKIAAmgn2FGjsAHEOgQ8TLAqJMAjigxEIJnyyMCGJkA70BDLows+Mgn4AsXQAiStlHU8GVuhEYMAgUk00IJmdIaB0g4ZKYkSqI/Ix55IgACH5BAkIACQALAAAAAAZABkAhWRiZLSytNza3IyKjMTGxOzu7HR2dJyenLy+vOTm5NTS1Pz6/ISChJSWlKyurGxqbLy6vOTi5MzOzPT29Hx+fKSmpLS2tNze3JSSlMzKzPTy9Hx6fKSipMTCxOzq7NTW1Pz+/ISGhJyanGxubP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJJwSCRFKpGiUhnRDDMHybAgWBILDghImOFISYsDxmMVgiCOKgn6zQw4i7IwEQhM1lGSpoG5WDVbQh0OUl1SFhgOQwsJgR4IGQVCGg4dCxMTlxUYkiQfGAwfQhMECB0Sdx6BQyBJHhwUDAOdJK0dprRKFwwUIZZKEx8Zq0oLDQFOZXFyd0UaCR4J0MtlExbX1x8KEhLbEtR/I+LiDM/R0cRL1hAB7ApK6cByCxcC8YsUIrlmCdsKyUs+AADwIAC1YNsu3AFUBISTCAMGGkgwSYKATgssgljAEYQAVLUkGACQYUimIR+TJJBA5oICP0Lo3dPQLU4/ihO2AbQC4gMiyzk/SfT7cM+kAgWBbsb02axMgaYeMlCMuU+OkAIfdi4JAgAh+QQJCAAlACwAAAAAGQAZAIVkYmS0srTc2tyMiozs7ux0dnTMysycnpxsbmy8vrzk5uT8+vysqqyUkpSEgoTU0tRsamy8urzk4uT09vSkpqRkZmS0trTc3tyMjoz08vR8enzMzsykoqR0cnTEwsTs6uz8/vysrqyUlpSEhoTU1tT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCScEgsKSyfolL5mQxJgccwc1kSMwnDQvgIkYQLxoFgFYI8CYmQ5BVuOCFQWUjweJxQaYZzUC8ncm4eX11fHgcRQwtJdA8kGUJYGwsLE5QhHGQlFwcNAkITJA8bF04ZW0QgSR8hDQ1jigqjD5BWFw0YIlpKCxcCgUsgFBG1VqhlTkUZCh8KzMdWEwnT0wKjG9fQSxkOGg7dGMvNzcDR1NVK5UvaRb2/ZQsDFMVDILLY9EUkHQgFEcehRpUqkUEdiE8KRPBzwCjDBgGaFjwEQamSAwAKSoB4MAKBFFDHBGxQo2BDEhEAMCiSoC4Sti2yMn6oAGDDHI0kTAopySgEHwAN7IhMePAgUEwwHQBUmUMgWYkPBjLuNNCS6aObQQAAIfkECQgAIgAsAAAAABkAGQCFZGJktLK03NrcjI6M7O7sxMbEpKKkdHZ05ObknJqc/Pr81NLUvL68rKqsbG5s5OLklJaU9Pb0zM7MhIKEvLq83N7clJKU9PL0zMrMpKak7OrsnJ6c/P781NbUxMLErK6sdHJ0hIaE////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5AkXBIFBEKmqJSSVAMBYzK8IJYEiOSDkdY8UhFCsrnYhVyOouqqPvtBCjbsugiWTih0kjgo1ZG4iICEg9rXiIYAR5DCgRDBAsdZCIRCwIKChGXDGNCDx8bhJNoEhURc4BmSQQUGxsNkmAICwsSsEoIBhsZdkoKFQKoRQqJtr1yYEpUGggIGk5yEQXS0hW0dRISz2URFhYD3QnKzQjBvR4F54ZF5UWmZb7A7xCc67J1xUQVExMhHtoRo0qdWidABK59AxrNkSBAoQKGHC5ciBBhAIgkIjoMmNBhSKYng0Q0APBBhAEHCRaRW0KHVwaSRg446CjnjASMI0uKoOAghB22JZQWxMkpJMIEEKHKEHAnEqYQBBLYlZHgYMGxIAAh+QQJCAAmACwAAAAAGQAZAIVkYmS0srTc2tyMiozExsTs7uycnpx0dnS8vrzk5uSUlpTU0tT8+vysqqyEgoRsamy8urzk4uSUkpTMzsz09vSkpqR8fny0trTc3tyMjozMysz08vSkoqR8enzEwsTs6uycmpzU1tT8/vysrqyEhoRsbmz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCTcEg0bRabolJZYAwTk8SQ8lkSKZOQSJhYSE0iDSJpBYe83EnVhEFotmXjZOHsSikez1pJgZsEExEmUFULCAtDImQmBQshZBQLAgyUlBMIFFwQI18UZxMYmRt+QiIFRh4jARCLDF0LE4tKH6oBIU5FDBgCpEUibplluMJKGwkfCcfDVlgTzoGwc87LSxQcBtccDcbIyL1KDBoT4hqCvnEmwVa6vGUiHKxKIl1zskUREhkKGsOesKF/qInAYIJWPg6n5AhIGAGAAwoUNkAE4WANBgMSBEzBJWIAABAmApS4YKKBhQpDXFmZAODBKZEkN5BwEAIdgwMARgi5MFIIIwIHEqgVwQDgAK4ABwIIYZDBwRcrYZ7CHPJBC7oiCyzUjBMEACH5BAkIACQALAAAAAAZABkAhWRiZLSytNza3IyOjOzu7HR2dMzKzKSipGxubLy+vOTm5JyanPz6/ISChNTS1GxqbLy6vOTi5JSWlPT29KyurGRmZLS2tNze3JSSlPTy9Hx6fMzOzKSmpHRydMTCxOzq7JyenPz+/ISGhNTW1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJJwSCRlHJmiUklgDBUbxZBBWBInm1FIqHBISSHHZmIVhkZe7ubDdWjLwszG4exKGeLkcrIVCjYRJFBsFxsXU3okBG56Ew4CDJGRaGQkHwYJbCQTaIZkGX1DIUlHCQkGlSQMXXllBKYeEaFTFwKzRSEGAqlLTnC3RgofCsK+ZQwjyckfYnMbG8ZWEwEU1AEBGcLawEXIbm5fV3CqcAQLGtxmAR68QgwUDwAVI2UKByAcdE8dAAAiUrZwBSIAAQQICnoMACiwgUuHARMmZJjAgAOGKiQiUAARCMwFXyEkdOBAAkKDBCQsYKAwRZMSBwgKJIGgAWUGCRgOwWEgogMoBCEmUZLwgAFEOiEREDTwFdQdCAwul4SIMiRBzSEEBIxTMmKAVjhBAAAh+QQJCAAgACwAAAAAGQAZAIVkYmS0srTc2tyMjozs7uzExsSkoqR0dnTk5uScmpz8+vy8vrzU0tRsbmzk4uSUlpT09vSsqqyEgoS8urzc3tyUkpT08vTMzszs6uycnpz8/vzEwsTU1tR0cnSsrqyEhoT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCQcEgEWRiWolJJUAwRF8RQQVgSIReORohgSEEaxgViFWo4Xu4Fw2Voy0LLheHsShXi5BKyFQouDiBQbBQXFEMaZEIEbnoQDAIKkpJoikcXjmiGZBZ9iEkQf26KIApdeWWXXp5TFAKsRWcOTmW0ZbAgFx4Rux6kVgoUwsIEDQDHx79LCgsbG80bFxHT08pKwcMUbEXWRbZLBAYDuIgLY9cBBx0dAmUYAR4BkU8SDR0PUg6wGlIWGx4eJui50OADAyEYJCSAoAACwwAGqoDAMMHDFw2zhmSQ4AHEhgEFQCzIMOGTFQESPiTZUCGkBQMZAsFRMEDCAiEFQAphkMEDGjl644SwDFkqQkQ4YSR61BmnHRwlFBIcghMEACH5BAkIACUALAAAAAAZABkAhWRiZLSytNza3IyOjMTGxOzu7KSipHR2dLy+vOTm5JyanNTS1Pz6/GxqbKyqrISChLy6vOTi5JSWlMzOzPT29GRmZLS2tNze3JSSlMzKzPTy9KSmpHx6fMTCxOzq7JyenNTW1Pz+/GxubKyurISGhP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJJwSCxpFpqiUllgDBOTxJBRWBIpE1BImFhIS6HFhGIVhkBe7sTDXWjLQs1k4exKGeKkMhRxCgUTESVQbBcTF0MhZEIZAAcLQhRuIQyVDGiLRxN6EQcAAAOCGltEIUkUgG6LJRQjFQAVIGWaXqREBQoctnsCF35Wq1a7QiAWxsa/VgwJHgnMGhwi0tLJSwwTc9gLCxYQAd7BSyHN5FVF4UrVRRoOCsOlGSDqDAgkDw+IVgUdCB0Rth4G3PvA5l+RcUYWIECQYdGCBxhklSgwwAEFBhfpBdDjgUCHLyES2BqBwUKJDB8mnBxBIJEeJQIGSEgyISWrACPYwGFgAEMoBkY2SwgYAeEdkQQDPvipqbIEAwgjXooTYO6kgaZGBMFREmGD1jJBAAAh+QQJCAAmACwAAAAAGQAZAIVkYmS0srTc2tyMiozExsTs7uycnpx0dnS8vrzk5uSUlpTU0tT8+vysqqxsbmyEgoS8urzk4uSUkpTMzsz09vSkpqRsamy0trTc3tyMjozMysz08vSkoqR8enzEwsTs6uycmpzU1tT8/vysrqx0cnSEhoT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCTcEg0bRaborIo0iSGiclnSCksiRjAgSFMLJ4mRmhCuQoZB0CgK+0uQiKzcAKwWL1PxmKSVIoiXCYiAwAgJlFTGBMYQyJlcw4lC0IRAA8UDJliC49HfEIfDw4kCk9wTEkUAhNvjyYUEAckJIxXnl9xRQUcA7lLYoByrle+QwIIyMiBZgwJHwnOGyUPHQ/Uw78TrNoLx8gQCMtXDM/lVkXiv3IbFxXFTAIY6WEEChISYEsbrLhDBQYSMoy4806EFVWsQjwSkIFDrV0BMmFioMFDpz3nRHxYBsGABxMhRoQAiWCSEEdXIhioUGZBgJEMPCA4x2yEAZMLRArB4EHDHztdBhoEChHApAgCCPoQw6A050ghFKbIUZLgglQzQQAAIfkECQgAIQAsAAAAABkAGQCFZGJktLK03NrcjI6M7O7spKKkxMbEdHZ05ObknJqc/Pr8vL68rKqs1NLUbG5s5OLklJaU9Pb0hIKEvLq83N7clJKU9PL0pKakzM7M7OrsnJ6c/P78xMLErK6s1NbUdHJ0hIaE////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7AkHBIDGEcjaKyuMFkhgxAZxghLIkPh0QhjE5DG08jchUqQI6J8CIVZjCeTVnYcBwsIW8o0sDglRsIXGAJDhd5bRQNAkMbZHQSEIwhCB8DERYEEQoCGI8WHn5uAxISBQghAnJEG3gRFBgNY0MKCyClFGUWfQ0Iq0QEHRC/gAIUg1fIyUoUBs7OyksKCBkI1AQJAxUV2o9lChix4R4UHAbmBtFK09XVf0TqTHMWCwHETMbq4BcFp7qxvX4FK6BhgpUM91rtgdXAwyMKGjo8EGKhAwcFGBVs6DSIgBgrYDIgM9ABQwgKC3IpymXGWxEEAQKQKZcLXAOQZTZM6DBJQB9KN3DuFQk2YRVNM2JcLnnwDiXLEAqezFGSwYDUMkEAACH5BAkIACUALAAAAAAZABkAhWRiZLSytNza3IyOjMTGxOzu7Hx6fKSipGxubLy+vOTm5JyanNTS1Pz6/ISChGxqbLy6vOTi5JSWlMzOzPT29KyurGRmZLS2tNze3JSSlMzKzPTy9Hx+fKSmpHRydMTCxOzq7JyenNTW1Pz+/ISGhP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJJwSCwxOKKisjhigIYBxGWo0IyWVMfgWopOSw0PIIIVNjKcj/Di+VYAHm5Z5CBtutIS6AGYLEcgDUMHHAF4UxIAA0MjFEMCAwcYQgoOCxQUG5gOAApCGwwTdyUFIQMZFQUlGHJmSRQYEwwijmYaGbhkWKCyCq2fFx2/RCMCEYJlyMlKERPOzspYIwogCtQFHQch2ge1yc6hEyIRGhPlGtF/1eujROlK70QUGgnDjAIY7w0CARUBqrtkMfA1ZMMFfwTuFPg14g4FAbJoCYkQAIKnEhs+TGjAsUGxjUIKiGAAkJScCQkElFAw4UmsSUIaYgHx4YMjBQPBhGonjUAgAl0sn6ycZa/gBwJcQLR0NcHbTG/NhJbIVGYXA55LggAAIfkECQgAJwAsAAAAABkAGQCFZGJktLK03NrcjIqMxMbE7O7snJ6cdHZ0vL685ObklJaU1NLU/Pr8rKqshIKEbG5svLq85OLklJKUzM7M9Pb0pKakfH58bGpstLa03N7cjI6MzMrM9PL0pKKkfHp8xMLE7OrsnJqc1NbU/P78rK6shIaEdHJ0////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv7Ak3BIPAkGgqKyOBIUhhALYgiajJZUjYEhRDimJ4bFFMEKGR3NRhgFQx4lrvmUkSg4p/apcDAtliMFcickEhgnXlMdDyFDDBlXdB0kZScgEhUMFBwUFAMmICcjGwcAa3sNBh0QTxGRQ00nEQMAAAcJjhMdqrhYIrUAGBRKFAgBr0piIU9mg1jDRQki09POgAkgCdgFGAEk3gHWyRMTC+Qi0gsi6uJM2e94Re1E80IUIhvITAIZ4iMRHxB8YLaEQ7kFCV5RICBwwjAO+kbgoZChnAhoIBBsCHWCwgIBDEIyaDJBToF1BDkMqlgmwQRcGRZkcARNicEFXBIgDFOOICKWESImcHQ5dIIAfUU8LoiksxdQh3P21CQ6ZFNUmwvimQkCADs=");
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.bxmaker__geoip__popup-search-options {
  display: none;
  position: absolute;
  top: 34px;
  border: 1px solid #ccc;
  background: #FFF;
  z-index: 10002;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
.bxmaker__geoip__popup-search-options.active {
  display: block;
  height: auto;
  max-height: 250px;
}
.bxmaker__geoip__popup-search-options.preloader {
  height: 100px;
  overflow: hidden;
  color: #fff;
}
.bxmaker__geoip__popup-search-options.preloader div {
  border-color: transparent;
}
.bxmaker__geoip__popup-search-option {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 7px 10px;
  color: #909090;
}
.bxmaker__geoip__popup-search-option:last-child {
  border-bottom: none;
}
.bxmaker__geoip__popup-search-option span {
  color: #5f5f5f;
  font-weight: bold;
}
.bxmaker__geoip__popup-search-option p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
.bxmaker__geoip__popup-search-option:hover {
  background: #f1f1f1;
}
.bxmaker__geoip__popup-search-option.bxmaker__geoip__popup-search-option--empty {
  padding: 20px 10px;
  text-align: center;
  line-height: 18px;
  height: auto;
  width: 100%;
  overflow: visible;
}
.bxmaker__geoip__popup-options {
  font-size: 0.90em;
  padding-top: 10px;
  padding-bottom: 0;
}
.bxmaker__geoip__popup-options:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
.bxmaker__geoip__popup-options.preloader {
  height: 350px;
  overflow: hidden;
  color: transparent;
}
.bxmaker__geoip__popup-options.preloader div {
  border-color: transparent;
  background: transparent;
  display: none;
}
.bxmaker__geoip__popup-options-col {
  float: left;
  padding: 0 10px 0 0;
  width: 33.33%;
}
.bxmaker__geoip__popup-option {
  margin: 0;
  padding: 4px 5px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.bxmaker__geoip__popup-option.bxmaker__geoip__popup-option--bold,
.bxmaker__geoip__popup-option.bxmaker__geoip__popup-option--bold span {
  font-weight: bold;
}
.bxmaker__geoip__popup-option span {
  border-bottom: 1px dashed black;
}
.bxmaker__geoip__popup-option:hover {
  background: #9DD4B3;
  border-radius: 3px;
}
.bxmaker__geoip__popup-option:hover span {
  border-bottom-color: transparent;
  font-weight: bold;
}
@media screen and (min-width: 461px) and (max-width: 767px) {
  body .bxmaker__geoip__popup-content {
    top: 3%;
    left: 3%;
    width: 94%;
    padding: 15px;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  body .bxmaker__geoip__popup-content {
    top: 5%;
    left: 5%;
    width: 90%;
    padding: 15px;
    margin-left: 0;
    height: auto;
  }
  body .bxmaker__geoip__popup-header {
    display: none;
  }
  body .bxmaker__geoip__popup-city_search_box {
    margin-top: 25px;
  }
  body .bxmaker__geoip__popup-option {
    width: 100%;
    padding: 0;
  }
  body .bxmaker__geoip__popup-option:nth-child(1) {
    display: block;
  }
}
@media (max-width: 576px) {
  .bxmaker__geoip__popup-options-col {
    width: 50%;
  }
}
/* End */


/* Start:/local/templates/light_blue/components/bxmaker/geoip.city.line/custom/style.css?16183178673717*/
.bxmaker__geoip__city__line {
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
.bxmaker__geoip__city__line-label {
  text-transform: initial;
}
.bxmaker__geoip__city__line-name {
  cursor: pointer;
  border-bottom: 1px dashed #3585CC;
  color: #3585CC;
}
.bxmaker__geoip__city__line-context {
  position: relative;
  display: inline;
}
.js-bxmaker__geoip__city__line-city.city{
  background-image: url("https://doctora.clinic/local/templates/light_blue/assets/images/dashicons_arrow-down-alt2.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 16px;
  background-size: 15px;
}

.bxmaker__geoip__city__line-question,
.bxmaker__geoip__city__line-info {
  display: none;
  position: absolute;
  z-index: 1009;
  top: 35px;
  background: #fff;
  width: 200px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.bxmaker__geoip__city__line-question:before,
.bxmaker__geoip__city__line-info:before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
}
.bxmaker__geoip__city__line-question:after,
.bxmaker__geoip__city__line-info:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
.bxmaker__geoip__city__line-question-text {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  color: #676767;
  font-size: 12px;
}
.bxmaker__geoip__city__line-question-text span {
  color: #676767;
  cursor: pointer;
  border-bottom: none;
  font-size: 14px;
  font-weight: bold;
  margin: 0 1px;
}
.bxmaker__geoip__city__line-question-btn-box {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: -1px;
}
.bxmaker__geoip__city__line-question-btn-box:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
  float: none;
}
.bxmaker__geoip__city__line-question-btn-yes {
  float: right;
  width: 50%;
  text-align: center;
  padding: 8px 0;
  border-left: 1px solid #cbab86;
  margin-left: -1px;
  background: #fcdebc;
  border-radius: 0 0 5px 0;
}
.bxmaker__geoip__city__line-question-btn-yes:hover {
  background: #cbab86;
  border-left: 1px solid #cbab86;
}
.bxmaker__geoip__city__line-question-btn-no {
  float: left;
  width: 50%;
  text-align: center;
  padding: 8px 0;
  border-right: 1px solid #cbab86;
  margin-right: -1px;
  background: #fcdebc;
  border-radius: 0 0 0 5px;
}
.bxmaker__geoip__city__line-question-btn-no:hover {
  background: #cbab86
}
.bxmaker__geoip__city__line-info-content {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  color: #676767;
}
.bxmaker__geoip__city__line-info-content a {
  border-bottom: 1px dashed #3585CC;
  cursor: pointer;
  text-decoration: none;
  color: #3585CC;
}
.bxmaker__geoip__city__line-info-content a:hover {
  border-color: transparent;
}
.bxmaker__geoip__city__line-info-btn-box {
  cursor: pointer;
  color: #212529;
  font-weight: bold;
}
.bxmaker__geoip__city__line-info-btn {
  float: left;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  border-right: 1px solid #9DD4B3;
  background: #9DD4B3;
  border-radius: 0 0 5px 5px;
}
.bxmaker__geoip__city__line-info-btn:hover {
  background: #96d4a3;
}
.bxmaker__geoip__city__line__params__id {
  display: none !important;
}

/* End */


/* Start:/local/templates/light_blue/components/bitrix/menu/side_menu/style.css?15908444533016*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */
#vertical-multilevel-menu li a
{
	display: block;
	text-decoration: none;
	color: #4F4F4F;
	font-weight:bold;
	padding: 5px;
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
}

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/side_menu/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/side_menu/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/side_menu/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/side_menu/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/side_menu/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

.side-menu {
	background-color: #fff;
	padding-top: 180px;
	text-align: center;
	box-shadow: 0px 0px 30px rgba(39, 32, 120, 0.25);
}

.side-menu li {
	list-style: none;
	font-family: Montserrat Alternates, sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 2;
	color: #000;
}
/* End */


/* Start:/local/templates/light_blue/components/bitrix/menu/horizontal/style.css?15906641684414*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/horizontal/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/horizontal/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/horizontal/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/light_blue/components/bitrix/system.auth.form/header_auth/style.css?15910115281241*/
div.bx-system-auth-form span.bx-auth-secure {
    background-color: #FFFAE3;
    border: 1px solid #DEDBC8;
    padding: 2px;
    display: inline-block;
    vertical-align: bottom;
    margin-top: -1px;
}

div.bx-system-auth-form div.bx-auth-secure-icon {
    background-image: url(https://doctora.clinic/local/templates/light_blue/components/bitrix/system.auth.form/header_auth/images/sec.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 18px;
}

div.bx-system-auth-form div.bx-auth-secure-unlock {
    background-image: url(https://doctora.clinic/local/templates/light_blue/components/bitrix/system.auth.form/header_auth/images/sec-unlocked.png);
}

.auth-popup__table{
    margin: 0 auto;
}

.login{
    width: 100%;
    padding: 12px 0;
    margin-top: 40px;
}

.forget-password{
    color: #32B4C3;
    text-decoration-line: underline;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    display: block;
    text-align: left;
}

.auth-popup__phone, .auth-popup__password{
    font-size: 15px;
    color: #000000;
    padding: 13px 15px;
    margin: 0 auto;
    width: 308px;
    height: 50px;
}

.auth-popup__phone {
    margin-top: 60px;
}

.auth-popup__password {
    margin-top: 20px;
}

.form-after{
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #8A8A8A;
    padding-top: 40px;
    display: block;
}



/* End */


/* Start:/local/templates/light_blue/components/bitrix/menu/vertical_footer/style.css?1590753797851*/
div.menu-sitemap-tree
{
	font-size:100%;
}

div.menu-sitemap-tree ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 1em 0 0;
}

div.menu-sitemap-tree ul ul
{
	width: auto;
	margin:-0.75em 0 0 0;
	padding: 0 0 0 0.75em;
}

div.menu-sitemap-tree li
{
	margin: 0 0 -0.85em 0;
	padding:0;
}

div.menu-sitemap-tree li li
{
	margin: 0 0 -0.85em 0.5em;
	padding:0;
}

div.menu-sitemap-tree li.menu-close ul
{
	display: none;
}

div.menu-sitemap-tree div.item-text
{
	position:relative;
	top:-19px;left:19px;
}

/*Icons*/
div.folder, div.page
{
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	vertical-align:top;
}
div.folder{cursor:pointer; cursor: hand;background-image:url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/vertical_footer/images/folder_open.gif);}
div.menu-sitemap-tree li.menu-close div.folder{background-image:url(../../../../../../local/templates/light_blue/components/bitrix/menu/vertical_footer/images/folder_close.gif);}
div.page{background-image:url(../../../../../../local/templates/light_blue/components/bitrix/menu/vertical_footer/images/page.gif);}

/* End */


/* Start:/local/templates/light_blue/components/bitrix/menu/vertical_footer_second/style.css?1590753797851*/
div.menu-sitemap-tree
{
	font-size:100%;
}

div.menu-sitemap-tree ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 1em 0 0;
}

div.menu-sitemap-tree ul ul
{
	width: auto;
	margin:-0.75em 0 0 0;
	padding: 0 0 0 0.75em;
}

div.menu-sitemap-tree li
{
	margin: 0 0 -0.85em 0;
	padding:0;
}

div.menu-sitemap-tree li li
{
	margin: 0 0 -0.85em 0.5em;
	padding:0;
}

div.menu-sitemap-tree li.menu-close ul
{
	display: none;
}

div.menu-sitemap-tree div.item-text
{
	position:relative;
	top:-19px;left:19px;
}

/*Icons*/
div.folder, div.page
{
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	vertical-align:top;
}
div.folder{cursor:pointer; cursor: hand;background-image:url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/vertical_footer_second/images/folder_open.gif);}
div.menu-sitemap-tree li.menu-close div.folder{background-image:url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/vertical_footer_second/images/folder_close.gif);}
div.page{background-image:url(https://doctora.clinic/local/templates/light_blue/components/bitrix/menu/vertical_footer_second/images/page.gif);}

/* End */


/* Start:/local/templates/light_blue/template_styles.css?161563232169*/
.city_block_search_92, .city_block_search_93 {
    display: none;
}
/* End */
/* /local/templates/light_blue/assets/libraries/bootstrap-4.5.0-dist/css/bootstrap.css?1589302321198313 */
/* /local/templates/light_blue/assets/libraries/slick/slick.css?15918706981835 */
/* /local/templates/light_blue/assets/libraries/slick/slick-theme.css?15918697953145 */
/* /local/templates/light_blue/assets/css/font-awesome.min.css?159479187221987 */
/* /local/templates/light_blue/assets/css/style.css?1632750753261835 */
/* /local/templates/light_blue/assets/css/custom.css?163299942629665 */
/* /local/templates/light_blue/components/bxmaker/geoip.city/custom/style.css?161985580613861 */
/* /local/templates/light_blue/components/bxmaker/geoip.city.line/custom/style.css?16183178673717 */
/* /local/templates/light_blue/components/bitrix/menu/side_menu/style.css?15908444533016 */
/* /local/templates/light_blue/components/bitrix/menu/horizontal/style.css?15906641684414 */
/* /local/templates/light_blue/components/bitrix/system.auth.form/header_auth/style.css?15910115281241 */
/* /local/templates/light_blue/components/bitrix/menu/vertical_footer/style.css?1590753797851 */
/* /local/templates/light_blue/components/bitrix/menu/vertical_footer_second/style.css?1590753797851 */
/* /local/templates/light_blue/template_styles.css?161563232169 */