

/* Start:/local/templates/beauty_modern_s1/css/bootstrap.css?1780515052173943*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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, 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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

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

dfn {
  font-style: italic;
}

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: #e82654;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  /* color: inherit; */
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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-break: 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: 1240px;
  }
}

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

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.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;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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;
  background-color: transparent;
}

.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 .table {
  background-color: #fff;
}

.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 {
  background-color: rgba(0, 0, 0, 0.075);
}

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

.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-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-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-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-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-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-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-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: #212529;
  border-color: #32383e;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

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

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

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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 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 {
  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 .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.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 {
  background-color: #71dd8a;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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 .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.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 {
  background-color: #efa2a9;
}

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  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;
    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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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(0, 123, 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 {
 /* box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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(108, 117, 125, 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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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(40, 167, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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(23, 162, 184, 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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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(255, 193, 7, 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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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(220, 53, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(248, 249, 250, 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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
}

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

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.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 screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
  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: 0 1 auto;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.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:first-child {
  margin-left: 0;
}

.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 + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.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 > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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 + .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,
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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;
  z-index: -1;
  opacity: 0;
}

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

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

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-size: 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(128, 189, 255, 0.5);
}

.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 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:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 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;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    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;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    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;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    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-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 screen and (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;
  font-size: 15px;
  padding: 0.8rem 1.4rem;
}

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

.nav-link.disabled {
  opacity: 0.5;
}

.nav-tabs {
  position: relative;
}
.nav-tabs::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #E72653;
}

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

.nav-tabs .nav-link {
  display: flex;
  align-items: center;
  min-height: 41px;
  color: #000;
  text-decoration: none;
  border: #CDCDCD 1px solid;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 4px 0 0 0;
  padding: 2px 10px;
  max-width: 300px;
}
.nav-tabs_small .nav-link {
  font-size: 13px;
}

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

.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: #fff;
  background-color: #E72653;
  border-color: #E72653;

}

.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 {
  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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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 {
    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 {
    -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 {
    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 {
    -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 {
    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 {
    -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 {
    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 {
    -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 {
  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 {
  -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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-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:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.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: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

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

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

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

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

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

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.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;
  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;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (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 {
  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;
}

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

.list-group-item-action:hover, .list-group-item-action:focus {
  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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

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

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

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

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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, -25%);
  transform: translate(0, -25%);
}

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

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 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-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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, 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) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 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-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) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  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;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  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 {
  position: relative;
  -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: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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 {
  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-circle {
  border-radius: 50% !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;
  }
}

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !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: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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;
}

.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/beauty_modern_s1/css/jquery.formstyler.css?17805150522179*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*white-space: nowrap;*/
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/beauty_modern_s1/css/jquery.formstyler.theme.css?178051505210654*/
.jq-checkbox,
.jq-radio {
	vertical-align: -2px;
	width: 13px;
	height: 13px;
	margin: 0 4px 0 0;
	border: 1px solid #9A9A9A;
	background: #fff;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #000;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 2px;
}
.jq-checkbox.checked {
	border: 1px solid #E72653;
	background: #E72653;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 9px;
	height: 6px;
	margin: 1px 0 0 1px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 9px;
	height: 9px;
	margin: 1px 0 0 1px;
	border-radius: 50%;
	background: #E72653;
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 28px;
	padding: 0 35px 0 5px;
	border: 1px solid #CDCDCD;
	border-radius: 4px;
	background: #fff;
	font: 14px/26px Arial, sans-serif;
	color: #000;
	font-weight: bold;
}
.jq-selectbox__select:hover {
	/*background: #F5F5F5;*/
}
.jq-selectbox__select:active {
	background: #F5F5F5;
}
.jq-selectbox.focused .jq-selectbox__select {
	/*border: 1px solid #000;*/
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%!important;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 100%;
  background: #E72653;
  border-radius: 4px;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	right: 9px;
	width: 9px;
	height: 9px;
	margin: -6px 0 0 1px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
  top: 100% !important;
	box-sizing: border-box;
	width: 100%;
	margin: 0px 0 0;
	padding: 0;
	border: 1px solid #CDCDCD;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 1px 7px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
  background: #fff;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
	font-weight: bold;
}
.jq-selectbox li.selected {
	background-color: #E72653;
	color: #fff;
}
.jq-selectbox li:hover {
	background-color: #CDCDCD;
	color: #000;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CDCDCD;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	
	font: 14px/18px Arial, sans-serif;
	color: #000;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #000;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #E72653;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/beauty_modern_s1/css/jquery.mCustomScrollbar.css?178051505216082*/
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 6px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #F3F3F3;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #E72653;
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #E72653;
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #E72653;
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(/local/templates/beauty_modern_s1/css/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	  background-color: #F3F3F3;
	}

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	  background-color: #E72653;
	}

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	  background-color: #E72653;
	}

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	

/* End */


/* Start:/local/templates/beauty_modern_s1/js/fancybox/jquery.fancybox.min.css?178051505212795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/beauty_modern_s1/js/fias/jquery.fias.min.css?1780515052958*/
.kladr-error{color:#cb3e27}#kladr_autocomplete ul{position:absolute;display:block;margin:0;padding:0;border:1px solid #c4c4c4;background-color:#fff;z-index:9999;overflow-x:hidden;overflow-y:auto;min-width:200px;max-height:420px;color:#5c5e8d}#kladr_autocomplete li{display:list-item;list-style-type:none;margin:0;padding:6px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#kladr_autocomplete li:hover{background-color:#f2f2f2;cursor:pointer}#kladr_autocomplete li.active{background-color:#e9e9e9}#kladr_autocomplete a{text-decoration:none}#kladr_autocomplete strong{font-weight:700}#kladr_autocomplete a,#kladr_autocomplete strong,#kladr_autocomplete small{font-family:Helvetica,Arial,sans-serif;font-size:14px}#kladr_autocomplete small{color:#AAA;font-size:12px}#kladr_autocomplete .spinner{position:absolute;display:block;margin:0;padding:0;width:16px;height:16px;background:url("/local/templates/beauty_modern_s1/js/fias/./images/spinner.png") center center no-repeat;z-index:9999}
/* End */


/* Start:/local/templates/beauty_modern_s1/styles.css?1780515052404*/
#bx-admin-prefix, .bx-core-popup-menu, .bx-component-opener {
	z-index: 1034 !important;
}
.bx-core-dialog-overlay {
	z-index: 1003 !important;
}

#bx-panel.bx-panel-fixed,
div.bx-component-opener {
	z-index: 1002 !important;
}

.popupmenu table td {
	padding:0;
}

.bxfd-window-cont table td img {
	max-width: none;
	vertical-align: baseline;
}

.bxmap-overlay {
	z-index: 1001;
}
/* End */


/* Start:/local/templates/beauty_modern_s1/template_styles.css?1780515052163096*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img,
legend {
	border: 0;
}
legend,
td,
th {
	padding: 0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
optgroup,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre,
textarea {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==========================================================================
	BASE SITE STYLES */
/* ========================================================================== */
html,
body {
	height: 100%;
	min-width: 992px;
}
body {
	position: relative;
	min-width: 992px;
}
html,
button,
input,
select,
textarea {
	color: #000;
}
body {
	font-size: 15px;
	line-height: 1.2;
	font-family: Arial, sans-serif;
	color: #000;
	background: #f5f5f5;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	background: rgba(0, 0, 0, 0.2);
	margin: 1em 0;
	padding: 0;
}
.container-white hr,
.white-box hr,
.white-content-box hr {
	background: #e8e8e8;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
.bxedtaskbarset img {
	max-width: none;
}
.bx-yandex-view-map img {
	max-width: inherit;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
	line-height: 24px;
}
a,
.pseudolink {
	color: #dd1746;
	text-decoration: none;
}
a:hover,
.pseudolink:hover,
a:focus,
.pseudolink:focus,
a.active,
.pseudolink.active {
	color: #e82654;
	text-decoration: underline;
}
.border-link,
.dotted-link {
	display: inline-block;
	text-decoration: none;
	border-bottom: solid 1px rgba(221, 23, 70, 0.4);
	padding: 0;
	line-height: 1.1;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.border-link:hover,
.dotted-link:hover,
.border-link:focus,
.dotted-link:focus,
.border-link.active,
.dotted-link.active {
	color: #e82654;
	text-decoration: none;
	border-bottom-color: #e82654;
}
.dotted-link {
	border-bottom-style: dotted;
}
.border-link-dark {
	color: #4c4c4c;
	border-bottom: solid 1px rgba(221, 23, 70, 0.2);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.border-link-dark:hover,
.border-link-dark:focus {
	text-decoration: none;
	color: #e82654;
	border-bottom-color: #e82654;
}
*[data-target-self],
*[data-target-blank],
.pseudolink {
	cursor: pointer;
}
h1,
.h1 {
	margin: 0;
	font: normal 22px/1.3 Arial, sans-serif;
	color: #000000;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0.5em 0;
}
h2,
.h2 {
	font: normal 23px/30px Arial, sans-serif;
}
h3,
.h3 {
	font: normal 20px/26px Arial, sans-serif;
}
h4,
.h4 {
	font: bold 18px/22px Arial, sans-serif;
}
h5,
.h5 {
	font: bold 16px/20px Arial, sans-serif;
}
h6,
.h6 {
	font: bold 14px/18px Arial, sans-serif;
}
:-moz-placeholder {
	color: #b4b4b4;
}
:-ms-input-placeholder {
	color: #b4b4b4;
}
::-webkit-input-placeholder {
	color: #b4b4b4;
}
blockquote {
	background: rgba(180, 180, 180, 0.2);
	border-left: 2px solid #b4b4b4;
	margin: 1.5em 10px;
	padding: 1em 10px;
	quotes: "\201C" "\201D" "\2018" "\2019";
	position: relative;
}
blockquote cite {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	color: #808080;
}
blockquote:before,
blockquote:after {
	color: #b4b4b4;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	position: absolute;
}
blockquote:after {
	content: close-quote;
	bottom: -15px;
	right: -10px;
	position: absolute;
}
/* ==========================================================================
	 CODE */
/* ========================================================================== */
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}
pre code {
	padding: 0;
	line-height: 1.4;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
pre code,
pre code.hljs {
	font-size: 14px;
}
/* ==========================================================================
	 GRID */
/* ========================================================================== */

.content {
	position: relative;
	margin: 0 auto;
	/*width: 100%;
	min-width: 992px;
	max-width: 1024px;
	*/

  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;

}
.content:before,
.content:after {
	content: " ";
	display: table;
}
.content:after {
	clear: both;
}
.content .content {
	width: auto;
	max-width: auto;
	min-width: initial;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bx-ie .content .content {
	min-width: auto;
}
@media (max-width: 768px) {
	.content .content {
		margin-left: -5px;
		margin-right: -5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.content .content {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.content .content {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (min-width: 1280px) {
	.content .content {
		margin-left: -10px;
		margin-right: -10px;
	}
}
/*
.col {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.col {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.col {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 1280px) {
	.col {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.col {
	float: left;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}
.center-block {
	margin: 0 auto;
}
@media (max-width: 767px) {
	.col-mb-hide,
	.mb-hide,
	.tablet-block,
	.dt-block,
	.ld-block {
		display: none;
	}
	.mb-block {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-hide,
	.tablet-hide,
	.mb-block,
	.dt-block,
	.ld-block {
		display: none;
	}
	.tablet-block {
		display: block;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.col-dt-hide,
	.dt-hide,
	.mb-block,
	.tablet-block,
	.ld-block {
		display: none;
	}
	.dt-block {
		display: block;
	}
}
@media (min-width: 1280px) {
	.col-ld-hide,
	.ld-hide,
	.mb-block,
	.tablet-block,
	.dt-block {
		display: none;
	}
	.ld-block {
		display: block;
	}
}
@media (max-width: 768px) {
	.col-padding {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.col-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 1280px) {
	.col-padding {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.col-margin {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-margin {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.col-margin {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (min-width: 1280px) {
	.col-margin {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.col-margin-bottom {
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-margin-bottom {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.col-margin-bottom {
		margin-bottom: 20px;
	}
}
@media (min-width: 1280px) {
	.col-margin-bottom {
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.col-margin-top {
		margin-top: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-margin-top {
		margin-top: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.col-margin-top {
		margin-top: 20px;
	}
}
@media (min-width: 1280px) {
	.col-margin-top {
		margin-top: 20px;
	}
}
*/
/* ==========================================================================
	 BUTTONS */
/* ========================================================================== */
.btn {
	display: inline-block;
	color: #ffffff;
	margin-bottom: 0;
	font: normal 15px/1.2 Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background: #e82654;
	border: 0;
	text-decoration: none;
	padding: 5px 20px;
	border-radius: 20px;
	text-shadow: none;
	box-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	/* outline-offset: -2px; */
}
.btn:hover,
.btn:focus {
	color: #ffffff;
	background: #be1f44;
	text-decoration: none;
}
.btn:active,
.btn.active {
	outline: 0;
	background: #be1f44;
	box-shadow: inset 0 2px 0 rgba(0,0,0,.2);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
}
.btn-primary {
	background: #e82654;
	color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus {
	color: #ffffff;
	background: #cf1642;
	text-decoration: none;
}
.btn-primary:active,
.btn-primary.active {
	color: #ffffff;
	background: #cf1642;
}
.btn-secondary {
	background: #dd1746;
	color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus {
	color: #ffffff;
	background: #b8133a;
	text-decoration: none;
}
.btn-secondary:active,
.btn-secondary.active {
	color: #ffffff;
	background: #b8133a;
}
.btn-gray {
  background: #535887;
}
.btn-gray:hover,
.btn-gray:focus {
  color: #ffffff;
  background: #3b3f60;
  text-decoration: none;
}
.btn-gray:active,
.btn-gray.active {
  outline: 0;
  background: #2b2b30;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, .2);
}
.btn-ico,
.btn-ico:hover,
.btn-ico:focus {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 4px;
}
.btn-ico i,
.btn-ico:hover i,
.btn-ico:focus i {
	margin: 0 !important;
}
.btn-block {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-square {
	border-radius: 0;
}
.btn-link {
	color: #dd1746;
	cursor: pointer;
	border-radius: 0;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
	color: #e82654;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	background-color: transparent;
	color: #e82654;
	text-decoration: none;
}
.btn-big {
  padding: 12px 22px;
  border-radius: 40px;
}
.btn-small {
  padding: 2px 13px;
}
.btn-mini {
	font: normal 12px Arial, sans-serif;
  padding: 2px 10px;
}
.btn-outline {
	background-color: transparent;
	color: #e82654;
	border: solid 1px #cecece;
	line-height: 34px;
}
.btn-outline:hover,
.btn-outline:focus {
	color: #ffffff;
	background: #e82654;
	text-decoration: none;
	border-color: #e82654;
}
.btn-outline:active,
.btn-outline.active {
	color: #ffffff;
	background: #dd1746;
	border-color: #dd1746;
}
.btn-outline.btn-big {
	line-height: 42px;
}
.btn-outline.btn-small {
	line-height: 30px;
}
.btn-outline.btn-mini {
	line-height: 22px;
}
.btn-outline-bold {
	border-width: 2px;
	line-height: 32px;
}
.btn-outline-bold.btn-big {
	line-height: 40px;
}
.btn-outline-bold.btn-small {
	line-height: 28px;
}
.btn-outline-bold.btn-mini {
	line-height: 20px;
}
.btn-outline.disabled {
	color: #4c4c4c;
}
.btn-schedule {
	display: block;
	width: 100%;
	background-color: transparent;
	color: #e82654;
	border: solid 2px #cecece;
	font: normal 17px/1 Arial, sans-serif;
	height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-schedule:hover,
.btn-schedule:focus {
	color: #ffffff;
	background: #e82654;
	text-decoration: none;
	border-color: #e82654;
}
.btn-schedule:active,
.btn-schedule.active {
	color: #ffffff;
	background: #dd1746;
	border-color: #dd1746;
}
.btn-bottom-right {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
/* ==========================================================================
	 ICONS */
/* ========================================================================== */
.icon {
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	background: url('/local/templates/beauty_modern_s1/images/all-icons-red.png') 0 0 no-repeat;
}
@media screen and (min-resolution: 192dpi) {
	.icon {
		background-image: url('/local/templates/beauty_modern_s1/images/all-icons-red@2x.png');
		background-size: 80px 180px;
	}
}
.icon-record,
.icon-lk {
	background-position: 0 0;
	width: 30px;
	height: 30px;
	float: left;
}
.icon-lk {
	background-position: 0 -30px;
}
.icon-search {
	background-position: -40px -40px;
	vertical-align: baseline;
	display: block;
}
.icon-addcomment {
	background-position: 0 -60px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
.icon-dot {
	background-position: -60px -150px;
	width: 11px;
	height: 11px;
	vertical-align: baseline;
}
.icon-help {
	background-position: 0 -150px;
	cursor: pointer;
}
.icon-help:hover,
.icon-help:focus {
	background-position: -30px -150px;
}
.icon-search-reset {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAATUlEQVR42pWRAQoAIAgDfXiKD6u3VQKDQGY1iGTcBFXcfe7XhCsYDS4KQ6AC44dhMCgIpQABWWCUIHSA/QYq6cynTjMwkPowXvf8dcEF0ml9AAlSf/kAAAAASUVORK5CYII=') no-repeat 50% 50%;
	vertical-align: top;
	opacity: .6;
	position: relative;
	top: -1px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
button:hover .icon-search-reset,
button:focus .icon-search-reset {
	opacity: 1;
}
/* ==========================================================================
	 FORMS */
/* ========================================================================== */
.form_line {
  padding: 5px 0;
}
.form_label {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}
.form_label_sub {
  font-size: 12px;
}
.form_value .jq-selectbox, 
.record-tikket-text .jq-selectbox,
.form_value .jq-select-multiple {
  width: 100%;
  max-width: 100%;
}
.input {
	position: relative;
	display: inline-block;
	height: 28px;
	padding: 0 5px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #CDCDCD;
	outline: none;
	background-color: #ffffff;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.input:focus {
	outline: none;
	border-color: #000;
	background-color: #ffffff;
}
textarea.input {
	padding: 5px 5px;
  height: auto;
  line-height: 1.3;
}
select.input {
	padding: 0;
	cursor: pointer;
	border-radius: 5px;
	-webkit-appearance: menulist;
}
select.input[multiple],
select.input.multiple {
	-webkit-appearance: none;
	height: auto;
}
.input[type="file"] {
	padding: 5px;
}
.input[type="number"],
.input[type="date"],
.input[type="time"] {
	padding: 0 0 0 10px;
}
.input[type="color"] {
	padding: 0;
}
.input-required,
.input[required] {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI5JREFUeNpi/P//PwM1ARMDlcGogaMGkgEYdysrEK3Y5c59klzoC8T7gPgzFIPYPuR6uQWINwGxIxDzQDGIvRkqR5KBIFdU41FTDXU90QYWEaGukBQDTYhQZ0LtZMNIioFniFB3mhQD+4lQ10+KgaCk0YpHTStUDUlhWAPE/kC8H4i/QjGI7QeVIxoABBgA0UkaIFtFpqkAAAAASUVORK5CYII=');
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.input.disabled,
.input-disabled,
.input:disabled {
	background-color: #F5F5F5 !important;
	color: #000;
	opacity: 1;
}
.input.disabled:hover,
.input-disabled:hover,
.input:disabled:hover {
	background-color: #F5F5F5 !important;
	color: #000;
}
.input-block {
	width: 100%;
}
.input-search {
	border-radius: 20px;
	padding: 0 20px;
	border-color: #cecece;
}
.input-accent {
	border-color: #e82654;
	box-shadow: inset 0 2px 1px rgba(0,0,0,.05), 0 0 5px  #e82654;
}
.input-pulse {
	border-color: #e82654;
	-webkit-animation-name: inputPulse;
	animation-name: inputPulse;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.input-pulse:focus {
	-webkit-animation-name: none;
	animation-name: none;
}
.checkbox {
	position: absolute;
	left: -9999px;
}
.checkbox + label {
	cursor: pointer;
	margin-top: 4px;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox + label > span,
label > .checkbox + span{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: #ffffff;
	cursor: pointer;
	border: solid 1px #b4b4b4;
	border-radius: 2px;
	position: relative;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.checkbox + label:hover > span,
label:hover > .checkbox + span{
	border-color: #b4b4b4;
}
.checkbox:checked + label > span,
label > .checkbox:checked + span{
	border-color: #b4b4b4;
}
.checkbox:checked + label > span:before,
label > .checkbox:checked + span:before{
	content: ' ';
	position: absolute;
	border: solid #e82654;
	border-width: 0 0 2px 2px;
	height: 4px;
	width: 9px;
	left: 3px;
	top: 4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.checkbox:focus + label > span,
label > .checkbox:focus + span{
	border-color: #e82654;
}
.checkbox:focus + label,
label > .checkbox:focus{
	color: #e82654;
}
.checkbox:checked:disabled + label > span,
.checkbox:checked:disabled + label:hover > span {
	border-color: #4c4c4c;
	background-color: #7f7f7f;
	cursor: default;
}
.checkbox:checked:disabled + label > span:before,
.checkbox:checked:disabled + label:hover > span:before {
	border-color: #4c4c4c;
}
.checkbox:disabled + label > span,
.checkbox:disabled + label > span:hover,
.checkbox:disabled + label:hover > span {
	border-color: #4c4c4c;
	background-color: #666666;
	cursor: default;
}
.checkbox:disabled + label > span:before,
.checkbox:disabled + label > span:hover:before,
.checkbox:disabled + label:hover > span:before {
	border-color: #4c4c4c;
}
.checkbox:disabled + label,
.checkbox:disabled + label:hover {
	color: #4c4c4c;
	cursor: default;
}
.radio {
	position: absolute;
	left: -9999px;
}
.radio + label {
	cursor: pointer;
	margin-top: 4px;
	display: inline-block;
}
.radio + label > span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: #ffffff;
	cursor: pointer;
	border: solid 1px #b4b4b4;
	position: relative;
	border-radius: 10px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.radio + label:hover > span,
.radio + label:focus > span {
	border-color: #b4b4b4;
}
.radio:checked + label > span {
	border-color: #b4b4b4;
}
.radio:checked + label > span:before {
	content: ' ';
	position: absolute;
	height: 12px;
	width: 12px;
	background: #e82654;
	left: 3px;
	top: 3px;
	background-image: -webkit-linear-gradient(left, #000000 0%, #ffffff 100%);
	background-image: -o-linear-gradient(left, #000000 0%, #ffffff 100%);
	background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 15px;
}
.radio:focus + label > span {
	border-color: #e82654;
}
.radio:focus + label {
	color: #e82654;
}
.radio:checked:disabled + label > span,
.radio:checked:disabled + label:hover > span {
	border-color: #4c4c4c;
	background-color: #7f7f7f;
	cursor: default;
}
.radio:checked:disabled + label > span:before,
.radio:checked:disabled + label:hover > span:before {
	background: #4c4c4c;
}
.radio:disabled + label > span,
.radio:disabled + label > span:hover,
.radio:disabled + label:hover > span {
	border-color: #4c4c4c;
	background-color: #666666;
	cursor: default;
}
.radio:disabled + label > span:before,
.radio:disabled + label > span:hover:before,
.radio:disabled + label:hover > span:before {
	background: #4c4c4c;
}
.radio:disabled + label,
.radio:disabled + label:hover {
	color: #4c4c4c;
	cursor: default;
}
.bx-auth-reg .alert p {
	margin: 0 !important;
}
.form-control {
	margin: 1em 0;
}
.form-control .input {
	margin: 0;
}
.form-label {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.form-label {
		text-align: right;
	}
}
.alert-label {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 36px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.alert-label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	margin-top: -16px;
	width: 29px;
	height: 26px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAaCAYAAABLlle3AAABpklEQVR42rWVsUsCURzHUw1BCmwQbhLsD3BycnMtF0dbHIJwFYfcbMr+AqWlWhQUaqpJaAhvyqXJ6Q6aDhoKgrChsu+Dr8vJ3bt33hM+yO+93+/3uXf8Hrel+qtUKilwDp5AV8SqPcJIR2AJbP6PdAsPKOox7jE+1CXcBnPwBjJcyzCei30d0iZP1XCtN7jejFqYBR/gBSRcewmxzv1slNI+T1P22C9zvx+VsAB+wK0k7455hSikj2AB8pK8PPgW+ZsKq3xt3fXd5BJMXPld5lfDClPABg7YCSjdBQ7rUmGkbT51nUtSKevqrGurCg3wCZ5BXFEaF3WsN1SkN+APlLyzku9g7FFfYv11UGER/IKBf2bSApc+fQbsU5QJY8AEXyAnkc7AhU+vHPtMQcxPesQh6IhYIp2AU8khOuxX80pIg1eSDiAdgxMG6j2ZcOZ6Kpl0L+CM1Ni3I3n/ciGweGWCzMl0bU4QDF2TJpPu855aijdiKLtTUX+Tr+gprU65AIZmqUHPUAQmsEFcszRBjymCFqfLATONOPS0VtN1DB40S+/pif0D53VSSqAissQAAAAASUVORK5CYII=') no-repeat 0 0;
}
@-webkit-keyframes inputPulse {
	from {
		border-color: #b4b4b4;
		box-shadow: inset 0 2px 1px rgba(0,0,0,.05), 0 0 0 rgba(0,0,0,0);
	}
	50% {
		border-color: #e82654;
		box-shadow: inset 0 2px 1px rgba(0,0,0,.05), 0 0 12px rgba(232, 38, 84, 0.5);
	}
	to {
		border-color: #b4b4b4;
		box-shadow: inset 0 2px 1px rgba(0,0,0,.05), 0 0 0 rgba(0,0,0,0);
	}
}
@keyframes inputPulse {
	from {
		border-color: #b4b4b4;
		box-shadow: inset 0 2px 1px rgba(0,0,0,.05), 0 0 0 rgba(0,0,0,0);
	}
	50% {
		border-color: #e82654;
		box-shadow: inset 0 2px 1px rgba(0,0,0,.05), 0 0 12px rgba(232, 38, 84, 0.5);
	}
	to {
		border-color: #b4b4b4;
		box-shadow: inset 0 2px 1px rgba(0,0,0,.05), 0 0 0 rgba(0,0,0,0);
	}
}
/* ==========================================================================
	 TABLES */
/* ========================================================================== */
.responsive-table {
	position: relative;
	width: 100%;
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	width: 100%;
	margin-bottom: 20px;
	font-size:14px;
}
.table th,
.table td {
	padding: 5px;
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #AAACBC;
}
.table th {
	font-weight: bold;
	background: #f2f2f2;
}
.table thead th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #e8e8e8;
}
.table .table {
	background-color: #f0f0f0;
}
.table-bordered {
	border: 1px solid #e8e8e8;
	border-collapse: separate;
	border-left: 0;
}
.table-bordered th,
.table-bordered td {
	border-left: 1px solid #e8e8e8;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered tbody + tbody tr:first-child td {
	border-top: solid 2px #e8e8e8;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
	background-color: rgba(0, 0, 0, 0.1);
}
.primary-box .table-striped tbody > tr:nth-child(even) > td,
.primary-box .table-striped tbody > tr:nth-child(even) > th,
.secondary-box .table-striped tbody > tr:nth-child(even) > td,
.secondary-box .table-striped tbody > tr:nth-child(even) > th {
	background-color: rgba(255, 255, 255, 0.2);
}
.table-hover tr:hover > th,
.table-hover tr:hover > td {
	background-color: #f0f0f0;
}
.table-noborder th,
.table-noborder td {
	border: 0;
	padding: 8px;
}
.table-noborder th p:first-child,
.table-noborder td p:first-child {
	margin-top: 0;
}
.table-noborder th p:last-child,
.table-noborder td p:last-child {
	margin-bottom: 0;
}
.table-noborder th:first-child,
.table-noborder td:first-child {
	padding-left: 0;
}
.table-noborder th:last-child,
.table-noborder td:last-child {
	padding-right: 0;
}
.table-white-box {
	border-radius: 3px;
}
.table-white-box td,
.table-white-box th {
	background: #ffffff;
	padding: 20px;
}
.table-white-box th {
	vertical-align: middle;
}
.table-white-box thead:first-child tr:first-child th:first-child,
.table-white-box tbody:first-child tr:first-child th:first-child,
.table-white-box tbody:first-child tr:first-child td:first-child {
	border-radius: 3px 0 0 0;
}
.table-white-box thead:first-child tr:first-child th:last-child,
.table-white-box tbody:first-child tr:first-child th:last-child,
.table-white-box tbody:first-child tr:first-child td:last-child {
	border-radius: 0 3px 0 0;
}
.table-white-box tbody:last-child tr:last-child td:first-child {
	border-radius: 0 0 0 3px;
}
.table-white-box tbody:last-child tr:last-child td:last-child {
	border-radius: 0 0 3px 0;
}
.table-white-box tbody > tr:nth-child(even) > td,
.table-white-box tbody > tr:nth-child(even) > th {
	background-color: #fcfcfc;
}
/* Breadcrumb
-----------------------------------------------------------------------------*/
.breadcrumb {
	padding: 0 !important;
}
.breadcrumb ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	font-size: 14px;
	color: #808080;
	
}
.breadcrumb ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.breadcrumb ul li .crumb_marker {
	font-size: 20px;
	color: #808080;
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
			 * Remove all paddings around the image on small screen
			 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
/* ==========================================================================
	 TOPNAVI */
/* ========================================================================== */
.container-top-navigation {
	position: relative;
	background: #e82654;
	color: #ffffff;
	line-height: 22px;
	z-index: 1001;
}
.container-top-navigation > .content > .col {
	position: static;
}
.container-top-navigation ul {
	margin: 0;
	padding: 0 0;
	list-style: none;
}
.container-top-navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 10px;
}
.container-top-navigation ul li a {
	display: block;
	padding: 8px 10px;
	color: #ffffff;
	text-decoration: none;
	/* border-radius: 20px; */
	font-size: 18px;
}
.container-top-navigation ul li.active > a {
	font-weight: bold;
}
.container-top-navigation ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 200;
	padding: 10px 12px 15px;
	margin-top: 8px;
	color: #4c4c4c;
	background: #ffffff;
	border: solid 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.container-top-navigation ul li ul:after {
	position: absolute;
	content: "";
	top: -10px;
	left: 0;
	right: 0;
	height: 10px;
	background: transparent;
}
.container-top-navigation ul li ul li {
	margin: 6px 12px;
}
.container-top-navigation ul li ul a {
	display: inline;
	padding: 0;
	color: #4c4c4c;
	font-size: 16px;
	border: 0;
	border-bottom: solid 1px rgba(221, 23, 70, 0.2);
	border-radius: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.container-top-navigation ul li ul a:hover,
.container-top-navigation ul li ul a:focus {
	color: #e82654;
	border-bottom-color: #e82654;
	background: transparent !important;
}
.container-top-navigation ul li.parent > a {
	position: relative;
	padding-right: 24px;
}
.container-top-navigation ul li.parent > a:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border: solid  4px transparent;
	border-top-color: #ffffff;
	margin-top: -1px;
}
.container-top-navigation ul li.parent:hover ul,
.container-top-navigation ul li.parent:focus ul {
	display: block;
}
@media (min-width: 1279px) {
	.container-top-navigation .root {
		position: relative;
		/*left: -15px;
		right: -15px;
    width: 1032px;*/
	}
	.container-top-navigation .root:before,
	.container-top-navigation .root:after {
		content: " ";
		display: table;
	}
	.container-top-navigation .root:after {
		clear: both;
	}
}
.container-top-navigation .root > li:hover > a,
.container-top-navigation .root > li:focus > a,
.container-top-navigation .root > li.active > a,
.container-top-navigation .root > li > a:hover,
.container-top-navigation .root > li > a:focus {
	font-weight: normal;
	background: rgba(0, 0, 0, 0.2);
}
.cn-modal {
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.cn-modal.cn-modal-medium {
	width: 640px;
}
.cn-modal .content {
	width: auto;
	max-width: auto;
	min-width: initial;
}
.bx-ie .cn-modal .content {
	min-width: auto;
}
.cn-modal-close,
.cn-modal-close.mfp-close {
	color: #4c4c4c;
	cursor: pointer;
	margin: 4px 0 0 0;
	line-height: 50px;
	padding: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	font-size: 40px;
}
.cn-modal-header {
	font-size: 24px;
	padding: 15px 40px 15px 20px;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	background: #ffffff;
	border-radius: 5px 5px 0 0;
}
.cn-modal-content {
	padding: 20px;
}
.cn-modal-footer {
	padding: 20px;
}
.cn-modal-error {
	margin: -20px -20px 0;
	padding: 10px 20px;
	background: #a42338;
	color: #e82654;
}
.cn-modal-error p {
	margin: 0;
	font-weight: bold;
}
.cn-modal-error font.errortext,
.cn-modal-error font.notetext {
	color: inherit !important;
}
.cn-modal-error.noerror {
	background: #409990;
}
.cn-modal-errors {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* ==========================================================================
	 TABS */
/* ========================================================================== */
.tabs-switchers {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px #e8e8e8;
}
.tabs-switchers:before,
.tabs-switchers:after {
	content: " ";
	display: table;
}
.tabs-switchers:after {
	clear: both;
}
.tabs-switcher {
	font-size: 19px;
	line-height: 20px;
	padding: 20px 25px;
	color: rgba(232, 38, 84, 0.8);
	float: left;
	cursor: pointer;
	position: relative;
	border-bottom: solid 2px transparent;
	margin-bottom: -2px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA7CAYAAAC69OBCAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAANUlEQVQY02O4ffv2fyYGBoZ/TAwMDH9RWQjiDyoLJ/EblUUS8Yuw2C/yTEZzGk4CzasI4h8AUNo9C9Iwh+4AAAAASUVORK5CYII=') no-repeat 100% 0;
}
.tabs-switcher.disabled,
.tabs-switcher.active,
.tabs-switcher.disabled:hover,
.tabs-switcher.active:hover {
	cursor: default;
}
.tabs-switcher.active {
	color: #4c4c4c;
	border-bottom-color: #e82654;
}
.tabs-switcher:hover {
	color: #4c4c4c;
}
.tabs-item {
	display: none;
	padding: 40px;
}
.tabs-item p:first-child {
	margin-top: 0;
}
.tabs-item p:last-child {
	margin-bottom: 0;
}
.tabs-item.active {
	display: block;
}
.tabs-gray .tabs-switchers {
	border-color: #dbdbdb;
}
.tabs-gray .tabs-switcher {
	background: none;
	color: #e82654;
	padding-left: 0;
	padding-right: 0;
	margin: 0 25px 0 0;
}
.tabs-gray .tabs-switcher.active,
.tabs-gray .tabs-switcher:hover {
	color: #4c4c4c;
}
.tabs-gray .tabs-item {
	padding: 0 0 20px 0;
}
.tabs-switcher.disabled,
.tabs-switcher.disabled:hover {
	cursor: default;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("/local/templates/beauty_modern_s1/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	margin: 0 15px 0 0;
	border: solid 1px #fff;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 10px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #fff;
}
/* perfect-scrollbar v0.6.3 */
.ps-container {
	-ms-touch-action: none;
	overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
	display: block;
}
.ps-container.ps-in-scrolling {
	pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.2);
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.2);
}
.ps-container > .ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	/* please don't change 'position' */
	border-radius: 8px;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 3px;
	/* there must be 'bottom' for ps-scrollbar-x-rail */
	height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	position: absolute;
	/* please don't change 'position' */
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
	bottom: 0;
	/* there must be 'bottom' for ps-scrollbar-x */
	height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	/* please don't change 'position' */
	border-radius: 8px;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	right: 3px;
	/* there must be 'right' for ps-scrollbar-y-rail */
	width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	/* please don't change 'position' */
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	right: 0;
	/* there must be 'right' for ps-scrollbar-y */
	width: 8px;
}
.ps-container:hover.ps-in-scrolling {
	pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.2);
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.2);
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
	opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
	background-color: rgba(0, 0, 0, 0.2);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
	background-color: rgba(0, 0, 0, 0.2);
}
.tooltip {
	cursor: help;
}
.tooltipster-default {
	border-radius: 5px;
	border: 2px solid #4c4c4c;
	background: #4c4c4c;
	color: #ffffff;
	max-width: 100%;
}
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}
.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}
.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}
.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}
.tooltipster-content-changing {
	opacity: .5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/* ==========================================================================
	 Р¤Р°Р№Р»РѕРІС‹Рµ РёРЅРїСѓС‚С‹ */
/* ========================================================================== */
/*.jq-file {
	border-radius: 2px;
	margin-bottom: 10px;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file:active .jq-file__browse {
	color: #ffffff;
	background: #e82654;
	border-color: #e82654;
}
.jq-file:active .jq-file__name {
	border-color: #e82654;
	color: #e82654;
}
.jq-file.disabled {
	color: #b4b4b4;
	border-color: #b4b4b4;
}
.jq-file.disabled .jq-file__name {
	color: #b4b4b4;
	border-color: #b4b4b4;
}
.jq-file.disabled:hover .jq-file__browse,
.jq-file.disabled:active .jq-file__browse {
	background: #b4b4b4;
	border-color: #b4b4b4;
}
.jq-file.disabled .jq-file__browse {
	border-color: #b4b4b4;
	background: #b4b4b4;
	color: #4c4c4c;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	padding: 0 80px 0 10px;
	color: #4c4c4c;
	font: 15px/36px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: solid 1px #b4b4b4;
	border-radius: 2px;
	box-shadow: inset 0 2px 1px rgba(0,0,0,.05);
}
.focused .jq-file__name {
	border-color: #e82654;
	color: #e82654;
}
.jq-file__browse {
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	font: 15px/36px Arial, sans-serif;
	padding: 0 10px;
	border-radius: 0 2px 2px 0;
	background: #e82654;
}
.focused .jq-file__browse {
	color: #ffffff;
	background: #cf1642;
}*/
/* ==========================================================================
	 РЎРµР»РµРєС‚С‹ */
/* ========================================================================== */
/*select.styler {
	opacity: 0;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	max-width: 100%;
	opacity: 0;
	-webkit-transition: opacity ease .1s;
	transition: opacity ease .1s;
}
.jq-selectbox.opacity-one {
	opacity: 1;
}
.jq-selectbox.disabled .jq-selectbox__select {
	background: #b4b4b4;
	color: #000000;
	opacity: .7;
	cursor: default;
	border-color: #cecece;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 20px;
	padding: 8px 16px 8px 30px;
	position: relative;
	margin: 7px 0;
	color: #4c4c4c;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	font-size: 15px;
}
.jq-selectbox li:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 30px;
	right: 0;
	height: 1px;
	background: #e8e8e8;
}
.jq-selectbox li:first-child:after {
	content: none;
}
.jq-selectbox li.selected:before,
.jq-selectbox li.sel:before {
	position: absolute;
	content: "";
	border: solid #e82654;
	border-width: 0 0 2px 2px;
	top: 50%;
	left: 8px;
	height: 4px;
	width: 9px;
	margin-top: -5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.jq-selectbox li.selected:hover:before,
.jq-selectbox li.sel:hover:before {
	border-color: #ffffff;
}
.jq-selectbox li:hover {
	color: #ffffff;
	background: #e82654;
}
.jq-selectbox li.disabled {
	color: #b4b4b4;
	cursor: default;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #ffffff;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-selectbox__select {
	height: 36px;
	padding: 0 40px 0 15px;
	border: solid 1px #cecece;
	border-radius: 20px;
	background: #ffffff;
	color: #000000;
	font: 16px / 36px Arial, sans-serif;
}
.jq-selectbox__select:hover,
.jq-selectbox__select:active,
.focused .jq-selectbox__select,
.dropdown .jq-selectbox__select {
	color: #4c4c4c;
	border-color: #e82654;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	margin-left: -4px;
	border: solid 2px #e82654;
	border-top: 0;
	border-right: 0;
	border-radius: 0 0 0 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: transform ease .3s;
	transition: transform ease .3s;
}
.opened .jq-selectbox__trigger-arrow {
	margin-top: -2px;
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-color: #4c4c4c;
}
.jq-selectbox__dropdown {
	top: 36px;
	width: 100%;
	margin: 10px 0 ;
	padding: 0;
	font: 16px / 20px Arial, sans-serif;
	background: #ffffff;
	border: solid 1px #cecece;
	border-radius: 1px;
	min-width: 180px;
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.jq-selectbox__search {
	margin: 0;
	padding: 10px;
	background: #fcfcfc;
	border-bottom: solid 1px #e8e8e8;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.jq-selectbox__search input {
	width: 100%;
	margin: 0;
	padding: 0 20px 0 40px;
	height: 36px;
	display: block;
	outline: none;
	border: solid 1px #cecece;
	border-radius: 20px;
	color: #4c4c4c;
	background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABtUlEQVR42u3TQUuUURTGcS1HalWAUoFZqWlgWOHGcufMpkINw5VF7uoTFAUFUh9F+KEYAoYZRCFQq3IvA00gqNSgUMz2vRGQMLyvM3Oxpefunufwv4fnntuUXXL6FIzJ65Vrii/HTHurIuyd396Y0to44oiHtiVWPZHX47SLCp75LLFhWnMjkFM+SMzqy/D6zQneaa8H6VayZaRGx00/FF2oBTnju3Xn6lzV45uitv0z+WhLR8rIApUty87II4l8g88wKriXZRy3aTZiJRaVtKTlBxK9EZhrgsm0vGw1ckW/WEivfcXjSMyMHdUxuyQYicTcFnRWS3lBdyTmiuBGmtwRiekSjBx8mquC69VSr6AQiRkTnK2WWlQ8jcS8VE6LSz5FYtbMpcUpif4IyKDgTlputWE+ArOkqCXLmBbcahByVzCZbTVb8VNPQ0+96/X+druikst1U0lsOlGr5bx1v0zU6Jiwa1vwovZdbVYE7w1mzrEkWHTS8/qgZveVBF/NGDWgy4Bxr6wJiv+CTYGySs6kBTvC3imbN+7oXzcNqjdXpyEFQ1V/JwWKqkPQAUDD/wM0LPcHLqgsRPATNpMAAAAASUVORK5CYII=') no-repeat 12px 8px;
	background-size: 20px 20px;
	-webkit-appearance: textfield;
	box-shadow: inset 0 2px 1px rgba(0,0,0,.05);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__search input:focus {
	border-color: #e82654;
}
.jq-selectbox__not-found {
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #e82654;
	font-size: 15px;
}*/
/* ==========================================================================
	 COMMON STYLES */
/* ========================================================================== */
/*.container-white,
.white-box,
.white-content-box {
	background: #ffffff;
}*/
.container-white {
	border-bottom: solid 1px #e8e8e8;
}
/*.white-box,
.white-content-box {
	border-radius: 2px;
	border: solid 1px #e8e8e8;
}*/
/*.white-content-box {
	padding: 20px;
}*/
.white-content-box p:first-child {
	margin-top: 0;
}
.white-content-box p:last-child {
	margin-bottom: 0;
}
.container-main {
  position: relative;
  /* z-index: 1040; */
}
.bg_content_white {
	background: #ffffff;
	border: solid 1px #e8e8e8;
}
.main_head {
  padding: 5px 20px !important;
}

.container-h1 {
  padding-top: 10px;
  margin-bottom: 10px;
}
/* ==========================================================================
	 HEADER */
/* ========================================================================== */
.container-top-line {
	background: #f5f5f5;
	border-bottom: solid 1px #e8e8e8;
	padding: 5px 0;
}
.container-top-line > div {
  display: flex;
  align-items: center;
}
.h-logo img {
  height: 60px;
}
.h-logo-enter {
  text-align: center;
  margin: 0 0 40px 0;
}
.h-logo-enter img {
  text-align: center;
  height: 70px;
}

.top-line-link {
	line-height: 30px;
	display: inline-block;
}
.logo-link {
	display: block;
	text-decoration: none;
}
.logo-link:hover,
.logo-link:focus {
	color: #e82654;
	text-decoration: none;
}
.logo-link img {
	float: left;
	margin-right: 20px;
}
.logo-block {
	font-size: 14px;
	color: #808080;
	display: block;
	overflow: hidden;
}
.logo-block .h1 {
	margin: 0;
	display: block;
}
a:hover .logo-block .h1,
a:focus .logo-block .h1 {
	color: #e82654;
}
.header-phone {
	font-size: 21px;
	margin-top: 33px;
}
/* ==========================================================================
	 SIDEBAR */
/* ========================================================================== */
/* ==========================================================================
	 CONTENT */
/* ========================================================================== */
.big-stat-block {
	font: normal 60px/60px Arial, sans-serif;
	float: left;
	margin-right: 10px;
}
.half-stat-block {
	overflow: hidden;
	font: normal 19px/24px Arial, sans-serif;
	margin-top: 6px;
}
/* ==========================================================================
		 BIG-SLIDER */
/* ========================================================================== */
.big-slider {
	height: 400px;
	background: url(/local/templates/beauty_modern_s1/images/loader.svg) no-repeat 50% 50%;
	overflow: hidden;
}
.big-slider .slider-item {
	opacity: 0;
	background-position: 50% 50%;
	background-size: cover;
	height: 400px;
	position: relative;
}
.big-slider .slider-item-text {
	position: absolute;
	top: 40px;
	left: 40px;
	padding: 30px 30px 80px 30px;
	height: 130px;
	width: 260px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	font-size: 21px;
	line-height: 26px;
	border-radius: 3px;
}
.big-slider .slider-item-text a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
	max-height: 130px;
}
.big-slider .slider-item-text a:hover,
.big-slider .slider-item-text a:focus {
	text-decoration: none;
}
.big-slider-nav {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	height: 20px;
	text-align: center;
}
.big-slider-nav .owl-dot {
	display: inline-block;
	cursor: pointer;
	border: solid 3px transparent;
	border-radius: 10px;
	margin: 0 15px 0 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.big-slider-nav .owl-dot span {
	width: 10px;
	height: 10px;
	background: #ffffff;
	display: block;
	-webkit-backface-visibility: visible;
	border-radius: 10px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.big-slider-nav .owl-dot.active,
.big-slider-nav .owl-dot:hover {
	border-color: #ffffff;
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
.big-slider-nav .owl-dot.active span,
.big-slider-nav .owl-dot:hover span {
	background: transparent;
}
.big-slider.owl-loaded {
	overflow: auto;
}
.big-slider.owl-loaded .slider-item {
	opacity: 1;
}
/* ==========================================================================
		 MAIN-EXPAND */
/* ========================================================================== */
.main-expand-wrapper {
	height: 163px;
	overflow: hidden;
}
.main-expand-wrapper.main-expand-wrapper-insurance,
.main-expand-wrapper.expanded {
	height: auto;
	overflow: auto;
}
.main-expand-wrapper-insurance {
	background: #ffffff;
}
.main-expand-footer-block {
	margin: 0 -40px -20px;
	padding: 20px 40px 0;
	text-align: center;
	border-top: solid 1px #e8e8e8;
}
.main-specialty-list {
	margin: 0 0 0 -30px;
	padding: 0;
	list-style: none;
}
.main-specialty-list li {
	width: 33.33333333%;
	float: left;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-specialty-list li a {
	display: block;
	padding: 10px 0;
	border-top: solid 1px #e8e8e8;
	line-height: 20px;
	color: #4c4c4c;
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.main-specialty-list li a:hover,
.main-specialty-list li a:focus {
	color: #e82654;
}
.main-specialty-list li:nth-child(1) a,
.main-specialty-list li:nth-child(2) a,
.main-specialty-list li:nth-child(3) a {
	border-top: 0;
}
.main-insurance-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-insurance-list li {
	width: 25%;
	float: left;
}
.main-insurance-list li a {
	display: block;
	height: 180px;
	margin: -1px 0 0 -1px;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #e8e8e8;
	overflow: hidden;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.main-insurance-list li a img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-insurance-list li a:hover,
.main-insurance-list li a:focus {
	background: rgba(0, 0, 0, 0.05);
}
.content-directions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-directions ul li {
	font-size: 18px;
}
.content-directions ul li > ul {
	margin-top: 20px;
}
.content-directions ul li li {
	font-size: 15px;
	padding: 0 0 0 0;
}
.block-links-list {
	padding: 0;
	list-style: none;
	font-size: 17px;
}
.block-links-list li {
	float: left;
}
.block-links-list li .block-link-item {
	padding: 20px;
	text-align: center;
	background: #ffffff;
	border-radius: 2px;
	border: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.block-links-list li .block-link-item.ta-left {
	text-align: left;
}
.block-links-list li .block-link-item img {
	max-height: 80px;
	margin-bottom: 10px;
}
.block-links-list li .block-link-item .vertical-wrapper {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* ==========================================================================
		 SEARCH-IN-PAGE */
/* ========================================================================== */
.search-in-page-wrapper {
	position: relative;
}
.search-in-page-input {
	margin: 3px 0;
	padding-left: 40px;
	/*box-shadow: 0 0 0 3px rgba(0,0,0,.05);*/
}
.search-in-page-input:focus {
	/*box-shadow: 0 0 0 3px rgba(232, 38, 84, 0.15);*/
}
.search-in-page-input.not-empty + .search-in-page-reset {
	opacity: 1;
}
.search-in-page-btn,
.search-in-page-reset {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: -9px;
	top: 50%;
	left: 15px;
	background: transparent;
	border: 0;
	padding: 0;
}
.search-in-page-reset {
	left: auto;
	right: 15px;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.search-in-page.noshadow .search-in-page-input {
	margin: 0;
	box-shadow: none;
}
.search-in-page-btn:focus .icon-search,
.search-in-page-input:focus + .search-in-page-btn .icon-search {
	background-position: -60px -40px;
}
/* ==========================================================================
		 SERVICES-LIST */
/* ========================================================================== */
.services-list-header {
	font-size: 19px;
	line-height: 30px;
	margin: 10px 0;
	position: relative;
	cursor: pointer;
}
.services-list-header > span
{
	position: relative;
	display: inline-block;
	padding: 0 0 0 40px;
}
.services-list-header > span:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	top: 0;
	left: 8px;
	background: url('/local/templates/beauty_modern_s1/images/all-icons-red.png') no-repeat 0 -90px;
}
@media screen and (min-resolution: 192dpi) {
	.services-list-header:after {
		background-image: url('/local/templates/beauty_modern_s1/images/all-icons-red@2x.png');
		background-size: 80px 180px;
	}
}
.services-list-header.active + .services-list-content,
.services-list-header.active + .services-list-content-small {
	display: block;
}
.services-list-header.active  > span:after {
	background-position: 0 -120px;
}
.services-list-header-small {
	font-size: 15px;
	padding-left: 30px;
}
.services-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.services-list ul ul {
	border-top: solid 1px #e8e8e8;
	padding-left: 35px;
	margin-top: 8px;
}
.services-list ul ul li {
	border-bottom: solid 1px #e8e8e8;
	padding: 8px 0;
	margin: 0;
}
.services-list ul:last-child li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.services-list-content {
	display: none;
}
.services-list-content > ul > li + li {
	margin-top: 8px;
	padding-top: 8px;
	border-top: solid 1px #e8e8e8;
	clear: both;
}
.services-list-content a.fl-r {
	display: block;
}
.services-list-content a .fl-r {
	color: #4c4c4c;
}
.services-list-content-small {
	display: none;
}
.services-list-content.services-list-content a.fl-l {
	color: #4c4c4c;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	width: 80%;
}
.services-list-content.services-list-content a.fl-l:hover,
.services-list-content.services-list-content a.fl-l:focus {
	color: #e82654;
	text-decoration: none;
}
.services-list-small .services-list-content {
	padding-left: 30px;
	margin-top: 10px;
}
.services-list-small .services-list-content ul,
.services-list-small .services-list-content li {
	border: 0;
}
.services-list-small .services-list-content li {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	color: #808080;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVR42mNgAIKDBw+qAvFaIP4IxSC2KgNUUh2I3wPxfzQMElNngKr+jwOvZYAaiUvBZ6IUELQCvyORfAIy6RMUg9hqIDkAn8C5evfz+oMAAAAASUVORK5CYII=') no-repeat 0 7px;
}
.services-list-small .services-list-header {
	font-size: 15px;
	padding-left: 30px;
	margin: 0;
}
.services-list-small .services-list-header.active {
	font-weight: bold;
}
.services-list-small .services-list-item {
	padding: 10px 0;
	border-top: solid 1px #e8e8e8;
}
.services-list-small .services-list-item:first-child {
	border-top: 0;
}
/* ==========================================================================
		 DOCTOR */
/* ========================================================================== */
.doctor-photo {
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 70px;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	margin-right: 20px;
}
.doctor-short-info h1,
.doctor-short-info .h1 {
	line-height: 36px;
}
.doctor-menu {
	border-top: solid 1px #e8e8e8;
}
.doctor-menu ul {
	margin: 0;
	padding: 20px 0;
	list-style: none;
}
.doctor-menu ul:before,
.doctor-menu ul:after {
	content: " ";
	display: table;
}
.doctor-menu ul:after {
	clear: both;
}
.doctor-menu ul li {
	float: left;
	margin-left: 24px;
	padding-left: 24px;
	font-size: 17px;
	border-left: solid 1px #e8e8e8;
}
.doctor-menu ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.doctor-menu ul a.active {
	color: #4c4c4c;
	font-weight: bold;
	text-decoration: none;
}
.doctor-menu ul a.active:hover {
	text-decoration: underline;
}
.timeline-item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #e8e8e8;
}
.timeline-item:before,
.timeline-item:after {
	content: " ";
	display: table;
}
.timeline-item:after {
	clear: both;
}
.timeline-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}
.timeline-date {
	width: 130px;
	float: left;
	margin-right: 10px;
	font-size: 17px;
	font-weight: bold;
}
.timeline-content {
	overflow: hidden;
}
.feedback-item-header {
	font-size: 17px;
	margin-bottom: 20px;
	color: #333333;
}
.feedback-item-header:before,
.feedback-item-header:after {
	content: " ";
	display: table;
}
.feedback-item-header:after {
	clear: both;
}
.doctors-search {
	text-align: right;
}
.doctors-search .input-round-search {
	float: none;
}
.doctors-search .btn-round-search {
	float: right;
}
.doctor-item {
	padding: 5px;
  position: relative;
  border: #CDCDCD 1px solid;
  margin-top: 10px;
}
.doctor-item-image {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	background-color: #f5f5f5;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.doctor-item-image:hover {
	box-shadow: 0 0 0 5px  rgba(232, 38, 84, 0.2);
}
.doctor-item-content {
	position: relative;
	text-align: center;
	min-height: 50px;
}
.doctor-item-content.have-footer {
	padding-bottom: 42px;
}
.doctor-item-content.have-footer.have-question {
	padding-bottom: 60px;
}
.doctor-item-content.have-footer.have-question .addquestion-link-block {
	bottom: 25px;
}
.doctor-item-header {
	font: normal 17px/20px Arial, sans-serif;
	margin: 10px 0 10px 0;
}
.doctor-item-description {
	font-size: 14px;
	line-height: 16px;
	color: #808080;
	padding: 0 0 10px 0;
}
.doctor-item-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	line-height: 20px;
}
.doctor-item-footer .day {
	display: inline-block;
	margin-right: 10px;
}
.doctor-item-footer .addquestion-link-block {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.doctor-item-comments {
	position: absolute;
	display: block;
	width: 34px;
	height: 34px;
	top: 20px;
	right: 20px;
	background: url('/local/templates/beauty_modern_s1/images/all-icons-red.png') no-repeat -30px 0;
	font-size: 14px;
	line-height: 34px;
	color: #808080;
	text-decoration: none;
	text-align: center;
}
@media screen and (min-resolution: 192dpi) {
	.doctor-item-comments {
		background-image: url('/local/templates/beauty_modern_s1/images/all-icons-red@2x.png');
		background-size: 80px 180px;
	}
}
.doctor-item-comments:hover,
.doctor-item-comments:focus {
	color: #e82654;
	text-decoration: none;
}
/* ==========================================================================
		 PHOTOALBUM */
/* ========================================================================== */
.photoalbum-cover {
	position: relative;
}
@media (max-width: 768px) {
	.photoalbum-cover {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.photoalbum-cover {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.photoalbum-cover {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 1280px) {
	.photoalbum-cover {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.photoalbum-cover-btn {
	position: absolute;
	top: 40px;
	left: 40px;
	background-color: rgba(255, 255, 255, 0.5);
}
/* ==========================================================================
		 IN-PAGE-NAV */
/* ========================================================================== */
.in-page-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: #ffffff;
	border-radius: 2px;
	border: solid 1px #e8e8e8;
}
.in-page-nav-price {
	border-width: 2px;
}
.in-page-nav li a {
	display: block;
	padding: 13px 20px;
	border-top: solid 1px #e8e8e8;
	line-height: 20px;
	color: #4c4c4c;
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.in-page-nav li a:hover,
.in-page-nav li a:focus {
	color: #e82654;
	background-color: #f8f8f8;
}
.in-page-nav li:first-child a {
	border-top: 0;
}
.in-page-nav-noborder {
	border-width: 0;
}
.in-page-nav-noborder li a {
	padding: 8px 0;
}
.in-page-nav-noborder li a:hover,
.in-page-nav-noborder li a:focus {
	background-color: transparent;
}
.in-page-nav-noborder li:first-child a {
	padding-top: 0;
}
.in-page-nav-noborder li:last-child a {
	padding-bottom: 0;
}
/* ==========================================================================
		 NEWS-ITEM */
/* ========================================================================== */
.news-item {
	margin: 0;
	padding: 20px 0;
	border-bottom: solid 1px #e8e8e8;
}
.news-item:before,
.news-item:after {
	content: " ";
	display: table;
}
.news-item:after {
	clear: both;
}
.news-item:first-child {
	padding-top: 0;
}
.news-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.news-item-image {
	float: left;
	margin: 0 30px 0 0;
	max-width: 280px;
}
.news-item-image + .news-item-content {
	overflow: hidden;
}
.news-item-header {
	font: normal 19px/28px Arial, sans-serif;
	margin: 0 0 15px 0;
}

.news-item-header div
{
	display:inline-block;
}

.news-item-header a {
	color: #4c4c4c;
	text-decoration: none;
}
.news-item-header a:hover,
.news-item-header a:focus {
	color: #e82654;
}
.news-item-date {
	font-size: 14px;
	margin-bottom: 10px;
	color: #808080;
}
.short-news-image {
	float: right;
	padding: 40px 40px 40px 20px;
	width: 50%;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.short-news-image + .short-news-item-big {
	float: left;
	width: 50%;
}
.short-news-item {
	float: left;
	width: 50%;
	padding: 40px;
	border-right: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.short-news-item + .short-news-item {
	border-right: 0;
	border-left: solid 1px #e8e8e8;
	margin-left: -1px;
}
.short-news-item-big {
	border: 0;
	overflow: hidden;
	padding-right: 20px;
	float: none;
	width: auto;
}
.short-news-date {
	color: #808080;
	margin-bottom: 10px;
}
.short-news-header {
	font-size: 19px;
}
.short-news-text {
	margin-top: 20px;
	color: #808080;
}
/* ==========================================================================
			 NEWS-BLOCK */
/* ========================================================================== */
.news-block-square {
	background: #ffffff;
	border-radius: 2px;
	border: solid 1px #e8e8e8;
}
.news-block-square .news-block-items {
	margin: -1px 0 0 -1px;
}
.news-block-square .news-block-item {
	float: left;
	border-top: solid 1px #e8e8e8;
	border-left: solid 1px #e8e8e8;
	padding: 40px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news-block-line .news-block-item {
	margin-top: 30px;
}
.news-block-line .news-block-item:first-child {
	margin-top: 0;
}
/* ==========================================================================
		 PAGE-NAVIGATION */
/* ========================================================================== */
.page-navigation {
	display: inline-block;
	margin: 20px 0;
}
.page-navigation-wrapper {
	text-align: center;
}
.page-navigation-pages a {
	display: inline-block;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 36px;
	padding: 0 5px;
	color: #4c4c4c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.page-navigation-pages a:hover,
.page-navigation-pages a:focus {
	text-decoration: none;
	color: #e82654;
	background: #ffffff;
}
.page-navigation-pages a.current {
	color: #ffffff;
	background: #e82654;
}
.page-navigation .right-arr,
.page-navigation .left-arr {
	font-size: 18px;
	color: #808080;
}
.page-navigation .right-arr:hover,
.page-navigation .left-arr:hover {
	color: #e82654;
	text-decoration: none;
}
.page-navigation .right-arr {
	margin-left: 20px;
}
.page-navigation .left-arr {
	margin-right: 20px;
}
/* ==========================================================================
	 FOOTER */
/* ========================================================================== */
.footer-wrapper {
	margin-top: 40px;
}
.container-primary-line {
	background: #e82654;
	color: #ffffff;
	font-size: 19px;
	text-align: center;
}
.footer-header {
	font: normal 17px/40px Arial, sans-serif;
	margin-bottom: 10px;
	border-bottom: solid 1px #e8e8e8;
}
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
.footer-nav li {
	margin-bottom: 15px;
	line-height: 18px;
}
.footer-nav a {
	color: #808080;
	border-bottom: solid 1px rgba(221, 23, 70, 0.2);
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.footer-nav a:hover,
.footer-nav a:focus {
	text-decoration: none;
	color: #e82654;
	border-bottom-color: #e82654;
}
.footer-contacts p {
	margin-top: 0;
}
.round-search {
	margin-top: 20px;
}
.input-round-search {
	border-radius: 20px 0 0 20px;
	margin-bottom: 0;
	float: left;
	border-right: 0;
	width: 190px;
}
@media (min-width: 1279px) {
	.input-round-search {
		width: 226px;
	}
}
.doctors-search .input-round-search {
	width: 310px;
}
.input-round-search.input-block {
	width: 860px;
}
.btn-round-search {
	border-radius: 0 20px 20px 0;
	padding: 0;
  width: 80px;
  height: 28px;
}
.footer-carousel-wrapper {
	padding: 20px 50px;
	position: relative;
}
.footer-carousel.owl-carousel .owl-item a {
	display: block;
	text-align: center;
	background: #ffffff;
	padding: 16px;
	border: solid 1px #e8e8e8;
	border-radius: 4px;
	color: #808080;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-carousel.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto 10px;
}
.footer-carousel .owl-next,
.footer-carousel .owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 18px;
	height: 34px;
	text-indent: -9999px;
	background: url('/local/templates/beauty_modern_s1/images/all-icons-red.png') no-repeat -30px -70px;
}
@media screen and (min-resolution: 192dpi) {
	.footer-carousel .owl-next,
	.footer-carousel .owl-prev {
		background-image: url('/local/templates/beauty_modern_s1/images/all-icons-red@2x.png');
		background-size: 80px 180px;
	}
}
.footer-carousel .owl-next:hover,
.footer-carousel .owl-prev:hover {
	background-position: -30px -110px;
}
.footer-carousel .owl-prev {
	left: -50px;
}
.footer-carousel .owl-next {
	background-position: -60px -70px;
	right: -50px;
}
.footer-carousel .owl-next:hover {
	background-position: -60px -110px;
}
.footer-carousel .carousel-item-image {
	height: 50px;
	display: block;
	margin-bottom: 5px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.footer-carousel .carousel-item-image img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footer-carousel .carousel-item-image img {
	max-height: 50px;
}
.price-download-block,
.sale-block,
.municipal-org-link span {
	display: block;
	height: 80px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.price-download-block,
.sale-block,
.municipal-org-link span,
.price-download-block:hover,
.sale-block:hover,
.municipal-org-link span:hover,
.price-download-block:focus,
.sale-block:focus,
.municipal-org-link span:focus {
	text-decoration: none;
}
.sale-block {
	padding: 20px 20px 20px 100px;
}
.sale-block-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 78px;
	height: 78px;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 2px 0 0 2px;
}
.price-download-block {
	padding: 12px;
	height: 80px;
	color: #e82654;
}
.price-download-block,
.price-download-block:hover,
.price-download-block:focus {
	text-decoration: none;
}
.price-download-block:after {
	position: absolute;
	content: "";
	top: -1px;
	right: -1px;
	width: 13px;
	height: 13px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAAAAABXgLugAAAANklEQVR42k3HMQoAIAwEwfz/pQaEYGEjiLJN7qabqG1iUG2W79LeoxrVVKYylanMGnmssXK0+nNOoaGGiRugAAAAAElFTkSuQmCC') no-repeat 0 0;
}
.price-download-left {
	display: block;
	padding: 8px;
	text-align: center;
	overflow: hidden;
}
.price-download-right {
	display: block;
	padding: 8px 8px 8px 20px;
	float: right;
	border-left: solid 1px #e8e8e8;
	width: 40px;
}
.municipal-org-link {
	display: block;
	color: #ffffff;
	text-align: center;
	background: url(/local/templates/beauty_modern_s1/images/content/municipal-org.png) no-repeat 50% 50%;
	background-size: cover;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.municipal-org-link:hover,
.municipal-org-link:focus {
	color: #ffffff;
	text-decoration: none;
}
.municipal-org-link span {
	padding: 20px;
	background-color: rgba(232, 38, 84, 0.5);
}
.big-footer-icon {
	display: block;
	border: solid 1px #f5f5f5;
	border-radius: 5px;
	font-size: 16px;
	padding: 5px 5px 10px 5px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.big-footer-icon:hover,
.big-footer-icon:focus {
	border-color: #e82654;
	text-decoration: none;
}
.big-footer-icon img {
	padding-bottom: 5px;
	max-width: 100%;
}
.footer-menu-wrapper .col-2,
.footer-menu-wrapper .col-3 {
	padding: 0 20px 0 0;
}
@media (min-width: 1279px) {
	.footer-menu-wrapper .col-2,
	.footer-menu-wrapper .col-3 {
		padding-right: 40px;
	}
}
.footer-menu-wrapper .col-3 {
	width: 230px;
	padding-left: 20px;
}
@media (min-width: 1279px) {
	.footer-menu-wrapper .col-3 {
		padding-left: 0;
	}
}
.footer-menu-wrapper .col-2 {
	width: 190px;
}
.footer-menu-wrapper .col-2 + .col-3 {
	width: 270px;
	padding-left: 0;
}
@media (min-width: 1279px) {
	.footer-menu-wrapper .col-2 + .col-3 {
		width: 260px;
	}
}
.footer-menu-wrapper .col-4 {
	padding: 0;
	width: 280px;
}
@media (min-width: 1279px) {
	.footer-menu-wrapper .col-4 {
		padding: 0;
		width: 330px;
	}
}
/* ==========================================================================
	 SPECIAL VERSION */
/* ========================================================================== */
.aa-enable {
	cursor: pointer;
	color: #e82654;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
}
.aa-enable:hover,
.aa-enable:focus {
	color: #000000;
}
.aa-enable span {
	font-size: 24px;
	line-height: 30px;
}
.special-settings {
	display: none;
}
.special-aaVersion-on .special-settings {
	display: block;
}
.aa-show {
	display: none;
}
.special-aaVersion-on .aa-show {
	display: inline-block;
	float: right;
}
.special-aaVersion-on .aa-hide {
	display: none;
}
/* ==========================================================================
	 ERROR PAGES */
/* ========================================================================== */
.container-error-page {
	position: relative;
}
.container-error-page h1 {
	margin-top: 200px;
	margin-bottom: 40px;
	font-size: 37px;
	color: #3f3f3f;
}
.container-error-page .round-search {
	width: 370px;
	margin: 0 auto 40px;
}
.container-error-page .round-search .input-round-search {
	width: 290px;
}
.error-page-big-text {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	color: #ececec;
	font-size: 400px;
	line-height: 400px;
	text-align: center;
}
/* ==========================================================================
	 SCHEDULE */
/* ========================================================================== */
.schedule:before,
.schedule:after {
	content: " ";
	display: table;
}
.schedule:after {
	clear: both;
}
.schedule-item {
	margin-top: -1px;
	border-radius: 0 0 2px 2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.schedule-item + .schedule-item {
	border-radius: 2px;
	box-shadow: none;
}
@media (max-width: 768px) {
	.schedule-item + .schedule-item {
		margin-top: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.schedule-item + .schedule-item {
		margin-top: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.schedule-item + .schedule-item {
		margin-top: 20px;
	}
}
@media (min-width: 1280px) {
	.schedule-item + .schedule-item {
		margin-top: 20px;
	}
}
.schedule-item .hour-relax,
.schedule-item .hour-busy {
	font-size: 13px;
}
.schedule-doctor,
.schedule-search {
	float: left;
}
.schedule-doctor-item {
	padding: 15px;
}
.schedule-doctor-image {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	margin-right: 15px;
}
.schedule-doctor-content {
	overflow: hidden;
}
.schedule-doctor-name {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
}
.schedule-doctor-schedule {
	font-size: 13px;
	margin-top: 10px;
}
.schedule-doctor-schedule .day-wrapper {
	color: #a7a7a7;
}
.schedule-doctor-schedule .day-wrapper.today {
	color: #4c4c4c;
}
.schedule-doctor-schedule .day-wrapper.today .day {
	font-weight: bold;
}
.schedule-doctor-schedule .day {
	display: inline-block;
	width: 50px;
}
.schedule-search {
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.schedule-header {
	padding: 10px 20px;
	border-bottom: solid 1px #e8e8e8;
}
.schedule-header-wrapper {
	border-bottom: solid 1px #e8e8e8;
	border-radius: 2px 2px 0 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.schedule-header-wrapper.is_stuck {
	z-index: 100;
	background: #ffffff;
	border-radius: 0;
}
.schedule-header-wrapper .schedule-week-wrapper {
	border-left: 0;
}
.schedule-header-wrapper .schedule-week-header {
	padding: 16px 3px;
	box-shadow: none;
	border-bottom: 0;
}
.schedule-header-wrapper .search-in-page-input {
	margin: 0;
	box-shadow: none;
}
.schedule-week-wrapper {
	float: right;
	border-left: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.schedule-week:before,
.schedule-week-header:before,
.schedule-week:after,
.schedule-week-header:after {
	content: " ";
	display: table;
}
.schedule-week:after,
.schedule-week-header:after {
	clear: both;
}
.schedule-week-header {
	padding: 7px 3px;
	border-bottom: solid 1px #e8e8e8;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.schedule-day {
	min-height: 270px;
	border-left: solid 1px #e8e8e8;
}
.collapsed .schedule-day {
	min-height: none;
}
.schedule-day,
.schedule-day-header {
	float: left;
	width: 14%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 3px;
	text-align: center;
	color: #a7a7a7;
}
.schedule-day:last-child,
.schedule-day-header:last-child {
	width: 16%;
}
.schedule-day-header.today {
	font-weight: bold;
	color: #4c4c4c;
}
.schedule-day:first-child {
	border-left: 0;
}
.schedule .hour {
	height: 30px;
	line-height: 30px;
	padding: 2px 0 0 0;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.schedule .hour-busy {
	border: dashed 1px #cfcfcf;
	background: #f5f5f5;
	border-radius: 2px;
}
.schedule .hour-relax {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAGovxNEIAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAGElEQVQI12NwYGBgYGRgYGFgEGBgcIAzAQm3AKut7peOAAAAAElFTkSuQmCC') repeat 0 0;
	margin-bottom: 3px !important;
}
.schedule .hour-text {
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.schedule .hour[class*="hour-height-"] {
	margin: 3px 0 0 0;
	padding: 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.schedule .hour-height-16 {
	height: 525px;
}
.schedule .hour-height-15 {
	height: 492px;
}
.schedule .hour-height-14 {
	height: 459px;
}
.schedule .hour-height-13 {
	height: 426px;
}
.schedule .hour-height-12 {
	height: 393px;
}
.schedule .hour-height-11 {
	height: 360px;
}
.schedule .hour-height-10 {
	height: 327px;
}
.schedule .hour-height-9 {
	height: 294px;
}
.schedule .hour-height-8 {
	height: 261px;
}
.schedule .hour-height-7 {
	height: 228px;
}
.schedule .hour-height-6 {
	height: 195px;
}
.schedule .hour-height-5 {
	height: 162px;
}
.schedule .hour-height-4 {
	height: 129px;
}
.schedule .hour-height-3 {
	height: 96px;
}
.schedule .hour-height-2 {
	height: 63px;
}
.schedule .hour-height-1 {
	height: 30px;
}
.schedule .collapsed .hour.reserved {
	display: none;
}
.schedule-expand-block {
	padding: 10px;
	text-align: center;
	border-top: solid 1px #e8e8e8;
}
/* ==========================================================================
	 SCHEDULE */
/* ========================================================================== */
.container-steps-select {
	margin-top: -1px;
}
.steps-select {
	background: url('data:image/gif;base64,R0lGODlhAgACAPAAAOjo6AAAACH5BAAAAAAALAAAAAACAAIAAAIChFEAOw==') repeat-x 0 50%;
}
.step-item {
	float: left;
	height: 50px;
	text-align: center;
}
.step-item-inner {
	height: 50px;
	vertical-align: middle;
	font-size: 16px;
	/* max-width: 140px; */
	color: #4c4c4c;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 0 5px 0 60px;
	background: #ffffff;
	text-align: left;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.step-item-inner.current,
.step-item-inner:hover,
.step-item-inner:focus {
	color: #4c4c4c;
}
.step-item-inner.current .step-item-num,
.step-item-inner:hover .step-item-num,
.step-item-inner:focus .step-item-num {
	border-color: #e82654;
	box-shadow: 0 0 0 4px  rgba(232, 38, 84, 0.2);
}
.step-item-inner.current .step-item-num {
	font-weight: bold;
}
.step-item-inner.checked .step-item-num {
	background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAVklEQVR42p2PQQrAMAgE+wj7nPRtPrlI740BL0mACSssXnZGvJRx93tEhVsmMm/GFPjL/CUxCa79bD+psNU/MYqn8CqIqcAwXwGYJQCzBGCWMMySdtLtFG2Y+yIZspAAAAAASUVORK5CYII=') no-repeat 50% 50%;
	text-align-last: left;
	text-indent: -9999px;
}
.step-item:first-child .step-item-inner {
	margin-left: 0;
	padding-left: 40px;
	float: left;
}
.step-item:first-child .step-item-inner .step-item-num {
	left: 0;
}
.step-item:last-child .step-item-inner {
	margin-right: 0;
	padding-right: 0;
	float: right;
}
.step-item-num {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: solid 2px #b4b4b4;
	text-align: center;
	border-radius: 30px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.step-item-text {
	overflow: hidden;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.steps-breadcrumbs {
	margin-bottom: 8px;
}
.steps-breadcrumb {
	display: block;
	float: left;
	margin: 0 8px 16px 8px;
	padding: 0 0 0 15px;
	max-width: 100%;
	height: 36px;
	line-height: 34px;
	border: solid 1px #b4b4b4;
	border-radius: 36px;
	text-decoration: none;
	color: #7f7f7f;
	position: relative;
	left: -8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.steps-breadcrumb-text:after {
	position: absolute;
	content: "";
	width: 34px;
	height: 34px;
	top: 0;
	right: 5px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAATUlEQVR42pWRAQoAIAgDfXiKD6u3VQKDQGY1iGTcBFXcfe7XhCsYDS4KQ6AC44dhMCgIpQABWWCUIHSA/QYq6cynTjMwkPowXvf8dcEF0ml9AAlSf/kAAAAASUVORK5CYII=') no-repeat 50% 50%;
	opacity: .7;
}
.steps-breadcrumb:hover,
.steps-breadcrumb:focus {
	color: inherit;
	text-decoration: none;
}
.steps-breadcrumb:hover .steps-breadcrumb-text:after,
.steps-breadcrumb:focus .steps-breadcrumb-text:after {
	opacity: 1;
}
.steps-breadcrumb:last-child {
	margin-right: 0;
}
.steps-breadcrumb-name {
	display: block;
	float: left;
	padding-right: 18px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAiCAAAAABDphc6AAAAbUlEQVR42mXQsQrAIAwEUP//HyuCBQehWBCqhpIG2rsOcXqDesmFVuQ74Y4D1FpJiRPUcpBXWqDuJ9kzqamTrZAWA1oMaTGgxZAjLdBiyJ4dcQHP/GeyTReMcTCkGx0LYU0s7yp5v2d9vtS/6gff4UsUZKjacQAAAABJRU5ErkJggg==') no-repeat 100% 50%;
}
.steps-breadcrumb-text {
	display: block;
	color: #4c4c4c;
	padding: 0 40px 0 10px;
	background: #fbfbfb;
	border-radius: 0 34px 34px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.steps-breadcrumb .jq-selectbox__trigger {
  border-radius: 4px 20px 20px 4px;
}
.bx-firefox .steps-breadcrumb-text {
	display: inline-block;
	max-width: 500px;
}
.tree-column {
	margin: 0;
	list-style: none;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.tree-column {
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.tree-column {
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}
}
@media (min-width: 1280px) {
	.tree-column {
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}
}
@media (max-width: 768px) {
	.tree-column {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.tree-column {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.tree-column {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 1280px) {
	.tree-column {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.bx-ie9 .tree-column {
	padding: 0 !important;
}
.column-item {
	width: 100%;
	display: inline-block;
}
.column-item-letter {
	float: left;
	width: 30px;
	font: normal 17px/17px Arial, sans-serif;
	margin-top: -5px;
}
.links-block {
	margin: -10px 0 0 -20px;
	padding: 0;
	list-style: none;
}
.links-block li {
	float: left;
	margin: 20px 0 0 20px;
}
.links-block li a {
	display: inline-block;
	padding: 7px 15px;
	text-decoration: none;
	color: #4c4c4c;
	background: #ffffff;
	border-radius: 2px;
	border: solid 1px #e8e8e8;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.links-block li a:hover,
.links-block li a:focus {
	color: #e82654;
	border-color: #e82654;
}
/* ==========================================================================
		 STEPS-DOCTORS */
/* ========================================================================== */
.step-doctor {
	background: #ffffff;
	border-radius: 2px;
	border: solid 1px #e8e8e8;
}
.step-doctor .doctor-photo {
	width: 80px;
	height: 80px;
	margin: 0;
}
.step-doctor-header {
	display: table;
	width: 100%;
}
.step-doctor-col {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
.step-doctor-name {
	font-size: 19px;
}
.step-doctor-info {
	line-height: 18px;
	color: #808080;
}
.step-doctor-week {
	border-top: solid 1px #e8e8e8;
}
.step-doctor-day {
	border-left: solid 1px #e8e8e8;
	display: block;
	width: 14%;
	height: 72px;
	float: left;
	padding: 12px 15px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.step-doctor-day:last-child {
	width: 16%;
}
.step-doctor-day:first-child {
	border-left: 0;
}
.step-doctor-day .doctor-tikket {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	height: 20px;
	width: 32px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #858585;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAYAAADskT9PAAAAmUlEQVR42u2WMQ5AQBREt6FwBjdBQ8Vh6BSuJU6hod5W6FW6NSMke4L/FbvJk8lv3iTYXWOtrcEOnDA73eYNuRFedNLN4IzSojsUeB4gVZCnX4EBrCASlEdgAf03GEErWKADkz8owCxYYAaVP0jAKVjgolO9gPYrKJnVP0L/N4wFC8Svc1DdiMJZ8IsCmheSDBwMDQNwwmx034BPq+tzzwQSAAAAAElFTkSuQmCC') no-repeat 0 0;
}
.step-services-theme .in-page-nav-price li a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.step-services-theme-header {
	font-size: 17px;
}
.step-services-theme-content {
	margin: 20px 0;
	padding-left: 40px;
	border-left: solid 1px #e8e8e8;
}
.styler-steps.jq-selectbox {
	float: left;
}
.styler-steps .jq-selectbox__select {
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	border: 0;
	background: #fbfbfb;
	border-radius: 0 20px 20px 0;
	max-width: 790px;
}
.styler-steps .jq-selectbox__dropdown {
	font-size: 15px;
}
.styler-steps .jq-selectbox__select:hover,
.styler-steps .jq-selectbox__select:active,
.styler-steps.focused .jq-selectbox__select,
.styler-steps.dropdown .jq-selectbox__select {
	color: #e82654;
}
.record-tikket {
	padding: 0px;
}
.record-tikket-date {
  font-weight: bold;
  font-size: 15px;
  color: #E72653;
}
.record-tikket-time {
  font-weight: bold;
  font-size: 15px;
  color: #E72653;
  padding: 0 0 0 50px;
}
.record-tikket-header {
  font-size: 15px;
	color: #000;
	margin: 10px 0 2px 0;
}
.record-tikket-text {
	margin: 2px 0 10px 0;
}
.record-tikket-text_bg_grey {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  padding: 5px 10px 6px 10px;
  color: #000000;
  background: #F5F5F5;
  border-radius: 4px;
}
.record-tikket-added_service {
  position: relative;
  margin: 15px 0;
}

.record-tikket-header_list {
}
.record-tikket-header_list > a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #FFFFFF;
  background: #E72653;
  border-radius: 4px;
  line-height: 1.3;
  padding: 5px 10px 6px 10px;
}
.record-tikket-header_list > a:after {
  content: '';
  top: 50%;
  right: 12px;
  margin: -7px 0 0 0;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_arr_white_top.svg") no-repeat center center;
  transform: rotate(-180deg);
}
.record-tikket-added_service.open .record-tikket-header_list > a:after {
  transform: rotate(0deg);
}
.record-tikket-text_list {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.record-tikket-added_service.open .record-tikket-text_list {
  max-height: 600px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.record-tikket-text_list .content_scroll_section {
  margin: 0;
}
.record-tikket-text_li {
  margin: 5px 0;
}


.record-tikket-price {
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	margin: 20px -20px;
	padding: 20px;
	font-size: 17px;
}
/* ==========================================================================
	 HELPER CLASSES */
/* ========================================================================== */
ol.unstyled,
ul.unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.big-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
ul.big-list li {
	margin: 5px 0;
	font-size: 18px;
	line-height: 25px;
}
ul.list-dot {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
ul.list-dot li {
	margin: 0 0 3px 0;
	padding: 0 0 0 20px;
	color: #808080;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVR42mNgAIKDBw+qAvFaIP4IxSC2KgNUUh2I3wPxfzQMElNngKr+jwOvZYAaiUvBZ6IUELQCvyORfAIy6RMUg9hqIDkAn8C5evfz+oMAAAAASUVORK5CYII=') no-repeat 0 7px;
}
ul.list-dot-white {
	margin-bottom: 0;
}
ul.list-dot-white li {
	color: #ffffff;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAOUlEQVQY022NyQ3AIBDE3AzZ6rc2FFKA8wJx+WlpxoDFtNlMC2BY7VQD05nEdxHfRRyT/RSMkX3gBx9cbYxtL8tVAAAAAElFTkSuQmCC');
}
.ta-center,
.table th.ta-center,
.table td.ta-center {
	text-align: center;
}
.ta-left,
.table th.ta-left,
.table td.ta-left {
	text-align: left;
}
.ta-right,
.table th.ta-right,
.table td.ta-right {
	text-align: right;
}
.va-bottom,
.table th.va-bottom,
.table td.va-bottom {
	vertical-align: bottom;
}
.va-top,
.table th.va-top,
.table td.va-top {
	vertical-align: top;
}
.va-middle,
.table th.va-middle,
.table td.va-middle {
	vertical-align: middle;
}
.td-n {
	text-decoration: none;
}
.td-u {
	text-decoration: underline;
}
.tt-u {
	text-transform: uppercase;
}
.tt-n {
	text-transform: none;
}
.hide,
.d-n {
	display: none;
}
.show,
.d-b {
	display: block;
}
.inline-block,
.d-ib {
	display: inline-block;
}
.inline,
.d-i {
	display: inline;
}
.invisible,
.vis-h {
	visibility: hidden;
}
.verdana {
	font-family: Verdana, sans-serif;
}
.tahoma {
	font-family: Tahoma, sans-serif;
}
.arial {
	font-family: Arial, sans-serif;
}
.p-r,
.pos-r {
	position: relative;
}
.p-a,
.pos-a {
	position: absolute;
}
.p-f,
.pos-f {
	position: fixed;
}
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}
.ov-h {
	overflow: hidden;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible,
.viz-h {
	visibility: hidden;
}
.p0 {
	padding: 0;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.p30 {
	padding: 30px;
}
.p40 {
	padding: 40px;
}
.pt0 {
	padding-top: 0;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pr0 {
	padding-right: 0;
}
.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.pb0 {
	padding-bottom: 0;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pl0 {
	padding-left: 0;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.m0 {
	margin: 0;
}
.m10 {
	margin: 10px;
}
.m20 {
	margin: 20px;
}
.m30 {
	margin: 30px;
}
.m40 {
	margin: 40px;
}
.m50 {
	margin: 50px;
}
.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mr0 {
	margin-right: 0;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mb0 {
	margin-bottom: 0;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.ml0 {
	margin-left: 0;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.text-light,
a.text-light {
	color: #808080;
}
.text-dark,
a.text-dark {
	color: #4c4c4c;
}
.text-muted,
a.text-muted {
	color: #cdcdcd;
}
.text-primary,
a.text-primary {
	color: #e82654;
}
.text-secondary,
a.text-secondary {
	color: #dd1746;
}
.fz12 {
	font-size: 12px;
}
.fz14 {
	font-size: 14px;
}
.fz16 {
	font-size: 16px;
}
.fz17 {
	font-size: 17px;
}
.fz18 {
	font-size: 18px;
}
.fz19 {
	font-size: 19px;
}
.fz20 {
	font-size: 20px;
}
.fz21 {
	font-size: 21px;
}
.fz22 {
	font-size: 22px;
}
.fz24 {
	font-size: 24px;
}
.fz26 {
	font-size: 26px;
}
.fz30 {
	font-size: 30px;
}
.alert {
	border: solid 1px #ea5600;
	background: rgba(234, 86, 0, 0.1);
	color: #ea5600;
	padding: 20px;
	border-radius: 5px;
}
.alert-info {
	color: #45a3ba;
	background: rgba(69, 163, 186, 0.2);
	border-color: #45a3ba;
}
.alert-success {
	color: #409990;
	background: rgba(64, 153, 144, 0.2);
	border-color: #409990;
}
.alert-error {
	color: #a42338;
	background: rgba(164, 35, 56, 0.2);
	border-color: #a42338;
}
.alert p:first-child {
	margin-top: 0;
}
.alert p:last-child {
	margin-bottom: 0;
}
.body-wrapper .alert font.errortext,
.body-wrapper .alert font {
	color: inherit !important;
}
.body-wrapper .errortext,
.body-wrapper .notetext {
	display: block;
	border: solid 1px #45a3ba;
	background: rgba(69, 163, 186, 0.2);
	color: #45a3ba !important;
	padding: 20px;
	border-radius: 5px;
}
.body-wrapper .errortext {
	color: #a42338 !important;
	background: rgba(164, 35, 56, 0.2);
	border-color: #a42338;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clr {
	clear: both;
	height: 0;
	overflow: hidden;
}
.fleft,
.fll,
.fl-l {
	float: left;
}
.fright,
.flr,
.fl-r {
	float: right;
}
img[align="right"] {
	padding: 0 0 20px 20px;
}
img[align="left"] {
	padding: 0 20px 20px 0;
}
img.ta-center,
img[align="center"] {
	display: block;
	margin: 0 auto;
}
.badge {
	display: inline-block;
	font: normal 14px/24px Arial, sans-serif;
	height: 24px;
	min-width: 24px;
	padding: 0 8px;
	text-align: center;
	background: #f5f5f5;
	color: #808080;
	border-radius: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ==========================================================================
		 HILIGHT-BLOCKS */
/* ========================================================================== */
.h-block {
	background-position: 0 0;
	border-radius: 3px;
	background-image: url(/local/templates/beauty_modern_s1/images/pills.png);
	background-repeat: repeat;
}
.h-block[style*="background-image"] {
	background-size: cover;
	background-position: 50% 50%;
}
.h-block-inner {
	color: #ffffff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 3px;
	position: relative;
}
.h-block-inner.violet {
	background-image: -webkit-linear-gradient(top left, rgba(223, 130, 199, 0.9) 0%, rgba(121, 108, 180, 0.9) 100%), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top left, rgba(223, 130, 199, 0.9) 0%, rgba(121, 108, 180, 0.9) 100%), -o-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom right, rgba(223, 130, 199, 0.9) 0%, rgba(121, 108, 180, 0.9) 100%), linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.bx-ie9 .h-block-inner.violet {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGY4MmM3IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzk2Y2I0IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
}
.h-block-inner.violet .btn {
	color: #796cb4;
}
.h-block-inner.blue {
	background: -webkit-linear-gradient(top left, rgba(76, 181, 255, 0.9) 0%, rgba(76, 131, 255, 0.9) 100%), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top left, rgba(76, 181, 255, 0.9) 0%, rgba(76, 131, 255, 0.9) 100%), -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom right, rgba(76, 181, 255, 0.9) 0%, rgba(76, 131, 255, 0.9) 100%), linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.bx-ie9 .h-block-inner.blue {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGNiNWZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGM4M2ZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
}
.h-block-inner.blue .btn {
	color: #4c83ff;
}
.h-block-inner.green {
	background: -webkit-linear-gradient(top left, rgba(34, 208, 119, 0.9) 0%, rgba(26, 164, 93, 0.9) 100%), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top left, rgba(34, 208, 119, 0.9) 0%, rgba(26, 164, 93, 0.9) 100%), -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom right, rgba(34, 208, 119, 0.9) 0%, rgba(26, 164, 93, 0.9) 100%), linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.bx-ie9 .h-block-inner.green {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjJkMDc3IiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWFhNDVkIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
}
.h-block-inner.green .btn {
	color: #1aa45d;
}
.h-block-inner .btn {
	background-color: #ffffff;
	text-shadow: none;
	border: solid 2px transparent;
}
.h-block-inner .btn.btn-big {
	line-height: 40px;
}
.h-block-inner .btn.btn-small {
	line-height: 28px;
}
.h-block-inner .btn.btn-mini {
	line-height: 20px;
}
.h-block-inner .btn:hover,
.h-block-inner .btn:focus {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.2);
	border-color: #ffffff;
}
.h-block-inner .va-middle {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.h-block-header {
	height: 3em;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 10px;
	color: #ffffff;
}
/* ==========================================================================
		 SALE-LABELS */
/* ========================================================================== */
.sale-label {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	background: #dd1746;
	color: #ffffff;
	position: relative;
	margin-right: 13px;
	padding: 0 7px 0 10px;
	border-radius: 2px 3px 3px 2px;
	z-index: 1;
}
.sale-label:after {
	position: absolute;
	content: "";
	top: 4px;
	right: -8px;
	width: 18px;
	height: 18px;
	border-radius: 0 0 4px 0;
	background: #dd1746;
	z-index: -1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sale-label.violet {
	background: #796cb4;
}
.sale-label.violet:after {
	background: #796cb4;
}
.sale-label.green {
	background: #1aa45d;
}
.sale-label.green:after {
	background: #1aa45d;
}
.sale-label.blue {
	background: #4c83ff;
}
.sale-label.blue:after {
	background: #4c83ff;
}
.sale-label.info {
	background: #45a3ba;
}
.sale-label.info:after {
	background: #45a3ba;
}
.sale-label.warning {
	background: #ea5600;
}
.sale-label.warning:after {
	background: #ea5600;
}
.sale-label.success {
	background: #409990;
}
.sale-label.success:after {
	background: #409990;
}
@media print {
	.print-hide {
		display: none;
	}
	.print-block {
		width: 15cm;
		font-size: 110%;
	}
	.print-block hr {
		border-bottom: solid 1px #f5f5f5;
	}
}
/* ==========================================================================
	 FIXES FOR BLOGS */
/* ========================================================================== */
.blog-tab-left,
.blog-tab-right {
	display: none;
}
.blog-tab-container {
	border-radius: 5px 5px 0 0;
}
.blog-tab {
	border-radius: 5px 5px 0 0;
	height: auto;
}
.blog-tab:before,
.blog-tab:after {
	content: " ";
	display: table;
}
.blog-tab:after {
	clear: both;
}
/* ==========================================================================
	 FIXES OLD CLIENTS */
/* ========================================================================== */
.personal-link1 a,
.personal-link2 a,
.personal-right a {
	background-image: none !important;
	padding-left: 0 !important;
}

/*РџСЂР°РІРєРё С€Р°Р±Р»РѕРЅР°*/
#bx-soa-order-form {
	border: 0;
}
.container #bx-soa-order-form {
	margin: -42px;
}
.container .bx-soa {
	counter-reset: step;
	padding: 30px 40px;
	border-radius: 2px;
	border: solid 1px #e8e8e8;
	background: #fff;
}
.container .bx-soa-sidebar {
	padding: 0 15px 0 20px;
}
.container .bx-soa-cart-total {
	padding: 20px 15px;
	background: #fff;
}
.container .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t,
.container .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
	font-weight: normal;
	font-size: 14px;
}
.container .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
	font-size: 24px !important;
}
.container .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2) {
	border-bottom-width: 2px;
	border-bottom-color: #a1a1a1;
}
.container .bx-soa-cart-total-line {
	padding: 0 0 20px;
}
.container .bx-soa-cart-total .bx-soa-cart-total-line-total {
	padding: 20px 0 0;
}
.container .bx-soa-cart-d {
	font-size: 17px;
}
.container .bx-soa-pp-company-graf-container {
	overflow: hidden;
	border: 1px solid #d9d9d9;
}
.container .bx-soa-pp-company-checkbox {
	opacity: 0;
	position: absolute;
	right: 100%;
	bottom: 100%;
}
.container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	border-color: #a1a1a1;
}
.container .bx-soa-pp-company-image::before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #a1a1a1;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: .2s;
	transition: .2s;
}
.container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-image::before,
.container .bx-soa-pp-company:hover .bx-soa-pp-company-image::before {
	opacity: 1;
}
.container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-image::before {
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8' width='11' height='8'%3E%3Cpath fill='none' stroke='rgb(232, 38, 84)' stroke-width='2' d='m1,4 l3,3 5,-6'/%3E%3C/svg%3E");
}
.container .bx-soa-coupon-label label {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
.container .bx-soa-coupon-input {
	position: relative;
	padding-right: 70px;
}
.container .bx-soa-coupon-input input[type=text].form-control {
	height: 38px;
	margin: 0;
	padding: 0 15px;
	border-radius: 19px 0 0 19px;
	border: 1px solid #d9d9d9;
	background: transparent;
}
.container .bx-soa-coupon-input:after {
	content: "OK";
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 72px;
	height: 100%;
	border: 0;
	border-radius: 0 19px 19px 0;
	text-align: center;
	line-height: 38px;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	color: #fff;
	background: #e82654;
}
.container .bx-red .btn.btn-default {
	padding: 0 30px;
	border-width: 2px;
	border-style: solid;
	border-color: #e82654;
	line-height: 34px;
}
.container .bx-red .btn.btn-default.pull-left {
	color: #e82654;
	background: transparent;
}
.container .bx-red .btn.btn-default.pull-right {
	color: #fff;
	background: #e82654;
}
.container .bx-red .btn.btn-default:hover {
	border-color: #e82654;
}

.container .bx-soa-section {
	border: 0;
}
.container .bx-soa-pp-item-container {
	width: 100%;
}
.container .bx-soa-pp .bx-soa-pp-company {
	width: 25%;
}
.container .bx-soa-more {
	margin-top: 25px;
	padding-top: 20px;
}

.container .bx-soa-section:not(.bx-selected) .bx-soa-section-title-container {
	padding: 10px 0 5px;
	border-radius: 2px;
}
.container .bx-soa-section-content {
	padding-right: 0;
	padding-left: 0;
}
.container .bx-soa-section.bx-selected {
	border: 0;
}
.container .bx-soa-pp.row {
	margin-right: -20px;
	margin-left: -20px;
}
.container .bx-soa-section-title-container {
	padding: 10px 0;
	background: none;
}
.container .bx-soa-section-title {
	overflow: hidden;
	display: inline-block;
	width: 80%;
	padding: 0;
	font-size: 18px;
	/*font-weight: 300;*/
	line-height: normal;
}
.container .bx-soa-section .text-right {
	width: 20%;
	font-size: 15px;
}
.container .bx-soa-section.bx-selected .text-right {
	display: none;
}
.container .bx-soa-section.bx-selected .bx-soa-section-title {
	width: 100%;
}
.container .bx-soa-section .bx-soa-section-title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	margin: 2px 0 0 15px;
	background: #e8e8e8;
}
.container .bx-soa-section.bx-selected .bx-soa-section-title::after {
	display: inline-block;
}
.container .bx-soa-section.bx-step-completed {
	border: 0;
}
.container .bx-soa-section.bx-active {
	counter-increment: step;
}
.container .bx-soa-section .bx-soa-section-title {
	padding: 2px 0;
	font-size: 23px;
}
.container .bx-soa-section-title-count {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	margin: -5px 10px 0 2px;
	border-radius: 50%;
	border: 2px solid #a1a1a1;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bolder;
	line-height: 30px;
	color: #a1a1a1;
	background: #fff;
}
.container .bx-soa-section.bx-active.bx-step-error .bx-soa-section-title-count {
	color: #000;
}
.container .bx-soa-section.bx-step-complete .bx-soa-section-title-count {
	border-color: #e82654;
	background: #fff;
}
.container .bx-soa-section.bx-step-completed:not(.bx-step-error) .bx-soa-section-title-count {
	border-color: #e82654;
	background: #fff;
}
.container .bx-soa-section:not(.bx-selected):not(.bx-step-completed) .bx-soa-section-title-count {
	color: inherit;
	border-color: #e82654;
	background: #fff;
}
.container .bx-soa-section.bx-step-error .bx-soa-section-title-count {
	background: #fff;
	box-shadow: 0 0 0 1px #db4c4c, inset 0 0 0 1px #db4c4c;
}
.container .bx-soa-section.bx-step-error .bx-soa-section-title-count::before,
.container .bx-soa-section.bx-step-completed .bx-soa-section-title-count::before {
	/*color: #fff;*/
}
.container .alert-danger {
	padding: 15px 0;
	border: 0;
	line-height: 1.5;
	color: #e2011a;
	background: none;
}
.container .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
	padding: 6px 10px;
	color: #e2011a;
	background: rgba(219, 76, 76, .1);
}
.container .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
	border-top-color: rgba(232, 38, 84, .08);
}
.container .bx-soa-editstep {
	font-size: 15px;
	text-decoration: none;
}

.container .bx-soa-section .bx-soa-section-title-count:after {
	content: none;
}
.container .bx-soa-section-title-count::before {
	content: counter(step);
	display: inline;
	position: static;
	width: auto;
	height: auto;
	background: none;
}
.container .bx-soa-section.bx-step-error {
	border: 0;
}
.container .form-control:focus {
	border-color: #b4b4b4;
	box-shadow: inset 0 0 0 1px rgb(180, 180, 180);
}
.container .has-error .form-control:focus {
	border-color: #e82654;
	box-shadow: inset 0 0 0 1px rgb(232, 38, 84);
}
.container .bx-soa-pp-desc-container {
	width: auto;
}
.container .bx-soa-pp-desc-container .bx-soa-pp-company {
	width: 100%;
	border: none;
	background: none;
}
.container .bx-soa-pp-desc-container .bx-soa-pp-company div,
.container .bx-soa-pp-desc-container .bx-soa-pp-company hr{
	display: none;
}
.container .bx-soa-pp-desc-container .bx-soa-pp-company div.bx-soa-pp-inner-ps,
.container .bx-soa-pp-desc-container .bx-soa-pp-company div.bx-soa-pp-inner-ps div{
	display: block;
}
.container .bx-soa-customer .form-control,
.container .bx-soa-customer-field .form-control {
	margin-top: 5px;
	border: 1px solid #b4b4b4;
	background: #fff;
}
.container .bx-soa-pp-company-selected strong {
	font-weight: normal;
	font-size: 17px;
}
.container .bx-soa-item-title {
	margin-bottom: 15px;
}
.container .bx-soa-item-title a {
	font-size: 19px;
	line-height: normal;
	color: inherit;
}
.container .bx-scu-container .bx-soa-item-td-title,
.container .bx-scu-container .bx-soa-item-td-text {
	font-size: 15px;
}
.container .bx-scu-container .bx-soa-item-td-text {
	margin-bottom: 10px;
}
.container .bx-soa-item-td-text {
	font-size: 17px;
}
.container .bx-soa-item-content .bx-scu-container {
	max-width: none;
}
.container .bx-soa-item-td-text strong {
	font-weight: normal;
}
.container .bx-soa-info-shower {
	padding: 5px 10px;
	border: 1px solid #ddd;
}

/*special-aaVersion-on*/
html:not(.special-aaVersion-on) .container #bx-soa-order-form {
	background: #f5f5f5;
}
.special-aaVersion-on .container .white-content-box {
	border: 0;
}
.special-aaVersion-on .container .bx-soa-item-imgcontainer,
.special-aaVersion-on .container .bx-soa-pp-company-image,
.special-aaVersion-on .container .bx-soa-pp-company-selected {
	filter: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grayscale'%3E%3CfeColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/svg%3E#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.special-aaVersion-on .container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-image::before {
	border-color: #000;
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8' width='11' height='8'%3E%3Cpath fill='none' stroke='rgb(0, 0, 0)' stroke-width='2' d='m1,4 l3,3 5,-6'/%3E%3C/svg%3E");
}
.special-aaVersion-on .container .bx-soa-coupon-input input[type=text].form-control {
	border-color: #000;
}
.special-aaVersion-on .container .bx-soa-coupon-input:after {
	background: #000;
}
.special-aaVersion-on .container .bx-soa-cart-t,
.special-aaVersion-on .container .bx-soa-cart-d {
	float: none;
	display: block;
}
.special-aaVersion-on .container .bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t,
.special-aaVersion-on .container .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
	font-size: 17px;
}
.special-aaVersion-on .container .bx-soa-section .bx-soa-section-title::after {
	background: #000;
}
.special-aaVersion-on .container .bx-soa-section-title-count {
	width: 36px;
	height: 36px;
	margin: -4px 10px 0 2px;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
}
.special-aaVersion-on .container .bx-soa-section.bx-selected .bx-soa-section-title {
	font-size: 24px;
}
.special-aaVersion-on .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2) {
	border-color: #000;
}
.special-aaVersion-on .container .bx-soa-section:not(.bx-selected):not(.bx-step-completed) .bx-soa-section-title-count {
	border-color: #000;
}
.special-aaVersion-on .container .bx-red .btn.btn-default {
	border-color: #000;
	text-decoration: none;
	box-shadow: none;
}
.special-aaVersion-on .container .bx-red .btn.btn-default.pull-right {
	background: #000;
}
.special-aaVersion-on .container .bx-red .btn.btn-default.pull-left {
	color: inherit;
}
.special-aaVersion-on .container .alert {
	background: none !important;
	color: #e2011a !important;
}
.special-aaVersion-on .container .alert * {
	color: inherit;
}
.special-aaVersion-on .container .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
	max-width: 400px;
	font-size: 15px;
	color: #fff;
	background: #e2011a;
}
.special-aaVersion-on .container .bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
	border-color: transparent;
	border-top-color: #e2011a;
}
.special-aaVersion-on .container .bx-soa-info-shower {
	border: 0;
}
.special-aaVersion-on .container .bx-soa-section.bx-step-completed:not(.bx-step-error) .bx-soa-section-title-count {
	border-color: #000;
}

/*Р–С‘Р»С‚С‹Р№ РІР°СЂРёР°РЅС‚*/
.special-aaVersion-on.special-aaColor-yellow .bx-scu-container::after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-coupon-input input[type=text].form-control,
.special-aaVersion-on.special-aaColor-yellow .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2),
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-section:not(.bx-selected):not(.bx-step-completed) .bx-soa-section-title-count,
.special-aaVersion-on.special-aaColor-yellow .container .bx-red .btn.btn-default {
	border-color: #ff0;
}
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-coupon-input input[type=text].form-control,
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-coupon-input::after,
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-section.bx-step-completed:not(.bx-step-error) .bx-soa-section-title-count,
.special-aaVersion-on.special-aaColor-yellow .container .bx-red .btn.btn-default.pull-right {
	color: #000;
}
.special-aaVersion-on.special-aaColor-yellow .container .bx-red .btn.btn-default.pull-right,
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-coupon-input::after,
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-section.bx-step-completed:not(.bx-step-error) .bx-soa-section-title-count {
	background: #ff0;
}
.special-aaVersion-on.special-aaColor-yellow .container .bx-red .btn.btn-default.pull-left {
	color: #ff0;
}
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-section.bx-step-error .bx-soa-section-title-count {
	color: #fff;
	background: #e2011a;
	box-shadow: 0 0 0 1px #e2011a, inset 0 0 0 1px #e2011a;
}
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-section:not(.bx-selected):not(.bx-step-completed) .bx-soa-section-title-count,
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-customer .form-control,
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-customer-field .form-control,
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa,
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-cart-total,
.special-aaVersion-on.special-aaColor-yellow .breadcrumb,
.special-aaVersion-on.special-aaColor-yellow .container .bx-soa-section-title-count {
	background: none;
}

/*Р“РѕР»СѓР±РѕР№ РІР°СЂРёР°РЅС‚*/
.special-aaVersion-on.special-aaColor-blue .container .bx-red .btn.btn-default,
.special-aaVersion-on.special-aaColor-blue .container .bx-soa-coupon-input input[type=text].form-control,
.special-aaVersion-on.special-aaColor-blue .container .bx-soa-section:not(.bx-selected):not(.bx-step-completed) .bx-soa-section-title-count {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container .bx-red .btn.btn-default.pull-right,
.special-aaVersion-on.special-aaColor-blue .container .bx-red .btn.btn-default.pull-left,
.special-aaVersion-on.special-aaColor-blue .container .bx-soa-coupon-input input[type=text].form-control,
.special-aaVersion-on.special-aaColor-blue .container .bx-soa-coupon-input::after {
	color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container .bx-red .btn.btn-default.pull-right,
.special-aaVersion-on.special-aaColor-blue .container .bx-soa-coupon-input::after {
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .bx-soa .input,
.special-aaVersion-on.special-aaColor-blue .bx-soa input[type="text"],
.special-aaVersion-on.special-aaColor-blue .bx-soa input[type="password"],
.special-aaVersion-on.special-aaColor-blue .bx-soa textarea {
	background: none;
}

.color-service-93
{
	border-left:10px solid green!important;
}

.color-service-95
{
	border-left:10px solid blue!important;;
}

.color-service-94
{
	border-left:10px solid red!important;;
}
.color-service-98
{
	border-left:10px solid grey!important;;
}


.color-org-9
{
	border-right:10px solid aqua!important;
}

.color-org-373
{
	border-right:10px solid brown!important;;
}

.color-org-413
{
	border-right:10px solid coral!important;
}

.color-service-100
{
	border-left:10px solid yellow!important;
}

.color-service-102
{
	border-left:10px solid LimeGreen!important;
}

.color-service-103
{
	border-left:10px solid MediumSlateBlue!important;
}
.table_line_record
{
	padding: 3px 0;
}
.table-earlier
{
	display: inline-block;
	font-size: 10px;
	color: #472dcb;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.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 {
  padding-right: 10px;
  padding-left: 10px;
}
.h_50px {
  height: 50px !important;
}
.h_90px {
  height: 90px !important;
}
.h_130px {
  height: 135px !important;
}
.h_300px {
  height: 300px !important;
}
.h_600px {
  height: 600px !important;
}
.mh_300px {
	height: auto !important;
	max-height: 300px !important;
}
.mh_500px {
	height: auto !important;
	max-height: 500px !important;
}
.w_100px {
  width: 100px !important;
}
.w_200px {
  width: 200px !important;
}
.w-input-text {
  width: calc(100% - 45px) !important;
  max-width: calc(100% - 45px) !important;
}

.wrap_line {
  border-top: 1px solid #EEEEEE;
  margin: 20px 10px;
}
.wrap_line_dashed {
  border-top: 1px dashed #000;
  margin: 20px 10px;
}
.tab-content_padd {
	padding: 15px;
	border: 1px solid #CDCDCD;
	border-top: 0px solid #CDCDCD;
}

.head_secondary {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
}
.head_small {
  font-size: 16px;
}
.text_green {
  color: #20c538;
}
.text_red {
  color: #E72653;
}
.text_grey {
  color: #6A6A6A;
}
.text-size13 {
  font-size: 13px;
}

.date_text_red {
  font-weight: bold;
  color: #E72653;
}
.ico_btn {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px 0 0;
  vertical-align: 0px;
}
.ico_cross {
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_cross.svg") no-repeat center center;
}
.ico_rewrite {
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_rewrite.svg") no-repeat center center;
}
.ico_transfer,
.ico_down {
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_transfer.svg") no-repeat center center;
}
.ico_up {
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_transfer.svg") no-repeat center center;
  transform: rotate(180deg);
}
.ico_wait {
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_wait.svg") no-repeat center center;
}
.ico_sms {
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_sms.svg") no-repeat center center;
}
.ico_accept {
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_accept.svg") no-repeat center center;
}
.ico_add {
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_add.svg") no-repeat center center;
}
.ico_apply {
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_apply.svg") no-repeat center center;
}
.ico_save {
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_save.svg") no-repeat center center;
}
.ico_doc {
  height: 12px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_doc.svg") no-repeat center center;
}
.ico_print {
  width: 13px;
  height: 12px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_print.svg") no-repeat center center;
}
.ico_add_patient {
  width: 19px;
  height: 12px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_add_patient.svg") no-repeat center center;
}
.ico_add_newpatient {
  width: 23px;
  height: 12px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_add_newpatient.svg") no-repeat center center;
}
.ico_arr.ico_arr_left {
  width: 14px;
  height: 14px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_arr.svg") no-repeat center center;
  margin: 0;
  vertical-align: -1px;
}
.ico_arr.ico_arr_right {
  width: 14px;
  height: 14px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_arr.svg") no-repeat center center;
  margin: 0;
  vertical-align: -1px;
  transform: rotate(180deg);
}
.ico_arrone {
  width: 14px;
  height: 14px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_arrone.svg") no-repeat center center;
  margin: 0;
  vertical-align: bottom;
}
.ico_arrtwo {
  width: 14px;
  height: 14px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_arrtwo.svg") no-repeat center center;
  margin: 0;
  vertical-align: bottom;
}
.ico_personal {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_personal.svg") no-repeat center center;
  vertical-align: -1px;
  margin-top: -4px;
}
.ico_personal_white {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_personal_white.svg") no-repeat center center / contain;
  vertical-align: -1px;
  margin: 0 10px 0 0;
}
.ico_date {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_date.svg") no-repeat center center;
  vertical-align: -1px;
  margin: 0 10px 0 0;
}
.ico_time {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_time.svg") no-repeat center center;
  vertical-align: -1px;
  margin: 0 10px 0 0;
}


.rotate90deg {
  transform: rotate(90deg);
}


td.talon_buttons_td {
  border-top: 0;
}
.talon_buttons > .btn {
  margin: 7px 10px 7px 0;
}
.talon_buttons > .btn-q {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background: #dd1746;
  color: #fff;
  text-align: center;
  line-height: 20px;
  vertical-align: top;
  margin: 0 20px 0 -25px;
}
.search_section {
  position: relative;
}
.search_input {
  background: #F3F3F3;
  border: #F3F3F3 1px solid;
  padding-right: 60px;
}
.search_input::-webkit-input-placeholder {
  font-style: italic;
}
.search_input::-moz-placeholder {
  font-style: italic;
}
.search_input:-moz-placeholder {
  font-style: italic;
}
.search_input:-ms-input-placeholder {
  font-style: italic;
}
.search_btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_search.svg") no-repeat center center;
  margin: 0 0 0 -28px;
  border: 0;
  border-radius: 4px;
  vertical-align: middle;
  z-index: 3;
}
.search_clearbtn {
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  right: 28px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_search_clear.svg") no-repeat center center;
  /* margin: 0 0 0 -56px; */
  border: 0;
  border-radius: 4px;
  vertical-align: middle;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  z-index: 3;
}
.search_btn:hover, .search_clearbtn:hover {
  background-color: #CDCDCD;
}
.content_scroll_section {
  height: 125px;
  border: #CDCDCD 1px solid;
  padding: 10px;
  margin: 8px 0;
  border-radius: 4px;
}
.content_scroll_arr {
  margin: 8px 0;
}
.content_scroll_textarea {
  margin: 8px 0;
}
.pick_list {
  margin: -5px 0;
  padding: 0;
  list-style: none;
}
.pick_list > li {
  cursor: pointer;
  margin: 0;
  padding: 5px 0px;
  font-size: 15px;
  border-bottom: 1px solid #CDCDCD;
}
/* level2 */
.pick_list > li > ul {
  margin: 0;
  padding: 0 0 0 35px;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.pick_list > li.open > ul {
  margin: 0;
  padding: 0 0 0 35px;
  list-style: none;
  max-height: 2000px;
  transition: all 0.3s ease;
}
.pick_list > li > ul > li {
  margin: 0;
  padding: 3px 0px;
  font-size: 15px;
}
.pick_list_control {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #535887 url("/local/templates/beauty_modern_s1/images/icons/ico_plus.svg") no-repeat center center;
  border-radius: 2px;
  vertical-align: -1px;
  margin: 0 10px 0 0;
}
.pick_list li.open .pick_list_control {
  background: #535887 url("/local/templates/beauty_modern_s1/images/icons/ico_minus.svg") no-repeat center center;
}

a.pick_list_level1 {
  display: inline-block;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
a.pick_list_level1:hover,a.pick_list_level1.selected  {
  color: #E72653;
}
a.pick_list_level2 {
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
a.pick_list_level2:hover, a.pick_list_level2.selected {
  color: #E72653;
}
.btn_forinput {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 0 0 -28px;
  border: 0;
  border-radius: 4px;
  vertical-align: middle;
  z-index: 3;
}

.btn_forinput_att {
  background: #E72653 url("/local/templates/beauty_modern_s1/images/icons/ico_att.svg") no-repeat center center;
}
.OrgInfo_content {
	padding: 15px;
  border: #CDCDCD 1px solid;
}

.special_patient .input {
  color: #E72653;
}
.special_patient td {
  color: #E72653;
}

.list_patients_head > div {
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: #CDCDCD 1px solid;
}
.list_patients_cont > div {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: #CDCDCD 1px solid;
  border-bottom: #CDCDCD 1px solid;
}
.list_patients_cont > div:last-child {
  border-right: #CDCDCD 0px solid;
}
.list_patients_cont > div a {
  color: #000;
  text-decoration: underline;
}
.list_patients_cont > div a:hover {
  color: #000;
  text-decoration: none;
}
.section_win_block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  z-index: 100;
}
.section_win {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  padding: 30px;
  z-index: 100;
}
.section_win_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  height: 47px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_close.svg") no-repeat left bottom;
}
.section_win_close > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section_win_head {
  min-height: 20px;
  margin: 12px 30px 12px 0;
}
.win_backtolist {
  font-size: 15px;
  line-height: 130%;
  color: #E72653;
  text-decoration: none;
}
.win_backtolist:hover {
  text-decoration: underline;
}
.win_backtolist i {
  display: inline-block;
  margin: -4px 10px -4px 0;
  width: 24px;
  height: 16px;
  background: url("/local/templates/beauty_modern_s1/images/icons/ico_arr_back.svg") no-repeat center center;
}
.mkb_breadcrumbs {
  margin: 10px 0;
}
.section_win_subhead {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
  font-size: 15px;
  line-height: 130%;
	/* color: #E72653; */
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
}
.section_win_subhead .mkb_code {
  white-space: nowrap;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.section_win_subhead .mkb_chapter,
.pick_list .mkb_chapter {
  width: 25px;
  min-width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #E72653;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  color: #E72653;
  text-align: center;
  border-radius: 15px;
  margin: 0 5px 0 0;
}
.pick_list .mkb_code {
  white-space: nowrap;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.pick_list .mkb_name {
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
.mkb_chapter + .mkb_code,
.mkb_chapter + .mkb_code + .mkb_name {
  margin: 4px 5px 0 0;
}
.builder_bread_crumbs > a {
	color: #000;
}
.builder_bread_crumbs > a:after {
	content: '/';
	display: inline-block;
	margin: 0 5px;
}
.builder_bread_crumbs > a:last-child:after {
	content: '';
	display: inline-block;
	margin: 0 5px;
}
.builder_content {
	position: relative;
}
.builder_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	margin: -1px 0 0 0;
	padding: 10px 0;
}
.builder_status {
	width: 24px;
	min-width: 24px;
	text-align: center;
}
.builder_status_ico.active {
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url("/local/templates/beauty_modern_s1/images/icons/ico_active.svg") no-repeat center center;
}
.builder_ico {
	/* width: 70px; */
	min-width: 70px;
}
.builder_text {
	flex: 1 1 0;
  display: flex;
  gap: 10px;
}
.builder_text a {
	color: #000;
	text-decoration: none;
}
.builder_text a:hover {
	color: #E72653;
	text-decoration: none;
}
.builder_text a.active,
.builder_text a.active:hover {
	color: #E72653;
	text-decoration: none;
}
.builder_text a.a-org,
.builder_text a.a-folder {
	display: inline-block;
	padding: 0 0 0 22px;
	background: url("/local/templates/beauty_modern_s1/images/icons/ico_folder.svg") no-repeat 0 4px;
}

.builder_cost {
	width: 80px;
	min-width: 80px;
	text-align: center;
	white-space: nowrap;
}

.select_ch {
	position: relative;
	z-index: 2;
}
.select_ch_head {
	position: relative;
	height: 28px;
	border: 1px solid #CDCDCD;
	border-radius: 4px;
	background: #fff;
	font: 14px/26px Arial, sans-serif;
	color: #000;
	font-weight: bold;
}
.select_ch_head a,
.select_ch_head a:hover {
	max-width: 100%;
	display: block;
	padding: 0 30px 0 5px;
	font: 14px/26px Arial, sans-serif;
  font-weight: normal;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}
.select_ch_head a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 100%;
	background: #E72653;
	border-radius: 4px;
}
.select_ch_head a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 9px;
	width: 9px;
	height: 9px;
	margin: -6px 0 0 1px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 2;
}

.select_ch .select_ch_option {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0px 0 0;
	padding: 0;
	border: 1px solid #CDCDCD;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 1px 7px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	transition: all ease 0.3s;
}
.select_ch.open .select_ch_option {
	max-height: 100000px;
	opacity: 1;
	transition: all ease 0.3s;
}
.select_option_item {
	min-height: 18px;
	overflow: hidden;
}
.select_option_item:hover {
	background-color: #CDCDCD;
	color: #000;
}
.select_option_item.active {
	background: #E72653;
	color: #fff;
}
.select_option_item label {
	cursor: pointer;
	padding: 5px 10px 6px;
	color: #231F20;
	font-weight: bold;
	white-space: nowrap;
}
.select_option_btn {
	padding: 5px 10px 6px;
}

.builder_attach_content {
	position: relative;
}
.builder_attach_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	margin: -1px 0 0 0;
	padding: 10px 0;
}
.builder_attach_ico {
	width: 35px;
	min-width: 35px;
}
.builder_attach_text {
	flex: 1 1 0;
}
.specialists_items_list {
	-webkit-column-width: 20%;
	-moz-column-width: 20%;
	column-width: 20%;
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.appointment_services {
	border: 1px solid #CDCDCD;
}
.appointment_services_head {
	position: relative;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	margin: -1px 0 0 0;
}
.appointment_services_head > a,
.appointment_services_head > a:hover {
	position: relative;
	display: block;
	font-weight: bold;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	padding: 10px 30px 10px 10px;
}
.appointment_services_head > a:hover {
	background: #F3F3F3;
}
.appointment_services_head > a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 0;
	background: url("/local/templates/beauty_modern_s1/images/icons/ico_arr_grey_top.svg") no-repeat center center;
	transform: rotate(-180deg);
}
.appointment_services_content.open > .appointment_services_head a {
	background: #F3F3F3;
}
.appointment_services_content.open > .appointment_services_head a::after {
	transform: rotate(0deg);
}
.appointment_services_items {
	max-height: 0px;
	padding: 0 10px;
	overflow: hidden;
	transition: all ease 0.3s;
}

.appointment_services_content.open > .appointment_services_items {
	max-height: 300000px;
	transition: all ease 0.3s;
}

.skliaskopiheski {
	border-left: #CDCDCD 1px solid;
	border-bottom: #CDCDCD 1px solid;
	padding: 0 0 5px 5px;
}
.list_numbersort {
  display: inline-block;
  min-width: 30px;
  color: #82838d;
}
.select_ch_option .mh_300px {
  max-height: 450px !important;
}

.repeats #repeat {
  min-width: 30px;
}
.rewrite_record {
  opacity: 0.5;
}
.rewrite_record .talon_state_link {
  position: relative;
  display: inline-block;
  color: transparent;
}
.rewrite_record .talon_state_link::before {
  content: 'Перезаписан';
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}
.reception-list-items {
  padding: 15px 0px;
}
.reception-list-item {
  display: flex;
  align-items: center;
}
.reception-list-item__btns {
  padding: 0 15px 0 0;
}
.reception-list-item__btns a {
  margin-right: 8px;
}
.reception-list-item__inp {
  flex: 1 1 0;
}
.orglist {
  padding: 0 0 20px 0;
}
/* End */


/* Start:/local/templates/beauty_modern_s1/special_version.css?178051505264736*/
/* ==========================================================================
   РћР±С‰РёРµ СЃС‚РёР»Рё РґР»СЏ РІСЃРµС… РІР°СЂРёР°РЅС‚РѕРІ СЃРїРµС†РІРµСЂСЃРёРё СЃР°Р№С‚Р° */
/* ========================================================================== */
.special-aaVersion-on {
	/* ==========================================================================
			   РћС‚РєР»СЋС‡РµРЅРёРµ РєР°СЂС‚РёРЅРѕРє */
	/* ========================================================================== */
}
.special-aaVersion-on a,
.special-aaVersion-on .in-page-nav li a {
	text-decoration: underline;
}
.special-aaVersion-on a:hover,
.special-aaVersion-on .in-page-nav li a:hover,
.special-aaVersion-on a:active,
.special-aaVersion-on .in-page-nav li a:active {
	text-decoration: none;
}
.special-aaVersion-on .container-top-line,
.special-aaVersion-on .container-top-navigation,
.special-aaVersion-on .container-white,
.special-aaVersion-on .white-box,
.special-aaVersion-on .h-block,
.special-aaVersion-on .h-block-inner,
.special-aaVersion-on .footer-carousel.owl-carousel .owl-item a,
.special-aaVersion-on .white-content-box,
.special-aaVersion-on .checkbox + label > span,
.special-aaVersion-on .radio + label > span,
.special-aaVersion-on .municipal-org-link span,
.special-aaVersion-on .badge,
.special-aaVersion-on .schedule .hour-busy,
.special-aaVersion-on .in-page-nav,
.special-aaVersion-on .step-item-inner,
.special-aaVersion-on .steps-breadcrumb-text,
.special-aaVersion-on .record-tikket-date,
.special-aaVersion-on .big-slider {
	background: inherit;
}
.special-aaVersion-on .h-block,
.special-aaVersion-on .price-download-block:after,
.special-aaVersion-on .municipal-org-link,
.special-aaVersion-on .steps-select,
.special-aaVersion-on .steps-breadcrumb-name,
.special-aaVersion-on .steps-breadcrumb-text:after,
.special-aaVersion-on .alert-label:after {
	background-image: none !important;
}
.special-aaVersion-on .h-block-inner {
	border: solid 1px;
}
.special-aaVersion-on .border-link-dark,
.special-aaVersion-on .border-link,
.special-aaVersion-on .footer-nav a {
	border: 0;
}
.special-aaVersion-on .h-block-inner .btn *,
.special-aaVersion-on .footer-carousel.owl-carousel .owl-item a,
.special-aaVersion-on .checkbox:focus + label,
.special-aaVersion-on .radio:focus + label,
.special-aaVersion-on .jq-file:active .jq-file__name,
.special-aaVersion-on .tabs-gray .tabs-switcher.active,
.special-aaVersion-on .tabs-gray .tabs-switcher:hover,
.special-aaVersion-on .services-list-content a .fl-r,
.special-aaVersion-on .breadcrumb ul li .crumb_marker,
.special-aaVersion-on .doctor-menu ul a.active,
.special-aaVersion-on .in-page-nav li a:hover,
.special-aaVersion-on .in-page-nav li a:focus,
.special-aaVersion-on .schedule-doctor-schedule .day-wrapper.today,
.special-aaVersion-on .logo-link:hover .h1,
.special-aaVersion-on .logo-link:focus .h1 {
	color: inherit;
}
.special-aaVersion-on .checkbox:focus + label > span,
.special-aaVersion-on .checkbox:checked + label > span,
.special-aaVersion-on .checkbox:checked + label > span:before,
.special-aaVersion-on .radio:focus + label > span,
.special-aaVersion-on .radio:checked + label > span:before,
.special-aaVersion-on .radio + label:hover > span,
.special-aaVersion-on .radio + label:focus > span,
.special-aaVersion-on .radio:checked + label > span,
.special-aaVersion-on .jq-file:active .jq-file__name,
.special-aaVersion-on .footer-carousel.owl-carousel .owl-item a,
.special-aaVersion-on .step-item-num,
.special-aaVersion-on .step-item-inner.current .step-item-num,
.special-aaVersion-on .step-item-inner:hover .step-item-num,
.special-aaVersion-on .step-item-inner:focus .step-item-num,
.special-aaVersion-on .checkbox + label:hover > span {
	border-color: inherit;
}
.special-aaVersion-on .search-in-page-btn {
	background-color: transparent !important;
	box-shadow: none !important;
}
.special-aaVersion-on .search-in-page-input {
	padding-left: 50px !important;
}
.special-aaVersion-on .step-item-inner.current .step-item-num,
.special-aaVersion-on .step-item-inner:hover .step-item-num,
.special-aaVersion-on .step-item-inner:focus .step-item-num {
	box-shadow: none;
}
.special-aaVersion-on .steps-breadcrumb-name {
	opacity: .6;
}
.special-aaVersion-on .steps-breadcrumb-text:after {
	content: 'x';
	text-align: right;
	padding-right: 10px;
	font-size: 20px;
}
.special-aaVersion-on .styler-steps {
	margin-top: -1px;
}
.special-aaVersion-on .schedule-doctor-schedule .day-wrapper.today {
	font-weight: bold;
}
.special-aaVersion-on .alert-label:after {
	content: '!!!';
}
.special-aaVersion-on a.dotted-link,
.special-aaVersion-on .pseudolink.dotted-link {
	border-bottom: 0;
}
.special-aaVersion-on .error-page-big-text {
	display: none;
}
.special-aaVersion-on.special-aaImage-off img {
	display: none !important;
}
.special-aaVersion-on.special-aaImage-off .slider-item {
	background-image: none !important;
}
/* ==========================================================================
	   РџР°РЅРµР»СЊ */
/* ========================================================================== */
.special-settings {
	padding: 20px 0;
	font-family: Tahoma, sans-serif;
	background: #ccc;
}
.aa-settings-popup {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 15;
	border: solid 2px;
}
.aa-block {
	float: left;
	padding: 0.5em 1em;
}
.aa-block a {
	display: inline-block;
	padding: 8px 10px;
	border: solid 2px;
	margin-left: -2px;
}
.aaFontsize .fl-l {
	padding: 8px 10px 8px 0;
	display: inline-block;
}
.aaFontsize a {
	float: left;
	text-decoration: none;
}
.aaFontsize-small {
	font-size: 16px;
}
.special-aaVersion-on.special-aaFontsize-small .structure li span, .content .structure li span {
	font-size: 16px;
}
.aaFontsize-normal {
	font-size: 20px;
	font-weight: bold;
}
.special-aaVersion-on.special-aaFontsize-normal .structure li span, .content .structure li span {
	font-size: 20px;
}
.aaFontsize-big {
	font-size: 24px;
	font-weight: bold;
}
.special-aaVersion-on.special-aaFontsize-big .structure li span, .content .structure li span {
	font-size: 24px;
}
.aaColor {
	padding-left: 0;
	padding-right: 0;
}
.aaColor a {
	padding: 4px;
}
.aaColor a span {
	display: inline-block;
	padding: 4px .5em;
	font-weight: bold;
}
.aaColor a.aaColor-black.a-current {
	border-color: #000;
	background: #fff !important;
}
.aaColor a.aaColor-black span {
	background: #fff;
	color: #000;
}
.aaColor a.aaColor-yellow.a-current {
	border-color: #000;
	background: #ff0 !important;
}
.aaColor a.aaColor-yellow span {
	background: #ff0;
	color: #000;
}
.aaColor a.aaColor-blue.a-current {
	border-color: #000;
	background: #9fd7ff !important;
}
.aaColor a.aaColor-blue span {
	background: #9fd7ff;
	color: #143c5a;
}
.choose-colors {
	list-style: none;
	margin: 0;
	padding: 0;
}
.choose-colors li {
	margin-top: .5em;
}
/* ==========================================================================
	   Р§РµСЂРЅС‹Рј РїРѕ Р±РµР»РѕРјСѓ */
/* ========================================================================== */
.special-aaVersion-on.special-aaColor-black body,
.special-aaVersion-on.special-aaColor-black .aa-settings-popup {
	color: #000000;
	background-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .special-settings,
.special-aaVersion-on.special-aaColor-black .special-settings a,
.special-aaVersion-on.special-aaColor-black .special-settings .aa-block {
	color: #000;
	border-color: #000 !important;
}
.special-aaVersion-on.special-aaColor-black a {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-black a.btn {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black a.btn-link {
	padding-left: 1em;
	padding-right: 1em;
}
.special-aaVersion-on.special-aaColor-black * {
	color: #000000;
	border-color: #000000;
	-webkit-transition: none !important;
	transition: none !important;
}
.special-aaVersion-on.special-aaColor-black hr {
	background: #000000;
	height: 2px;
}
.special-aaVersion-on.special-aaColor-black :-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-black :-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-black ::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-black .btn,
.special-aaVersion-on.special-aaColor-black button,
.special-aaVersion-on.special-aaColor-black input[type="button"],
.special-aaVersion-on.special-aaColor-black input[type="reset"],
.special-aaVersion-on.special-aaColor-black input[type="submit"] {
	background-color: #000000;
	box-shadow: 0 0 0 2px #000000;
	border-color: transparent;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .btn:focus,
.special-aaVersion-on.special-aaColor-black button:focus,
.special-aaVersion-on.special-aaColor-black input[type="button"]:focus,
.special-aaVersion-on.special-aaColor-black input[type="reset"]:focus,
.special-aaVersion-on.special-aaColor-black input[type="submit"]:focus,
.special-aaVersion-on.special-aaColor-black .btn:hover,
.special-aaVersion-on.special-aaColor-black button:hover,
.special-aaVersion-on.special-aaColor-black input[type="button"]:hover,
.special-aaVersion-on.special-aaColor-black input[type="reset"]:hover,
.special-aaVersion-on.special-aaColor-black input[type="submit"]:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-black .btn-link,
.special-aaVersion-on.special-aaColor-black a.btn-link {
	background: transparent;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-black .btn-link:focus,
.special-aaVersion-on.special-aaColor-black a.btn-link:focus,
.special-aaVersion-on.special-aaColor-black .btn-link:hover,
.special-aaVersion-on.special-aaColor-black a.btn-link:hover {
	color: #000000;
	text-decoration: none;
}
.special-aaVersion-on.special-aaColor-black .input,
.special-aaVersion-on.special-aaColor-black input[type="text"],
.special-aaVersion-on.special-aaColor-black input[type="password"],
.special-aaVersion-on.special-aaColor-black textarea {
	color: #000000;
	background: #ffffff;
	padding: 5px;
}
.special-aaVersion-on.special-aaColor-black .input:focus,
.special-aaVersion-on.special-aaColor-black input[type="text"]:focus,
.special-aaVersion-on.special-aaColor-black input[type="password"]:focus,
.special-aaVersion-on.special-aaColor-black textarea:focus {
	outline: solid 3px #000000;
}
.special-aaVersion-on.special-aaColor-black a.a-current,
.special-aaVersion-on.special-aaColor-black a.a-current span {
	color: #fff;
	background: #000;
}
.special-aaVersion-on.special-aaColor-black .icon,
.special-aaVersion-on.special-aaColor-black .top-nav-block li.parent > a:after,
.special-aaVersion-on.special-aaColor-black .owl-next:after,
.special-aaVersion-on.special-aaColor-black .owl-prev:after,
.special-aaVersion-on.special-aaColor-black .mobile-nav ul li.parent a:after,
.special-aaVersion-on.special-aaColor-black .footer-carousel .owl-next,
.special-aaVersion-on.special-aaColor-black .footer-carousel .owl-prev,
.special-aaVersion-on.special-aaColor-black .services-list-header:after,
.special-aaVersion-on.special-aaColor-black .doctor-item-comments {
	background-image: url('/local/templates/beauty_modern_s1/images/all-icons-aa-black.png');
}
@media screen and (min-resolution: 192dpi) {
	.special-aaVersion-on.special-aaColor-black .icon,
	.special-aaVersion-on.special-aaColor-black .top-nav-block li.parent > a:after,
	.special-aaVersion-on.special-aaColor-black .owl-next:after,
	.special-aaVersion-on.special-aaColor-black .owl-prev:after,
	.special-aaVersion-on.special-aaColor-black .mobile-nav ul li.parent a:after,
	.special-aaVersion-on.special-aaColor-black .footer-carousel .owl-next,
	.special-aaVersion-on.special-aaColor-black .footer-carousel .owl-prev,
	.special-aaVersion-on.special-aaColor-black .services-list-header:after,
	.special-aaVersion-on.special-aaColor-black .doctor-item-comments {
		background-image: url('/local/templates/beauty_modern_s1/images/all-icons-aa-black@2x.png');
	}
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li > a:after {
	border-top-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li:focus a,
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li:hover a,
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li > a:hover {
	background: #000000;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li:focus a:after,
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li:hover a:after,
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li > a:hover:after {
	border-top-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li ul {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li ul a:hover,
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li ul a:focus {
	border-color: transparent;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li.parent ul a {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .slider-item-text {
	background: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .owl-dot span {
	background: rgba(0, 0, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-black .owl-dot.active,
.special-aaVersion-on.special-aaColor-black .owl-dot:hover {
	border-color: #000000;
	box-shadow: none;
}
.special-aaVersion-on.special-aaColor-black .owl-dot.active span,
.special-aaVersion-on.special-aaColor-black .owl-dot:hover span {
	background: transparent;
}
.special-aaVersion-on.special-aaColor-black .tabs-switcher {
	border: 0;
	background: none;
	border-right: solid 1px;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.special-aaVersion-on.special-aaColor-black .tabs-switcher.active {
	background: #000000;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .main-specialty-list li a:hover,
.special-aaVersion-on.special-aaColor-black .main-specialty-list li a:focus {
	color: #000000;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-black .btn-outline,
.special-aaVersion-on.special-aaColor-black a.btn-outline {
	background: none;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-primary-line {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-primary-line,
.special-aaVersion-on.special-aaColor-black .container-primary-line * {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table th,
.special-aaVersion-on.special-aaColor-black .jq-file__browse {
	background: #000000;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .radio:checked + label > span:before {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__select {
	background: #ffffff;
	border: solid 1px #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__search {
	padding: 4px 0;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__search input {
	background: #ffffff;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__not-found {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__dropdown {
	background: #000000;
	color: #ffffff;
	padding: 4px;
	border: solid 1px #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li.selected,
.special-aaVersion-on.special-aaColor-black .jq-selectbox li:hover {
	background: #ffffff;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow {
	border-color: #000000;
}
.focused .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow,
.jq-selectbox:active .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow,
.dropdown .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white .jq-selectbox__trigger-arrow {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.dropdown .jq-selectbox__select {
	color: #ffffff;
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.dropdown .jq-selectbox__select-text {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
	border-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox .jq-selectbox__search input,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white .jq-selectbox__search input {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white .jq-selectbox__select {
	background: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table th {
	color: #ffffff;
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .table-hover tr:hover > th,
.special-aaVersion-on.special-aaColor-black .table-hover tr:hover > td {
	background-color: #080808;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table-bordered tbody + tbody tr:first-child td {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li {
	margin: 0;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li:after {
	content: none;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li.selected:before,
.special-aaVersion-on.special-aaColor-black .jq-selectbox li.sel:before {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__search {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__search input:focus {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .table-white-box tbody > tr:nth-child(even) > td,
.special-aaVersion-on.special-aaColor-black .table-white-box tbody > tr:nth-child(even) > th,
.special-aaVersion-on.special-aaColor-black .table-white-box td,
.special-aaVersion-on.special-aaColor-black .schedule-header-wrapper.white-box.sticky {
	background: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .step-item-inner.checked .step-item-num {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .step-item-inner.checked .step-item-num:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -7px;
	width: 12px;
	height: 6px;
	border: solid 3px #ffffff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.special-aaVersion-on.special-aaColor-black .step-item-inner:hover .step-item-num,
.special-aaVersion-on.special-aaColor-black .step-item-inner:focus .step-item-num {
	background: #000000;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .alert {
	color: #ffffff;
	background: #000000;
}
/* ==========================================================================
	   Р–РµР»С‚С‹Рј  РїРѕ С‡РµСЂРЅРѕРјСѓ */
/* ========================================================================== */
.special-aaVersion-on.special-aaColor-yellow body,
.special-aaVersion-on.special-aaColor-yellow .aa-settings-popup {
	color: #ffff00;
	background-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .special-settings,
.special-aaVersion-on.special-aaColor-yellow .special-settings a,
.special-aaVersion-on.special-aaColor-yellow .special-settings .aa-block {
	color: #000;
	border-color: #000 !important;
}
.special-aaVersion-on.special-aaColor-yellow a {
	color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow a.btn {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow a.btn-link {
	padding-left: 1em;
	padding-right: 1em;
}
.special-aaVersion-on.special-aaColor-yellow * {
	color: #ffff00;
	border-color: #ffff00;
	-webkit-transition: none !important;
	transition: none !important;
}
.special-aaVersion-on.special-aaColor-yellow hr {
	background: #ffff00;
	height: 2px;
}
.special-aaVersion-on.special-aaColor-yellow :-moz-placeholder {
	color: rgba(255, 255, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-yellow :-ms-input-placeholder {
	color: rgba(255, 255, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-yellow ::-webkit-input-placeholder {
	color: rgba(255, 255, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-yellow .btn,
.special-aaVersion-on.special-aaColor-yellow button,
.special-aaVersion-on.special-aaColor-yellow input[type="button"],
.special-aaVersion-on.special-aaColor-yellow input[type="reset"],
.special-aaVersion-on.special-aaColor-yellow input[type="submit"] {
	background-color: #ffff00;
	box-shadow: 0 0 0 2px #ffff00;
	border-color: transparent;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .btn:focus,
.special-aaVersion-on.special-aaColor-yellow button:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="button"]:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="reset"]:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="submit"]:focus,
.special-aaVersion-on.special-aaColor-yellow .btn:hover,
.special-aaVersion-on.special-aaColor-yellow button:hover,
.special-aaVersion-on.special-aaColor-yellow input[type="button"]:hover,
.special-aaVersion-on.special-aaColor-yellow input[type="reset"]:hover,
.special-aaVersion-on.special-aaColor-yellow input[type="submit"]:hover {
	background-color: transparent;
	color: #ffff00;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-yellow .btn-link,
.special-aaVersion-on.special-aaColor-yellow a.btn-link {
	background: transparent;
	color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .btn-link:focus,
.special-aaVersion-on.special-aaColor-yellow a.btn-link:focus,
.special-aaVersion-on.special-aaColor-yellow .btn-link:hover,
.special-aaVersion-on.special-aaColor-yellow a.btn-link:hover {
	color: #ffff00;
	text-decoration: none;
}
.special-aaVersion-on.special-aaColor-yellow .input,
.special-aaVersion-on.special-aaColor-yellow input[type="text"],
.special-aaVersion-on.special-aaColor-yellow input[type="password"],
.special-aaVersion-on.special-aaColor-yellow textarea {
	color: #ffff00;
	background: #000000;
	padding: 5px;
}
.special-aaVersion-on.special-aaColor-yellow .input:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="text"]:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="password"]:focus,
.special-aaVersion-on.special-aaColor-yellow textarea:focus {
	outline: solid 3px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow a.a-current,
.special-aaVersion-on.special-aaColor-yellow a.a-current span {
	color: #fff;
	background: #000;
}
.special-aaVersion-on.special-aaColor-yellow .icon,
.special-aaVersion-on.special-aaColor-yellow .top-nav-block li.parent > a:after,
.special-aaVersion-on.special-aaColor-yellow .owl-next:after,
.special-aaVersion-on.special-aaColor-yellow .owl-prev:after,
.special-aaVersion-on.special-aaColor-yellow .mobile-nav ul li.parent a:after,
.special-aaVersion-on.special-aaColor-yellow .footer-carousel .owl-next,
.special-aaVersion-on.special-aaColor-yellow .footer-carousel .owl-prev,
.special-aaVersion-on.special-aaColor-yellow .services-list-header:after,
.special-aaVersion-on.special-aaColor-yellow .doctor-item-comments {
	background-image: url('/local/templates/beauty_modern_s1/images/all-icons-aa-yellow.png');
}
@media screen and (min-resolution: 192dpi) {
	.special-aaVersion-on.special-aaColor-yellow .icon,
	.special-aaVersion-on.special-aaColor-yellow .top-nav-block li.parent > a:after,
	.special-aaVersion-on.special-aaColor-yellow .owl-next:after,
	.special-aaVersion-on.special-aaColor-yellow .owl-prev:after,
	.special-aaVersion-on.special-aaColor-yellow .mobile-nav ul li.parent a:after,
	.special-aaVersion-on.special-aaColor-yellow .footer-carousel .owl-next,
	.special-aaVersion-on.special-aaColor-yellow .footer-carousel .owl-prev,
	.special-aaVersion-on.special-aaColor-yellow .services-list-header:after,
	.special-aaVersion-on.special-aaColor-yellow .doctor-item-comments {
		background-image: url('/local/templates/beauty_modern_s1/images/all-icons-aa-yellow@2x.png');
	}
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li > a:after {
	border-top-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li:focus a,
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li:hover a,
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li > a:hover {
	background: #ffff00;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li:focus a:after,
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li:hover a:after,
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li > a:hover:after {
	border-top-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li ul {
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li ul a:hover,
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li ul a:focus {
	border-color: transparent;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li.parent ul a {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .slider-item-text {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .owl-dot span {
	background: rgba(255, 255, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-yellow .owl-dot.active,
.special-aaVersion-on.special-aaColor-yellow .owl-dot:hover {
	border-color: #ffff00;
	box-shadow: none;
}
.special-aaVersion-on.special-aaColor-yellow .owl-dot.active span,
.special-aaVersion-on.special-aaColor-yellow .owl-dot:hover span {
	background: transparent;
}
.special-aaVersion-on.special-aaColor-yellow .tabs-switcher {
	border: 0;
	background: none;
	border-right: solid 1px;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.special-aaVersion-on.special-aaColor-yellow .tabs-switcher.active {
	background: #ffff00;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .main-specialty-list li a:hover,
.special-aaVersion-on.special-aaColor-yellow .main-specialty-list li a:focus {
	color: #ffff00;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-yellow .btn-outline,
.special-aaVersion-on.special-aaColor-yellow a.btn-outline {
	background: none;
	color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .container-primary-line {
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .container-primary-line,
.special-aaVersion-on.special-aaColor-yellow .container-primary-line * {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table th,
.special-aaVersion-on.special-aaColor-yellow .jq-file__browse {
	background: #ffff00;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .radio:checked + label > span:before {
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__select {
	background: #000000;
	border: solid 1px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__search {
	padding: 4px 0;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__search input {
	background: #000000;
	color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__not-found {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__dropdown {
	background: #ffff00;
	color: #000000;
	padding: 4px;
	border: solid 1px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li.selected,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li:hover {
	background: #000000;
	color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow {
	border-color: #ffff00;
}
.focused .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow,
.jq-selectbox:active .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow,
.dropdown .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white .jq-selectbox__trigger-arrow {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.dropdown .jq-selectbox__select {
	color: #000000;
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.dropdown .jq-selectbox__select-text {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox .jq-selectbox__search input,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white .jq-selectbox__search input {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white .jq-selectbox__select {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table th {
	color: #000000;
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .table-hover tr:hover > th,
.special-aaVersion-on.special-aaColor-yellow .table-hover tr:hover > td {
	background-color: #ffff0f;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table-bordered tbody + tbody tr:first-child td {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li {
	margin: 0;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li:after {
	content: none;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li.selected:before,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li.sel:before {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__search {
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__search input:focus {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .table-white-box tbody > tr:nth-child(even) > td,
.special-aaVersion-on.special-aaColor-yellow .table-white-box tbody > tr:nth-child(even) > th,
.special-aaVersion-on.special-aaColor-yellow .table-white-box td,
.special-aaVersion-on.special-aaColor-yellow .schedule-header-wrapper.white-box.sticky {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .step-item-inner.checked .step-item-num {
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .step-item-inner.checked .step-item-num:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -7px;
	width: 12px;
	height: 6px;
	border: solid 3px #000000;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.special-aaVersion-on.special-aaColor-yellow .step-item-inner:hover .step-item-num,
.special-aaVersion-on.special-aaColor-yellow .step-item-inner:focus .step-item-num {
	background: #ffff00;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .alert {
	color: #000000;
	background: #ffff00;
}
/* ==========================================================================
	   РўРµРјРЅРѕ-СЃРёРЅРёРј РїРѕ РіРѕР»СѓР±РѕРјСѓ */
/* ========================================================================== */
.special-aaVersion-on.special-aaColor-blue body,
.special-aaVersion-on.special-aaColor-blue .aa-settings-popup {
	color: #143c5a;
	background-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .special-settings,
.special-aaVersion-on.special-aaColor-blue .special-settings a,
.special-aaVersion-on.special-aaColor-blue .special-settings .aa-block {
	color: #000;
	border-color: #000 !important;
}
.special-aaVersion-on.special-aaColor-blue a {
	color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue a.btn {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue a.btn-link {
	padding-left: 1em;
	padding-right: 1em;
}
.special-aaVersion-on.special-aaColor-blue * {
	color: #143c5a;
	border-color: #143c5a;
	-webkit-transition: none !important;
	transition: none !important;
}
.special-aaVersion-on.special-aaColor-blue hr {
	background: #143c5a;
	height: 2px;
}
.special-aaVersion-on.special-aaColor-blue :-moz-placeholder {
	color: rgba(20, 60, 90, 0.5);
}
.special-aaVersion-on.special-aaColor-blue :-ms-input-placeholder {
	color: rgba(20, 60, 90, 0.5);
}
.special-aaVersion-on.special-aaColor-blue ::-webkit-input-placeholder {
	color: rgba(20, 60, 90, 0.5);
}
.special-aaVersion-on.special-aaColor-blue .btn,
.special-aaVersion-on.special-aaColor-blue button,
.special-aaVersion-on.special-aaColor-blue input[type="button"],
.special-aaVersion-on.special-aaColor-blue input[type="reset"],
.special-aaVersion-on.special-aaColor-blue input[type="submit"] {
	background-color: #143c5a;
	box-shadow: 0 0 0 2px #143c5a;
	border-color: transparent;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .btn:focus,
.special-aaVersion-on.special-aaColor-blue button:focus,
.special-aaVersion-on.special-aaColor-blue input[type="button"]:focus,
.special-aaVersion-on.special-aaColor-blue input[type="reset"]:focus,
.special-aaVersion-on.special-aaColor-blue input[type="submit"]:focus,
.special-aaVersion-on.special-aaColor-blue .btn:hover,
.special-aaVersion-on.special-aaColor-blue button:hover,
.special-aaVersion-on.special-aaColor-blue input[type="button"]:hover,
.special-aaVersion-on.special-aaColor-blue input[type="reset"]:hover,
.special-aaVersion-on.special-aaColor-blue input[type="submit"]:hover {
	background-color: transparent;
	color: #143c5a;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-blue .btn-link,
.special-aaVersion-on.special-aaColor-blue a.btn-link {
	background: transparent;
	color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .btn-link:focus,
.special-aaVersion-on.special-aaColor-blue a.btn-link:focus,
.special-aaVersion-on.special-aaColor-blue .btn-link:hover,
.special-aaVersion-on.special-aaColor-blue a.btn-link:hover {
	color: #143c5a;
	text-decoration: none;
}
.special-aaVersion-on.special-aaColor-blue .input,
.special-aaVersion-on.special-aaColor-blue input[type="text"],
.special-aaVersion-on.special-aaColor-blue input[type="password"],
.special-aaVersion-on.special-aaColor-blue textarea {
	color: #143c5a;
	background: #9fd7ff;
	padding: 5px;
}
.special-aaVersion-on.special-aaColor-blue .input:focus,
.special-aaVersion-on.special-aaColor-blue input[type="text"]:focus,
.special-aaVersion-on.special-aaColor-blue input[type="password"]:focus,
.special-aaVersion-on.special-aaColor-blue textarea:focus {
	outline: solid 3px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue a.a-current,
.special-aaVersion-on.special-aaColor-blue a.a-current span {
	color: #fff;
	background: #000;
}
.special-aaVersion-on.special-aaColor-blue .icon,
.special-aaVersion-on.special-aaColor-blue .top-nav-block li.parent > a:after,
.special-aaVersion-on.special-aaColor-blue .owl-next:after,
.special-aaVersion-on.special-aaColor-blue .owl-prev:after,
.special-aaVersion-on.special-aaColor-blue .mobile-nav ul li.parent a:after,
.special-aaVersion-on.special-aaColor-blue .footer-carousel .owl-next,
.special-aaVersion-on.special-aaColor-blue .footer-carousel .owl-prev,
.special-aaVersion-on.special-aaColor-blue .services-list-header:after,
.special-aaVersion-on.special-aaColor-blue .doctor-item-comments {
	background-image: url('/local/templates/beauty_modern_s1/images/all-icons-aa-blue.png');
}
@media screen and (min-resolution: 192dpi) {
	.special-aaVersion-on.special-aaColor-blue .icon,
	.special-aaVersion-on.special-aaColor-blue .top-nav-block li.parent > a:after,
	.special-aaVersion-on.special-aaColor-blue .owl-next:after,
	.special-aaVersion-on.special-aaColor-blue .owl-prev:after,
	.special-aaVersion-on.special-aaColor-blue .mobile-nav ul li.parent a:after,
	.special-aaVersion-on.special-aaColor-blue .footer-carousel .owl-next,
	.special-aaVersion-on.special-aaColor-blue .footer-carousel .owl-prev,
	.special-aaVersion-on.special-aaColor-blue .services-list-header:after,
	.special-aaVersion-on.special-aaColor-blue .doctor-item-comments {
		background-image: url('/local/templates/beauty_modern_s1/images/all-icons-aa-blue@2x.png');
	}
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li > a:after {
	border-top-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li:focus a,
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li:hover a,
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li > a:hover {
	background: #143c5a;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li:focus a:after,
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li:hover a:after,
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li > a:hover:after {
	border-top-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li ul {
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li ul a:hover,
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li ul a:focus {
	border-color: transparent;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li.parent ul a {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .slider-item-text {
	background: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .owl-dot span {
	background: rgba(20, 60, 90, 0.5);
}
.special-aaVersion-on.special-aaColor-blue .owl-dot.active,
.special-aaVersion-on.special-aaColor-blue .owl-dot:hover {
	border-color: #143c5a;
	box-shadow: none;
}
.special-aaVersion-on.special-aaColor-blue .owl-dot.active span,
.special-aaVersion-on.special-aaColor-blue .owl-dot:hover span {
	background: transparent;
}
.special-aaVersion-on.special-aaColor-blue .tabs-switcher {
	border: 0;
	background: none;
	border-right: solid 1px;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.special-aaVersion-on.special-aaColor-blue .tabs-switcher.active {
	background: #143c5a;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .main-specialty-list li a:hover,
.special-aaVersion-on.special-aaColor-blue .main-specialty-list li a:focus {
	color: #143c5a;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-blue .btn-outline,
.special-aaVersion-on.special-aaColor-blue a.btn-outline {
	background: none;
	color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container-primary-line {
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container-primary-line,
.special-aaVersion-on.special-aaColor-blue .container-primary-line * {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table th,
.special-aaVersion-on.special-aaColor-blue .jq-file__browse {
	background: #143c5a;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .radio:checked + label > span:before {
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__select {
	background: #9fd7ff;
	border: solid 1px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__search {
	padding: 4px 0;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__search input {
	background: #9fd7ff;
	color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__not-found {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__dropdown {
	background: #143c5a;
	color: #9fd7ff;
	padding: 4px;
	border: solid 1px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li.selected,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li:hover {
	background: #9fd7ff;
	color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow {
	border-color: #143c5a;
}
.focused .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow,
.jq-selectbox:active .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow,
.dropdown .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white .jq-selectbox__trigger-arrow {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.dropdown .jq-selectbox__select {
	color: #9fd7ff;
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.dropdown .jq-selectbox__select-text {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
	border-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox .jq-selectbox__search input,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white .jq-selectbox__search input {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white .jq-selectbox__select {
	background: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table th {
	color: #9fd7ff;
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .table-hover tr:hover > th,
.special-aaVersion-on.special-aaColor-blue .table-hover tr:hover > td {
	background-color: #174467;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table-bordered tbody + tbody tr:first-child td {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li {
	margin: 0;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li:after {
	content: none;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li.selected:before,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li.sel:before {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__search {
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__search input:focus {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .table-white-box tbody > tr:nth-child(even) > td,
.special-aaVersion-on.special-aaColor-blue .table-white-box tbody > tr:nth-child(even) > th,
.special-aaVersion-on.special-aaColor-blue .table-white-box td,
.special-aaVersion-on.special-aaColor-blue .schedule-header-wrapper.white-box.sticky {
	background: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .step-item-inner.checked .step-item-num {
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .step-item-inner.checked .step-item-num:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -7px;
	width: 12px;
	height: 6px;
	border: solid 3px #9fd7ff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.special-aaVersion-on.special-aaColor-blue .step-item-inner:hover .step-item-num,
.special-aaVersion-on.special-aaColor-blue .step-item-inner:focus .step-item-num {
	background: #143c5a;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .alert {
	color: #9fd7ff;
	background: #143c5a;
}
/* ==========================================================================
	   РњРµР»РєРёР№ СЂР°Р·РјРµСЂ С€СЂРёС„С‚Р° */
/* ========================================================================== */
.special-aaVersion-on.special-aaFontsize-small body,
.special-aaVersion-on.special-aaFontsize-small .news-item,
.special-aaVersion-on.special-aaFontsize-small .breadcrumb ul,
.special-aaVersion-on.special-aaFontsize-small .fz12,
.special-aaVersion-on.special-aaFontsize-small .fz14,
.special-aaVersion-on.special-aaFontsize-small .fz16,
.special-aaVersion-on.special-aaFontsize-small .fz18,
.special-aaVersion-on.special-aaFontsize-small .fz20,
.special-aaVersion-on.special-aaFontsize-small .mb-fz12,
.special-aaVersion-on.special-aaFontsize-small .mb-fz14,
.special-aaVersion-on.special-aaFontsize-small .mb-fz16,
.special-aaVersion-on.special-aaFontsize-small .mb-fz18,
.special-aaVersion-on.special-aaFontsize-small .mb-fz20,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz12,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz14,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz16,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz18,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz20,
.special-aaVersion-on.special-aaFontsize-small .dt-fz12,
.special-aaVersion-on.special-aaFontsize-small .dt-fz14,
.special-aaVersion-on.special-aaFontsize-small .dt-fz16,
.special-aaVersion-on.special-aaFontsize-small .dt-fz18,
.special-aaVersion-on.special-aaFontsize-small .dt-fz20,
.special-aaVersion-on.special-aaFontsize-small .ld-fz12,
.special-aaVersion-on.special-aaFontsize-small .ld-fz14,
.special-aaVersion-on.special-aaFontsize-small .ld-fz16,
.special-aaVersion-on.special-aaFontsize-small .ld-fz18,
.special-aaVersion-on.special-aaFontsize-small .ld-fz20,
.special-aaVersion-on.special-aaFontsize-small .short-news-header
{
	font-size: 16px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-small .content-directions ul li,
.special-aaVersion-on.special-aaFontsize-small .btn,
.special-aaVersion-on.special-aaFontsize-small .footer-menu-wrapper ul li a,
.special-aaVersion-on.special-aaFontsize-small .container-top-navigation ul li a {
	font-size: 18px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-small .footer-menu-wrapper .footer-header {
	font-size: 26px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-small .fz22,
.special-aaVersion-on.special-aaFontsize-small .fz24,
.special-aaVersion-on.special-aaFontsize-small .fz26,
.special-aaVersion-on.special-aaFontsize-small .fz30,
.special-aaVersion-on.special-aaFontsize-small .mb-fz22,
.special-aaVersion-on.special-aaFontsize-small .mb-fz24,
.special-aaVersion-on.special-aaFontsize-small .mb-fz26,
.special-aaVersion-on.special-aaFontsize-small .mb-fz30,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz22,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz24,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz26,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz30,
.special-aaVersion-on.special-aaFontsize-small .dt-fz22,
.special-aaVersion-on.special-aaFontsize-small .dt-fz24,
.special-aaVersion-on.special-aaFontsize-small .dt-fz26,
.special-aaVersion-on.special-aaFontsize-small .dt-fz30,
.special-aaVersion-on.special-aaFontsize-small .ld-fz22,
.special-aaVersion-on.special-aaFontsize-small .ld-fz24,
.special-aaVersion-on.special-aaFontsize-small .ld-fz26,
.special-aaVersion-on.special-aaFontsize-small .ld-fz30 {
	font-size: 26px;
	line-height: 15.4;
}
.special-aaVersion-on.special-aaFontsize-small .aaFontsize .fl-l {
	color: #000;
}
.special-aaVersion-on.special-aaFontsize-small .aaFontsize .fl-l,
.special-aaVersion-on.special-aaFontsize-small .aaFontsize a {
	line-height: 22.4px;
}
.special-aaVersion-on.special-aaFontsize-small .aa-block a {
	padding-left: 16px;
	padding-right: 16px;
}
.special-aaVersion-on.special-aaFontsize-small .aaColor a {
	padding-left: 4px;
	padding-right: 4px;
}
/* ==========================================================================
	   РЎСЂРµРґРЅРёР№ СЂР°Р·РјРµСЂ С€СЂРёС„С‚Р° */
/* ========================================================================== */
.special-aaVersion-on.special-aaFontsize-normal body,
.special-aaVersion-on.special-aaFontsize-normal .news-item,
.special-aaVersion-on.special-aaFontsize-normal .breadcrumb ul,
.special-aaVersion-on.special-aaFontsize-normal .fz12,
.special-aaVersion-on.special-aaFontsize-normal .fz14,
.special-aaVersion-on.special-aaFontsize-normal .fz16,
.special-aaVersion-on.special-aaFontsize-normal .fz18,
.special-aaVersion-on.special-aaFontsize-normal .fz20,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz12,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz14,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz16,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz18,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz20,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz12,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz14,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz16,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz18,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz20,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz12,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz14,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz16,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz18,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz20,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz12,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz14,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz16,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz18,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz20,
.special-aaVersion-on.special-aaFontsize-normal .short-news-header
{
	font-size: 20px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-normal .btn,
.special-aaVersion-on.special-aaFontsize-normal .footer-menu-wrapper ul li a,
.special-aaVersion-on.special-aaFontsize-normal .container-top-navigation ul li a,
.special-aaVersion-on.special-aaFontsize-normal .content-directions ul li
{
	font-size: 22px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-normal .footer-menu-wrapper .footer-header {
	font-size: 30px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-normal .fz22,
.special-aaVersion-on.special-aaFontsize-normal .fz24,
.special-aaVersion-on.special-aaFontsize-normal .fz26,
.special-aaVersion-on.special-aaFontsize-normal .fz30,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz22,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz24,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz26,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz30,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz22,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz24,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz26,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz30,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz22,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz24,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz26,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz30,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz22,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz24,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz26,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz30{
	font-size: 30px;
	line-height: 15.4;
}
.special-aaVersion-on.special-aaFontsize-normal .aaFontsize .fl-l {
	color: #000;
}
.special-aaVersion-on.special-aaFontsize-normal .aaFontsize .fl-l,
.special-aaVersion-on.special-aaFontsize-normal .aaFontsize a {
	line-height: 28px;
}
.special-aaVersion-on.special-aaFontsize-normal .aa-block a {
	padding-left: 20px;
	padding-right: 20px;
}
.special-aaVersion-on.special-aaFontsize-normal .aaColor a {
	padding-left: 4px;
	padding-right: 4px;
}
/* ==========================================================================
	   Р‘РѕР»СЊС€РѕР№ СЂР°Р·РјРµСЂ С€СЂРёС„С‚Р° */
/* ========================================================================== */
.special-aaVersion-on.special-aaFontsize-big body,
.special-aaVersion-on.special-aaFontsize-big .news-item,
.special-aaVersion-on.special-aaFontsize-big .breadcrumb ul,
.special-aaVersion-on.special-aaFontsize-big .fz12,
.special-aaVersion-on.special-aaFontsize-big .fz14,
.special-aaVersion-on.special-aaFontsize-big .fz16,
.special-aaVersion-on.special-aaFontsize-big .fz18,
.special-aaVersion-on.special-aaFontsize-big .fz20,
.special-aaVersion-on.special-aaFontsize-big .mb-fz12,
.special-aaVersion-on.special-aaFontsize-big .mb-fz14,
.special-aaVersion-on.special-aaFontsize-big .mb-fz16,
.special-aaVersion-on.special-aaFontsize-big .mb-fz18,
.special-aaVersion-on.special-aaFontsize-big .mb-fz20,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz12,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz14,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz16,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz18,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz20,
.special-aaVersion-on.special-aaFontsize-big .dt-fz12,
.special-aaVersion-on.special-aaFontsize-big .dt-fz14,
.special-aaVersion-on.special-aaFontsize-big .dt-fz16,
.special-aaVersion-on.special-aaFontsize-big .dt-fz18,
.special-aaVersion-on.special-aaFontsize-big .dt-fz20,
.special-aaVersion-on.special-aaFontsize-big .ld-fz12,
.special-aaVersion-on.special-aaFontsize-big .ld-fz14,
.special-aaVersion-on.special-aaFontsize-big .ld-fz16,
.special-aaVersion-on.special-aaFontsize-big .ld-fz18,
.special-aaVersion-on.special-aaFontsize-big .ld-fz20,
.special-aaVersion-on.special-aaFontsize-big .short-news-header
{
	font-size: 24px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-big .btn,
.special-aaVersion-on.special-aaFontsize-big .footer-menu-wrapper ul li a,
.special-aaVersion-on.special-aaFontsize-big .container-top-navigation ul li a,
.special-aaVersion-on.special-aaFontsize-big .content-directions ul li
{
	font-size: 26px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-big .footer-menu-wrapper .footer-header {
	font-size: 34px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-big .fz22,
.special-aaVersion-on.special-aaFontsize-big .fz24,
.special-aaVersion-on.special-aaFontsize-big .fz26,
.special-aaVersion-on.special-aaFontsize-big .fz30,
.special-aaVersion-on.special-aaFontsize-big .mb-fz22,
.special-aaVersion-on.special-aaFontsize-big .mb-fz24,
.special-aaVersion-on.special-aaFontsize-big .mb-fz26,
.special-aaVersion-on.special-aaFontsize-big .mb-fz30,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz22,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz24,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz26,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz30,
.special-aaVersion-on.special-aaFontsize-big .dt-fz22,
.special-aaVersion-on.special-aaFontsize-big .dt-fz24,
.special-aaVersion-on.special-aaFontsize-big .dt-fz26,
.special-aaVersion-on.special-aaFontsize-big .dt-fz30,
.special-aaVersion-on.special-aaFontsize-big .ld-fz22,
.special-aaVersion-on.special-aaFontsize-big .ld-fz24,
.special-aaVersion-on.special-aaFontsize-big .ld-fz26,
.special-aaVersion-on.special-aaFontsize-big .ld-fz30 {
	font-size: 34px;
	line-height: 15.4;
}
.special-aaVersion-on.special-aaFontsize-big .aaFontsize .fl-l {
	color: #000;
}
.special-aaVersion-on.special-aaFontsize-big .aaFontsize .fl-l,
.special-aaVersion-on.special-aaFontsize-big .aaFontsize a {
	line-height: 33.6px;
}
.special-aaVersion-on.special-aaFontsize-big .aa-block a {
	padding-left: 24px;
	padding-right: 24px;
}
.special-aaVersion-on.special-aaFontsize-big .aaColor a {
	padding-left: 4px;
	padding-right: 4px;
}
/* ==========================================================================
	   Tahoma */
/* ========================================================================== */
.special-aaVersion-on.special-aaFont-tahoma body {
	font-family: Tahoma, sans-serif !important;
}
.special-aaVersion-on.special-aaFont-tahoma .news-item-main .news-item-header a {
	font-family: Tahoma, sans-serif;
}
/* ==========================================================================
	   Times */
/* ========================================================================== */
.special-aaVersion-on.special-aaFont-times body {
	font-family: 'Times New Roman', Times, serif !important;
}
.special-aaVersion-on.special-aaFont-times .news-item-main .news-item-header a {
	font-family: 'Times New Roman', Times, serif;
}
/* ==========================================================================
	   lettaer-spacing: normal */
/* ========================================================================== */
.special-aaVersion-on.special-aaKerning-normal body {
	letter-spacing: normal !important;
}
/* ==========================================================================
	   lettaer-spacing: big */
/* ========================================================================== */
.special-aaVersion-on.special-aaKerning-big body {
	letter-spacing: 0.2em !important;
}
/* ==========================================================================
	   lettaer-spacing: extra */
/* ========================================================================== */
.special-aaVersion-on.special-aaKerning-extra body {
	letter-spacing: 0.4em !important;
}


.special-aaVersion-on table.forum-table td,
.special-aaVersion-on div.forum-info-box,
.special-aaVersion-on div.forum-reply-form,
.special-aaVersion-on table.forum-table th,
.special-aaVersion-on div.forum-reply-header,
.special-aaVersion-on div.forum-bbcode-line a:hover,
.special-aaVersion-on div.forum-bbcode-line a:hover img,
.special-aaVersion-on div.forum-header-box
{
	background: transparent;
}
/* End */
/* /local/templates/beauty_modern_s1/css/bootstrap.css?1780515052173943 */
/* /local/templates/beauty_modern_s1/css/jquery.formstyler.css?17805150522179 */
/* /local/templates/beauty_modern_s1/css/jquery.formstyler.theme.css?178051505210654 */
/* /local/templates/beauty_modern_s1/css/jquery.mCustomScrollbar.css?178051505216082 */
/* /local/templates/beauty_modern_s1/js/fancybox/jquery.fancybox.min.css?178051505212795 */
/* /local/templates/beauty_modern_s1/js/fias/jquery.fias.min.css?1780515052958 */
/* /local/templates/beauty_modern_s1/styles.css?1780515052404 */
/* /local/templates/beauty_modern_s1/template_styles.css?1780515052163096 */
/* /local/templates/beauty_modern_s1/special_version.css?178051505264736 */
