/* Jet Cache: catalog/view/theme/chide/assets/css/libs.css */
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 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","Liberation 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;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

button,
input,
optgroup,
select,
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;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mark,
mark {
  padding: .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: .5rem;
}

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a>code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .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-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: 1rem;
  color: #212529;
}

.table td,
.table th {
  padding: .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 td,
.table-sm th {
  padding: .3rem;
}

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

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

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

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

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

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

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

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  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>td,
.table-secondary>th {
  background-color: #d6d8db;
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  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>td,
.table-success>th {
  background-color: #c3e6cb;
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  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>td,
.table-info>th {
  background-color: #bee5eb;
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  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>td,
.table-warning>th {
  background-color: #ffeeba;
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  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>td,
.table-danger>th {
  background-color: #f5c6cb;
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  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>td,
.table-light>th {
  background-color: #fdfdfe;
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  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>td,
.table-dark>th {
  background-color: #c6c8ca;
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  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>td,
.table-active>th {
  background-color: rgba(0,0,0,.075);
}

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

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(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 td,
.table-dark th,
.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,.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255,255,255,.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 + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.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=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

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

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

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
  left: 5px;
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem)!important;
  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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

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

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem!important;
  background-position: right 1.5rem center;
}

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem)!important;
  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") right .75rem center/8px 10px no-repeat,#fff 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px;
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem)!important;
  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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

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

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem!important;
  background-position: right 1.5rem center;
}

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem)!important;
  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") right .75rem center/8px 10px no-repeat,#fff 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

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

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

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

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

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

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

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

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 .custom-select,
  .form-inline .input-group {
    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: .25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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 .2rem rgba(0,123,255,.25);
}

.btn.disabled,
.btn:disabled {
  opacity: .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 .2rem rgba(38,143,255,.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 .2rem rgba(38,143,255,.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 .2rem rgba(130,138,145,.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 .2rem rgba(130,138,145,.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 .2rem rgba(72,180,97,.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 .2rem rgba(72,180,97,.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 .2rem rgba(58,176,195,.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 .2rem rgba(58,176,195,.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 .2rem rgba(222,170,12,.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 .2rem rgba(222,170,12,.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 .2rem rgba(225,83,97,.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 .2rem rgba(225,83,97,.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 .2rem rgba(216,217,219,.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 .2rem rgba(216,217,219,.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 .2rem rgba(82,88,93,.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 .2rem rgba(82,88,93,.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 .2rem rgba(0,123,255,.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 .2rem rgba(0,123,255,.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 .2rem rgba(108,117,125,.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 .2rem rgba(108,117,125,.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 .2rem rgba(40,167,69,.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 .2rem rgba(40,167,69,.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 .2rem rgba(23,162,184,.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 .2rem rgba(23,162,184,.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 .2rem rgba(255,193,7,.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 .2rem rgba(255,193,7,.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 .2rem rgba(220,53,69,.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 .2rem rgba(220,53,69,.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 .2rem rgba(248,249,250,.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 .2rem rgba(248,249,250,.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 .2rem rgba(52,58,64,.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 .2rem rgba(52,58,64,.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-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

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

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

.fade {
  transition: opacity .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 .35s ease;
}

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

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

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

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  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-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -1px;
}

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

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

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

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

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

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

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px;
}

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

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  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=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
  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>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

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

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

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

.input-group>.custom-select:not(:first-child),
.input-group>.form-control: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:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  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: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

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

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

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

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.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),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  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:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.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: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0,123,255,.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,.5);
}

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

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

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .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(.75rem);
  transform: translateX(.75rem);
}

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

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

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

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .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 + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.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 + .75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

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

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

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

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

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

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

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

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

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

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

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

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

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: .5rem 1rem;
}

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

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

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

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

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

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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: .25rem;
}

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

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

.nav-justified .nav-item,
.nav-justified>.nav-link {
  -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: .5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.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: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  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: .5rem;
  padding-bottom: .5rem;
}

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width:575.98px) {
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .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: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .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-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .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: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .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-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .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: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .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-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .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: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .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-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.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: .5rem;
  padding-left: .5rem;
}

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

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.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,.9);
}

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

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

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

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

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

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(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,.5);
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.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,.5);
}

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

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  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,.125);
  border-radius: .25rem;
}

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

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

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

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 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: .75rem;
}

.card-subtitle {
  margin-top: -.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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

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

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px);
}

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

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

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

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

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

  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

@media (min-width:576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .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: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

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

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: .5rem .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 .2rem rgba(0,123,255,.25);
}

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

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

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

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

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

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: .75rem 1.25rem;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

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

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

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

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

@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: .25rem;
}

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

.list-group-item-action:focus,
.list-group-item-action:hover {
  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: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(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: .25rem;
  border-top-right-radius: 0;
}

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

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

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

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

@media (min-width:576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

@media (min-width:768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

@media (min-width:992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

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

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  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:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

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

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

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  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:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  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: .875rem;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
  opacity: 0;
  border-radius: .25rem;
}

.toast:not(:last-child) {
  margin-bottom: .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: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.toast-body {
  padding: .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: .5rem;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

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

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

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

  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation 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: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation 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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem;
}

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

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

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

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem;
}

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

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

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

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem;
}

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

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

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

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem;
}

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

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

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

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

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

.popover-body {
  padding: .5rem .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 .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

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

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

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

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -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-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  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 .6s;
}

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

.carousel-control-next,
.carousel-control-prev {
  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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

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

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

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

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

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

.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 .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: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .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: -.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124!important;
}

.bg-white {
  background-color: #fff!important;
}

.bg-transparent {
  background-color: transparent!important;
}

.border {
  border: 1px solid #dee2e6!important;
}

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff!important;
}

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

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

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

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

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

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

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

.border-white {
  border-color: #fff!important;
}

.rounded-sm {
  border-radius: .2rem!important;
}

.rounded {
  border-radius: .25rem!important;
}

.rounded-top {
  border-top-left-radius: .25rem!important;
  border-top-right-radius: .25rem!important;
}

.rounded-right {
  border-top-right-radius: .25rem!important;
  border-bottom-right-radius: .25rem!important;
}

.rounded-bottom {
  border-bottom-right-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important;
}

.rounded-left {
  border-top-left-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important;
}

.rounded-lg {
  border-radius: .3rem!important;
}

.rounded-circle {
  border-radius: 50%!important;
}

.rounded-pill {
  border-radius: 50rem!important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .d-sm-none {
    display: none!important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }

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

@media (min-width:768px) {
  .d-md-none {
    display: none!important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }

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

@media (min-width:992px) {
  .d-lg-none {
    display: none!important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }

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

@media (min-width:1200px) {
  .d-xl-none {
    display: none!important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }

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

@media print {
  .d-print-none {
    display: none!important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.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;
  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 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(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: .25rem!important;
}

.mt-1,
.my-1 {
  margin-top: .25rem!important;
}

.mr-1,
.mx-1 {
  margin-right: .25rem!important;
}

.mb-1,
.my-1 {
  margin-bottom: .25rem!important;
}

.ml-1,
.mx-1 {
  margin-left: .25rem!important;
}

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

.mt-2,
.my-2 {
  margin-top: .5rem!important;
}

.mr-2,
.mx-2 {
  margin-right: .5rem!important;
}

.mb-2,
.my-2 {
  margin-bottom: .5rem!important;
}

.ml-2,
.mx-2 {
  margin-left: .5rem!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: .25rem!important;
}

.pr-1,
.px-1 {
  padding-right: .25rem!important;
}

.pb-1,
.py-1 {
  padding-bottom: .25rem!important;
}

.pl-1,
.px-1 {
  padding-left: .25rem!important;
}

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

.pt-2,
.py-2 {
  padding-top: .5rem!important;
}

.pr-2,
.px-2 {
  padding-right: .5rem!important;
}

.pb-2,
.py-2 {
  padding-bottom: .5rem!important;
}

.pl-2,
.px-2 {
  padding-left: .5rem!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -.25rem!important;
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem!important;
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem!important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem!important;
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem!important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -.5rem!important;
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem!important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem!important;
}

.ml-n2,
.mx-n2 {
  margin-left: -.5rem!important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem!important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem!important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem!important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem!important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem!important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem!important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem!important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem!important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem!important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem!important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem!important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem!important;
}

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

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

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

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

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

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0!important;
  }

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

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0!important;
  }

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0!important;
  }

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

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem!important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem!important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem!important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem!important;
  }

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

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem!important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem!important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem!important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem!important;
  }

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

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

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem!important;
  }

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

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem!important;
  }

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

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

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem!important;
  }

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

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem!important;
  }

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

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

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem!important;
  }

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

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem!important;
  }

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

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

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0!important;
  }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0!important;
  }

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

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem!important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem!important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem!important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem!important;
  }

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

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem!important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem!important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem!important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem!important;
  }

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

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

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem!important;
  }

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

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem!important;
  }

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

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

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem!important;
  }

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

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem!important;
  }

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

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

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem!important;
  }

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

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem!important;
  }

  .m-sm-n1 {
    margin: -.25rem!important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem!important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem!important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem!important;
  }

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

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem!important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem!important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem!important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem!important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem!important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem!important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem!important;
  }

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

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem!important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem!important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem!important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem!important;
  }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem!important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem!important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem!important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem!important;
  }

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

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

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto!important;
  }

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto!important;
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important;
  }

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

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0!important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0!important;
  }

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

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem!important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem!important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem!important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem!important;
  }

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

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem!important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem!important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem!important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem!important;
  }

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

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

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem!important;
  }

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

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem!important;
  }

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

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

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem!important;
  }

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

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem!important;
  }

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

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

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem!important;
  }

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

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem!important;
  }

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

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0!important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0!important;
  }

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

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem!important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem!important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem!important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem!important;
  }

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

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem!important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem!important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem!important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem!important;
  }

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

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

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem!important;
  }

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

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem!important;
  }

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

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

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem!important;
  }

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

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem!important;
  }

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

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

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem!important;
  }

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

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem!important;
  }

  .m-md-n1 {
    margin: -.25rem!important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem!important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem!important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem!important;
  }

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

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem!important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem!important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem!important;
  }

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

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem!important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem!important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem!important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem!important;
  }

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

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem!important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem!important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem!important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem!important;
  }

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

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem!important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem!important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem!important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem!important;
  }

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

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

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto!important;
  }

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto!important;
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0!important;
  }

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

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0!important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0!important;
  }

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

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem!important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem!important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem!important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem!important;
  }

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

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem!important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem!important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem!important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem!important;
  }

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

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

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem!important;
  }

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

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem!important;
  }

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

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

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem!important;
  }

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

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem!important;
  }

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

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

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem!important;
  }

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

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem!important;
  }

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

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0!important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0!important;
  }

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

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem!important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem!important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem!important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem!important;
  }

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

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem!important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem!important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem!important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem!important;
  }

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

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

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem!important;
  }

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

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem!important;
  }

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

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

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem!important;
  }

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

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem!important;
  }

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

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

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem!important;
  }

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

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem!important;
  }

  .m-lg-n1 {
    margin: -.25rem!important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem!important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem!important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem!important;
  }

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

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem!important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem!important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem!important;
  }

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

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem!important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem!important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem!important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem!important;
  }

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

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem!important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem!important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem!important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem!important;
  }

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

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem!important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem!important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem!important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem!important;
  }

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

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

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto!important;
  }

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto!important;
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0!important;
  }

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

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0!important;
  }

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0!important;
  }

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

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem!important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem!important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem!important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem!important;
  }

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

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem!important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem!important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem!important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem!important;
  }

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

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

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem!important;
  }

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

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem!important;
  }

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

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

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem!important;
  }

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

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem!important;
  }

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

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

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem!important;
  }

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

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem!important;
  }

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

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

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0!important;
  }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0!important;
  }

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

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem!important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem!important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem!important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem!important;
  }

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

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem!important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem!important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem!important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem!important;
  }

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

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

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem!important;
  }

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

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem!important;
  }

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

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

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem!important;
  }

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

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem!important;
  }

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

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

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem!important;
  }

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

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem!important;
  }

  .m-xl-n1 {
    margin: -.25rem!important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem!important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem!important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem!important;
  }

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

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem!important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem!important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem!important;
  }

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

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem!important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem!important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem!important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem!important;
  }

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

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem!important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem!important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem!important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem!important;
  }

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

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem!important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem!important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem!important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem!important;
  }

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

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

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto!important;
  }

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto!important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}

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

.text-justify {
  text-align: justify!important;
}

.text-wrap {
  white-space: normal!important;
}

.text-nowrap {
  white-space: nowrap!important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left!important;
}

.text-right {
  text-align: right!important;
}

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

@media (min-width:576px) {
  .text-sm-left {
    text-align: left!important;
  }

  .text-sm-right {
    text-align: right!important;
  }

  .text-sm-center {
    text-align: center!important;
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left!important;
  }

  .text-md-right {
    text-align: right!important;
  }

  .text-md-center {
    text-align: center!important;
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left!important;
  }

  .text-lg-right {
    text-align: right!important;
  }

  .text-lg-center {
    text-align: center!important;
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left!important;
  }

  .text-xl-right {
    text-align: right!important;
  }

  .text-xl-center {
    text-align: center!important;
  }
}

.text-lowercase {
  text-transform: lowercase!important;
}

.text-uppercase {
  text-transform: uppercase!important;
}

.text-capitalize {
  text-transform: capitalize!important;
}

.font-weight-light {
  font-weight: 300!important;
}

.font-weight-lighter {
  font-weight: lighter!important;
}

.font-weight-normal {
  font-weight: 400!important;
}

.font-weight-bold {
  font-weight: 700!important;
}

.font-weight-bolder {
  font-weight: bolder!important;
}

.font-italic {
  font-style: italic!important;
}

.text-white {
  color: #fff!important;
}

.text-primary {
  color: #007bff!important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:focus,
a.text-dark:hover {
  color: #121416!important;
}

.text-body {
  color: #212529!important;
}

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

.text-black-50 {
  color: rgba(0,0,0,.5)!important;
}

.text-white-50 {
  color: rgba(255,255,255,.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 {
  *,
  ::after,
  ::before {
    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;
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #dee2e6!important;
  }

  .table-dark {
    color: inherit;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * jQuery mmenu v7.0.6
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */

.mm-hidden {
  display: none!important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}

.mm-panels,
.mm-panels>.mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panel,
.mm-panels {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after,
.mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

.mm-panel_has-navbar {
  padding-top: 40px;
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-panel_opened-parent {
  -webkit-transform: translate(-30%,0);
  -ms-transform: translate(-30%,0);
  transform: translate(-30%,0);
  -webkit-transform: translate3d(-30%,0,0);
  transform: translate3d(-30%,0,0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  transition: none!important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-listitem_vertical>.mm-panel {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listitem_vertical>.mm-panel:after,
.mm-listitem_vertical>.mm-panel:before {
  content: none;
  display: none;
}

.mm-listitem_opened>.mm-panel {
  display: block;
}

.mm-listitem_vertical>.mm-btn_next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened>.mm-btn_next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-btn_fullwidth {
  width: 100%;
}

.mm-btn_clear:after,
.mm-btn_clear:before,
.mm-btn_close:after,
.mm-btn_close:before {
  content: '';
  border: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-btn_clear:before,
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_clear:after,
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-btn_next:after,
.mm-btn_prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  display: none;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity .4s ease;
}

.mm-navbar>* {
  box-sizing: border-box;
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn:first-child {
  left: 0;
}

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel_has-navbar .mm-navbar {
  display: block;
}

.mm-listitem,
.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before,
.mm-listitem:after,
.mm-listview {
  border-color: inherit;
}

.mm-listview {
  font: inherit;
  line-height: 20px;
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 20px -20px;
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: -20px;
}

.mm-listitem {
  position: relative;
}

.mm-listitem:after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listitem:after {
  left: 20px;
}

.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem>a,
.mm-listitem>span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listitem .mm-btn_next {
  background: rgba(3,2,1,0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listitem .mm-btn_next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 50px;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+a,
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+span {
  margin-right: 50px;
}

.mm-listitem .mm-btn_fullwidth:before {
  border-left: none;
}

.mm-listitem .mm-btn_fullwidth+a,
.mm-listitem .mm-btn_fullwidth+span {
  padding-right: 50px;
}

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 75%;
  text-transform: uppercase;
  padding: 5px 10px 5px 20px;
}

.mm-listitem_divider:after {
  content: ' ';
  display: none;
  position: static;
  display: inline-block;
}

.mm-listitem_spacer {
  padding-top: 40px;
}

.mm-listitem_spacer>.mm-btn_next {
  top: 40px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.75);
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: rgba(0,0,0,.3);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0,0,0,.3);
}

.mm-menu .mm-listview .mm-btn_next:after {
  border-color: rgba(0,0,0,.3);
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(255,255,255,.4);
  tap-highlight-color: rgba(255,255,255,.4);
}

.mm-menu .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected>span {
  background: rgba(255,255,255,.4);
}

.mm-menu .mm-listitem_opened>.mm-btn_next,
.mm-menu .mm-listitem_opened>.mm-panel {
  background: rgba(0,0,0,.05);
}

.mm-menu .mm-listitem_divider {
  background: rgba(0,0,0,.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}

.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
  z-index: 10;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(80vw,0);
  -ms-transform: translate(80vw,0);
  transform: translate(80vw,0);
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(140px,0);
    -ms-transform: translate(140px,0);
    transform: translate(140px,0);
    -webkit-transform: translate3d(140px,0,0);
    transform: translate3d(140px,0,0);
  }
}

@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(440px,0);
    -ms-transform: translate(440px,0);
    transform: translate(440px,0);
    -webkit-transform: translate3d(440px,0,0);
    transform: translate3d(440px,0,0);
  }
}

.mm-page__blocker {
  background: rgba(3,2,1,0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}

.mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-page__blocker {
  display: block;
}

.mm-sronly {
  border: 0!important;
  clip: rect(1px,1px,1px,1px)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  white-space: nowrap!important;
  width: 1px!important;
  min-width: 1px!important;
  height: 1px!important;
  min-height: 1px!important;
  padding: 0!important;
  overflow: hidden!important;
  position: absolute!important;
}

.mm-menu_autoheight {
  transition: none .4s ease;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}

.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%;
}

.mm-menu_autoheight-measuring .mm-panel {
  display: block!important;
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none!important;
}

.mm-menu_autoheight-measuring .mm-panels>.mm-panel {
  bottom: auto!important;
  height: auto!important;
}

[class*=mm-menu_columns-] {
  transition-property: width;
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel {
  right: auto;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform;
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {
  display: block!important;
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-menu_columns-0 .mm-panels>.mm-panel {
  z-index: 0;
}

.mm-menu_columns-0 .mm-panels>.mm-panel else {
  width: 100%;
}

.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(80vw,0);
  -ms-transform: translate(80vw,0);
  transform: translate(80vw,0);
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(140px,0);
    -ms-transform: translate(140px,0);
    transform: translate(140px,0);
    -webkit-transform: translate3d(140px,0,0);
    transform: translate3d(140px,0,0);
  }
}

@media all and (min-width:0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(-80vw,0);
  -ms-transform: translate(-80vw,0);
  transform: translate(-80vw,0);
  -webkit-transform: translate3d(-80vw,0,0);
  transform: translate3d(-80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-140px,0);
    -ms-transform: translate(-140px,0);
    transform: translate(-140px,0);
    -webkit-transform: translate3d(-140px,0,0);
    transform: translate3d(-140px,0,0);
  }
}

@media all and (min-width:0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.mm-menu_columns-1 .mm-panels>.mm-panel {
  z-index: 1;
  width: 100%;
}

.mm-menu_columns-1 .mm-panels>.mm-panel else {
  width: 100%;
}

.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(200%,0);
  -ms-transform: translate(200%,0);
  transform: translate(200%,0);
  -webkit-transform: translate3d(200%,0,0);
  transform: translate3d(200%,0,0);
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(80vw,0);
  -ms-transform: translate(80vw,0);
  transform: translate(80vw,0);
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(140px,0);
    -ms-transform: translate(140px,0);
    transform: translate(140px,0);
    -webkit-transform: translate3d(140px,0,0);
    transform: translate3d(140px,0,0);
  }
}

@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(440px,0);
    -ms-transform: translate(440px,0);
    transform: translate(440px,0);
    -webkit-transform: translate3d(440px,0,0);
    transform: translate3d(440px,0,0);
  }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(-80vw,0);
  -ms-transform: translate(-80vw,0);
  transform: translate(-80vw,0);
  -webkit-transform: translate3d(-80vw,0,0);
  transform: translate3d(-80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-140px,0);
    -ms-transform: translate(-140px,0);
    transform: translate(-140px,0);
    -webkit-transform: translate3d(-140px,0,0);
    transform: translate3d(-140px,0,0);
  }
}

@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-440px,0);
    -ms-transform: translate(-440px,0);
    transform: translate(-440px,0);
    -webkit-transform: translate3d(-440px,0,0);
    transform: translate3d(-440px,0,0);
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
  -webkit-transform: translate(200%,0);
  -ms-transform: translate(200%,0);
  transform: translate(200%,0);
  -webkit-transform: translate3d(200%,0,0);
  transform: translate3d(200%,0,0);
}

.mm-menu_columns-2 .mm-panels>.mm-panel {
  z-index: 2;
  width: 50%;
}

.mm-menu_columns-2 .mm-panels>.mm-panel else {
  width: 100%;
}

.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(300%,0);
  -ms-transform: translate(300%,0);
  transform: translate(300%,0);
  -webkit-transform: translate3d(300%,0,0);
  transform: translate3d(300%,0,0);
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(80vw,0);
  -ms-transform: translate(80vw,0);
  transform: translate(80vw,0);
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(140px,0);
    -ms-transform: translate(140px,0);
    transform: translate(140px,0);
    -webkit-transform: translate3d(140px,0,0);
    transform: translate3d(140px,0,0);
  }
}

@media all and (min-width:1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(880px,0);
    -ms-transform: translate(880px,0);
    transform: translate(880px,0);
    -webkit-transform: translate3d(880px,0,0);
    transform: translate3d(880px,0,0);
  }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(-80vw,0);
  -ms-transform: translate(-80vw,0);
  transform: translate(-80vw,0);
  -webkit-transform: translate3d(-80vw,0,0);
  transform: translate3d(-80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-140px,0);
    -ms-transform: translate(-140px,0);
    transform: translate(-140px,0);
    -webkit-transform: translate3d(-140px,0,0);
    transform: translate3d(-140px,0,0);
  }
}

@media all and (min-width:1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-880px,0);
    -ms-transform: translate(-880px,0);
    transform: translate(-880px,0);
    -webkit-transform: translate3d(-880px,0,0);
    transform: translate3d(-880px,0,0);
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
  -webkit-transform: translate(300%,0);
  -ms-transform: translate(300%,0);
  transform: translate(300%,0);
  -webkit-transform: translate3d(300%,0,0);
  transform: translate3d(300%,0,0);
}

.mm-menu_columns-3 .mm-panels>.mm-panel {
  z-index: 3;
  width: 33.34%;
}

.mm-menu_columns-3 .mm-panels>.mm-panel else {
  width: 100%;
}

.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(400%,0);
  -ms-transform: translate(400%,0);
  transform: translate(400%,0);
  -webkit-transform: translate3d(400%,0,0);
  transform: translate3d(400%,0,0);
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(80vw,0);
  -ms-transform: translate(80vw,0);
  transform: translate(80vw,0);
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(140px,0);
    -ms-transform: translate(140px,0);
    transform: translate(140px,0);
    -webkit-transform: translate3d(140px,0,0);
    transform: translate3d(140px,0,0);
  }
}

@media all and (min-width:1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(1320px,0);
    -ms-transform: translate(1320px,0);
    transform: translate(1320px,0);
    -webkit-transform: translate3d(1320px,0,0);
    transform: translate3d(1320px,0,0);
  }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(-80vw,0);
  -ms-transform: translate(-80vw,0);
  transform: translate(-80vw,0);
  -webkit-transform: translate3d(-80vw,0,0);
  transform: translate3d(-80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-140px,0);
    -ms-transform: translate(-140px,0);
    transform: translate(-140px,0);
    -webkit-transform: translate3d(-140px,0,0);
    transform: translate3d(-140px,0,0);
  }
}

@media all and (min-width:1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-1320px,0);
    -ms-transform: translate(-1320px,0);
    transform: translate(-1320px,0);
    -webkit-transform: translate3d(-1320px,0,0);
    transform: translate3d(-1320px,0,0);
  }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
  -webkit-transform: translate(400%,0);
  -ms-transform: translate(400%,0);
  transform: translate(400%,0);
  -webkit-transform: translate3d(400%,0,0);
  transform: translate3d(400%,0,0);
}

.mm-menu_columns-4 .mm-panels>.mm-panel {
  z-index: 4;
  width: 25%;
}

.mm-menu_columns-4 .mm-panels>.mm-panel else {
  width: 100%;
}

.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(500%,0);
  -ms-transform: translate(500%,0);
  transform: translate(500%,0);
  -webkit-transform: translate3d(500%,0,0);
  transform: translate3d(500%,0,0);
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(80vw,0);
  -ms-transform: translate(80vw,0);
  transform: translate(80vw,0);
  -webkit-transform: translate3d(80vw,0,0);
  transform: translate3d(80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(140px,0);
    -ms-transform: translate(140px,0);
    transform: translate(140px,0);
    -webkit-transform: translate3d(140px,0,0);
    transform: translate3d(140px,0,0);
  }
}

@media all and (min-width:2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(1760px,0);
    -ms-transform: translate(1760px,0);
    transform: translate(1760px,0);
    -webkit-transform: translate3d(1760px,0,0);
    transform: translate3d(1760px,0,0);
  }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(-80vw,0);
  -ms-transform: translate(-80vw,0);
  transform: translate(-80vw,0);
  -webkit-transform: translate3d(-80vw,0,0);
  transform: translate3d(-80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-140px,0);
    -ms-transform: translate(-140px,0);
    transform: translate(-140px,0);
    -webkit-transform: translate3d(-140px,0,0);
    transform: translate3d(-140px,0,0);
  }
}

@media all and (min-width:2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-1760px,0);
    -ms-transform: translate(-1760px,0);
    transform: translate(-1760px,0);
    -webkit-transform: translate3d(-1760px,0,0);
    transform: translate3d(-1760px,0,0);
  }
}

[class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform;
}

.mm-counter {
  font-style: normal;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth) {
  width: 90px;
}

.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+a,
.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+span {
  margin-right: 90px;
}

.mm-counter+.mm-btn_fullwidth+a,
.mm-counter+.mm-btn_fullwidth+span {
  padding-right: 90px;
}

.mm-listitem_vertical>.mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-listitem_vertical.mm-listitem_spacer>.mm-counter {
  margin-top: 40px;
}

.mm-listitem_nosubitems>.mm-counter {
  display: none;
}

.mm-counter {
  color: rgba(0,0,0,.3);
}

.mm-listitem_divider {
  opacity: 1;
  transition: opacity .4s ease;
}

.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: rgba(0,0,0,.3);
  padding-top: 15px;
  padding-bottom: 5px;
}

.mm-border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid;
}

.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-listview_fixeddivider:after {
  content: none!important;
  display: none!important;
}

.mm-panel_dividers .mm-listview_fixeddivider {
  display: block;
}

.mm-wrapper_opened.mm-dragging .mm-menu,
.mm-wrapper_opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}

.mm-menu_dropdown {
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
  height: 80%;
}

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  z-index: 0;
}

.mm-wrapper_dropdown .mm-page__blocker {
  transition-delay: 0s!important;
  z-index: 1;
}

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}

[class*=mm-menu_tip-]:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu_tip-left:before {
  left: 22px;
}

.mm-menu_tip-right:before {
  right: 22px;
}

.mm-menu_tip-top:before {
  top: -8px;
}

.mm-menu_tip-bottom:before {
  bottom: -8px;
}

.mm-iconbar {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.mm-iconbar__bottom,
.mm-iconbar__top {
  width: inherit;
  position: absolute;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-iconbar__bottom>*,
.mm-iconbar__top>* {
  box-sizing: border-box;
  display: block;
  padding: 10px 0;
}

.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
  text-decoration: none;
}

.mm-iconbar__top {
  top: 0;
}

.mm-iconbar__bottom {
  bottom: 0;
}

.mm-menu_iconbar-40 .mm-navbars_bottom,
.mm-menu_iconbar-40 .mm-navbars_top,
.mm-menu_iconbar-40 .mm-panels {
  left: 40px;
}

.mm-menu_iconbar-40 .mm-iconbar {
  width: 40px;
}

.mm-menu_iconbar-60 .mm-navbars_bottom,
.mm-menu_iconbar-60 .mm-navbars_top,
.mm-menu_iconbar-60 .mm-panels {
  left: 60px;
}

.mm-menu_iconbar-60 .mm-iconbar {
  width: 60px;
}

.mm-menu_iconbar-80 .mm-navbars_bottom,
.mm-menu_iconbar-80 .mm-navbars_top,
.mm-menu_iconbar-80 .mm-panels {
  left: 80px;
}

.mm-menu_iconbar-80 .mm-iconbar {
  width: 80px;
}

.mm-iconbar,
.mm-iconbar a {
  color: rgba(0,0,0,.3);
}

.mm-iconbar__tab_selected {
  background: rgba(255,255,255,.4);
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel {
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform;
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first,
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened~.mm-listview_fixeddivider {
  left: 0;
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened,
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
  display: block!important;
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0),
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: 1px solid;
  border-color: inherit;
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

[class*=mm-menu_iconpanel-].mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,
[class*=mm-menu_iconpanel-].mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0;
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-0,
.mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
  left: 0;
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-1,
.mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
  left: 40px;
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-2,
.mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
  left: 80px;
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-3,
.mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
  left: 120px;
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
  left: 40px;
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-0,
.mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
  left: 0;
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-1,
.mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
  left: 60px;
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-2,
.mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
  left: 120px;
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-3,
.mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
  left: 180px;
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
  left: 60px;
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-0,
.mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
  left: 0;
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-1,
.mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
  left: 80px;
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-2,
.mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
  left: 160px;
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-3,
.mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
  left: 240px;
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
  left: 80px;
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity .4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px;
}

.mm-menu_keyboardfocus a:focus {
  outline: 0;
}

.mm-menu_keyboardfocus a:focus {
  background: rgba(255,255,255,.4);
}

.mm-navbars_bottom,
.mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.mm-navbars_bottom>.mm-navbar,
.mm-navbars_top>.mm-navbar {
  border-width: 0;
  border-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),
.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0;
}

.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn),
.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto;
}

.mm-menu_navbar_top-1 .mm-panels {
  top: 40px;
}

.mm-menu_navbar_top-2 .mm-panels {
  top: 80px;
}

.mm-menu_navbar_top-3 .mm-panels {
  top: 120px;
}

.mm-menu_navbar_top-4 .mm-panels {
  top: 160px;
}

.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto;
}

.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 40px;
}

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 80px;
}

.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 120px;
}

.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar_size-2 {
  height: 80px;
}

.mm-navbar_size-3 {
  height: 120px;
}

.mm-navbar_size-4 {
  height: 160px;
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar__breadcrumbs>* {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar__breadcrumbs>a {
  text-decoration: underline;
}

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -40px;
}

.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbars_top .mm-navbar_tabs,
.mm-navbars_top .mm-navbar_tabs~.mm-navbar {
  background: inherit!important;
}

.mm-navbars_bottom .mm-navbar_tabs {
  background: inherit!important;
}

.mm-navbar__tab_selected {
  background: inherit!important;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

.mm-navbar__tab_selected:first-child {
  border-left: none;
}

.mm-navbar__tab_selected:last-child {
  border-right: none;
}

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px;
}

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none;
}

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px;
}

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none;
}

.mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255,255,255,.4);
}

.mm-menu_rtl {
  direction: rtl;
}

.mm-menu_rtl.mm-menu_offcanvas {
  right: auto;
}

.mm-menu_rtl .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  transform: translate(-100%,0);
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.mm-menu_rtl .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate(30%,0);
  -ms-transform: translate(30%,0);
  transform: translate(30%,0);
  -webkit-transform: translate3d(30%,0,0);
  transform: translate3d(30%,0,0);
}

.mm-menu_rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}

.mm-menu_rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}

.mm-menu_rtl .mm-navbar .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu_rtl .mm-navbar .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-menu_rtl .mm-listitem:after {
  left: 0;
  right: 20px;
}

.mm-menu_rtl .mm-listitem>a:not(.mm-btn_next),
.mm-menu_rtl .mm-listitem>span:not(.mm-btn_next) {
  padding-left: 10px;
  padding-right: 20px!important;
  margin-right: 0!important;
}

.mm-menu_rtl .mm-listitem .mm-btn_next {
  right: auto;
  left: 0;
}

.mm-menu_rtl .mm-listitem .mm-btn_next:before {
  left: auto;
  right: 0;
}

.mm-menu_rtl .mm-listitem .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu_rtl .mm-listitem .mm-btn_next+a,
.mm-menu_rtl .mm-listitem .mm-btn_next+span {
  margin-left: 50px;
}

.mm-menu_rtl .mm-listitem .mm-btn_fullwidth+a,
.mm-menu_rtl .mm-listitem .mm-btn_fullwidth+span {
  padding-left: 50px;
}

.mm-menu_rtl .mm-counter {
  left: 45px;
  right: auto;
}

.mm-menu_rtl .mm-counter+.mm-btn_next+a,
.mm-menu_rtl .mm-counter+.mm-btn_next+span {
  margin-left: 90px;
}

.mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+a,
.mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+span {
  padding-left: 90px;
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel {
  transition-property: right,-webkit-transform;
  transition-property: transform,right;
  transition-property: transform,right,-webkit-transform;
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first,
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened~.mm-listview_fixeddivider {
  left: 0;
  right: 0;
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened,
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_rtl [class*=mm-panel_iconpanel-],
.mm-menu_rtl [class*=mm-panel_iconpanel-]~.mm-listview_fixeddivider {
  left: 0;
}

.mm-menu_rtl [class*=mm-panel_iconpanel-].mm-panel_opened-parent {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0,
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
  right: 0;
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1,
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
  right: 40px;
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2,
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
  right: 80px;
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3,
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
  right: 120px;
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
  right: 40px;
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0,
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
  right: 0;
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1,
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
  right: 60px;
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2,
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
  right: 120px;
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3,
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
  right: 180px;
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
  right: 60px;
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0,
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
  right: 0;
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1,
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
  right: 80px;
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2,
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
  right: 160px;
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3,
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
  right: 240px;
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
  right: 80px;
}

.mm-menu_rtl html[class*=mm-sidebar_expanded-]:not(.mm-sidebar_closed) .mm-menu_rtl~.mm-slideout {
  -webkit-transform: translate(0,0)!important;
  -ms-transform: translate(0,0)!important;
  transform: translate(0,0)!important;
  right: 0;
}

.mm-menu_rtl label.mm-check,
.mm-menu_rtl label.mm-toggle {
  left: 20px;
  right: auto!important;
}

.mm-menu_rtl label.mm-toggle+a,
.mm-menu_rtl label.mm-toggle+span {
  padding-left: 80px;
}

.mm-menu_rtl label.mm-check+a,
.mm-menu_rtl label.mm-check+span {
  padding-left: 60px;
}

.mm-menu_rtl .mm-btn_next+label.mm-check,
.mm-menu_rtl .mm-btn_next+label.mm-toggle {
  left: 60px;
}

.mm-menu_rtl .mm-btn_next+label.mm-check+a,
.mm-menu_rtl .mm-btn_next+label.mm-check+span,
.mm-menu_rtl .mm-btn_next+label.mm-toggle+a,
.mm-menu_rtl .mm-btn_next+label.mm-toggle+span {
  margin-left: 50px;
}

.mm-menu_rtl .mm-btn_next+label.mm-toggle+a,
.mm-menu_rtl .mm-btn_next+label.mm-toggle+span {
  padding-left: 70px;
}

.mm-menu_rtl .mm-btn_next+label.mm-check+a,
.mm-menu_rtl .mm-btn_next+label.mm-check+span {
  padding-left: 50px;
}

.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check,
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle {
  left: 100px;
}

.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+a,
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+span,
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+a,
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+span {
  margin-left: 90px;
}

.mm-searchfield {
  height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mm-searchfield input {
  border: none!important;
  outline: 0!important;
  box-shadow: none!important;
  border-radius: 4px;
  font: inherit;
  font-size: inherit;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-searchfield input::-ms-clear {
  display: none;
}

.mm-searchfield__input {
  padding: 7px 10px 0 10px;
  position: relative;
}

.mm-panel__noresultsmsg {
  text-align: center;
  font-size: 150%;
  padding: 40px 0;
}

.mm-searchfield__btn {
  right: 0;
  top: 0;
}

.mm-searchfield__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.mm-searchfield__cancel {
  text-decoration: none;
  line-height: 40px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  transition: margin .4s ease;
}

.mm-searchfield__cancel-active {
  margin-right: 0;
}

.mm-panel>.mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel_has-searchfield {
  padding-top: 40px;
}

.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 80px;
}

.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield {
  top: 40px;
}

.mm-listitem_nosubitems>.mm-btn_next {
  display: none;
}

.mm-listitem_nosubitems>.mm-btn_next+a,
.mm-listitem_nosubitems>.mm-btn_next+span {
  padding-right: 10px;
}

.mm-searchfield input {
  background: rgba(0,0,0,.05);
  color: rgba(0,0,0,.75);
}

.mm-panel__noresultsmsg {
  color: rgba(0,0,0,.3);
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  transition: right .4s ease;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.mm-sectionindexer a {
  line-height: 1;
  text-decoration: none;
  display: block;
}

.mm-sectionindexer~.mm-panels {
  transition: right .4s ease;
}

.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0;
}

.mm-menu_has-sectionindexer .mm-panels {
  right: 20px;
}

.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 42px;
}

.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 82px;
}

.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 122px;
}

.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 162px;
}

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 42px;
}

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 82px;
}

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 122px;
}

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 162px;
}

.mm-sectionindexer a {
  color: rgba(0,0,0,.3);
}

.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+a,
.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+span,
.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth),
.mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+a,
.mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+span,
.mm-menu_selected-parent .mm-listitem>a:not(.mm-btn_fullwidth) {
  transition: background .4s ease;
}

.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
  background: 0 0;
}

.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
  background: rgba(255,255,255,.4);
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
  background: 0 0;
}

.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(255,255,255,.4);
}

[class*=mm-wrapper_sidebar-collapsed-] body,
[class*=mm-wrapper_sidebar-expanded-] body {
  position: relative;
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-slideout,
[class*=mm-wrapper_sidebar-expanded-] .mm-slideout {
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform;
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-page,
[class*=mm-wrapper_sidebar-expanded-] .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh;
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-menu_sidebar-collapsed,
[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
  display: block!important;
  top: 0!important;
  right: auto!important;
  bottom: 0!important;
  left: 0!important;
}

[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,
[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0;
}

.mm-wrapper_sidebar-collapsed-40 .mm-slideout,
[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout {
  width: calc(100% - 40px);
  -webkit-transform: translate(40px,0);
  -ms-transform: translate(40px,0);
  transform: translate(40px,0);
  -webkit-transform: translate3d(40px,0,0);
  transform: translate3d(40px,0,0);
}

.mm-wrapper_sidebar-collapsed-60 .mm-slideout,
[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-60 .mm-slideout {
  width: calc(100% - 60px);
  -webkit-transform: translate(60px,0);
  -ms-transform: translate(60px,0);
  transform: translate(60px,0);
  -webkit-transform: translate3d(60px,0,0);
  transform: translate3d(60px,0,0);
}

.mm-wrapper_sidebar-collapsed-80 .mm-slideout,
[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-80 .mm-slideout {
  width: calc(100% - 80px);
  -webkit-transform: translate(80px,0);
  -ms-transform: translate(80px,0);
  transform: translate(80px,0);
  -webkit-transform: translate3d(80px,0,0);
  transform: translate3d(80px,0,0);
}

[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0!important;
  max-width: 100000px!important;
}

[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}

[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking,
[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking body {
  overflow: visible;
}

[class*=mm-wrapper_sidebar-expanded-] .mm-page__blocker {
  display: none!important;
}

.mm-wrapper_sidebar-expanded-25:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 75%;
  -webkit-transform: translate(33.33333%,0)!important;
  -ms-transform: translate(33.33333%,0)!important;
  transform: translate(33.33333%,0)!important;
  -webkit-transform: translate3d(33.33333%,0,0)!important;
  transform: translate3d(33.33333%,0,0)!important;
}

.mm-wrapper_sidebar-expanded-25 .mm-menu_sidebar-expanded {
  width: 25%!important;
}

.mm-wrapper_sidebar-expanded-30:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 70%;
  -webkit-transform: translate(42.85714%,0)!important;
  -ms-transform: translate(42.85714%,0)!important;
  transform: translate(42.85714%,0)!important;
  -webkit-transform: translate3d(42.85714%,0,0)!important;
  transform: translate3d(42.85714%,0,0)!important;
}

.mm-wrapper_sidebar-expanded-30 .mm-menu_sidebar-expanded {
  width: 30%!important;
}

.mm-wrapper_sidebar-expanded-35:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 65%;
  -webkit-transform: translate(53.84615%,0)!important;
  -ms-transform: translate(53.84615%,0)!important;
  transform: translate(53.84615%,0)!important;
  -webkit-transform: translate3d(53.84615%,0,0)!important;
  transform: translate3d(53.84615%,0,0)!important;
}

.mm-wrapper_sidebar-expanded-35 .mm-menu_sidebar-expanded {
  width: 35%!important;
}

.mm-menu__blocker {
  background: rgba(3,2,1,0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.mm-menu_opened .mm-menu__blocker {
  display: none;
}

input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked~label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked~label.mm-check:before {
  opacity: 1;
}

.mm-listitem_vertical label.mm-toggle {
  top: 5px;
  bottom: auto;
  margin-top: 0;
}

.mm-listitem_vertical label.mm-check {
  top: 5px;
  bottom: auto;
  margin-top: 0;
}

label.mm-toggle {
  right: 20px;
}

label.mm-toggle+a,
label.mm-toggle+span {
  padding-right: 80px;
}

label.mm-check {
  right: 20px;
}

label.mm-check+a,
label.mm-check+span {
  padding-right: 60px;
}

.mm-btn_next+label.mm-check,
.mm-btn_next+label.mm-toggle {
  right: 60px;
}

.mm-btn_next+label.mm-check+a,
.mm-btn_next+label.mm-check+span,
.mm-btn_next+label.mm-toggle+a,
.mm-btn_next+label.mm-toggle+span {
  margin-right: 50px;
}

.mm-btn_next+label.mm-toggle+a,
.mm-btn_next+label.mm-toggle+span {
  padding-right: 70px;
}

.mm-btn_next+label.mm-check+a,
.mm-btn_next+label.mm-check+span {
  padding-right: 50px;
}

.mm-counter+.mm-btn_next+label.mm-check,
.mm-counter+.mm-btn_next+label.mm-toggle {
  right: 100px;
}

.mm-counter+.mm-btn_next+label.mm-check+a,
.mm-counter+.mm-btn_next+label.mm-check+span,
.mm-counter+.mm-btn_next+label.mm-toggle+a,
.mm-counter+.mm-btn_next+label.mm-toggle+span {
  margin-right: 90px;
}

label.mm-toggle {
  background: rgba(0,0,0,.1);
}

label.mm-toggle:before {
  background: #f3f3f3;
}

input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963;
}

label.mm-check:before {
  border-color: rgba(0,0,0,.75);
}

.mm-menu_border-none .mm-listitem:after,
.mm-panel_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after,
.mm-panel_border-full .mm-listitem:after {
  left: 0!important;
}

.mm-menu_border-offset .mm-listitem:after,
.mm-panel_border-offset .mm-listitem:after {
  right: 20px;
}

.mm-menu_fx-menu-zoom {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(.7,.7) translate3d(-30%,0,0);
  transform: scale(.7,.7) translate3d(-30%,0,0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(1,1) translate3d(0,0,0);
  transform: scale(1,1) translate3d(0,0,0);
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(.7,.7) translate3d(30%,0,0);
  transform: scale(.7,.7) translate3d(30%,0,0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(1,1) translate3d(0,0,0);
  transform: scale(1,1) translate3d(0,0,0);
}

.mm-menu_fx-menu-slide {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate(-30%,0);
  -ms-transform: translate(-30%,0);
  transform: translate(-30%,0);
  -webkit-transform: translate3d(-30%,0,0);
  transform: translate3d(-30%,0,0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate(30%,0);
  -ms-transform: translate(30%,0);
  transform: translate(30%,0);
  -webkit-transform: translate3d(30%,0,0);
  transform: translate3d(30%,0,0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-menu_fx-menu-fade {
  opacity: 0;
  transition: opacity .4s ease;
}

.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1;
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
  transition-property: none;
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5,1.5) translate3d(100%,0,0);
  transform: scale(1.5,1.5) translate3d(100%,0,0);
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
  -webkit-transform: scale(1,1) translate3d(0,0,0);
  transform: scale(1,1) translate3d(0,0,0);
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
  -webkit-transform: scale(.7,.7) translate3d(-30%,0,0);
  transform: scale(.7,.7) translate3d(-30%,0,0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
  -webkit-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  transform: translate(-100%,0);
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.mm-menu_fx-panels-slide-up .mm-panel,
.mm-panel_fx-slide-up {
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  transform: translate(0,100%);
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,
.mm-panel_fx-slide-up.mm-panel_opened {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-menu_fx-panels-slide-right .mm-panel,
.mm-panel_fx-slide-right {
  -webkit-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  transform: translate(-100%,0);
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,
.mm-panel_fx-slide-right.mm-panel_opened {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

[class*=mm-menu_fx-listitems-] .mm-listitem {
  transition: none .4s ease;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
  transition-delay: 50ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  transition-delay: .1s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  transition-delay: 150ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  transition-delay: .2s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  transition-delay: 250ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  transition-delay: .3s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  transition-delay: 350ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  transition-delay: .4s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  transition-delay: 450ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  transition-delay: .5s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  transition-delay: 550ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  transition-delay: .6s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  transition-delay: 650ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  transition-delay: .7s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  transition-delay: 750ms;
}

.mm-menu_fx-listitems-slide .mm-listitem {
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%,0);
  -ms-transform: translate(50%,0);
  transform: translate(50%,0);
  -webkit-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}

.mm-menu_fx-listitems-fade .mm-listitem {
  transition-property: opacity;
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1;
}

.mm-menu_fx-listitems-drop .mm-listitem {
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0;
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(100vw,0);
  -ms-transform: translate(100vw,0);
  transform: translate(100vw,0);
  -webkit-transform: translate3d(100vw,0,0);
  transform: translate3d(100vw,0,0);
}

@media all and (max-width:140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(140px,0);
    -ms-transform: translate(140px,0);
    transform: translate(140px,0);
    -webkit-transform: translate3d(140px,0,0);
    transform: translate3d(140px,0,0);
  }
}

@media all and (min-width:10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(10000px,0);
    -ms-transform: translate(10000px,0);
    transform: translate(10000px,0);
    -webkit-transform: translate3d(10000px,0,0);
    transform: translate3d(10000px,0,0);
  }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(-100vw,0);
  -ms-transform: translate(-100vw,0);
  transform: translate(-100vw,0);
  -webkit-transform: translate3d(-100vw,0,0);
  transform: translate3d(-100vw,0,0);
}

@media all and (max-width:140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-140px,0);
    -ms-transform: translate(-140px,0);
    transform: translate(-140px,0);
    -webkit-transform: translate3d(-140px,0,0);
    transform: translate3d(-140px,0,0);
  }
}

@media all and (min-width:10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-10000px,0);
    -ms-transform: translate(-10000px,0);
    transform: translate(-10000px,0);
    -webkit-transform: translate3d(-10000px,0,0);
    transform: translate3d(-10000px,0,0);
  }
}

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_listview-30 .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-30 .mm-listitem>span {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mm-menu_listview-30 .mm-listitem_vertical>.mm-btn_next {
  height: 30;
}

.mm-menu_listview-50 .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-50 .mm-listitem>span {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mm-menu_listview-50 .mm-listitem_vertical>.mm-btn_next {
  height: 50;
}

.mm-menu_listview-60 .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-60 .mm-listitem>span {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mm-menu_listview-60 .mm-listitem_vertical>.mm-btn_next {
  height: 60;
}

.mm-menu_listview-justify .mm-panels>.mm-panel:after,
.mm-menu_listview-justify .mm-panels>.mm-panel:before,
.mm-panels>.mm-panel_listview-justify:after,
.mm-panels>.mm-panel_listview-justify:before {
  content: none;
  display: none;
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview,
.mm-panels>.mm-panel_listview-justify .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem,
.mm-panels>.mm-panel_listview-justify .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px;
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider),
.mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>span,
.mm-panels>.mm-panel_listview-justify .mm-listitem>a:not(.mm-btn_next),
.mm-panels>.mm-panel_listview-justify .mm-listitem>span {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mm-listview_inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview_inset>li {
  padding: 5px 0;
}

.mm-menu_multiline .mm-listitem>a,
.mm-menu_multiline .mm-listitem>span,
.mm-panel_multiline .mm-listitem>a,
.mm-panel_multiline .mm-listitem>span {
  text-overflow: clip;
  white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
  opacity: .3;
  transition: opacity .4s ease .4s;
}

.mm-menu_opened.mm-menu_pagedim~.mm-page__blocker {
  background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black~.mm-page__blocker {
  background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white~.mm-page__blocker {
  background: #fff;
}

.mm-menu_popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.mm-menu_popup.mm-menu_opened~.mm-slideout {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  z-index: 0;
}

.mm-menu_popup.mm-menu_opened~.mm-page__blocker {
  transition-delay: 0s!important;
  z-index: 1;
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate(-80vw,0);
  -ms-transform: translate(-80vw,0);
  transform: translate(-80vw,0);
  -webkit-transform: translate3d(-80vw,0,0);
  transform: translate3d(-80vw,0,0);
}

@media all and (max-width:175px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-140px,0);
    -ms-transform: translate(-140px,0);
    transform: translate(-140px,0);
    -webkit-transform: translate3d(-140px,0,0);
    transform: translate3d(-140px,0,0);
  }
}

@media all and (min-width:550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-440px,0);
    -ms-transform: translate(-440px,0);
    transform: translate(-440px,0);
    -webkit-transform: translate3d(-440px,0,0);
    transform: translate3d(-440px,0,0);
  }
}

.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,
.mm-menu_position-front.mm-menu_opened~.mm-slideout,
.mm-menu_position-top.mm-menu_opened~.mm-slideout {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened~.mm-page__blocker,
.mm-menu_position-front.mm-menu_opened~.mm-page__blocker,
.mm-menu_position-top.mm-menu_opened~.mm-page__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  -webkit-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  transform: translate(-100%,0);
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.mm-menu_position-bottom,
.mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  -webkit-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  transform: translate(0,-100%);
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  transform: translate(0,100%);
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.mm-menu_shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0,0 0,0 100%,-20px 100%);
  clip-path: polygon(-20px 0,0 0,0 100%,-20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0,40px 0,40px 100%,20px 100%);
  clip-path: polygon(20px 0,40px 0,40px 100%,20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.mm-menu_theme-white {
  background: #fff;
  border-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.7);
}

.mm-menu_theme-white .mm-navbar a,
.mm-menu_theme-white .mm-navbar>* {
  color: rgba(0,0,0,.3);
}

.mm-menu_theme-white .mm-btn:after,
.mm-menu_theme-white .mm-btn:before {
  border-color: rgba(0,0,0,.3);
}

.mm-menu_theme-white .mm-listview .mm-btn_next:after {
  border-color: rgba(0,0,0,.3);
}

.mm-menu_theme-white .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(0,0,0,.03);
  tap-highlight-color: rgba(0,0,0,.03);
}

.mm-menu_theme-white .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu_theme-white .mm-listitem_selected>span {
  background: rgba(0,0,0,.03);
}

.mm-menu_theme-white .mm-listitem_opened>.mm-btn_next,
.mm-menu_theme-white .mm-listitem_opened>.mm-panel {
  background: rgba(0,0,0,.06);
}

.mm-menu_theme-white .mm-listitem_divider {
  background: rgba(0,0,0,.06);
}

.mm-menu_theme-white .mm-counter {
  color: rgba(0,0,0,.3);
}

.mm-menu_theme-white .mm-iconbar,
.mm-menu_theme-white .mm-iconbar a {
  color: rgba(0,0,0,.3);
}

.mm-menu_theme-white.mm-menu_keyboardfocus a:focus {
  background: rgba(0,0,0,.03);
}

.mm-menu_theme-white .mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-menu_theme-white .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-menu_theme-white .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(0,0,0,.03);
}

.mm-menu_theme-white.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.mm-menu_theme-white.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.mm-menu_theme-white .mm-searchfield input {
  background: rgba(0,0,0,.06);
  color: rgba(0,0,0,.7);
}

.mm-menu_theme-white .mm-panel__noresultsmsg {
  color: rgba(0,0,0,.3);
}

.mm-menu_theme-white .mm-sectionindexer a {
  color: rgba(0,0,0,.3);
}

.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
  background: 0 0;
}

.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
  background: rgba(0,0,0,.03);
}

.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
  background: 0 0;
}

.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(0,0,0,.03);
}

.mm-menu_theme-white label.mm-check:before {
  border-color: rgba(0,0,0,.7);
}

.mm-menu_theme-white label.mm-toggle {
  background: rgba(0,0,0,.1);
}

.mm-menu_theme-white label.mm-toggle:before {
  background: #fff;
}

.mm-menu_theme-whiteinput.mm-toggle:checked~label.mm-toggle {
  background: #4bd963;
}

.mm-menu_theme-dark {
  background: #333;
  border-color: rgba(0,0,0,.3);
  color: rgba(255,255,255,.85);
}

.mm-menu_theme-dark .mm-navbar a,
.mm-menu_theme-dark .mm-navbar>* {
  color: rgba(255,255,255,.4);
}

.mm-menu_theme-dark .mm-btn:after,
.mm-menu_theme-dark .mm-btn:before {
  border-color: rgba(255,255,255,.4);
}

.mm-menu_theme-dark .mm-listview .mm-btn_next:after {
  border-color: rgba(255,255,255,.4);
}

.mm-menu_theme-dark .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(0,0,0,.1);
  tap-highlight-color: rgba(0,0,0,.1);
}

.mm-menu_theme-dark .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu_theme-dark .mm-listitem_selected>span {
  background: rgba(0,0,0,.1);
}

.mm-menu_theme-dark .mm-listitem_opened>.mm-btn_next,
.mm-menu_theme-dark .mm-listitem_opened>.mm-panel {
  background: rgba(255,255,255,.08);
}

.mm-menu_theme-dark .mm-listitem_divider {
  background: rgba(255,255,255,.08);
}

.mm-menu_theme-dark .mm-counter {
  color: rgba(255,255,255,.4);
}

.mm-menu_theme-dark .mm-iconbar,
.mm-menu_theme-dark .mm-iconbar a {
  color: rgba(255,255,255,.4);
}

.mm-menu_theme-dark.mm-menu_keyboardfocus a:focus {
  background: rgba(0,0,0,.1);
}

.mm-menu_theme-dark .mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-menu_theme-dark .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-menu_theme-dark .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(0,0,0,.1);
}

.mm-menu_theme-dark.mm-menu_shadow-page:after {
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.mm-menu_theme-dark.mm-menu_shadow-panels .mm-panel {
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.mm-menu_theme-dark .mm-searchfield input {
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.85);
}

.mm-menu_theme-dark .mm-panel__noresultsmsg {
  color: rgba(255,255,255,.4);
}

.mm-menu_theme-dark .mm-sectionindexer a {
  color: rgba(255,255,255,.4);
}

.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
  background: 0 0;
}

.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
  background: rgba(0,0,0,.1);
}

.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
  background: 0 0;
}

.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(0,0,0,.1);
}

.mm-menu_theme-dark label.mm-check:before {
  border-color: rgba(255,255,255,.85);
}

.mm-menu_theme-dark label.mm-toggle {
  background: rgba(0,0,0,.3);
}

.mm-menu_theme-dark label.mm-toggle:before {
  background: #333;
}

.mm-menu_theme-darkinput.mm-toggle:checked~label.mm-toggle {
  background: #4bd963;
}

.mm-menu_theme-black {
  background: #000;
  border-color: rgba(255,255,255,.25);
  color: rgba(255,255,255,.75);
}

.mm-menu_theme-black .mm-navbar a,
.mm-menu_theme-black .mm-navbar>* {
  color: rgba(255,255,255,.4);
}

.mm-menu_theme-black .mm-btn:after,
.mm-menu_theme-black .mm-btn:before {
  border-color: rgba(255,255,255,.4);
}

.mm-menu_theme-black .mm-listview .mm-btn_next:after {
  border-color: rgba(255,255,255,.4);
}

.mm-menu_theme-black .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(255,255,255,.15);
  tap-highlight-color: rgba(255,255,255,.15);
}

.mm-menu_theme-black .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu_theme-black .mm-listitem_selected>span {
  background: rgba(255,255,255,.15);
}

.mm-menu_theme-black .mm-listitem_opened>.mm-btn_next,
.mm-menu_theme-black .mm-listitem_opened>.mm-panel {
  background: rgba(255,255,255,.2);
}

.mm-menu_theme-black .mm-listitem_divider {
  background: rgba(255,255,255,.2);
}

.mm-menu_theme-black .mm-counter {
  color: rgba(255,255,255,.4);
}

.mm-menu_theme-black .mm-iconbar,
.mm-menu_theme-black .mm-iconbar a {
  color: rgba(255,255,255,.4);
}

.mm-menu_theme-black.mm-menu_keyboardfocus a:focus {
  background: rgba(255,255,255,.15);
}

.mm-menu_theme-black .mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-menu_theme-black .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-menu_theme-black .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255,255,255,.15);
}

.mm-menu_theme-black.mm-menu_shadow-page:after {
  box-shadow: false;
}

.mm-menu_theme-black.mm-menu_shadow-panels .mm-panel {
  box-shadow: false;
}

.mm-menu_theme-black .mm-searchfield input {
  background: rgba(255,255,255,.25);
  color: rgba(255,255,255,.75);
}

.mm-menu_theme-black .mm-panel__noresultsmsg {
  color: rgba(255,255,255,.4);
}

.mm-menu_theme-black .mm-sectionindexer a {
  color: rgba(255,255,255,.4);
}

.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
  background: 0 0;
}

.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
  background: rgba(255,255,255,.15);
}

.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
  background: 0 0;
}

.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(255,255,255,.15);
}

.mm-menu_theme-black label.mm-check:before {
  border-color: rgba(255,255,255,.75);
}

.mm-menu_theme-black label.mm-toggle {
  background: rgba(255,255,255,.25);
}

.mm-menu_theme-black label.mm-toggle:before {
  background: #000;
}

.mm-menu_theme-blackinput.mm-toggle:checked~label.mm-toggle {
  background: #4bd963;
}

.mm-menu_tileview .mm-listview,
.mm-panel_tileview .mm-listview {
  margin: 0!important;
}

.mm-menu_tileview .mm-listview:after,
.mm-panel_tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}

.mm-menu_tileview .mm-listitem,
.mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%;
}

.mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu_tileview .mm-listitem>a,
.mm-menu_tileview .mm-listitem>span,
.mm-panel_tileview .mm-listitem>a,
.mm-panel_tileview .mm-listitem>span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu_tileview .mm-listitem>.mm-btn_next,
.mm-panel_tileview .mm-listitem>.mm-btn_next {
  width: auto;
}

.mm-menu_tileview .mm-listitem>.mm-btn_next:after,
.mm-menu_tileview .mm-listitem>.mm-btn_next:before,
.mm-panel_tileview .mm-listitem>.mm-btn_next:after,
.mm-panel_tileview .mm-listitem>.mm-btn_next:before {
  content: none;
  display: none;
}

.mm-menu_tileview .mm-listitem_divider,
.mm-panel_tileview .mm-listitem_divider {
  display: none;
}

.mm-menu_tileview .mm-panel,
.mm-panel_tileview {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu_tileview .mm-panel:after,
.mm-menu_tileview .mm-panel:before,
.mm-panel_tileview:after,
.mm-panel_tileview:before {
  content: none;
  display: none;
}
.readall {
  position: relative;
  text-align: left;
  box-sizing: border-box;
}

.readall-wrapper {
  text-align: center;
}

.readall-button {
  display: inline-block;
  width: 150px;
  border: 1px solid silver;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}

.readall-button:hover {
  color: #fff;
  background: silver;
}

.readall-hide:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(to bottom,rgba(255,255,255,.1),#fff 75%);
}



.lg-icon {
  font-family: lg!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none;
  background-color: transparent;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0,0,0,.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  -moz-transition: -moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  -o-transition: -o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
  transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  -o-transition: -o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
  -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1) 0s;
  -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width:1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: 0;
  border: none;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/vimeo-play.png") no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/vimeo-play.png") 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/video-play.png") no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/youtube-play.png") no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/youtube-play.png") 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
  -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s;
  -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .3s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
  -moz-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
  -o-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
  transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  -webkit-transform: translate3d(0,5px,0);
  transform: translate3d(0,5px,0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255,255,255,.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0,0,0,.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0,5px,0);
  -o-transform: translate3d(0,5px,0);
  -ms-transform: translate3d(0,5px,0);
  -webkit-transform: translate3d(0,5px,0);
  transform: translate3d(0,5px,0);
  -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0,0,0,.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  height: 100%;
  width: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;
  -moz-transition: -moz-transform .3s cubic-bezier(.32,0,.67,0) 0s;
  -o-transition: -o-transform .3s cubic-bezier(.32,0,.67,0) 0s;
  transition: transform .3s cubic-bezier(.32,0,.67,0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-group:after,
.lg-group:before {
  display: table;
  content: "";
  line-height: 0;
}

.lg-group:after {
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit!important;
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s!important;
  transition-duration: 0s!important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/loading.gif") center center no-repeat;
  display: none!important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block!important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s!important;
  -moz-transition: none 0s ease 0s!important;
  -o-transition: none 0s ease 0s!important;
  transition: none 0s ease 0s!important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  -o-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.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 {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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%;
  -o-object-fit: contain;
  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;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/* Jet Cache: catalog/view/theme/chide/assets/css/style.css */
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ol,
ul,
li,
button,
address {
  margin: 0;
  padding: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ol,
ul,
li {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  overflow-x: hidden; }

/* A elements that don't have a class get default styles */
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

a:hover {
  text-decoration: none; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  resize: none;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out; }

button {
  border: none;
  cursor: pointer;
  background-color: transparent; }

input,
textarea,
select {
  border: none; }

select {
  cursor: pointer; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

















body {
  font-family: "Circe-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #383838; }

section {
  position: relative; }

svg path {
  -webkit-transition: strocke .4s ease;
  -o-transition: strocke .4s ease;
  transition: strocke .4s ease; }

.hidden {
  overflow: hidden;
display: block!important;}

#content.col-sm-12 {
  padding: 0; }

.menu-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(56, 56, 56, 0.2);
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 502; }

.menu-overlay.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease; }

.main-title {
  font-family: "MontserratAlternates-Bold", sans-serif;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 8px; }
  .main-title span {
    color: #87B6F9; }

.section-title {
  font-size: 32px;
  font-family: "MontserratAlternates-Bold", sans-serif;
  margin-bottom: 24px; }

.section-btn {
  padding: 12px 8px;
  max-width: 211px;
  color: #fff;
  font-family: "MontserratAlternates-Bold", sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: auto;
  border: 2px solid;
  background-color: #87B6F9;
  border-radius: 30px;
  border-color: transparent;
  display: block; }
  @media (max-width: 576px) {
    .section-btn {
      padding: 5px 2px;
      font-size: 14px; } }
  .section-btn:hover {
    background-color: #fff;
    color: #87B6F9;
    border-color: #87B6F9; }

/* Plus minus buttons*/
.minicart_plus_minus_buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2px;
  max-width: 122px;
  height: 44px;
  background-color: transparent;
  border: 1px solid #E8EDF4;
  border-radius: 40px; }
  .minicart_plus_minus_buttons input {
    text-align: center;
    width: 30px;
    color: #A0A5B0;
    font-family: "Circe-Bold", sans-serif;
    background-color: transparent; }
  .minicart_plus_minus_buttons button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #87B6F9;
    font-size: 30px;
    padding-top: 3px; }
    .minicart_plus_minus_buttons button:hover {
      background-color: #87B6F9;
      color: #fff; }

/** Rating **/
.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative; }

.rating-stars > input {
  display: none; }

.rating-stars > label {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/star-main.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.rating-stars > label:not(:last-child) {
  margin: 0 0 0 5px; }

.rating-stars > input:checked ~ label,
.rating-stars > input:checked ~ label ~ label {
  background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/star1.png"); }

.rating-stars > input:not(:checked) ~ label:hover,
.rating-stars > input:not(:checked) ~ label:hover ~ label {
  background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/star1.png"); }

/* Default buttons slider */
.slider-wrapper {
  overflow: hidden; }
  .slider-wrapper .swiper-button-next, .slider-wrapper .swiper-button-prev {
    position: absolute;
    width: 56px;
    height: 56px;
    background-size: 30px 30px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-repeat: no-repeat;
    outline: 0;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    margin-top: -24px; }
  .slider-wrapper .swiper-button-next:hover, .slider-wrapper .swiper-button-prev:hover {
    -webkit-box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
            box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1); }
  .slider-wrapper .swiper-button-prev {
    background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/arrow-prev.png");
    left: -10px; }
  .slider-wrapper .swiper-button-next {
    background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/arrow-next.png");
    right: -10px; }
  .slider-wrapper .swiper-button-disabled {
    background-image: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    width: 0 !important; }

/* Universal block slider */
.slider-block {
  background-color: #fff;
  border: 1px solid rgba(183, 186, 194, 0.2);
  border-radius: 20px;
  max-width: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  cursor: pointer; }
  .slider-block:hover {
    -webkit-box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4);
            box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4); }
  .slider-block-img {
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 231px;
    max-height: 100%;
    position: relative;
    width: 100%; }
    .slider-block-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      border-radius: 0; }
  .slider-block-info {
    padding: 24px;
    max-width: 100%; }
  .slider-block-title {
    display: block;
    font-size: 20px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    margin-bottom: 20px;
    height: 76px;
    overflow: hidden; }
    .slider-block-title a:hover {
      color: #87B6F9; }
  .slider-block-text {
    color: #A0A5B0;
    margin-bottom: 24px;
    height: 76px;
    overflow: hidden; }
  .slider-block-review, .slider-block-prise {
    color: #A0A5B0; }
  .slider-block-prise {
    text-decoration: line-through; }
  .slider-block-current-prise {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 20px; }
  .slider-block-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
    height: 48px; }
  .slider-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .slider-block-item:last-child {
    text-align: right; }
  .slider-block-stars {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .slider-block-stars span {
      width: 24px;
      height: 24px; }
  .slider-block-discount {
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .slider-block-discount span {
      font-size: 20px;
      font-family: "Circe-Bold", sans-serif;
      text-align: center;
      color: #fff;
      -webkit-box-shadow: 0 0.7px 5.4px rgba(28, 37, 44, 0.08);
              box-shadow: 0 0.7px 5.4px rgba(28, 37, 44, 0.08);
      border-radius: 20px;
      padding: 6px 10px;
      text-transform: capitalize; }
    .slider-block-discount span:first-child {
      margin-right: 8px; }
    .slider-block-discount-minus {
      background-color: #DB4E50; }
    .slider-block-discount-hit {
      background-color: #87B6F9; }
    .slider-block-discount-new {
      background-color: #27AE60; }
  .slider-block-btn:not(:last-child) {
    margin-bottom: 8px;
    padding: 12px 8px;
    max-width: 252px;
    color: #fff;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid;
    background-color: #87B6F9;
    border-radius: 30px;
    border-color: transparent;
    border: 1px solid transparent; }
    @media (max-width: 576px) {
      .slider-block-btn:not(:last-child) {
        padding: 5px 2px;
        font-size: 14px; } }
    .slider-block-btn:not(:last-child):hover {
      background-color: #fff;
      color: #87B6F9;
      border: 1px solid #87B6F9; }
  .slider-block-btn:last-child {
    padding: 12px 8px;
    max-width: 252px;
    color: #87B6F9;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid;
    background-color: #fff;
    border-radius: 30px;
    border-color: transparent;
    border: 1px solid #87B6F9; }
    @media (max-width: 576px) {
      .slider-block-btn:last-child {
        padding: 5px 2px;
        font-size: 14px; } }
    .slider-block-btn:last-child:hover {
      background-color: #87B6F9;
      color: #fff;
      border: 1px solid transparent; }

/* Module block*/
.popular-block {
  max-width: 300px;
  margin: 0 auto;
  background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/popular-stars.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-color: #F4F8FD;
  padding: 8px 10px;
  position: relative;
  overflow: hidden; }
  .popular-block-wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 24px 16px 16px; }
  .popular-block-text {
    text-align: center;
    max-width: 226px;
    margin: 0 auto 12px; }
    .popular-block-text span {
      font-family: "Circe-Bold", sans-serif; }
  .popular-block-img {
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 2px 10px; }
  .popular-block-btn {
    margin: 0 auto; }

/* Breadcrumb */
.breadcrumb {
  background-color: transparent;
  color: #A0A5B0;
  padding: 0; }
  .breadcrumb li:not(:last-child) {
    margin-right: 32px;
    position: relative; }
    .breadcrumb li:not(:last-child) a:hover {
      color: #87B6F9; }
    .breadcrumb li:not(:last-child):after {
      content: '';
      position: absolute;
      background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/bread-row.png");
      background-size: contain;
      background-repeat: no-repeat;
      top: 4px;
      right: -24px;
      width: 16px;
      height: 16px; }
  .breadcrumb li:last-child {
    color: #383838; }

/* FAQ Accordion */
.faq {
  padding: 80px 0; }
  .faq-title {
    margin-bottom: 32px;
    text-align: center; }
  .faq__item {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 20px;
    margin-bottom: 24px; }
    .faq__item .faq__arrow {
      position: relative;
      width: 20px;
      height: 20px;
      justify-self: flex-end;
      /* Vertical line */
      /* horizontal line */ }
      .faq__item .faq__arrow:before, .faq__item .faq__arrow:after {
        content: "";
        position: absolute;
        background-color: #87B6F9;
        -webkit-transition: -webkit-transform 0.25s ease-out;
        transition: -webkit-transform 0.25s ease-out;
        -o-transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
      .faq__item .faq__arrow:before {
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -1px; }
      .faq__item .faq__arrow:after {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: -1px; }
  .faq__item.faq-active {
    -webkit-box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4);
            box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4); }
  .faq__title {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 24px;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    font-size: 20px; }
  .faq__item.faq-active .faq__arrow:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .faq__item.faq-active .faq__arrow:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .faq__content {
    margin-top: 17px;
    display: none; }
    .faq__content p:not(:last-child) {
      margin-bottom: 16px; }

/* Review */
.reviews {
  background-color: #F4F8FD;
  padding: 64px 0 108px;
  position: relative; }
  .reviews__title {
    text-align: center;
    margin-bottom: 40px; }
  .reviews__slider {
    padding-bottom: 32px; }
  .reviews__slide {
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 20px;
    overflow: hidden;
    padding: 24px 32px 24px;
    display: grid;
    grid-template-columns: 50% 50%;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    max-width: 630px; }
  .reviews__img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 270px; }
    .reviews__img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .reviews__slide-title {
    font-size: 18px;
    margin-bottom: 15px; }
  .reviews__slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .reviews__slide-stars {
    margin-right: 15px; }
  .reviews__slide-text {
    margin-bottom: 24px; }
    .reviews__slide-text p:not(:last-child) {
      margin-bottom: 12px; }
  .reviews__slide-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .reviews__slide-author-img {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 16px; }
    .reviews__slide-author-data {
      display: grid;
      row-gap: 4px; }
      .reviews__slide-author-data *:first-child {
        color: #2F2A32;
        font-family: "MontserratAlternates-SemiBold", sans-serif; }
      .reviews__slide-author-data *:last-child {
        color: #A0A5B0; }
  .reviews .reviews__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    bottom: 0;
    left: 0; }
  .reviews .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #A0A5B0;
    border-radius: 6px;
    opacity: 1; }
  .reviews .swiper-pagination-bullet:not(:last-child) {
    margin-right: 8px; }
  .reviews .swiper-pagination-bullet-active {
    background-color: #87B6F9;
    border-color: transparent; }

/* Pagination */
.pagination {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .pagination > *:not(:last-child) {
    margin-right: 5px; }
  .pagination a {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-family: "Circe-Bold", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 0; }
  .pagination a.current-page, .pagination a:hover {
    background-color: #87B6F9;
    color: #fff; }
  .pagination a:hover svg path {
    stroke: #fff; }
  .pagination a:hover svg g {
    opacity: 1; }

@media (min-width: 1200px) {
  .container {
    max-width: 1300px; } }

@media (max-width: 1200px) {
  /* Universal block slider */
  .slider-block-info {
    padding: 20px; }
  .slider-block-title {
    font-size: 17px;
    margin-bottom: 10px; }
  .slider-block-text {
    margin-bottom: 19px;
    font-size: 14px; }
  .slider-block-stars span {
    width: 20px;
    height: 20px; }
  .slider-block-current-prise {
    font-size: 17px; }
  .slider-block-discount {
    top: 20px;
    left: 20px; }
    .slider-block-discount span {
      font-size: 17px; }
  .slider-block-btn {
    font-size: 17px; } }

@media (max-width: 992px) {
  /* Default buttons slider */
  .slider-wrapper .swiper-button-next, .slider-wrapper .swiper-button-prev {
    width: 46px;
    height: 46px;
    background-size: 20px 20px;
    margin-top: -30px;
    -webkit-box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
            box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1); }
  .slider-wrapper .swiper-button-prev {
    left: -20px; }
  .slider-wrapper .swiper-button-next {
    right: -20px; }
  /* Universal block slider */
  .slider-block-info {
    padding: 18px; }
  .slider-block-title {
    font-size: 16px;
    margin-bottom: 9px;
    height: 60px; }
  .slider-block-text {
    margin-bottom: 18px;
    font-size: 13px;
    height: 56px;
    line-height: 20px; }
  .slider-block-current-prise {
    font-size: 18px; }
  .slider-block-discount {
    top: 18px;
    left: 18px; }
    .slider-block-discount span {
      font-size: 16px; }
  .slider-block-btn {
    font-size: 16px; }
  /* Module block*/
  .popular-block {
    margin: 0 auto 40px;
    max-width: 300px; }
    .popular-block-wrap {
      padding: 20px 0 14px; }
    .popular-block-text {
      text-align: center;
      max-width: 200px; }
    .popular-block-img {
      margin: 0 auto 15px; }
  /* FAQ Accordion */
  .faq {
    padding: 60px 0; }
    .faq-title {
      margin-bottom: 30px; }
    .faq__item {
      padding: 20px;
      margin-bottom: 20px; }
    .faq__title {
      font-size: 18px; }
      .faq__title-text {
        font-size: 16px; }
      .faq__title .faq__arrow {
        width: 17px;
        height: 17px; }
    .faq__content {
      margin-top: 14px; }
      .faq__content p:not(:last-child) {
        margin-bottom: 15px; }
  /* Review */
  .reviews {
    padding: 54px 0 34px; }
    .reviews__title {
      text-align: center;
      margin-bottom: 30px; }
    .reviews__slider {
      padding-bottom: 32px; }
    .reviews__slide {
      padding: 16px 22px 16px;
      grid-template-columns: 100%;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; }
    .reviews__slide-info:first-child {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 24px; }
    .reviews__img {
      margin-bottom: 0;
      height: 160px; }
    .reviews__slide-title {
      margin-bottom: 16px; }
    .reviews__slide-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .reviews__slide-stars {
      margin-right: 0;
      margin-bottom: 10px; }
    .reviews__slide-text {
      margin-bottom: 16px; }
      .reviews__slide-text p:not(:last-child) {
        margin-bottom: 6px; }
    .reviews__slide-author-img {
      width: 40px;
      height: 40px;
      margin-right: 8px; }
    .reviews__slide-author-data {
      row-gap: 1px; } }

@media (max-width: 767px) {
  .readall-hide:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.1)), color-stop(75%, #fafafa));
    background: -o-linear-gradient(top, rgba(250, 250, 250, 0.1), #fafafa 75%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0.1), #fafafa 75%); }
  .readall-button {
    border: none;
    font-size: 16px;
    background-color: transparent;
    cursor: pointer;
    display: block;
    font-family: "Circe-Bold", sans-serif;
    text-align: center;
    position: relative;
    padding-bottom: 4px;
    color: #87B6F9;
    margin: 5px auto 15px; }
    .readall-button:hover {
      background-color: transparent;
      color: #87B6F9; }
    .readall-button:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 98px;
      height: 1px;
      border-bottom: 2px dashed #d7e7fd; }
  /* Module block*/
  .popular-block {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px; }
    .popular-block-wrap {
      padding: 8px;
      width: 120px;
      height: 120px;
      justify-self: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .popular-block-text {
      text-align: left;
      margin: 0; }
    .popular-block-img {
      margin: 0 auto;
      padding: 3px; }
      .popular-block-img img {
        height: 100%; }
    .popular-block-btn {
      position: absolute;
      left: 10px;
      bottom: 10px;
      border-color: transparent;
      max-width: 177px; }
  /*.slider-block-btn:last-child {
    line-height: 18px;
  }*/ }

@media (max-width: 576px) {
  body {
    font-size: 14px;
    line-height: 18px; }
  .section-title {
    font-size: 24px; }
  .section-btn {
    padding: 10px 6px;
    font-size: 14px; }
  .breadcrumb li:not(:last-child):after {
    top: 0; }
  .breadcrumb {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: calc(100vw - 35px);
    overflow: auto;
    position: relative;
    padding-bottom: 10px; }
    .breadcrumb li {
      white-space: nowrap; }
  /* Default buttons slider */
  .slider-wrapper .swiper-button-next, .slider-wrapper .swiper-button-prev {
    width: 0; }
  .popular-block {
    display: none; }
  /* Universal block slider */
  .slider-block-info {
    padding: 16px; }
  .slider-block-title {
    font-size: 14px;
    margin-bottom: 8px; }
  .slider-block-text {
    margin-bottom: 16px;
    font-size: 14px; }
  .slider-block-stars span {
    width: 18px;
    height: 18px; }
  .slider-block-items {
    height: 36px; }
  .slider-block-current-prise {
    font-size: 18px; }
  .slider-block-discount {
    top: 16px;
    left: 16px; }
    .slider-block-discount span {
      font-size: 14px; }
  .slider-block-btn:not(:last-child) {
    margin-bottom: 8px; }
  /* FAQ Accordion */
  .faq {
    padding: 48px 0; }
    .faq-title.section-title {
      margin-bottom: 24px; }
    .faq__title {
      font-size: 16px; }
    .faq__item {
      padding: 16px;
      margin-bottom: 8px; }
    .faq__content {
      margin-top: 8px; }
      .faq__content p:not(:last-child) {
        margin-bottom: 12px; }
  /* Review */
  .reviews {
    padding: 32px 0 68px; }
    .reviews__title.section-title {
      text-align: center;
      margin-bottom: 30px; }
    .reviews__slider {
      padding-bottom: 32px; }
    .reviews__slide {
      padding: 16px 22px 16px;
      grid-template-columns: 100%;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; }
    .reviews__slide-info:first-child {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 24px; }
    .reviews__img {
      height: 149px; }
    .reviews__slide-title {
      margin-bottom: 16px; }
    .reviews__slide-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .reviews__slide-stars {
      margin-right: 0;
      margin-bottom: 10px; }
    .reviews__slide-text {
      margin-bottom: 16px; }
      .reviews__slide-text p:not(:last-child) {
        margin-bottom: 6px; }
    .reviews__slide-author-img {
      width: 40px;
      height: 40px;
      margin-right: 8px; }
    .reviews__slide-author-data {
      row-gap: 1px; }
  /* Order plus minus button */
  .minicart_plus_minus_buttons button {
    font-size: 26px; } }

a:hover {
  color: #87B6F9; }

/* Radio buttons Checkbox */
/*Radio*/
.custom-label-radio, .custom-label-checkbox {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 16px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .custom-label-radio--disabled, .custom-label-checkbox--disabled {
    color: #F4F8FD;
    cursor: not-allowed; }
  .custom-label-radio input, .custom-label-checkbox input {
    display: block;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    margin: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #A0A5B0;
    border-radius: 50%; }
  .custom-label-radio input::before, .custom-label-checkbox input::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
  .custom-label-radio input:checked::before, .custom-label-checkbox input:checked::before {
    background-color: #87B6F9; }
  .custom-label-radio input:checked, .custom-label-checkbox input:checked {
    border-color: #87B6F9; }
  .custom-label-radio input:disabled, .custom-label-checkbox input:disabled {
    color: #F4F8FD;
    background-color: #F4F8FD; }

input:focus {
  outline: none;
  border-color: #87B6F9 !important; }

/* Checkbox*/
.custom-label-checkbox input {
  border-radius: 10%;
  background-color: transparent; }

.custom-label-checkbox input:checked {
  background-color: #87B6F9; }

.custom-label-checkbox input:before {
  width: 13px; }

.custom-label-checkbox input:checked:before {
  background-color: transparent;
  background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/svg/checkbox.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 0; }

ol {
  list-style: none;
  counter-reset: my-awesome-counter; }

ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 16px; }

ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #87B6F9;
  font-weight: bold;
  position: absolute;
  left: 0; }

/*** Custom Filter ***/
.ocf-content .ocf-header {
  font-family: "MontserratAlternates-Bold", sans-serif;
  font-size: 18px; }
  .ocf-content .ocf-header .ocf-sliders {
    display: none; }

.ocf-filter-header .ocf-filter-name {
  font-family: "MontserratAlternates-Bold", sans-serif;
  font-size: 16px;
  text-transform: capitalize; }

/** Slider **/
.ocf-noUi-base .ocf-noUi-connects:before, .ocf-noUi-base .ocf-noUi-connects:after, .ocf-value-slider .ocf-noUi-pips, .ocf-input-group.ocf-slider-input-group .ocf-input-group-addon {
  display: none; }

.ocf-value-slider .ocf-noUi-touch-area {
  background-color: #fff;
  border-radius: 50%; }

.ocf-value-slider .ocf-noUi-handle {
  width: 16px;
  height: 16px;
  top: 0;
  border: 4px solid #87B6F9;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none; }

.ocf-noUi-connects .ocf-noUi-connect:before {
  background-color: #87B6F9; }

.ocf-value-list .ocf-input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  justify-items: stretch;
  text-align: center; }
  .ocf-value-list .ocf-input-group .ocf-form-control {
    border-radius: 20px !important;
    text-align: center;
    font-family: "Circe-Regular", sans-serif;
    padding: 10px 5px; }

.ocf-value-list .ocf-form-control:focus, input.ocf-form-control:focus, textarea.ocf-form-control:focus {
  border-color: #87b6f9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

/** Checkbox **/
.ocf-value-list-body .ocf-value.ocf-checkbox {
  display: grid;
  grid-template-columns: 20px 1fr 50px;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ocf-theme-light .ocf-value.ocf-checkbox .ocf-value-count {
  color: #383838;
  font-family: "MontserratAlternates-Regular", sans-serif; }

.ocf-value-input.ocf-value-input-checkbox {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  border-radius: 10px; }

.ocf-value-input.ocf-value-input-checkbox:before {
  border-radius: 3px;
  border-color: #A0A5B0; }

.ocf-selected .ocf-value-input.ocf-value-input-checkbox:before {
  border-radius: 3px;
  border-color: transparent; }

.ocf-value-input.ocf-value-input-checkbox:after {
  background-size: 13px; }

.ocf-selected .ocf-value-input.ocf-value-input-checkbox {
  border-color: transparent; }

.ocf-value.ocf-checkbox .ocf-value-name {
  font-family: "Circe-Regular", sans-serif;
  font-size: 16px; }

.ocf-selected .ocf-value-input.ocf-value-input-checkbox::after {
  background-color: transparent;
  background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/svg/checkbox.svg");
  background-size: contain;
  background-position: center center;
  border-radius: 0;
  left: 3px;
  width: 13px; }

.ocf-selected .ocf-value-input.ocf-value-input::before {
  color: #fff;
  border-color: #87B6F9;
  background-color: #87B6F9;
  border-radius: 3px; }

/*** Custom Select ***/
.form-group.input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-group.input-group label {
    margin: 0 8px 0 0; }
  .form-group.input-group .form-control {
    position: relative;
    background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/svg/arrow-down.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }
  .form-group.input-group .form-control:focus {
    background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/svg/arrow-up.svg");
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s; }

@-webkit-keyframes rotateCaret {
  0% {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); } }

@keyframes rotateCaret {
  0% {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); } }

.input-group > .form-control, .input-group > .form-control:not(:first-child) {
  border-radius: 20px;
  padding: 10px 60px 5px 16px;
  height: initial;
  border: 1px solid rgba(183, 186, 194, 0.2);
  background-color: #fff;
  font-size: 16px;
  font-family: "Circe-Regular", sans-serif;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none; }

/* Set */
.set {
  padding: 48px 0;
  background-color: #F4F8FD; }
  .set__title {
    text-align: center;
    margin-bottom: 32px; }
  .set .slider-wrapper {
    overflow: visible; }
  .set .swiper-slide {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: visible; }
  .set .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px; }
  .set__slide-text {
    margin-bottom: 8px;
    height: 20px; }
  .set__slide {
    -webkit-box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4);
            box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4);
    padding: 16px;
    display: grid;
    grid-template-rows: 268px 1fr;
    gap: 16px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow: visible;
    margin: 40px auto 0; }
  .set__block-img {
    border-radius: 0;
    padding: 26px;
    height: 100%; }
    .set__block-img img {
      -o-object-fit: contain;
         object-fit: contain; }
  .set__info {
    padding: 0 8px; }
  .set__info-title {
    margin-bottom: 16px; }
  .set__slide-list {
    margin-bottom: 40px; }
  .set ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px; }
    .set ul li:before {
      content: '+';
      position: absolute;
      color: #87B6F9;
      font-size: 28px;
      width: 20px;
      height: 20px;
      top: 2px;
      left: 0; }
  .swiper-slide:not(:nth-child(1)) .set__slide-list li:first-child:before {
    content: '';
    background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/check-list.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center; }
  .swiper-slide:not(:nth-child(1)) .set__slide-list li:first-child {
    font-family: "Circe-Bold", sans-serif; }
  .set .recommended-text {
    padding: 6px 0 6px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-family: "MontserratAlternates-SemiBold", sans-serif; }
  .set .set__slider .swiper-slide:nth-child(3) .recommended {
    padding: 4px;
    background-color: #87B6F9;
    border-radius: 20px; }
    .set .set__slider .swiper-slide:nth-child(3) .recommended-text {
      padding: 6px 0 6px;
      text-align: center;
      text-transform: capitalize;
      color: #fff;
      font-size: 14px;
      font-family: "MontserratAlternates-SemiBold", sans-serif; }
    .set .set__slider .swiper-slide:nth-child(3) .recommended .set__slide {
      margin-top: 0; }

@media (max-width: 1200px) {
  /* Set */
  .set .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
    gap: 16px; }
  .set__slide {
    max-width: 400px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0; }
  .set__info {
    display: grid; }
  .set .recommended {
    max-width: 410px;
    margin: 0 auto; } }

@media (min-width: 768px) {
  .readall-button {
    display: none !important; }
  .readall-hide::after {
    display: none; } }

@media (max-width: 767px) {
  /* Set */
  .set {
    padding: 32px 0; }
    .set .slider-wrapper {
      overflow: hidden; }
    .set .swiper-slide {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      overflow: hidden;
      padding-bottom: 26px; }
    .set .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      grid-template-columns: initial;
      gap: initial; }
    .set__slide-text {
      margin-bottom: 8px;
      height: auto; }
    .set__slide {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 16px;
      display: grid;
      grid-template-rows: 224px 1fr;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 16px;
      overflow: hidden;
      margin: 40px auto 0; }
    .set .readall-wrapper {
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      min-height: 150px; }
    .set__block-img {
      padding: 18px; }
    .set__info-title {
      margin-bottom: 10px; }
    .set__slide-list {
      margin-bottom: 16px; } }

/** Rule for read more function **/
@media (min-width: 576px) {
  .readall-wrapper .showing {
    overflow: visible !important;
    height: auto !important;
    max-height: initial !important; } }

@media (max-width: 576px) {
  /* Set */
  .set {
    padding-bottom: 10px; }
    .set__title.section-title {
      margin-bottom: 16px; }
    .set__slide {
      -webkit-box-pack: initial;
          -ms-flex-pack: initial;
              justify-content: initial;
      max-width: 336px; }
    .set .recommended {
      max-width: 336px; }
    .set .slider-block-btn {
      padding: 10px 5px; } }

/* Header */
.header {
  padding: 16px 0; }
  .header__wrapper {
    display: grid;
    grid-template-columns: 108px minmax(600px, 710px) minmax(116px, 122px) minmax(45px, 47px) minmax(160px, 172px);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    -ms-flex-item-align: center;
        align-self: center; }
  .header__connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__connect-item {
      font-size: 18px; }
      .header__connect-item address {
        font-style: normal; }
      .header__connect-item span {
        font-family: "Circe-Bold", sans-serif; }
    .header__connect-item-language {
      width: 116px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-transform: uppercase;
      background: #F4F8FD;
      padding: 2px;
      border-radius: 20px;
      font-size: 16px;
      margin: 0; }
      .header__connect-item-language button {
        border-radius: 20px; }
      .header__connect-item-language * {
        color: #87B6F9;
        padding: 3px 12px 1px;
        border-radius: 30px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        cursor: pointer; }
      .header__connect-item-language .active {
        background-color: #87B6F9;
        color: #fff;
        -webkit-transition: .4s ease;
        -o-transition: .4s ease;
        transition: .4s ease; }
  .header__connect-item-account {
    justify-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__connect-item-account .user-icon {
      margin-right: 11px; }
    .header__connect-item-account:hover {
      color: #87B6F9; }
  .header__connect-item-wish {
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 28px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .header__connect-item-wish img {
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      -o-transition: transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
    .header__connect-item-wish:hover img {
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
    .header__connect-item-wish span {
      margin-left: 5px;
      position: absolute;
      top: -2px;
      right: -5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      line-height: initial;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #DB4E50;
      color: #fff;
      font-size: 11px; }
  .header__order-item {
    position: relative;
    z-index: 0; }
  .input-group .header__search {
    border-radius: 20px;
    border-color: transparent;
    height: 56px;
    background-color: #F4F8FD;
    color: #A0A5B0;
    font-family: "Circe-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px;
    width: 100%; }
    .input-group .header__search::-webkit-input-placeholder {
      font-family: "Circe-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px; }
    .input-group .header__search::-moz-placeholder {
      font-family: "Circe-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px; }
    .input-group .header__search::-ms-input-placeholder {
      font-family: "Circe-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px; }
    .input-group .header__search::placeholder {
      font-family: "Circe-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px; }
  .header .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-radius: 20px; }
  .header .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 72px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        align-self: center;
    z-index: 5; }
  .header button {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  .header__order-popup {
    color: #87B6F9;
    grid-row: 2 / 2;
    grid-column: 3 / 5;
    -ms-flex-item-align: center;
        align-self: center; }
    .header__order-popup a {
      -webkit-text-decoration-style: dashed;
              text-decoration-style: dashed;
      border-bottom: 1px dashed #d7e7fd; }
  .header__order-cart {
    width: 100%; }
  .header .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 0 0 0 50px;
    outline: none; }
  .header .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .header .dropdown-toggle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/svg/cart.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 3; }
  .header .dropdown-toggle::after {
    position: absolute;
    width: 56px;
    height: 56px;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    border: none;
    border-radius: 50%;
    background-color: #F4F8FD;
    z-index: 2; }
  .header #cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

/* Navigation */
.navigation__navbar-list ul li a {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .navigation__navbar-list ul li a:hover {
    color: #87B6F9; }

.navigation__menu {
  grid-row: 3;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 300px) 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  border-top: 1px solid #E8EDF4;
  padding-top: 16px;
  margin-bottom: 16px;
  position: relative; }

.navigation__btn {
  padding: 12px 8px;
  max-width: 100%;
  color: #fff;
  font-family: "MontserratAlternates-Bold", sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: auto;
  border: 2px solid;
  background-color: #87B6F9;
  border-radius: 30px;
  border-color: transparent;
  width: 300px;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 100; }
  @media (max-width: 576px) {
    .navigation__btn {
      padding: 5px 2px;
      font-size: 14px; } }
  .navigation__btn:hover {
    color: #fff; }
  .navigation__btn span {
    margin-left: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600; }

.navigation__navbar-list {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 12px;
  position: absolute;
  top: 80px;
  left: 0;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  width: 300px;
  max-width: 100%;
  z-index: 502;
  display: none; }

.navigation__navbar-items {
  position: relative; }

.navigation__navbar-list .navigation__navbar-item > span {
  width: 300px;
  padding: 12px 14px;
  position: relative;
  font-size: 18px;
  font-family: "Circe-Bold", sans-serif;
  cursor: pointer; }

.navigation__navbar-list .navigation__navbar-item:not(:last-child) {
  padding-bottom: 15px; }

.navigation__navbar-list .navigation__navbar-item > span:hover {
  color: #87B6F9;
  background: #EBF3FE;
  border-radius: 30px 0 0 30px; }

.navigation__navbar-list .navigation__navbar-item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .navigation__navbar-list .navigation__navbar-item span img {
    width: 25px;
    height: 25px;
    margin-right: 10px; }

.navigation__category {
  margin-left: 20px; }

.navigation__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navigation__category li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 146px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.navigation__category li a {
  font-size: 18px;
  font-family: "Circe-Bold", sans-serif; }

.navigation__category li a:hover {
  color: #87B6F9; }

.navigation__category li a.discount {
  color: #DB4E50; }

.has-dropdown__submenu {
  position: absolute;
  top: 0;
  left: 282px;
  max-width: calc(100% - 300px);
  width: 100%;
  max-height: 100%;
  padding: 10px 5px 24px 36px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  visibility: hidden;
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 300px));
  grid-template-rows: repeat(2, 250px);
  gap: 10px;
  grid-auto-flow: column;
  opacity: 0;
  z-index: 501; }
  .has-dropdown__submenu ul {
    height: auto;
    margin-bottom: 20px;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .has-dropdown__submenu ul li {
      margin-right: 20px; }
  .has-dropdown__submenu .has-dropdown__submenu-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 329px;
    max-height: 269px;
    z-index: -1; }
  .has-dropdown__submenu li > span, .has-dropdown__submenu li > span a, .has-dropdown__submenu li > span > a {
    font-size: 18px;
    line-height: 20px;
    font-family: "Circe-Bold", sans-serif;
    margin-bottom: 16px; }
  .has-dropdown__submenu li > span a {
    margin-bottom: 5px; }
  .has-dropdown__submenu li > span > a {
    margin-bottom: 0; }
  .has-dropdown__submenu li > .see-all {
    color: #87B6F9;
    font-family: "Circe-Bold", sans-serif; }
  .has-dropdown__submenu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .has-dropdown__submenu ul li:not(:last-child) {
    margin-bottom: 8px; }

@media (max-width: 1200px) {
  /* Header */
  .header__wrapper {
    grid-template-columns: 90px 500px 150px 45px minmax(25px, 90px);
    row-gap: 12px;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px; }
  .header__connect {
    width: 104%; }
    .header__connect-item {
      font-size: 15px; }
    .header__connect-item-language {
      width: 102px;
      margin-left: 30px; }
      .header__connect-item-language * {
        padding: 3px 10px 1px; }
    .header__connect-item-account {
      justify-self: center; }
      .header__connect-item-account .user-icon {
        margin-right: 0; }
      .header__connect-item-account .user-text {
        display: none; }
  .input-group .header__search {
    height: 50px;
    font-size: 15px;
    line-height: 20px;
    padding: 12px 20px; }
    .input-group .header__search::-webkit-input-placeholder {
      font-size: 15px;
      line-height: 20px; }
    .input-group .header__search::-moz-placeholder {
      font-size: 15px;
      line-height: 20px; }
    .input-group .header__search::-ms-input-placeholder {
      font-size: 15px;
      line-height: 20px; }
    .input-group .header__search::placeholder {
      font-size: 15px;
      line-height: 20px; }
  .header .input-group-btn {
    width: 64px;
    height: 50px; }
  .header__order-popup {
    color: #87B6F9;
    grid-column: 3/4; }
  .header__order-cart {
    margin-left: 7px; }
  .header .dropdown-toggle {
    font-size: 12px; }
  .header .dropdown-toggle::before {
    left: 8px;
    width: 18px;
    height: 18px; }
  .header .dropdown-toggle::after {
    width: 46px;
    height: 46px;
    left: -6px; }
  .header #cart-total {
    font-size: 16px; }
  /* Navigation */
  .navigation__navbar-list ul li a {
    font-size: 15px;
    line-height: 20px; }
  .navigation__navbar-list:hover {
    padding: 10px; }
  .navigation__menu {
    grid-row: 3;
    grid-column: 1 / -1;
    grid-template-columns: 258px 1fr;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    padding-top: 14px;
    margin-bottom: 14px; }
  .navigation__btn {
    width: 258px;
    font-size: 16px;
    padding-left: 20px; }
    .navigation__btn span {
      margin-left: 14px; }
  .navigation__navbar-list {
    padding: 10px;
    top: 76px;
    width: 258px; }
  .navigation__navbar-list .navigation__navbar-item > span {
    width: 230px;
    padding: 8px;
    font-size: 16px; }
  .navigation__navbar-list .navigation__navbar-item:not(:last-child) {
    padding-bottom: 14px; }
  .navigation__navbar-list .navigation__navbar-item span img {
    width: 20px;
    height: 20px;
    margin-right: 8px; }
  .navigation__category {
    margin-left: 10px; }
  .navigation__category li a {
    font-size: 16px; }
  .has-dropdown__submenu {
    left: 212px;
    max-width: calc(100% - 238px);
    padding: 10px 5px 20px 30px;
    grid-template-columns: repeat(3, minmax(228px, 236px));
    grid-template-rows: repeat(2, 210px);
    gap: 20px; }
    .has-dropdown__submenu li > span {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 14px; }
    .has-dropdown__submenu ul li:not(:last-child) {
      margin-bottom: 8px; }
    .has-dropdown__submenu .has-dropdown__submenu-img {
      max-width: 245px;
      max-height: 167px; } }

@media (min-width: 992px) {
  .navigation__navbar-list:hover {
    border: 1px solid rgba(183, 186, 194, 0.2);
    -webkit-box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
            box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
    padding: 12px;
    width: 100%;
    overflow: hidden;
    right: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
  .navigation__navbar-list.z-index-minus {
    z-index: 5; }
  .navigation__navbar-item span:hover + .has-dropdown__submenu, .has-dropdown__submenu:hover {
    opacity: 1;
    visibility: visible; }
  #laptop-menu.open {
    display: block; }
  .home #laptop-menu {
    display: block; }
  #mobile-menu {
    display: none; } }

@media (max-width: 992px) {
  /* Header */
  body {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    body.active-search {
      position: relative;
      z-index: 101;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      body.active-search:before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 102;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
  .z-14 {
    z-index: 14; }
  .header {
    background-color: #F8F8F8;
    -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    margin-bottom: 20px; }
    .header__wrapper {
      grid-template-columns: 40px 40px 40px 1fr 40px 40px 40px;
      row-gap: 0;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      justify-items: center;
      position: relative; }
    .header__logo {
      grid-row: 1;
      grid-column: 4;
      -ms-flex-item-align: center;
          align-self: center;
      justify-self: center;
      width: 48px;
      height: 48px; }
    .header__connect {
      width: auto;
      display: none;
      gap: 10px; }
      .header__connect-item {
        font-size: 15px; }
      .header__connect__order-popup {
        display: none;
        opacity: 0;
        visibility: hidden; }
      .header__connect-item-language {
        margin-left: 16px;
        background-color: #fff;
        padding: 4px;
        width: 110px;
        display: none; }
      .header__connect-item-account {
        grid-column: 5;
        justify-self: center; }
        .header__connect-item-account span {
          display: block; }
    .header__order-group-block {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      bottom: -100px;
      top: initial;
      left: 0;
      z-index: 510;
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear; }
      .header__order-group-block .btn-default {
        display: block;
        position: relative;
        z-index: 10; }
    .header #search.search-active {
      opacity: 1;
      visibility: visible;
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear;
      width: 100%; }
    .header .static {
      position: static; }
    .header__order-group {
      background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/svg/search.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      grid-column: 2;
      grid-row: 1;
      bottom: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 24px;
      height: 24px;
      cursor: pointer; }
    .header .header .dropdown-toggle {
      font-size: 12px; }
    .header .dropdown-toggle::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 24px;
      height: 24px;
      top: -4px;
      z-index: -1; }
    .header .dropdown-toggle::after {
      display: none; }
    .header #cart-total {
      font-size: 0;
      grid-column: 5;
      grid-row: 1; }
    .header__connect-item-wish {
      grid-column: 6;
      grid-row: 1; }
    .header__order-cart {
      margin-left: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      grid-column: 7; }
    .header #cart-total .card-total-counter {
      font-size: 11px;
      height: 16px;
      width: 16px;
      margin: -6px 0px 4px -20px;
      line-height: 15px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      border-radius: 50%;
      background-color: #DB4E50; }
  /* Navigation */
  .navigation__navbar-list ul li span {
    font-size: 15px;
    line-height: 20px; }
  .navigation__navbar-list:hover {
    padding: inherit; }
  .navigation__menu {
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding: 0;
    margin: 0;
    border-color: transparent; }
  .navigation__btn {
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    border-radius: 0; }
    .navigation__btn img {
      display: none; }
    .navigation__btn:before, .navigation__btn:after,
    .navigation__btn span {
      background-color: #87B6F9;
      content: "";
      display: block;
      height: 3px;
      border-radius: 4px;
      margin: 5px 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .navigation__btn:before {
      margin-top: 0; }
    .navigation__btn span {
      width: 16px; }
    .navigation__btn.open:before {
      -webkit-transform: translateY(8px) rotate(135deg);
          -ms-transform: translateY(8px) rotate(135deg);
              transform: translateY(8px) rotate(135deg); }
    .navigation__btn.open:after {
      -webkit-transform: translateY(-8px) rotate(-135deg);
          -ms-transform: translateY(-8px) rotate(-135deg);
              transform: translateY(-8px) rotate(-135deg); }
    .navigation__btn.open span {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
  .navigation__navbar-list {
    padding: 10px;
    top: 69px;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .navigation__navbar-list .navigation__navbar-item > span {
    max-width: 100%;
    padding: 8px;
    font-size: 16px;
    width: 86%;
    overflow: hidden; }
  .navigation__navbar-list .navigation__navbar-item span img {
    width: 18px;
    height: 18px;
    margin-right: 8px; }
  .navigation__category {
    margin-left: 0;
    display: none; }
  .navigation__category li {
    text-align: left;
    max-width: 100%; }
  .navigation__category li a {
    font-size: 16px; }
  .home .navigation__navbar-list {
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .home .navigation__navbar-list.mm-menu_opened {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .has-dropdown__submenu {
    position: initial;
    left: initial;
    max-width: 100%;
    padding: 6px;
    display: block;
    opacity: 1;
    visibility: visible; }
    .has-dropdown__submenu li > a {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px; }
    .has-dropdown__submenu ul li:not(:last-child) {
      margin-bottom: 8px; }
  .has-dropdown__submenu-img {
    position: static; }
  /** Mobile block **/
  .navbar-nav-scroll {
    max-height: calc(100vh - 90px); }
  .mobile-menu-connect {
    display: grid;
    background-color: #F4F8FD;
    grid-template-columns: 1fr;
    gap: 10px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 20px -20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10; }
    .mobile-menu-connect > div {
      padding: 16px;
      border-top: 1px solid #E8EDF4; }
  .mobile-menu-call {
    text-align: center; }
  .mobile-menu-connect .header__connect-item-account {
    position: relative; }
    .mobile-menu-connect .header__connect-item-account .user-icon {
      margin-right: 8px; }
    .mobile-menu-connect .header__connect-item-account .user-text {
      display: block;
      font-family: "Circe-Bold", sans-serif;
      font-size: 16px; }
    .mobile-menu-connect .header__connect-item-account::after {
      content: '';
      border-top: 2px solid rgba(0, 0, 0, 0.3);
      border-left: 2px solid rgba(0, 0, 0, 0.3);
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      display: block;
      width: 8px;
      height: 8px;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      right: 5px;
      left: auto; }
  .mobile-menu-form-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    position: relative; }
    .mobile-menu-form-language .text {
      color: #A0A5B0; }
    .mobile-menu-form-language .change-language {
      color: #87B6F9; }
    .mobile-menu-form-language .header__connect-item-language {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .header__order-item.header__order-popup {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: none; }
  .header__order-item.header__order-popup.show {
    display: block; }
  .mm-panel.mm-panel_opened {
    overflow: auto;
    height: calc(100vh - 126px); }
  .has-dropdown__submenu .has-dropdown__submenu-img {
    bottom: 20px;
    right: 10px; } }

@media (max-height: 740px) {
  .mobile-menu-connect {
    position: relative;
    margin-bottom: 0;
    width: auto; } }

@media (max-width: 576px) {
  .header__wrapper {
    grid-template-columns: 30px 30px 30px 1fr 30px 30px 30px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
  .header .dropdown-toggle {
    padding: 0; }
  .header #cart-total .card-total-counter {
    margin-left: 15px; } }

.footer {
  background-color: #F4F8FD;
  padding: 60px 0 16px; }
  .footer-main {
    padding-bottom: 56px; }
  .footer-subtext {
    color: #A0A5B0;
    letter-spacing: .4px; }
  .footer__wrapper {
    display: grid;
    grid-template-columns: 2fr 6fr;
    gap: 30px; }
  .footer__accordion {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px; }
  .footer__logo {
    margin-bottom: 24px; }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px; }
    .footer__social li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      background-color: #fff; }
    .footer__social li:not(:last-child) {
      margin-right: 16px; }
  .footer__sign p {
    font-family: "Circe-Bold", sans-serif;
    margin-bottom: 8px; }
  .footer__sign .footer__form {
    display: grid;
    grid-template-columns: 1fr minmax(48px, 48px);
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    width: 100%; }
    .footer__sign .footer__form-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 48px;
      height: 48px;
      background-color: #87B6F9;
      border-radius: 50%; }
    .footer__sign .footer__form-email {
      padding: 12px 5px 12px 24px;
      width: 100%;
      background-color: #fff;
      border: 1px solid rgba(183, 186, 194, 0.2);
      border-radius: 30px; }
  .footer .footer__menu-title {
    font-size: 20px;
    line-height: 20px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    margin-bottom: 14px;
    color: #A0A5B0; }
  .footer .footer__menu-list li:not(:last-child) {
    margin-bottom: 8px; }
  .footer .footer__menu-list li a:hover {
    color: #87B6F9; }
  .footer .footer__menu-list li span {
    font-family: "Circe-Bold", sans-serif; }
  .footer__contacts {
    text-align: right; }
    .footer__contacts .footer__menu-list li:last-child {
      max-width: 180px;
      margin-left: auto; }
  .footer .partner__block {
    padding: 16px 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e7ebef;
    border-top: 1px solid #e7ebef; }
  .footer .partner__block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer .partner__block-list li:not(:last-child) {
      margin-right: 32px; }
  .footer .partner__block-list:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .footer .footer-subtext {
    margin-bottom: 8px; }
  .footer-bottom {
    padding-top: 16px; }
    .footer-bottom__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-bottom__info a {
        color: #87B6F9;
        display: inline-block;
        padding-bottom: 0;
        position: relative; }
        .footer-bottom__info a:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #87B6F9; }
    .footer-bottom__text:last-child {
      text-align: right; }

#footer_form_subscribe_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px; }

@media (max-width: 1200px) {
  .footer__wrapper {
    grid-template-columns: 1fr; }
  .footer__main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
  .footer-bottom__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .footer-bottom__text:last-child {
    text-align: center; }
  .footer-bottom__text {
    margin-bottom: 10px; }
  .footer .footer-subtext {
    margin-bottom: 2px; } }

@media (max-width: 992px) {
  .footer__wrapper {
    grid-template-columns: 1fr; }
  .footer__main {
    grid-template-columns: 1fr 1fr 2fr;
    gap: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .footer__accordion {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 767px) {
  .footer {
    padding: 30px 0; }
    .footer__main {
      grid-template-columns: 1fr;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer__logo, .footer__social {
      justify-self: center;
      margin-bottom: 10px; }
    .footer__sign {
      text-align: center; }
    .footer__accordion {
      grid-template-columns: 1fr 1fr; }
    .footer__contacts {
      text-align: left; }
    .footer .partner__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
    .footer .partner__name {
      margin-bottom: 32px; } }

@media (max-width: 567px) {
  .footer {
    padding: 0; }
    .footer-main {
      padding-bottom: 32px; }
    .footer__main {
      grid-template-columns: 1fr;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer__logo {
      display: none; }
    .footer__accordion {
      grid-template-columns: 1fr;
      gap: 0; }
    .footer__menu {
      position: relative; }
      .footer__menu:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -16px;
        width: calc(100% + 30px);
        height: 1px;
        background: rgba(183, 186, 194, 0.2); }
    .footer .footer__menu-title {
      font-family: "Circe-Regular", sans-serif;
      font-size: 16px;
      padding: 12px;
      margin-bottom: 0;
      color: #000;
      position: relative;
      cursor: pointer; }
      .footer .footer__menu-title:after {
        content: '';
        top: 12px;
        right: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/svg/select-down.svg");
        width: 14px;
        height: 14px;
        -webkit-transition: .4s ease-out;
        -o-transition: .4s ease-out;
        transition: .4s ease-out; }
    .footer__menu-list {
      display: none;
      background-color: #fff;
      border-radius: 12px;
      padding: 10px;
      margin-bottom: 18px; }
    .footer .footer__menu-title.accordion-active:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .footer__contacts .footer__menu-list li:last-child {
    margin-left: 0; } }

/* Offer */
.offer__slider {
  overflow: hidden;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content; }
  .offer__slider__swipper {
    max-height: 400px; }
  .offer__slider .swiper-button-next, .offer__slider .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    margin-top: -40px; }
  .offer__slider .offer-slide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    bottom: 50px;
    left: 80px; }
  .offer__slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 6px;
    opacity: 1; }
  .offer__slider .swiper-pagination-bullet-active {
    background-color: #87B6F9;
    border-color: transparent; }

.offer__slide {
  padding: 171px 80px 80px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .offer__slide-info {
    max-width: 410px; }
  .offer__slide p {
    font-family: "MontserratAlternates-Regular", sans-serif;
    font-size: 24px;
    line-height: 32px; }
    .offer__slide p span:first-child {
      font-family: "MontserratAlternates-Bold", sans-serif; }
  .offer__slide img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover; }
  .offer__slide-title {
    font-size: 40px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    margin-bottom: 12px; }
  .offer__slide-accent {
    font-size: 24px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    background-color: #DB4E50;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 8px 16px; }

.offer__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px 0 56px; }
  .offer__info-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 230px;
    width: 100%;
    font-family: "Circe-Bold", sans-serif; }
  .offer__info-img {
    margin-right: 24px;
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .offer__info-img img {
      max-width: inherit; }

/* choice */
.choice {
  margin-bottom: 48px; }
  .choice__title {
    margin-bottom: 32px; }
  .choice__slide {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 24px;
    max-width: 200px;
    height: 277px;
    background-color: #F4F8FD;
    border-radius: 20px; }
    .choice__slide:hover {
      color: #87B6F9; }
    .choice__slide-title {
      font-family: "MontserratAlternates-SemiBold", sans-serif;
      font-size: 18px; }
  .choice .swiper-button-next, .choice .swiper-button-prev {
    top: 63%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .choice__img {
    position: absolute;
    bottom: -40px;
    right: -40px;
    max-width: 198px;
    max-height: 243px; }

/* Discount */
.discounts {
  padding: 64px 0 45px;
  background-color: #F4F8FD; }
  .discounts__sliders .slider-wrapper {
    padding-bottom: 80px; }
  .discounts__title {
    max-width: 157px; }
  .discounts__btn {
    margin-bottom: 128px; }
  .discounts__img {
    max-width: 222px; }

/* Bestseller */
.bestseller {
  padding: 72px 0 58px; }
  .bestseller__banner {
    max-width: 1290px;
    height: 296px;
    position: relative;
    margin: 72px 0 58px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 40px rgba(70, 93, 124, 0.1);
            box-shadow: 0px 10px 40px rgba(70, 93, 124, 0.1); }
    .bestseller__banner img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
    .bestseller__banner-text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-family: "Circe-Bold", sans-serif;
      color: #87B6F9;
      font-size: 40px;
      line-height: 40px; }
      .bestseller__banner-text span {
        color: #383838; }
  .bestseller__sliders .swiper-slide {
    padding-bottom: 40px; }
  .bestseller__slider {
    padding-bottom: 15px; }

/* Article */
.article {
  padding-bottom: 80px; }
  .article__title {
    text-align: center;
    margin-bottom: 40px; }
  .article .slider-wrapper {
    padding-bottom: 40px; }
  .article__slide {
    display: block;
    max-width: 410px;
    height: 480px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 24px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 248, 253, 0)), to(#F4F8FD));
    background: -o-linear-gradient(top, rgba(244, 248, 253, 0) 0%, #F4F8FD 100%);
    background: linear-gradient(180deg, rgba(244, 248, 253, 0) 0%, #F4F8FD 100%);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    border: none; }
    .article__slide:hover .article__slide-info {
      -webkit-transform: translateY(-24px);
          -ms-transform: translateY(-24px);
              transform: translateY(-24px); }
    .article__slide:hover {
      -webkit-box-shadow: 0 10px 34px rgba(70, 93, 124, 0.1);
              box-shadow: 0 10px 34px rgba(70, 93, 124, 0.1);
      color: #030303; }
    .article__slide-info {
      display: block;
      font-family: "MontserratAlternates-Bold", sans-serif;
      font-size: 20px;
      text-align: center;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transform: translateY(58px);
          -ms-transform: translateY(58px);
              transform: translateY(58px);
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      padding: 0 10px; }
    .article__slide-text {
      margin-bottom: 18px; }
  .article__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
    .article__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .article__btn {
    margin: 0 auto;
    min-width: 201px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 12px 10px; }
  .article__sliders {
    padding-bottom: 40px; }
    .article__sliders .article__pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
    .article__sliders .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background-color: #F4F8FD;
      border: 1px solid rgba(183, 186, 194, 0.2);
      border-radius: 6px;
      opacity: 1; }
    .article__sliders .swiper-pagination-bullet:not(:last-child) {
      margin-right: 5px; }
    .article__sliders .swiper-pagination-bullet-active {
      background-color: #87B6F9;
      border-color: transparent; }
    .article__sliders .swiper-button-next, .article__sliders .swiper-button-prev {
      margin-top: -54px; }

/* *Media* */
@media (max-width: 1200px) {
  /* Bestseller */
  .bestseller__banner {
    height: 230px; }
  /* Article */
  .article {
    padding-bottom: 68px; }
    .article__title {
      margin-bottom: 26px; }
    .article__slide {
      height: 360px;
      padding: 20px; }
      .article__slide:hover .article__slide-info {
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px); }
      .article__slide-info {
        font-size: 18px;
        -webkit-transform: translateY(54px);
            -ms-transform: translateY(54px);
                transform: translateY(54px); }
      .article__slide-text {
        font-family: "MontserratAlternates-SemiBold", sans-serif; }
    .article__img img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
    .article__btn {
      margin: 0 auto; }
    .article__sliders {
      padding-bottom: 46px; } }

@media (max-width: 992px) {
  /* choice */
  .choice {
    margin-bottom: 44px; }
    .choice__title {
      margin-bottom: 18px;
      text-align: center; }
    .choice__slide {
      padding: 18px;
      height: 230px; }
      .choice__slide-title {
        font-size: 18px; }
    .choice__img {
      max-width: 156px;
      max-height: 212px; }
  /* Discount */
  .discounts {
    padding: 46px 0; }
    .discounts__title {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      margin-bottom: 0; }
    .discounts__btn {
      margin-bottom: 0; }
    .discounts__img {
      position: absolute;
      top: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 114px;
      z-index: 1; }
    .discounts__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 28px;
      position: relative; }
    .discounts__btn {
      max-width: 320px;
      position: relative;
      z-index: 1; }
  /* Bestseller */
  .bestseller {
    padding: 26px 0 64px; }
    .bestseller__title {
      margin-bottom: 0; }
    .bestseller__banner {
      height: 189px;
      margin: 25px 0 35px; }
      .bestseller__banner-text {
        font-size: 36px;
        line-height: 36px; }
    .bestseller__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 30px; }
    .bestseller__btn {
      max-width: 320px; }
  /* About */
  .about {
    padding-bottom: 66px; }
    .about__block {
      margin: 0 auto 16px; }
    .about__img {
      max-width: 300px;
      max-height: 310px;
      margin: 0 auto; }
    .about__title {
      position: static;
      top: initial;
      right: initial;
      margin-bottom: 26px;
      text-align: center; }
    .about__items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      -webkit-column-gap: 18px;
         -moz-column-gap: 18px;
              column-gap: 18px; }
    .about__item {
      padding: 18px 5px;
      font-size: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .about__item p {
        text-align: center;
        margin-bottom: 10px; }
      .about__item p:first-child {
        margin-right: initial; }
      .about__item span {
        display: inline-block; }
    .about__main-title {
      margin-bottom: 10px;
      font-size: 22px;
      text-align: center; }
    .about__content p {
      margin-bottom: 18px; } }

@media (max-width: 767px) {
  /* Offer */
  .offer__slider .slider-wrapper, .offer__swipper {
    height: 229px; }
  .offer__slider {
    max-height: 229px; }
    .offer__slider .offer-slide__pagination {
      bottom: 28px;
      left: 20px; }
    .offer__slider .swiper-button-next, .offer__slider .swiper-button-prev {
      margin-top: -85px; }
    .offer__slider .swiper-pagination-bullet {
      width: 10px;
      height: 10px; }
  .offer__slide {
    height: 224px;
    padding: 20px; }
    .offer__slide p {
      font-size: 12px;
      line-height: 18px; }
    .offer__slide-title {
      font-size: 16px;
      margin-bottom: 14px;
      height: 52px; }
    .offer__slide-info {
      max-width: 218px; }
    .offer__slide-accent {
      font-size: 12px;
      padding: 8px 10px; }
  .offer__info {
    margin: 46px 0; }
    .offer__info-items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      max-width: 124px; }
    .offer__info-img {
      margin: 0 auto 12px;
      width: 45px;
      height: 45px; }
      .offer__info-img img {
        max-width: 100%; }
  /* Discounts */
  .discounts__sliders .slider-wrapper {
    margin-bottom: 5px;
    padding-bottom: 20px; }
  /* Bestseller */
  .bestseller__banner {
    height: 130px;
    margin: 25px 0 35px; }
    .bestseller__banner-text {
      font-size: 26px;
      line-height: 28px; } }

@media (max-width: 576px) {
  .section-title {
    text-align: center;
    margin-bottom: 0; }
  .section-btn {
    text-transform: capitalize; }
    .section-btn span {
      display: none; }
  /* Offer */
  .offer__slider .slider-wrapper, .offer__swipper {
    height: 143px; }
  .offer__slider {
    max-height: 143px; }
    .offer__slider .offer-slide__pagination {
      bottom: 15px;
      left: 12px; }
    .offer__slider .swiper-pagination-bullet {
      width: 8px;
      height: 8px; }
  .offer__slide {
    height: 143px;
    padding: 16px; }
    .offer__slide p {
      font-size: 9px;
      line-height: 11px; }
    .offer__slide-title {
      font-size: 14px;
      margin-bottom: 12px; }
    .offer__slide-info {
      max-width: 156px; }
    .offer__slide-accent {
      font-size: 8px;
      border-radius: 10px;
      padding: 6px 8px; }
  .offer__info {
    margin: 40px 0; }
    .offer__info-items {
      max-width: 104px; }
    .offer__info-img {
      margin-bottom: 10px;
      width: 40px;
      height: 40px; }
  /* choice */
  .choice {
    margin-bottom: 40px; }
    .choice__title {
      margin-bottom: 16px; }
    .choice__slide {
      padding: 16px;
      height: 200px; }
      .choice__slide-title {
        font-size: 16px; }
    .choice__img {
      max-width: 138px;
      max-height: 191px;
      bottom: -20px;
      right: -20px; }
  /* Discount */
  .discounts {
    padding: 40px 0; }
    .discounts__btn {
      margin-bottom: 0; }
    .discounts__img {
      display: none; }
    .discounts__item {
      margin-bottom: 26px; }
    .discounts__btn {
      max-width: 120px; }
  /* Bestseller */
  .bestseller {
    padding: 24px 0 60px; }
    .bestseller__banner {
      margin-bottom: 40px; }
      .bestseller__banner-text {
        width: 100%;
        font-size: 20px;
        line-height: 22px; }
    .bestseller__item {
      margin-bottom: 26px; }
    .bestseller__btn {
      max-width: 120px; }
  /* About */
  .about {
    padding-bottom: 64px; }
    .about__block {
      margin-bottom: 15px; }
    .about__img {
      max-width: 295px;
      max-height: 301px; }
    .about__items {
      -webkit-column-gap: 15px;
         -moz-column-gap: 15px;
              column-gap: 15px; }
    .about__item {
      padding: 16px 4px;
      font-size: 16px; }
      .about__item p {
        margin-bottom: 10px; }
    .about__main-title {
      margin-bottom: 8px;
      font-size: 20px; }
    .about__content p {
      margin-bottom: 16px; }
  /* Article */
  .article {
    padding-bottom: 60px; }
    .article__title {
      margin-bottom: 24px; }
    .article__sliders {
      margin-bottom: 0; }
    .article__btn {
      line-height: 17px; }
    .article__slide {
      height: 320px;
      padding: 16px; }
      .article__slide:hover .article__slide-info {
        -webkit-transform: translateY(-16px);
            -ms-transform: translateY(-16px);
                transform: translateY(-16px); }
      .article__slide-info {
        font-size: 16px;
        -webkit-transform: translateY(63px);
            -ms-transform: translateY(63px);
                transform: translateY(63px); }
      .article__slide-text {
        font-family: "MontserratAlternates-SemiBold", sans-serif;
        margin-bottom: 24px; }
    .article__sliders {
      padding-bottom: 40px; } }

/* Cattegory offer */
/* Category */
.category__title {
  margin-bottom: 24px; }

.category__slider {
  overflow: hidden;
  height: 232px; }
  .category__slider .swiper-wrapper {
    z-index: 0; }

.category__slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 24px;
  max-width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #E8EDF4;
  text-align: center;
  z-index: 10; }
  .category__slide:hover {
    -webkit-box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
            box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
    color: inherit; }
  .category__slide-title {
    max-width: 105px;
    margin: 0 auto;
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    font-size: 16px; }

.category .swiper-button-next, .category .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 20px;
  z-index: 0; }

.category__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 91px;
  max-height: 100px;
  margin-bottom: 16px;
  opacity: .2; }

.category__slide.active .category__img {
  opacity: 1; }

/* Products */
.products {
  padding: 0 0 80px; }
  .products__items-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px;
    position: relative;
    z-index: 0; }

/* Category block product*/
.category-product-block {
  background-color: #fff;
  border: 1px solid rgba(183, 186, 194, 0.2);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .category-product-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    z-index: 1;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
  .category-product-block-wrap {
    width: 300px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2; }
  .category-product-block:hover {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: visible;
    border: 1px solid transparent;
    z-index: 3; }
  .category-product-block:hover .image-list {
    opacity: 1;
    visibility: visible; }
  .category-product-block:hover .category-product-block-favorite {
    opacity: 1;
    visibility: visible; }
  .category-product-block:hover .category-product-block-img {
    border-top-right-radius: 0; }
  .category-product-block:hover:after {
    border: 1px solid rgba(183, 186, 194, 0.2);
    -webkit-box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4);
            box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4);
    width: calc(100% + 74px);
    height: calc(100% + 40px); }
  .category-product-block-img {
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 231px;
    width: 300px;
    max-height: 100%;
    position: relative;
    width: 100%; }
    .category-product-block-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .category-product-block .image-list img {
    opacity: 0.6; }
  .category-product-block .image-list img {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .category-product-block .image-list img.active {
    opacity: 1; }
  .category-product-block .image-list {
    position: absolute;
    right: -68px;
    top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
  .category-product-block .image-item {
    height: 56px;
    width: 56px;
    overflow: hidden;
    border-radius: 10px; }
  .category-product-block .product-image {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    height: 231px;
    border-top-right-radius: 0; }
  .category-product-block-info {
    padding: 24px 24px 15px;
      display: flex;
      flex-direction: column;
      height: 100%;}
  .category-product-block-title {
    font-size: 20px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    margin-bottom: 20px; }
  .category-product-block-text {
    color: #A0A5B0;
    margin-bottom: 24px; }
  .category-product-block-review, .category-product-block-price {
    color: #A0A5B0; }
  .category-product-block-price {
    text-decoration: line-through; }
  .category-product-block-current-price {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 20px; }
  .category-product-block-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
      margin-top: auto;}
  .category-product-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .category-product-block-item:last-child {
    text-align: right; }
  .category-product-block-stars {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .category-product-block-stars span {
      width: 24px;
      height: 24px; }
  .category-product-block-discount {
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .category-product-block-discount span {
      font-size: 20px;
      font-family: "Circe-Bold", sans-serif;
      text-align: center;
      color: #fff;
      -webkit-box-shadow: 0 0.7px 5.4px rgba(28, 37, 44, 0.08);
              box-shadow: 0 0.7px 5.4px rgba(28, 37, 44, 0.08);
      border-radius: 20px;
      padding: 6px 10px;
      text-transform: capitalize; }
    .category-product-block-discount span:first-child {
      margin-right: 8px; }
    .category-product-block-discount-minus {
      background-color: #DB4E50; }
    .category-product-block-discount-hit {
      background-color: #87B6F9; }
    .category-product-block-discount-new {
      background-color: #27AE60; }
  .category-product-block-btn {
    margin-bottom: 8px;
    padding: 12px 8px;
    max-width: 252px;
    color: #fff;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid;
    background-color: #87B6F9;
    border-radius: 30px;
    border-color: transparent;
    border: 1px solid transparent; }
    @media (max-width: 576px) {
      .category-product-block-btn {
        padding: 5px 2px;
        font-size: 14px; } }
    .category-product-block-btn:hover {
      background-color: #fff;
      color: #87B6F9;
      border: 1px solid #87B6F9; }
  .category-product-block-btn-speed {
    padding: 12px 8px;
    max-width: 252px;
    color: #87B6F9;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid;
    background-color: #fff;
    border-radius: 30px;
    border-color: transparent;
    border: 1px solid #87B6F9; }
    @media (max-width: 576px) {
      .category-product-block-btn-speed {
        padding: 5px 2px;
        font-size: 14px; } }
    .category-product-block-btn-speed:hover {
      background-color: #87B6F9;
      color: #fff;
      border: 1px solid transparent; }
  .category-product-block-favorite {
    position: absolute;
    bottom: -22px;
    left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #A0A5B0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease; }
    .category-product-block-favorite p {
      margin-left: 8px;
      font-family: "MontserratAlternates-SemiBold", sans-serif; }
    .category-product-block-favorite.favorite-added svg {
      fill: #DB4E50; }
    .category-product-block-favorite.favorite-added svg path {
      stroke: #DB4E50; }
    .category-product-block-favorite.favorite-added p {
      color: #383838; }

/* New */
.new {
  padding: 64px 0 108px; }
  .new__title {
    margin-top: 60px; }
  .new__slider {
    padding-bottom: 32px; }
  .new .new__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    bottom: -30px;
    left: 0; }
  .new .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #A0A5B0;
    border-radius: 6px;
    opacity: 1; }
  .new .swiper-pagination-bullet-active {
    background-color: #87B6F9;
    border-color: transparent; }

.new__slider-with {
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .new__slider-with .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #A0A5B0;
    border-radius: 6px;
    opacity: 1; }
  .new__slider-with .swiper-pagination-bullet-active {
    background-color: #87B6F9;
    border-color: transparent; }


  .post-related__description {
    padding: 24px;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 20px;
    margin-bottom: 20px;
  }

.post-related__description h2 {
    font-size: 32px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    margin-bottom: 24px;
  }

.post-related__description h3 {
  display: block;
  font-size: 20px;
  font-family: "MontserratAlternates-Bold", sans-serif;
  margin-bottom: 20px;
}

.post-related__description p {
  font-size: 16px;
}

.post-related__description a {
  outline: none;
  color: rgb(93, 94, 96);
  text-decoration-line: underline;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}

.post-related__description a:hover {
  color: #87B6F9 !important;
  transition: color 0.3s ease 0s;
}

.post-related__description ul {
  margin-left: 10px;
  margin-bottom: 16px;
}

.post-related__description ul li {
  position: relative;
  padding-left: 16px;
}

.post-related__description ul li::before {
  content: '';
  position: absolute;
  background-color: #87B6F9;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 8px;
  left: 0;
}

.post-related__description ol {
  margin-left: 10px;
  margin-bottom: 16px;
}

.post-related__description ol li {
  position: relative;
  font-family: 'Comic Sans MS', sans-serif;
}

  .post-related-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
    padding: 24px;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 20px;
  }

.post-related-product:not(:last-child) {
  margin-bottom: 15px;
}

  .post-related-product-title {
    display: block;
    font-size: 20px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    margin-bottom: 20px;
  }

  .post-related-product-img-mob {
    display: none;
  }

  .post-related-product-rating-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }

  .post-related-product-rating-round {
    font-family: "MontserratAlternates-Bold", sans-serif;
    color: #fff;
    background-color: #87B6F9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    width: 46px;
    height: 46px;
  }

  .post-related-product-rating-stars {
    display: flex;
    align-items: center;
  }

.post-related-product-rating-stars .product__information-stars {
  margin-right: 8px;
  margin-bottom: 4px;
}

  .post-related-product-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .post-related-product-order-btn {
    margin-bottom: 8px;
    padding: 12px 8px;
    max-width: 252px;
    color: #fff;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid;
    background-color: #87B6F9;
    border-radius: 30px;
    border-color: transparent;
    border: 1px solid transparent;
  }

.post-related-product-order-btn:hover {
  background-color: #fff;
  color: #87B6F9;
  border: 1px solid #87B6F9;
}

.post-related-product-description-inner {
  margin-bottom: 10px;
}

.post-related-product-description {
  position: relative;
  overflow: hidden;
  max-height: 200px;
}

.post-related-product-description.show {
  max-height: 100%;
  margin-bottom: 20px;
}

.post-related-product-description:after {
  content: " ";
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
}

.post-related-product-description.show:after {
  width: 0;
  height: 0;
}

.post-related-product-readmore {
  transition: all 0.3s;
}

.post-related-product-readmore:hover {
  text-decoration: underline;
  transition: all 0.3s;
}

.post-related-product-review-rating-date {
  color: #A0A5B0;
  font-size: 14px;
}

.post-related-product-features-mob {
  display: none;
}

.post-related-product-review {
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 20px;
}

.post-related-product-review-name {
  margin-bottom: 6px;
}

.post-related-product-review-rating-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.post-related-product-review-text {
  margin-bottom: 10px;
}

.post-related-product-img {
  position: relative;
  margin-bottom: 16px;
}

.post-related-product-img-link {
  height: 434px;
  width: 100%;
}

.post-related-product-img-link img {
  width: 100%;
  height: 100%;
}

.post-related-product-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4px;
}

.post-related-product-features-title {
  border-bottom: 1px solid transparent;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.post-related-product-features-title-advantages {
  border-color: rgb(110, 192, 69);
}

.post-related-product-features-title-disadvantages {
  border-color: #e35555;
}

.post .post-related-product-features-list {
  margin: 0;
}

.post-related-product-features-item {
  font-size: 14px;
  color: #656c7d;
}

.post .post-related-product-features-item::before {
  content: "";
  position: absolute;
  top: 2%;
  font-size: 22px;
  width: 0;
  height: 0;
}

.post .post-related-product-features-list-advantages .post-related-product-features-item::before {
  content: "+";
  color: rgb(110, 192, 69);
}

.post .post-related-product-features-list-disadvantages .post-related-product-features-item::before {
  content: "-";
  color: #e35555;
}

.post-related-product-features-item:not(:last-child) {
  margin-bottom: 5px;
}



/* Category-info */
.category-info {
  padding: 80px 0; }
  .category-info__title {
    font-size: 24px; }
  .category-info__content p {
    margin-bottom: 16px; }
  .category-info__content .strong {
    font-family: "Circe-Bold", sans-serif; }
  .category-info ul {
    margin-left: 10px;
    margin-bottom: 16px; }
  .category-info ul li {
    position: relative;
    padding-left: 16px; }
    .category-info ul li:before {
      content: '';
      position: absolute;
      background-color: #87B6F9;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      top: 8px;
      left: 0; }

/* * Media * */
@media (max-width: 1200px) {
  /* Products */
  .products {
    padding: 0 0 60px; }
    .products__items-list {
      grid-template-columns: 1fr 1fr;
      justify-items: center; } }

@media (max-width: 992px) {
  /* Category */
  .category {
    margin-bottom: 44px; }
    .category__title {
      margin-bottom: 18px;
      text-align: center; }
    .category__slide {
      padding: 18px;
      height: 180px; }
      .category__slide-title {
        font-size: 18px; }
    .category__img {
      max-width: 80px;
      max-height: 90px; }
    .category .swiper-button-next, .category .swiper-button-prev {
      margin-top: 0; }
  /* New */
  .new {
    padding: 26px 0 60px; }
    .new__title {
      text-align: center;
      margin: 0 auto 30px; }
    .new__btn {
      max-width: 320px; }
    .new__slider {
      padding-bottom: 30px; }
    .new .new__pagination {
      bottom: -15px; }



  .post-related-product {
    grid-template-columns: repeat(1, 1fr);
    padding: 16px;
  }

   .post-related-product-img-mob {
     display: block;
     margin-bottom: 20px;
   }

  .post-related-product-features-mob {
    display: block;
    margin-bottom: 20px;
  }


  /* category-info */
  .category-info {
    padding: 60px 0; }
    .category-info__img {
      max-width: 300px;
      max-height: 310px;
      margin: 0 auto 30px; }
      .category-info__img img {
        height: 100%; }
    .category-info__main-title {
      margin-bottom: 10px;
      font-size: 22px;
      text-align: center; }
    .category-info__content p {
      margin-bottom: 18px; } }

@media (max-width: 767px) {
  /* Category */
  .category {
    margin-bottom: 40px; }
    .category__slide {
      padding: 16px;
      height: 160px; }
      .category__slide-title {
        font-size: 16px; }
    .category__img {
      max-width: 70px;
      max-height: 80px; }
  .products__items-list {
    gap: 15px; }
  /* Category block product*/
  .category-product-block {
    max-width: 240px; }
    .category-product-block-wrap {
      width: 238px; }
    .category-product-block:hover:after {
      width: calc(100% + 58px);
      height: calc(100% + 36px); }
    .category-product-block .image-list {
      right: -50px; }
    .category-product-block .image-item {
      height: 44px;
      width: 44px; }
    .category-product-block .product-image {
      display: block;
      overflow: hidden;
      border-radius: 10px;
      height: 231px;
      border-top-right-radius: 0; }
    .category-product-block-info {
      padding: 20px 20px 12px; }
    .category-product-block-title {
      font-size: 16px;
      margin-bottom: 16px; }
    .category-product-block-text {
      margin-bottom: 16px; }
    .category-product-block-current-price {
      font-size: 16px; }
    .category-product-block-stars span {
      width: 20px;
      height: 20px; }
    .category-product-block-discount span {
      font-size: 16px;
      padding: 4px 8px; }
    .category-product-block-btn {
      padding: 8px 5px; }
    .category-product-block-btn-speed {
      font-size: 12px; }
    .category-product-block-favorite {
      font-size: 14px; } }

@media (max-width: 576px) {
  /* Category */
  .category {
    margin-bottom: 40px; }
    .category__title {
      margin-bottom: 16px; }
    .category__slider {
      height: 190px; }
    .category__slide {
      padding: 16px; }
      .category__slide-title {
        font-size: 14px; }
    .category__img {
      max-width: 69px;
      max-height: 75px; }
  /* Products */
  .products {
    padding: 0 0 48px; }
    .products__items-list {
      gap: 15px; }
      .products__items-list .category-product-block-btn {
        line-height: 14px; }
  /* Category block product*/
  .category-product-block {
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .category-product-block:after {
      display: none; }
    .category-product-block-wrap {
      width: 100%;
      max-width: 100%;
      max-height: 346px; }
    .category-product-block:hover {
      border: 1px solid rgba(183, 186, 194, 0.2);
      -webkit-box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4);
              box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4); }
    .category-product-block:hover .image-list, .category-product-block:hover .category-product-block-favorite {
      opacity: 0;
      visibility: hidden; }
    .category-product-block:hover .category-product-block-img {
      border-top-right-radius: 20px; }
    .category-product-block:hover:after {
      width: 100%;
      height: 100%; }
    .category-product-block-img {
      height: 127px;
      max-width: 100%; }
    .category-product-block .image-list {
      display: none; }
    .category-product-block .product-image {
      height: 127px; }
    .category-product-block-info {
      padding: 8px; }
    .category-product-block-title {
      font-size: 14px;
      margin-bottom: 11px; }
    .category-product-block-text {
      display: none; }
    .category-product-block-items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .category-product-block-item {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(62px, 1fr));
      grid-template-rows: 1fr;
      gap: 2px;
      width: 100%;
      justify-items: baseline; }
    .category-product-block-item:last-child {
      text-align: initial; }
    .category-product-block-review, .category-product-block-current-price {
      justify-self: flex-end; }
    .category-product-block-stars {
      margin-bottom: 0; }
      .category-product-block-stars span {
        width: 12px;
        height: 12px; }
    .category-product-block-discount {
      top: 8px;
      left: 8px; }
      .category-product-block-discount span:first-child {
        margin-right: 6px; }
    .category-product-block-btn {
      margin-bottom: 8px; }
    .category-product-block-btn-speed {
      margin-bottom: 8px; }
    .category-product-block-favorite {
      display: none; }
  /* New */
  .new {
    padding: 32px 0 40px; }
    .new__title {
      margin: 0 auto 24px; }
    .new__btn {
      max-width: 320px; }
    .new__slider {
      padding-bottom: 0; }
    .new .new__pagination {
      display: none; }
  .new__slider-with {
    padding-bottom: 30px;
    margin-bottom: 35px; }
    .new__slider-with .swiper-pagination {
      bottom: 25px; }

  .post-related-product-title {
    font-size: 14px;
  }

  .post-related-product-order {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-related-product-order-prise {
    margin-bottom: 16px;
  }

  .post-related-product-order-btn {
    max-width: 100%;
  }


  /* category-info */
  .category-info {
    padding: 40px 0; }
    .category-info__img {
      display: none; }
    .category-info__main-title {
      margin-bottom: 8px;
      font-size: 20px; }
    .category-info__content p {
      margin-bottom: 16px; }
    .category-info__more {
      cursor: pointer;
      display: block;
      font-family: "Circe-Bold", sans-serif;
      text-align: center;
      position: relative;
      padding-bottom: 4px;
      color: #87B6F9; }
      .category-info__more:before {
        content: '';
        position: absolute;
        top: -90px;
        left: 0;
        width: 100%;
        height: 86px;
        background: white;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(255, 255, 255, 0.0676471)), color-stop(86%, white));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.0676471) 7%, white 86%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.0676471) 7%, white 86%); }
      .category-info__more:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 98px;
        height: 1px;
        border-bottom: 2px dashed #d7e7fd; } }

.product {
  /* Gallery product */ }
  .product__wrapper {
    margin-bottom: 40px; }
  .product__items {
    display: grid;
    grid-template-columns: minmax(475px, 680px) minmax(400px, 598px);
    margin-bottom: 40px; }
  .product__title {
    grid-area: 1/1/1/4; }
  .product__items-gallery {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-height: 100%;
    height: 540px; }
  .product-sliders {
    width: 140px;
    overflow: hidden;
    height: 408px;
    padding: 0 10px 10px; }
  .product__item-slide {
    max-width: 100%;
    max-height: 100%;
    border-radius: 16px;
    border: 1px solid rgba(183, 186, 194, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: #fff;
    overflow: hidden; }
  .product-sliders .product__item-slide {
    width: 120px;
    height: 120px;
    padding: 10px; }
    .product-sliders .product__item-slide .product-slide-img {
      max-width: 77px;
      max-height: 84px; }
  .product-sliders .swiper-slide {
    opacity: .4;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .product-sliders .swiper-slide-thumb-active .product__item-slide {
    opacity: 1;
    -webkit-box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
            box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1); }
  .product-sliders .swiper-slide-thumb-active {
    opacity: 1; }
  .product-sliders2 {
    width: 532px;
    height: 532px;
    overflow: hidden;
    padding: 0 4px 4px; }
  .product-sliders2 .product__item-slide {
    padding: 16px;
    width: 523px;
    height: 523px; }
    .product-sliders2 .product__item-slide .product-slide-img {
      overflow: hidden; }

/* Product Information */
.product__information {
  padding-left: 32px; }
  .product__information-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8EDF4; }
    .product__information-code p {
      color: #A0A5B0; }
    .product__information-code span {
      color: #383838; }
  .product__information-review {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  .product__information-stars {
    margin-bottom: 0; }
  .product__information-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-top: 24px;
    margin-bottom: 16px; }
    .product__information-order .product__information-btn {
      padding: 12px 8px;
      max-width: 239px;
      color: #fff;
      font-family: "MontserratAlternates-Bold", sans-serif;
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      width: 100%;
      height: auto;
      border: 2px solid;
      background-color: #87B6F9;
      border-radius: 30px;
      border-color: transparent; }
      @media (max-width: 576px) {
        .product__information-order .product__information-btn {
          padding: 5px 2px;
          font-size: 14px; } }
      .product__information-order .product__information-btn:hover {
        background-color: #fff;
        color: #87B6F9;
        border-color: #87B6F9; }
  .product__information-art {
    display: grid;
    grid-template-columns: minmax(120px, 265px) 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E8EDF4; }
    .product__information-art ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .product__information-art ul li {
      color: #fff;
      padding: 2px 8px;
      min-width: 112px;
      font-size: 14px;
      border-radius: 10px;
      text-align: center;
      margin-bottom: 4px; }
    .product__information-art ul li span {
      font-family: "Circe-Bold", sans-serif; }
    .product__information-art ul li:nth-child(1) {
      background-color: #27AE60;
      margin-right: 8px; }
    .product__information-art ul li:nth-child(2) {
      background-color: #DB4E50; }
    .product__information-art p {
      color: #A0A5B0; }
    .product__information-art p span {
      color: #383838;
      font-family: "Circe-Bold", sans-serif; }
    .product__information-art-click {
      display: grid;
      grid-template-columns: 44px 1fr;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .product__information-art .product__information-favorite {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 52px;
      height: 52px;
      overflow: hidden;
      margin-right: 16px;
      border-radius: 50%;
      border: 1px solid #E8EDF4;
      cursor: pointer;
      -webkit-transition: .4s ease;
      -o-transition: .4s ease;
      transition: .4s ease; }
      .product__information-art .product__information-favorite svg {
        width: 24px;
        height: 24px; }
      .product__information-art .product__information-favorite.favorite-added svg path {
        fill: #DB4E50;
        stroke: #DB4E50; }
      .product__information-art .product__information-favorite:hover {
        border-color: #DB4E50; }
    .product__information-art .product__information-btn-art {
      padding: 12px 8px;
      max-width: 239px;
      color: #87B6F9;
      font-family: "MontserratAlternates-Bold", sans-serif;
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      width: 100%;
      height: auto;
      border: 2px solid;
      background-color: #fff;
      border-radius: 30px;
      border-color: transparent;
      border-color: #87B6F9; }
      @media (max-width: 576px) {
        .product__information-art .product__information-btn-art {
          padding: 5px 2px;
          font-size: 14px; } }
      .product__information-art .product__information-btn-art:hover {
        background-color: #87B6F9;
        color: #fff; }
  .product__information-text {
    margin-bottom: 16px; }
  .product__information-whom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 24px;
    background-color: #F4F8FD;
    border-radius: 16px;
    margin-bottom: 25px; }
  .product__information .whom-info {
    position: relative;
    color: #87B6F9;
    font-family: "Circe-Bold", sans-serif;
    height: 100%;
    padding-left: 40px; }
    .product__information .whom-info:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/check.png");
      background-position: center left;
      width: 24px;
      height: 24px; }
  .product__information-colors {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product__information-colors .control-label {
      margin: 0 16px 0 0;
      text-transform: capitalize;
      color: #A0A5B0; }
    .product__information-colors-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 16px; }
    .product__information-colors .radio {
      width: 32px;
      height: 32px;
      position: relative;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid rgba(183, 186, 194, 0.4);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product__information-colors .radio label {
        cursor: pointer;
        margin: 0;
        z-index: 8;
        font-size: 0;
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        .product__information-colors .radio label:before {
          content: '';
          position: absolute;
          top: 7px;
          left: 7px;
          background-size: contain;
          background-repeat: no-repeat;
          width: 16px;
          height: 16px;
          z-index: 10;
          cursor: pointer;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 0;
          visibility: hidden; }
        .product__information-colors .radio label .img-thumbnail {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          display: block;
          max-width: 60px;
          max-height: 60px;
          width: 100%;
          height: 100%;
          border: 0;
          border-radius: 50%;
          padding: 0;
          margin: 0;
          background-color: transparent;
          -o-object-fit: cover;
             object-fit: cover;
          z-index: 5; }
      .product__information-colors .radio .checked:before {
        background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/check-color.png");
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 1;
        visibility: visible; }
      .product__information-colors .radio:not(:last-child) {
        margin-right: 16px; }
    .product__information-colors input[type='radio'] {
      display: none; }

.video-review {
  position: absolute;
  bottom: 0;
  left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 120px;
  height: 120px; }
  .video-review:hover p {
    color: #DB4E50; }
  .video-review-icon {
    width: 32px;
    height: 32px; }
  .video-review p {
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    color: #87B6F9;
    margin-top: 8px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }

.product__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px; }
  .product__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product__list-img {
    width: 56px;
    height: 56px; }
  .product__list-text {
    font-family: "Circe-Bold", sans-serif;
    margin-left: 24px;
    max-width: 180px; }

/* Product with*/
.product-new {
  background-color: #F4F8FD; }

/* Specification */
.attention {
  color: #DB4E50; }

.accent {
  font-family: "Circe-Bold", sans-serif; }

.specification {
  padding: 54px 0 80px; }
  .specification .tabs-wrapper {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px; }
  .specification .iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative; }
  .specification .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .specification .tabs-wrapper.full-block {
    grid-template-columns: 1fr;
    text-align: center; }
  .specification .tabs {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #F4F8FD;
    padding: 4px;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 28px; }
  .specification .tab {
    padding: 16px;
    border-radius: 30px;
    color: #92A1B8;
    font-size: 16px;
    font-weight: "Circe-Bold", sans-serif;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-transform: uppercase;
    cursor: pointer; }
    .specification .tab:hover {
      color: #87B6F9; }
  .specification .tab.active {
    background-color: #87B6F9;
    color: #fff; }
  .specification .tabs-content {
    background-color: #fff; }
    .specification .tabs-content p {
      margin-bottom: 20px; }
    .specification .tabs-content ul, .specification .tabs-content ol {
      margin-left: 10px;
      margin-bottom: 16px; }
    .specification .tabs-content ul li {
      position: relative;
      padding-left: 16px; }
      .specification .tabs-content ul li:before {
        content: '';
        position: absolute;
        background-color: #87B6F9;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        top: 8px;
        left: 0; }
  .specification .specification__video {
    padding: 20px;
    position: static;
    max-width: 300px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: 150px;
    width: 100%;
    border: 2px solid #EBF3FE;
    border-radius: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .specification .specification__video p {
      max-width: 242px; }
    .specification .specification__video:hover {
      border-color: #DB4E50; }

/* Product-reviews*/
.product-reviews {
  padding: 48px 0;
  background-color: #F4F8FD; }
  .product-reviews__title {
    text-align: center;
    margin-bottom: 32px; }
  .product-reviews__wrapper {
    background: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    -webkit-box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4);
            box-shadow: 0 10px 24px rgba(203, 220, 240, 0.4);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px; }
  .product-reviews__general {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px; }
    .product-reviews__general ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .product-reviews__general ul li:not(:last-child) {
      margin-right: 4px; }
    .product-reviews__general .product-reviews-count {
      padding: 10px 5px;
      text-align: center;
      border-radius: 10px;
      width: 80px;
      height: 68px; }
      .product-reviews__general .product-reviews-count span {
        display: block;
        font-family: "Circe-Bold", sans-serif;
        font-size: 24px; }
    .product-reviews__general .product-reviews-count:first-child {
      background-color: #EBF3FE; }
    .product-reviews__general .product-reviews-count:nth-child(2) {
      color: #A0A5B0; }
  .product-reviews__btn {
    max-width: 252px; }
  .product-reviews__list {
    display: grid;
    row-gap: 25px; }
  .product-reviews__list li {
    padding-bottom: 24px; }
    .product-reviews__list li .product-reviews__stars {
      margin-left: 24px; }
  .product-reviews__list li:not(:last-child) {
    border-bottom: 1px solid #E8EDF4; }
  .product-reviews__list-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px; }
    .product-reviews__list-data p {
      font-family: "MontserratAlternates-SemiBold", sans-serif; }
  .product-reviews__list-time {
    color: #A0A5B0;
    margin-left: auto; }
  .product-reviews__list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
  .product-reviews__list-info > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .product-reviews__list-img {
    max-width: 196px;
    max-height: 140px;
    border-radius: 10px;
    position: relative;
    overflow: hidden; }
  .product-reviews .pagination {
    margin: 15px auto; }
  .product-reviews__popular {
    background-color: #EBF3FE; }

@media (max-width: 1200px) {
  .product {
    /* Gallery product */ }
    .product__items {
      margin-bottom: 28px; }
    .product__items-gallery {
      height: 530px; }
    .product-sliders {
      width: 130px;
      height: 338px;
      padding: 0 2px 2px; }
    .product-sliders .product__item-slide {
      width: 105px;
      height: 105px;
      padding: 8px; }
      .product-sliders .product__item-slide .product-slide-img {
        max-width: 70px;
        max-height: 78px; }
    .product-sliders2 {
      width: 502px;
      height: 502px;
      padding: 0 10px 10px; }
    .product-sliders2 .product__item-slide {
      padding: 14px;
      width: 480px;
      height: 480px; }
      .product-sliders2 .product__item-slide .product-slide-img {
        max-width: 344px;
        max-height: 380px; }
  .video-review {
    width: 90px;
    height: 90px;
    left: 12px;
    bottom: 20px; }
    .video-review-icon {
      width: 28px;
      height: 28px;
      margin: 0 auto; }
    .video-review p {
      font-size: 13px;
      line-height: 18px; }
  /* Product Information */
  .product__information {
    padding-left: 18px; }
    .product__information-code {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 14px; }
      .product__information-code p {
        margin-top: 5px; }
    .product__information-order {
      margin-top: 20px;
      margin-bottom: 14px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .product__information-order .product__information-btn {
        margin-top: 10px; }
    .product__information-available {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .product__information-art {
      grid-template-columns: 1fr;
      row-gap: 10px;
      justify-items: center;
      padding-bottom: 20px;
      margin-bottom: 20px;
      text-align: center; }
    .product__information-whom {
      margin-bottom: 20px; }
  /* Specification */
  .specification .tabs-wrapper {
    grid-template-columns: 1fr 240px;
    gap: 20px; } }

@media (max-width: 992px) {
  .product__items {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-self: center; }
  .product__title {
    grid-area: 1/1/1/2; }
  .product__items-gallery {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 460px;
    margin-bottom: 36px; }
  .product-sliders2 .product__item-slide {
    height: 460px; }
  /* Product Information */
  .product__information {
    padding-left: 0; }
    .product__information-art {
      grid-template-columns: 1fr 1fr;
      justify-items: stretch; }
      .product__information-art p {
        text-align: left;
        margin-left: 10px; }
    .product__information-art-click {
      grid-template-columns: 44px 239px;
      justify-self: flex-end; }
    .product__information-whom {
      margin-bottom: 20px; }
    .product__information-availabe {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .product__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px; }
    .product__list li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
    .product__list-img {
      margin-bottom: 10px; }
    .product__list-text {
      margin-left: 0;
      max-width: 180px; }
  /* Specification */
  .specification {
    padding: 40px 0; }
    .specification .tabs-wrapper {
      grid-template-columns: 1fr;
      gap: 18px; }
    .specification .tabs {
      grid-area: initial;
      margin-bottom: 10px; }
    .specification .specification__video {
      justify-self: center; } }

@media (max-width: 767px) {
  .product__wrapper {
    margin-bottom: 24px; }
  .product__items-gallery {
    margin-bottom: 24px; }
  .product__items-gallery, .product-sliders2 .product__item-slide {
    height: 300px; }
  .product-sliders2 .product__item-slide {
    height: 300px;
    width: 300px;
    margin: 0 auto; }
  .product-sliders {
    height: 190px;
    padding: 0 10px 10px; }
  .product .slider-block-discount {
    left: 10px;
    top: 10px; }
  .product-sliders .product__item-slide .product-slide-img {
    max-width: 48px;
    max-height: 48px; }
  .product-sliders .product__item-slide {
    width: 90px;
    height: 90px;
    padding: 10px; }
  .product-sliders2 .product__item-slide .product-slide-img {
    max-width: 226px;
    max-height: 247px; }
  .video-review {
    bottom: 0; }
  /* Product Information */
  .product__information-art {
    grid-template-columns: 1fr;
    width: 100%; }
    .product__information-art ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
    .product__information-art ul li {
      width: 100%; }
    .product__information-art ul li:nth-child(1) {
      margin-right: 0; }
  .product__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    font-size: 14px; }
    .product__list-img {
      width: 40px;
      height: 40px; }
  /* Specification */
  .specification {
    padding: 30px 0; }
    .specification .tabs {
      grid-template-columns: 1fr;
      margin-bottom: 20px; }
    .specification .tabs-content p {
      margin-bottom: 16px; }
  /* Product-reviews*/
  .product-reviews {
    padding: 32px 0; }
    .product-reviews__title {
      margin-bottom: 24px; }
    .product-reviews__wrapper {
      padding: 16px;
      margin-bottom: 32px; }
    .product-reviews__general {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .product-reviews__general ul {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 16px;
        width: 100%; }
      .product-reviews__general .product-reviews-count span {
        font-size: 16px; }
    .product-reviews__btn {
      max-width: 100%; }
    .product-reviews__list {
      row-gap: 24px; }
    .product-reviews__list li {
      padding-bottom: 21px; }
      .product-reviews__list li .product-reviews__stars {
        margin-left: 0;
        margin-top: 4px;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
    .product-reviews__list-data {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-bottom: 16px; }
    .product-reviews__list-time {
      margin-left: initial;
      justify-self: flex-end;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .product-reviews__list-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .product-reviews__list-img {
      max-width: 149px;
      max-height: 106px; } }

@media (max-width: 576px) {
  .product__items {
    margin-bottom: 16px; }
  .product__title {
    font-size: 16px;
    font-family: "MontserratAlternates-Regular", sans-serif;
    grid-area: 2/1/2/2;
    text-align: left;
    margin-bottom: 8px; }
  .product__items-gallery {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product__items-sliders {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0; }
  .product__items-gallery, .product-sliders2 .product__item-slide, .product-sliders2 {
    max-height: 345px;
    max-width: 345px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 8px; }
  .product__items-gallery {
    margin: 5px auto 18px; }
  .product .video-review {
    display: none; }
  .product-sliders2 {
    padding: 0 0 20px; }
  .product .slider-block-discount {
    top: 8px;
    left: 8px; }
  .product__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: 0; }
  .product .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 21px; }
  .product .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #A0A5B0;
    border-radius: 6px;
    opacity: 1; }
  .product .swiper-pagination-bullet-active {
    background-color: #87B6F9;
    border-color: transparent; }
  /* Product Information */
  .product__information-review {
    grid-template-columns: 90px 80px;
    margin-bottom: 8px; }
  .product__information-stars span {
    width: 18px;
    height: 18px; }
  .product__information-order {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 14px;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px -6px 34px rgba(16, 81, 129, 0.1), 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -6px 34px rgba(16, 81, 129, 0.1), 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.1);
    z-index: 12; }
    .product__information-order .product__information-btn {
      padding: 10px;
      min-width: 165px;
      justify-self: flex-end;
      margin: 0; }
  .product__information-order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product__information-order-plus {
    display: none; }
  .product__information-art {
    margin: 8px 0;
    padding-bottom: 8px; }
    .product__information-art ul {
      gap: 10px; }
    .product__information-art ul li {
      width: 100%;
      padding: 5px 7px; }
    .product__information-art ul li:nth-child(1) {
      margin-right: 0; }
  .product__information-available {
    border-bottom: 1px solid #E8EDF4;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product__information-art-click {
    grid-template-columns: 48px 1fr;
    gap: 8px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    justify-self: stretch; }
  .product__information .product__information-btn-art {
    padding: 10px 10px;
    max-width: 100%; }
  .product__information .product__information-art p {
    margin: 5px 0 0; }
  .product__information-whom {
    margin-bottom: 16px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .product__information-whom p {
      padding-left: 40px; }
  .product__information .whom-info {
    margin-bottom: 8px; }
    .product__information .whom-info p {
      padding: 0; }
  /* Product-reviews*/
  .product-reviews__popular {
    display: grid; } }

/* About */
.about {
  padding-bottom: 77px; }
  .about__block {
    max-width: 468px;
    max-height: 505px;
    position: relative; }
  .about-page__title {
    margin-bottom: 40px; }
  .about__title {
    position: absolute;
    top: 0;
    right: 41px; }
  .about__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 16px; }
  .about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F4F8FD;
    border-radius: 12px;
    padding: 22px;
    font-size: 20px; }
    .about__item p {
      max-width: 186px;
      font-family: "Avenir-Medium", sans-serif; }
    .about__item p:first-child {
      margin-right: 55px; }
    .about__item span {
      display: block; }
    .about__item .date {
      font-family: "Avenir-Bold", sans-serif; }
  .about__main-title {
    margin-bottom: 8px; }
  .about__content p {
    margin-bottom: 16px; }
  .about__content .strong {
    font-family: "Circe-Bold", sans-serif; }

/* Location */
.location {
  margin-top: 48px;
  background-color: #F4F8FD;
  border: 1px solid rgba(183, 186, 194, 0.2);
  border-radius: 20px;
  padding: 24px; }
  .location__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
  .location__item {
    background-color: #fff;
    padding: 8px 8px 24px;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 16px;
    display: grid;
    grid-template-rows: 240px 1fr; }
  .location__map {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    max-width: 593px;
    max-height: 240px; }
  .location__info {
    padding: 24px 16px 0; }
    .location__info span {
      font-family: "Circe-Bold", sans-serif; }
    .location__info address {
      margin-bottom: 16px; }
    .location__info a {
      display: block;
      margin-bottom: 16px; }
    .location__info .schedule p {
      font-size: 14px;
      color: #A0A5B0; }
    .location__info .schedule time {
      display: inline-block; }
    .location__info .schedule time:last-child {
      margin-left: 36px; }

@media (max-width: 992px) {
  /* About */
  .about {
    padding-bottom: 66px; }
    .about__block {
      margin: 0 auto 16px; }
    .about__img {
      max-width: 300px;
      max-height: 310px;
      margin: 0 auto; }
    .about__title {
      position: static;
      top: initial;
      right: initial;
      margin-bottom: 26px;
      text-align: center; }
    .about__items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      -webkit-column-gap: 18px;
         -moz-column-gap: 18px;
              column-gap: 18px; }
    .about__item {
      padding: 18px 5px;
      font-size: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .about__item p {
        text-align: center;
        margin-bottom: 10px; }
      .about__item p:first-child {
        margin-right: initial; }
      .about__item span {
        display: inline-block; }
    .about__main-title {
      margin-bottom: 10px;
      font-size: 22px;
      text-align: center; }
    .about__content p {
      margin-bottom: 18px; }
  /* Location */
  .location__items {
    grid-template-columns: 1fr; } }

@media (max-width: 576px) {
  /* About */
  .about {
    padding-bottom: 32px; }
    .about__block {
      margin-bottom: 15px; }
    .about__img {
      max-width: 295px;
      max-height: 301px; }
    .about__items {
      -webkit-column-gap: 15px;
         -moz-column-gap: 15px;
              column-gap: 15px; }
    .about__item {
      padding: 16px 4px;
      font-size: 16px; }
      .about__item p {
        margin-bottom: 10px; }
    .about__main-title {
      margin-bottom: 8px;
      font-size: 20px; }
    .about__content p {
      margin-bottom: 16px; }
  /* Location */
  .location {
    margin-top: 40px;
    padding: 24px 15px; }
    .location__title {
      text-align: left;
      margin-bottom: 24px; }
    .location__item {
      grid-template-rows: 160px 1fr; }
    .location__info {
      padding: 16px 8px 0; }
      .location__info address, .location__info a {
        margin-bottom: 8px; }
      .location__info .schedule time:last-child {
        margin-left: 14px; } }

/* Default modal */
/** {
    scrollbar-width: thin;
    scrollbar-color: $main-color $white-color;
  }

  !* Works on Chrome, Edge, and Safari *!

*::-webkit-scrollbar-thumb {
  background-color: $main-color;
  border: 1px solid #fff;
}
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-image: $main-color;
}*/
.popup-fade {
/*visibility: hidden;
opacity: 0;*/
    display: none;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: relative;
  z-index: 502; }
  .popup-fade:before {
    content: '';
    background-color: rgba(56, 56, 56, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 502; }

.show {
  /*visibility: visible;
  opacity: 1;*/
    display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.before-send {
  background-color: red; }

.window-modal {
  background: #FFFFFF;
  border: 1px solid rgba(183, 186, 194, 0.2);
  -webkit-box-shadow: 0 10px 24px rgba(44, 64, 79, 0.14);
          box-shadow: 0 10px 24px rgba(44, 64, 79, 0.14);
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 503;
  padding: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1; }
  .window-modal h4 {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 16px;
    text-align: left; }
  .window-modal__wrapper {
    position: relative; }
  .window-modal__title {
    font-family: "MontserratAlternates-Bold", sans-serif;
    margin-bottom: 32px; }
  .window-modal__items {
    display: grid;
    grid-template-columns: minmax(200px, 240px) minmax(310px, 408px);
    gap: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .window-modal__content {
    text-align: center; }
  .window-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 20px;
    width: 20px; }
  .window-modal__form {
    border-radius: 20px;
    background-color: #F4F8FD;
    padding: 24px;
    width: 100%; }
    .window-modal__form > div {
      position: relative; }
    .window-modal__form .placeholder-label {
      position: absolute;
      display: block;
      pointer-events: none;
      left: 30px;
      top: 12px;
      font-size: 16px;
      color: #A0A5B0;
      -webkit-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease; }
    .window-modal__form input:focus ~ .placeholder-label,
    .window-modal__form input:not(:placeholder-shown) ~ .placeholder-label,
    .window-modal__form textarea:focus ~ .placeholder-label,
    .window-modal__form textarea:not(:placeholder-shown) ~ .placeholder-label {
      top: 0;
      bottom: 0;
      font-size: 12px;
      opacity: 1; }
    .window-modal__form input[type='tel'], .window-modal__form input[type='text'], .window-modal__form input[type='password'], .window-modal__form input[type='email'], .window-modal__form textarea {
      padding: 14px 8px 14px 24px;
      max-width: 248px;
      height: 48px;
      background-color: #fff;
      color: #A0A5B0;
      border: 1px solid rgba(183, 186, 194, 0.2);
      border-radius: 30px;
      font-family: "Circe-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: .04em;
      display: inline-block;
      max-width: 100%;
      width: 100%;
      color: #383838; }
      .window-modal__form input[type='tel']::-webkit-input-placeholder, .window-modal__form input[type='text']::-webkit-input-placeholder, .window-modal__form input[type='password']::-webkit-input-placeholder, .window-modal__form input[type='email']::-webkit-input-placeholder, .window-modal__form textarea::-webkit-input-placeholder {
        color: #A0A5B0; }
      .window-modal__form input[type='tel']::-moz-placeholder, .window-modal__form input[type='text']::-moz-placeholder, .window-modal__form input[type='password']::-moz-placeholder, .window-modal__form input[type='email']::-moz-placeholder, .window-modal__form textarea::-moz-placeholder {
        color: #A0A5B0; }
      .window-modal__form input[type='tel']::-ms-input-placeholder, .window-modal__form input[type='text']::-ms-input-placeholder, .window-modal__form input[type='password']::-ms-input-placeholder, .window-modal__form input[type='email']::-ms-input-placeholder, .window-modal__form textarea::-ms-input-placeholder {
        color: #A0A5B0; }
      .window-modal__form input[type='tel']::placeholder, .window-modal__form input[type='text']::placeholder, .window-modal__form input[type='password']::placeholder, .window-modal__form input[type='email']::placeholder, .window-modal__form textarea::placeholder {
        color: #A0A5B0; }
    .window-modal__form textarea {
      height: 172px; }
  .window-modal__btn {
    padding: 12px 8px;
    max-width: 100%;
    color: #fff;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid;
    background-color: #87B6F9;
    border-radius: 30px;
    border-color: transparent; }
    @media (max-width: 576px) {
      .window-modal__btn {
        padding: 5px 2px;
        font-size: 14px; } }
    .window-modal__btn:hover {
      background-color: #fff;
      border-color: #87B6F9;
      color: #87B6F9; }

.success {
  background-color: #87B6F9;
  text-align: center;
  color: #fff;
  font-family: "MontserratAlternates-Bold", sans-serif; }
  .success .message > * {
    margin-bottom: 16px; }
  .success-img {
    margin-bottom: 24px; }
  .success svg path {
    stroke: #fff; }

.form-error {
  color: #DB4E50;
  margin: 5px 0; }

/** Modal bucket **/
.cart-modal {
  padding: 24px;
  position: fixed;
  max-width: 425px;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 5px);
  right: 0;
  top: 0;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  background-color: #fff;
  -webkit-box-shadow: 0 10px 24px rgba(70, 93, 124, 0.2);
          box-shadow: 0 10px 24px rgba(70, 93, 124, 0.2);
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  z-index: 500;
  /* Works on Chrome, Edge, and Safari */ }
  .cart-modal * {
    scrollbar-width: thin;
    scrollbar-color: #87B6F9 #fff; }
  .cart-modal::-webkit-scrollbar-thumb {
    background-color: #87B6F9;
    border: 1px solid #fff; }
  .cart-modal *::-webkit-scrollbar {
    width: 5px; }
  .cart-modal::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px; }
  .cart-modal::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-image: #87B6F9; }
  .cart-modal.show {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }
  .cart-modal__title {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E8EDF4;
    margin-bottom: 16px; }
    .cart-modal__title span {
      font-family: "MontserratAlternates-Regular", sans-serif; }
  .cart-modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%; }
  .cart-modal__orders {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
    overflow: auto; }
  .cart-modal__order {
    display: grid;
    grid-template-columns: minmax(120px, 127px) 1fr;
    grid-template-rows: 1fr;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8EDF4; }
  .cart-modal__order-img {
    max-width: 127px;
    max-height: 127px;
    border-radius: 20px;
    overflow: hidden; }
    .cart-modal__order-img img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
  .cart-modal .order-title {
    font-size: 16px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    margin-bottom: 8px; }
  .cart-modal__order-prices {
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cart-modal__order-prices .old-price {
      font-size: 14px;
      color: #A0A5B0;
      text-decoration: line-through;
      margin-right: 20px; }
    .cart-modal__order-prices .new-price {
      font-family: "MontserratAlternates-Bold", sans-serif;
      font-size: 18px; }
  .cart-modal-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 14px; }
    .cart-modal-selected span {
      text-transform: capitalize; }
    .cart-modal-selected span:nth-child(2) {
      font-family: "MontserratAlternates-SemiBold", sans-serif;
      margin-left: 10px; }
  .cart-modal__order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cart-modal__order-trash {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #E8EDF4; }
    .cart-modal__order-trash:hover {
      border-color: #DB4E50; }
    .cart-modal__order-trash:hover svg path {
      stroke: #DB4E50;
      opacity: 1; }
    .cart-modal__order-trash:hover svg g {
      opacity: 1; }
  .cart-modal__total {
    padding-top: 25px;
    border-top: 1px solid #E8EDF4;
    margin-top: auto; }
  .cart-modal__total-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 23px; }
  .cart-modal__total-text:nth-child(1) {
    display: none; }
  .cart-modal__total-price {
    font-family: "MontserratAlternates-SemiBold", sans-serif; }
  .cart-modal__total-btn:not(:last-child) {
    margin-bottom: 8px;
    padding: 12px 8px;
    max-width: 377px;
    color: #fff;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid;
    background-color: #87B6F9;
    border-radius: 30px;
    border-color: transparent;
    border: 1px solid transparent; }
    @media (max-width: 576px) {
      .cart-modal__total-btn:not(:last-child) {
        padding: 5px 2px;
        font-size: 14px; } }
    .cart-modal__total-btn:not(:last-child):hover {
      background-color: #fff;
      color: #87B6F9;
      border: 1px solid #87B6F9; }
  .cart-modal__total-btn:last-child {
    padding: 12px 8px;
    max-width: 377px;
    color: #87B6F9;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid;
    background-color: #fff;
    border-radius: 30px;
    border-color: transparent;
    border: 1px solid #87B6F9; }
    @media (max-width: 576px) {
      .cart-modal__total-btn:last-child {
        padding: 5px 2px;
        font-size: 14px; } }
    .cart-modal__total-btn:last-child:hover {
      background-color: #87B6F9;
      color: #fff;
      border: 1px solid transparent; }

/** Modal order call **/
.order-call {
  max-width: 100%;
  width: 488px; }
  .order-call.success {
    background-color: #87B6F9; }
  .order-call__title {
    font-size: 20px;
    margin-bottom: 24px; }
    .order-call__title span {
      display: block;
      font-family: "Circe-Bold", sans-serif; }
  .order-call__form input {
    margin-bottom: 8px; }
  .order-call__btn {
    margin-top: 24px; }
  .order-call__success {
    display: none;
    text-align: center; }
    .order-call__success-img {
      width: 80px;
      height: 80px;
      margin: 0 auto 24px; }
    .order-call__success h2 {
      font-size: 24px;
      font-family: "MontserratAlternates-Bold", sans-serif;
      margin-bottom: 15px;
      color: #fff; }
    .order-call__success p {
      color: #fff; }
  .order-call .message {
    max-width: 300px;
    margin: 0 auto; }

/** Modal write review **/
.write-review {
  width: 760px; }
  .write-review__items {
    display: grid;
    grid-template-columns: minmax(200px, 240px) minmax(310px, 408px);
    gap: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .write-review__preview-title {
    margin-bottom: 8px; }
  .write-review__img {
    width: 240px;
    height: 240px;
    border-radius: 8px;
    border: 1px solid rgba(183, 186, 194, 0.2);
    margin: 0 auto 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px; }
    .write-review__img img {
      width: 100%;
      height: 100%; }
  .write-review form.window-modal__form > * {
    margin-bottom: 16px; }
  .write-review__form-star {
    color: #A0A5B0;
    display: grid;
    grid-template-columns: 96px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: flex-start; }
    .write-review__form-star .form-error {
      grid-row: 2;
      grid-column: 1/-1;
      justify-self: center; }
  .write-review .rating-stars {
    margin: 0 0 0 8px; }
    .write-review .rating-stars label {
      margin: 0; }
  .write-review__btn {
    margin-bottom: 0; }
  .write-review .category-product-block-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .write-review .window-modal__upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .write-review .window-modal__upload input {
      display: none; }
    .write-review .window-modal__upload label {
      position: relative; }
    .write-review .window-modal__upload-file {
      margin-bottom: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .write-review .window-modal__upload-file span:first-child {
        font-family: "Circe-Bold", sans-serif; }
      .write-review .window-modal__upload-file span:nth-child(2) {
        font-family: "MontserratAlternates-Regular", sans-serif;
        color: #A0A5B0;
        margin-left: 8px;
        text-transform: lowercase; }
    .write-review .window-modal__upload-title {
      position: relative;
      color: #87B6F9;
      font-family: "Circe-Bold", sans-serif;
      padding-left: 28px;
      text-align: left;
      cursor: pointer;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .write-review .window-modal__upload-title:hover {
        color: #DB4E50; }
      .write-review .window-modal__upload-title:before {
        position: absolute;
        content: '';
        background-position: left center;
        background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/upload.png");
        background-size: contain;
        left: 0;
        width: 20px;
        height: 20px; }
  .write-review__success {
    display: none; }

/** Modal Quick order **/
.quick-order {
  width: 800px; }
  .quick-order__preview-title {
    margin-bottom: 8px; }
  .quick-order__items {
    grid-template-columns: minmax(230px, 280px) minmax(310px, 408px); }
  .quick-order__preview {
    position: relative; }
  .quick-order__slider {
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(183, 186, 194, 0.2);
    width: 280px;
    height: 280px;
    padding: 20px;
    overflow: hidden;
    margin: 0 auto 16px; }
    .quick-order__slider .swiper-slide, .quick-order__slider .quick-order-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .quick-order__slider .quick-order-slide {
      margin-bottom: 16px;
      width: 280px;
      height: 280px;
      padding: 10px; }
      .quick-order__slider .quick-order-slide img {
        width: 100%;
        margin: 0 auto;
        height: 100%; }
  .quick-order .swiper-button-next, .quick-order .swiper-button-prev {
    top: calc(50% - 80px);
    -webkit-box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
            box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
    margin: 0; }
  .quick-order .quick-order__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 15px; }
  .quick-order .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 6px;
    opacity: 1; }
  .quick-order .swiper-pagination-bullet:not(:last-child) {
    margin-right: 8px; }
  .quick-order .swiper-pagination-bullet-active {
    background-color: #87B6F9;
    border-color: transparent; }
  .quick-order__form > * {
    margin-bottom: 16px; }
  .quick-order__form p {
    color: #A0A5B0; }
  .quick-order__form a {
    color: #87B6F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .quick-order .form-error {
    color: #DB4E50;
    margin: 5px 0; }
  .quick-order__btn {
    margin-bottom: 0; }
  .quick-order .category-product-block-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .quick-order__success {
    display: none; }

/** Media **/
@media (max-width: 992px) {
  /* Window modal */
  .window-modal {
    top: 20px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    overflow: auto;
    height: 92vh; }
    .window-modal__items {
      grid-template-columns: 1fr;
      gap: 16px;
      justify-items: center; }
  /** Modal Quick order **/
  .quick-order {
    width: 90%; }
    .quick-order__preview-title {
      margin-bottom: 8px; }
  /** Modal write review **/
  .write-review {
    width: 85%; }
    .write-review__items {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      justify-items: center; }
    .write-review__img {
      width: 140px;
      height: 140px;
      margin: 0 auto 10px; }
    .write-review__form > * {
      margin-bottom: 10px; }
  /* Cart popup */
  .cart-modal.show {
    z-index: 555; }
  /* Order Call*/
  .order-call {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; } }

@media (max-width: 767px) {
  /* Default modal */
  .window-modal {
    padding: 15px;
    max-width: 100%;
    width: 92%; }
    .window-modal__form {
      padding: 14px; }
    .window-modal input {
      padding: 8px 7px;
      height: 35px; }
  /** Order call **/
  .order-call__title {
    margin-bottom: 10px;
    font-size: 16px; }
  .order-call__btn {
    margin-top: 14px; } }

@media (max-width: 576px) {
  /* Window modal */
  .window-modal {
    height: 95vh; }
    .window-modal h4 {
      text-align: center; }
    .window-modal__title {
      font-size: 20px;
      margin-bottom: 16px; }
    .window-modal__items {
      gap: 12px; }
  /** Write review **/
  .write-review {
    height: 93vh; }
  /** Modal bucket **/
  .cart-modal {
    height: calc(100vh - 10px);
    padding: 24px 15px; }
    .cart-modal__title {
      text-align: center; }
    .cart-modal__order {
      display: grid;
      grid-template-columns: 100px 1fr;
      grid-template-rows: 1fr;
      gap: 12px; }
    .cart-modal__order-img {
      max-width: 100px;
      max-height: 100px; }
    .cart-modal .order-title {
      font-size: 16px; }
    .cart-modal__order-prices {
      margin-bottom: 11px; }
      .cart-modal__order-prices .old-price {
        font-size: 14px;
        color: #A0A5B0;
        text-decoration: line-through;
        margin-right: 17px; }
      .cart-modal__order-prices .new-price {
        font-size: 18px; }
    .cart-modal__total {
      padding-top: 16px; }
    .cart-modal__total-text {
      font-size: 18px; }
    .cart-modal__total-btn:not(:last-child) {
      padding: 10px; }
    .cart-modal__total-btn:last-child {
      padding: 10px; }
  /** Modal Quick order **/
  .quick-order {
    height: 89vh; }
    .quick-order__slider {
      width: 160px;
      height: 160px;
      margin: 0 auto 16px; }
      .quick-order__slider .quick-order-slide {
        padding: 5px;
        margin-bottom: 14px;
        width: 150px;
        height: 150px; }
  /* Order Call*/
  .order-call {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; } }

/* terms */
.terms {
  padding: 24px 0 80px; }
  .terms__title {
    margin-bottom: 32px;
    text-align: left; }
  .terms__content {
    margin-bottom: 80px; }
    .terms__content .accent {
      color: #DB4E50; }
    .terms__content p {
      margin-bottom: 16px;
      padding-left: 16px; }
    .terms__content .strong {
      font-family: "Circe-Bold", sans-serif; }
    .terms__content h4 {
      font-size: 20px;
      font-family: "MontserratAlternates-Bold", sans-serif;
      margin-bottom: 8px; }
  .terms-way {
    padding: 24px;
    background-color: #F4F8FD;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 20px;
    position: relative;
    overflow: hidden; }
  .terms-way__title {
    font-size: 20px;
    margin-bottom: 24px;
    text-align: left; }
  .terms-way__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 280px));
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .terms-way__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .terms-way__list-img {
    width: 90px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 16px; }
  .terms-way__list-text {
    text-align: center;
    font-family: "Circe-Bold", sans-serif;
    font-size: 20px; }

@media (max-width: 992px) {
  /* terms */
  .terms {
    padding: 24px 0 60px; }
    .terms__title {
      margin-bottom: 30px;
      text-align: center; }
    .terms__content {
      margin-bottom: 60px; }
      .terms__content p {
        margin-bottom: 16px;
        padding-left: 0; }
      .terms__content h4 {
        text-align: center; }
    .terms-way {
      padding: 20px; }
    .terms-way__title {
      margin-bottom: 20px;
      text-align: center; }
    .terms-way__list {
      grid-template-columns: repeat(2, minmax(180px, 280px));
      gap: 40px; }
    .terms-way__list li:last-child {
      grid-area: 2/1/2/-1; } }

@media (max-width: 576px) {
  /* terms */
  .terms {
    padding: 24px 0 40px; }
    .terms__title {
      margin-bottom: 30px; }
    .terms__content {
      margin-bottom: 24px; }
      .terms__content h4 {
        font-size: 18px; }
    .terms-way__list {
      grid-template-columns: 1fr;
      gap: 40px; }
    .terms-way__list li:last-child {
      grid-area: initial; }
    .terms-way__list-text {
      font-size: 16px; } }

.enter-account {
  padding: 24px 0 80px; }
  .enter-account__wrapper {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5; }
    .enter-account__wrapper:before, .enter-account__wrapper:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 20px;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 4;
      width: 370px; }
    .enter-account__wrapper:before {
      background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/login-img1.png");
      left: 0;
      height: 217px; }
    .enter-account__wrapper:after {
      background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/login-img2.png");
      right: 0;
      height: 240px; }
  .enter-account__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px; }
  .enter-account__form {
    padding: 48px 40px;
    max-width: 442px;
    margin: 0 auto;
    position: relative;
    z-index: 6; }
    .enter-account__form input {
      margin-bottom: 16px; }
    .enter-account__form p {
      text-align: center;
      color: #A0A5B0; }
      .enter-account__form p a {
        color: #87B6F9; }
    .enter-account__form .form-error {
      color: #DB4E50;
      margin-bottom: 5px; }
    .enter-account__form.success {
      background-color: #87B6F9;
      color: #fff;
      text-align: center; }
  .enter-account__form-sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .enter-account__form-sign p {
      color: #A0A5B0;
      margin-right: 16px; }
  .enter-account__form-sign-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .enter-account__form-sign-block label:last-child {
      margin-left: 24px; }
  .enter-account__form-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px; }
    .enter-account__form-btns a {
      color: #A0A5B0; }
  .enter-account__form-agree {
    margin-bottom: 16px; }
    .enter-account__form-agree p {
      text-align: left; }
  .enter-account__btn {
    margin: 0 4px 0 0;
    max-width: 165px; }
    .enter-account__btn:hover {
      background-color: #fff;
      border-color: #87B6F9;
      color: #87B6F9; }
  .enter-account__success {
    display: none;
    text-align: center; }
    .enter-account__success-img {
      width: 80px;
      height: 80px;
      margin: 0 auto 24px; }
    .enter-account__success p {
      color: #fff; }
  .enter-account .message {
    max-width: 300px;
    margin: 0 auto; }

.form-error {
  color: #DB4E50; }

/** Registration **/
/** Media **/
@media (max-width: 767px) {
  .enter-account {
    padding: 24px 0 40px; }
    .enter-account__wrapper {
      max-width: 100%;
      width: 100%;
      z-index: 5; }
      .enter-account__wrapper:before, .enter-account__wrapper:after {
        width: 180px; }
      .enter-account__wrapper:before {
        height: 100px; }
      .enter-account__wrapper:after {
        height: 100px; }
    .enter-account__title {
      margin-bottom: 32px;
      font-size: 24px; }
    .enter-account__form {
      padding: 24px; } }

.news {
  padding: 24px 0 80px; }
  .news__wrapper {
    position: relative;
    z-index: 5; }
  .news__title {
    margin-bottom: 24px; }
  .news__content {
    display: grid;
    grid-template-columns: repeat(3, minmax(294px, 410px));
    gap: 30px; }
  .news__list, .news__list-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden; }
  .news__list {
    border: 1px solid transparent;
    display: grid;
    grid-template-rows: 240px 1fr;
    gap: 24px; }
    .news__list:hover {
      color: initial;
      border: 1px solid rgba(183, 186, 194, 0.2);
      -webkit-box-shadow: 0px 10px 24px rgba(203, 220, 240, 0.4);
              box-shadow: 0px 10px 24px rgba(203, 220, 240, 0.4); }
  .news__list-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .news__list-info {
    padding: 0 16px 16px; }
  .news__list-time {
    color: #A0A5B0;
    margin-bottom: 8px;
    display: block; }
  .news__list-title {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 20px;
    margin-bottom: 16px; }

/** Media **/
@media (max-width: 1200px) {
  .news__content {
    gap: 20px; } }

@media (max-width: 992px) {
  .news {
    padding: 24px 0 60px; }
    .news__content {
      grid-template-columns: repeat(2, minmax(230px, 338px));
      gap: 16px; }
    .news__list {
      grid-template-rows: 202px 1fr;
      gap: 16px; } }

@media (max-width: 767px) {
  .news {
    padding: 24px 0 40px; }
    .news__content {
      grid-template-columns: 1fr; }
    .news__list-info {
      padding: 0 8px 8px; } }

/* terms */
.post {
  padding: 24px 0 80px; }
  .post ul {
    margin-left: 10px;
    margin-bottom: 16px; }
  .post ul li {
    position: relative;
    padding-left: 16px; }
    .post ul li:before {
      content: '';
      position: absolute;
      background-color: #87B6F9;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      top: 8px;
      left: 0; }
  .post h4 {
    font-family: "MontserratAlternates-SemiBold", sans-serif; }
  .post-img, .post__main-img, .post img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 auto; }
  .post .slider-block-img img {
    border-radius: 0; }
  .post img {
    display: inline-block; }
  .post p > img {
    text-align: center;
    margin: 0 5px; }
  .post__main-img {
    max-height: 500px;
    text-align: center; }
    .post__main-img:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60%;
      background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(50%, rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%);
      background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%);
      z-index: 5; }
  .post__title {
    margin-bottom: 10px;
    text-align: center; }
  .post__date {
    text-align: center;
    display: block;
    margin-bottom: 37px;
    color: #A0A5B0; }
  .post__content {
    max-width: 1070px;
    margin: 0 auto; }
    .post__content > * {
      margin-bottom: 16px; }
    .post__content div {
      margin-bottom: 16px; }

/* Post page slider Bestseller */
.post-page .bestseller {
  background-color: #F4F8FD; }
  .post-page .bestseller .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px; }
  .post-page .bestseller .post__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    bottom: 0; }
  .post-page .bestseller .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 6px;
    opacity: 1; }
  .post-page .bestseller .swiper-pagination-bullet-active {
    background-color: #87B6F9;
    border-color: transparent; }

/* Subscribe */
.subscribe {
  padding: 80px 0; }
  .subscribe__title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 361px;
    font-size: 24px; }
  .subscribe__wrapper {
    position: relative;
    z-index: 2; }
    .subscribe__wrapper:after {
      position: absolute;
      content: '';
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: calc(0px - 20px);
      width: 240px;
      height: 240px;
      background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/brif.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right center; }
  .subscribe__form-span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
    text-align: center; }
  .subscribe__form {
    max-width: 1070px;
    margin: 0 76px 0 auto;
    padding: 56px 134px  56px 414px; }
    .subscribe__form input[type="email"] {
      width: 300px;
      margin-right: 16px;
      margin-bottom: 8px; }
  .subscribe__btn {
    max-width: 200px; }
    .subscribe__btn:hover {
      background-color: #fff;
      color: #87B6F9;
      border-color: #87B6F9; }

@media (max-width: 1200px) {
  /* Subscribe */
  .subscribe__title {
    max-width: 300px; }
  .subscribe__wrapper:after {
    right: calc(0px - 40px);
    width: 200px;
    height: 200px; }
  .subscribe__form {
    max-width: 800px;
    margin: 0 26px 0 auto;
    padding: 40px 60px  40px 214px; }
    .subscribe__form input[type="email"] {
      width: 260px;
      margin-right: 8px; }
  .subscribe__btn {
    max-width: 200px; } }

@media (max-width: 992px) {
  .post {
    padding-bottom: 40px; }
  /* Subscribe */
  .subscribe__title {
    max-width: 100%;
    position: static;
    text-align: center; }
  .subscribe__wrapper:after {
    right: calc(0px - 40px);
    width: 160px;
    height: 160px; }
  .subscribe__form {
    margin: 0 24px 0 auto;
    padding: 24px 24px 8px; }
    .subscribe__form input[type="email"] {
      width: 260px;
      margin-right: 8px;
      margin-bottom: 8px; } }

@media (max-width: 576px) {
  .post__wrapper {
    display: grid;
    grid-template-columns: 1fr; }
  .post__main-img {
    margin-bottom: 16px; }
  .post__title {
    font-size: 20px;
    grid-area: 1/1;
    margin-bottom: 16px; }
  .post__date {
    text-align: left;
    margin-bottom: 16px; }
  .post h4 {
    font-size: 16px; }
  /* Subscribe */
  .subscribe {
    padding: 60px 0; }
    .subscribe__title {
      font-size: 20px; }
    .subscribe__wrapper:after {
      display: none; }
    .subscribe__form-span {
      width: 100%; }
    .subscribe__form {
      margin: 0 16px 0 auto;
      padding: 16px; }
      .subscribe__form input[type="email"] {
        width: 100%;
        margin: 0 0 16px; }
    .subscribe__btn {
      max-width: 100%; } }

/* Shopping basket */
.shopping__title {
  font-size: 32px;
  margin-bottom: 24px; }

/*# sourceMappingURL=style.css.map */
.select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(183, 186, 194, 0.2);
}

/* Jet Cache: catalog/view/theme/chide/assets/css/customs.css */
main {
    overflow: hidden;
}
.empty {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.empty p {
    margin-right: 20px;
}

.empty .section-btn {
    min-width: 236px;
}

#cart-total .fa-shopping-cart {
    display: none !important;
}

.logout_link {
    display: inline-block;
    float: right;
    color: #87B6F9;
    align-items: center;
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    padding-bottom: 0;
    position: relative;
    margin: -40px 0 0;
}

.logout_link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #87B6F9;
    transition: .3s;
}

.logout_link:hover:before {
    width: 0;
}

/*** Simple ***/

form .form-control {
    padding: 14px 8px 8px 24px;
    max-width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 30px;
    font-family: "Circe-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    display: inline-block;
    width: 100%;
    color: #383838;
}

.account-order p, .account-return-add p {
    margin-bottom: 10px;
}

.account-address .buttons {
    display: flex;
    flex-direction: column;
}

.pull-right {
    float: none;
}

.simpleregister-button-right {
    float: initial !important;
    display: flex;
}

.account-password #content.col-sm-12 {
    padding: 0;
}

.account-simpleregister h1 {
    text-align: center;
}

.account-simpleregister .enter-account__wrapper:before {
    left: -20px;
}

.account-simpleregister .enter-account__wrapper:after {
    right: -20px;
}

.account-return-add h1, .account-return-add p, .account-simpleedit h1, .account-password h1 {
    text-align: center;
}

.account-return-add .col-sm-10, .account-simpleedit .col-sm-10, .account-password .col-sm-10 {
    max-width: 100%;
}

.account-simpleedit .simpleregister-button-right, .account-password .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.account-password .buttons {
    flex-direction: column;
    align-items: stretch;
}

.account-password .section-btn {
    max-width: 100%;
}

.account-return-add .account-return-form {
    max-width: 680px;
}

.account-return-add .account-return-form legend {
    font-family: "MontserratAlternates-SemiBold", sans-serif;
}

.account-return-add .input-group.date {
    flex-wrap: nowrap;
}

.account-return-add .entry_date {
    display: flex !important;
}

.account-return-add .account-return-form textarea {
    height: 150px;
}

/** Success page account **/

.success-wrapper {
    text-align: center;
}

.success-wrapper {
    max-width: 860px;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F4F8FD;
    border: 1px solid rgba(183, 186, 194, 0.2);
    padding: 24px;
}

.success-wrapper p:nth-child(1) {
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    font-size: 20px;
    margin-bottom: 16px;
}


.success-wrapper .section-btn {
    padding: 12px 40px;
}


/*** Custom Select ***/

.search-page__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    max-width: 760px;
    justify-content: flex-start;
    margin: 0 auto 30px;
}

.search-page .main-title {
    text-align: center;
}

.search-page .empty {
    justify-content: center;
}

.search-page__btn {
    text-align: center;
    margin: 0 auto 50px;
}

.search-page select::-ms-expand {
    display: none;
}

.search-page select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.search-page label {
    margin: 0 8px 0 0;
}

.search-page .form-control {
    position: relative;
    background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/svg/arrow-down.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    transition: 0.2s ease;
    border-radius: 20px;
    min-height: 38px;
}

.search-page input.form-control, .search-page input.form-control:focus {
    background-image: none;
}

.search-page .main-title {
    margin: 20px 0;
}

.search-page .title-search {
    display: block;
    font-size: 18px;
    margin: 10px auto 16px;
    text-align: center;
}

.search-page .custom-label-checkbox {
    cursor: pointer;
}

.search-page .custom-label-checkbox input {
    border-radius: 10%;
    background-color: transparent;
}

.search-page .custom-label-checkbox input:checked {
    background-color: #87B6F9;
}

.search-page .custom-label-checkbox input:before {
    width: 13px;
}

.search-page .custom-label-checkbox input:checked:before {
    background-color: transparent;
    background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/svg/checkbox.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 0;
}

#content {
    margin: 20px 0;
}
.common-home #content {
    margin: 0;
}

#content h1 {
    font-size: 32px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.3em;
}

.about__block {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.about__title {
    position: static;
}

.about__img {
    display: inline-block;
    float: right;
}

.about ol, .about ul {
    margin-bottom: 15px;
}

.about__information ul li::before {
    content: "•";
    color: #87B6F9;
    font-weight: 700;
    display: inline-block;
    font-size: 28px;
    width: 0.5em;
    left: 0;
    position: absolute;
}
.about__information ul li {
    display: block;
    padding-left: 15px;
    position: relative;
}
    /** Register page **/
.registration .simpleregister-block-content {
    padding: 0;
}

.registration .simpleregister-have-account {
    margin-bottom: 10px;
}

.registration legend {
    text-align: center;
}

.registration .col-sm-10 {
    max-width: 100%;
}

.registration__form {
    max-width: 600px;
}

.registration .simpleregister-button-block {
    background: transparent;
}

.registration select {
    padding: 14px 24px;
    height: 52px;
    color: #383838;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 30px;
    font-family: "Circe-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/svg/select-down.svg") 94%/15px no-repeat #EEE;
    background-color: #fff;
}

.registration .control-label.col-sm-2 {
    margin-bottom: 10px;
    max-width: 100%;
}

.registration .radio {
    display: flex;
    margin-bottom: 10px;
}

/** Account page **/
.account__wrapper {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr minmax(226px, 305px);
    column-gap: 16px;
}

.account__wrapper .main-title {
    margin-bottom: 16px;
}

.account__wrapper .list-unstyled {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
    gap: 16px;
    width: 100%;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.account__wrapper .list-unstyled > li a {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    height: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    transition: .3s;
}

.account__wrapper .list-unstyled > li a:before {
    background: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/personal-area-icons.png") no-repeat;
    display: block;
    content: '';
    margin: 10px auto 30px auto;
    width: 60px;
    height: 60px;
}

.account__wrapper .list-unstyled > li > a:hover {
    color: #87B6F9;
    border-color: #87B6F9;
}

.account-row > li:nth-child(1) a:before {
    background-position: 0 0;
}

.account-row > li:nth-child(1) a:hover:before {
    background-position: -60px 0;
}

.account-row > li:nth-child(2) a:before {
    background-position: 0 -60px;
}

.account-row > li:nth-child(2) a:hover:before {
    background-position: -60px -60px;
}

.account-row > li:nth-child(3) a:before {
    background-position: 0 -120px;
}

.account-row > li:nth-child(3) a:hover:before {
    background-position: -60px -120px;
}

.order-row > li:nth-child(1) a:before {
    background-position: 0 -240px;
}

.order-row > li:nth-child(1) a:hover:before {
    background-position: -60px -240px;
}

.order-row > li:nth-child(2) a:before {
    background-position: 0 -360px;
}

.order-row > li:nth-child(2) a:hover:before {
    background-position: -60px -360px;
}

.order-row > li:nth-child(3) a:before {
    background-position: 0 -300px;
}

.order-row > li:nth-child(3) a:hover:before {
    background-position: -60px -300px;
}

.subscribe > li:nth-child(1) a:before {
    background-position: 0 -180px;
}

.account__wrapper .subscribe {
    padding: 0;
    grid-template-columns: 1fr;
}

.account__wrapper .subscribe a {
    background-color: #F4F8FD;
}

.subscribe > li:nth-child(1) a:hover:before {
    background-position: -60px -180px;
}

/** Site map **/

.sitemap-wrapper {
    margin-bottom: 60px;
}

.sitemap-wrapper ul, .sitemap-wrapper ol {
    margin-left: 10px;
    margin-bottom: 16px;
}

.sitemap-wrapper ul > li {
    position: relative;
    padding-left: 16px;
}

.sitemap-wrapper ul li:before {
    content: '';
    position: absolute;
    background-color: #87B6F9;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.sitemap-wrapper-items > li > a {
    font-weight: bold;
}

.account-simpleaddress-insert .row-address_country_id {
    display: none;
}

.account-simpleaddress-update h1, .account-simpleaddress-insert h1 {
    padding-left: 15px;
}

.account-return p {
    margin-bottom: 16px;
}

#simpleregister_button_confirm {
    padding: 12px 8px;
    max-width: 380px;
    margin: 0 auto !important;
    color: #fff;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid;
    background-color: #87B6F9;
    border-radius: 30px;
    border-color: transparent;
}

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

.account-forgotten .fa-exclamation-circle {
    display: none;
}

.simpleregister-button-block > div {
    display: flex;
    justify-content: center;
    align-self: center;
}

.quick-order__preview-title {
    font-size: 16px;
    line-height: 20px;
}

.terms h2, .quick-order__preview-title {
    font-family: Montserrat Alternates, sans-serif;
    font-weight: bold;
}

/** Single product **/
.product__title {
    grid-column: 1/-1;
}
.product__information-whom a, .tabs-content a {
    position: relative;
    display: inline-block;
    max-width: fit-content;
}

.product__information-whom a:before, .tabs-content a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #343a40;
    display: block;
    height: 1px;
}

.product__information-whom a:hover:before, .tabs-content a:hover:before {
    width: 0;
}

/* Category info */
.category-info h2 {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 14px;
    color: #383838;
}
.category-info h3 {
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 14px;
    color: #383838;
}


.category-info p, .category-info ul, .category-info ol {
    margin-bottom: 16px;
}

.category-info img {
    width: 100%;
    max-width: 480px!important;
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
}

.category-info ol li {
    position: relative;
    padding-left: 16px;
}
.category-info ol li, .category-info ul li {
    margin-bottom: 8px;
}

.category-product-block-wrap {
    max-height: fit-content;
    justify-content: flex-start;
}
.category-product-block-title {
    display: block;
}
.category-product-block-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-product-block-items {
    margin-top: auto;
}
.category-product-block-btn, .slider-block-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-product-block-btn svg, .slider-block-btn svg {
    margin-right: 10px;
    width: 20px;
}
.category-product-block-btn svg path, .slider-block-btn svg path {
    stroke: #fff;
}

.category-product-block-btn:hover svg path, .slider-block-btn:hover svg path {
    stroke: #87B6F9;
}

.category-product-block-wrap {
    max-height: 100%;
    justify-content: flex-start;
}

.category-product-block-img {
    min-height: 231px;
    max-height: 231px;
}
.category-product-block .product-image {
    height: 100%;
}

.ocf-description, .ocf-description.ocf-description-bottom {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.terms ul:not(.about__items) {
    margin-left: 10px;
    margin-bottom: 16px;
}
.terms ul:not(.about__items) li {
    position: relative;
    padding-left: 16px;
}
.terms ul:not(.about__items) li:before {
     content: '';
     position: absolute;
     background-color: #87B6F9;
     width: 6px;
     height: 6px;
     border-radius: 50%;
     top: 8px;
     left: 0;
}

.navigation__navbar-list ul li a {
    line-height: 1.2;
}

.has-dropdown__submenu {
    grid-template-rows: repeat(2, minmax(auto, 221px));
}

.cart-modal {
    height: 100dvh;
}

@media (max-width: 1200px) {
    .has-dropdown__submenu li > span {
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .has-dropdown__submenu {
        grid-template-rows: repeat(2, 175px);
        gap: 10px;
    }
}

@media (min-width: 992px){
    .offer {
        margin-bottom: 30px;
    }
}

@media screen  and (max-width: 1024px){
    .about__content img{
        float: none!important;
    }
}

@media (max-width: 992px) {
    .offer {
        margin-bottom: 0;
    }

    .account__wrapper .list-unstyled {
        grid-template-columns: repeat(2, 1fr);
    }

    .account__wrapper .subscribe {
        grid-template-columns: 1fr;
    }

    /* Category info */
    .category-info h2 {
        margin-bottom: 10px;
        font-size: 22px;
        text-align: center;
    }

    .category-info img {
        max-width: 300px;
        max-height: 310px;
        margin: 0 auto 30px;
        float: none!important;
    }
}

@media (max-width: 756px) {
    .account__wrapper {
        grid-template-columns: 1fr;
    }

    .account-simpleregister .enter-account__wrapper:before {
        left: 0;
    }

    .account-simpleregister .enter-account__wrapper:after {
        right: 0;
    }
    .category-product-block-title {
        font-family: "MontserratAlternates-Regular", sans-serif;
    }
    .category-product-block-info {
        height: fit-content;
    }
    .category-product-block .product-image {
        height: 100%;
    }
    .category-product-block-img {
        min-height: 240px;
    }

    .products__items-list .category-product-block-btn {
        line-height: 1.2;
    }

    .category-product-block-info {
        height: 100%;
    }

    .cart-modal {
        height: 100dvh;
    }
}

@media (max-width: 576px) {
    #content h1 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .empty {
        margin: 20px 0 20px;
        flex-direction: column;
        justify-content: center;
    }

    .empty p {
        margin-right: 0;
        margin-bottom: 20px;
    }

    /*** Custom Select ***/
    .search-page__wrapper {
        grid-template-columns: 1fr;
        margin: 0 auto 15px;
    }

    .search-page .form-control {
        min-height: 28px;
    }

    .search-page__item:nth-child(3), .search-page__item:nth-child(4) {
        justify-self: flex-start;
    }

    /** Registration page **/
    #column-right {
        margin-bottom: 20px;
    }

    .account__wrapper .list-unstyled {
        grid-template-columns: repeat(1, 1fr);
    }

    .logout_link {
        margin: -20px 0 0;
    }

    .account-address #form-address-2 .text-right {
        display: grid;
        row-gap: 10px;
    }

    .account-address .btn-info {
        margin-bottom: 10px;
    }

    .account-address .section-title {
        margin-bottom: 16px;
    }

    .common-home .article {
        padding-bottom: 0;
    }

    .account-simpleedit .section-btn span {
        display: block;
    }
    /* Category info */
    .category-info h2 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .category-product-block-current-price {
        font-size: 14px;
    }
    .about__img {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    /* Single product */
    .product-sliders2 .product__item-slide,
    .product__items-gallery{
        padding: 0;
    }

    .product__item-slide {
        border: none;
        height: auto;
        max-height: fit-content;
    }
    .product-sliders2 .product__item-slide .product-slide-img,
    .product-sliders2 .product__item-slide {
        max-width: 100%;
        max-height: initial;
        height: auto;
    }
    .product-sliders2 .product__item-slide .product-slide-img {
        height: 100%;
    }
    .product-sliders2 .product__item-slide {
        max-height: initial;
        height: 49vh;
    }
    .product__item-slide img {
        height: 100%;
        object-fit: cover;
    }
    .product .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 2px;
    }
    .product-sliders2 {
        padding: 0 0 20px;
        max-height: initial;
    }
    .product__items-gallery {
        max-height: initial;
        max-width: 100%;
    }
    .product__title {
        margin: 21px 0;
    }
    .product__information-art {
        margin: 24px 0;
        padding-bottom: 10px;
    }
    .product__information-code {
        padding-bottom: 26px;
    }

    .cart-modal {
        height: 100dvh;
    }

}

/** Cheaper together **/

#prd-sets.sets {
    background: #F4F7FC;
    position: relative;
}
#prd-sets .sets-slider {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

#prd-sets h3 {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}

#prd-sets .set_table {
    border: 1px solid #87B6F9;
    background-color: #EBF3FE;
    border-radius: 20px;
    width: calc(100% - 24px);
    padding: 32px;
    max-width: 1231px;
    margin: 0 auto;
    grid-gap: 32px;
}

#prd-sets .swiper-button-next,
#prd-sets .swiper-button-prev {
    width: 56px;
    height: 56px;
    background-size: 30px 30px;
    background-color: #fff;
    border-radius: 50%;
    top: calc(50% + 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    outline: 0;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    margin-top: -24px;
}

#prd-sets .swiper-button-next:hover, #prd-sets .swiper-button-prev:hover {
    -webkit-box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
    box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
}

#prd-sets .swiper-button-prev {
    background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/arrow-prev.png");
    left: 0;
}

#prd-sets .swiper-button-next {
    background-image: url("https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/arrow-next.png");
    right: 0;
}

#prd-sets .set-product, #prd-sets .set-total {
    background: transparent;
    height: auto;
    max-width: 100%;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#prd-sets .set-total {
    max-width: 210px;
    margin-left: auto;
}

#prd-sets .set-product {
    display: grid;
    grid-template-columns: minmax(160px, 187px) 1fr;
    column-gap: 16px;
    grid-auto-flow: dense;
    margin: 0;
}
#prd-sets .set .disc,
#prd-sets .set-total .economy {
    position: relative;
    padding: 6px 12px;
    display: flex;
    background-color: #DB4E50;
    border-radius: 20px;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    height: fit-content;
    max-width: fit-content;
}

#prd-sets .set .disc:before {
    content: '-';
    display: block;
}

#prd-sets .set-total .economy_val {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

#prd-sets  .set-total .economy {
    margin: 0;
}

#prd-sets .set-total .new_summ,
#prd-sets .price,
#prd-sets .caption h4 {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
}

#prd-sets .caption h4 {
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    font-weight: 400;
}

#prd-sets .set-total .new_summ {
    font-size: 24px;
    color: #383838;
}

#prd-sets .add-set-btn {
    padding: 12px 8px;
    max-width: 274px;
    color: #fff;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid transparent;
    background-color: #87B6F9;
    border-radius: 30px;
    display: block;
}

#prd-sets .add-set-btn:hover {
    background-color: #fff;
    color: #87B6F9;
    border-color: #87B6F9;
}

#prd-sets .set-product .image {
    max-height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    margin: 0;
    grid-column: 1;
    grid-row: 1/4;
}
#prd-sets .set-product .image a {
    display: flex;
    width: 100%;
    height: 100%;
}

#prd-sets .set-product .image img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#prd-sets .ao,
#prd-sets .set-product .caption {
    padding: 0;
}
#prd-sets .ao span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    border: 1px solid #B7BAC2;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 0;
}

#prd-sets .ao span:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 16L5 16' stroke='%2387B6F9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 8H19' stroke='%2387B6F9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#prd-sets .plus span:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19' stroke='%2387B6F9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='%2387B6F9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 1220px){
    #prd-sets .set_table {
        padding: 20px;
        grid-gap: 16px;
    }
    #prd-sets .set-product {
        grid-template-columns: minmax(140px, 148px) 1fr;
        column-gap: 8px;
    }
}
@media screen and (max-width: 1024px){
    #prd-sets .set_table {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #prd-sets .set-product {
        border-radius: 20px;
    }
    #prd-sets .caption h4 {
        font-size: 16px;
        height: 48px;
    }
    #prd-sets .set-total {
        display: grid;
        grid-template-columns: 40% 58%;
        grid-auto-flow: dense;
        grid-gap: 15px;
        border-radius: 0;
        padding: 16px 0 0;
        max-width: 100%;
        grid-column: 1/-1;
    }
    #prd-sets .set-total:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% + 16px);
        height: 1px;
        background-color: #DBE3F0;
    }
    #prd-sets .set-total .clearfix {
        display: none;
    }
    #prd-sets .ao {
        display: none;
    }
    #prd-sets .plus span {
        margin: 0;
    }
    #prd-sets .plus {
        display: flex;
        position: absolute;
        left: 50%;
        top: 42%;
        transform: translateX(-50%);
        z-index: 2;
    }
    #prd-sets .set-total .new_summ {
        margin: 0;
        grid-area: 2/1;
    }
    #prd-sets .add-set-btn {
        margin: 0;
        grid-row: 1/3;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #prd-sets .set-total {
        grid-template-columns: 47% 50%;
        grid-gap: 8px;
    }
    #prd-sets h3 {
        margin-bottom: 16px;
    }
    #prd-sets .set_table {
        padding: 8px;
        border: 1px solid #B7BAC233;
    }
    #prd-sets .set-product {
        background-color: #fff;
        border: 1px solid #B7BAC233;
        grid-template-columns: 1fr;
        grid-template-rows: 153px 1fr;
    }
    #prd-sets .set-product .image {
        border-radius: 20px 20px 0 20px;
    }
    #prd-sets .set .disc {
        position: absolute;
        top: 8px;
        left: 8px;
    }
    #prd-sets .caption h4 {
        font-size: 14px;
        height: 40px;
        margin: 8px 0;
    }
    #prd-sets .set-total .new_summ, #prd-sets .price {
        font-size: 18px;
    }
     #prd-sets .set-product .caption {
        padding: 8px;
    }
    #prd-sets .add-set-btn {
        padding: 10px 4px;
    }
    #prd-sets .swiper-button-next, #prd-sets .swiper-button-prev {
        width: 50px;
        height: 50px;
        border: 1px solid #93c5ff;
        top: calc(50% - 42px);
    }
    .set {
        padding: 32px 0;
    }
    #prd-sets .plus {
        top: 38%;
    }
}

/* Jet Cache: catalog/view/javascript/select2.min.css */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* Jet Cache: catalog/view/theme/chide/assets/css/checkout.css */
#common-success .buttons {
    margin: 25px 0;
}

.simplecheckout .simplecheckout-cart thead {
    display: none;
}

.simplecheckout #simplecheckout_customer, #simplecheckout_cart, .delivery_holder, .payment_holder {
    background: #F4F8FD;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 20px;
}

.simple-content .checkout-heading {
    background-color: transparent !important;
    border: none !important;
}

.simplecheckout .simplecheckout-cart {
    border: none;
}

.simple-content .table-responsive {
    overflow: hidden;
}

.simplecheckout .checkout-heading.panel-heading {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 18px;
    color: #2F2A32;
    margin-bottom: 24px;
    padding: 0;
}

/** Header Checkout **/

.nacked-header .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8EDF4;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.nacked-header .header__connect {
    flex-direction: column;
}

.nacked-header .simplecheckout .simplecheckout-step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(600px, 850px) minmax(328px, 410px);
    gap: 30px;
}

.nacked-header .simplecheckout-left-column {
    width: 100%;
    max-width: 850px;
    float: none;
    margin: 0 !important;
}

.nacked-header .simplecheckout-right-column {
    width: 100%;
    max-width: 410px;
    align-self: flex-start;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 20px;
    position: sticky;
    top: 10px;
    right: 0;
}

.nacked-header .simplecheckout-cart-total {
    padding: 0;
    border: none;
}

.nacked-header .simple-content .control-label {
    display: none !important;
}

.nacked-header .simple-content fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.nacked-header .simple-content {
    margin: 0;
}

.nacked-header h1, .nacked-header .simple-content {
    padding: 0 15px;
}

.nacked-header h1 {
    font-size: 32px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    color: #383838;
    margin-bottom: 24px;
}

.nacked-header .simplecheckout-block-content {
    padding: 0;
}

.nacked-header .simplecheckout-block {
    padding: 24px;
}

.nacked-header .form-group {
    margin: 0;
    width: 48%;
}

.nacked-header .row-shipping_address_samovivoz_addr,
.nacked-header .row-customer_firstname,
.nacked-header .row-customer_lastname,
.nacked-header .row-customer_email,
.nacked-header .row-customer_telephone {
    width: 100%;
}

.nacked-header .form-group .col-sm-8, .nacked-header .form-group .col-sm-4 {
    flex: initial !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

/** Date Customer **/

.nacked-header .simplecheckout .form-control {
    padding: 14px 24px;
    max-width: 389px;
    height: 52px;
    background-color: #fff;
    color: #383838;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 30px;
    font-family: "Circe-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    display: inline-block;
    width: 100%;
}

.nacked-header .simplecheckout textarea.form-control {
    max-width: 100%;
}

.nacked-header .simplecheckout .form-control::placeholder, .nacked-header .simplecheckout .delivery_holder .form-control {
    color: #A0A5B0;
}

/** Order **/
.nacked-header .checkout-heading-button {
    display: none !important;
}

.nacked-header .simplecheckout .simplecheckout-cart {
    width: 100%;
    display: flex;
}

.simplecheckout tbody {
    width: 100%;
}

.nacked-header .simplecheckout-cart tr {
    display: grid;
    grid-template-columns: minmax(120px, 127px) minmax(180px, 187px) minmax(57px, 1fr)  minmax(120px, 122px) minmax(90px, 1fr) 45px;
    gap: 18px;
    align-items: center;
}

.nacked-header .simplecheckout-cart tr:not(:last-child) {
    margin-bottom: 24px;
}

.nacked-header .simplecheckout-cart td {
    padding: 0;
    border: none;
}

.nacked-header .simplecheckout-cart td span {
    font-size: 14px;
    color: #A0A5B0 !important;
    font-family: "Circe-Regular", sans-serif;
    font-weight: 400;
}

.nacked-header .simplecheckout-cart .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    order: 1;
}

.nacked-header .simplecheckout-cart .name {
    font-family: "MontserratAlternates-Bold", sans-serif;
    color: #2F2A32;
    text-align: left;
    order: 2;
}

.nacked-header .simplecheckout-cart .quantity {
    order: 4;
}

.nacked-header .simplecheckout-cart .quantity .placeholder-label {
    display: none;
}

.nacked-header .simplecheckout-cart .quantity .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 2px;
    max-width: 122px;
    height: 44px;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 40px;
    overflow: hidden;
}

.nacked-header #simplecheckout_cart .quantity .form-control {
    display: flex !important;
    text-align: center;
    width: 30px;
    height: auto;
    min-width: auto;
    padding: 0;
    color: #A0A5B0;
    font-family: "Circe-Bold", sans-serif;
    border: none;
}

.nacked-header #simplecheckout_cart .quantity .input-group-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.nacked-header #simplecheckout_cart .quantity .btn-primary:hover {
    background-color: #87B6F9;
}

.nacked-header #simplecheckout_cart .quantity .btn-primary:hover:after,
.nacked-header #simplecheckout_cart .quantity .btn-primary:hover:before {
    background-color: #fff;
}

.nacked-header #simplecheckout_cart .quantity .btn-primary {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: none;
    position: relative;
    background-color: #fff;
}

.nacked-header #simplecheckout_cart .quantity .btn-primary .fa {
    display: none;
}

.nacked-header #simplecheckout_cart .quantity .btn-primary:after,
.nacked-header #simplecheckout_cart .quantity .btn-primary:before {
    content: "";
    display: block;
    background-color: #87B6F9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
}

.nacked-header #simplecheckout_cart .quantity .input-group-btn:nth-child(1) .btn-primary:after {
    height: 2px;
    width: 14px;
}

.nacked-header #simplecheckout_cart .quantity .input-group-btn:last-child .btn-primary:before {
    height: 14px;
    width: 2px;
}

.nacked-header #simplecheckout_cart .quantity .input-group-btn:last-child .btn-primary:after {
    height: 2px;
    width: 14px;
}

.nacked-header .simplecheckout-cart .price, .nacked-header .simplecheckout-cart .total {
    display: flex !important;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nacked-header .simplecheckout-cart td.price {
    order: 3;
    font-family: "MontserratAlternates-Regular", sans-serif;
}

.nacked-header .simplecheckout-cart td.total {
    order: 5;
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 16px;
}

.nacked-header .simplecheckout-cart td.remove {
    order: 6;
    padding: 0;
    width: max-content;
}

.nacked-header .simplecheckout-cart .remove button {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #E8EDF4;
}

.nacked-header .simplecheckout-cart .remove button:hover {
    border-color: #DB4E50;
}

.nacked-header .simplecheckout-cart .remove button:hover svg path {
    stroke: #DB4E50;
    opacity: 1;
}

.nacked-header .simplecheckout-cart .remove button:hover svg g {
    opacity: 1;
}

/** Delivery **/
.nacked-header .delivery_holder {
    margin-bottom: 20px;
}

.nacked-header .delivery_holder .simplecheckout-block {
    margin-bottom: 0;
}

.nacked-header .delivery_holder .simplecheckout-block-content, .nacked-header .payment_holder .simplecheckout-block-content {
    display: grid;
    gap: 24px;
    justify-items: flex-start;
    position: relative;
}

.nacked-header .delivery_holder #simplecheckout_shipping label,
.nacked-header .payment_holder label,
.row-register_newsletter .radio label,
.account-newsletter label, .account-return-add label {
    display: grid !important;
    grid-template-columns: 20px auto;
    gap: 16px;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nacked-header .delivery_holder label input, .nacked-header .payment_holder label input,
.row-register_newsletter .radio label input,
.account-newsletter label input, .account-return-add label input {
    display: block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #A0A5B0;
    border-radius: 50%;
}

.nacked-header .delivery_holder label input::before,
.nacked-header .payment_holder label input:before,
.row-register_newsletter .radio label input:before,
.account-newsletter label input:before,
.account-return-add label input:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.nacked-header .delivery_holder label input:checked::before, .nacked-header .payment_holder label input:checked:before,.account-newsletter label input:checked:before,
.row-register_newsletter .radio label input:checked::before, .account-return-add label input:checked:before {
    background-color: #87B6F9;
}

.nacked-header .delivery_holder label input:checked, .nacked-header .payment_holder label input:checked,
.row-register_newsletter .radio label input:checked, .account-newsletter label input:checked,
.account-return-add label input:checked {
    border-color: #87B6F9;
}

.nacked-header .delivery_holder label input:disabled, .nacked-header .payment_holder label input:disabled {
    color: #F4F8FD;
    background-color: #F4F8FD;
}

.account-newsletter label, .account-return-add label {
    justify-content: flex-start;
}
.account-return-add label, .account-return-add .col-sm-10 {
    padding: 0;
}

/** Maps **/
.nacked-header .delivery_holder #simplecheckout_shipping_address label {
    display: grid !important;
    max-width: 100%;
    margin-bottom: 16px;
    position: relative;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address input {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: -1;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address .row-shipping_address_zone_id label,
.nacked-header .delivery_holder #simplecheckout_shipping_address .row-shipping_address_city label,
.nacked-header .delivery_holder #simplecheckout_shipping_address .row-shipping_address_np_office label {
    display: none!important;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address input:checked ~ .pickup-module {
    border-color: #87B6F9;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address fieldset {
    display: flex;
    flex-wrap: wrap;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address .pickup-module {
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    border: 2px solid rgba(183, 186, 194, 0.2);
    border-radius: 20px;
    padding: 8px;
    display: grid;
    grid-template-columns: 276px 1fr;
    grid-template-rows: repeat(3, minmax(24px, 1fr));
    column-gap: 24px;
    align-items: center;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address .pickup-module:not(:last-child) {
    margin-bottom: 16px;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address .simplecheckout-block-content {
    display: block;
}

.nacked-header .delivery_holder .pickup_img {
    display: flex;
    justify-content: center;
    width: 276px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    grid-area: 1/1/-1;
}

/*.nacked-header .simplecheckout .delivery_holder .form-control {
    width: 367px;
}*/

.nacked-header .delivery_holder .pickup_img img {
    object-fit: cover;
}

.nacked-header .delivery_holder .pickup_address {
    grid-area: 1/2;
}

.nacked-header .delivery_holder .pickup_phone {
    grid-area: 2/2;
}

.nacked-header .delivery_holder .pickup_time {
    grid-area: 3/2;
}

.nacked-header .delivery_holder .pickup_time_timetable {
    color: #A0A5B0;
    font-size: 14px;
}

.nacked-header .delivery_holder .pickup_time_days {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 340px;
}

.nacked-header .delivery_holder .timetable_weekdays span, .nacked-header .delivery_holder .timetable_weekend span {
    font-family: 'Circe-Bold', sans-serif;
}

.nacked-header .delivery_holder select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('https://dev.chide.com.ua/catalog/view/theme/chide/assets/img/svg/select-down.svg') 94% / 15px no-repeat #EEE;
}

.nacked-header .delivery_holder select::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}

.nacked-header .simplecheckout .delivery_holder .form-control {
    padding-right: 36px;
}

/** Placeholder form input **/

.simplecheckout .col-sm-8 {
    position: relative;
}

.simplecheckout .placeholder-label {
    position: absolute;
    display: block;
    pointer-events: none;
    left: 24px;
    top: 12px;
    font-size: 16px;
    color: #A0A5B0;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    z-index: 1;
}

.simplecheckout input:focus ~ .placeholder-label,
.simplecheckout input:not(:placeholder-shown) ~ .placeholder-label,
.simplecheckout textarea:focus ~ .placeholder-label,
.simplecheckout textarea:not(:placeholder-shown) ~ .placeholder-label {
    top: 0;
    bottom: 0;
    font-size: 12px;
    opacity: 1;
}

.simplecheckout input[type='tel'], .simplecheckout input[type='text'], .simplecheckout input[type='password'], .simplecheckout input[type='email'], .simplecheckout textarea {
    padding: 14px 8px 8px 24px;
    height: 48px;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 30px;
    font-family: "Circe-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    color: #383838;
}

.simplecheckout input[type='tel']::-webkit-input-placeholder, .simplecheckout input[type='text']::-webkit-input-placeholder, .simplecheckout input[type='password']::-webkit-input-placeholder, .simplecheckout input[type='email']::-webkit-input-placeholder, .simplecheckout textarea::-webkit-input-placeholder {
    color: #A0A5B0;
}

.simplecheckout input[type='tel']::-moz-placeholder, .simplecheckout input[type='text']::-moz-placeholder, .simplecheckout input[type='password']::-moz-placeholder, .simplecheckout input[type='email']::-moz-placeholder, .simplecheckout textarea::-moz-placeholder {
    color: #A0A5B0;
}

.simplecheckout input[type='tel']::-ms-input-placeholder, .simplecheckout input[type='text']::-ms-input-placeholder, .simplecheckout input[type='password']::-ms-input-placeholder, .simplecheckout input[type='email']::-ms-input-placeholder, .simplecheckout textarea::-ms-input-placeholder {
    color: #A0A5B0;
}

.simplecheckout input[type='tel']::placeholder, .simplecheckout input[type='text']::placeholder, .simplecheckout input[type='password']::placeholder, .simplecheckout input[type='email']::placeholder, .simplecheckout textarea::placeholder {
    color: #A0A5B0;
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0
) {
    .simplecheckout .delivery_holder select {
        background: none \9;
        padding: 5px \9;
    }
}

/** Payment **/

.nacked-header .payment_holder .simplecheckout-block {
    margin-bottom: 0;
}

.nacked-header .simplecheckout-right-column .simplecheckout-cart-total {
    padding: 0 24px;
}

.nacked-header .payment_holder #simplecheckout_payment .nacked-header .delivery_holder #simplecheckout_shipping {
    padding-bottom: 16px;
}

.nacked-header .payment_holder #simplecheckout_comment, .nacked-header .delivery_holder #simplecheckout_shipping_address {
    padding-top: 0;
}

/**** Right column  ****/
.nacked-header .simplecheckout-right-column .simplecheckout-block {
    padding: 24px 0;
}

.nacked-header .simplecheckout-right-column .simplecheckout-warning-block {
    border-radius: 20px;
}

.nacked-header .simplecheckout-right-column .inputs {
    display: grid;
    grid-template-columns: 1fr 76px;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    justify-items: stretch;
    margin-bottom: 16px;
}
.nacked-header .delivery_holder #simplecheckout_shipping_address .row-shipping_address_address_id label.control-label  {
    display: none!important;
}

.nacked-header .simplecheckout-right-column .inputs_input {
    position: relative;
    display: none;
    justify-content: stretch;
    width: 100%;
    align-items: center;
    grid-area: 2/1/2/-1;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
}

.nacked-header .simplecheckout-right-column .inputs_input.show {
    visibility: visible;
    opacity: 1;
    display: flex;
}
.simplecheckout .inputs_input .placeholder-label:nth-child(2) {
    display: none;
}
.nacked-header .simplecheckout-right-column .inputs_input_ok {
    position: absolute;
    right: 4px;
    padding: 10px 20px;
    width: 65px;
    height: 44px;
    color: #fff;
    background-color: #87B6F9;
    border-radius: 30px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    z-index: 2;
}

.nacked-header .simplecheckout-right-column .inputs_name {
    font-family: "Circe-Bold", sans-serif;
    text-align: left;
}

.nacked-header .simplecheckout-right-column a {
    color: #87B6F9;
}

.nacked-header .simplecheckout-right-column .total-text {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 18px;
    text-align: left;
    margin: 16px 0;
    padding: 0 24px;
}

.nacked-header .simplecheckout-right-column #total_sub_total,
.nacked-header .simplecheckout-right-column #total_shipping,
.nacked-header .simplecheckout-right-column #total_total {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.nacked-header .simplecheckout-right-column .simplecheckout-cart-total-remove {
    position: absolute;
    right: 0;
}

.nacked-header .simplecheckout-right-column .simplecheckout-cart-total-value {
    margin: auto 0 0 auto;
}

.nacked-header .simplecheckout-right-column #total_sub_total *,
.nacked-header .simplecheckout-right-column #total_shipping * {
    font-family: "Circe-Regular", sans-serif;
    font-weight: 400;
}

.nacked-header .simplecheckout-right-column #total_sub_total span:nth-child(2),
.nacked-header .simplecheckout-right-column #total_shipping span:nth-child(2) {
    font-family: "MontserratAlternates-SemiBold", sans-serif;
}

.nacked-header .simplecheckout-right-column #total_sub_total {
    margin-bottom: 8px;
}

.nacked-header .simplecheckout-right-column #total_shipping {
    margin-bottom: 24px;
}

.nacked-header .simplecheckout-right-column #total_total {
    background-color: #F4F8FD;
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 18px;
    padding: 16px 24px;
}

.nacked-header .simplecheckout-right-column .simplecheckout-cart-buttons {
    display: none;
}

.nacked-header .simple-content .buttons {
    margin: 10px 0;
    padding: 10px 0;
    min-width: 300px;
}

.nacked-header .simplecheckout-button-right {
    float: initial;
    display: flex;
    justify-content: flex-end;
}

.simplecheckout-button-right .section-btn {
    max-width: 362px;
}

/** Success page **/

.nacked-header .checkout-success .main-title,
.checkout-success .sub-title,
.checkout-success .number-order ,.checkout-success .number-sum {
    text-align: center;
}
.nacked-header .checkout-success .sub-title {
    font-family: "MontserratAlternates-Regular", sans-serif;
    font-size: 32px;
    margin-bottom: 24px;
}
.nacked-header .checkout-success .number-order {
    margin-bottom: 16px;
}
.nacked-header .checkout-success .number-sum {
    font-family: "Circe-Bold", sans-serif;
    margin-bottom: 32px;
}
.nacked-header .checkout-success .number-sum span {
    color: #A0A5B0;
    font-family: "Circe-Regular", sans-serif;
}

.nacked-header .checkout-success .simplecheckout-cart {
    background-color: #F4F8FD;
   /* border: 1px solid rgba(183, 186, 194, 0.2);*/
    border-radius: 20px;
    overflow: hidden;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}

.nacked-header .checkout-success .simplecheckout-cart tbody {
    display: grid;
    row-gap: 24px;
    padding: 24px;
}

.nacked-header .checkout-success .simplecheckout-cart tr {
    grid-template-columns: 127px minmax(250px, 399px) minmax(85px, 1fr) 1fr 1fr;
    align-items: center;
}

.nacked-header .checkout-success .success-button {
    max-width: 300px;
    margin: 40px auto 80px;
}

.nacked-header .checkout-success .simplecheckout-cart .quantity {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.nacked-header .checkout-success .simplecheckout-cart td.price div{
    order: 3;
    font-family: "MontserratAlternates-Bold", sans-serif;
}


@media (max-width: 1280px) {
    .nacked-header .simplecheckout .simplecheckout-step {
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .nacked-header .header__connect {
        width: auto;
    }
    .nacked-header .simplecheckout-cart tr {
        display: grid;
        grid-template-columns: minmax(100px, 120px) minmax(170px, 180px) minmax(120px, 1fr) 45px;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 10px;
        align-items: center;
    }

    .nacked-header .simplecheckout-cart td.image {
        grid-area: 1/1/-1;
        align-self: center;
    }

    .nacked-header .simplecheckout-cart .name {
        order: 2;
        grid-area: 1/2/-1;
        align-self: center;
    }

    .nacked-header .simplecheckout-cart td.price {
        order: initial;
        grid-area: 1/3;
    }

    .nacked-header .simplecheckout-cart .quantity {
        order: initial;
        grid-area: 2/3;
    }

    .nacked-header .simplecheckout-cart td.total {
        order: initial;
        grid-area: 3/3;
    }

    .nacked-header .simplecheckout-cart td.remove {
        order: initial;
        grid-area: 2/4;
    }

    .nacked-header .simplecheckout-right-column {
        max-width: 328px !important;
    }
    .nacked-header .simplecheckout .delivery_holder .form-control {
        width: 100%;
    }

    /** Success page **/
    .nacked-header .checkout-success .simplecheckout-cart tr {
        grid-template-columns: 127px minmax(160px, 260px) minmax(85px, 1fr) 1fr 1fr;
        grid-template-rows: auto;
    }
    .nacked-header .checkout-success .simplecheckout-cart td.price {
        order: initial;
        grid-area: 1/4;
    }
    .nacked-header .checkout-success .simplecheckout-cart .quantity {
        grid-area: 1/3;
    }
    .nacked-header .checkout-success .simplecheckout-cart td.total {
        order: initial;
        grid-area: 1/5;
    }

}

@media (max-width: 992px) {

    .nacked-header .header__wrapper {
        margin: 0;
        border: none;
    }

    .nacked-header .header__connect {
        display: block;
    }

    .nacked-header .simplecheckout .simplecheckout-step {
        grid-template-columns: 1fr;
    }

    .nacked-header .simplecheckout-right-column {
        max-width: 410px !important;
    }

    .nacked-header .simplecheckout-cart tr {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .nacked-header .simplecheckout-button-right {
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .nacked-header .header img {
        width: 48px;
        height: 48px;
    }
    .nacked-header .form-group {
        margin: 0;
        width: 100%;
    }
    .nacked-header .simplecheckout-right-column {
        max-width: 100% !important;
    }

    .nacked-header .simple-content fieldset {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .nacked-header .simplecheckout .form-control {
        max-width: 100%;
    }

    .nacked-header .delivery_holder #simplecheckout_shipping_address .pickup-module {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .nacked-header .delivery_holder .pickup_img {
        display: block;
        width: 100%;
        height: 160px;
    }

    .nacked-header .delivery_holder .pickup_address,
    .nacked-header .delivery_holder .pickup_phone,
    .nacked-header .delivery_holder .pickup_time {
        grid-area: initial;
    }

    /** Success page **/
    .nacked-header .checkout-success .simplecheckout-cart tr {
        grid-template-columns: minmax(100px, 126px) 1fr;
        grid-template-rows: 1fr repeat(3, 24px);
        gap: 10px;
    }

    .nacked-header  .checkout-success  .simplecheckout-cart td.image {
        grid-area: 1/1/-1;
        align-self: flex-start;
    }

    .nacked-header .checkout-success .simplecheckout-cart .name {
        grid-area: 1/2;
        align-self: flex-start;
    }

    .nacked-header .checkout-success .simplecheckout-cart .quantity,
    .nacked-header .checkout-success .simplecheckout-cart td.price,
    .nacked-header .checkout-success .simplecheckout-cart td.total {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .nacked-header .checkout-success .simplecheckout-cart .quantity {
        grid-area: 2/2;
    }

    .nacked-header .checkout-success .simplecheckout-cart td.price {
        order: initial;
        grid-area: 3/2;
    }
    .nacked-header .checkout-success .simplecheckout-cart td.total {
        order: initial;
        grid-area: 4/2;
    }
}

@media only screen and (max-width: 640px) {
    .nacked-header #simplecheckout_cart .quantity .btn-primary, .nacked-header .simplecheckout-cart td.image {
        display: block !important;
    }

    .simplecheckout-cart td.name div.image {
        display: none !important;
    }
}

@media (max-width: 576px) {

    .nacked-header .header__connect {
        display: none;
    }
    .nacked-header .header__wrapper {
        display: grid;
        grid-template-columns:  1fr 1fr 1fr;
        padding-bottom: 0;
    }
    .nacked-header img {
        grid-area: 1/2;
    }

    .nacked-header .safe-buy {
        grid-area: 1/3;
        display: flex;
    }

    .nacked-header .safe-buy svg {
        margin: 10px;
    }
    .nacked-header h1, .nacked-header .simple-content {
        padding: 0;
    }

    .nacked-header .simplecheckout-block {
        padding: 15px;
    }

    .nacked-header h1 {
        padding: 0 15px;
        font-size: 24px;
        text-align: center;
    }

    .nacked-header .delivery_holder .pickup_img img {
        height: 100%;
        width: 100%;
    }

    .simplecheckout #simplecheckout_customer, #simplecheckout_cart, .delivery_holder, .payment_holder {
        border-radius: 0;
    }

    .simple-content .button, #simplecheckout_login .button {
        max-width: 100%;
    }

    .nacked-header .simplecheckout-cart tr {
        grid-template-columns: minmax(96px, 100px) minmax(122px, 1fr) 1fr 45px;
        grid-template-rows: 1fr 46px 46px;
    }

    .nacked-header .simplecheckout-cart td.image {
        grid-area: 1/1/-1;
        align-self: flex-start;
    }

    .nacked-header .simplecheckout-cart td.name {
        order: initial;
        grid-area: 1/2/1/4;
        align-self: center;
    }

    .nacked-header .simplecheckout-cart td.price {
        grid-area: 2/2/2/4;
        flex-direction: row;
        max-width: 122px;
        flex-wrap: wrap;
    }

    .nacked-header .simplecheckout-cart td.price span {
        margin-right: 10px;
    }

    .nacked-header .simplecheckout-cart .quantity {
        grid-area: 3/2;
        max-width: 122px;
        margin: 0 auto;
    }

    .nacked-header .simplecheckout-cart td.remove {
        grid-area: 1/4;
        justify-self: center;
    }

    .nacked-header .simplecheckout-cart td.total {
        order: initial;
        grid-area: 3/3/3/-1;
        justify-self: center;
    }

    .simplecheckout-button-block .section-btn span {
        display: block;
    }
    .nacked-header .simple-content .buttons {
        margin: 10px;
        padding: 10px;
    }

    /** Success  pages**/
    .nacked-header h1 {
        margin-bottom: 10px;
    }
    .nacked-header .checkout-success .sub-title {
        font-size: 20px;
    }
    .nacked-header .checkout-success .number-order {
        margin-bottom: 8px;
    }

    .nacked-header .checkout-success .simplecheckout-cart tr {
        grid-template-columns: minmax(95px, 100px) 1fr;
    }

    .nacked-header .checkout-success .simplecheckout-cart td.price,
    .nacked-header .checkout-success .simplecheckout-cart .quantity {
        max-width: 100%;
    }
    .nacked-header .checkout-success .success-button {
        max-width: 345px;
        margin: 20px auto 40px;
    }
}

#simplecheckout_shipping .pickup-price {
    display: none;
}

.simplecheckout-cart .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}




/* Jet Cache: catalog/view/javascript/jquery/magnific/magnific-popup.css */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Jet Cache: catalog/view/javascript/jquery/datetimepicker/bootstrap-datetimepicker.min.css */
/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999!important;border-radius:4px}.bootstrap-datetimepicker-widget.timepicker-sbs{width:600px}.bootstrap-datetimepicker-widget.bottom:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:7px}.bootstrap-datetimepicker-widget.bottom:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:8px}.bootstrap-datetimepicker-widget.top:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.top:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget .dow{width:14.2857%}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget td.cw{font-size:10px;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#777}.bootstrap-datetimepicker-widget td.today{position:relative}.bootstrap-datetimepicker-widget td.today:before{content:'';display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #428bca;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td span.old{color:#777}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget th.picker-switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0!important}@media screen and (max-width:767px){.bootstrap-datetimepicker-widget.timepicker-sbs{width:283px}}
/* Jet Cache: catalog/view/javascript/sets/style.css */
.sets {
  --color1: #f60;
  --color2: #71be00;
}

.set .timer {
    font-size: 20px;
    background-color: #cc0000;
    padding: 10px 20px;
    color: white;
    margin: 15px;
    display: none;
}

.sets h3 {
    text-align: center;
}

#prd-sets {
    background: transparent;
    display: none;
    margin: 10px auto;
    width: 100%;
    padding: 0;
    text-align: center;
}


.sets .set-product {
    border: 1px solid #ddd;
}

.sets .set-product .caption {
    padding: 0 10px;
}
.sets .set-product .image {
    margin-top: 10px;
}
.sets .set-product .image img {
    max-height: 150px;
    width: auto;
}

.sets .set-product, .sets .set-total
{
    border-radius: 5px;
    background: white;
    flex: 1 1 0;
    height: 290px;
    max-width: 220px;
    position: relative;
    min-width: 150px;
    margin: 5px;
    vertical-align: middle;
/*    -webkit-box-shadow: 3px 3px 20px 0px rgba(191,191,191,1);
    -moz-box-shadow: 3px 3px 20px 0px rgba(191,191,191,1);
    box-shadow: 3px 3px 20px 0px rgba(191,191,191,1);*/
}
.sets .setv .set-product,
.sets .setv .set-total
{
    max-width: 100%;
    flex: 0 0 100%;
}
.sets .set-total {
    border: 2px solid var(--color1);
    padding: 65px 10px;
}

.sets .set-total .economy {
    font-size: 16px;
    color: var(--color2);
}
.sets .set-total .economy_val {
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    color: var(--color2);
}
.sets .set-product .price-new {
    font-weight: 700;
    font-size: 16px;
    color: var(--color1);
    white-space: nowrap;
}
.sets .set-total .new_summ {
    color: var(--color1);
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
    white-space: nowrap;
}

.sets .set-product .price-old {
    text-decoration: line-through;
    color: #b3b3b3;
    font-size: 12px;
}

.sets .set .disc {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 6px 4px 10px;
    background-color: var(--color1);
    border-radius: 5px 0 5px 0;
    color: white;
}
.sets .set .quantity {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 6px;
    background-color: var(--color2);
    border-radius: 0 5px 0 5px;
    color: white;
}
.add-set-btn {
    background: var(--color1);
    border: none;
    margin: 15px auto 10px auto;
}
.sets .img-responsive {
    max-width: 100%;
    margin: 0 auto;
}

.sets .set_table {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
.sets .set-product h4 {
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .sets .set-total .economy {
        font-size: 14px;
    }
    .sets .set-total .economy_val {
        font-size: 16px;
    }
    .sets .new_summ {
        font-size: 17px;
    }
    .sets .set-product .price-old {
        font-size: 13px;
    }
    .sets .set-product .price-new {
        font-size: 15px;
    }
    .sets .set-product h4 {
        font-size: 14px;
        line-height: 18px;
        height: 54px;

    }
    .sets .set-product, .sets .set-total {

        height: 220px;
    }

    .sets .set-total {
        padding: 35px 10px;
    }
    .sets .set-product .image img {
        max-height: 70px;
        width: auto;
    }
    .sets .ao {
        display: none;
    }
}
.kjincluded {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0!important;
    z-index: 9;
}
.sets .set-product .open-options {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0!important;
}
.sets .ao
{
    padding: 0 10px;
}
.sets .ao span {
    background: #bbb;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: table;
    font-size: 25px;
    font-weight: 700;
    margin: 10px auto;
    color: white;
}
.mymargin {
    margin-top: 30px;
}
/*.hidden {
    display: none;
}*/
#prd-sets {
    box-shadow: none;
    border: none;
}
#prd-sets table td {
    vertical-align: middle;
}
#prd-sets .owl-wrapper-outer
{
    border: none;
    box-shadow: none;
}
.series-options-modal .discounts, 
.series-options-modal input[name="quantity"]
{
    display: none!important;
}
.sets .out-stock
{
    filter: grayscale(100%);
}

#prd-sets .swiper-viewport
{
    box-shadow: none;
}
