

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

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

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

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

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 24px;
}

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

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

pre {
  margin-top: 0;
  margin-bottom: 24px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 24px;
}

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;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 16px;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

h4, .h4 {
  font-size: 32px;
}

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

h6, .h6 {
  font-size: 24px;
}

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



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

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

.blockquote {
  margin-bottom: 24px;
  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;
  display: inline-block;
}

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 16px;
  line-height: 1;
}

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 24px;
  color: #212529;
}

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

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

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

.table-sm th,
.table-sm td {
  padding: 0.48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 24px;
}

.form-text {
  display: block;
  margin-top: 8px;
}

.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.48px;
  margin-left: -1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-lg, .btn-group-lg > .btn {
  padding: 16px 24px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.48px;
}

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

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

.btn-block + .btn-block {
  margin-top: 16px;
}

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 16px 0;
  margin: 0.125rem 0 0;
  font-size: 24px;
  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: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item-text {
  display: block;
  padding: 8px 32px;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 32px;
  padding-left: 32px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 24px;
}

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

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

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

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

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

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

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

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

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

.custom-control-label::after {
  position: absolute;
  top: 8px;
  left: -32px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-moz-range-track {
  width: 100%;
  height: 16px;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 16px 24px;
}

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

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
  border-radius: 8px;
}

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

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

.nav-justified > .nav-link,
.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: 16px 24px;
}

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 24px;
  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: 16px;
  padding-bottom: 16px;
}

.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: 8px 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 16px;
  padding-left: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

.card-header:first-child {
  border-radius: calc(8px - 1px) calc(8px - 1px) 0 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(8px - 1px) calc(8px - 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;
  border-radius: calc(8px - 1px);
}

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

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

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

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

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

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

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

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

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

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 16px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 16px;
  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: 8px;
}

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

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

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

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

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

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

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

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

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

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

.pagination-sm .page-link {
  padding: 8px 16px;
  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: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jumbotron {
  padding: 2rem 24px;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.48px;
}

@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: 24px;
  border: 1px solid transparent;
  border-radius: 8px;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  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: 24px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 24px 0;
  }
  to {
    background-position: 0 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-success {
  color: #fff;
  background: linear-gradient(90deg, #8D36FD 0%, #9554E9 100%);
}

.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: #fff;
  background: linear-gradient(90deg, #F16618 0%, #FF8A00 100%);
}

.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: #fff;
  background: linear-gradient(90deg, #FFA800 0%, #FF8A00 100%);
}

.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: #5A5A5A;
  background: #fdfdfe;
  border: 1px solid #5A5A5A;
}

.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: #fff;
  background: linear-gradient(90deg, #281512 0%, #400900 100%);
}

.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: 32px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

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

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

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

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

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 8px;
}

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

.toast.showing {
  opacity: 1;
}

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

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-header .close {
  padding: 24px 24px;
  margin: -24px -24px -24px auto;
}

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

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

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

.modal-footer > * {
  margin: 8px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px 16px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.48px;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  margin: 0 0.48px;
}

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

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-16px - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 16px 16px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 16px 16px 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 16px;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-16px - 1px);
  width: 16px;
  height: 24px;
  margin: 0.48px 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 16px 16px 16px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 16px 16px 16px 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 16px;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-16px - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 16px 16px 16px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 16px 16px 16px;
  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: 24px;
  margin-left: -16px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 16px;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-16px - 1px);
  width: 16px;
  height: 24px;
  margin: 0.48px 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 16px 0 16px 16px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 16px 0 16px 16px;
  border-left-color: #fff;
}

.popover-header {
  padding: 16px 0.75rem;
  margin-bottom: 0;
  font-size: 24px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.48px - 1px);
  border-top-right-radius: calc(0.48px - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 16px 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

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

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

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

.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 24px;
  height: 24px;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 24px;
  height: 24px;
}

.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 #ECECEC !important;
}

.border-top {
  border-top: 1px solid #ECECEC !important;
}

.border-right {
  border-right: 1px solid #ECECEC !important;
}

.border-bottom {
  border-bottom: 1px solid #ECECEC !important;
}

.border-left {
  border-left: 1px solid #ECECEC !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

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

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

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

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

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

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

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

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 8px !important;
}

.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-left {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-lg {
  border-radius: 0.48px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 8px rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

.m-1 {
  margin: 8px !important;
}

.mt-1,
.my-1 {
  margin-top: 8px !important;
}

.mr-1,
.mx-1 {
  margin-right: 8px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 8px !important;
}

.ml-1,
.mx-1 {
  margin-left: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.mt-2,
.my-2 {
  margin-top: 16px !important;
}

.mr-2,
.mx-2 {
  margin-right: 16px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 16px !important;
}

.ml-2,
.mx-2 {
  margin-left: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.mt-3,
.my-3 {
  margin-top: 24px !important;
}

.mr-3,
.mx-3 {
  margin-right: 24px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 24px !important;
}

.ml-3,
.mx-3 {
  margin-left: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.mt-4,
.my-4 {
  margin-top: 32px !important;
}

.mr-4,
.mx-4 {
  margin-right: 32px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 32px !important;
}

.ml-4,
.mx-4 {
  margin-left: 32px !important;
}

.m-5 {
  margin: 48px !important;
}

.mt-5,
.my-5 {
  margin-top: 48px !important;
}

.mr-5,
.mx-5 {
  margin-right: 48px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 48px !important;
}

.ml-5,
.mx-5 {
  margin-left: 48px !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: 8px !important;
}

.pt-1,
.py-1 {
  padding-top: 8px !important;
}

.pr-1,
.px-1 {
  padding-right: 8px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 8px !important;
}

.pl-1,
.px-1 {
  padding-left: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.pt-2,
.py-2 {
  padding-top: 16px !important;
}

.pr-2,
.px-2 {
  padding-right: 16px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 16px !important;
}

.pl-2,
.px-2 {
  padding-left: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.pt-3,
.py-3 {
  padding-top: 24px !important;
}

.pr-3,
.px-3 {
  padding-right: 24px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 24px !important;
}

.pl-3,
.px-3 {
  padding-left: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.pt-4,
.py-4 {
  padding-top: 32px !important;
}

.pr-4,
.px-4 {
  padding-right: 32px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 32px !important;
}

.pl-4,
.px-4 {
  padding-left: 32px !important;
}

.p-5 {
  padding: 48px !important;
}

.pt-5,
.py-5 {
  padding-top: 48px !important;
}

.pr-5,
.px-5 {
  padding-right: 48px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 48px !important;
}

.pl-5,
.px-5 {
  padding-left: 48px !important;
}

.m-n1 {
  margin: -8px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -8px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -8px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -8px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -8px !important;
}

.m-n2 {
  margin: -16px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -16px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -16px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -16px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -16px !important;
}

.m-n3 {
  margin: -24px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -24px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -24px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -24px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -24px !important;
}

.m-n4 {
  margin: -32px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -32px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -32px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -32px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -32px !important;
}

.m-n5 {
  margin: -48px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -48px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -48px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -48px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -48px !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: 8px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 8px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 8px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 8px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 8px !important;
  }
  .m-sm-2 {
    margin: 16px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 16px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 16px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 16px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 16px !important;
  }
  .m-sm-3 {
    margin: 24px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 24px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 24px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 24px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 24px !important;
  }
  .m-sm-4 {
    margin: 32px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 32px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 32px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 32px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 32px !important;
  }
  .m-sm-5 {
    margin: 48px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 48px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 48px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 48px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 48px !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: 8px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 8px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 8px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 8px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 8px !important;
  }
  .p-sm-2 {
    padding: 16px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 16px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 16px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 16px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 16px !important;
  }
  .p-sm-3 {
    padding: 24px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 24px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 24px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 24px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 24px !important;
  }
  .p-sm-4 {
    padding: 32px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 32px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 32px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 32px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 32px !important;
  }
  .p-sm-5 {
    padding: 48px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 48px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 48px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 48px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 48px !important;
  }
  .m-sm-n1 {
    margin: -8px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -8px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -8px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -8px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -8px !important;
  }
  .m-sm-n2 {
    margin: -16px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -16px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -16px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -16px !important;
  }
  .m-sm-n3 {
    margin: -24px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -24px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -24px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -24px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -24px !important;
  }
  .m-sm-n4 {
    margin: -32px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -32px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -32px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -32px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -32px !important;
  }
  .m-sm-n5 {
    margin: -48px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -48px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -48px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -48px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -48px !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: 8px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 8px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 8px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 8px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 8px !important;
  }
  .m-md-2 {
    margin: 16px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 16px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 16px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 16px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 16px !important;
  }
  .m-md-3 {
    margin: 24px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 24px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 24px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 24px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 24px !important;
  }
  .m-md-4 {
    margin: 32px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 32px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 32px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 32px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 32px !important;
  }
  .m-md-5 {
    margin: 48px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 48px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 48px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 48px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 48px !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: 8px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 8px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 8px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 8px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 8px !important;
  }
  .p-md-2 {
    padding: 16px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 16px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 16px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 16px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 16px !important;
  }
  .p-md-3 {
    padding: 24px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 24px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 24px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 24px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 24px !important;
  }
  .p-md-4 {
    padding: 32px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 32px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 32px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 32px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 32px !important;
  }
  .p-md-5 {
    padding: 48px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 48px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 48px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 48px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 48px !important;
  }
  .m-md-n1 {
    margin: -8px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -8px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -8px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -8px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -8px !important;
  }
  .m-md-n2 {
    margin: -16px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -16px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -16px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -16px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -16px !important;
  }
  .m-md-n3 {
    margin: -24px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -24px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -24px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -24px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -24px !important;
  }
  .m-md-n4 {
    margin: -32px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -32px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -32px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -32px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -32px !important;
  }
  .m-md-n5 {
    margin: -48px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -48px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -48px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -48px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -48px !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: 8px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 8px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 8px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 8px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 8px !important;
  }
  .m-lg-2 {
    margin: 16px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 16px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 16px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 16px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 16px !important;
  }
  .m-lg-3 {
    margin: 24px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 24px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 24px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 24px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 24px !important;
  }
  .m-lg-4 {
    margin: 32px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 32px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 32px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 32px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 32px !important;
  }
  .m-lg-5 {
    margin: 48px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 48px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 48px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 48px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 48px !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: 8px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 8px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 8px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 8px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 8px !important;
  }
  .p-lg-2 {
    padding: 16px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 16px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 16px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 16px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 16px !important;
  }
  .p-lg-3 {
    padding: 24px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 24px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 24px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 24px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 24px !important;
  }
  .p-lg-4 {
    padding: 32px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 32px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 32px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 32px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 32px !important;
  }
  .p-lg-5 {
    padding: 48px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 48px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 48px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 48px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 48px !important;
  }
  .m-lg-n1 {
    margin: -8px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -8px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -8px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -8px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -8px !important;
  }
  .m-lg-n2 {
    margin: -16px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -16px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -16px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -16px !important;
  }
  .m-lg-n3 {
    margin: -24px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -24px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -24px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -24px !important;
  }
  .m-lg-n4 {
    margin: -32px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -32px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -32px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -32px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -32px !important;
  }
  .m-lg-n5 {
    margin: -48px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -48px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -48px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -48px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -48px !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: 8px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 8px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 8px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 8px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 8px !important;
  }
  .m-xl-2 {
    margin: 16px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 16px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 16px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 16px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 16px !important;
  }
  .m-xl-3 {
    margin: 24px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 24px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 24px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 24px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 24px !important;
  }
  .m-xl-4 {
    margin: 32px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 32px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 32px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 32px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 32px !important;
  }
  .m-xl-5 {
    margin: 48px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 48px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 48px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 48px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 48px !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: 8px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 8px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 8px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 8px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 8px !important;
  }
  .p-xl-2 {
    padding: 16px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 16px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 16px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 16px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 16px !important;
  }
  .p-xl-3 {
    padding: 24px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 24px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 24px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 24px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 24px !important;
  }
  .p-xl-4 {
    padding: 32px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 32px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 32px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 32px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 32px !important;
  }
  .p-xl-5 {
    padding: 48px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 48px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 48px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 48px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 48px !important;
  }
  .m-xl-n1 {
    margin: -8px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -8px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -8px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -8px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -8px !important;
  }
  .m-xl-n2 {
    margin: -16px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -16px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -16px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -16px !important;
  }
  .m-xl-n3 {
    margin: -24px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -24px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -24px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -24px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -24px !important;
  }
  .m-xl-n4 {
    margin: -32px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -32px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -32px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -32px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -32px !important;
  }
  .m-xl-n5 {
    margin: -48px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -48px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -48px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -48px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -48px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

.text-justify {
  text-align: justify !important;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* End */


/* Start:/tools/css/animate.css?160457394177907*/
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/* End */


/* Start:/tools/iexMenu/iexMenu.css?1604573941134*/
.iexmenu-cloned,
.iexmenu-hidden{
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}


/* End */


/* Start:/tools/iexForm/iexform.css?175448182818047*/
/* cyrillic */
/*
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu'), url(/tools/iexForm/fonts/Ubuntu-cyr.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 */
/* latin */
/*
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu'), url(/tools/iexForm/fonts/Ubuntu-lat.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
 */
/* cyrillic */
/*
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(/tools/iexForm/fonts/Ubuntu-Bold-cyr.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 */
/* latin */
/*
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(/tools/iexForm/fonts/Ubuntu-Bold-lat.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
*/

/* b-pform-ico */

.b-pform-ico{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    line-height: 0;
}


/* b-pform */

.b-pform__input, .b-pform__ico, .b-pform__star, .b-pform__button, .b-pform__confirmed-ico {
    display: inline-block;
    vertical-align: top;
}

.b-pform__popup, .b-pform__wrap, .b-pform__inner, .b-pform__title, .b-pform__item, .b-pform__label, .b-pform__optlabel, .b-pform__input, .b-pform__options, .b-pform__optlabel, .b-pform__legend, .b-pform__errtext, .b-pform__bt, .b-pform__success, .b-pform__confirmed, .b-pform__input_file, .b-pform__input_file, .b-pform__filebutton, .b-pform__fileplus, .b-pform__thanks, .b-pform__fail, .b-pform-tooltip{
    /*
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #666;
    */

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    /* отключает стили Safari на iOS (чтобы работало box-shadow) */
    -webkit-appearance: none;
}

.b-pform{
}

.b-pform_multistep{ /* добавляется автоматически к врапперам многошаговых */
}

.b-pform_for_dark_bg{}

.b-pform form{
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.b-pform__wrap{
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 20px;
}

.iexmodal .b-pform__wrap{
    border: none;
    padding: 0;
}

.b-pform__inner {
    position: relative;
}

.b-pform__title {
    position: relative;
    color: #555;
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.iexmodal .b-pform__title {
    padding-right: 37px;
}

.b-pform_multistep .b-pform__title{
    margin-bottom: 20px;
}

.b-pform__fail{
    color: red;
    margin-bottom: 13px;
    margin-top: -10px;
}

.b-pform__item {
    position: relative;
    padding: 0 0 20px;
}

.b-pform__label {
    display: block;
    margin-bottom: 7px;
}

.b-pform__optlabel{
    display: block;
    position: relative;
    font-weight: normal;
    padding-left: 19px;
    margin-bottom: 7px;
}

.b-pform__optlabel_single{
    display: inline-block;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 3px;
    border-radius: 3px;
    padding-right: 5px;
}

.b-pform__optlabel_policy{
    font-size: 14px;
    margin-right: -5px;
}

.b-pform_for_dark_bg .b-pform__optlabel_policy{
    color: #fff;
}

.b-pform__optlabel_remember{
    margin-right: -5px;
}

.b-pform__options .b-pform__optlabel:last-child{
    margin-bottom: 0;
}

.b-pform__options input{
    position: absolute;
    left: 0;
    top: 2px;
}

.b-pform__optlabel_single input{
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -2px;
}

.b-pform__input,
.b-pform__options{
    padding: 0 30px 0 9px;
    border-radius: 3px;
    background: #fbfbfb;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.b-pform__input{
    height: 37px;
    width: 100%;
}

.b-pform__input::placeholder,
.b-pform__input::-webkit-input-placeholder{
    opacity: 0.6;
}

.b-pform__options{
    padding: 9px 15px 12px 10px;
    line-height: 16px;
}

.b-pform__input:focus {
    box-shadow: 0 0 0 2px #009640;
    outline: 0 none;
}

.iexform-has-error{
    box-shadow: 0 0 0 2px red !important;
}

textarea.b-pform__input {
    height: 140px;
    padding-top: 6px;
    padding-bottom: 6px;
    resize: vertical;
}

.b-pform__star {
    background: #ffb746;
    border-radius: 12px;
    height: 6px;
    width: 6px;
}

.b-pform__item .b-pform__star{
    position: absolute;
    top: 42px;
    right: -12px;
}

.b-pform__legend .b-pform__star{
    vertical-align: middle;
    margin-right: 7px;
}

.b-pform__legend{
    font-size: 14px;
}

.b-pform__errtext {
    color: red;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.b-pform__buttons{
    position: relative;
    margin: 0 0 15px;
}

.b-pform_multistep .b-pform__buttons{
    display: flex;
}
.b-pform__btcol{}
.b-pform__btcol:nth-child(1),
.b-pform__btcol:nth-child(3){
    flex-grow: 0;   /* не растягивать, ширина будет определяться контентом или flex-basis */
}
.b-pform__btcol:nth-child(2){
    text-align: center;
    flex-grow: 1;   /* растягивать, занимает все оставшееся пространство */
    display: flex;
    align-items: center; /* по вертикали */
    justify-content: center; /* по горизонтали */
}

.b-pform__bt {
    position: relative;

    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    height: 47px;
    line-height: 44px;
    cursor: pointer;

    box-sizing: content-box;
    padding: 0;
    width: 145px;

    outline: 0 none;
    transition: box-shadow 0.1s;
    transition: -webkit-box-shadow 0.1s;
}

.iexmodal .b-pform_multistep .b-pform__bt {
    width: auto;
}

.b-pform__bt .b-pform-ico{
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.b-pform__bt_prev .b-pform-ico{
    left: 50%;
    margin-left: -14px;
}
.b-pform__bt_next .b-pform-ico{
    right: 9px;
}

.b-pform__bt_submit,
.b-pform__bt_next{
    font-weight: bold;
    text-transform: uppercase;
    background: #66cc33;
    border-color: #66cc33;
    color: #fff;
    padding: 0 4px;
}

.b-pform__bt_submit:hover,
.b-pform__bt_next:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.b-pform__bt_close,
.b-pform__bt_prev{
    background: #fff;
    border-color: #ccc;
    color: #7f7f7f;
}

.b-pform__authlinks{
    height: 47px;
    line-height: 24px;
}

.b-pform__authlinks a,
.b-pform__authlinks a:hover,
.b-pform__authlinks a:visited{
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.b-pform__authlinks a:hover{
    text-decoration: underline;
}

.b-pform__bt_close,
.b-pform__authlinks{
    position: absolute;
    top: 0;
    right: 0;
}

.b-pform__bt_prev,
.b-pform__bt_next{
    padding: 0 27px;
    width: auto;
}

.b-pform__bt_prev{
    text-transform: uppercase;
}
.b-pform__bt_next{
    padding-right: 42px;
}

.b-pform__bt_close:hover,
.b-pform__bt_prev:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.b-pform__bt_file{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    width: auto !important;
    color: #fff;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 47px;
}

.iexform-after-success{
    align-items: center;
    justify-content: center;
}

.iexform-before-success,
.iexform-after-success{
    display: none;
}

.iexform-before-success.active{
    display: block;
}

.iexform-after-success.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-pform__confirmed {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding: 30px 0;
}

.b-pform_for_dark_bg .b-pform__confirmed{
    color: #fff;
}

.b-pform__confirmed-ico {
    background: url(/tools/iexForm/img/confirmed.png) no-repeat;
    width: 114px;
    height: 114px;
    margin-bottom: 25px;
}

.b-pform__thanks {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #555;
    margin-bottom: 7px;
}

.b-pform_for_dark_bg .b-pform__thanks{
    color: #fff;
}

.b-pform__hintwrap {
    position: relative;
}

.b-pform__item_file .b-pform__hintwrap + .b-pform__hintwrap{
    margin-top: 5px;
}

.b-pform__hint-ico{
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 20;
    font-size: 22px;
    line-height: 0;
    color: #b3b3b3;
}

.b-pform__item_file .b-pform__hint-ico{
    right: 77px;
}

.b-pform__hint{
    /* реализуется на tooltip.js */
}

.b-pform__plusbt{
    display: block;
    margin-top: 5px;
    color: #666 !important;
    text-decoration: underline;
    outline: none !important;
}

.iexform-updating{
    position:relative;
}

.iexform-updating:after{
    content: "";
    position: absolute;
    background: url("/tools/iexForm/img/spinner.gif") no-repeat scroll center center transparent;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.b-pform__filepreview{
    --fileItemWidth: 124px;
    --fileNameHeight: 23px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.b-pform__filepreview .__item{
    position: relative;
    overflow: hidden;
    height: 70px;
    width: var(--fileItemWidth);
    text-align: center;
    color: #fff;
    background-color: #b3b3b3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: box-shadow 0.4s;

    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.b-pform__filepreview .__name,
.b-pform__filepreview .__del{
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 0.4s;
}

.b-pform__filepreview .__name{
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 6px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 100%);
    font-size: 12px;
    line-height: var(--fileNameHeight);
    height: var(--fileNameHeight);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.b-pform__filepreview .__del{
    cursor: pointer;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    font-size: 8px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.6);
}

.b-pform__filepreview .__item:hover .__del,
.b-pform__filepreview .__item:hover .__name{
    opacity: 1;
}

.b-pform__filepreview .__del,
.b-pform__filepreview .__ext{
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-pform__filepreview .__ext{
    height: calc(100% - var(--fileNameHeight)/2);
}

.b-pform__filewrap{
    display: none;
    position: relative;
    z-index: 1;
}

.b-pform__filewrap + .b-pform__filewrap{
    margin-top: 5px;
}

.b-pform__filewrap .iexform-error-message{
    margin-left: 1px;
    margin-top: -20px;
}

.b-pform__input_file{
    position: relative;
    z-index: 0;
    padding-right: 72px;
}

.b-pform__filebutton{
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0 10px;
    border: none;
    color: #fff;
    background-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
}

.b-pform__filewrap .b-pform__filebutton{
    bottom: auto;
    top: 0;
}

.b-pform__filereal{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.b-pform__step{
    display: none;
}
.b-pform__step_curr{
    display: block;
}

.b-pform__steptitle{
    display: inline-block;
    text-align: right;
    margin-bottom: 24px;
    font-weight: bold;
    background-color: #b3b3b3;
    padding: 5px 10px 6px 20px;
    color: #fff;
    margin-left: -20px;
}

.b-pform__stepbulls{}
.b-pform__stepbulls i{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.b-pform__stepbulls i + i{
    margin-left: 5px;
}
.b-pform__stepbulls i.curr{
    background: #b3b3b3;
}

.b-pform__policy,
.b-pform__policy:hover,
.b-pform__policy:visited {
    color: #555 !important;
}
.b-pform__policy,
.b-pform__policy:visited {
    text-decoration: underline !important;
}
.b-pform__policy:hover {
    text-decoration: none !important;
}

.b-pform_for_dark_bg .b-pform__policy,
.b-pform_for_dark_bg .b-pform__policy:hover,
.b-pform_for_dark_bg .b-pform__policy:visited{
    color: #fff !important;
}

/* b-pform-tooltip */

.b-pform-tooltip {
    max-width: 100%;
    padding: 2px 8px 3px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    border-radius: 4px;
}

.b-pform-tooltip-arrow,
.b-pform-tooltip-arrow::before {
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: -1;
}

.b-pform-tooltip-arrow::before {
    content: "";
    transform: rotate(45deg);
    left: -3px;
}

.b-pform-tooltip,
.b-pform-tooltip-arrow::before{
    background-color:  #a2a1a1;
}

.b-pform-tooltip.error,
.b-pform-tooltip.error .b-pform-tooltip-arrow::before {
    background-color: red;
}

.b-pform-tooltip[data-popper-placement^="top"] .b-pform-tooltip-arrow {
    bottom: -3px;
}

.b-pform-tooltip[data-popper-placement^="right"] .b-pform-tooltip-arrow {
    left: 0;
}

.b-pform-tooltip[data-popper-placement^="bottom"] .b-pform-tooltip-arrow {
    top: -3px;
}

.b-pform-tooltip[data-popper-placement^="left"] .b-pform-tooltip-arrow {
    right: -6px;
}

.b-pform-tooltip.error.common {
    margin: 0;
    padding: 4px 10px;
    border: none;
}
.b-pform-tooltip.error.common .b-pform-tooltip-arrow {
    display: none;
}


/* b-pform-panel */

.b-pform-panel,
.b-pform-panel *,
.b-pform-panel *::after,
.b-pform-panel *::before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    color: #555555;
}

.b-pform-panel_white_icons *,
.b-pform-panel_white_icons *::after,
.b-pform-panel_white_icons *::before{
    color: #fff;
}

.b-pform-panel{
    position: fixed;
    z-index: 999990;
    right: 0;
    top: 50%;
    /*width: 272px; не фиксиуруем ширину */
    opacity: 0.9;
}

.b-pform-panel_hidden{
}

.b-pform-panel_r{
    right: 0;
    left: auto;
}

.b-pform-panel_l{
    left: 0;
    right: auto;
}

.b-pform-panel__menu{}

@media (min-width: 768px) {
    .b-pform-panel_hidden .b-pform-panel__menu{
        transform: translateX(-58px);
    }
}

.b-pform-panel__option{
    display: block;
    position: relative;
    border-style: solid;
    border-color: #ec673c;
    border-width: 1px 0 0 1px;
    background-color: #d85328;
    font-size: 14px;
    line-height: 17px;
    padding: 23px 20px 22px 58px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

.b-pform-panel__option:hover{
    background-color: #ec673c;
    color: #555555;
}

.b-pform-panel_white_icons .b-pform-panel__option:hover{
    color: #fff;
}

.b-pform-panel__option:first-child {
    border-top-left-radius: 13px;
}

.b-pform-panel__option:last-child {
    border-bottom-left-radius: 13px;
    border-bottom-width: 1px;
}

.b-pform-panel__option .b-pform-ico{
    position: absolute;
    font-size: 24px;
    top: 50%;
    margin-top: -12px;
    left: 20px;
}

.b-pform-panel_hidden .b-pform-panel__option .b-pform-ico {
    left: 17px;
}

.b-pform-panel__hide,
.b-pform-panel__show{
    display: block;
    position: relative;
    box-sizing: border-box;

    height: 28px;
    line-height: 26px;

    font-size: 15px;
    font-weight: 400;
    text-decoration: none;

    border-style: solid;
    border-color: #ec673c;
    border-width: 0 0 1px 1px;
    border-bottom-left-radius: 10px;
    background-color: #d85328;
    outline: none;

    padding: 0 10px 0 24px;
    margin-top: -1px;
}

.b-pform-panel__hide:hover,
.b-pform-panel__show:hover{
    background-color: #ec673c;
    color: #555555;
}

.b-pform-panel_white_icons .b-pform-panel__hide:hover,
.b-pform-panel_white_icons .b-pform-panel__show:hover{
    color: #fff;
}

.b-pform-panel__hide{
    float: right;
}

.b-pform-panel__show{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
}

@media (max-width: 767px) {
    .b-pform-panel__show{
        border-top-left-radius: 10px;
    }
}

.b-pform-panel_hidden .b-pform-panel__show{
    display: block;
    padding-right: 4px;
}

.b-pform-panel__show .b-pform-ico,
.b-pform-panel__hide .b-pform-ico{
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -11px;
    font-size: 20px;
}


/* responsive */

@media (max-width: 490px) {
    .iexmodal .b-pform_multistep .b-pform__buttons{
        text-align: center;
    }
    .b-pform_multistep .b-pform__bt,
    .iexmodal .b-pform_multistep .b-pform__bt{
        width: auto;
        padding: 0 17px;
    }
    .b-pform_multistep .b-pform__bt_next,
    .iexmodal .b-pform_multistep .b-pform__bt_next {
        padding-right: 35px;
    }
    .b-pform_multistep .b-pform__bt_next .b-pform-ico {
        right: 6px;
    }
}

@media (max-width: 420px) {
    .b-pform__bt{
        box-sizing: border-box;
    }
    .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .iexmodal .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .b-pform__authlinks{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .b-pform__bt_submit,
    .iexmodal .b-pform__bt_submit{
        margin-bottom: 15px;
    }
    .b-pform__bt_close,
    .b-pform__authlinks{
        position: static;
    }
}

/* End */


/* Start:/tools/iexModal/iexModal.css?162912645340*/
.iexmodal-content{
    display: none;
}

/* End */


/* Start:/tools/iexModal/iexModalNonCritical.css?162798283919646*/
/**
 * iexModal
 */

.iexmodal{
    display: none;
    position: fixed;
    z-index: 9990;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.iexmodal-opened{
    overflow: hidden;
}

.iexmodal-outerscroll.iexmodal{
    overflow-y: auto;
}

.iexmodal-alert.iexmodal{
    right: auto;
    bottom: auto;
    overflow: visible;
}

.iexmodal-spinner {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-loading .iexmodal-spinner{
    display: block;
    opacity: 1;
}

.iexmodal-spinner::after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: rotateSpinner 1.2s linear infinite;
    animation: rotateSpinner 1.2s linear infinite;
}

@keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.iexmodal-popup {
    position: fixed;
    opacity: 0;
    z-index: 9991;
    /*
    width: задается в JS, по-молчанию 450px;
    height: задается в JS, по-молчанию равен высоте контента (плюс вертикальные паддинги), оставаясь в пределах высоты окна
    */
    left: 50%;
    top: 50%;
    border-radius: 3px;
    background-color: #fff;
    transition: height 1s ease 0s;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    -webkit-appearance: none; /* отключает стили Safari на iOS (чтобы работало box-shadow) */
}

.iexmodal-outerscroll .iexmodal-popup{
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

.iexmodal-alert .iexmodal-popup{
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    transition: none;
    -webkit-box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
}

.iexmodal-fullscreen .iexmodal-popup{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-outerscroll.iexmodal-fullscreen .iexmodal-popup{
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    min-height: 100%;
}

.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
    bottom: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-y .iexmodal-popup{
    top: auto;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
    right: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-x .iexmodal-popup{
    left: auto;
    right: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.iexmodal-top .iexmodal-popup{
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    border-radius: 0 0 3px 3px;
}

.iexmodal-top.iexmodal-overflow-y .iexmodal-popup{
    bottom: 10px;
}

.iexmodal-right .iexmodal-popup{
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    border-radius: 3px 0 0 3px;
}

.iexmodal-right.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
}

.iexmodal-bottom .iexmodal-popup{
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.iexmodal-bottom.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
}

.iexmodal-left .iexmodal-popup{
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    border-radius: 0 3px 3px 0;
}

.iexmodal-left.iexmodal-overflow-x .iexmodal-popup{
    right: 10px;
}

.iexmodal-fullscreen .iexmodal-popup,
.iexmodal-top .iexmodal-popup,
.iexmodal-right .iexmodal-popup,
.iexmodal-bottom .iexmodal-popup,
.iexmodal-left .iexmodal-popup {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-inner {
    position: relative;
    z-index: 9992;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    cursor: default;
    height: 100%;
}

/* нужно чтобы за границу блока iexmodal-inner-wrap не вылазили margin-top у первого дочернего элемента и margin-bottom у последнего дочернего элемента */
.iexmodal-inner-wrap::before,
.iexmodal-inner-wrap::after{
    content: "";
    display: block;
    height: 1px;
}

.iexmodal-icon{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke: currentColor;
    fill: currentColor;
}

.iexmodal-close-outer,
.iexmodal-close-inner{
    position: absolute;
    padding: 18px;
    stroke-linecap: round;
    cursor: pointer;
}

.iexmodal-close-outer{
    right: 0;
    top: 0;
    font-size: 26px;
    stroke-width: 2.3px;
    color: #fff;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-right .iexmodal-close-outer{
    right: auto;
    left: 0;
}

.iexmodal-loading .iexmodal-close-outer{
    opacity: 1;
}

.iexmodal-close-inner{
    z-index: 9993;
    right: -5px;
    top: -5px;
    font-size: 18px;
    stroke-width: 3px;
    color: #000;
}

.iexmodal-right .iexmodal-close-inner{
    right: auto;
    left: -5px;
}

.iexmodal-close-outer .iexmodal-icon,
.iexmodal-close-inner .iexmodal-icon{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: center center;
}

.iexmodal-close-inner .iexmodal-icon{
    opacity: 0.6;
}

.iexmodal-close-outer:hover .iexmodal-icon,
.iexmodal-close-inner:hover .iexmodal-icon{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.iexmodal-close-inner:hover .iexmodal-icon{
    opacity: 0.8;
}

.iexmodal-debug-wrap{
    word-wrap: break-word;
}

.iexmodal-debug-code{
    max-height: 150px;
    min-height: 60px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #e8e8e8;
    padding: 5px 6px;
    font-family: monospace;
    font-size: 13px;
    line-height: 16px;
    resize: vertical;
}

.iexmodal-debug-panel{
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #fff;
    white-space: pre;
    font-family: monospace;
    overflow: scroll;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
    font-size: 12px;
    line-height: 14px;
    padding: 0 6px 6px;
}

@media (min-width: 500px) {
    .iexmodal-debug-panel{
        width: 60%;
    }
}

@media (min-width: 1000px) {
    .iexmodal-debug-panel{
        width: 40%;
    }
}

.iexmodal-animate{
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    opacity: 1;
}

@-webkit-keyframes iexmodal-animate-wrap-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes iexmodal-animate-wrap-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.iexmodal-animate-wrap-in {
    -webkit-animation-name: iexmodal-animate-wrap-in;
    animation-name: iexmodal-animate-wrap-in;
}

@-webkit-keyframes iexmodal-animate-wrap-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes iexmodal-animate-wrap-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.iexmodal-animate-wrap-out {
    -webkit-animation-name: iexmodal-animate-wrap-out;
    animation-name: iexmodal-animate-wrap-out;
}

@-webkit-keyframes iexmodal-animate-default-in {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-default-in {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-default-in {
    -webkit-animation-name: iexmodal-animate-default-in;
    animation-name: iexmodal-animate-default-in;
}

@-webkit-keyframes iexmodal-animate-default-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }
}

@keyframes iexmodal-animate-default-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }
}

.iexmodal-animate-default-out {
    -webkit-animation-name: iexmodal-animate-default-out;
    animation-name: iexmodal-animate-default-out;
}

@-webkit-keyframes iexmodal-animate-fullscreen-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes iexmodal-animate-fullscreen-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.iexmodal-animate-fullscreen-in {
    -webkit-animation-name: iexmodal-animate-fullscreen-in;
    animation-name: iexmodal-animate-fullscreen-in;
}

@-webkit-keyframes iexmodal-animate-fullscreen-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes iexmodal-animate-fullscreen-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.iexmodal-animate-fullscreen-out {
    -webkit-animation-name: iexmodal-animate-fullscreen-out;
    animation-name: iexmodal-animate-fullscreen-out;
}

@-webkit-keyframes iexmodal-animate-alert-in {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    70% {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-alert-in {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    70% {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-alert-in {
    -webkit-animation-name: iexmodal-animate-alert-in;
    animation-name: iexmodal-animate-alert-in;
}


@-webkit-keyframes iexmodal-animate-alert-out {
    0% {
    }

    30% {
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes iexmodal-animate-alert-out {
    0% {
    }

    30% {
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.iexmodal-animate-alert-out {
    -webkit-animation-name: iexmodal-animate-alert-out;
    animation-name: iexmodal-animate-alert-out;
}

@-webkit-keyframes iexmodal-animate-top-in {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-top-in {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-top-in {
    -webkit-animation-name: iexmodal-animate-top-in;
    animation-name: iexmodal-animate-top-in;
}

@-webkit-keyframes iexmodal-animate-top-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes iexmodal-animate-top-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.iexmodal-animate-top-out {
    -webkit-animation-name: iexmodal-animate-top-out;
    animation-name: iexmodal-animate-top-out;
}


@-webkit-keyframes iexmodal-animate-bottom-in {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-bottom-in {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-bottom-in {
    -webkit-animation-name: iexmodal-animate-bottom-in;
    animation-name: iexmodal-animate-bottom-in;
}


@-webkit-keyframes iexmodal-animate-bottom-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes iexmodal-animate-bottom-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.iexmodal-animate-bottom-out {
    -webkit-animation-name: iexmodal-animate-bottom-out;
    animation-name: iexmodal-animate-bottom-out;
}

@-webkit-keyframes iexmodal-animate-right-in {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-right-in {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-right-in {
    -webkit-animation-name: iexmodal-animate-right-in;
    animation-name: iexmodal-animate-right-in;
}

@-webkit-keyframes iexmodal-animate-right-out {
    from {
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes iexmodal-animate-right-out {
    from {
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.iexmodal-animate-right-out {
    -webkit-animation-name: iexmodal-animate-right-out;
    animation-name: iexmodal-animate-right-out;
}

@-webkit-keyframes iexmodal-animate-left-in {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-left-in {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-left-in {
    -webkit-animation-name: iexmodal-animate-left-in;
    animation-name: iexmodal-animate-left-in;
}

@-webkit-keyframes iexmodal-animate-left-out {
    from {
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes iexmodal-animate-left-out {
    from {
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.iexmodal-animate-left-out {
    -webkit-animation-name: iexmodal-animate-left-out;
    animation-name: iexmodal-animate-left-out;
}

/*
 * END: iexModal
 */

/*
 * perfect-scrollbar.js
 */
/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
/*
 * END: perfect-scrollbar.js
 */

/*
 * iexModal fixes for perfect-scrollbar.js
 */
.ps .ps__rail-x{
    display: none !important;
}
.ps .ps__rail-y{
    opacity: 0.4 !important;
    background-color: #ddd;
    width: 8px;
    transition: width .2s linear, background-color .2s linear;
    -webkit-transition: width .2s linear, background-color .2s linear;
}
.ps .ps__thumb-y{
    background-color: #000;
    width: auto;
    left: 2px;
    right: 2px;
}
.ps .ps__rail-y:hover{
    width: 12px;
    background-color: #ddd;
}
.ps .ps__rail-y:hover > .ps__thumb-y{
    background-color: #000;
    left: 2px;
    right: 2px;
    width: auto;
}
/*
 * END: iexModal fixes for perfect-scrollbar.js
 */

/* End */


/* Start:/tools/swiper/swiper-bundle.min.css?165780696816466*/
/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/tools/nouislider/nouislider.min.css?16052522644294*/
/*! nouislider - 14.6.2 - 9/16/2020 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
/* End */


/* Start:/tools/css/slider.css?17410916556690*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide{
    outline: none;
}

.b-slider-one{
    margin-bottom: 16px;
}

.b-slider-preemjk .swiper-slide {
    height: auto;
}

.b-slider-preemjk {
    padding-right: 70px;
}

.b-slider-one .b-list-house-item{
}

.b-house-sl .swiper-slide-next {
    opacity: 0 !important;
}

.news-slider-pag {
    bottom: 30px !important;
}

.news-slider-pag .swiper-pagination-bullet-active {
    background: #009640;
}

.news-slider-pag .swiper-pagination-bullets {

    width: 10px !important;
    height: 10px !important;
}

@media (min-width: 768px) {
    .b-slider-one .swiper-wrapper{
        display: block;
    }
}

@media (max-width: 575px) {
    .b-slider-one{
        margin-left: -16px;
        margin-right: -16px;
    }
    .b-slider-one .b-list-house-item{
        margin: 0;
    }
    .b-steps__text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;

    }
    .b-steps__name {

    }
    .b-steps__text-wrap {
        height: 133px;
        overflow: hidden;
    }
    .js-slider-news {
        padding-bottom: 60px !important;
    }

}

.b-slider-one-gaps{

}
.b-slider-one-gaps .swiper-wrapper{
}

.b-swiper-arrow {
    width: auto;
    display: inline-block;
    height: auto;
    top: 0;
    margin-top: 0;
    position: relative;
}

.b-swiper-arrow.swiper-button-disabled {
    visibility: hidden;
}

.b-swiper-arrow.right {
    transform: rotate(180deg);
}

.b-arrow-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    z-index: 999;
}

.b-places {
    overflow: hidden;
}

.b-places .swiper-slide {
    width: auto;
}

.b-places .swiper-container {
    overflow: visible;
}

.b-flatprops-vertical-scroll{
    height: 17px;
}

.b-slider-preem .swiper-slide {
    width: auto;
    height: auto;
}

.b-swiper-navigation {
    position: absolute;
    bottom: 0;
    z-index: 5;
}

.b-swiper-arrow {
    margin-right: 16px;
    cursor: pointer;
}

.b-swiper-arrow:last-child {
    margin-right: 0;
}

.b-swiper-arrow:focus {
    outline: none;
}

.b-swiper-arrow img {
    transition: all .3s ease-out;
    opacity: 0.7;
    pointer-events: all;
}

.b-swiper-arrow:hover.b-swiper-arrow img {
    opacity: 1;
}

.b-swiper-arrow.next img {
    transform: rotate(180deg);
}
.b-slider-two-shifted{
    overflow: hidden;
}
.b-slider-two-shifted .swiper-container{
    overflow: visible;
}
.b-slider-vtorichka{
    overflow: hidden;
}

.b-slider-vtorichka .swiper-container{
    overflow: visible;
    padding-left: 16px;
    padding-right: 16px;
}
.b-slider-vtorichka .swiper-wrapper{
    width: auto;
}

.b-slider-one-shifted{
    overflow: hidden;
}

.b-slider-one-shifted .swiper-container{
    overflow: visible;
}

.b-swiper-wrap {
    overflow: hidden;
}

.b-arrow-fullscreen-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1000;
    cursor: none;
    overflow: hidden;
}

.b-arrow-fullscreen-l {
    width: 50%;
    cursor: none;
    z-index: 999;

}
.b-arrow-fullscreen-r {
    width: 50%;
    cursor: none;
    z-index: 999;
}

.b-arrow-fs {
    position: absolute;
    display: none;
    transition-property: left, top;
    transition-duration: 0.09s;
}

.b-arrow-fs.--right {
    transform: rotate(180deg);
}

.b-house-sl .swiper-pagination {
    display: none;
}

.b-slider-vtorichka .swiper-wrapper {
    flex-wrap: wrap;
    gap: 20px;
}

.b-slider-vtorichka .swiper-slide {
    width: auto !important;
}

.b-arrow-swiper {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translate(0px, -50%);
}

.b-arrow-swiper a {
pointer-events: auto;
    transition: all .3s ease-out;

}

.b-arrow-swiper a.swiper-button-disabled {
    opacity: 0.7;
}

.b-arrow-swiper a:hover {
    opacity: 1;
}

@media (max-width: 1199px) {
    .b-slider-two-shifted .swiper-slide{
        width: 208px;
    }
    .b-slider-vtorichka .swiper-wrapper {
        flex-wrap: nowrap;
        justify-content: inherit;
        gap: 0;
    }

}
@media (min-width: 576px) {
    .b-slider-one-gaps .swiper-wrapper{
        display: block;
    }
}
@media (max-width: 767px) {
    .b-slider-two-shifted .container{
        padding-right: 48px;
    }

    .b-slider-varotdel {
        padding: 0 75px 0 0;
    }
    .b-swiper-wrap .swiper-container {
        padding: 0 70px 0 0;
    }
    .b-arrow-fs {
        display: none !important;
    }
    .b-house-sl {
        padding-bottom: 30px;
        overflow: hidden;
    }
    .b-house-sl .swiper-pagination {
        bottom: -26px;
        display: block;
    }
    .b-house-sl .swiper-container {
        overflow: visible;
    }
    .b-house-sl .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .b-house-sl .swiper-pagination-bullet-active {
        background: #000000;
    }
    .b-arrow-fullscreen-wrap {
        display: none;
    }
}
@media (min-width: 991px) {
    .b-slider-two-shifted .swiper-container{
        margin-left: -16px;
        margin-right: -16px;
    }
    .b-slider-two-shifted .swiper-slide{
        width: 256px;
        margin-left: 16px;
        margin-right: 16px;
    }

}

@media (max-width: 991px) {
    .b-slider-vtorichka .swiper-container{
        padding-right: 15%;
    }
    .b-slider-vtorichka .swiper-wrapper{
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0;
    }
    .b-slider-vtorichka .swiper-slide{
        padding: 0;
        width: 30%;
    }
    .b-swiper-navigation.steps {
        bottom: 50px;
        right: 20px;
    }
}
@media (max-width: 767px) {
    .b-slider-vtorichka .swiper-slide{
        width: 50%;
    }
}
@media (max-width: 575px) {
    .b-slider-one-shifted .container{
        padding-right: 15%;
    }
    .b-swiper-navigation.steps {
        bottom: 50px;
        right: 10px;
    }

}
@media (min-width: 576px) {
    .b-slider-one-shifted .swiper-container{
        margin-left: -16px;
        margin-right: -16px;
    }
    .b-slider-one-shifted .swiper-wrapper{
        display: block;
    }
    .b-slider-one-shifted .swiper-slide{
        width: auto;
        padding-left: 16px;
        padding-right: 16px;
    }
    .b-list-photos-item {
        width: 290px;
    }
}
@media (min-width: 768px) {
    .b-slider-one-shifted .swiper-wrapper{
        display: flex;
    }
    .b-slider-one-shifted .swiper-slide{
        width: 50%;
    }
}
/* End */


/* Start:/tools/css/rangeslider.css?16055352107802*/
.flex-alc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.gen-filter .percentage {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 65px;
    text-align: center;
}

.gen-filter input[type="text"], 
.gen-filter input[type="email"], 
.gen-filter input[type="tel"], 
.gen-filter input[type="password"], 
.gen-filter select, 
.gen-filter textarea {
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    border: 1px solid #E5E5E5;
    padding: 0 15px;
    color: #5A5A5A;
    text-align: center;
    border-radius: 4px;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gen-filter .field-title {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    background: #fff;
    display: block;
    color: #959BA6;
}
.gen-filter .field-wrapper-separate {
    border: 2px solid #D9D9D9;
    border-radius: 4px;
    height: 64px;
    padding: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;


}
.gen-filter .field-wrapper {
    position: relative;
}
.gen-filter .noUi-handle:after, .gen-filter .noUi-handle:before {
    display: none;
}
.gen-filter .noUi-horizontal {
    height: 1px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    left: 3px;
    right: 3px;
}
.gen-filter .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #009240;
    box-shadow: none;
    border-radius: 50%;
    cursor: pointer;
}
.gen-filter .noUi-horizontal .noUi-handle:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #009240;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
}
.gen-filter .noUi-horizontal .noUi-handle:focus {
    outline: none;
}
.gen-filter .noUi-connect {
    background: linear-gradient(to right, #E5E5E5 0%, #009240 100%);
    box-shadow: none;
}
.gen-filter .noUiSlider-fields-wrapper {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    height: 45px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gen-filter .noUiSlider-fields-wrapper.focus, .gen-filter .noUiSlider-fields-wrapper:hover {
    border-color: #B9B9B9;
}
.gen-filter .noUiSlider-fields-wrapper .field-wrapper {
    width: 50%;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gen-filter .noUiSlider-fields-wrapper .field-wrapper.focus {
    border-color: #B9B9B9;
}
.gen-filter .noUiSlider-fields-wrapper .field-wrapper:first-child {
    z-index: 2;
}
.gen-filter .noUiSlider-fields-wrapper .field-wrapper:first-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    bottom: 7px;
    width: 1px;
    background-color: #E5E5E5;
}
.gen-filter .noUiSlider-value {
    color: #B9B9B9;
}
.gen-filter .range-wrapper {
    width: 100%;
}
.gen-filter .range {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gen-filter .percentage {
    position: relative;
    color: #B7E8CB;

    font-weight: bold;
    font-size: 18px;
}
.gen-filter .percentage:before {
    content: '';
    position: absolute;
    height: 30px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    background-color: #E5E5E5;
}
.gen-filter .rooms-field-wrapper, .gen-filter .options-field-wrapper {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.gen-filter .field-item {
    border-right: 1px solid #E5E5E5; }
.gen-filter .field-item:last-child {
    border-right: none;
}
.gen-filter input.field-item {
    border-right: 1px solid #E5E5E5 !important;
}
.gen-filter .four-items {
    width: 25%;
}
.gen-filter .three-items {
    width: 33.33%;
}
.gen-filter .two-items {
    width: 50%;
}
.gen-filter .item-label {
    cursor: pointer;
    display: block;
}
.gen-filter .item-label input {
    display: none;
}
.gen-filter .item-label input:checked ~ .info, .gen-filter .item-label input:hover ~ .info {
    background-color: #009240;
    color: #fff;
}
.gen-filter .item-label .info {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    height: 43px;
    text-align: center;
    line-height: 43px;
    color: #5A5A5A;
}

.range .noUiSlider-value {
    border: none !important;
    background-color: transparent !important;
}
.noUiSlider-fields-wrapper .field-wrapper {
    padding: 0 !important;
}
.noUiSlider-fields-wrapper .range {
    width: 100%;
}
.noUiSlider-fields-wrapper .range .noUiSlider-value {
    border: none;
    background-color: transparent;
}

.selectric-wrapper .selectric {
    background-color: #fff;
    border-radius: 5px;
    border-color: #E5E5E5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.selectric-wrapper .selectric-label {
    font-size: 15px;
    color: #5A5A5A;
    height: 43px;
    line-height: 43px;
    margin: 0 38px 0 15px;
}
.selectric-wrapper .selectric-button {
    height: 43px;
    line-height: 43px;
    cursor: pointer;
}
.selectric-wrapper .selectric-button:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #C4C4C4 transparent transparent transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.selectric-wrapper .selectric-items {
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: 9px;
    border-radius: 5px;
    border-color: #E5E5E5;
    background-color: #fff;
}
/* End */


/* Start:/tools/selectric/selectric.css?16052522644299*/
/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* End */


/* Start:/tools/css/jquery.fancybox.min.css?160880064912795*/
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:/tools/css/styles.css?174306024525327*/
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloading {
    background: #f7f7f7;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.iexmodal-popup{
    border-radius: 4px;
}

.iexmodal-inner{
    padding: 43px 40px 28px;
}

.b-pform__item{
    padding-bottom: 23px;
}


.b-pform__label {
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}


.b-pform .button:not(.selectric .button) {
    margin-top: 5px;
    width: 100%;
    height: 50px;
}

.b-pform .info {
    text-align: center;
    font-size: 11px;
}

.iexmodal-popup {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.iexmodal-close-inner {
    font-size: 22px;
    right: 0;
    stroke-width: 2px;
    color: #D9D9D9;
}

.iexmodal-close-outer:hover .iexmodal-icon, .iexmodal-close-inner:hover .iexmodal-icon {
    transform: none;
}
.iexmodal-close-outer:hover, .iexmodal-close-inner:hover {
    color: #009240;
}
.iexmodal-popup .title-h.title-h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 26px;
    color: #5A5A5A;
    margin: 0 0 30px;
}

.b-pform__input,
.b-pform .selectric-wrapper .selectric,
.b-pform .selectric-wrapper .selectric .label{
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
    width: 100%;
    color: #5A5A5A;
    outline: none;
    background-color: #fff;
    transition: all .3s ease-out;
}

.b-pform__input,
.b-pform .selectric-wrapper .selectric{
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    height: 40px;
    padding: 0 15px;
}

.b-pform .selectric-wrapper .selectric .label{
    height: 100%;
    padding: 0;
    margin: 0;
    line-height: 44px;
}

.b-pform .selectric .button {
    height: 100%;
}

.b-pform__textarea {
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
    width: 100%;
    height: 104px;
    border: 1px solid #E5E5E5;
    padding: 10px 15px;
    color: #5A5A5A;
    border-radius: 5px;
    outline: none;
    background-color: #fff;
    transition: all .3s ease-out;
}

.b-pform__input.b-pform__input_grey, .b-pform__textarea.b-pform__textarea_grey{
    background: #F9F9F9;
    border: 1px solid #D9D9D9;
}

.b-pform__input.b-pform__input_auth {
    color: #5A5A5A;
    font-weight: 500;
    height: 48px;
    font-size: 13px;
}

.b-pform__showpass{
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    cursor: pointer;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDEyQzE5IDEzLjUgMTYuNDE4MyAxNy41IDEyIDE3LjVDNy41ODE3MiAxNy41IDUgMTMuNSA0IDEyQzUgMTAuNSA3LjU4MTcyIDYuNSAxMiA2LjVDMTYuNDE4MyA2LjUgMTkgMTAuNSAyMCAxMloiIHN0cm9rZT0iIzk1OUJBNiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjMiIHN0cm9rZT0iIzk1OUJBNiIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
}
.b-pform__showpass:hover{
    opacity: 1;
}
.b-pform__showpass.active{
    opacity: 1;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDEyQzE5IDEzLjUgMTYuNDE4MyAxNy41IDEyIDE3LjVDNy41ODE3MiAxNy41IDUgMTMuNSA0IDEyQzUgMTAuNSA3LjU4MTcyIDYuNSAxMiA2LjVDMTYuNDE4MyA2LjUgMTkgMTAuNSAyMCAxMloiIHN0cm9rZT0iIzAxOTc0MSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjMiIHN0cm9rZT0iIzAxOTc0MSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
}

.b-pform__textarea.b-pform__textarea_auth {
    color: #5A5A5A;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.b-pform__filebutton {
    border-radius: 0 5px 5px 0;
    font-weight: normal;
    background: #ECECEC;
}

.b-pform__filereal{
    cursor: pointer;
}

.b-pform__bt_file{
    color: inherit;
    background-color: transparent;
    border-color: transparent;
    font-weight: normal;
    font-size: 11px;
    border-bottom: 1px dotted #5A5A5A;
    height: auto;
    padding: 0;
    line-height: 20px;
}

.b-btn_add-filed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5A5A5A;
    height: 40px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 13px;
    background: #D9D9D9;
    border-radius: 4px;
}

.b-btn_add-filed:hover {
    text-decoration: none;
    color: #333;
}

.iexmodal-popup .b-pform__input:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: #B9B9B9;
}

.iexmodal-popup .info{
    font-weight: 400;
    font-size: 11px;
    color: #5A5A5A;
    margin: 20px 0 0;
}

.iexmodal-popup .info a{
    border-bottom: 1px solid rgba(90, 90, 90, 0.4);
    color: #5A5A5A;
    transition: all .3s ease-out;
}

.iexmodal-popup .info a:hover {
    border-bottom-color: #009240;
    color: #009240;
    text-decoration: none;
}

.b-block-auth {
    height: 100vh;
    min-height: 820px;
    background: url(/images/ggarden/auth/bg.jpg) no-repeat;
    background-size: cover;
}

.b-auth-popup.iexmodal {
    position: absolute;
    right: 0;
}

.b-auth-popup .iexmodal-popup {
    position: absolute;
    right: 50%;
    margin-right: -272px;
    bottom: auto;
    top: 210px;
}

.b-auth-popup.iexmodal-overflow-x .iexmodal-popup {
    right: 10px;
    margin-right: 0;
}

.b-auth-popup.iexmodal .iexmodal-inner {
    padding: 56px 62px;
}

.b-favorites-popup.iexmodal .iexmodal-inner {
    padding: 40px 62px;
}

/* START: Анимации для форм авторизации */
.b-auth-popup-animate{
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    opacity: 1;
}

@-webkit-keyframes b-auth-popup-animate-wrap-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes b-auth-popup-animate-wrap-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.b-auth-popup-animate-wrap-in {
    -webkit-animation-name: b-auth-popup-animate-wrap-in;
    animation-name: b-auth-popup-animate-wrap-in;
}

@-webkit-keyframes b-auth-popup-animate-wrap-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes b-auth-popup-animate-wrap-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.b-auth-popup-animate-wrap-out {
    -webkit-animation-name: b-auth-popup-animate-wrap-out;
    animation-name: b-auth-popup-animate-wrap-out;
}

.b-auth-popup-animate-alert-in {
    -webkit-animation-name: b-auth-popup-animate-alert-in;
    animation-name: b-auth-popup-animate-alert-in;
}

.b-auth-popup-animate-alert-out {
    -webkit-animation-name: b-auth-popup-animate-alert-out;
    animation-name: b-auth-popup-animate-alert-out;
}

@-webkit-keyframes b-auth-popup-animate-alert-in {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes b-auth-popup-animate-alert-in {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes b-auth-popup-animate-alert-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }
}

@keyframes b-auth-popup-animate-alert-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }
}
/* END: Анимации для форм авторизации */

.b-form__title {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 55px;
}

.b-favorites-popup .b-form__title {
    margin: 0 0 35px;
}

.b-auth-link_pass {
    color: #009640;
    font-size: 16px;
    transition: all .3s ease-out;
}

.b-auth-link_pass:hover {
    color: #009640c7;
}

.b-auth-popup__info {
    font-size: 12px;
    color: #959BA6;
    line-height: 1.2;
}

.b-auth-popup__info a {
    color: #5A5A5A;
    text-decoration: underline;
    transition: all .3s ease-out;
}

.b-auth-popup__police a:hover {
    color: #009240;
}

.b-pform__confirmed-ico {
    width: 96px;
    height: 96px;
    background: url(/images/ggarden/auth/ico_ok.svg) no-repeat;
    margin: 0 0 40px;
}

.b-pform__thanks {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: #5A5A5A;
}

.b-pform__star {
    position: absolute;
    right: -15px;
    top: 20px;
}

.b-auth-popup_enter .iexmodal-close{
    display: none !important;
}

.b-popup-main-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 20L12 12M20 4L12 12M12 12L4 4M12 12L20 20' stroke='%235A5A5A' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
    transition: all .3s ease-out;
}

.b-popup-main-close:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 20L12 12M20 4L12 12M12 12L4 4M12 12L20 20' stroke='%234CBC7B' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
}

.b-auth-popup ::-webkit-input-placeholder {     color: #5A5A5A; }
.b-auth-popup ::-moz-placeholder {     color: #5A5A5A; } /* firefox 19+ */
.b-auth-popup :-ms-input-placeholder {     color: #5A5A5A; } /* ie */
.b-auth-popup input:-moz-placeholder {     color: #5A5A5A; }

.b-favorites-popup ::-webkit-input-placeholder {     color: #5A5A5A; }
.b-favorites-popup ::-moz-placeholder {     color: #5A5A5A; } /* firefox 19+ */
.b-favorites-popup :-ms-input-placeholder {     color: #5A5A5A; } /* ie */
.b-favorites-popup input:-moz-placeholder {     color: #5A5A5A; }

.b-user-enter {
    font-weight: 500;
    font-size: 15px;
    color: #5A5A5A;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 23px;
    margin: 0 0 0 54px;
    position: relative;
    line-height: 1;
}

.active.b-user-enter:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    left: 10px;
    top: 15px;
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
}

.active.b-user-enter:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #5A5A5A;
}

.b-favor-ico {
    display: inline-block;
    margin: 0 0 0 24px;
}

.text_green {
    color: #009640;
}

.text_red {
    color: #ff0000;
}

.fancybox-container{
    z-index: 100000;
}

.fancybox-container button{
    outline: none;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
}

.fancybox-thumbs ul {
    margin: 0 auto;
}

.fancybox-thumbs .fancybox-thumbs-active::before { /* обводка текущей (активной) картинки */
    border: 4px solid #009640;
}


.b-promo-block {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}

.b-promo-block__name {
    position: absolute;
    left: 36px;
    right: 36px;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 600;
    bottom: 40px;
}

.b-promo-block__arrow {
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    width: 48px;
    height: 48px;
    border-radius: 35px;
    z-index: 1;
    transition: all .3s ease-out;
}

.b-promo-block:hover .b-promo-block__arrow {
    background: rgba(255, 255, 255, 1);
}

.b-promo-block__arrow:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    border-top: 2px solid #5A5A5A;
    border-right: 2px solid #5A5A5A;
    transform: translate(-63%, -50%) rotate(45deg);
    z-index: 2;
}

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



/* Выпадушка в ЛК */


.b-user-drop__personal {
    position: relative;
    width: 100%;
}
.b-user-drop__personal:before {
    /*content: '';*/
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url(/images/ggarden/cabinet/ico-arrow.svg);
    background-size: cover;
    width: 6px;
    height: 10px;
}

.b-user-drop-wrap {
    position: relative;
    z-index: 30;
    display: inline-block;
}

.b-user-drop-wrap:hover .b-user-drop-abs {
    display: block;
}

.b-user-drop-abs {
    position: absolute;
    width: 350px;
    top: 0;
    right: 0;
    padding-top: 45px;
    display: none;
}



.b-user-drop {
    padding: 32px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    background: #ffffff;
    z-index: 1000;
}


.b-user-drop__avatar {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}


.b-user-drop__name {
    font-weight: bold;
    font-size: 18px;
    color: #5A5A5A;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
}

.b-user-drop__phone {
    font-weight: 500;
    font-size: 12px;
    color: #959BA6;
}

.b-user-drop__hr {
    margin-bottom: 10px;
    margin-top: 15px;
    border-top: 1px solid #ECECEC;
}

.b-user-promo-code {
    font-weight: 500;
    color: #959BA6;
}
.b-user-promo-code.--user-drop {
    font-size: 13px;
    margin-bottom: 9px;
}
.b-user-promo-code.--near-header{
    font-size: 15px;
    margin-bottom: 27px;
}
.b-user-promo-code.--footer{
    font-size: 14px;
    margin-top: 30px;
}

.b-user-drop__link {
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: left;

    transition: all 0.3s ease;
}



.b-user-drop__link:hover {
    color: #009240;
}



.b-user-drop__link:last-child {
    border-bottom: none;
}

.b-user-drop__link img {
    display: inline-block;
    margin-right: 20px;
}


.b-user-drop__btn {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 4px;
}
.b-user-drop__btn:hover {
    border: 1px solid #009240;
    color: #009240;
}


.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.b-cabinet-svg {
    display: inline-block;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}
.b-cabinet-svg svg path {
    fill: #D9D9D9;
    stroke: #D9D9D9;
}

.b-user-drop__link:hover svg path {
    fill: #009240;
    stroke: #009240;;
}



/* Выпадушка в ЛК */

.b-link-card-more {
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    transition: all .3s ease-out;
}

.b-link-card-more:hover, .b-link-card-more:active, .b-link-card-more:focus {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.b-fix-max-width {
    max-width: 100%;
}

.gen-filter .field-title {

}

.gen-filter .noUi-horizontal {
    height: 4px;
    left: -2px;
}

.gen-filter .noUi-connect {
    background: #4CBC7B;
}

.gen-filter .noUi-horizontal .noUi-handle {
    top: -12px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #ffffff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
    cursor: pointer;
}

.gen-filter .noUi-horizontal .noUi-handle:before {
    width: 12px;
    height: 12px;
    background: #4CBC7B;
    transform: translate(-50%, -50%);
}
.noUi-horizontal .noUi-handle {
    top: -12px;
}

.gen-filter .item {
    position: relative;
}

.gen-filter .field-title {
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
    top: -8px;
    position: absolute;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}

.gen-filter .selectric .label {
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    font-weight: bold;
}

.gen-filter .selectric .button {
    height: 64px;
    width: 64px;
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
}

.gen-filter .selectric .selectric-button {
    display: none;
}

.gen-filter .selectric .button:after {
    border-top-color: #fff;
    border-width: 7px;
}

.gen-filter .selectric-wrapper .selectric {
    border: 2px solid #D9D9D9;
}
.gen-filter .selectric-items ul, .gen-filter .selectric-items li {
    font-size: 14px;
}



/* Подсветка гаража на плане парковок */
g[id$="_garage"].hasmodal, g[id$="-storage"].hasmodal, g[id$="_storage"].hasmodal{
    cursor: pointer;
}
g[id$="_garage"].hasmodal:hover .recolor, g[id$="-storage"].hasmodal:hover .recolor, g[id$="_storage"].hasmodal:hover .recolor{
    fill: #01b149;
}

.b-picture-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

.b-picture-container picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}


.b-map-grid {
    display: grid;
    grid-template-columns: 368px 1fr;
    height: calc(100vh - 148px);
    position: relative;
}

.b-map-grid .__filter {
    padding: 12px 12px 145px 12px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    z-index: 10;
}

.b-map-grid  .b-custom-select {
    z-index: auto;
}

.b-map-grid .tooltip {
    display: none;
}

.b-map-grid  .b-tags a {
    border: 2px solid #ECECEC;
    text-decoration: none;
}

.b-map-grid .b-custom-select__wrap {
    width: 100%;
}

.b-map-grid .b-custom-select {
    width: 100%;
    margin-bottom: 12px;
}

.b-map-grid .b-filtr__input-wrap {
    width: 158px;
}

.b-map-grid .b-filtr__name {
    display: block;
    vertical-align: top;
    font-size: 14px;
    padding: 0;
    margin-bottom: 8px;
}

.b-map-grid .b-checkbox_filtr {
    margin-top: 12px;
    width: 100%;
}

.b-map-grid .b-tags {
    margin-bottom: 40px;
}

.b-map-house-bg {
    border-radius: 4px;
    overflow: hidden;
}

.b-map-grid .b-house-card-bg {
    height: auto;
}

.b-map-house-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #5A5A5A;
    margin-bottom: 12px;
    display: block;
}


.b-bottom-panel {
    padding: 16px;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #fff;
    width: 339px;
}

.b-bottom-panel div {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 8px;
    color: #959BA6;

}

.b-top-house-panel {
    background: #ffffff;
    margin: -16px -4px 8px -16px;
}

.b-map-offers {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 24px;
    position: relative;
    margin-bottom: 8px;
}

.b-map-offers .__img {
    margin-bottom: 16px;
}

.b-map-offers .__offer-name {
    font-size: 16px;
    line-height: 24px;
    color: #5A5A5A;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3px;
    font-weight: 700;
}

.b-map-offers .__price {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #EA3600;
    text-align: right;
    margin-bottom: 3px;
}

.b-map-offers .__mortage {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #959BA6;
}

.b-map-offers .__info {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 8px;
}

.b-map-offers .b-fav__addbtn {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 10;
}

.b-map-offers .b-list__floor {
    font-size: 14px;
}

.b-map-offers .b-list__area {
    font-size: 14px;
}

.b-btn-map-filter {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 115px;
    font-size: 14px;

}


.b-btn-map-filter.--flats {
    transition: all .3s ease-out;

}




.b-map-reset-filtr {
    display: none;
    position: absolute;
    left: 16px;
    bottom: 115px;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 0 12px rgb(0 0 0 / 12%);
}


.b-popup-filter .b-bottom-panel {
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
}

.b-popup-filter .b-filter-btns-abs {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.b-popup-filter .b-filter-btns-abs div {
    margin: 0 !important;
}

.b-popup-filter .b-filter-btns-abs .b-btn {
    width: 100%;
}

.b-popup-filter .b-filter-btns-abs #modef {
    width: 100%;
}

.b-popup-filter .b-map-flats {
    overflow: auto;
    position: static;
    padding-bottom: 75px;
}

.b-popup-filter .iexmodal-inner {
    padding: 0;
}

.b-popup-filter .js-map-filter {
    padding: 24px;
}

.z-indx-up {
    z-index: 30000;
}

.js-b24-form-show{
    cursor: pointer;
}

.b-popup-plan {
    text-align: center;
}


.b-popup-plan .iexmodal-icon {
    color: #000;
}

.b-popup-plan .iexmodal-inner {
    padding: 10px 20px;
}

.b-popup-plan .iexmodal-inner-wrap{
    height: 100%;
}

.b-popup-plan__pic {
    display: inline-block;
    padding: 0;
    /* width: 60%; */
    width: 100%;
    margin: 0 auto;
}

.b-popup-plan__pic img {
    max-height: 90vh;
}

@media (max-width: 991px) {
    .b-popup-plan__pic {
        padding: 0;
    }
    .b-popup-plan__pic {
        padding: 95px 0 0;
        /*width: auto;*/
    }
}

@media (max-width: 575px) {
    .b-popup-plan__pic {
        padding: 65px 0 0;
    }
}

.b-parking-map {
    position: relative;
}

/* Просмотр-отладка координат */
.b-parking-map .js-sizes,
.b-parking-map .js-coords {
    position: absolute;
    z-index: 10;
    bottom: 0;
    border: 3px solid #fff;
    background-color: #fff;
    width: 200px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}
.js-sizes {
    left: 0;
    height: 20px;
}
.js-coords {
    right: 0;
    height: 40px;
}

.b-parking-map,
.b-parking-map__inner,
.b-parking-map__inner svg {
    height: 100%;
}

.b-parking-map__inner svg {
    overflow: visible;
}

.b-parking-map__inner {
    overflow: hidden;
}

.b-parking-map__zoom {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.b-parking-map__zoom > div {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #ccc;
    margin-bottom: 1px;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .header__logo .image-text {
        display: none !important;
    }

}

@media (max-width: 991px){
    .b-promo-block__name {
        font-size: 21px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .b-promo-block__name:after {
        width: 32px;
        height: 32px;
        right: 20px;
        bottom: 30px;
    }
    .b-promo-block__name:before {
        width: 11px;
        height: 11px;
        right: 32px;
        bottom: 40px;
    }
    .b-tp-props_lk {
        margin: 0;
        border: none;
        border-radius: 0;
    }

    .b-map-grid {
        grid-template-columns: 1fr;
        height: calc(100vh - 82px);
    }
    .b-btn-map-filter {
        display: flex;
        z-index: 10;
    }

}

@media (max-width: 640px) {
    .header__menu-toggle {
        margin-left: 30px !important;
        border-left: 1px solid #D9D9D9 !important;
    }
}


@media (max-width: 575px) {
    .iexmodal-inner, .b-auth-popup.iexmodal .iexmodal-inner, .b-favorites-popup.iexmodal .iexmodal-inner{
        padding: 30px 25px 28px;
    }
    .iexmodal-popup .title-h.title-h2, .b-form__title {
        font-size: 24px;
    }
    .b-form__title, .b-favorites-popup .b-form__title {
        margin: 0 0 30px;
        line-height: 1.2;
    }
    .b-map-grid {
        height: calc(100vh - 65px);
    }
    .b-btn-map-filter {
        font-size: 12px;
    }
    .b-user-drop-abs {
        width: 92vw;
        right: -66px;
    }
}

@media (max-width: 767px) {
    .b-picture-fluid {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* End */


/* Start:/tools/css/menu.css?17455008307775*/
.b-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-menu li {
    margin: 0 0 24px;
}

.b-menu li:last-child {
    margin: 0;
}

.b-menu a {
    font-weight: bold;
    font-size: 16px;
    transition: all .3s ease-out;
}

.b-menu a:hover {
    color: #009640;
}

.b-menu a.--active {
    color: #009640;
    pointer-events: none;
}

.b-menu_small li {
    margin: 0 0 12px;
}

.b-menu.--footer-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 30px
}

.b-menu.--footer-mobile li {
    margin: 0;
}


.b-subnav .b-menu_small a {
    font-weight: normal;
    font-size: 14px;
}

.b-nav {
    border-bottom: 1px solid #ECECEC;
    padding: 20px 0;
    position: relative;
    z-index: 10000;
    background-color: #fff;
}

.b-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
}



.iexmenu-hidden .b-nav-list:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background: #ECECEC;
    right: -10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.b-nav-list li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
}

.b-nav_drop .b-nav-list > li {
    padding: 20px 0;
}
.iexmenu-hidden .b-nav_drop .b-nav-list > li {
    padding: 28px 0;
}

.b-nav.b-nav_drop {
    padding: 0;
}

.b-nav-list li:first-child {
    -webkit-flex-grow: 0;
    flex-grow: 0;
}


.b-nav-list li > a {
    font-weight: 600;
    font-size: 16px;
    color: #5A5A5A;
    transition: all .3s ease-out;
}

.b-nav-list li a:hover, .b-nav-list li a.--active {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.b-nav-list li a.--active {
   pointer-events: none;
}

.b-nav-list li.hasSub a {
    display: inline-block;
    position: relative;
    padding-right: 16px;
}

.b-nav-list li.hasSub > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #5A5A5A;
}

.b-nav-list li.hasSub a:hover:after {
    border-top: 6px solid #009640;
}

.b-nav-visible{
    position: relative;
    z-index: 11;
    background-color: #fff;
}

.b-nav-drop {
    position: absolute;
    left: 0;
    right: 0;
    background: #F9F9F9;
    padding: 32px 0;
    z-index: 9999;
}

.b-nav-drop__hover {
    opacity: 1;
    transition: opacity .2s linear, transform .2s linear;
}

.b-nav-drop__hidden {
    display: none;
    opacity: 0;
    transform: translateY(-50px);
    pointer-events: none;
}

.b-nav-drop__link {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    text-align: left;
    margin: 0 0 20px;
    text-transform: uppercase;
    transition: all .3s ease-out;
}

.b-nav-drop__link:hover {
    color: #009640;
}

.b-nav-drop__novostroyki {
    padding-left: 125px;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.b-nav-drop__novostroyki .b-nav-drop__link {
    display: inline-block;
    width: 240px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.b-subnav a {
    text-align: left;
}

.m-menu__link {
    color: #0088f8;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.m-menu__link_hamburger {
    margin-right: 30px;
}

.m-menu__link:hover {
    color: #444;
}

.m-menu__ico {
    display: inline-block;
    vertical-align: middle;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.m-menu__link:hover .m-menu__ico {
    background: transparent;
}

.hamburger {
    padding: 6px 6px;
    display: inline-block;
    cursor: pointer;

    transition: all .3s ease-out;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hamburger-box {
    width: 32px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 2px;
    background-color: #5A5A5A;
    border-radius: 0px;
    position: absolute;
    transition: all .3s ease-out;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.m-menu__link:hover .hamburger-inner, .m-menu__link:hover .hamburger-inner::before, .m-menu__link:hover .hamburger-inner::after {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    transition: all .3s ease-out;
}


.b-mmenu-wrap .iexmodal-close-inner {
    display: none;
}

.b-mmenu-wrap .iexmodal-inner {
    padding: 0;
}

.b-mmenu {
    position: relative;
    padding: 0 40px;
    margin-bottom: 48px;
}

.b-mmenu__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-mmenu__menu li {
    margin-bottom: 24px;
}

.b-mmenu__menu-link {
    font-size: 14px;
    color: #5A5A5A;
    text-transform: uppercase;
    transition: all .3s ease-out;
}

.b-mmenu__menu-link.--active {
    color: #009640;
}

.b-mmenu__menu-link-green {
    color: #009640;
}


.b-mmenu__info .b-btn .b-btn__inner {
    width: 160px;
    height: 48px;
    margin-top: 40px;
}

.b-mmenu__info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 40px;
    width: 100%;
}

.b-mmenu-wrap .iexmodal-inner-wrap, .b-mmenu-wrap .iexmodal-content-wrap {
    height: 100%;
}


.b-mobile-header {
    padding: 10px 0;
    margin-bottom: 30px;
}


.b-mmenu-hr {
    width: 35px;
    margin: 24px 0;
    border-top: 1px solid #ECECEC;
}

.b-mmenu-separator {
    border-top: 1px solid #ECECEC;
    padding-bottom: 48px;
    margin-bottom: 0;
    margin-top: 0;
}

.b-mmenu__info-txt {
    color: #5A5A5A;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 24px;

}

.b-btn_mmenu {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%) !important;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    max-width: 255px;
}

.b-mmenu-sub-list {
    list-style: none;
    padding: 16px 0 0 0;
}

.b-mmenu-sub-list li {
    margin-bottom: 10px;
    padding-left: 10px;
}

.b-mmenu-sub-list a {

}


.b-nav .b-nav__item.--has-sub:hover .b-subnav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
}

.b-subnav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding-top: 30px;
    transform: translate(0, -20px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    font-size: 14px;
    z-index: 1000;
}

.b-subnav li {
    text-align: left;
}

.iexmenu-hidden .b-menu-wrap {
    padding-left: 18px;
}

.iexmenu-hidden .b-nav {
    position: static;
}

@media (max-width: 1199px) {
    .b-nav-drop__novostroyki {
        padding-left: 107px;
    }
    .b-nav-drop__novostroyki .b-nav-drop__link {
        width: 205px;
    }
}

@media (max-width: 1040px) {

}

@media (max-width: 767px) {
    .m-menu__link {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .b-menu.--footer-mobile li a {
        color: #959BA6;
    }
    .b-menu.--footer-mobile {
        display: block;
    }
    .b-menu.--footer-mobile li {
        margin: 0 0 4px 0;
    }
}

/* End */


/* Start:/tools/css/bners.css?16115704634319*/
.b-bner-ndx {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    overflow: hidden;
    position: relative;
}

.b-bner-ndx__inner {
    padding-top: 100px;
    padding-bottom: 80px;
}

.b-bner-ndx__title {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}

.b-bner-ndx__subtitle {
    color: #6FED97;
    font-weight: bold;
    font-size: 65px;
    margin: 0 0 60px;
}

.b-bner-ndx__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;

    font-weight: bold;
    font-size: 18px;
    color: #029879;
    padding: 0 40px;
    background: #FFFFFF;
    border-radius: 4px;
    transition: all .3s ease-out;
}

.b-bner-ndx__btn:hover {
    background: #009640;
    color: #fff;
    text-decoration: none;
}

.b-bner-action {
    position: relative;
    background: linear-gradient(90deg, #11B854 0%, #0084E4 100%);
    border-radius: 4px;
    padding: 22px;
    overflow: hidden;
    cursor: pointer;
}

.b-bner-action__title {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

.b-bner-action:hover .b-bner-action__title {
    color: #fff;
}

.b-bner-action__subtitle {
    color: #fff;
    font-size: 21px;
}

.b-bner-action__pic1, .b-bner-action__pic2 {
    position: absolute;
}

.b-bner-action__pic1 {
    left: 400px;
    top: 0;
}

.b-bner-action__pic2 {
    left: 580px;
    top: 0;
}

.b-bner-action__nextlink {
    position: absolute;
    background: rgba(255,255,255, .6);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s ease-out;
}

.b-bner-action:hover .b-bner-action__nextlink {
    background: #fff;
}

.b-bner-action__nextlink:after {
    content: "";
    position: absolute;
    border-top: 2px solid #5A5A5A;
    border-right: 2px solid #5A5A5A;
    transform: rotate(45deg);
    left: 18px;
    top: 19px;
    width: 10px;
    height: 10px;
    opacity: .6;
    transition: all .3s ease-out;
}

.b-bner-action:hover .b-bner-action__nextlink:after {
    opacity: 1;
}

.b-bner-esenin {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: url(/images/ggarden/esenin.jpg) no-repeat;
    background-size: cover;
    border-radius: 4px;
    padding: 50px 50px 40px;
}

.b-bner-esenin_action {
    padding: 79px 24px 79px 24px;
    background: url("/images/ggarden/lact.jpg");
    background-size: cover;
}

.b-bner-esenn__btn {
    display: inline-flex;
    align-items: center;
    background: #F5D160;
    border-radius: 82px;
    height: 56px;
    color: #003126;
    font-weight: 600;
    font-size: 16px;
    padding: 0 50px 0 32px;
    position: relative;
    transition: all .3s ease-out;
}

.b-bner-esenin:hover .b-bner-esenn__btn {
    background: #003126;
    color: #F5D160;
}

.b-bner-esenn__btn:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #003126;
    border-right: 2px solid #003126;
    transform: rotate(45deg);
    right: 24px;
    top: 24px;
    transition: all .3s ease-out;
}

.b-bner-esenin:hover .b-bner-esenn__btn:after {
    border-top: 2px solid #F5D160;
    border-right: 2px solid #F5D160;
}

.b-bner-house {
    background-position: center;
    background-size: cover;
    padding-top: 22.1%;
}

.b-bner-ipoteka {
    background: url(/images/ggarden/house/bner-ip.jpg) no-repeat center center;
}

.b-bner-ipoteka__txt {
    color: #fff;
    font-weight: bold;
    font-size: 48px;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
    .b-bner-ndx__bg {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background:url(/images/ggarden/ndx/bner_m.png) center bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .b-bner-esenin_action {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .b-bner-action__title {
        font-size: 18px;
    }
    .b-bner-action__subtitle {
        font-size: 16px;
    }
    .b-bner-esenin {
        padding: 16px;
    }
    .b-bner-ndx__title {
        font-size: 32px;
    }
    .b-bner-ndx__subtitle {
        font-size: 40px;
    }
}

@media (max-width: 575px) {

}
/* End */


/* Start:/tools/css/spiski.css?175448182819511*/
.b-list-house-item {
    background: #fff;
    border-radius: 4px;
    margin: 0 0 20px;
    overflow: hidden;
    height: 296px;
}

.b-list-house-item__panorama {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    background: #fff;
    padding: 0 16px;
    height: 40px;
    border-radius: 4px;
    right: 16px;
    top: 16px;
}

.b-list-house-item__panorama img {
    width: 24px;
    margin: 0 0 0 8px;
}

.b-list-house-item_small {
    height: 216px;
}

.b-list-house-item__pic {
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transition: all .3s ease-out;
    display: block;
}

.b-list-house-item__pic:hover {
    transform: scale(1.01);
}

.b-list-house-item .d-inline-block {
    vertical-align: top;
}

.b-list-house-item__map {
    height: 216px;
    overflow: hidden;
}

.b-list__park, .b-list__klad, .b-list__area, .b-list__floor, .b-list__hot, .b-list__commercial {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 20px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}

.b-list__park span, .b-list__klad span, .b-list__hot span, .b-list__commercial span {
    text-decoration: underline;
    font-weight: 400;
}

.b-list__park:hover span, .b-list__klad:hover span, .b-list__hot:hover span, .b-list__commercial:hover span {
    text-decoration: none;
}

.b-list__area span {
    font-size: 14px;
}

.b-list__park {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='16' height='16' rx='1' fill='%23959BA6'/%3e%3cpath d='M6 12V9M6 9V5H9C10.1046 5 11 5.89543 11 7V7C11 8.10457 10.1046 9 9 9H6Z' stroke='white' stroke-width='2'/%3e%3c/svg%3e ");
}

.b-list__klad {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='1' y='1' width='6' height='6' rx='1' fill='%23959BA6'/%3e%3crect x='1' y='9' width='6' height='6' rx='1' fill='%23959BA6'/%3e%3crect x='9' y='1' width='6' height='6' rx='1' fill='%23959BA6'/%3e%3crect x='9' y='9' width='6' height='6' rx='1' fill='%23959BA6'/%3e%3c/svg%3e ");
}

.b-list__area {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 13H6M3 13V10M3 13L8 8M13 3H10M13 3V6M13 3L8 8M3 3H6M3 3V6M3 3L8 8M13 13V10M13 13H10M13 13L8 8' stroke='%235A5A5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.b-list__floor {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 9V13H13V3H9V6H6V9H3Z' stroke='%235A5A5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.b-list__commercial {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.77778%203.70345L1%207.59234V9.1479H1.77778L1.77778%2015.3701H9.55555L9.55556%209.1479H12.6667L12.6667%2015.3701H14.2222L14.2222%209.1479H15V7.59234L14.2222%203.70345H1.77778ZM8%2013.8146H3.33333L3.33333%209.1479H8L8%2013.8146ZM14.2222%202.92567H1.77778V1.37012H14.2222V2.92567Z%22%20fill%3D%22%23959BA6%22%2F%3E%3C%2Fsvg%3E");
}

.b-list__hot {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath d='M11 6H6L7 1L1 8H6L5 13L11 6Z' fill='%23EA3600' stroke='%23EA3600' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.b-list__floor {

}

.b-list-house-item .b-labels {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 16px;
    left: 16px;
}

.b-list-moreattention-item {
    display: block;
    height: 100%;
    transition: all .3s ease-out;
}

.b-list-moreattention-item,
.b-list-moreattention-item:hover {
    text-decoration: none;
    color: #5A5A5A;
}

.b-list-moreattention-item__txt {
    padding: 13px 16px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.b-list-plans-item_big .b-price{
    font-size: 18px;
}

.b-list-plans-item_big .b-price_old{
    font-size: 16px;
}

.b-list-plans-item {
    background: #F9F9F9;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none;
    color: #5A5A5A;
    height: 100%;
    transition: all .3s ease-out;
}

.b-list-plans-item:hover {
    border: 1px solid #6FED97;
}

.b-list-plans-item:hover {
    text-decoration: none;
    color: #5A5A5A;
}

.b-list-plans-item__txt {
    padding: 8px 16px 16px;
    display: block;
}

.b-list-plans-item__pic {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.b-list-plans-item_big .b-list-plans-item__pic {
    height: 150px;
}

.b-list-plans-item__pic img {
    max-height: 100px;
}

.b-list-plans-item_big .b-list-plans-item__pic img {
    height: 140px;
}

.b-list-plans-item .b-fav__addlink {
    position: absolute;
    top: 8px;
    right: 8px;
}

.b-list-photos-item {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    overflow: hidden;
    color: #5A5A5A;
    display: block;
    text-decoration: none;
    width: 352px;
}

.b-list-photos-item:hover {
    text-decoration: none;
    color: #5A5A5A;
}

.b-list-photos-item__pic {
    display: block;
    overflow: hidden;
    min-height: 105px;
}

.b-list-photos-item__pic img {
    transition: all .3s ease-out;
    min-height: 110px;
}

.b-list-photos-item:hover .b-list-photos-item__pic img {
    transform: scale(1.02);
}

.b-list-photos-item__txt {
    display: block;
}

.b-list-photos-item .b-price {
    font-size: 18px;
}

.b-list-news {
    border-top: 1px solid #ECECEC;
}

.b-list-news-item {
    background: #F9F9F9;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.b-list-news-item__bg {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease-out;
    background-position: center;
    height: 235px;
}

.b-list-news-item:hover .b-list-news-item__bg {
    transform: scale(1.01);
}

.b-list-news-item__txt {
    padding-bottom: 60px !important;
}

.b-list-news-item__date {
    color: #959BA6;
    font-size: 12px;
}

.b-list-news-item__nextlink {
    position: absolute;
    color: #959BA6;
    font-size: 14px;
    bottom: 16px;
    text-decoration: underline;
}

.b-list-news-item:hover .b-list-news-item__nextlink {
    text-decoration: none;
}

.b-list-news-item__pic {
    transition: all .3s ease-out;
}

.b-list-news-item:hover .b-list-news-item__pic {
    transform: scale(1.01);
}

.b-list-news-item a {
    color: #5A5A5A;
    text-decoration: none;
}

.b-list-reviews-item {
    background: #F9F9F9;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    overflow: hidden;

}

.b-list-reviews-item__txt{
    padding: 12px 24px;
    font-weight: 600;
    font-size: 12px;
}

.b-list-reviews-item__user{
    width: 24px;
    height: 24px;
    border-radius: 12px;
}

.b-list-reviews-item__content {
    position: relative;
    display: block;
}

.b-list-reviews-item__content img {
    opacity: 0;
}

.b-list-reviews-item__content span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 24px;
    right: 24px;
}

.b-list-reviews-item__content + .b-list-reviews-item__txt {
    border-top: 1px solid #ECECEC;
}

.b-hot-offer {
    height: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s ease-out;
    cursor: pointer;
    display: block;
}

.b-hot-offer__pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s ease-out;
    display: block;
}

.b-hot-offer:hover .b-hot-offer__pic {
    transform: scale(1.01);
}

.b-hot-offer__name, .b-hot-offer:hover .b-hot-offer__name {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    transition: all .3s ease-out;
}

.b-fav__addlink {
    width: 16px;
    height: 16px;
    transition: all .3s ease-out;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.58367 3C6.85061 3 7.72245 3.7324 8 4C8.27755 3.7324 9.14939 3 10.4163 3C12 3 14 4.14684 14 6.44052C14 8.94146 10 11.4046 8 13C6 11.4046 2 8.94146 2 6.44052C2 4.14684 4 3 5.58367 3Z' stroke='%235A5A5A' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.b-fav__addlink:hover,
.b-fav__addlink_added,
.b-fav__addlink.active{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.58367 3C6.85061 3 7.72245 3.7324 8 4C8.27755 3.7324 9.14939 3 10.4163 3C12 3 14 4.14684 14 6.44052C14 8.94146 10 11.4046 8 13C6 11.4046 2 8.94146 2 6.44052C2 4.14684 4 3 5.58367 3Z' stroke='%23019741' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.b-fav__addbtn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    transition: all .3s ease-out;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    background: no-repeat #F9F9F9 url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='-5 -5 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 9C4 15 12 19 12 19C12 19 20 15 20 9C20 6.79086 18.2091 5 16 5C14.1362 5 12.444 6.27477 12 8C11.556 6.27477 9.86384 5 8 5C5.79086 5 4 6.79086 4 9Z' stroke='%23959BA6' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-position: center;
}

.b-fav__addbtn.--card {
    width: 48px;
    height: 48px;
}

@media (max-width: 575px) {
    .b-fav__addbtn.--card {
        border: 1px solid #ECECEC;
        background: no-repeat #F9F9F9 url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='-5 -5 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 9C4 15 12 19 12 19C12 19 20 15 20 9C20 6.79086 18.2091 5 16 5C14.1362 5 12.444 6.27477 12 8C11.556 6.27477 9.86384 5 8 5C5.79086 5 4 6.79086 4 9Z' stroke='%23959BA6' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e ");
        background-position: center;
    }

    .b-fav__addbtn.--card.active {
        border-color: transparent;
        background: no-repeat #009640 url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='-5 -5 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 9C4 15 12 19 12 19C12 19 20 15 20 9C20 6.79086 18.2091 5 16 5C14.1362 5 12.444 6.27477 12 8C11.556 6.27477 9.86384 5 8 5C5.79086 5 4 6.79086 4 9Z' stroke='%23ffffff' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e ");
        background-position: center;
    }
}

.b-fav__addbtn:hover, .b-fav__addbtn.active {
    border-color: transparent;
    background: no-repeat #009640 url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='-5 -5 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 9C4 15 12 19 12 19C12 19 20 15 20 9C20 6.79086 18.2091 5 16 5C14.1362 5 12.444 6.27477 12 8C11.556 6.27477 9.86384 5 8 5C5.79086 5 4 6.79086 4 9Z' stroke='%23ffffff' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-position: center;
}

.b-list-offers-item {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    overflow: hidden;
}

.b-list-offers-item .b-price {
    font-size: 20px;
    padding-top: 26px;
    display: block;
}

.b-list-offers-item .b-price_old {
    font-size: 16px;
    color: #5A5A5A;
    position: absolute;
    right: 0;
}

.b-list-offers-item .b-price_old.text_red {
    color: #EA3600;
}

.b-list-offers-item__pic {
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-list-offers-item.vtor .b-list-offers-item__pic {
    width: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.b-list-offers-item.vtor .b-list-offers-item__pic img{
    height: 100%;
}


.b-house-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.b-house-card-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.b-house-card a {
    font-weight: 600;
}

.b-house-card__title {
    font-weight: bold;
    font-size: 18px;
    color: #5A5A5A;

}

.b-list-docs-item {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    position: relative;
    padding-right: 120px !important;
    font-weight: 600;
    height: 100%;
}

.b-list-docs-item:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    right: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 12C5 11.4477 5.44772 11 6 11H28C28.5523 11 29 11.4477 29 12V42C29 42.5523 28.5523 43 28 43H6C5.44772 43 5 42.5523 5 42V12Z' fill='white' stroke='%23959BA6' stroke-width='2'/%3e%3cpath d='M19 6C19 5.44772 19.4477 5 20 5H36.4718C36.7412 5 36.9991 5.10867 37.1873 5.30141L42.7155 10.9637C42.8979 11.1505 43 11.4012 43 11.6623V37C43 37.5523 42.5523 38 42 38H20C19.4477 38 19 37.5523 19 37V6Z' fill='white' stroke='%23959BA6' stroke-width='2'/%3e%3cpath d='M36 5V10C36 11.1046 36.8954 12 38 12H43' stroke='%23959BA6' stroke-width='2'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    top: 50%;
    margin: -24px 0 0;
    transition: all .3s ease-out;
}

.b-list-docs-item:hover:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 12C5 11.4477 5.44772 11 6 11H28C28.5523 11 29 11.4477 29 12V42C29 42.5523 28.5523 43 28 43H6C5.44772 43 5 42.5523 5 42V12Z' fill='white' stroke='%23009640' stroke-width='2'/%3e%3cpath d='M19 6C19 5.44772 19.4477 5 20 5H36.4718C36.7412 5 36.9991 5.10867 37.1873 5.30141L42.7155 10.9637C42.8979 11.1505 43 11.4012 43 11.6623V37C43 37.5523 42.5523 38 42 38H20C19.4477 38 19 37.5523 19 37V6Z' fill='white' stroke='%23009640' stroke-width='2'/%3e%3cpath d='M36 5V10C36 11.1046 36.8954 12 38 12H43' stroke='%23009640' stroke-width='2'/%3e%3c/svg%3e ");
}

.b-list-docs-item a{
    transition: all .3s ease-out;
}

.b-list-docs-item a:hover {
    color: #009640;
}

.b-list-docs-item__date{
    font-size: 14px;
    color: #959BA6;
    font-weight: 400;
    margin: 0 0 5px;
}

.b-action-title {
    font-size: 16px;
}
.b-list-reviews .b-list-reviews-item {
    background: #fff;
    font-size: 14px;
}

.b-list-reviews-item__name {
    height: 15px;
    overflow: hidden;
}

.b-commerc-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .b-list-reviews-item__content span {
        -webkit-line-clamp: 7;
    }
    .b-list-house-item.--commercial {
        height: auto;
    }
}

@media (max-width: 991px) {
    .b-list-house-item__pic {
        position: relative;
        height: 296px;
    }
    .b-hot-offer__pic {
        position: relative;
        height: 280px;
    }
    .b-list-house-item {
        height: auto;
    }
    .b-list-reviews-item__content span {
        top: 16px;
        left: 16px;
        right: 16px;
    }
    .b-list-reviews-item__txt {
        padding: 12px 16px;
    }
    .b-house-card-bg {
        display: none;
    }
    .b-offers-name {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .b-list-news-item__nextlink {
        display: none;
    }
    .b-list-news-item {
        background: #fff;
        border: none;
    }
    .b-list-news-item__txt {
        padding-bottom: 16px !important;
    }
    .b-list-news {
        border-top: none;
        background: #F9F9F9;
    }
    .b-list-offers-item .b-price {
        padding: 0;
    }
    .b-list-offers-item .b-price_old {
        position: static;
    }
    .b-list-photos-item__txt {
        font-size: 14px;
    }
    .b-list-reviews-item__content span {
        -webkit-line-clamp: 9;
    }
    .b-list-reviews-item__content span {
        font-size: 14px;
    }
    .b-list-docs-item:after {
        width: 30px;
        height: 30px;
        background-size: contain;
    }
    .b-list-docs-item {
        padding-right: 60px !important;
    }
}

@media (max-width: 575px) {
    .b-list-house-item {
        margin: 0 -16px 16px;
        border-radius: 0;
    }
    .b-list-photos-item .b-price {
        font-size: 16px;
    }
    .b-fav__addbtn {
        border: none;
        background: no-repeat transparent url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='-5 -5 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 9C4 15 12 19 12 19C12 19 20 15 20 9C20 6.79086 18.2091 5 16 5C14.1362 5 12.444 6.27477 12 8C11.556 6.27477 9.86384 5 8 5C5.79086 5 4 6.79086 4 9Z' stroke='%235A5A5A' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e ");
    }

    .b-fav__addbtn:hover, .b-fav__addbtn.active {
        border-color: transparent;
        background: no-repeat transparent url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='-5 -5 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 9C4 15 12 19 12 19C12 19 20 15 20 9C20 6.79086 18.2091 5 16 5C14.1362 5 12.444 6.27477 12 8C11.556 6.27477 9.86384 5 8 5C5.79086 5 4 6.79086 4 9Z' stroke='%23009640' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e ");
    }
    .b-list-offers-item {
        font-size: 14px;
    }
    .b-list-offers-item h4 {
        font-weight: bold;
        font-size: 16px;
    }
    .b-list-offers-item .b-price {
        font-size: 16px;
    }
    .b-list-offers-item .b-price_old {
        font-size: 14px;
    }
    .b-list-offers-item__pic {
        width: 100%;
    }
    .b-list-offers-item.vtor .b-list-offers-item__pic {
        width: 120px;
    }
    .b-list-photos-item__txt h3, .b-list-photos-item__txt .b-h3 {
        font-size: 16px;
    }
    .b-list-reviews-item__content span {
        -webkit-line-clamp: 6;
    }
    .b-list-reviews-item__txt {
        padding: 12px 14px;
    }
    .b-list-offers-item__link:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: rgba(0, 0, 0, 0);
    }
    .b-commerc-name {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 40px;
    }
    .b-table-offers_com {
        height: 100px;
    }
}

/* End */


/* Start:/tools/css/reviews.css?17544818282108*/
.b-list-reviews{
    margin: 0 80px;
}

.b-list-reviews .b-list-reviews-item {
    background: #fff;
    font-size: 14px;
}

.b-list-reviews .b-list-reviews-item__txt {
    padding: 12px 16px 0;
}

.b-list-reviews-item__txt {
    padding: 12px 16px 0;
}

.b-list-reviews-item .__grid {
    display: flex;
}

.b-list-reviews-item .__col {
    flex-basis: 100%;
    overflow: hidden;
}

.b-list-reviews-item .__media {
    font-size: 0;
    line-height: 0;
}

.b-list-reviews-item .__media img {
}

.b-list-reviews-item iframe {
    border: 0;
}

.b-list-reviews-item .swiper-container{
    position: relative;
}

.b-list-reviews-item .swiper-container .__prev,
.b-list-reviews-item .swiper-container .__next {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 0.7;
    transition: all .3s ease-out;
}

.b-list-reviews-item .swiper-container .__prev {
    left: 15px;
}
.b-list-reviews-item .swiper-container .__next {
    right: 15px;
}

.b-list-reviews-item .swiper-container .swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

.b-list-reviews-item .swiper-container .__prev:hover:not(.swiper-button-disabled),
.b-list-reviews-item .swiper-container .__next:hover:not(.swiper-button-disabled){
    opacity: 1;
}

.b-custom-select.--reviews-filter {
    padding-left: 35px;
    height: 40px;
    min-width: 190px;
}

.b-custom-select.--reviews-filter .b-custom-select__wrap{
    min-width: 100%;
}

.b-custom-select.--reviews-filter li {
    padding: 0;
}

.b-custom-select.--reviews-filter li a{
    display: block;
    padding: 12px 32px 12px 45px;
}

.b-review-wrap {
    display: flex;
    grid-gap: 24px;
    align-items: flex-start;
    margin-bottom: 40px;
}
.b-review-layout {
    width: 50%;
}
.b-review-layout .js-review-item {
    margin-bottom: 24px;
}

@media (max-width: 1199px) {
    .b-list-reviews{
        margin: 0;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {
    .b-review-wrap {
        flex-wrap: wrap;
    }
    .b-review-layout {
        width: 100%;
    }
}
/* End */


/* Start:/tools/css/form.css?175448182811046*/
.b-custom-select {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    height: 48px;
    border-radius: 4px;
    padding: 0 50px 0 12px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    z-index: 9999;
}

.b-custom-select_40 {
    height: 40px;
}

.b-custom-select:after {
    content: "";
    right: 15px;
    top: 50%;
    margin: -2px 0 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #5A5A5A;
    position: absolute;
}

.b-custom-select__current {
    color: #5A5A5A;
}

.active .b-custom-select__current {
    color: #5A5A5A;
}

.b-custom-select__current .js-filter-select-text, .b-custom-select__current .js-current-selected {
    display: block;
}

.b-custom-select__wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 4px 0 0 0;
    white-space: nowrap;
    z-index: 2;
}

/*.b-custom-select:hover .b-custom-select__wrap{
    display: block;
}*/

.b-custom-select__list {
    list-style: none;
    margin: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
    padding: 12px 0 !important;
    max-height: 400px;
    overflow-y: auto;
    text-align: left;
}

.b-custom-select__list li {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding: 12px 32px 12px 45px;
}

.b-custom-select__list li:hover{
    background: #B7E8CB;
}

.b-custom-select__list li label {
    margin: 0;
    position: relative;
}

.b-custom-select__list li label:before {
    content: "";
    position: absolute;
    left: -33px;
    top: -4px;
    border: 1px solid #ECECEC;
    width: 24px;
    height: 24px;
    border-radius: 4px;
}
.b-custom-select__list li:hover label:before {
    border: 1px solid #D9D9D9;
}

.b-custom-select__list .active:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 8px;
    left: 19px;
    top: 13px;
    border-left: 2px solid #009640;
    border-bottom: 2px solid #009640;
    transform: rotate(-45deg);
}

.b-custom-checkbox-list {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    vertical-align: top;
}

.b-custom-checkbox-list__item {
    border-right: 1px solid #ECECEC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
    color: #5A5A5A;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.b-custom-checkbox-list__item label {
    margin: 0;
    display: block;
    cursor: pointer;
}

.b-custom-checkbox-list__item.active {
    background: #4CBC7B;
    color: #fff;
}

.b-custom-checkbox-list__item:last-child {
    border: none;
}

.b-pform__input_64 {
    height: 64px;
}

.b-pform__input_48 {
    height: 48px;
}
.selectric-b-pform__input_48 {
    height: 48px;
}


.b-modal-filter .selectric-wrapper .selectric {
    height: 48px;
    display: flex;
    align-items: center;
}

.b-modal-filter .selectric .button {
    background: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
}

.selectric-b-pform__input_64 {
    height: 64px;
}

.b-pform .selectric-wrapper.selectric-b-pform__input_64 .selectric {
    height: 64px;
}

.b-pform .selectric-wrapper.selectric-b-pform__input_64 .selectric .label {
    display: flex;
    align-items: center;
}

.b-form-traiden .b-pform__input {
    background: #F9F9F9;
}
.b-form-traiden .b-pform__input::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 14px;
    color: #5A5A5A;
    opacity: 1;
}

.b-modal-filter .b-pform__input::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 14px;
    color: #5A5A5A;
    opacity: 1;
}

.b-form-traiden .b-pform .selectric-wrapper .selectric {
    height: 48px;
}
.b-form-traiden .b-pform .selectric-wrapper span {
    display: flex;
    align-items: center;
}

.b-form-traiden .b-pform-tooltip {
    display: none;
}

.b-form-input-wrap {
    background: #F9F9F9;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    height: 48px;
    padding: 0 12px;
    display: flex;
    transition: all .3s ease-out;
    align-items: center;
}

.b-form-input-wrap.active span {
    color: #959BA6;
}

.b-form-input-wrap span.active {
    color: #959BA6;
}

.b-form-input-wrap.active {
    box-shadow: 0 0 0 2px #009640;
    outline: 0 none;
}

.b-form-input-wrap span {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    transition: all .3s ease-out;

}

.b-form-input-wrap input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    color: #5A5A5A;
    margin-left: 5px;
    height: 100%;
}

.b-form-input-wrap input[value=""].b-form-input-wrap span {
    color: #5A5A5A;
}



.b-checkbox {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    height: 24px;
    margin: 0;
}

.b-checkbox__offer.disabled {
    opacity: .7;
    /*pointer-events: none;*/
}

.b-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.b-checkbox .b-checkbox__ico {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    border: 1px solid #ECECEC;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}

.b-checkbox input:checked + .b-checkbox__ico:before {
    position: absolute;
    content: '';
    background: url(/images/ggarden/icons/chek.svg);
    background-size: cover;
    width: 14px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.b-checkbox__link {
    font-size: 12px;
    padding-left: 35px;
    padding-top: 5px;
    color: #959BA6;
    font-weight: 500;
    display: inline-block;
}

.b-checkbox__txt {
    padding-left: 32px;
    padding-top: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #5A5A5A;
}


.b-checkbox__link:hover {
    color: #959BA6;
}

.b-checkbox__link span {
    color: #3F3F3F;
}

.b-form-traiden .selectric-wrapper .selectric .label {
    background: #f9f9f9;
    font-weight: 600;
    font-size: 14px;
    color: #5A5A5A;
}



.b-form-traiden .selectric-wrapper .selectric {
    background: #f9f9f9;
}


.b-custom-check {
    background: #D9D9D9;
    border-radius: 12px;
    width: 44px;
    height: 24px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.b-custom-check:before {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    border-radius: 10px;
}

.b-custom-check.active {
    background: #4CBC7B;
}

.b-custom-check.active:before {
    left: auto;
    right: 4px;
}

.b-subscribe-form {
    padding: 40px;
    border-radius: 4px;
    margin-bottom: 32px;
}

.b-subscribe-form__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
}
/* start modal filt */
.b-modal-filter .iexmodal-close-inner {
    display: none;
}

.b-modal-filter .iexmodal-inner {
    padding: 0;
}

.b-modal-filter .iexmodal-popup {
    border-radius: 0;
}

.b-modal-filter .iexmodal-inner-wrap::before, .b-modal-filter .iexmodal-inner-wrap::after {
    content: none;
    height: 0;
}

.b-modal-filter-head {
    padding: 27px 24px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 16px;
}

.b-modal-filter__title {
    font-weight: 600;
    font-size: 16px;
    color: #5A5A5A;
    display: flex;
    align-items: center;
}

.b-modal-filter-content {
    padding: 0 0 24px;
    width: 80%;
    margin: 0 auto;
}

.b-modal-filter-content_border {
    border-bottom: 1px solid #ECECEC;
}

.b-custom-check-txt {
    font-size: 16px;
    font-weight: 600;
}
.b-modal-filter .selectric-wrapper .selectric .label {
    background: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 0 6px;
    color: #5A5A5A;
}
.b-modal-filter .selectric-wrapper .selectric {
    background-color: #ffffff;
}

.b-custom-p-l {
    padding-right: 5px !important;
}

.b-custom-p-r {
    padding-left: 5px !important;
}

/* end */


.b-filtr .b-tags a {
    color: #959BA6;
    box-shadow: 0 0 0 1px #ECECEC;
    position: relative;
}

.b-filtr .b-tags a:hover, .b-filtr .b-tags a.active {
    box-shadow: none;
}

.b-filtr .b-tags .b-tags__drop {
    box-shadow: none;
}

.b-filtr .b-custom-select, .b-filtr .b-custom-checkbox-list {
    margin: 0 8px 8px 0;
}

.b-filtr .b-custom-select {
    padding-right: 35px;
    width: 210px;
}

.b-filtr .b-custom-select:hover {
    border-color: #5AC888;
}

.b-filtr .b-custom-select__list {
    min-width: 210px;
}

.b-filtr .b-tags_big a {
    height: 40px;
    padding: 0 18px;
    font-weight: 600;
    color: #5A5A5A;
}

.b-form-success-white .b-pform__thanks {
    color: #ffffff;
}

.b-form-success-white .b-pform__confirmed-ico {
    background: url(/images/ggarden/auth/ico_ok-w.svg) no-repeat;
}

.b-filtr__name {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 14px 8px 0;
}

.b-filtr__input-wrap {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    height: 48px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    width: 78px;
}

.b-filtr__input-wrap_first {
    border-radius: 4px 0 0 4px;
}

.b-filtr__input-wrap_last {
    border-radius: 0 4px 4px 0;
    border-left: none;
    margin: 0 16px 0 0;
}

.b-filtr__input-wrap input {
    border: none;
    width: 40px;
    height: 46px;
    text-align: center;
    font-size: 16px;
}

.b-map-grid .b-filtr__input-wrap input {
    width: 75px;
}

.b-filtr__input-wrap input:focus {
    outline: none !important;
}

.b-checkbox_filtr {
    margin-top: 12px;
}

.b-filtr .b-checkbox_filtr {
    margin-left: 16px;
}

.b-modal-filter .b-filtr__name {
    padding: 14px 8px 0 0;
}

.b-modal-filter .b-custom-check-txt {
    font-size: 14px;
    font-weight: 400;
}

.b-pform-media {
}

.b-pform-media .b-pform__filebutton {
    border: 1px solid #4CBC7B;
    border-radius: 4px;
    color: #009640;
    background: #FFFFFF;
    transition: all .3s ease-out;
    text-transform: none;
    font-size: 13px;
}

.b-pform-media .b-pform__filebutton.--active {
    background: #009640;
    color: #fff;
    text-decoration: none;
    border-color: transparent
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
    .b-pform__input_64 {
        height: 45px;
    }

    .b-pform .selectric-wrapper.selectric-b-pform__input_64 .selectric {
        height: 45px;
    }
    .selectric-b-pform__input_64 {
        height: 45px;
    }
}

@media (max-width: 767px) {
    .b-subscribe-form {
        padding: 16px;
    }
}

@media (max-width: 575px) {

}

/* End */


/* Start:/tools/css/search.css?16085437911652*/
.b-search-input {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 14px 15px;
    width: 100%;
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease-out;
    height: 48px;
}

.b-search-input:focus {
    outline: none;
    border: 1px solid #019769;
}


.b-search-ico {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.5 13L6.5 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3ccircle cx='9.5' cy='7' r='4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    width: 16px;
    height: 16px;
    background-size: cover;
    display: inline-block;
    margin-left: 8px;
    transition: all .3s ease-out;
}


.b-search-item {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    margin-bottom: 32px;
    padding: 24px;
}

.b-search-path {
    font-weight: 600;
    font-size: 16px;
    text-decoration-line: underline;
    color: #5A5A5A;
    margin-bottom: 8px;
}

.b-search-date {
    font-size: 12px;
    color: #959BA6;
    margin-bottom: 24px;
}


@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

    .b-search-ico {
        margin: 0;
        width: 24px;
        height: 24px;
    }
    .b-search-item {
        padding: 16px;
        margin-bottom: 16px;
    }
    .b-search-input {
        height: 40px;
    }
    .b-search-result .b-btn {
        height: 40px;
    }

}
/* End */


/* Start:/tools/css/btn.css?17422094204196*/
.b-btn {
    background: #009640;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-out;
    border: none;
}

.b-btn_40 {
    height: 40px;
}

.b-btn:focus {
    outline: none;
}

.b-btn_40 {
    height: 40px;
    font-size: 14px;
    padding: 0 16px;
}

.b-btn_64 {
    height: 64px;
    font-size: 18px;
}

.b-btn:hover {
    background: #009640;
    color: #fff;
    text-decoration: none;
    border-color: transparent;
}

.b-btn:hover svg {
    stroke: #fff;
    fill: #fff;
}

.b-btn_grad {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    transition: none;
}

.b-btn_white {
    background: #fff;
    color: #5A5A5A;
}
.b-btn_white:hover {
    color: #4CBC7B;
    background: #fff;
}

.b-btn_white svg {
    stroke: #959BA6;
}

.b-btn_white:hover svg {
    stroke: #4CBC7B;
}

.b-btn_greyborder {
    background: #F9F9F9;
    border: 1px solid #ECECEC;
    color: #5A5A5A;
}

.b-btn_radius {
    border-radius: 24px;
}

.b-btn_arrow {
    padding: 0 45px 0 24px !important;
    position: relative;
}


.b-btn_arrow:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 24px;
    top: 50%;
    margin: -5px 0 0;
    transition: all .3s ease-out;
}

.b-btn_map {
    border: 1px solid #4CBC7B;
    border-radius: 4px;
    color: #009640;
    background: #FFFFFF;
}

.b-btn_map:hover svg circle {
    stroke: #009640;
}

.b-btn_map:hover svg {

}

.b-btn_map:hover svg path {
    stroke: #ffffff !important;
}

.b-btn_border.b-btn_arrow:after {
    border-top: 2px solid #5A5A5A;
    border-right: 2px solid #5A5A5A;
}

.b-btn_border:hover.b-btn_border.b-btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;

}

.b-btn_arrow_small:after {
    width: 7px;
    height: 7px;
    margin: -3px 0 0;
}

.b-btn_white.b-btn_arrow:after, .b-btn_greyborder.b-btn_arrow:after {
    border-top: 2px solid #5a5a5a;
    border-right: 2px solid #5a5a5a;
}

.b-btn_white.b-btn_arrow:hover:after {
    border-top: 2px solid #4CBC7B;
    border-right: 2px solid #4CBC7B;
}

.b-btn_greyborder.b-btn_arrow:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.b-btn_border {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    font-weight: normal;
    font-size: 14px;
    color: #5A5A5A;
    padding: 0 16px;
}

.b-btn_borderlight {
    border: 1px solid #ececec !important;
}
.b-btn_borderlight:hover {
    border-color: #4CBC7B !important;
}

.b-btn_grey{
    background: #E5E5E5;
    color: #959BA6;
}
.b-btn_passive,
.b-btn_passive:hover{
    background: #E5E5E5;
    color: #959BA6;
    cursor: default;
}

.b-btn_passive.js-favorites-add {
    cursor: pointer;
}

.b-btn.disabled {
    pointer-events: none;
    opacity: .5;
}

.b-btn_filtr {
    width: 100%;
}

.b-btn_clear {
    background: #F9F9F9;
    border: 1px solid #F9F9F9;
    color: #959BA6;
    width: 100%;
}

.b-btn_clear svg {
    stroke: #959BA6;
}

.b-btn_clear.--active {
    border-color: #4CBC7B;
    color: #009640;
    background: #fff;
}
.b-btn_clear.--active svg {
    stroke: #009640;
}
.b-btn_clear:hover {
    background: #009640;
    color: #fff;
    border-color: #009640;
}
.b-btn_clear:hover svg {
    stroke: #fff;
}

.b-btn_abs3d {
    position: absolute;
    top: 32px;
    right: 42px;
}

.b-btn_filtr {
    width: 100%;
}

.b-btn:hover.--no-svg svg{
stroke: none;
    fill: none;
}

@media (max-width: 1199px) {
    .b-btn_filtr {
        width: auto;
    }
    .b-btn_clear {
        width: auto;
    }
    .b-btn_filtr {
        width: auto;
    }
}

@media (max-width: 991px) {
    .b-btn_64 {
        height: 45px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}

@media (max-width: 480px) {

    .b-btn_abs3d {
        position: absolute;
        left: 50%;
        right: auto;
        top: 50%;
        transform: translate(-50%, -50%);
    }


}

/* End */


/* Start:/tools/css/pager.css?16227302624851*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}


.b-paging.bx-pagination .bx-pagination-container ul li {
	vertical-align: top;
}

.b-paging.bx-pagination .bx-pagination-container ul li.bx-pag-all span, .b-paging.bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .b-paging.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
	color: #5A5A5A;
	background: #fff;
	line-height: 43px;
	height: 48px;
	padding: 0 20px;
	border-radius: 4px;
	font-weight: 600;
}
.b-paging.bx-pagination .bx-pagination-container ul li a, .b-paging.bx-pagination .bx-pagination-container ul li span {
	text-decoration: none;
	display: block;
	height: 48px;
	min-width: 48px;
	line-height: 43px;
	color: #5A5A5A;
	background: #fff;
	font-weight: 600;
	border-radius: 4px;
}

.b-paging.bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .b-paging.bx-pagination .bx-pagination-container ul li.bx-pag-next a span, .b-paging.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span, .b-paging.bx-pagination .bx-pagination-container ul li.bx-pag-next span, .b-paging.bx-pagination .bx-pagination-container ul li span {
	border: 1px solid #ECECEC;
}

.b-paging.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
	border: 1px solid #4CBC7B;
	background: #fff;
	color: #4CBC7B;
	font-weight: 600;
}

.b-paging.bx-pagination .bx-pagination-container ul li a:hover span {
	background: #fff;
}



.b-pag-end span {
    opacity: 0.7;
}

@media (max-width: 767px) {
	.b-paging.bx-pagination .bx-pagination-container ul li a, .b-paging.bx-pagination .bx-pagination-container ul li span, .b-paging.bx-pagination .bx-pagination-container ul li.bx-pag-all span, .b-paging.bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .b-paging.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
		height: 40px;
		min-width: 40px;
		line-height: 38px;
		font-size: 14px;
		padding: 0 16px;
	}
	.b-paging.bx-pagination .bx-pagination-container ul li a {
		padding: 0;
	}
	.bx-pagination .bx-pagination-container ul li {
		margin: 0 0 15px;
	}
}


/* End */


/* Start:/tools/css/style.css?175466874451658*/
@font-face {
    font-family: 'Open Sans';
    src: url('/tools/fonts/opensans/OpenSans-Bold.eot');
    src: url('/tools/fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/tools/fonts/opensans/OpenSans-Bold.woff2') format('woff2'),
    url('/tools/fonts/opensans/OpenSans-Bold.woff') format('woff'),
    url('/tools/fonts/opensans/OpenSans-Bold.ttf') format('truetype'),
    url('/tools/fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/tools/fonts/opensans/OpenSans-Semibold.eot');
    src: url('/tools/fonts/opensans/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/tools/fonts/opensans/OpenSans-Semibold.woff2') format('woff2'),
    url('/tools/fonts/opensans/OpenSans-Semibold.woff') format('woff'),
    url('/tools/fonts/opensans/OpenSans-Semibold.ttf') format('truetype'),
    url('/tools/fonts/opensans/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/tools/fonts/opensans/OpenSans.eot');
    src: url('/tools/fonts/opensans/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('/tools/fonts/opensans/OpenSans.woff2') format('woff2'),
    url('/tools/fonts/opensans/OpenSans.woff') format('woff'),
    url('/tools/fonts/opensans/OpenSans.ttf') format('truetype'),
    url('/tools/fonts/opensans/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #5A5A5A;
}

::-moz-selection {
    color: #fff !important;
    background: rgba(0, 150, 64, .4);
}

::selection {
    color: #fff !important;
    background: rgba(0, 150, 64, .4);
}

a, a:hover {
    color: #5A5A5A;
    text-decoration: none;
}

h1, .b-h1 {
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 24px;
}

h2, .b-h2 {
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 8px;
}

h3, .b-h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin: 0;
}

h4, .b-h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin: 0;
}

h5, .b-h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 24px;
}

p:last-child {
    margin: 0;
}

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

.b-list, .b-txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-txt ul {
    margin: 16px 0;
}

.b-list li, .b-txt ul li {
    margin: 0 0 24px;
    font-size: 16px;
    padding: 0 0 0 14px;
    position: relative;
}

.b-txt ul li {
    margin: 0 0 8px;
    line-height: 1.2;
}

.b-list li:last-child, .b-txt ul li:last-child {
    margin: 0;
}

.b-list li:before, .b-txt ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #4CBC7B;
    position: absolute;
    left: 0;
    top: 7px;
}

.b-list-check {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-list-check li {
    margin: 0 0 32px;
    font-size: 16px;
    padding: 0 0 0 40px;
    position: relative;
}

.b-list-check li:last-child {
    margin: 0;
}

.b-list-check li:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -1px;
    background: url(/images/ggarden/icons/check.svg) no-repeat;
}

.b-h1__link {
    color: #959BA6;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    transition: all .3s ease-out;
}

.b-h1__link-green {
    color: #009640;
}

.b-link {
    text-decoration: underline;
    display: inline-block;
}

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

.b-link-video {
    position: relative;
    display: inline-block;
}

.b-link-video img {
    position: relative;
    z-index: 1;
}

.b-link-video:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(/images/ggarden/icons/video.svg) no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: .6;
    transition: all .3s ease-out;
}

.b-link-video:hover:after {
    opacity: 1;
}

.b-link-gallery {
    position: relative;
    display: inline-block;
}

.b-link-gallery__more {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    background-color: rgba(200, 200, 200, 0.7);
    padding: 5px 8px;
}

.border-radius {
    border-radius: 4px;
    overflow: hidden;
}

.b-header {
    border-bottom: 1px solid #ECECEC;
    padding: 16px 0;
    background: #ffffff;
}

.b-header.iexmenu-hidden {
    z-index: 99999;
    padding: 0;
}

.b-header__inner {
    position: relative;
    z-index: 11;
    background: #ffffff;
}

.b-logo {
    font-size: 0;
}

.b-header__phone, .b-header__phone:hover {
    font-weight: bold;
    font-size: 18px;
    padding: 0 40px 0 0;
    position: relative;
    color: #5A5A5A;
    text-decoration: none;
    transition: all .3s ease-out;
}

.b-header__phone.--mobile {
    padding: 0;
}

.b-header__phone.--mobile:after {
    content: none;
}

.b-header__phone:hover {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.b-header__phone:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background: #ECECEC;
    right: 0;
    top: -5px;
}

.b-header__serach, .b-header__fav, .b-header__lk {
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: all .3s ease-out;
    vertical-align: top;
}

.b-header__serach {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='11.5' cy='10.5' r='6.5' stroke='%23959BA6' stroke-width='2'/%3e%3cpath d='M17.6679 21.5547C17.9743 22.0142 18.5952 22.1384 19.0547 21.8321C19.5142 21.5257 19.6384 20.9048 19.3321 20.4453L17.6679 21.5547ZM14.1679 16.3047L17.6679 21.5547L19.3321 20.4453L15.8321 15.1953L14.1679 16.3047Z' fill='%23959BA6'/%3e%3c/svg%3e ");
}

.b-header__serach:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='11.5' cy='10.5' r='6.5' stroke='%23019741' stroke-width='2'/%3e%3cpath d='M17.6679 21.5547C17.9743 22.0142 18.5952 22.1384 19.0547 21.8321C19.5142 21.5257 19.6384 20.9048 19.3321 20.4453L17.6679 21.5547ZM14.1679 16.3047L17.6679 21.5547L19.3321 20.4453L15.8321 15.1953L14.1679 16.3047Z' fill='%23019741'/%3e%3c/svg%3e ");
}

.b-header__fav {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 9C4 15 12 19 12 19C12 19 20 15 20 9C20 6.79086 18.2091 5 16 5C14.1362 5 12.444 6.27477 12 8C11.556 6.27477 9.86384 5 8 5C5.79086 5 4 6.79086 4 9Z' stroke='%23959BA6' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.b-header__fav:hover, .b-header__fav.active {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 9C4 15 12 19 12 19C12 19 20 15 20 9C20 6.79086 18.2091 5 16 5C14.1362 5 12.444 6.27477 12 8C11.556 6.27477 9.86384 5 8 5C5.79086 5 4 6.79086 4 9Z' stroke='%23019741' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.b-header__lk {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 8C16 10.2091 14.2091 12 12 12C9.79086 12 8 10.2091 8 8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8Z' stroke='%23959BA6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M5 20V19.8948C5 17.7228 6.40219 15.7993 8.46995 15.1347L8.88889 15L12 16.875L15.1111 15L15.53 15.1347C17.5978 15.7993 19 17.7228 19 19.8948V20' stroke='%23959BA6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.b-header__lk:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16 8C16 10.2091 14.2091 12 12 12C9.79086 12 8 10.2091 8 8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8Z' stroke='%23019741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M5 20V19.8948C5 17.7228 6.40219 15.7993 8.46995 15.1347L8.88889 15L12 16.875L15.1111 15L15.53 15.1347C17.5978 15.7993 19 17.7228 19 19.8948V20' stroke='%23019741' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.b-region {
    cursor: pointer;
    position: relative;
}

.b-h1 .b-region {
    display: inline-block;
}

.b-region__current {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding: 0 18px 0 0;
    display: inline-block;
}

.b-region__current:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #029844;
    border-bottom: 2px solid #029844;
    transform: rotate(45deg);
    right: 0;
    top: 50%;
    margin: -5px 0 0;
}

.b-region_nodrop .b-region__current:after {
    display: none;
}

h1 .b-region__current, .b-h1 .b-region__current {
    font-weight: 700;
}

.b-region__drop {
    position: absolute;
    left: -18px;
    top: 100%;
    padding: 4px 0 0 0;
    white-space: nowrap;
    z-index: 99999;
    display: none;
}

.b-region:hover .b-region__drop {
    display: block;
}

.b-region__list {
    list-style: none;
    margin: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
    padding: 24px 20px 12px !important;
    max-height: 400px;
    overflow-y: auto;
    text-align: left;
}

.b-region__list li {
    margin: 0 0 12px;
    cursor: pointer;
    font-size: 14px;
}

.b-region__list .active, .b-region__list li:hover, .b-region__list .active a, .b-region__list li:hover a {
    color: #009640;
}

.b-spec-txt {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}


.flex-container {
    display: -webkit-flex;
    display: flex;
}

.b-link-clear {
    position: relative;
    padding: 0 20px 0 0;
    color: #959BA6;
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.b-link-clear:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 11L8 8M11 5L8 8M8 8L5 5M8 8L11 11' stroke='%23959BA6' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
    right: 0;
    top: 0;
}

.b-link-clear:hover {
    text-decoration: none;
}

.b-tags {

}

.b-tags a,
.b-tags__spinner {
    margin: 0 8px 8px 0;
    height: 32px;
    vertical-align: top;
    display: inline-flex;
    align-items: center;
}

.b-tags a {
    color: #5A5A5A;
    font-weight: 600;
    font-size: 12px;
    background: #fff;
    border-radius: 24px;
    border: 2px solid #fff;
    padding: 0 16px;
    transition: all .3s ease-out;
}

.b-tags a:hover {
    border: 2px solid #4CBC7B;
    text-decoration: none;
}

.b-tags a.active {
    border: 2px solid #4CBC7B;
    color: #5A5A5A;
}

.b-tags a.b-tags__add {
    width: 32px;
    padding: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 12L8 8M8 8L8 4M8 8L4 8M8 8L12 8' stroke='%23959BA6' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
    background-position: center;
    background-repeat: no-repeat;
}

.b-tags a.b-tags__all {
    color: #959BA6;
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    border-color: transparent;
    text-decoration: underline;
}

.b-tags_grey a {
    color: #959BA6;
    box-shadow: 0 0 0 1px #ECECEC;
}

.b-rew-no-photo {
    width: 24px;
    height: 24px;
}

.b-tags a.b-tags__all:hover {
    border-color: transparent;
    color: #4CBC7B;
}

.b-tags__spinner {
    display: none;
    position: relative;
    opacity: 0;
    width: 32px;
    margin-left: 12px;
}

.b-tags__spinner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #4CBC7B transparent #4CBC7B transparent;
    -webkit-animation: rotateTagsSpinner 1.2s linear infinite;
    animation: rotateTagsSpinner 1.2s linear infinite;
}

@keyframes rotateTagsSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateTagsSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.b-tags .b-tags__drop {
    color: #5A5A5A !important;
    border: none !important;
    text-decoration: underline;
    position: relative;
    font-size: 14px;
}

.b-tags .b-tags__drop:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #5A5A5A;
    border-right: 2px solid #5A5A5A;
    transform: rotate(45deg);
}

.b-tags .b-tags__drop:hover {
}


.b-table-offers {
    width: 100%;
    font-size: 14px;
}

.b-table-offers tr td {
    width: 33%;
    padding: 4px 6px 4px 0;
}

.b-table-offers tr td:last-child {
    text-align: right;
    padding: 4px 0 4px 6px;
}

.b-table-offers a {
    color: #5A5A5A;
    text-decoration: underline;
}

.b-table-offers a:hover {
    color: #009640;
}

.b-ipoteka {
    border: 1px solid #ECECEC;
    border-radius: 4px;
}

.b-ipoteka__bg {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.b-ipoteka__txt {
    padding: 48px 50px;
    background: #fff;
}

.b-ipoteka__btn {
    height: 64px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    border-radius: 4px;
    outline: none !important;
    max-width: 370px;
}

.b-ipoteka__pay {
    color: #009640;
    font-weight: bold;
    font-size: 18px;
}

.b-labels {
    overflow: hidden;
    width: 215px;
    height: 24px;
}

.b-labels_inline {
    width: 100%;
    height: auto;
    z-index: 2;
    margin: 0 0 10px;
}

.b-labels__item {
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    vertical-align: top;
    line-height: 1.2;
}

.b-labels__slider {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    height: 24px;
}

.b-labels__slider .b-labels__item {
    opacity: 0;
    transition: opacity ease-in-out .4s;
}

.b-labels__slider .swiper-slide-active .b-labels__item {
    opacity: 1;
}


.b-labels_inline .b-labels__item {
    margin: 0 0 5px 0;
}

.b-labels__item_green {
    background: linear-gradient(90deg, #00968D 0%, #009640 100%);
    color: #fff;
    border: none;
}

.b-labels__item_violate {
    background: linear-gradient(90deg, #8D36FD 0%, #9554e9 100%);
    color: #fff;
    border: none;
}

.b-labels__item_red {
    background: linear-gradient(90deg, #F16618 0%, #EB5757 100%);
    color: #fff;
    border: none;
}

.b-labels__item_orange {
    background: linear-gradient(90deg, #FFA800 0%, #FF8A00 100%);
    color: #fff;
    border: none;
}

.b-labels__item_pic {

    background: transparent;
    padding: 0;
    border: none;
}

.b-price {
    font-weight: bold;
    font-size: 16px;
}

.b-price_old {
    color: #959BA6;
    font-size: 14px;
    text-decoration: line-through;
    display: block;
}


.b-ades {
    /*background-image: url(/images/ggarden/aes/bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.b-ades-block {
    background: #fff;
    border-radius: 4px;
    color: #5A5A5A;
    padding: 24px;
}

.b-ades-block-item {
    position: relative;
    padding: 70px 35px 0;
    height: 240px;
}

.b-ades-block-item__ico {
    position: absolute;
    top: 40px;
    right: 40px;
}

.b-ades-block-item__num {
    font-weight: bold;
    font-size: 64px;
    line-height: 1.1;
    margin: 0 0 20px;
    opacity: 0;
}

.b-ades-block-item__num-zero {
    font-weight: bold;
    font-size: 64px;
    line-height: 1.1;
    margin: 0 0 20px;
}

.b-ades-block-item__name {
    font-weight: 600;
    font-size: 18px;
}

.b-ades-block-item_1 {
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

.b-ades-block-item_2 {
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

.b-ades-block-item_3 {
    border-bottom: 1px solid #ECECEC;
}

.b-ades-block-item_4 {
    border-right: 1px solid #ECECEC;
}

.b-ades-block-item_5 {
    border-right: 1px solid #ECECEC;
}

.b-ades-block-item_6 {

}

.b-likes {
    color: #959BA6;
    font-size: 12px;
    font-weight: 600;
    height: 15px;
    overflow: hidden;
}

.b-soc {

}

.b-soc__link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #D9D9D9;
    vertical-align: top;
    transition: all .3s ease-out;
}

.b-soc__link:hover {
    background: #009640;
}

.b-soc__link svg {
    fill: #fff;
}

.b-footer-head {
    border-top: 1px solid #ECECEC;
}


.b-footer__pd {
    color: #959BA6;
    font-size: 14px;
    text-decoration: underline;
}

.b-footer-copy {
    background: #5A5A5A;
    font-size: 14px;
    color: #fff;
}

.b-footer__addr {
    line-height: 1.5;
}

.b-gotov {
    background: #F9F9F9;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}


.b-block {
    background: #FFFFFF;
    border-radius: 4px;
}


.b-block-grey {
    background: #F9F9F9;
    border: 1px solid #ECECEC;
    border-radius: 4px;
}

.b-block_shadow {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
}

.b-quest {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    margin: 0 0 16px;
    transition: all .3s ease-out;
}

.b-quest:hover {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
}

.b-quest:last-child {
    margin: 0;
}

.b-quest__name {
    position: relative;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 32px;
}

.b-quest__name:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 2px solid #5A5A5A;
    border-top: 2px solid #5A5A5A;
    transform: rotate(-135deg);
    right: 38px;
    top: 35px;
    transition: all .3s ease-out;
}

.b-quest__name[aria-expanded="true"]:after {
    transform: rotate(45deg);
    top: 37px;
}

.b-quest__answ {
    padding: 32px 0;
    margin: 0 32px;
    border-top: 1px solid #ECECEC;
    /*transition: all .3s ease-out;*/
}


.b-bread {

}

.b-bread ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.b-bread ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 0;
}

.b-bread ul li:before {
    content: '/';
    position: absolute;
    right: 5px;
    top: 1px;
    color: #B9B9B9;
    font-size: 12px;
}

.b-bread ul li:last-child:before {
    display: none;
}

.b-bread ul li a {
    color: #B9B9B9;
    transition: all .3s ease-out;
}

.b-bread ul li a:hover {
    color: #009640;
}

.b-txt img {
    max-width: 100% !important;
    height: auto !important;
}

.bg-light {
    background: #F9F9F9;
}

.line-camp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 38px;
}

.line-camp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 57px;
}

.line-camp-3.text_14 {
    max-height: 50px;
    height: 50px;
}

.line-camp-2.text_14 {
    max-height: 33px;
}

.line-camp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 16px;
}

.text_14 {
    font-size: 14px;
}

.text_20 {
    font-size: 20px;
}

.text_18 {
    font-size: 18px;
}

.text_48 {
    font-size: 48px;
}

.text_0 {
    font-size: 0;
}

.text_red {
    color: #EA3600;
}

.text_grey {
    color: #959BA6;
}

.text_green {
    color: #009640;
}

.index-1 {
    z-index: 1;
}

.index-2 {
    z-index: 2;
}


.b-modal-search-wrap .iexmodal-inner {
    padding: 14px 0;
}

.b-modal-search {
    position: relative;
    display: flex;
    align-items: center;
}

.b-modal-search input {
    margin: 0 20px 0 0;
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #959BA6;
    height: 48px;
    padding: 0 15px;
}

.b-modal-search input:focus {
    outline: none;
}

.b-modal-search .b-btn {
    margin-right: 24px;
}

.b-modal-close {
    transition: all .3s ease-out;
    cursor: pointer;
}

.b-modal-close:hover {
    transform: rotate(90deg);
    opacity: 0.6;
}

.b-modal-search-wrap .iexmodal-close-inner {
    display: none;
}


.b-iexmodal-video .iexmodal-popup {
    background-color: transparent;
}

.b-iexmodal-video .iexmodal-inner {
    padding: 0;
}

.b-iexmodal-video .iexmodal-inner-wrap::before {
    display: none;
}

.b-iexmodal-video .iexmodal-close-inner {
    top: -8px;
    color: #fff;
}

.b-iexmodal-video .iexmodal-close-inner .iexmodal-icon {
    opacity: 1;
}

.b-bner {
    background: url(/images/ggarden/tradein/bner.jpg) no-repeat center center;
    height: 450px;
    display: flex;
    align-items: center;
    background-size: cover !important;
}

.b-bner__title {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-weight: bold;
    font-size: 64px;
    margin: 0 0 16px;
}

.bg-green {
    background: url(/images/ggarden/tradein/bg-green.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

.b-bner-plus {
    height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.b-bner-plus__bg {
    position: absolute;
    z-index: -1;
    height: 100%;
    display: none;
}

video.b-bner-plus__bg {
    z-index: 0;
}

.b-bner-plus__imgcenter {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-bner-plus__title {
    font-weight: 700;
    font-size: 56px;
    color: #019741;
    line-height: 1;
}

.b-bner-plus__txt {
    color: #5A5A5A;
    font-weight: 600;
    font-size: 20px;
    margin: 32px 0 0;
}

.b-bner-plus__btn {
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border: none;
    height: 64px;
    font-size: 18px;
    margin: 48px 0 0;
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    opacity: .9;
    transition: all .3s ease-out;
}

.b-bner-plus__btn svg{
    width: 100%;
    height: 100%;
}

.b-bner-plus:hover .b-bner-plus__btn {
    opacity: 1;
}

.b-bner-plus__pic-left {
    display: flex;
    justify-content: flex-end;
}

.b-custom-block .pk-container{
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
}


.b-custom-block .pk-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.b-stars.--form .__star {
    cursor: pointer;
}

.b-stars {
    position: relative;
    display: flex;
    gap: 2px;
    overflow: hidden;
}

.b-stars:after {
    content: "";
    display: block;
    clear: both;
}

.b-stars .__label {
    font-size: 16px;
}

.b-stars .__star {
    transition: 0.3s ease-out;
    float: left;
    width: 26px;
    height: 26px;
    background: url("/images/ggarden/icons/star.svg") no-repeat;
    background-size: cover;
    filter: grayscale(1);
}

.b-stars .__star.--full {
    filter: grayscale(0);
}

.b-rev-slider {
    padding: 0 80px;
    position: relative;
}

.b-rev-slider .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.b-rev-slider .swiper-slide {
    height: auto;
}

.b-rev-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #D9D9D9;
    margin: 0 !important;
}

.b-rev-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #009640;
}

.b-rev-slider .b-swiper-arrow {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.b-rev-slider .b-swiper-arrow.swiper-button-disabled {
    visibility: visible;
}

.b-rev-slider .b-swiper-arrow.prev{
    left: 0;
}
.b-rev-slider .b-swiper-arrow.next{
    right: 0;
}

@media (max-width: 991px) {
    .b-rev-slider {
        padding: 0;
    }

    .b-rev-slider .b-swiper-arrow.prev{
        left: -50px;
    }
    .b-rev-slider .b-swiper-arrow.next{
        right: -50px;
    }
}

.b-arrows {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;

    > div {
        pointer-events: auto;
    }
}

.b-zhk-review-item {
    padding: 16px 32px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0px 0px 21.48px 0px #0000001A;
}

.b-zhk-review-item .__link{
    margin-top: auto;
    text-decoration: underline;
}

.b-zhk-review-item .__link:hover{
    text-decoration: none;
}

.--text-12 {
    font-size: 12px;
}

.b-rev-title{
    font-size: 26px;
    font-weight: 700;
}

.--line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.--line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.b-review-popup .iexmodal-inner{
        padding:  32px 16px;
}

.b-review-popup.iexmodal-popup{
    border-radius: 8px;
}

.b-rev-advan .__top{
    color: #009640;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.b-rev-advan .__top span{
    font-weight: 700;
    font-size: 50px;
}

.b-rev-fame{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
}
.b-rev-fame > div{
    min-width: 0;
}

.b-rev-slider.--fame{
    padding: 0;
}

.b-rev-fame .__text{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.b-rev-fame .__text-inner{
    min-height: 100px;
}

.b-rev-fame .swiper-slide{
    display: flex;
    flex-direction: column;
}


.b-rev-fame .__right img{

    border-radius: 16px;
    height: 380px;
    width: 100%;
    object-fit: cover;
}

.b-rev-fame .__sub{
    font-size: 14px;
}



@media (max-width: 1198px) {
    .b-bner-plus__title {
        font-size: 46px;
    }

    .b-bner-plus__txt {
        font-size: 18px;
        margin: 24px 0 0;
    }

    .b-bner-plus__btn {
        height: 48px;
        font-size: 16px;
        margin: 36px 0 0;
    }
}

/* Start props */
.b-props-item {
    overflow: hidden;
}

.b-prop-item {
    border-bottom: 1px solid #D9D9D9;
    font-size: 15px;
    color: #5A5A5A;
    padding: 13px 0;
}

.b-prop-item div.--old-price {
    text-decoration: line-through;
}

.b-prop-item:last-child {
    border-bottom: 0;
}

.b-list-check_flex {
    display: flex;
    flex-wrap: wrap;
}

.b-list-check_flex li {
    width: 23%;
}

.b-cur-auto {
    cursor: auto;
}

.b-props-hidden {
    display: none;
}

.b-prop-item__name {
    font-weight: 600;
}

.b-props-item__more {
    font-weight: 600;
    font-size: 16px;
    color: #959BA6;
    position: relative;
    cursor: pointer;
    width: 100%;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.b-props-item__more svg {
    display: inline-block;
    margin-left: 6px;
    fill: #959BA6;
}

.b-props-item__more:hover {
    color: #009640;
}

.b-props-item__more:hover svg {
    fill: #009640;
}

.b-props-item__more.active svg {
    transform: rotate(180deg);
}


/* End */

.b-bank-wrap .d-none {
    display: block !important;
}

.b-parking-zoomin {
    display: block;
    background-color: #fff;
    border-radius: 5px;
}

.d-inline-block {
    vertical-align: top;
}


.b-menu-wrap {
    padding-left: 30px;
    text-align: left;
}

.b-ndx-slider {
    overflow: hidden;
    position: relative;
}

.b-ndx-slider .b-swiper-navigation {
    left: 0;
    top: 50%;
    padding: 0 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.b-ndx-slider .b-swiper-navigation .swiper-button-lock {
    opacity: 0;
}

.b-ndx-slider .swiper-slide {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.b-ndx-slider .swiper-pagination-bullet-active {
    background: #009640;
}

.b-ndx-slider .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

.b-house-sl .swiper-slide {
    height: auto;
}

.b-main-info-room {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

#mapid_new {
    height: 380px;
    width: auto;
}

.b-inst-name {
    word-wrap: break-word;
}

.b-nav-drop-img {
    height: 300px;
    overflow: hidden;
}

.js-foto-cursor {
    position: fixed;
    border-radius: 0;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    z-index: -1;
    height: 0;
    width: 0;
    transition: all 200ms ease-out;
    background-position: center;
    background-size: 0 0;
    display: none;
}

.js-fotolink-wrap:hover .js-foto-cursor {
    display: block;
}

.js-foto-cursor.hover {
    height: 240px;
    width: 240px;
    z-index: 1000;
    background-size: cover;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
}

.js-foto-cursor.hide-cursor {
    display: none;
}

.js-foto-img {
    position: relative;
    display: inline-block;
    transition: color 250ms ease;
    color: #009640;
    font-weight: bold;
}

.js-foto-img:before {
    position: absolute;
    content: '';
    height: 0;
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    border-radius: 2px;
    display: block;

    transition: height 250ms ease;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

.js-foto-img:hover {
    color: #000;
}

.js-foto-img:hover:before {
    height: 100%;
}

.b-subscribe {
    position: fixed;
    bottom: 25%;
    left: 0;
    z-index: 999;
    background: rgba(241, 102, 24, 0.8);
    border-radius: 0px 20px 20px 0px;
    padding: 8px;
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 105px;
    text-align: center;
    height: 70px;
    cursor: pointer;
    transition: all .3s ease-out;
}

.b-subscribe a {
    color: #ffffff;
    transition: all .3s ease-out;
}

.b-subscribe:hover a {
    color: #009640;
}

.b-subscribe:hover svg {
    fill: #009640;
}

.b-subscribe:hover {
    color: #009640;
    background: #ffffff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.b-subscribe svg {
    fill: #ffffff;
    display: block;
    width: 100%;
    margin-bottom: 4px;
    transition: all .3s ease-out;
}

.b-attention {
    background: #f16618cc;
    color: #ffffff;
    font-size: 16px;
    padding: 16px 0;
}

.b-top-action {
    display: none;
    background-color: #009640;
    color: #fff;
    font-size: 16px;
    padding: 16px 0;
    transition: background .7s;
}

.b-top-action a:link,
.b-top-action a:hover,
.b-top-action a:visited {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.b-top-action .__inner {
    height: 20px;
    position: relative;
}

.b-top-action .__item {
    display: none; /* отображаем на JS */
    position: absolute;
    width: 100%;
    height: 100%;
}

.b-top-action .__item a {
    display: block;
    overflow: hidden;
}

:root {
    --top-action-width: 0px; /* переопределяется на JS */
}

@keyframes top-action-marquee-slide {
    from {
        transform: translateX(var(--top-action-width));
    }
    to {
        transform: translateX(0);
    }
}

@keyframes top-action-marquee-scroll-part { /* беp полного ухода за границу блока */
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(var(--top-action-width) - 102%));
    }
    /* 100% для transform - это ширина самого анимируемого блока, а не родительского (как для width или padding) */
}

@keyframes top-action-marquee-scroll-full { /* с полным уходом за границу блока */
    from {
        transform: translateX(var(--top-action-width));
    }
    to {
        transform: translateX(-102%);
    }
}

.b-top-action .__marquee {
    display: inline-block;
    white-space: nowrap;
    animation-timing-function: linear;
}

.b-top-action .__item.--active .__marquee {
    animation-duration: 10s;
}

.b-top-action .__marquee.--slide {
    animation-name: top-action-marquee-slide;
}

.b-top-action .__marquee.--scroll {
    animation-name: top-action-marquee-scroll-full;
    animation-direction: normal;
    animation-iteration-count: infinite;
}

.b-top-action .__marquee.--alternate-full {
    animation-name: top-action-marquee-scroll-full;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.b-top-action .__marquee.--alternate-part {
    animation-name: top-action-marquee-scroll-part;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.b-top-action .__item .__close {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translate(130%, -51%);
    border-radius: 25px;
    background-color: #fff;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 20L12 12M20 4L12 12M12 12L4 4M12 12L20 20' stroke='%235A5A5A' stroke-width='3' stroke-linecap='round'/%3e%3c/svg%3e ");
    transition: all .3s ease-out;
}

.b-bottom-action {
    display: none; /* отображаем на JS */
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
}

@media (max-width: 767px) {
    .b-bottom-action {
        display: none !important;
    }
}

.b-bottom-action a {
    display: block;
    text-align: center;
}

.b-bottom-action a svg {
    height: 100%;
}

.b-bottom-action__close {
    position: absolute;
    top: -4px;
    right: -40px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    background-size: 50%;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 20L12 12M20 4L12 12M12 12L4 4M12 12L20 20' stroke='%235A5A5A' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
    transition: all .3s ease-out;
    cursor: pointer;
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
}

.b-bottom-action__close:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 20L12 12M20 4L12 12M12 12L4 4M12 12L20 20' stroke='%234CBC7B' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
}

.--bnr-text {
    color: #ffffff;
}

.b-news-detail iframe {
    width: 100%;
}

.b-phone-drop-menu {
    position: relative;
    height: 50px;
    align-items: center;
    display: inline-flex;
}

.b-phone-drop-menu .__drop-menu-wrap {
    position: absolute;
    right: 40px;
    top: 50px;
    z-index: 100000;
    opacity: 0;
    pointer-events: none;
    min-width: 320px;
    transition: all .3s ease-out;
}

.b-phone-arr {
    position: absolute;
    right: 24px;
    top: 19px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.99726 5.43625C5.98144 5.2973 5.91926 5.16619 5.81916 5.06071L1.35931 0.299378C1.30068 0.220023 1.2244 0.152828 1.13543 0.102329C1.04647 0.0517274 0.946836 0.0189546 0.843071 0.00617527C0.739306 -0.00670709 0.633758 0.000610373 0.533315 0.0277149C0.432871 0.0548194 0.339811 0.10099 0.260231 0.163238C0.180652 0.225588 0.116348 0.30247 0.0715314 0.389143C0.0267142 0.475713 0.00239606 0.570012 0.000167896 0.665753C-0.00206026 0.761578 0.0178515 0.856721 0.0586015 0.944991C0.0993517 1.03325 0.160013 1.11265 0.236625 1.17797L4.28609 5.5L0.236626 9.82203C0.160013 9.88735 0.0993521 9.96675 0.0586019 10.055C0.0178519 10.1433 -0.00205985 10.2384 0.000168319 10.3342C0.00239649 10.43 0.0267146 10.5243 0.0715319 10.6109C0.116349 10.6975 0.180653 10.7745 0.260231 10.8367C0.339811 10.899 0.432872 10.9452 0.533315 10.9723C0.633758 10.9994 0.739306 11.0067 0.843072 10.9939C0.946836 10.981 1.04647 10.9482 1.13543 10.8977C1.2244 10.8472 1.30068 10.78 1.35931 10.7006L5.81916 5.93929C5.88404 5.87057 5.93322 5.79065 5.96381 5.70425C5.9944 5.61786 6.00577 5.52672 5.99726 5.43625Z' fill='%235A5A5A'/%3e%3c/svg%3e ");
    background-size: cover;
    width: 6px;
    height: 11px;
    transform: rotate(90deg);
    transition: transform .3s ease-out;
}


.b-phone-drop-menu:hover .b-phone-arr {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.99726 5.43625C5.98144 5.2973 5.91926 5.16619 5.81916 5.06071L1.35931 0.299378C1.30068 0.220023 1.2244 0.152828 1.13543 0.102329C1.04647 0.0517274 0.946836 0.0189546 0.843071 0.00617527C0.739306 -0.00670709 0.633758 0.000610373 0.533315 0.0277149C0.432871 0.0548194 0.339811 0.10099 0.260231 0.163238C0.180652 0.225588 0.116348 0.30247 0.0715314 0.389143C0.0267142 0.475713 0.00239606 0.570012 0.000167896 0.665753C-0.00206026 0.761578 0.0178515 0.856721 0.0586015 0.944991C0.0993517 1.03325 0.160013 1.11265 0.236625 1.17797L4.28609 5.5L0.236626 9.82203C0.160013 9.88735 0.0993521 9.96675 0.0586019 10.055C0.0178519 10.1433 -0.00205985 10.2384 0.000168319 10.3342C0.00239649 10.43 0.0267146 10.5243 0.0715319 10.6109C0.116349 10.6975 0.180653 10.7745 0.260231 10.8367C0.339811 10.899 0.432872 10.9452 0.533315 10.9723C0.633758 10.9994 0.739306 11.0067 0.843072 10.9939C0.946836 10.981 1.04647 10.9482 1.13543 10.8977C1.2244 10.8472 1.30068 10.78 1.35931 10.7006L5.81916 5.93929C5.88404 5.87057 5.93322 5.79065 5.96381 5.70425C5.9944 5.61786 6.00577 5.52672 5.99726 5.43625Z' fill='%2301978C'/%3e%3c/svg%3e%3c/svg%3e ");
    transform: rotate(270deg);
}

.b-phone-drop-menu .__drop-menu-wrap .__drop-menu {
    background: #ffffff;
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 12px rgb(0 0 0 / 12%);
}

.b-phone-drop-menu:hover .__drop-menu-wrap {
    opacity: 1;
    pointer-events: auto;
}

.b-phone-drop-menu:hover .b-header__phone {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.js-swiper-sc .swiper-wrapper {
    height: 114px !important;
}


.b-list-offers-item.--map .b-list-offers-item__pic {
    width: 100%;
}


.b-list-offers-item.--map .b-price {
    font-size: 16px;
    padding: 0;
}

.b-list-offers-item.--map .b-price_old {
    font-size: 14px;
    position: static;
}

.b-house-card.--map .b-house-card-bg {
    display: none;
}

.b-house-card.--map {
    font-size: 14px;
}

.b-list-offers-item.--map .b-list__area {
    font-size: 14px;
}

.b-list-offers-item.--map .b-list__floor {
    font-size: 14px;
}

.b-list-offers-item.--map {
    position: relative;
}

.b-map-grid .b-list-offers-item {
    border: none;
    border-bottom: 1px solid #ECECEC !important;
}

.b-map-grid .b-offers-name {
    font-size: 14px;
    line-height: 1.3;
    display: block;
}

.b-map-grid .--14 {
    font-size: 14px;
}

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

.b-iframe {
    border-radius: 4px;
    width: 100%;
    height: 630px;
}

.b-adv-img {
    height: 90px;
    width: 90px;
    object-fit: contain;
}

.b-adv-name {
    color: #009640;
}

.b-mobile-footer-jk ul {
    margin-top: 16px;
}

.b-mobile-footer-jk ul  li {
    margin: 0;
}



.b-mobile-footer-jk ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: none;
    width: 100%;
    display: block;
    padding: 6px 0;
}

.b-consent {
    max-width: 750px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    padding: 12px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 99999;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 0.3fr;
    gap: 20px;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease-out;
}


.b-consent.--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.b-consent .__text {
    font-size: 14px;
}

.b-consent .__text a {
    color: #009640;
}


@media (max-width: 1199px) {
    .b-ades-block-item__num {
        font-size: 48px;
    }

    .b-ades-block-item__num-zero {
        font-size: 48px;
    }

    .b-iframe {
        height: 480px;
    }
}

@media (max-width: 991px) {

    .b-rev-advan, .b-zhk-review-item{
        font-size: 14px;
    }

    .b-rev-advan .__top span{
        font-size: 42px;
    }

    .b-rev-title{
        font-size: 28px;
    }

    .b-zhk-review-item{
        padding: 32px 24px;
    }

    .b-rev-fame{
        gap: 24px;
    }

    .b-header__inner {
        padding: 16px 0;
    }

    .b-ades-block-item_1 {
        border-right: 1px solid #ECECEC;
        border-bottom: 1px solid #ECECEC;
    }

    .b-ades-block-item_2 {
        border-right: none;
        border-bottom: 1px solid #ECECEC;
    }

    .b-ades-block-item_3 {
        border-bottom: 1px solid #ECECEC;
        border-right: 1px solid #ECECEC;
    }

    .b-ades-block-item_4 {
        border-right: none;
        border-bottom: 1px solid #ECECEC;
    }

    .b-ades-block-item_5 {
        border-right: 1px solid #ECECEC;
    }

    .b-ades-block-item_6 {

    }

    .b-ades-block-item {
        padding: 40px 24px 0;
        height: 180px;
    }

    .b-ades-block-item__ico {
        top: 24px;
    }

    .b-ipoteka__bg {
        padding-top: 79%;
    }

    .b-ipoteka__txt {
        padding: 24px;
    }

    .b-quest__name {
        font-weight: 600;
        padding: 24px;
    }

    .b-quest__name:after {
        right: 20px;
        top: 28px;
    }

    .b-quest__name[aria-expanded="true"]:after {
        top: 30px;
    }

    .b-quest__answ {
        padding: 24px 0;
        margin: 0 24px;
    }

    .b-list-check_flex li {
        width: 40%;
    }

    .b-iframe {
        height: 400px;
    }
}

@media (max-width: 767px) {

    .b-arrows{
        display: none;
    }

    .b-rev-slider{
        padding: 16px 0 32px;
        font-size: 14px;
    }

    .b-rev-fame .__img-mob{
        border-radius: 16px;
        display: block;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 398/244;
    }

    .b-rev-fame .__sub{
       font-size: 14px;
    }


    .b-rev-fame{
        grid-template-columns: 1fr;
    }

    .b-consent {
        margin: 0 16px;
    }
    .b-logo {
        width: 32px;
        display: block;
    }

    /*
    .b-header {
        padding: 10px 0;
    }
    */
    h1, .b-h1 {
        font-size: 20px;
        margin: 0 0 16px;
    }

    h2, .b-h2 {
        font-size: 18px;
    }

    h3, .b-h3 {
        font-size: 17px;
    }

    h4, .b-h4 {
        font-size: 16px;
    }

    h5, .b-h5 {
    }

    .b-footer-head {
        border-top: 16px solid #F9F9F9;
    }

    .b-ades-block-item__name {
        font-size: 16px;
    }

    .b-ades-block-item {
        border: none !important;
        background: #fff;
        border-radius: 4px;
        height: auto;
        padding: 40px 24px 40px;
        margin: 0 8px 0 0;
    }

    .b-ades-block {
        background: transparent;
        padding: 0;
    }

    hr {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .b-list-check li {
        margin: 0 0 16px;
    }

    .b-quest__name {
        font-weight: 600;
        padding: 16px;
    }

    .b-quest__name:after {
        right: 16px;
        top: 22px;
    }

    .b-quest__name[aria-expanded="true"]:after {
        top: 24px;
    }

    .b-quest__answ {
        padding: 16px 0;
        margin: 0 16px;
    }

    .b-slider-preem {
        padding: 0 48px 0 0;
    }

    .b-slider-preem.swiper-container {
        overflow: visible;
    }

    .b-tab-nav_gallery.b-tab-nav.nav-tabs .nav-link {
        padding: 0 12px 0 0;
        font-weight: 400;
        font-size: 12px;
    }

    .b-list-check_flex li {
        width: 50%;
    }

    .b-iframe {
        height: 300px;
    }
}

@media (max-width: 575px) {

    .b-rev-title{
        font-size: 22px;
    }

    .b-consent {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .b-list-check_flex li {
        width: 100%;
    }
    .b-footer__addr {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-bottom: 32px;
    }
    .b-soc {
        border-top: none;
        border-bottom: 1px solid #636363;
        padding-top: 0;
        margin-top: 0;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 8px;
        padding-bottom: 16px;
    }

    .b-soc__link {
        border: 1px solid #959BA6;
        background: transparent;
    }

    .b-soc__link svg {
        fill: #959BA6;
    }

    .b-footer {
        background: #5A5A5A !important;
        color: #FFFFFF;
        font-size: 14px;
    }

    .b-footer__addr a {
        color: #fff;
    }

    .b-footer__pd:hover {
        color: #fff;
    }

    .b-footer-copy {
        background: #333333;
        color: #959BA6;
    }

    .b-ipoteka {
        margin: 0 -16px;
        border-radius: 0;
        border: none;
    }

    .b-gotov {
        background: #fff;
        border-top: none;
        border-bottom: 16px solid #F9F9F9;
    }

    p {
        margin: 0 0 16px;
        line-height: 1.4;
    }


    .b-quest__name {
        font-size: 15px;
    }

    .b-quest__answ, .b-quest__answ p, .b-quest__answ ul li {
        font-size: 14px !important;
        line-height: 1.4;
    }

    .b-modal-search input {
        border-radius: 4px 0 0 4px;
        margin: 0;
        height: 40px;
    }

    .b-modal-search .b-btn {
        border-radius: 0 4px 4px 0;
        height: 40px;
    }

    .b-modal-search-wrap .iexmodal-popup {
        height: 65px !important;
    }

    .b-modal-search-wrap .iexmodal-inner {
        padding: 11px 0;
    }

    .b-subscribe {
        display: none;
    }

    .b-attention {
        padding: 8px 0;
        font-size: 12px;
    }

    .b-top-action {
        padding: 8px 0;
        font-size: 12px;
    }

    .--bnr-text {
        color: #000000;
    }

    .b-news-detail iframe {
        height: 350px;
    }

    .b-header__phone.--mobile {
        font-size: 16px;
    }
    .b-mobile-logo-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .b-footer__pd {
        color: #ffffff;
        display: block;
        margin-top: 12px;
    }
    .b-mobile-footer-jk ul li a {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2;
        border-bottom: 1px solid #636363;
        width: 100%;
        display: block;
        padding: 13px 0;
    }
}

.js-mainfilter-offers .swiper-pagination-bullet {
    background: #10b55b;
}

.js-mainfilter-offers .swiper-pagination-bullet-active {
    background: #10b55b;
}

.b24-window-mounts .b24-window-popup {
    z-index: 100000;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* End */
/* /tools/css/bootstrap.css?1701958000197110 */
/* /tools/css/animate.css?160457394177907 */
/* /tools/iexMenu/iexMenu.css?1604573941134 */
/* /tools/iexForm/iexform.css?175448182818047 */
/* /tools/iexModal/iexModal.css?162912645340 */
/* /tools/iexModal/iexModalNonCritical.css?162798283919646 */
/* /tools/swiper/swiper-bundle.min.css?165780696816466 */
/* /tools/nouislider/nouislider.min.css?16052522644294 */
/* /tools/css/slider.css?17410916556690 */
/* /tools/css/rangeslider.css?16055352107802 */
/* /tools/selectric/selectric.css?16052522644299 */
/* /tools/css/jquery.fancybox.min.css?160880064912795 */
/* /tools/css/styles.css?174306024525327 */
/* /tools/css/menu.css?17455008307775 */
/* /tools/css/bners.css?16115704634319 */
/* /tools/css/spiski.css?175448182819511 */
/* /tools/css/reviews.css?17544818282108 */
/* /tools/css/form.css?175448182811046 */
/* /tools/css/search.css?16085437911652 */
/* /tools/css/btn.css?17422094204196 */
/* /tools/css/pager.css?16227302624851 */
/* /tools/css/style.css?175466874451658 */
