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

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          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", 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

abbr[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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-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: -webkit-box;
  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;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          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;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

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

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

.table-sm td, .table-sm th {
  padding: 0.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, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 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, 0.075);
}

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

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

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

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

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

.table-dark 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, 0.05);
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.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 + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-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: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-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;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

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

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

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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu[x-placement^=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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          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: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-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: 0.5625rem;
  padding-left: 0.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: 0.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-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: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-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 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  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(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.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: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-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-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  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: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=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: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.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: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-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-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
      transform: translateX(0.75rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav-link: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-item {
  margin-bottom: -1px;
}

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

.nav-tabs .nav-link: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: 0.25rem;
}

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 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: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-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-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-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-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-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-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-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-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-nav .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, 0.9);
}

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

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

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

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

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 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, 0.5);
}

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

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

.navbar-dark .navbar-nav .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, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            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: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            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: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    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: 0.6em;
  padding-left: 0.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.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: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

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

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

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

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

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

.list-group-flush:last-child .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: 0.5;
}

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

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

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

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

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

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

.toast.showing {
  opacity: 1;
}

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

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-box;
  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: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

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

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-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: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

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

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

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.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: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

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

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

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

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.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 0.4rem 0.4rem;
  border-bottom-color: #000;
}

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

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

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

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

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

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

.popover .arrow::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: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    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%);
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    -webkit-transition: none;
    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: 0.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: no-repeat 50%/100% 100%;
}

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

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

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

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          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: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

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

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary: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: 0.2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 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;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-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;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
  }
}
.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: 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: sticky) {
  .sticky-top {
    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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.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, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-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;
    -webkit-box-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;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: 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;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-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 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-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;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 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: 0.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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%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: 0.3s opacity;
  transition: 0.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(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.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(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.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: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.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: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 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, 0.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, 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, 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, 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: -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;
}

.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;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-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: 0.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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
}

.simplebar-content:after, .simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       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 {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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;
  -moz-user-select: none;
   -ms-user-select: none;
       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%;
  -webkit-box-sizing: border-box;
          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;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !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 {
  -webkit-box-sizing: border-box;
          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__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.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-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;
  -webkit-box-shadow: none;
          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-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  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-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  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-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  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-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  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;
  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;
  -webkit-box-shadow: none;
          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;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: 0 0;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-control.single .selectize-input.input-active, .selectize-input {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #fff;
  background: #d2d2d2;
  border: 1px solid #aaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: 0 0 !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: 0 !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .optgroup-header, .selectize-dropdown .option {
  padding: 5px 8px;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: grey transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent grey transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value], .selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: 0 0;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: 700;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

@keyframes a {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes b {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes c {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-1turn);
            transform: translate(-50%, -50%) rotate(-1turn);
  }
}
@keyframes d {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes e {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes b {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes c {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-1turn);
  }
}
@-webkit-keyframes d {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes e {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
  }
  to {
    -webkit-transform: scale(1);
  }
}
.drift-zoom-pane {
  background: rgba(0, 0, 0, 0.5);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.drift-zoom-pane.drift-opening {
  animation: a 0.18s ease-out;
  -webkit-animation: a 0.18s ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: b 0.21s ease-in;
  -webkit-animation: b 0.21s ease-in;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: c 1.8s linear infinite;
  -webkit-animation: c 1.8s linear infinite;
}

.drift-zoom-pane-loader:after, .drift-zoom-pane-loader:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: hsla(0, 0%, 100%, 0.9);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: d 1.8s linear infinite;
  -webkit-animation: d 1.8s linear infinite;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: e 1.8s linear infinite;
  -webkit-animation: e 1.8s linear infinite;
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

.drift-bounding-box {
  background-color: rgba(0, 0, 0, 0.4);
}

ul#componentContainer {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

ul#componentContainer a {
  text-decoration: none;
  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;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  -ms-touch-action: none;
      touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  -webkit-transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@-webkit-keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

@font-face {
  font-family: "ISOCPEUR";
  src: url("/assets/fonts/ISOCPEUR.eot");
  src: url("/assets/fonts/ISOCPEUR.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/ISOCPEUR.woff2") format("woff2"), url("/assets/fonts/ISOCPEUR.woff") format("woff"), url("/assets/fonts/ISOCPEUR.ttf") format("truetype"), url("/assets/fonts/ISOCPEUR.svg#ISOCPEUR") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mariupol-Medium";
  src: url("/assets/fonts/Mariupol-Medium.eot");
  src: url("/assets/fonts/Mariupol-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Mariupol-Medium.woff") format("woff"), url("/assets/fonts/Mariupol-Medium.ttf") format("truetype"), url("/assets/fonts/Mariupol-Medium.svg#Mariupol-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mariupol-Regular";
  src: url("/assets/fonts/Mariupol-Regular.eot");
  src: url("/assets/fonts/Mariupol-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Mariupol-Regular.woff") format("woff"), url("/assets/fonts/Mariupol-Regular.ttf") format("truetype"), url("/assets/fonts/Mariupol-Regular.svg#Mariupol-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  outline: none !important;
}

img {
  aspect-ratio: attr(width)/attr(height);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
.container_wrapper {
  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;
}

b,
strong {
  font-family: "Mariupol-Medium";
}

/*
* =====================================================s
* ** CLASSES FOR ICON FONT **
* =====================================================
*/
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/*
* =====================================================
* ** VARIABLES **
* =====================================================
*/
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

body {
  font-family: "Mariupol-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  overflow-x: hidden;
}
body.show-blur {
  z-index: 1;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
body.no-scroll {
  overflow: hidden;
}
@media (max-width: 767px) {
  body.no-scroll {
    padding-right: 0;
  }
}
body.no-scroll-body {
  overflow: hidden;
}

figure {
  margin: 0;
}

@media screen and (max-width: 1400px) and (min-width: 1199px) {
  .container-product .col-xl-2.filters-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .container-product .col-xl-10.container-catalog {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #828282;
  text-decoration: none;
}
a:focus, a:active {
  outline: none;
}

/*
* =====================================================
* ** BUTTONS ** radius, flat, background
* =====================================================
*/
.c-button {
  display: inline-block;
  padding: 0 16px;
  border: 1px solid #828282;
  font-size: 13px;
  line-height: 41px;
  color: #000000;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  outline: none !important;
  white-space: nowrap;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}
.c-button:hover {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
}
.c-button.active {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.c-button.c-black {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.c-button.c-black:hover {
  background-color: #fff;
  color: #000000;
}
.c-button.c-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.c-button.c-white:hover {
  background-color: transparent;
  color: #828282;
  border-color: #828282;
}
.c-button.disabled {
  background-color: #828282;
  color: #fff;
  border-color: #828282;
  cursor: not-allowed;
  pointer-events: none;
}
.c-button.disabled:hover {
  background-color: #828282;
  color: #fff;
}
.c-button.with-loader.loading {
  cursor: not-allowed;
}
.c-button.with-loader.loading:before {
  display: inline-block;
  margin-right: 10px;
}
.c-button.with-loader:before {
  content: "\f1ce";
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
  letter-spacing: 0;
  font-family: "Font Awesome 5 Pro";
  text-align: center !important;
  display: none;
}

/*
* =====================================================
* ** ICON WITH TEXT **
* =====================================================
*/
.icon_with_text {
  color: #828282;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 20px;
}
.icon_with_text * {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.icon_with_text i {
  font-size: 18px;
  margin-right: 7px;
}
.icon_with_text.added i, .icon_with_text.clicked i {
  font-weight: 900;
}

/*
* =====================================================
* ** NOTIFICATION **
* =====================================================
*/
.notificationBox {
  position: fixed;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 290px;
  max-width: 500px;
  padding: 20px 15px 20px 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(22, 22, 23, 0.3);
          box-shadow: 0 0 10px 0 rgba(22, 22, 23, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  z-index: 9999;
}
.notificationBox .icon {
  position: absolute;
  left: 12px;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  color: #fff;
}
.notificationBox.success {
  background: #63d697;
}
.notificationBox.success .icon:before {
  content: "\f058";
}
.notificationBox.danger {
  background: #e45b5b;
}
.notificationBox.danger .icon:before {
  content: "\f06a";
}
.notificationBox.info {
  background: #71BEEE;
}
.notificationBox.info .icon:before {
  content: "\f05a";
}
.notificationBox:nth-of-type(2) {
  top: calc(1 * 72px + 15px);
}
.notificationBox:nth-of-type(3) {
  top: calc(2 * 72px + 15px);
}
.notificationBox:nth-of-type(4) {
  top: calc(3 * 72px + 15px);
}
.notificationBox:nth-of-type(5) {
  top: calc(4 * 72px + 15px);
}
.notificationBox:nth-of-type(6) {
  top: calc(5 * 72px + 15px);
}
.notificationBox:nth-of-type(7) {
  top: calc(6 * 72px + 15px);
}
.notificationBox:nth-of-type(8) {
  top: calc(7 * 72px + 15px);
}
.notificationBox:nth-of-type(9) {
  top: calc(8 * 72px + 15px);
}
.notificationBox:nth-of-type(10) {
  top: calc(9 * 72px + 15px);
}
.notificationBox:nth-child(13) {
  top: 882px;
}
.notificationBox.visible {
  opacity: 1;
}

/*
* =====================================================
* ** RATING STAR**
* =====================================================
*/
.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.star-rating .star-rating-wrapper {
  font-family: "Font Awesome 5 Pro";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 12px;
  margin-left: -4px;
}
.star-rating span {
  color: #828282;
  white-space: nowrap;
}
.star-rating label {
  margin: 0 3px !important;
  width: 16px;
}
.star-rating label:before {
  font-size: 14px;
}
.star-rating.xs label {
  width: 16px;
}
.star-rating.xs label:before {
  font-size: 14px;
}
.star-rating.lg label {
  width: 22px;
}
.star-rating.lg label:before {
  font-size: 20px;
}
.star-rating:not(:checked) input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.star-rating:not(:checked) input:not(:disabled) ~ label:active {
  position: relative;
  top: -1px;
}
.star-rating:not(:checked) input:not(:disabled):hover ~ label {
  color: #fbc26e;
}
.star-rating:not(:checked) input:not(:disabled):hover ~ label:before {
  content: "\f005";
  font-weight: 900;
}
.star-rating:not(:checked) input + label {
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  color: #f9ad3d;
}
.star-rating:not(:checked) input + label:before {
  content: "\f005";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.star-rating input:checked ~ label:before {
  content: "\f005";
  font-weight: 900;
}

/*
* =====================================================
* ** SIMPLE DROPDOWN **
* =====================================================
*/
.dropdown {
  cursor: pointer;
  display: inline-block;
}
.dropdown-toggle {
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Mariupol-Regular";
  font-weight: 400;
}
.dropdown-toggle:hover {
  color: #828282;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 8px;
  content: "";
  border-top: 5px solid;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
}
.dropdown-menu {
  border-color: #ebebeb;
  padding: 18px 0;
  background-color: #fff;
  min-width: auto;
  margin-top: 21px;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  right: 7px;
  top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ebebeb transparent;
  z-index: 1;
}
.dropdown-menu:after {
  content: "";
  position: absolute;
  right: 7px;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
}
.dropdown-item {
  color: #828282;
  background-color: transparent;
  font-size: 13px;
  line-height: 22px;
  padding: 0 20px;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #000000;
}
.dropdown-item:active, .dropdown-item.active {
  color: #000000;
  background-color: transparent;
}
.dropdown-with-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.simple-label {
  font-size: 14px;
  line-height: 13px;
  font-family: "Mariupol-Medium";
  color: #828282;
  margin-right: 10px;
  white-space: nowrap;
}

/*
* =====================================================
* ** SIMPLE INPUT **
* =====================================================
*/
.c-form {
  position: relative;
}

.c-input {
  background-color: transparent;
  padding: 7px 30px 5px 8px;
  border: none;
  border-bottom: 1px solid #828282;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.c-input::-webkit-input-placeholder {
  color: #828282;
}
.c-input::-moz-placeholder {
  color: #828282;
}
.c-input:-ms-input-placeholder {
  color: #828282;
}
.c-input::-ms-input-placeholder {
  color: #828282;
}
.c-input::placeholder {
  color: #828282;
}
.c-input:focus {
  border-color: #000000;
}
.c-input-submit {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-input-submit svg {
  width: 14px;
  color: #000000;
}

/*
* =====================================================
* ** FORMS **
* =====================================================
*/
.title_block {
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
  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;
}
.title_block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.title_block span {
  display: block;
  margin-right: 30px;
}
.title_block .c-button {
  text-transform: initial;
}
.title_block .link {
  font-size: 24px;
  text-align: right;
  vertical-align: middle;
  text-decoration: underline;
  text-transform: none;
  color: #828282;
}
@media (max-width: 991px) {
  .title_block .link {
    font-size: 18px;
  }
}

/*
* =====================================================
* ** DIVIDER **
* =====================================================
*/
.divider-vert {
  position: relative;
}
.divider-vert:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #ebebeb;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
* =====================================================
* ** SCROLL CUSTOM **
* =====================================================
*/
.scroll-wrapper-shop {
  max-height: 931px;
}
.scroll-wrapper-shop .simplebar-content {
  padding-bottom: 0 !important;
}

.scroll {
  max-height: 260px;
}
.scroll .simplebar-content {
  padding-bottom: 0 !important;
}

.scroll-brand .simplebar-content {
  padding-bottom: 0 !important;
}

[data-simplebar] {
  overflow: auto;
}

/*
* =====================================================
* ** SCROLL CUSTOM **
* =====================================================
*/
.toggler-icon {
  padding: 30px 0 30px 30px;
}
.toggler-icon:before, .toggler-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 10px;
  height: 2px;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 2px;
}
.toggler-icon[aria-expanded=false]:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.toggler-icon[aria-expanded=false]:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggler-icon[aria-expanded=true]:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-top: -1px;
}
.toggler-icon.toggler_right {
  padding: 0;
  position: relative;
}
.toggler-icon.toggler_right:before, .toggler-icon.toggler_right:after {
  left: auto;
  right: 0;
}
.toggler-icon.toggler_right:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: -1px;
}

.is-activated .toggler_right {
  padding: 0;
  position: relative;
}
.is-activated .toggler_right:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.title {
  font-family: "ISOCPEUR";
  font-size: 34px;
  text-transform: uppercase;
  color: #000000;
}

.subtitle {
  font-family: "ISOCPEUR";
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}
.subtitle__opacity {
  color: #828282;
}
.subtitle__first {
  display: block;
  margin: 0 auto;
}
.subtitle--loyalty {
  -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;
}

.is_hidden {
  display: none !important;
}

label.error {
  color: #e45b5b;
  left: 0;
  top: 115%;
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  display: block;
}
label.error.error-relative {
  bottom: 7px;
}

.checkbox-block label.error {
  color: #000000;
  left: 0;
  bottom: -38px;
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  display: block;
}

.profile-wrapper__top .nav-controls.js-multi-wishlist {
  display: none;
  padding: 20px 0;
  margin: 0 0 24px;
}

.item_disabled_color {
  opacity: 0.3;
  cursor: not-allowed !important;
}
.item_disabled_color:hover {
  border-color: transparent !important;
}

.item_disabled_size {
  opacity: 0.5;
  cursor: not-allowed !important;
  background-color: #dcdcdc !important;
}
.item_disabled_size:hover {
  color: inherit !important;
}

.item_active_color {
  position: relative;
}

.loader_block:before, .loader_block:after {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loader_block.show {
  position: relative;
}
.loader_block.show:before, .loader_block.show:after {
  content: "";
  position: absolute;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loader_block.show:before {
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.loader_block.show:after {
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, -25%);
      -ms-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  background-image: url("/assets/images/loader_block.svg");
  background-repeat: no-repeat;
  z-index: 21;
  width: 50px;
  height: 50px;
}
.loader_block_white.show:before {
  background-color: transparent;
}
.loader_block_white.show:after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("/assets/images/loader_block_white.svg");
  background-size: 70%;
  background-position: center;
}
.loader_block_search.show:before {
  background-color: transparent;
}
.loader_block_search.show:after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(/images/loader_block.svg?92a72b4ed3b2c8392062b62409f9ba61);
  background-size: 70%;
  background-position: center;
}

@media (max-width: 991px) {
  .loader_desktop-block.show:before, .loader_desktop-block.show:after {
    content: none !important;
  }
}

.loader_block_center.show:after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.has-loader[data-modalid=modal-view] .c-modal__container {
  min-height: 552px;
}
@media (max-width: 1399px) {
  .has-loader[data-modalid=modal-view] .c-modal__container {
    min-height: 547px;
    max-width: 730px;
  }
}
.has-loader .loader_block.show {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.has-loader .loader_block.show:after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.has-loader .js-entry-point-quick-view.loader_block {
  position: initial;
}
.has-loader.cart_page .loader_block.show {
  min-height: 100px;
}
.has-loader.wishlist_page .loader_block.show {
  min-height: 500px;
}

.container-test-wrapper {
  max-width: 1800px;
}

.popover {
  border-radius: 0;
  border-color: #000000;
}
.popover-header {
  background-color: #000000;
  color: #fff;
  font-weight: 400;
  border-radius: 0;
}
.popover-header a {
  color: #fff;
  text-decoration: underline;
}
.popover-header a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popover-body span,
.popover-body a {
  text-decoration: underline;
  cursor: pointer;
}
.popover .arrow:before {
  border-right-color: #000000;
}

.show_only_phone {
  display: none !important;
}

@media (max-width: 767px) {
  .hide_only_phone {
    display: none !important;
  }
  .show_only_phone {
    display: block !important;
  }
}
.dropdown-menu {
  z-index: 10;
  right: 0 !important;
  left: unset !important;
}

.selectize-control {
  width: 100%;
  height: 43px;
}
.selectize-control.single .selectize-input {
  border-radius: 0;
  border: none;
  padding: 0;
  border-bottom: 1px solid #828282;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  height: 43px;
}
.selectize-control.single .selectize-input::after {
  right: 5px;
}
.selectize-control.single .selectize-input.input-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
}
.selectize-control.single .selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selectize-control.single .selectize-input input {
  color: #444;
  font-size: 14px;
  background: transparent !important;
}
.selectize-control.single .selectize-dropdown {
  font-family: "Mariupol-Regular";
  font-size: 14px;
  border-color: #EBEBEB;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.selectize-control.single .selectize-dropdown .option {
  padding: 6px;
}
.selectize-control.single .selectize-dropdown .option.selected, .selectize-control.single .selectize-dropdown .option.active, .selectize-control.single .selectize-dropdown .option:hover {
  background-color: #EBEBEB;
  color: #000000;
}

.hidden-input {
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  position: absolute;
}

button,
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (max-width: 767px) {
  #bingc-phone-button.bingc-show {
    bottom: 13% !important;
  }
}

.hided {
  visibility: hidden;
  opacity: 0;
}

.skeleton-loader {
  width: 100%;
  height: 18px;
  display: block;
  background: #F4F4F4;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
}
.skeleton-loader.title_block-list {
  height: 30px;
  width: 100%;
}
.skeleton-loader--big {
  height: 30px;
  margin-bottom: 10px;
}
.skeleton-loader-responsive {
  height: auto;
}
.skeleton-loader--img {
  width: 100%;
  height: 440px;
}
@media screen and (max-width: 1400px) {
  .skeleton-loader--img {
    max-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .skeleton-loader--img {
    max-height: 280px;
  }
}
@media (max-width: 400px) {
  .skeleton-loader--img {
    max-height: 200px;
  }
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
.catalog-skeleton {
  width: 100%;
}

.skeleton-loader-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .skeleton-loader-flex {
    gap: 16px 10px;
  }
}
.skeleton-loader-flex .product {
  -ms-flex-preferred-size: calc(25% - 18px);
      flex-basis: calc(25% - 18px);
}
@media (max-width: 1199px) {
  .skeleton-loader-flex .product {
    -ms-flex-preferred-size: calc(25% - 7.5px);
        flex-basis: calc(25% - 7.5px);
  }
}
@media (max-width: 992px) {
  .skeleton-loader-flex .product {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .skeleton-loader-flex .product .product-wrap__head {
    height: 820px;
  }
}
@media (max-width: 992px) {
  .skeleton-loader-flex #product4 {
    display: none;
  }
}
@media (max-width: 992px) {
  .skeleton-loader-flex #product3 {
    display: none;
  }
}
@media (max-width: 992px) {
  .catalog-skeleton .skeleton-loader-flex #product3 {
    display: none;
  }
}
@media (max-width: 992px) {
  .catalog-skeleton .skeleton-loader-flex #product2 {
    display: none;
  }
}

@media (max-width: 992px) {
  .catalog_main.view_4 .skeleton-loader-flex .product {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
  .catalog_main.view_4 .skeleton-loader-flex .product .product-wrap__head {
    height: 403.33px;
  }
}
@media (max-width: 992px) {
  .catalog_main.view_4 .skeleton-loader-flex #product2 {
    display: block;
  }
}

.js-entry-point-quick-view--preloader .modal-view-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.js-entry-point-quick-view--preloader .product_detail_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.js-entry-point-quick-view--preloader .view-wrapper__left {
  height: 400px;
  margin-right: 15px;
}
.js-entry-point-quick-view--preloader .view-wrapper__right {
  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;
  gap: 15px;
}
.js-entry-point-quick-view--preloader .w-50 {
  width: 50%;
}

.text-white-space {
  white-space: pre-line;
}

.pswp {
  z-index: 999999999 !important;
}

.pswp__bullets-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.pswp__bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .pswp__bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}

.pswp__bullet--active {
  background: #333;
}

.show-xs {
  display: block;
}
@media (min-width: 768px) {
  .show-xs {
    display: none;
  }
}

.hide-xs {
  display: none;
}
@media (min-width: 767px) {
  .hide-xs {
    display: block;
  }
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/fa-regular-400.eot");
  src: url("/assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fa-regular-400.woff2") format("woff2"), url("/assets/fonts/fa-regular-400.woff") format("woff"), url("/assets/fonts/fa-regular-400.ttf") format("truetype"), url("/assets/fonts/fa-regular-400.svg#fontawesome") format("svg");
  font-display: swap;
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/fa-solid-900.eot");
  src: url("/assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fa-solid-900.woff2") format("woff2"), url("/assets/fonts/fa-solid-900.woff") format("woff"), url("/assets/fonts/fa-solid-900.ttf") format("truetype"), url("/assets/fonts/fa-solid-900.svg#fontawesome") format("svg");
  font-display: swap;
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/fa-brands-400.eot");
  src: url("/assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fa-brands-400.woff2") format("woff2"), url("/assets/fonts/fa-brands-400.woff") format("woff"), url("/assets/fonts/fa-brands-400.ttf") format("truetype"), url("/assets/fonts/fa-brands-400.svg#fontawesome") format("svg");
  font-display: swap;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/* DEFAULT HEADER =================================================================================================== */
main {
  padding-top: 187px;
}
@media (max-width: 1399px) {
  main {
    padding-top: 125px;
  }
}
@media (max-width: 991px) {
  main {
    padding-top: 60px;
  }
}
@media (max-height: 800px) {
  main {
    padding-top: 187px;
  }
}
@media (max-height: 800px) and (max-width: 1399px) {
  main {
    padding-top: 125px;
  }
}
@media (max-height: 800px) and (max-width: 991px) {
  main {
    padding-top: 60px;
  }
}

.top-bar ~ main {
  padding-top: 227px;
}
@media (max-width: 1399px) {
  .top-bar ~ main {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .top-bar ~ main {
    padding-top: 84px;
  }
}
@media (max-height: 800px) {
  .top-bar ~ main {
    padding-top: 227px;
  }
}
@media (max-height: 800px) and (max-width: 1399px) {
  .top-bar ~ main {
    padding-top: 150px;
  }
}
@media (max-height: 800px) and (max-width: 991px) {
  .top-bar ~ main {
    padding-top: 84px;
  }
}

.header {
  margin-bottom: 28px;
  font-family: Mariupol-Medium;
  width: 100%;
  z-index: 99999999;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
}
@media (max-width: 1399px) {
  .header {
    margin-bottom: 18px;
  }
}
.header .header_fixed-logotype,
.header .header_fixed-button_wrap {
  opacity: 0;
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header_fixed-button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_fixed-button_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.header .header_fixed-button_wrap a:last-child {
  margin-left: 15px;
}
.header .header_fixed-button_wrap a span {
  display: block;
  margin-left: 5px;
}
.header_fixed {
  -webkit-transform: translateY(-44px);
      -ms-transform: translateY(-44px);
          transform: translateY(-44px);
}
.header_fixed.top-bar {
  -webkit-transform: translateY(-89px);
      -ms-transform: translateY(-89px);
          transform: translateY(-89px);
}
.header_fixed .header_fixed-logotype {
  display: none;
}
@media (max-width: 1199px) {
  .header_fixed .header_fixed-logotype {
    display: none;
  }
}
.header_fixed .header-black .form-search {
  width: 450px;
}
@media (max-width: 991px) {
  .header_fixed .header-black .form-search {
    display: none;
  }
}
.header_fixed .header-white__link {
  padding: 19.5px 16px;
}
.header_top {
  background-color: #000000;
  border-bottom: 1px solid #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  height: 100%;
}
.header_top .container_wrapper {
  height: 43px;
}
@media (max-width: 1399px) {
  .header_top .container_wrapper {
    height: 30px;
  }
}
.header_top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
.header_top-menu li a {
  padding: 10px 12px;
  display: block;
  color: #828282;
}
@media (max-width: 1399px) {
  .header_top-menu li a {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.header_top-menu li a:hover {
  color: #fff;
}
.header_top-phone {
  cursor: pointer;
}
.header_top-phone span {
  color: #fff;
}
.header_main {
  background-color: #fff;
}
.header_main .container_wrapper {
  height: 86px;
  position: relative;
}
.header_main-menu {
  margin: 0 -16px;
}
.header_main-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_main-navbar .navbar_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_main-navbar .navbar_item span {
  font-size: 15px;
  margin-left: 5px;
}
.header_main-navbar .navbar_item-language {
  min-width: 100px;
}
.header_main-navbar .navbar_item-account {
  margin-left: 49px;
}
.header_main-navbar .navbar_item-favorites {
  margin-left: 32px;
  position: relative;
}
.header_main-navbar .navbar_item-favorites span {
  min-width: 10px;
  text-align: right;
  display: inline-block;
}
.header_main-navbar .navbar_item-cart {
  margin-left: 24px;
}
.header_main-navbar .navbar_item-cart span {
  min-width: 10px;
  text-align: right;
  display: inline-block;
}
.header_bottom {
  background-color: #000000;
}
.header_bottom .container {
  height: 54px;
}
.header_bottom .container_wrapper {
  padding: 5px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_bottom .form-search .c-input {
  width: 100%;
  min-width: 270px;
  color: #fff;
}
.header_bottom .form-search .c-input:focus {
  border-color: #fff;
}
.header_bottom .form-search .c-input-submit svg {
  color: #fff;
}
.header .dropdown-toggle {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.show_submenu__item .submenu-third {
  position: absolute;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  width: 100%;
  min-width: 1440px;
  left: 0;
  opacity: 0;
  z-index: -100;
  top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.5);
}
.show_submenu__item .submenu-third:after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 0;
  top: 0;
  z-index: -100;
}
.show_submenu__item .submenu-third__child:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.show_submenu__item .submenu-third__item a {
  padding: 8px 20px;
}
.show_submenu__item .submenu-third__item a:before {
  display: none;
}
.show_submenu__item .submenu-third__item a:hover {
  color: #000000;
}
.show_submenu__item .submenu-third__item:hover:before {
  display: none;
}
.show_submenu__item .submenu-third__frame {
  margin-left: 100px;
  height: 270px;
  width: 450px;
  position: relative;
}
.show_submenu__item .submenu-third__frame img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.show_submenu__item .submenu-third .submenu-third__list {
  position: static;
  display: block;
}
.show_submenu__item:hover .submenu-third {
  opacity: 1;
  z-index: 1000;
  height: auto;
}
.show_submenu__item:hover .submenu-third:after {
  z-index: 1;
  height: auto;
}

/* /DEFAULT HEADER ================================================================================================== */
@-webkit-keyframes line {
  from {
    left: 50%;
    width: 0;
  }
  to {
    left: calc(0% + 11px);
    width: calc(100% - 22px);
  }
}
@keyframes line {
  from {
    left: 50%;
    width: 0;
  }
  to {
    left: calc(0% + 11px);
    width: calc(100% - 22px);
  }
}
@-webkit-keyframes lineBlink {
  0% {
    left: 50%;
    width: 0;
  }
  50% {
    left: calc(0% + 11px);
    width: calc(100% - 22px);
  }
  100% {
    left: 50%;
    width: 0;
  }
}
@keyframes lineBlink {
  0% {
    left: 50%;
    width: 0;
  }
  50% {
    left: calc(0% + 11px);
    width: calc(100% - 22px);
  }
  100% {
    left: 50%;
    width: 0;
  }
}
.mobile-top {
  display: none;
}

.mob-line {
  display: none;
}

@media screen and (max-width: 1600px) {
  .show_submenu {
    margin-left: 100px;
  }
  .show_submenu__item .submenu-third__container {
    margin: 20px 30px;
  }
}
@media screen and (max-width: 1440px) {
  .header_main {
    position: relative;
  }
  .header_main .container_wrapper {
    position: static;
  }
  .show_submenu__item .submenu-third {
    width: 99vw;
    min-width: auto;
  }
  .show_submenu__item .submenu-third__container {
    margin: 20px 10px;
  }
  .show_submenu__item .submenu-third__frame {
    width: 290px;
    max-height: 200px;
    display: block;
    position: relative;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .show_submenu__item .submenu-third__frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1399px) {
  .header_main-menu > ul > li ul.show_submenu {
    padding-left: 0;
  }
  .header-white__link {
    padding: 15px 16px;
  }
  .header_main-logotype-img {
    max-height: 26px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 1199px) {
  .header__mobile-top {
    height: 55px;
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 12px;
  }
  .header_main-logotype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_main-logotype-img {
    max-width: 145px;
  }
  .header_main-logotype-mob {
    max-width: 110px;
  }
  .header_main-navbar .navbar_item-language {
    min-width: auto;
  }
  .header_main .container_wrapper {
    position: relative;
  }
  .header_main-menu > ul > li ul.show_submenu {
    padding-left: 0;
  }
  .header_bottom .form-search .c-input {
    width: 100%;
    min-width: 195px;
    width: 195px;
    color: #fff;
    padding: 7px 7px 5px 20px;
  }
  .header_bottom .form-search .c-input-submit {
    left: 20px;
    right: auto;
  }
  .show_submenu {
    margin-left: 0;
  }
  .show_submenu__item .submenu-third {
    min-width: 960px;
    width: 100%;
  }
  .header_main-menu > ul > li ul li a {
    padding: 16px 18px;
  }
  .header_main-menu > ul > li ul.show_submenu {
    margin-left: 0px;
    padding-left: 0;
  }
}
.mobile-top_close-search {
  display: none;
}

.lang-list {
  display: none;
}

@media screen and (max-width: 991px) {
  .mobile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
  }
  .mobile-top__left, .mobile-top__right {
    min-width: 63px;
  }
  .mobile-top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-top__burger {
    background: transparent;
    border: 0;
    padding: 0;
    height: 18px;
    width: 18px;
    margin-right: 15px;
    padding-bottom: 10px;
  }
  .mobile-top__burger-line {
    width: 100%;
    display: block;
    position: relative;
    height: 2px;
    background-color: #000000;
    margin-bottom: auto;
  }
  .mobile-top__burger-line:after, .mobile-top__burger-line:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000000;
    height: 2px;
    width: 18px;
  }
  .mobile-top__burger-line:after {
    top: 5px;
  }
  .mobile-top__burger-line::before {
    top: 10px;
  }
  .mobile-top__right {
    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;
  }
  .mobile-top .feather {
    width: 18px;
    display: block;
  }
  .mobile-top .feather-star {
    margin-right: 25px;
  }
  .mobile-top .form-search {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: calc(90% - 15px);
    left: 50%;
    -webkit-transform: translate(calc(-50% - 15px), 7px);
        -ms-transform: translate(calc(-50% - 15px), 7px);
            transform: translate(calc(-50% - 15px), 7px);
    right: 0;
    bottom: auto;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
  }
  .mobile-top__search-button {
    padding: 0 5px 1px 7px;
    cursor: pointer;
  }
  .mobile-top_close-search {
    cursor: pointer;
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
  .mobile-top .mobile-top__burger,
  .mobile-top .mobile-top__search-button,
  .mobile-top .header_main-logotype,
  .mobile-top .mobile-top__right {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mobile-top.show_mobile_search {
    position: relative;
  }
  .mobile-top.show_mobile_search .form-search {
    opacity: 1;
    z-index: 1;
  }
  .mobile-top.show_mobile_search .mobile-top__burger,
  .mobile-top.show_mobile_search .mobile-top__search-button,
  .mobile-top.show_mobile_search .header_main-logotype,
  .mobile-top.show_mobile_search .mobile-top__right {
    opacity: 0;
  }
  .mobile-top .navbar_item {
    margin-right: 7px;
  }
  .mobile-top .navbar_item-favorites, .mobile-top .navbar_item-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-top .navbar_item-favorites .feather, .mobile-top .navbar_item-cart .feather {
    margin-right: 2px;
  }
  .mobile-top .navbar_item:last-child {
    margin-right: 0;
  }
  .show_submenu__item .submenu-third {
    display: none;
  }
  .mobile-menu {
    max-width: 355px;
    width: 100%;
    z-index: 101;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: -355px;
  }
  .mobile-menu .header_main {
    background-color: #000000;
  }
  .mobile-menu .header_main-menu {
    width: 100%;
  }
  .mobile-menu .header_main-menu a {
    padding: 15px;
  }
  .mobile-menu .header_main-menu a.active {
    color: #fff;
  }
  .mobile-menu .container {
    padding: 0;
  }
  .mobile-menu .form-search {
    display: none;
  }
  .mobile-menu .show_submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #000000;
    width: 100%;
    max-width: 355px;
    z-index: 20;
    top: 100px;
    max-height: 450px;
    overflow-y: scroll;
    margin-left: 0;
    left: 0;
  }
  .mobile-menu .show_submenu li {
    text-align: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  .mobile-menu .show_submenu a {
    padding-left: 20px;
  }
  .mobile-menu .show_submenu a.active {
    color: #e45b5b;
  }
  .mobile-menu .show_submenu .dropdown {
    display: block;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mobile-menu .show_submenu .navbar_item-account {
    width: 100%;
    display: block;
    color: #828282;
    background: rgba(255, 255, 255, 0.06);
  }
  .mobile-menu .show_submenu .dropdown-toggle {
    padding: 60px 20px 20px 20px;
    color: #828282;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mobile-menu .show_submenu .dropdown-toggle:after {
    margin-right: auto;
    margin-left: 8px;
  }
  .mobile-menu .show_submenu .dropdown-menu {
    margin-top: 0;
    padding: 0;
    width: 100%;
    background-color: #000000;
    border-radius: 0;
    border: 0;
  }
  .mobile-menu .show_submenu .dropdown-menu::before, .mobile-menu .show_submenu .dropdown-menu:after {
    display: none;
  }
  .mobile-menu .header_bottom {
    background-color: transparent;
  }
  .mobile-menu .container_wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-menu .navbar_item-favorites {
    display: none;
  }
  .mobile-menu .navbar_item-cart {
    display: none;
  }
  .mobile-menu.js-show {
    left: 0;
  }
  .header_top {
    display: none;
  }
  .mob-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .mob-line__close {
    background: transparent;
    border: 0;
  }
  .mob-line .header_main-logotype {
    margin-left: 55px;
  }
  .header_main-menu > ul > li ul.show_submenu {
    margin-left: 0;
    padding-left: 0;
  }
  .header_main-menu > ul > li ul.show_submenu .dropdown {
    display: block;
  }
  .lang-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lang-list .inner-list__item {
    padding-left: 5px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    position: relative;
  }
  .lang-list .inner-list__item:after {
    content: "";
    position: absolute;
    width: 2px;
    background: #828282;
    left: 0;
    height: 23%;
  }
  .lang-list .inner-list__item:first-child:after {
    display: none;
  }
  .lang-list .inner-list__link {
    padding: 15px 10px;
  }
}
@media (min-width: 992px) {
  .header:before {
    content: "";
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .show_layout .header:before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    opacity: 1;
  }
}
.form-search .loader_block {
  position: absolute;
  top: 50%;
  right: 90%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 991px) {
  .form-search .loader_block {
    right: 4%;
    top: 65%;
  }
}

.c-input-submit.hide {
  display: none;
}

.highlighted {
  font-weight: bold;
  background: #ebebeb;
}

.search_suggestions {
  display: none;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  position: absolute;
  top: 38px;
  right: 0%;
  width: 100%;
  min-width: 410px;
  min-height: 210px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.search_suggestions-wrapper {
  max-height: 400px;
  overflow-y: auto;
}
.search_suggestions-item {
  padding: 20px;
}
.search_suggestions-title {
  min-height: 80px;
  padding-bottom: 8px;
}
.search_suggestions-title:first-child {
  border-top: none;
}
@media (max-width: 768px) {
  .search_suggestions-title {
    font-size: 12px;
    line-height: 1.3;
  }
}
.search_suggestions-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.search_suggestions-item:hover {
  background-color: #dedede;
}
.search_suggestions .c-button {
  font-family: "Mariupol-regular";
  font-size: 14px;
  border-radius: 4px;
  line-height: 41px;
  color: #fff;
  background-color: #000000;
}
.search_suggestions .c-button:hover {
  color: #000000;
  background-color: transparent;
}
.search_suggestions .nav {
  border-bottom: 1px solid #ebebeb;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.search_suggestions .nav-item {
  cursor: pointer;
  width: calc(33.3333333333% - 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.search_suggestions .nav-item.active {
  border-bottom: 2px solid #000000;
}
@media (max-width: 1199px) {
  .search_suggestions .nav-item {
    width: 33.3333333333%;
  }
}
.search_suggestions .search-img {
  max-width: 200px;
  max-height: 133px;
  border-radius: 4px;
}
.search_suggestions .search-title {
  font-size: 14px;
  font-family: "Mariupol-Regular";
  line-height: 15px;
  display: block;
  text-align: left;
  white-space: normal;
  margin-right: auto;
}
.search_suggestions .price_block-old {
  font-family: "Mariupol-Regular";
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 2px;
}
.search_suggestions .price_block-discount {
  font-size: 9px;
}
.search_suggestions .search-price {
  font-family: "Mariupol-Regular";
  font-size: 18px;
  line-height: 18px;
  padding-top: 8px;
}
.search_suggestions .search-price-block {
  padding-top: 0;
}
.search_suggestions .scroll-block {
  scrollbar-color: #d9d9d9 transparent !important;
}
@media (min-width: 992px) {
  .search_suggestions {
    max-height: 87vh;
    overflow-y: auto;
  }
  .top-bar:not(.header_fixed) .search_suggestions {
    max-height: 74vh;
  }
}
@media (max-width: 1399px) {
  .search_suggestions {
    top: 28px;
  }
}
@media (max-width: 992px) {
  .search_suggestions {
    width: calc(100% - 20px);
    margin-top: 36px;
    min-width: 100px;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: 100vh;
    padding: 0;
  }
  .search_suggestions-wrapper {
    max-height: 400px;
  }
}

.lang {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .lang__item {
    color: #828282;
  }
}
.lang__item.is-active {
  color: #828282;
}
@media (max-width: 991px) {
  .lang__item.is-active {
    color: #fff;
  }
}
.lang__divider {
  padding: 0 8px;
}
@media (max-width: 400px) {
  .lang__divider {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .lang {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.sale-bar {
  background: #000000;
}
.sale-bar .container {
  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;
  border-bottom: 1px solid #828282;
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 1399px) {
  .sale-bar .container {
    min-height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.sale-bar p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1399px) {
  .sale-bar p {
    font-size: 12px;
    line-height: 1.3;
  }
}
.sale-bar a {
  color: #fff;
}
.sale-bar a:hover {
  text-decoration: underline;
}

.search-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Mariupol-Regular";
  color: #a3a3a3;
}
.search-dropdown > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-popular__title {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.search-popular .search-popular-item {
  cursor: pointer;
  padding: 4px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-popular .search-popular-item:hover span {
  color: #828282;
}
.search-popular .search-popular-item svg:hover {
  color: #828282;
}

.search-history__title {
  margin-top: 8px;
  margin-bottom: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-history .search-history-item {
  cursor: pointer;
  padding: 4px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-history .search-history-item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-history .search-history-item:hover span {
  color: #828282;
}
.search-history .search-history-item svg:hover {
  color: #828282;
}

.dropdown-profile {
  position: relative;
}

.navbar_item-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0;
  color: inherit;
}

.profile-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 32px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  min-width: 410px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
@media screen and (max-width: 1410px) {
  .profile-dropdown {
    margin-top: 16px;
  }
}

.profile-dropdown.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(110px);
      -ms-transform: translateX(110px);
          transform: translateX(110px);
}
@media screen and (max-width: 1410px) {
  .profile-dropdown.is-active {
    -webkit-transform: translateX(90px);
        -ms-transform: translateX(90px);
            transform: translateX(90px);
  }
}

.profile-dropdown__item {
  font-family: "Mariupol-regular";
  display: block;
  padding: 12px 24px;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 14px;
}

.header-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header-white__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-white__right .navbar_item-language {
  min-width: 115px;
}
.header-white .nav-tabs {
  border: 0;
  margin: 0 -16px;
}
.header-white .nav-tabs .nav-link.active {
  background: transparent;
  border: 0;
}
.header-white .nav-tabs .nav-link {
  border: 0;
}
.header-white .nav-tabs .nav-link:hover {
  border: 0;
}
@media screen and (max-width: 767px) {
  .header-white .nav-tabs .nav-link {
    font-size: 16px;
  }
}
.header-white__link {
  padding: 31px 16px;
}
@media (max-width: 1399px) {
  .header-white__link {
    padding: 15px 16px;
  }
}
.header-white__link.active {
  border: 0;
  position: relative;
  background-color: transparent;
}
.header-white__link.active:after {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 16px;
  height: 4px;
  width: calc(100% - 32px);
}
.header-white .mobile-top-line {
  display: none;
}

.header-third {
  background-color: #000000;
  position: relative;
  height: auto;
  z-index: 101;
}
.header-third .tab-content {
  height: inherit;
}
@media screen and (max-width: 991px) {
  .header-third .tab-content {
    overflow: scroll;
    height: calc(100dvh - 109px);
    padding-bottom: 24px;
  }
  .header-third .tab-content .login-mobile-wrap {
    position: absolute;
    bottom: 0;
    background: #000;
    z-index: 10;
    width: 100%;
    position: relative;
  }
}
.header-third .tab-content .tab-pane {
  height: auto;
}
@media screen and (max-width: 991px) {
  .header-third {
    height: 100%;
  }
}
.header-third .inner-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-black {
  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;
  height: 60px;
}

.inner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 -20px;
}
.inner-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-list__item {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  height: 100%;
}
.inner-list__item .submenu-third__item {
  display: block;
}
@media (min-width: 992px) {
  .inner-list__item .submenu-third__item--with-third-level {
    grid-column: 1/3;
  }
  .inner-list__item .submenu-third__item--with-third-level > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 90%;
  }
}
.inner-list__item.active .submenu-third {
  opacity: 1;
  z-index: 1000;
  -webkit-transition: opacity 0.3s, -webkit-transform 0s;
  transition: opacity 0.3s, -webkit-transform 0s;
  transition: opacity 0.3s, transform 0s;
  transition: opacity 0.3s, transform 0s, -webkit-transform 0s;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.inner-list__item.active .submenu-third__container {
  background-color: #fff;
}
.inner-list__item.active .submenu-third:before {
  z-index: 1;
}
@media (min-width: 1200px) {
  .inner-list__item:hover .submenu-third {
    opacity: 1;
    z-index: 1000;
    -webkit-transition: opacity 0.3s, -webkit-transform 0s;
    transition: opacity 0.3s, -webkit-transform 0s;
    transition: opacity 0.3s, transform 0s;
    transition: opacity 0.3s, transform 0s, -webkit-transform 0s;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .inner-list__item:hover .submenu-third__container {
    background-color: #fff;
  }
  .inner-list__item:hover .submenu-third:before {
    z-index: 1;
  }
}
.inner-list .disabled {
  pointer-events: none;
}
.inner-list__link {
  color: #828282;
  padding: 21px 20px;
  position: relative;
  z-index: 1;
}
.inner-list__link:before {
  content: "";
  position: absolute;
  background-color: #2f2f2f;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}
.inner-list__link:hover:before {
  width: 90%;
  height: 70%;
}
.inner-list .navbar_item {
  display: none;
}
.inner-list .navbar_item-language {
  display: none;
}

.logotype-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.user-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-control .navbar_item {
  margin-left: 15px;
  cursor: pointer;
}
.user-control .navbar_item-cart {
  margin-left: 15px;
}
.user-control .navbar_item.is_autorized svg {
  fill: #000000;
  stroke-linecap: butt;
}
.user-control .navbar_item.is_autorized:hover svg {
  color: #000000;
}

.submenu-third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  z-index: -1000;
  opacity: 0;
  background-color: #fff;
}
.submenu-third__container {
  max-width: 1440px;
  width: 100%;
  margin: 25px auto 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.submenu-third__col {
  max-width: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .submenu-third__col--half-width {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .submenu-third__col + .submenu-third__col {
    margin-top: 15px;
  }
}
.submenu-third__list {
  max-width: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .submenu-third__list--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .submenu-third__list--column {
    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;
    max-height: 300px;
  }
}
.submenu-third__list .wrapper_newest {
  position: relative;
}
.submenu-third__list .wrapper_newest .grey-line {
  height: 2px;
  width: 40px;
  background-color: #ebebeb;
  margin: 5px 0;
}
@media (min-width: 992px) {
  .submenu-third__title-li {
    display: block;
    grid-column: 1/3;
  }
}
@media (max-width: 991px) {
  .submenu-third__title-li {
    display: none !important;
  }
}
.submenu-third__varios-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media (min-width: 992px) {
  .submenu-third__varios-menu {
    max-height: 350px;
    overflow: auto;
    max-width: calc(100% - 400px);
  }
}
.submenu-third--images {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.submenu-third--images .submenu-third__frame {
  margin-right: 20px;
  max-width: 400px;
  width: 400px;
  height: 400px;
}
.submenu-third--images.full-image {
  margin: -25px 0 -25px 0;
}
.submenu-third__item {
  max-width: 250px;
  padding: 0 10px;
  width: 100%;
}
.submenu-third__item--title {
  margin-bottom: 10px;
  color: #000000;
  font-family: "ISOCPEUR";
  font-size: 20px;
}
.submenu-third__link {
  margin: 5px 0;
  display: block;
  font-family: "Mariupol-Regular";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submenu-third__link.font-weight-bold {
  font-weight: bold;
}
.submenu-third__link:hover {
  opacity: 0.85;
}
.submenu-third__frame {
  position: relative;
  max-width: 450px;
  width: 450px;
  height: 250px;
}
.submenu-third__frame:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 35, 0.8)), to(rgba(35, 35, 35, 0)));
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.8) 0%, rgba(35, 35, 35, 0) 100%);
}
.submenu-third__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.submenu-third__frame-description {
  position: absolute;
  bottom: 30px;
  font-size: 40px;
  line-height: 48px;
  left: 0;
  z-index: 2;
  color: #fff;
  padding: 0 30px;
  text-align: center;
  font-family: "ISOCPEUR";
  text-transform: uppercase;
}
.submenu-third .alphabet {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 1440px;
  overflow: auto;
  margin: 0 auto;
  padding: 20px 0;
}
.submenu-third .alphabet_item {
  margin: 0 20px;
}
.submenu-third .alphabet_item:first-child {
  margin-left: 17px;
}
.submenu-third .alphabet::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #999;
}
.submenu-third .alphabet::-webkit-scrollbar-track {
  background-color: #999;
}
.submenu-third .alphabet::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
.submenu-third .alphabet::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #888;
  border-radius: 3px;
}
.submenu-third .alphabet::-webkit-resizer {
  background-color: #666;
}
.submenu-third__brand-item {
  font-family: "Mariupol-Regular";
  margin-bottom: 24px;
  margin-left: 170px;
}

@media (min-width: 992px) {
  .submenu-four {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.third-menu-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.third-menu-brand .submenu-third__brand-item {
  width: 240px;
  margin-left: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.third-menu-brand__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 360px;
}
.third-menu-brand__child .submenu-third__item--title {
  margin-bottom: 20px;
}

.sub-menu-novelty {
  padding: 0;
}
.sub-menu-novelty__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
}
.sub-menu-novelty__items .product-novelty {
  width: 100%;
  max-width: 330px;
  display: block;
  position: relative;
  margin: 0 10px;
}
.sub-menu-novelty__items .product-novelty .product-all-info {
  text-align: center;
}
.sub-menu-novelty__items .product-novelty .product-all-info .product_info {
  padding-bottom: 0;
}
.sub-menu-novelty__items .product-novelty .product-all-info .product_info .novelty-title {
  font-family: "Mariupol-Regular";
}
@media screen and (max-width: 1199px) {
  .sub-menu-novelty__items .product-novelty .product-all-info .product_info .novelty-title {
    font-size: 14px;
  }
}
.sub-menu-novelty__items .product-novelty .product-all-info .product_info .novelty-price {
  font-weight: 500;
  font-family: "Mariupol-Regular";
}
.sub-menu-novelty__items img {
  max-height: 200px;
}
.sub-menu-novelty .third-menu-brand__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-content {
  width: 100%;
}
.tab-content .dropdown {
  display: none;
}
.tab-content .user-mob {
  display: none;
}
.tab-content .navbar_item-account {
  display: none;
}

.header-black .c-input-submit {
  right: 93%;
}
.header-black .c-input-submit svg {
  stroke: #000000;
}
.header-black .form-search {
  width: 450px;
  margin-right: auto;
}
.header-black .c-input {
  font-size: 14px;
  line-height: 24px;
  font-family: "Mariupol-Regular";
  color: #828282;
  background-color: #fff;
  padding-bottom: 3px;
  border-radius: 4px;
  padding-left: 10%;
}
.header-black .c-input:focus {
  border-color: #828282;
}

.search-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .no-scroll-body .tab-content {
    overflow-y: scroll;
  }
}
#header-mobile-menu-app {
  height: 100%;
}

.header-mobile-menu-app {
  display: none;
}

@media (max-width: 1399px) {
  .header-black {
    height: 38px;
  }
  .header-black .c-input {
    padding-top: 0;
    padding-bottom: 0;
  }
  .submenu-third__frame {
    max-width: 330px;
    width: 330px;
    height: 210px;
  }
  .submenu-third__frame-description {
    font-size: 40px;
    line-height: 44px;
    padding: 0 10px;
  }
  .submenu-third .alphabet {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    overflow: auto;
    margin: 0 auto;
    padding: 20px 0;
    margin-left: 15px;
  }
  .submenu-third .alphabet_item {
    margin: 0 18px;
  }
  .submenu-third .alphabet_item:first-child {
    margin-left: 0;
  }
  .user-control .navbar_item {
    margin-left: 12px;
  }
  .user-control .navbar_item svg {
    width: 18px;
    height: 18px;
  }
  .user-control .navbar_item-cart {
    margin-left: 12px;
  }
  .inner-list__link {
    padding: 10px 18px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-list {
    margin: 0 -15px;
  }
  .inner-list .navbar_item {
    display: block;
  }
  .logotype-desktop {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 991px) {
  .menu-mobile {
    left: -100%;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 101;
    -webkit-transition-duration: 0.45s;
            transition-duration: 0.45s;
    height: 100dvh;
  }
  .menu-mobile.js-show {
    left: 0;
  }
  .menu-mobile .header-middle {
    display: none;
  }
  .menu-mobile .header-third {
    display: none;
  }
  .menu-mobile .header-mobile-menu-app {
    display: block;
  }
  .search-mobile {
    left: -150%;
    top: 0;
    width: 100%;
    height: 100dvh;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: left 0.45s ease;
    transition: left 0.45s ease;
    overflow-y: auto;
    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-sizing: border-box;
            box-sizing: border-box;
  }
  .search-mobile.js-show {
    left: 0;
  }
  .c-input {
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    width: calc(100% - 20px);
    margin-top: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .c-input-submit {
    right: 5%;
    bottom: 33%;
  }
  .header-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header-white__right {
    display: none;
  }
  .header-white .nav-link {
    font-size: 18px;
  }
  .header-white .nav-link.active {
    color: #fff;
  }
  .header-white .mobile-top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-white .nav-tabs {
    margin: 0;
  }
  .logotype-desktop {
    display: none;
  }
  .header-middle {
    background-color: #000000;
  }
  .header-middle .nav-link {
    color: #828282;
    padding: 15px;
  }
  .header-middle .nav-link.active:after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 16px;
    height: 4px;
    width: calc(100% - 32px);
  }
  .header-middle .nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  .header-third .container,
  .header-middle .container {
    max-width: 100%;
    padding: 0;
  }
  .mobile-top-line {
    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;
    padding: 15px 0;
    position: relative;
  }
  .mobile-top-line__logo-icon {
    width: 160px;
  }
  .mobile-top-line__close {
    background: transparent;
    border: 0;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mobile-top-line__close-icon {
    stroke: #fff;
    width: 20px;
    height: 20px;
  }
  .tab-content {
    width: 100%;
  }
  .tab-content .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-content .user-mob {
    display: block;
  }
  .tab-content .navbar_item-account {
    display: block;
    color: #828282;
    padding: 18px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .tab-content .navbar_item-account a {
    color: #828282;
  }
  .tab-content .navbar_item-account.smm-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .tab-content .navbar_item-account.is_autorized svg {
    fill: #828282;
  }
  .submenu-third {
    display: none;
  }
  .header-black {
    height: 100%;
  }
  .header-black .form-search {
    display: none;
  }
  .inner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .inner-list__item,
  .inner-list li {
    width: 100%;
    height: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }
  .inner-list__link {
    display: block;
    width: 100%;
  }
  .inner-list__link:hover:before {
    width: 100%;
    height: 100%;
  }
  .inner-list .navbar_item {
    background-color: rgba(255, 255, 255, 0.06);
  }
  .inner-list .navbar_item-account {
    display: none;
  }
  .inner-list .navbar_item-language {
    display: none;
  }
  .inner-list .dropdown {
    display: none;
  }
  .mobile-toggle:before, .mobile-toggle:after {
    content: "";
    position: absolute;
    right: 5%;
    left: auto;
    top: 27px;
    width: 10px;
    height: 2px;
    background-color: #828282;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 2px;
    z-index: 9;
  }
  .mobile-toggle:before {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mobile-toggle:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .mobile-toggle.active:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mobile-toggle.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .mobile-toggle.active .submenu-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: static;
    z-index: unset;
  }
  .mobile-toggle.active .submenu-third__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mobile-toggle.active .submenu-third__container .submenu-third__varios-menu {
    height: auto;
    display: block;
  }
  .mobile-toggle.active .submenu-third__container .submenu-third__varios-menu .submenu-third__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 35px;
    height: auto;
  }
  .mobile-toggle.active .submenu-third__container .submenu-third__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-toggle.active .submenu-third__container .submenu-third__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .mobile-toggle.active .submenu-third__container .submenu-third__list .submenu-third__item--title {
    display: none;
  }
  .mobile-toggle.active .submenu-third__container .full-image {
    display: none;
  }
}
/* DEFAULT FOOTER =================================================================================================== */
.footer {
  position: relative;
  font-size: 15px;
  font-family: "Mariupol-Medium";
  border-top: 1px solid #ebebeb;
}
.footer .collapse-container {
  display: block;
}
.footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #828282;
}
.footer a:hover {
  color: #828282;
}
.footer_label {
  display: block;
  font-size: 15px;
  line-height: 14px;
  margin-bottom: 16px;
}
.footer_top {
  padding: 48px 0 52px;
}
.footer_top .container_wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-height: 800px) {
  .footer_top {
    padding: 28px 0 22px;
  }
}
.footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_contact_wrap {
  color: #828282;
}
.footer_contact_label {
  margin-bottom: 10px;
  line-height: 20px;
  margin-top: 3px;
}
.footer_contact_label span {
  display: block;
}
.footer_contact .footer_contact_phone {
  line-height: 24px;
  display: block;
  margin-bottom: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.footer_contact .footer_contact_phone:hover {
  color: #828282;
}
.footer_contact_time {
  line-height: 24px;
  font-size: 13px;
}
.footer_menu {
  width: 60%;
}
.footer_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer_menu > ul > li ul li a {
  display: block;
  font-size: 15px;
  line-height: 26px;
}
.footer_menu > ul > li ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.footer_buttons {
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_buttons_item {
  margin-bottom: 20px;
}
.footer_buttons_social .footer_link_item:hover {
  color: #000000;
  text-decoration: underline;
}
.footer_buttons_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.footer_buttons_link .footer_link_item {
  font-size: 15px;
  color: #828282;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_buttons__icon {
  max-width: 17px;
  max-height: 17px;
  width: 17px;
  height: 17px;
}
.footer_buttons__icon-viber {
  margin-left: 24px;
  max-width: 17px;
  max-height: 17px;
  width: 17px;
  height: 17px;
}
@media (max-width: 767px) {
  .footer_buttons__icon-viber--footer {
    margin-left: 0;
  }
}
.footer_buttons__icon--telegram {
  margin-left: 24px;
}
.footer_buttons__icon--big {
  max-width: 40px;
  max-height: 40px;
  width: 40px;
  height: 40px;
}
.footer_buttons__wrap-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 13px;
  margin-bottom: 4px;
}
.footer_bottom {
  border-top: 1px solid #ebebeb;
  font-size: 15px;
  line-height: 24px;
  color: #828282;
  font-family: "Mariupol-Regular";
}
.footer_bottom .container_wrapper {
  height: 50px;
}

/* /DEFAULT FOOTER ================================================================================================== */
@media screen and (max-width: 1199px) {
  .footer .container_wrapper {
    margin: 0 -15px;
  }
  .footer_menu {
    margin: 0;
    width: 450px;
  }
  .footer_menu ul {
    margin: 0;
  }
  .footer_menu ul li {
    margin: 0;
  }
  .footer_menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer_buttons {
    max-width: 210px;
  }
}
@media screen and (max-width: 991px) {
  .footer_contact_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_contact_label {
    line-height: 22px;
  }
  .footer_menu {
    margin: 0;
    width: 460px;
  }
  .footer_menu__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 460px;
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_buttons_payment {
    margin-left: 25px;
    min-width: 221px;
  }
  .footer_bottom .footer-rights {
    height: auto;
    padding: 10px 0;
  }
  .container_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer_top {
    padding: 15px 0 15px;
  }
  .footer .container {
    max-width: 720px;
  }
  .footer .collapse-container {
    display: none;
  }
  .footer_contact {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(124, 124, 124, 0.1);
  }
  .footer_contact_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0 15px 10px;
  }
  .footer_contact_phone {
    margin: 0;
  }
  .footer_menu {
    margin: 0;
    width: 100%;
  }
  .footer_menu__list {
    -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;
  }
  .footer_menu .footer_menu-item {
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(124, 124, 124, 0.1);
  }
  .footer_link_item {
    padding: 10px;
  }
  .footer_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .footer_buttons__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0 15px 10px;
  }
  .footer_buttons_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .footer_buttons_item {
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(124, 124, 124, 0.1);
  }
  .footer_buttons_payment {
    margin-left: 0;
  }
  .footer_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .footer_label__plus {
    min-width: 25px;
    width: 25px;
    display: block;
    position: relative;
  }
  .footer_label__plus::after, .footer_label__plus::before {
    content: "";
    height: 2px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #000000;
  }
  .footer_label__plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .footer_label__plus.active:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .footer .container_wrapper {
    margin: 0;
  }
  .footer_bottom .footer-rights {
    height: auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-menu__list-drop {
    padding: 15px 0 15px 10px;
  }
}
.subscribe {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  padding: 70px 0;
}
@media (max-width: 992px) {
  .subscribe {
    margin: 24px 0 0 0;
  }
}
.subscribe.subscribed .container_wrapper {
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom-color: #fff;
  position: relative;
}
.subscribe.subscribed .container_wrapper:before {
  -webkit-animation: loaderLine 3.95s linear;
          animation: loaderLine 3.95s linear;
}
.subscribe.subscribed .subscribe_label_text {
  color: #000000;
  text-align: center;
}
.subscribe.subscribed .subscribe_form {
  display: none;
}
.subscribe.subscribed .subscribe_form .c-input-submit {
  color: #000000;
}
.subscribe.subscribed .subscribe_form .c-input-submit svg {
  color: #000000;
}
.subscribe .container_wrapper {
  background: #000000;
  color: #fff;
  padding: 26px 50px;
  height: 118px;
  border: 2px solid #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (max-height: 800px) {
  .subscribe .container_wrapper {
    height: 108px;
  }
}
.subscribe .container_wrapper:before {
  content: "";
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -2px;
  left: -2px;
}
@media (max-width: 991px) {
  .subscribe .container_wrapper {
    height: 123px;
  }
}
@media (max-width: 767px) {
  .subscribe .container_wrapper {
    height: 137px;
  }
}
.subscribe_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribe_label_text {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  width: 100%;
  max-width: 550px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .subscribe_label_text {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .subscribe_label_text {
    max-width: none;
    width: 100%;
  }
}
.subscribe_form {
  position: relative;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 1199px) {
  .subscribe_form {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .subscribe_form {
    max-width: none;
    width: 100%;
  }
}
.subscribe_form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.subscribe_form .c-input {
  padding-right: 135px;
  font-size: 18px;
  color: #fff;
  background: none;
}
.subscribe_form .c-input:-webkit-autofill, .subscribe_form .c-input:-webkit-autofill:hover, .subscribe_form .c-input:-webkit-autofill:focus, .subscribe_form .c-input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
          transition-delay: 9999s;
}
.subscribe_form .c-input:focus {
  border-color: inherit;
}
.subscribe_form .c-input-submit {
  font-size: 16px;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.subscribe_form .c-input-submit svg {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.subscribe_form .c-input-submit:hover {
  color: #b5b5b5;
}
.subscribe_form .c-input-submit:hover svg {
  color: #b5b5b5;
}
.subscribe_form .subscribe_error {
  bottom: -30px;
  position: absolute;
}
@media (max-width: 991px) {
  .subscribe_form .subscribe_error {
    bottom: -24px;
  }
}
@media (max-width: 767px) {
  .subscribe_form .subscribe_error {
    bottom: -22px;
  }
}

@media screen and (max-width: 991px) {
  .subscribe {
    padding: 0;
  }
  .subscribe .container {
    padding: 0;
    max-width: 100%;
  }
  .subscribe .container_wrapper {
    height: auto;
  }
  .subscribe_text {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .subscribe {
    padding: 0;
  }
  .subscribe .container_wrapper {
    padding: 20px 15px;
  }
}
@-webkit-keyframes loaderLine {
  from {
    width: 0;
  }
  to {
    width: calc(100% + 4px);
  }
}
@keyframes loaderLine {
  from {
    width: 0;
  }
  to {
    width: calc(100% + 4px);
  }
}
.subscribe-pop-up {
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #1D1D1D;
  height: 223px;
  max-width: 580px;
  margin: 0 auto;
  border: none;
  z-index: 50;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
}
.subscribe-pop-up .subscribe-content-wrapper {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  position: relative;
}
.subscribe-pop-up .subscribe-content-wrapper .js-modal-close {
  color: #828282;
  position: absolute;
  top: 4px;
  right: -2px;
}
.subscribe-pop-up .subscribe-content-wrapper .subscribe_label {
  -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;
}
.subscribe-pop-up .subscribe-content-wrapper .subscribe_label .subscribe_label_text {
  line-height: 26px;
  margin-bottom: 13px;
}
.subscribe-pop-up .subscribe-content-wrapper .subscribe_form {
  margin: 0 auto;
}
.subscribe-pop-up .subscribe-content-wrapper p {
  color: #828282;
}

.sub-pop-up-show {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 767px) {
  .subscribe-pop-up {
    max-width: 500px;
    bottom: 0;
    right: 0;
  }
  .subscribe-pop-up .sub-pop-up-img {
    display: none;
  }
}
.noLoaded {
  overflow: hidden;
  position: relative;
}
.noLoaded:before, .noLoaded:after {
  content: "";
  position: absolute;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.noLoaded:before {
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.noLoaded:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("/assets/images/loader_block.svg");
  background-repeat: no-repeat;
  z-index: 4;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .noLoaded:after {
    top: calc(50% - 55px);
  }
}

.slider {
  position: relative;
  overflow: hidden;
}
.slider.noLoaded {
  height: 100vh;
}
.slider .container {
  position: relative;
}
.slider .slider_nav_prev,
.slider .slider_nav_next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100% - 1410px) / 2);
  z-index: 2;
  cursor: pointer;
}
.slider .slider_nav_prev {
  left: 0;
}
.slider .slider_nav_next {
  right: 0;
}
.slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.slider_item .sit_image {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  max-width: 1410px;
  height: 100%;
  max-height: calc(100vh - 225px);
  overflow-y: hidden;
  margin: 0;
}
@media (min-height: 1100px) {
  .slider_item .sit_image {
    max-height: 800px;
  }
}
.slider_item .sit_image video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: calc(100vh - 225px);
}
@media (min-height: 1100px) {
  .slider_item .sit_image video {
    height: 800px;
  }
}
@media (max-height: 800px) {
  .slider_item .sit_image video {
    height: 550px;
  }
}
.slider_item .sit_image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 35, 0.2)), to(rgba(35, 35, 35, 0)));
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.2) 0%, rgba(35, 35, 35, 0) 100%);
}
.slider_item .sit_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 100%;
  max-height: calc(100vh - 225px);
  margin: auto;
}
@media (min-height: 1100px) {
  .slider_item .sit_image img {
    max-height: 800px;
  }
}
.slider_item_text {
  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: absolute;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 1410px;
  color: #fff;
  text-align: center;
}
.slider_item .sit_title {
  font-family: "ISOCPEUR";
  font-size: 72px;
  line-height: 75px;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 840px;
  z-index: 2;
}
@media (max-height: 800px) {
  .slider_item .sit_title {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
.slider_item .sit_description {
  margin-bottom: 48px;
  max-width: 840px;
  font-size: 14px;
  line-height: 24px;
  z-index: 2;
}
@media (max-height: 800px) {
  .slider_item .sit_description {
    margin-bottom: 25px;
  }
}
.slider_item .sit_button {
  z-index: 2;
  max-width: 100%;
}
.slider_item .sit_button:hover {
  color: #000000;
  border-color: #fff;
  background-color: #fff;
}
@media (max-width: 576px) {
  .slider_item .sit_button {
    line-height: 25px;
    white-space: normal;
  }
}
.slider_nav {
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  padding: 0 7px;
}
.slider_nav_wrap .slider_nav_slide {
  width: 30px;
}
.slider_nav_wrap .slider_nav_slide:first-child {
  text-align: right;
}
.slider_nav_wrap .slider_nav_slide:last-child {
  text-align: left;
}
.slider_nav_wrap .slider_nav_time {
  width: 64px;
  height: 2px;
  background-color: #828282;
  position: relative;
  margin: 0 12px;
}
.slider_nav_wrap .slider_nav_time:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 0;
  height: 2px;
}
.slider_nav_wrap .slider_nav_time.slider_line_go:before {
  -webkit-transition: 5s linear;
  transition: 5s linear;
  width: 100%;
}
.slider_button {
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.slider_button svg {
  width: 16px;
}
.slider_button:hover {
  background-color: #fff;
  color: #000000;
}
.slider_button.button_black {
  color: #828282;
  border: 1px solid #828282;
}
.slider_button.button_black:hover {
  background-color: #fff;
  color: #828282;
  border: 1px solid #000000;
}
.slider_button.button_black:hover .feather {
  color: #000000;
}
@media (max-width: 991px) {
  .slider_button.button_black {
    border: 1px solid #828282;
    opacity: 0.7;
  }
}

.slick-list {
  overflow: visible;
}
.slick-list .product_image {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .slider_item .sit_image .slide-video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .slider_item:not(.slick-current) .sit_image .slide-video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .slider .container {
    padding: 0;
  }
  .slick-list {
    overflow: hidden;
  }
}
.benefits {
  padding: 48px 0;
}
@media (max-height: 800px) {
  .benefits {
    padding: 28px 0;
  }
}
.benefits_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefits_item-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  position: relative;
  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;
  color: #fff;
  margin-right: 16px;
}
.benefits_item-icon:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  bottom: -4px;
  right: -4px;
  background-color: #ebebeb;
  z-index: 1;
}
.benefits_item-icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #000000;
  z-index: 2;
}
.benefits_item-icon svg {
  z-index: 3;
}
.benefits_item-text {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 1199px) {
  .benefits .container {
    max-width: 1120px;
  }
  .benefits_item {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .home-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-page .benefits {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 20px;
  }
  .home-page .benefits_item {
    padding-left: 0;
    padding-bottom: 25px;
  }
  .home-page .benefits_item-icon {
    width: px;
    height: px;
    min-width: px;
    min-height: px;
  }
  .home-page .benefits_item-icon:before, .home-page .benefits_item-icon:after {
    width: 100%;
    height: 100%;
  }
  .home-page .benefits_item-icon .feather {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
  .home-page .benefits .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 575px) {
  .home-page .benefits .col-6 {
    padding-right: 7px;
  }
  .home-page .benefits_item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home-page .benefits_item-icon {
    margin-right: 7px;
  }
  .home-page .benefits_item-text {
    font-size: 14px;
    line-height: 14px;
  }
}
.main-articles {
  padding: 28px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.main-articles .container_wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-articles_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 44px 0;
  -webkit-transition: none;
  transition: none;
}
.main-articles_item:hover .mai_image img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.main-articles_item:hover .mai_info_title {
  color: #000000;
}
.main-articles_item:hover .mai_info_description {
  color: #000000;
}
.main-articles_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main-articles_item:nth-child(even) .mai_info {
  margin-left: 0;
  margin-right: -90px;
}
@media (max-height: 800px) {
  .main-articles_item:nth-child(even) .mai_info {
    margin-right: -190px;
  }
}
.main-articles_item .mai_image {
  min-width: 690px;
  height: 424px;
  position: relative;
  overflow: hidden;
}
@media (max-height: 800px) {
  .main-articles_item .mai_image {
    min-width: 610px;
    height: 340px;
  }
}
.main-articles_item .mai_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.main-articles_item .mai_info {
  width: 100%;
  max-width: 570px;
  margin-left: -90px;
  z-index: 1;
  position: relative;
}
.main-articles_item .mai_info_background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}
.main-articles_item .mai_info_title {
  display: block;
  font-family: "ISOCPEUR";
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (max-height: 800px) {
  .main-articles_item .mai_info_title {
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 10px;
  }
}
.main-articles_item .mai_info_description {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 0 10px;
}
@media (max-height: 800px) {
  .main-articles_item {
    padding: 24px 0;
  }
}

@media screen and (max-width: 1199px) {
  .main-articles_item {
    -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;
  }
  .main-articles_item .mai_info {
    margin-left: 0;
  }
  .main-articles_item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .main-articles_item {
    min-width: auto;
    max-width: 95%;
    width: 95%;
    padding-bottom: 0;
  }
  .main-articles_item .mai_image {
    min-width: auto;
    width: 100%;
  }
  .main-articles_item .mai_image img {
    width: inherit;
  }
  .main-articles_item .mai_info_title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .main-articles_item .mai_info_description {
    font-size: 12px;
  }
  .main-articles .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 575px) {
  .main-articles_item {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
  }
  .main-articles_item .mai_image {
    height: auto;
  }
  .main-articles_item .mai_image img {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    top: 0;
    height: auto;
  }
  .main-articles_item .mai_info_title {
    font-size: 24px;
    line-height: 26px;
  }
  .main-articles_item .mai_info_title::before {
    display: none;
  }
}
.brands {
  padding: 60px 0;
  border-bottom: 1px solid #ebebeb;
}
@media (max-height: 800px) {
  .brands {
    padding: 30px 0;
  }
}
.brands .title_block {
  margin-bottom: 30px;
}
.brands_slider {
  overflow: hidden;
}
.brands_slider.noLoaded {
  height: 120px;
}
.brands_slider .slick-list {
  margin: 0 -10px;
}
.brands_slider a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  margin: 0 10px;
}
@media (max-height: 800px) {
  .brands_slider a {
    height: 80px;
  }
}
.brands_slider a img {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
  width: auto;
  max-height: 100%;
  max-width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brands_wrapper {
  position: relative;
}
.brands_wrapper .slider_button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.brands_wrapper .brand_btn_prev {
  left: -100px;
  z-index: 10;
  background-color: #fff;
}
.brands_wrapper .brand_btn_next {
  right: -100px;
  z-index: 10;
  background-color: #fff;
}

@media screen and (max-width: 1600px) {
  .brands_wrapper .brand_btn_prev {
    left: -5px;
  }
  .brands_wrapper .brand_btn_next {
    right: -5px;
  }
}
@media screen and (max-width: 1199px) {
  .brands_wrapper .brand_btn_prev {
    left: -30px;
  }
  .brands_wrapper .brand_btn_next {
    right: -30px;
  }
}
@media screen and (max-width: 991px) {
  .brands {
    display: none;
  }
  .brands_wrapper .brand_btn_prev {
    left: -30px;
  }
  .brands_wrapper .brand_btn_next {
    right: -30px;
  }
}
.slider_product {
  padding: 0 0 40px;
}
@media (max-height: 800px) {
  .slider_product {
    padding: 0 0 17px;
  }
}
.slider_product .title_block {
  margin-bottom: 24px;
}
@media (max-height: 800px) {
  .slider_product .title_block {
    margin-bottom: 16px;
  }
}
.slider_product .title_block .c-button {
  margin-left: -1px;
}
.slider_product_wrapper {
  position: relative;
}
.slider_product_wrapper .slider_button,
.slider_product_wrapper .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .slider_product_wrapper .slider_button,
  .slider_product_wrapper .slick-arrow {
    top: 30%;
  }
}
@media (max-width: 575px) {
  .slider_product_wrapper .slider_button,
  .slider_product_wrapper .slick-arrow {
    top: 25%;
  }
}
.slider_product_wrapper .slider_product_prev,
.slider_product_wrapper .slider_product-prev,
.slider_product_wrapper .slick-prev {
  left: -100px;
}
.slider_product_wrapper .slider_product_next,
.slider_product_wrapper .slider_product-next,
.slider_product_wrapper .slick-next {
  right: -100px;
}
.slider_product_wrapper .product {
  width: auto;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .slider_product_wrapper .product {
    max-width: none;
  }
}
@media (max-width: 1600px) {
  .slider_product_wrapper .slider_product_prev,
  .slider_product_wrapper .slick-prev {
    left: 0px;
  }
  .slider_product_wrapper .slider_product_next,
  .slider_product_wrapper .slick-next {
    right: 0px;
  }
}
@media (max-width: 1200px) {
  .slider_product_wrapper .slider_product_prev {
    left: 0;
  }
  .slider_product_wrapper .slider_product_next {
    right: 0;
  }
}
@media (max-width: 575px) {
  .slider_product_wrapper .slider_product_next {
    right: 6% !important;
  }
}
@media (max-width: 767px) {
  .slider_product_wrapper .slider_button,
  .slider_product_wrapper .slick-next,
  .slider_product_wrapper .slick-prev {
    bottom: 0;
  }
  .slider_product_wrapper .slider_product_prev,
  .slider_product_wrapper .slick-prev {
    left: 35px;
    display: none;
  }
  .slider_product_wrapper .slider_product_next,
  .slider_product_wrapper .slick-next {
    right: -5px;
    display: none;
  }
  .slider_product_wrapper .slider_product_prev,
  .slider_product_wrapper .slider_product-prev,
  .slider_product_wrapper .slick-prev {
    -webkit-transform: translate(calc(-50% - 30px), 0);
        -ms-transform: translate(calc(-50% - 30px), 0);
            transform: translate(calc(-50% - 30px), 0);
  }
  .slider_product_wrapper .slider_product_next,
  .slider_product_wrapper .slider_product-next,
  .slider_product_wrapper .slick-next {
    -webkit-transform: translate(calc(-50% + 30px), 0);
        -ms-transform: translate(calc(-50% + 30px), 0);
            transform: translate(calc(-50% + 30px), 0);
  }
}
@media (max-width: 425px) {
  .slider_product_wrapper .slider_button,
  .slider_product_wrapper .slick-next,
  .slider_product_wrapper .slick-prev {
    height: 25px;
    width: 25px;
  }
}

.slider_common {
  width: 100%;
}
@media (max-width: 767px) {
  .slider_common .slick-list {
    overflow: visible;
  }
}

.slider_common,
.stylist_choice-common {
  overflow: hidden;
}

.stylist_tabs .slider_product .title_block-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.stylist_tabs .slider_product .title_block-home-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stylist_tabs .slider_product .title_block-home .text {
  border: 1px solid #000000;
  padding: 15px 20px;
  margin-right: 0;
  font-size: 14px;
  font-family: "Mariupol-Regular";
  text-transform: none;
  color: #000000;
}
.stylist_tabs .slider_product .title_block-home .text:first-child, .stylist_tabs .slider_product .title_block-home .text:nth-child(2) {
  border-right: 0;
}
.stylist_tabs .slider_product .title_block-home .text.link-active {
  background-color: #000000;
  color: #fff;
}
.stylist_tabs--recommended {
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .stylist_tabs--recommended {
    padding-bottom: 24px;
  }
}

.novelty-slider-nav {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .novelty-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .novelty-slider-nav .slider_nav_slide {
    color: #828282;
  }
}

@media screen and (max-width: 991px) {
  .slider_product .title_block {
    position: relative;
    margin-bottom: 0px;
  }
  .slider_product .title_block-home .title_block-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .slider_product .title_block .c-button {
    display: none;
  }
  .slider_product .title_block .slider_button {
    border: 1px solid #000000;
  }
  .slider_product .title_block .slider_button .feather {
    color: #000000;
  }
  .slider_product__product .slider_nav {
    position: relative;
    height: 40px;
    width: 150px;
    bottom: 45px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    left: auto;
    margin-left: auto;
  }
  .slider_product__product .slider_product_next {
    right: 0px;
    bottom: auto;
    top: -20px;
  }
  .slider_product__product .slider_product_prev {
    right: 80px;
    left: auto;
    bottom: auto;
    top: -20px;
  }
  .slider_product_wrapper {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .slider_product {
    padding: 0 0 0;
  }
  .slider_product .title_block {
    margin-bottom: 20px;
  }
  .slider_product .title_block-home .title_block-list .text:first-child {
    margin: 0;
  }
  .slider_product__product .slider_product_next {
    bottom: auto;
    top: -40px;
    right: 10px;
  }
  .slider_product__product .slider_product_prev {
    left: auto;
    right: 60px;
    top: -40px;
  }
  .slider_product__product .product_image {
    height: 280px;
  }
  .slider_product__product .product_image img {
    max-height: 80%;
    top: 0;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .stylist_tabs .slider_product .title_block-home {
    -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;
    text-align: left;
  }
  .stylist_tabs .slider_product .title_block-home span {
    display: block;
    margin: 0 auto 0 0;
  }
  .stylist_tabs .slider_product .title_block-list {
    margin-right: auto;
  }
  .stylist_tabs .slider_product .product_info .price_block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 575px) {
  .slider_product .title_block-home .title_block-list {
    margin-top: 15px;
  }
  .slider_product .title_block-home .title_block-list .text {
    padding: 7px 18px;
  }
}
.type_model .product_image {
  background-size: contain;
}
.type_model .product_image img {
  opacity: 0;
}
.type_model .product-body__frame {
  background-size: contain;
}
.type_model .product-body__frame img {
  opacity: 0;
}

.stylist_choice-detail_title {
  margin: 40px 0 40px;
}

.consulting_block {
  border: 0;
  background: transparent;
}

.product {
  width: 100%;
  max-width: 340px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.product .product__sale-label {
  position: absolute;
  z-index: 4;
  left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 4px 6px;
  width: auto;
  max-width: 44%;
  margin-bottom: 5px;
  line-height: 18px;
  cursor: pointer;
  top: 9px;
}
.product .product__sale-label:nth-child(2) {
  top: 40px;
}
.product .product__sale-label:nth-child(3) {
  top: 71px;
}
.product .product__sale-label:nth-child(4) {
  top: 102px;
}
.product .product__sale-label:nth-child(5) {
  top: 133px;
}
.product .product__sale-label:nth-child(6) {
  top: 164px;
}
.product .product__sale-label:nth-child(7) {
  top: 195px;
}
.product .product__sale-label:nth-child(8) {
  top: 226px;
}
.product .product__sale-label:nth-child(9) {
  top: 257px;
}
.product .product__sale-label:nth-child(10) {
  top: 288px;
}
.product .product__sale-label:nth-child(11) {
  top: 319px;
}
.product__add-wishlist {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 4;
  cursor: pointer;
}
@media (max-width: 991px) {
  .product__add-wishlist {
    top: 0;
    padding: 10px;
  }
  .product__add-wishlist .profile-list__icon {
    margin-right: 0;
  }
}
.product_image {
  width: 100%;
  aspect-ratio: 3/4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-size: 0;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .product_image {
    max-height: 434px;
  }
}
.product_image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.product_image .product_image_background {
  opacity: 0;
}
.product_image img {
  height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_image:hover {
  background-size: cover;
}
.product_image_card img {
  -o-object-fit: cover;
     object-fit: cover;
}
.product_image_card:hover .product_image_background {
  opacity: 1;
}
.product_image_card:hover .product_image_background img {
  opacity: 1;
}
.product_color {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 15px;
  bottom: 20px;
  z-index: 3;
}
.product_color-item {
  width: 24px;
  height: 24px;
  margin: 8px 0;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.product_color-item--image {
  -o-object-fit: cover;
     object-fit: cover;
}
.product_color-item:hover, .product_color-item.active {
  border: 1px solid #000000;
}
.product_info {
  text-align: start;
  padding-bottom: 9px;
}
.product_info-brand {
  font-family: "ISOCPEUR";
  font-size: 20px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product_info-title {
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
}
.product_info-price {
  margin-top: 42px;
  font-size: 18px;
  line-height: 18px;
}
.product_action {
  width: 100%;
  display: none;
  height: auto;
  padding-bottom: 2px;
  background: #fff;
}
.product_action-button {
  margin-bottom: 10px;
}
.product_action-button.c-button {
  background-color: #000000;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}
.product_action-button.c-button.hover {
  background-color: #fff;
  color: #000000;
}
@media (max-width: 767px) {
  .product_action-button.c-button {
    display: none;
  }
}
.product_action-button.disabled-btn {
  opacity: 0.5;
  width: 100%;
  display: block;
  text-align: center;
  cursor: default;
}
@media (max-width: 767px) {
  .product_action-button.disabled-btn {
    display: none;
  }
}
.product_action-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  background: #fff;
}
.product_action-size--item {
  margin: 3px;
  border: 1px solid #ebebeb;
  height: 32px;
  min-width: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 7px;
  text-transform: uppercase;
}
.product_action-size--item.active {
  background-color: #000000;
  color: #fff;
}
@media (min-width: 767px) {
  .product_action-size--item:hover {
    background-color: #000000;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .bookmarks-catalog .product_action-button.c-button {
    display: block;
  }
}
.bookmarks-catalog__item .js-variant-sizes {
  display: none;
}
.bookmarks-catalog .js-modal-sizes {
  display: none;
}

.product-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

@media screen and (max-width: 1600px) {
  .stylist_choice-detail_slider .slider_product_wrapper .slider_product-prev {
    left: -10px;
    background-color: #fff;
  }
  .stylist_choice-detail_slider .slider_product_wrapper .slider_product-next {
    right: -10px;
    background-color: #fff;
  }
}
@media screen and (max-width: 575px) {
  .product_image img {
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product_color {
    bottom: 0;
  }
  .swiper-container .swiper-main {
    height: 450px;
  }
}
.product_offline_only {
  margin-bottom: 40px;
  padding: 10px 20px 10px 0;
}
.product_offline_only_text {
  font-family: ISOCPEUR;
  font-size: 24px;
  line-height: 28px;
  position: relative;
}
.product_offline_only_text i {
  position: absolute;
  top: -2px;
  right: -16px;
  font-size: 12px;
  line-height: 20px;
  cursor: help;
}

.star-mobile-wrapper {
  position: relative;
}
.star-mobile-wrapper .size_alert {
  right: 0;
  left: auto;
  top: auto;
}

.star-mobile {
  z-index: 99;
}
@media (max-width: 991px) {
  .star-mobile {
    bottom: 0;
    top: auto !important;
  }
}

@media (min-width: 992px) {
  .star-mobile {
    display: none;
  }
}
.image-source-link {
  color: #98c3d1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-counter {
  display: none;
}

.mfp-container {
  position: relative;
}

.dots-navigation {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 999999999999;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #333;
}

.swiper-main-arrow {
  position: absolute;
  border: 1px solid #828282 !important;
  opacity: 0.7 !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  top: 50%;
  z-index: 1000000;
}
.swiper-main-left {
  left: 5% !important;
}
.swiper-main-left:before {
  content: "←";
}
.swiper-main-right {
  right: 5% !important;
}
.swiper-main-right:before {
  content: "→";
}

#no-product .product_detail-info_desc {
  font-size: 36px;
  margin-top: -20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #no-product .product_detail-info_desc {
    text-align: center;
  }
}

#pickup {
  position: relative;
}
#pickup .size_alert {
  top: unset;
  bottom: -28px;
}

.product-shops {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-shops.active {
  visibility: visible;
  opacity: 1;
}
.product-shops__popup {
  border-radius: 4px;
  max-width: 90%;
  max-height: 90dvh;
  min-height: 90dvh;
  width: 100%;
  padding: 24px;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .product-shops__popup {
    padding: 27px 10px;
    max-width: 100%;
    max-height: 100dvh;
    min-height: 100dvh;
  }
}
.product-shops__close {
  position: absolute;
  top: 25px;
  right: 25px;
  background: transparent;
  border: none;
}
@media (max-width: 767px) {
  .product-shops__close {
    top: 27px;
    right: 10px;
  }
}
.product-shops__header {
  font-family: "Mariupol-Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .product-shops__header {
    margin-bottom: 24px;
  }
}
.product-shops__shops-list-wrapper {
  position: relative;
}
.product-shops__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 50px auto;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 1400px) {
  .product-shops__content {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (max-width: 1199px) {
  .product-shops__content {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 30px auto;
  }
}
.product-shops__shops-list {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  padding: 2px;
}
.product-shops__shops-list.active {
  position: static;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.product-shops__shops-list-wrapper {
  overflow-y: scroll;
  max-height: calc(90vh - 100px);
  min-height: calc(90vh - 100px);
  min-width: 480px;
  width: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (max-width: 1199px) {
  .product-shops__shops-list-wrapper {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    max-height: calc(90vh - 208px);
    min-height: calc(90vh - 208px);
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .product-shops__shops-list-wrapper {
    max-height: calc(100vh - 208px);
    min-height: calc(100vh - 208px);
  }
}
@media (max-width: 385px) {
  .product-shops__shops-list-wrapper {
    max-height: calc(100vh - 238px);
    min-height: calc(100vh - 238px);
  }
}
.product-shops__shops-map {
  margin-top: 24px;
  min-width: 480px;
  width: 100%;
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 1199px) {
  .product-shops__shops-map {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    max-height: calc(90vh - 208px);
    min-height: calc(90vh - 208px);
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .product-shops__shops-map {
    max-height: calc(100vh - 208px);
    min-height: calc(100vh - 208px);
  }
}
@media (max-width: 385px) {
  .product-shops__shops-map {
    max-height: calc(100vh - 238px);
    min-height: calc(100vh - 238px);
  }
}
.product-shops__shops-map #shops-map {
  width: 100%;
  height: 100%;
}
.product-shops__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 1199px) {
  .product-shops__filters {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 10px;
  }
}
.product-shops__filters span {
  display: none;
}
.product-shops__filters .city {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  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: 38px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #A3A3A3;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .product-shops__filters .city {
    padding: 14px 24px;
    height: 50px;
  }
}
.product-shops__filters .city.active {
  background-color: #000000;
  border: none;
  color: white;
}
.product-shops__shop-maps {
  min-width: 480px;
}

.shop-item {
  padding: 18px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(102, 102, 102, 0.5);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.shop-item.active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 1px;
  border-color: #000;
}
@media (max-width: 767px) {
  .shop-item {
    padding: 24px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop-item__address {
  text-decoration: underline;
}
.shop-item__details {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  text-decoration: underline;
}
.shop-item__img {
  width: 100px;
  min-width: 100px;
}
@media (max-width: 767px) {
  .shop-item__img {
    height: 88px;
    width: 100px;
  }
}
.shop-item__img picture {
  width: 100%;
  height: 100%;
}
.shop-item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.shop-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-left: 16px;
  font-size: 14px;
  line-height: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .shop-item__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.shop-item__working-time {
  color: #A3A3A3;
}
.shop-item__count {
  font-size: 14px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 767px) {
  .shop-item__count {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 500px) {
  .shop-item__count {
    min-width: unset;
  }
}
.shop-item__count--available {
  color: #00a046;
}
.shop-item__count p {
  margin-bottom: 0;
}
.shop-item--date {
  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: 100px;
  height: 28px;
  margin: 4px auto 0;
  color: #414141;
  background: rgba(240, 180, 70, 0.2117647059);
  border-radius: 3px;
}
@media (max-width: 767px) {
  .shop-item--date {
    margin-top: 0;
  }
}
.shop-item--available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .shop-item--available {
    margin-top: 16px;
    gap: 8px;
    width: 100%;
  }
}
.shop-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .shop-item__bottom {
    margin-top: 16px;
    gap: 8px;
    width: 100%;
  }
}
.shop-item__btn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 9px 15px;
  height: 40px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 165px;
  max-width: 165px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .shop-item__btn {
    padding: 2px 10px;
    min-width: unset;
    max-width: unset;
  }
}
.shop-item__btn:hover {
  background: #fff;
  color: #000;
}

.pickup_shop_wrapper .selectize-input.input-active {
  cursor: pointer !important;
}

.mobile-map-tabs {
  display: none;
}

@media (max-width: 1199px) {
  .product-shops .mobile-map-tab-item.active {
    margin-top: 28px;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .product-shops.active .mobile-map-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-shops.active .mobile-map-tab-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .product-shops.active .mobile-map-tab-item.active {
    margin-top: 28px;
    position: static;
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .product-shops.active .mobile-map-tabs {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .product-shops.active .mobile-map-tab {
    width: calc(50% - 4px);
    min-height: 50px;
    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;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #A3A3A3;
  }
  .product-shops.active .mobile-map-tab.active {
    background: #000;
    color: #fff;
    border: none;
  }
}
.picture-image {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .mobile-picture {
    display: none;
  }
}

.desktop-picture {
  display: none;
}
@media (min-width: 768px) {
  .desktop-picture {
    display: block;
  }
}

.product_detail-info_star--black {
  display: block;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  height: 50px;
  width: 50px;
  min-width: 50px;
  padding: 0 !important;
  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;
  -webkit-transition: all 0.15s !important;
  transition: all 0.15s !important;
  border-color: #000 !important;
}
.product_detail-info_star--black svg {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.product_detail-info_star--black:hover {
  border-color: #828282 !important;
}

.product-promo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 0;
  position: relative;
  padding: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  margin-bottom: 24px;
}
.product-promo-block--cashback .skeleton-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-promo-block__content {
  width: 100%;
  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;
  gap: 12px;
}
.product-promo-block__icon {
  min-width: 24px;
  color: #cfa365;
}
.product-promo-block__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.product-promo-block__title--bold {
  font-weight: 700;
}
.product-promo-block__date {
  font-size: 14px;
  line-height: 21px;
  color: #828282;
}
.product-promo-block__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding-bottom: 3px;
  display: inline-block;
  cursor: pointer;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.product-promo-block.loading {
  border-color: transparent;
}
.product-promo-block.loading .product-promo-block__icon, .product-promo-block.loading .product-promo-block__content {
  opacity: 0;
}
@media (max-width: 992px) {
  .product-promo-block--decktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-promo-block--modile {
    display: none;
  }
}

.checkbox-block input[type=checkbox],
.checkbox-block input[type=radio] {
  border: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.checkbox-block input[type=checkbox]:focus + label, .checkbox-block input[type=checkbox]:hover + label,
.checkbox-block input[type=radio]:focus + label,
.checkbox-block input[type=radio]:hover + label {
  cursor: pointer;
}
.checkbox-block input[type=checkbox]:focus + label:before, .checkbox-block input[type=checkbox]:hover + label:before,
.checkbox-block input[type=radio]:focus + label:before,
.checkbox-block input[type=radio]:hover + label:before {
  border-color: #828282;
}
.checkbox-block input[type=checkbox] + label,
.checkbox-block input[type=radio] + label {
  position: relative;
  padding: 0 10px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox-block input[type=checkbox] + label:before,
.checkbox-block input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #828282;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
}
.checkbox-block input[type=checkbox] + label:after,
.checkbox-block input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  width: 14px;
  height: 14px;
  border: 4px solid #000000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkbox-block input[type=checkbox]:checked + label:before,
.checkbox-block input[type=radio]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
}
.checkbox-block input[type=checkbox]:checked + label:after,
.checkbox-block input[type=radio]:checked + label:after {
  opacity: 1;
}
@-webkit-keyframes borderscale {
  50% {
    -webkit-box-shadow: 0 0 0 2px #000000;
            box-shadow: 0 0 0 2px #000000;
  }
}
@keyframes borderscale {
  50% {
    -webkit-box-shadow: 0 0 0 2px #000000;
            box-shadow: 0 0 0 2px #000000;
  }
}

.filter_row__price .checkbox-block input[type=radio],
.filter_row__price .checkbox-block input[type=radio] {
  border: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.filter_row__price .checkbox-block input[type=radio]:focus + label, .filter_row__price .checkbox-block input[type=radio]:hover + label,
.filter_row__price .checkbox-block input[type=radio]:focus + label,
.filter_row__price .checkbox-block input[type=radio]:hover + label {
  cursor: pointer;
}
.filter_row__price .checkbox-block input[type=radio]:focus + label:before, .filter_row__price .checkbox-block input[type=radio]:hover + label:before,
.filter_row__price .checkbox-block input[type=radio]:focus + label:before,
.filter_row__price .checkbox-block input[type=radio]:hover + label:before {
  border-color: #828282;
}
.filter_row__price .checkbox-block input[type=radio] + label,
.filter_row__price .checkbox-block input[type=radio] + label {
  position: relative;
  padding: 0 10px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .filter_row__price .checkbox-block input[type=radio] + label,
  .filter_row__price .checkbox-block input[type=radio] + label {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .filter_row__price .checkbox-block input[type=radio] + label,
  .filter_row__price .checkbox-block input[type=radio] + label {
    padding: 0 10px 0 30px;
  }
}
.filter_row__price .checkbox-block input[type=radio] + label:before,
.filter_row__price .checkbox-block input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #828282;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
}
.filter_row__price .checkbox-block input[type=radio] + label:after,
.filter_row__price .checkbox-block input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  width: 14px;
  height: 14px;
  border: 4px solid #000000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter_row__price .checkbox-block input[type=radio]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
}
.filter_row__price .checkbox-block input[type=radio]:checked + label:after {
  opacity: 1;
}
@keyframes borderscale {
  50% {
    -webkit-box-shadow: 0 0 0 2px #000000;
            box-shadow: 0 0 0 2px #000000;
  }
}

.radio-wrapper .checkbox-block input[type=radio] {
  border: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.radio-wrapper .checkbox-block input[type=radio]:focus + label, .radio-wrapper .checkbox-block input[type=radio]:hover + label {
  cursor: pointer;
}
.radio-wrapper .checkbox-block input[type=radio]:focus + label:before, .radio-wrapper .checkbox-block input[type=radio]:hover + label:before {
  border-color: #828282;
}
.radio-wrapper .checkbox-block input[type=radio] + label {
  position: relative;
  padding: 0 10px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .radio-wrapper .checkbox-block input[type=radio] + label {
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 1199px) {
  .radio-wrapper .checkbox-block input[type=radio] + label {
    padding: 0 10px 0 25px;
  }
}
.radio-wrapper .checkbox-block input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #828282;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
}
.radio-wrapper .checkbox-block input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 5px solid #000000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.radio-wrapper .checkbox-block input[type=radio]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
}
.radio-wrapper .checkbox-block input[type=radio]:checked + label:after {
  opacity: 1;
}
@keyframes borderscale {
  50% {
    -webkit-box-shadow: 0 0 0 2px #000000;
            box-shadow: 0 0 0 2px #000000;
  }
}

.catalog_navbar {
  position: sticky;
  top: 110px;
  overflow: hidden;
  width: 242px;
}
@media (max-width: 991px) {
  .catalog_navbar {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .catalog_navbar {
    position: initial;
    top: auto;
  }
}
.catalog_navbar-scrollbar {
  width: calc(100% + 17px);
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}
.catalog_navbar.header_fixed {
  top: 160px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.catalog_navbar .submenu-third {
  display: none;
}
.catalog_navbar .categories-list__item-link {
  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-right: 20px;
}
.catalog_navbar .categories-list__chevron {
  rotate: 90deg;
}
.catalog_navbar .categories-list__chevron--active {
  rotate: -90deg;
}
.catalog_navbar .categories-list__dropdown {
  height: 0;
  padding: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
}
.catalog_navbar .categories-list__dropdown.active {
  height: auto;
  padding: 8px 0;
  opacity: 1;
}
.catalog_navbar .filter {
  width: 255px;
}

.page-brand .catalog_navbar .categories-list__dropdown {
  display: none;
}
@media (max-width: 767px) {
  .page-brand .catalog_navbar .categories-list__dropdown.show {
    display: block;
  }
  .page-brand .catalog_navbar .categories-list__dropdown.show .categories-list__dropdown {
    display: block;
  }
}
.page-brand .catalog_navbar .categories-list__dropdown.active {
  display: block;
}

.filters-container__title {
  display: none;
}
.filters-container .c-modal-close {
  display: none;
}
.filters-container .modal-size .c-modal-close {
  display: block;
}

.container-product__paginate .paginate-buttons {
  border: none;
  background: none;
}

.simplebar-scrollbar {
  width: 3px;
  right: 3px;
}

.simplebar-wrapper {
  position: relative;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  z-index: 2;
}
.simplebar-track.simplebar-vertical:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #828282;
  left: 6px;
  z-index: -1;
}

.page-catalog .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .page-catalog .container {
    max-width: 1700px;
  }
}

.filter_row .clear_button {
  visibility: hidden;
}
.filter_row.has_checked_option .clear_button {
  visibility: visible;
}
@media (max-width: 992px) {
  .filter .filter_menu_mobile {
    display: block;
  }
  .filter.loader_block:before, .filter.loader_block:after {
    position: fixed;
    z-index: 3;
  }
  .filter.loader_block:after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.filter .filter__title {
  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;
  padding: 28px 15px 20px 15px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 992px) {
  .filter .filter__title {
    padding-top: 20px;
  }
}
@media (max-height: 800px) {
  .filter .filter__title {
    padding: 10px 15px 10px 15px;
  }
}
.filter .filter__title .catalog_title-text {
  font-size: 28px;
}
.filter .filter__title .clear_button {
  margin-top: 20px;
}
.filter_row {
  border-bottom: 1px solid #ebebeb;
  padding-left: 15px;
  padding-right: 15px;
}
.filter_row-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  font-family: "ISOCPEUR";
  font-size: 22px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter_row-header .toggler-icon {
  padding: 30px 0 30px 30px;
  width: 100%;
}
@media (max-height: 800px) {
  .filter_row-header .toggler-icon {
    padding: 15px 0 15px 30px;
  }
}
.filter_row-header:hover .toggler-icon {
  color: #828282;
}
.filter_row-body {
  padding-bottom: 20px;
  padding-right: 15px;
}
.filter_row-body.scroll {
  margin-bottom: 20px;
}
.filter_row-body .nav-tabs {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_row-body .nav-tabs__title {
  text-align: left;
  margin-right: auto;
}
.filter_row-body .nav-link {
  border: 0;
  padding: 0;
  margin: 10px;
  text-align: center;
}
.filter_row-body .nav-link.active {
  position: relative;
}
.filter_row-body .nav-link.active:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #000000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
  bottom: 0;
}
.filter_row-body .product_action-size--item {
  margin: 3px;
  cursor: pointer;
}
.filter_row-body .product_action-size--item.active {
  color: #000000;
}
.filter_row-footer {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter_row .form-search {
  margin-bottom: 20px;
}
.filter_row__price {
  margin: 10px 0 40px 0;
}
.filter_row__price .checkbox-block {
  color: #000000;
}
.filter_row .c-form {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .filter .catalog_menu {
    display: none;
  }
}
.filter-price-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.filter-price-inputs:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #828282;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.filter-price-inputs input {
  max-width: calc(50% - 20px);
  padding: 4px 5px;
  border: 0;
  border-bottom: 1px solid #828282;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .filter-price-inputs input {
    padding: 4px 0;
  }
}
@media screen and (max-width: 1199px) {
  .filter-price-inputs input {
    padding: 4px 10px;
  }
}
.filter-price-inputs input:focus {
  outline: none;
}
.filter-price .irs {
  top: 50%;
}
.filter-price .irs-bar {
  background-color: #000000 !important;
  top: 50%;
  height: 2px;
}
.filter-price .irs-line {
  top: 50%;
  height: 2px;
}
.filter-price .irs-handle {
  cursor: pointer;
  border: 2px solid #000000 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 37%;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 0;
}
.filter-price .irs-handle:hover:before {
  opacity: 1;
}
.filter_form__button {
  display: none;
}
.filter__tab-size {
  margin-top: 10px;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
}
.filter__tab-size:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #000000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 0;
  bottom: 0;
}
.filter__tab-size:hover {
  color: #000000;
}
.filter__tab-size:hover:after {
  width: 100%;
}
.filter__tab-size-wrapper {
  width: 100%;
}

.filter_row-body .product_action-size--item.disabled {
  color: #828282;
  pointer-events: none;
  background: rgba(130, 130, 130, 0.2);
  border: rgb(130, 130, 130);
}

.checkbox-block.disabled {
  pointer-events: none;
  color: #828282;
}
.checkbox-block.disabled input {
  pointer-events: none;
  color: #828282;
}
.checkbox-block.disabled input[type=checkbox] + label:before {
  border: rgb(130, 130, 130);
  background: rgba(130, 130, 130, 0.2);
}
.checkbox-block.disabled label {
  color: #828282;
}
.checkbox-block.disabled label span {
  padding-left: 5px;
}

.product-wrap__head {
  position: relative;
}
.product-wrap__head .product_color {
  top: auto;
  bottom: 10px;
}

.catalog_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 20px 0px 20px;
}
.catalog_title-text {
  font-size: 32px;
  line-height: 28px;
  font-family: "ISOCPEUR";
  text-transform: uppercase;
}
.catalog_title-count {
  font-size: 18px;
  line-height: 18px;
}
.catalog_title h1 {
  margin-bottom: 32px;
  font-size: 32px !important;
  font-family: "Mariupol-Regular";
  font-weight: 400 !important;
  line-height: 29px !important;
}
@media (max-width: 991px) {
  .catalog_title h1 {
    font-weight: 500 !important;
    font-size: 24px !important;
    color: #1a1a1a;
  }
}
.catalog_title.page_title .catalog_title-count {
  text-transform: uppercase;
}
.catalog_title .count-filter {
  font-size: 25px;
  text-transform: uppercase;
  font-family: "ISOCPEUR";
}
.catalog_title.two-line .catalog_title-text {
  margin-bottom: 14px;
}
.catalog_title.pb-30 {
  padding-bottom: 30px;
}

.filter-nav {
  display: none;
}

.catalog_top {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .catalog_top {
    display: none;
  }
}
.catalog_top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 24px;
  position: relative;
}
.catalog_top .catalog_title {
  padding-left: 0;
  padding-right: 0;
}
.catalog_top .catalog_title .catalog_title-count {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.catalog_top .catalog_title .catalog_title-count.loading {
  opacity: 0;
  visibility: hidden;
}
.catalog_top .counters-wrappers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog_top .catalog_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -6px;
}
.catalog_top .catalog_action-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog_top .catalog_action-type--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.catalog_top .catalog_action-type--item:hover img:first-child, .catalog_top .catalog_action-type--item.active img:first-child {
  opacity: 0;
}
.catalog_top .catalog_action-type--item:hover img:last-child, .catalog_top .catalog_action-type--item.active img:last-child {
  opacity: 1;
}
.catalog_top .catalog_action-type--item img {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog_top .catalog_action-type--item img:first-child {
  opacity: 1;
}
.catalog_top .catalog_action-type--item img:last-child {
  opacity: 0;
}
.catalog_top .catalog_action-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog_top .catalog_action-view--item {
  width: 26px;
  height: 28px;
  border: 1px solid #ebebeb;
  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;
  cursor: pointer;
  margin-right: 8px;
}
.catalog_top .catalog_action-view--item:last-child {
  margin-right: 0;
}
.catalog_top .catalog_action-view--item .view-item-col {
  height: 18px;
  background-color: #828282;
  margin: 0 1px;
}
.catalog_top .catalog_action-view--item:hover, .catalog_top .catalog_action-view--item.active {
  border-color: #828282;
}
.catalog_top .catalog_action-view--item:hover .view-item-col, .catalog_top .catalog_action-view--item.active .view-item-col {
  background-color: #000000;
}
.catalog_top .catalog_action-view--item.view-item-3 .view-item-col {
  width: 4px;
}
.catalog_top .catalog_action-view--item.view-item-4 .view-item-col {
  width: 2px;
}
.catalog_top .catalog_filter {
  position: absolute;
  background-color: #fff;
}
.catalog_top .catalog_filter-collection {
  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;
  font-size: 15px;
  line-height: 14px;
  color: #828282;
  margin-bottom: 0;
}
.catalog_top .catalog_filter-collection-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 22;
}
.catalog_top .catalog_filter-collection-icon-text {
  font-size: 18px;
  line-height: 17px;
  margin-left: 8px;
}
.catalog_top .catalog_filter-collection:hover .catalog_filter-collection-wrapper {
  opacity: 1;
  z-index: 21;
}
.catalog_top .catalog_filter-collection-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -13px;
  left: -7px;
  top: -20px;
  padding: 56px 20px 20px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -2;
}
@media (max-width: 992px) {
  .catalog_top .catalog_filter-collection-wrapper {
    display: none;
  }
}
.catalog_top .catalog_filter-collection-text {
  margin-left: 10px;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.catalog_top .catalog_filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.catalog_top .catalog_filter-item {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  border: 1px solid #ebebeb;
  padding: 6px 32px 7px 10px;
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.catalog_top .catalog_filter-item:hover {
  color: #000000;
}
.catalog_top .catalog_filter-item.clear_button::after, .catalog_top .catalog_filter-item.clear_button::before {
  background-color: #000000;
  right: 10px;
  left: unset;
}
.catalog_top .catalog_filter-clear {
  margin-left: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-wrap: nowrap;
  text-decoration: underline;
  color: #000000;
  font-family: "Mariupol-Regular";
  padding-left: 0;
  padding-right: 20px;
}
.catalog_top .catalog_filter-clear::after, .catalog_top .catalog_filter-clear::before {
  display: none;
}

.size_format .filter__tab-size {
  display: inline-block;
  cursor: pointer;
  color: #828282;
}
.size_format .filter__tab-size.active {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.size_format .filter__tab-size:after {
  bottom: -1px;
}

.clear_button {
  position: relative;
  padding-left: 20px;
  font-family: "Mariupol-Medium";
  cursor: pointer;
  color: #828282;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  line-height: 13px;
  text-transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clear_button:hover {
  color: #000000;
}
.clear_button:hover:before, .clear_button:hover:after {
  background-color: #000000;
}
.clear_button:before, .clear_button:after {
  content: "";
  position: absolute;
  background-color: #828282;
  width: 10px;
  height: 2px;
  display: block;
  top: calc(50% - 2px);
  left: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 2px;
}
.clear_button:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.clear_button:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.it,
.int {
  width: calc(50% - 10px);
}

.catalog_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px 24px;
}
@media (max-width: 992px) {
  .catalog_main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .catalog_main {
    gap: 16px 10px;
  }
}
.catalog_main.view_4 .catalog_main-item {
  max-width: calc(25% - 18px);
}
@media (max-width: 992px) {
  .catalog_main.view_4 .catalog_main-item {
    max-width: calc(50% - 5px);
  }
}
.catalog_main-item {
  width: 100%;
  max-width: calc(25% - 18px);
}
@media (max-width: 1199px) {
  .catalog_main-item {
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 992px) {
  .catalog_main-item {
    max-width: 100%;
  }
}
.catalog_main-item:only-child {
  max-width: 100%;
}
.catalog_main .js-empty-catalog {
  display: none;
  margin: 0 auto;
  text-align: center;
}
.catalog_main .js-empty-catalog .benefits_item {
  cursor: default;
}
.catalog_main .js-empty-catalog .benefits_item-icon, .catalog_main .js-empty-catalog .benefits_item-icon:before, .catalog_main .js-empty-catalog .benefits_item-icon:after {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}
.catalog_main .product {
  margin-bottom: 10px;
}
.catalog_main .product_image {
  margin-bottom: 10px;
  overflow: hidden;
}
.special_link,
.special_link:hover {
  color: #e45b5b;
}

.catalog_menu {
  min-width: 242px;
  padding: 0 15px;
}
.catalog_menu--no-padding {
  padding: 0;
}
@media (max-width: 992px) {
  .catalog_menu {
    margin-bottom: 20px;
    padding: 0;
  }
}
.catalog_menu .special_link {
  color: #e45b5b;
}
.catalog_menu .newest {
  border-bottom: 1px solid #ebebeb;
}
.catalog_menu > ul > li {
  padding: 0;
}
@media (max-height: 991px) {
  .catalog_menu > ul > li {
    padding: 0;
  }
}
.catalog_menu > ul > li > a {
  font-family: "ISOCPEUR";
  font-size: 22px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  padding: 30px 0 18px 30px;
  position: relative;
}
@media (max-height: 800px) {
  .catalog_menu > ul > li > a {
    padding: 15px 0 15px 30px;
  }
}
.catalog_menu > ul > li > a:before, .catalog_menu > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 4px);
  width: 10px;
  height: 2px;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 2px;
}
@media (max-height: 800px) {
  .catalog_menu > ul > li > a:before, .catalog_menu > ul > li > a:after {
    top: 50%;
  }
}
.catalog_menu > ul > li > a:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.catalog_menu > ul > li > a:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.catalog_menu > ul > li > a.catalog_menu_expanded:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.catalog_menu > ul > li > ul {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-height: 800px) {
  .catalog_menu > ul > li > ul {
    margin-bottom: 0;
  }
}
.catalog_menu > ul > li > ul.show {
  padding-bottom: 20px;
  max-height: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .catalog_menu > ul > li > ul.show {
    padding-bottom: 0;
  }
}
.catalog_menu > ul > li > ul li a {
  font-family: "Mariupol-Regular";
  font-size: 15px;
  line-height: 14px;
  padding: 9px 0;
  display: inline-block;
}
.catalog_menu > ul > li > ul li a:hover, .catalog_menu > ul > li > ul li a.active {
  color: #000000;
  font-family: "Mariupol-Medium";
}
.catalog_menu > ul > li > ul li ul {
  margin-left: 20px;
  padding: 8px 0;
}
.catalog_menu > ul > li > ul li ul li a {
  font-size: 14px;
  line-height: 13px;
  padding: 8px 0 9px;
}

.catalog_brand {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 53px;
  border-top: 1px solid #ebebeb;
}
.catalog_brand-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog_brand-image {
  width: 100%;
  max-width: 690px;
  max-height: 240px;
  overflow: hidden;
}
.catalog_brand-image img {
  max-width: 100%;
  max-height: 240px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog_brand-text {
  width: 100%;
  max-width: 740px;
  padding-left: 70px;
  margin: auto;
}
.catalog_brand-text h1 {
  font-family: "ISOCPEUR";
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.catalog_brand-text p {
  line-height: 20px;
  margin-bottom: 10px;
}
.catalog_brand-text p:last-child {
  margin-bottom: 0;
}
.catalog_brand-text-wrapper {
  height: 100%;
  max-height: 260px;
  overflow: hidden;
}
.catalog_brand-text-wrapper.collapsed_auto {
  max-height: none;
}
.catalog_brand-collapse_text {
  color: #000000;
  cursor: pointer;
  border-bottom: 1px dashed #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  padding-top: 7px;
}
.catalog_brand-collapse_text:hover {
  opacity: 0.8;
}

.product-all-info {
  position: relative;
}
.product-all-info .product_info {
  padding: 5px 10px 0;
}
@media (max-width: 576px) {
  .product-all-info .product_info {
    padding: 0;
    display: block;
    height: auto;
  }
}
.product-all-info .product_info .price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.product-all-info .product_info .price_block-old {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 4px;
  margin-right: 8px;
}
.product-all-info .product_info .price_block-old--line {
  text-decoration: line-through;
}
.product-all-info .product_info .price_block-new {
  font-size: 18px;
  line-height: 18px;
}
.product-all-info .product_info .price_block-discount {
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
  color: #b83d3d;
  border-color: #b83d3d;
  margin-right: 6px;
  padding: 2px 3px;
}
.product-all-info .product_action {
  position: absolute;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
.product-all-info .product_action-size--item:hover {
  color: #000000;
  background: transparent;
}

.filter-close {
  display: none;
}

.pagination-row {
  padding: 20px 0 20px 0;
}

#dropdownMenuCount.less::after {
  content: none;
}

.slider_common .catalog_main-item {
  max-width: 25%;
}
@media (max-width: 1199px) {
  .slider_common .catalog_main-item {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .slider_common .catalog_main-item {
    max-width: 100%;
  }
}

@media (max-width: 1600px) {
  .slider_product__catalog {
    padding-bottom: 30px;
  }
}
@media (max-width: 1600px) and (max-height: 800px) {
  .slider_product__catalog {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .catalog_title-text {
    font-size: 28px;
  }
  .catalog_title-count {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .page-catalog .container-product {
    max-width: 1100px;
  }
  .filter .filter__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter .filter__title .clear_button {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .catalog_menu > ul {
    padding: 0 10px;
  }
  .filter_row {
    padding: 0 10px;
  }
  .filter_row-header .clear_button {
    display: none;
  }
  .filter__title {
    padding: 20px 10px;
  }
  .filter__title .catalog_title-text {
    font-size: 24px;
  }
  .filter__title .clear_button {
    display: none;
  }
  .filters-container {
    --filters-container-bottom-offset: 70px;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    max-height: 100%;
    padding: 0 0 var(--filters-container-bottom-offset) 0;
    z-index: 99999999;
  }
  .filters-container__title {
    padding: 20px;
    padding-left: 35px;
    display: block;
    text-transform: capitalize;
    font-family: "Mariupol-Regular";
    font-weight: 500;
    font-size: 16px !important;
    line-height: 30px;
    text-align: center;
  }
  .filters-container .c-modal-close {
    display: block;
  }
  .filters-container--show {
    display: block;
  }
  .filter-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-bottom: 24px;
    background: #fff;
  }
  .container-catalog .filter-nav {
    background: #fff;
  }
  .filter-nav .simple-label {
    margin-right: 0;
    font-family: "Mariupol-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
  }
  .filter-nav__item {
    padding: 9px 16px;
    width: 100%;
    height: 40px;
    margin-right: 5px;
    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;
    background: transparent;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    font-family: "Mariupol-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #1a1a1a;
  }
  .filter-nav__item:active {
    opacity: 0.8;
  }
  .filter-nav__item svg {
    width: 16px;
    color: #828282;
  }
  .filter-nav__item .mt-1 {
    margin-top: 2px !important;
    color: #3a3a3a;
    font-size: 8px;
    line-height: 8px;
  }
  .filter-nav__dropdown {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
    width: calc(100% - 100px);
  }
  .filter-nav__dropdown .dropdown-menu {
    z-index: 10;
  }
  .filter-nav__dropdown .dropdown-toggle {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slider_product__catalog {
    padding: 0;
  }
  .slider_product .title_block__catalog {
    padding-bottom: 60px;
  }
  .slider_product .title_block .slider_product_next {
    top: auto;
    bottom: -55px;
    right: 100px;
  }
  .slider_product .title_block .slider_product_prev {
    top: auto;
    bottom: -55px;
    left: 100px;
  }
  .catalog_navbar {
    width: 100%;
    padding-right: 20px;
  }
  .catalog_navbar .filter {
    width: 100%;
  }
  .catalog_navbar .submenu-third {
    display: block;
    padding: 20px;
  }
  .catalog_navbar .submenu-third__link {
    font-size: 15px;
  }
  .catalog_navbar .submenu-third__frame {
    display: none;
  }
  .catalog_title {
    position: relative;
  }
  .filter {
    border: 0;
  }
  .filter__title {
    -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;
  }
  .filter__title-text {
    font-size: 24px;
  }
  .filter__title.pb-30 {
    padding: 13px;
  }
  .filter .catalog_menu {
    display: block;
  }
  .filter .catalog_title .border-bottom {
    border-bottom-color: #ebebeb !important;
  }
  .filter_row {
    border-bottom: 1px solid #ebebeb;
  }
  .filter_row .header {
    padding: 24px 0;
  }
  .filter_form {
    padding-bottom: 20px;
  }
  .filter_form__button-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 24px;
    border-top: 1px solid #ebebeb;
    z-index: 2;
  }
  .filter_form__button {
    padding: 17px 0;
    color: #fff;
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #000000;
    border: 0;
    cursor: pointer;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .filter-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    left: auto;
    display: block;
    border: 0;
  }
  .filter-close.c-button {
    color: #000000;
  }
  .filter-close.c-button:hover {
    background-color: transparent;
  }
  .catalog_title {
    padding: 0;
  }
  .catalog_title.two-line .catalog_title-text {
    margin-bottom: 2px;
    font-size: 24px;
  }
  .catalog_title h1 {
    margin-bottom: 16px;
    font-size: 24px;
    font-family: "Mariupol-Medium";
  }
  .catalog_title-count {
    font-size: 15px;
  }
  .catalog_title.border-bottom {
    border-bottom-color: #ebebeb !important;
  }
  .catalog_top-wrapper {
    border-bottom: 0;
  }
  .catalog_top-wrapper .js-filter-collection-count {
    display: none;
  }
  .catalog_menu {
    margin-bottom: 0;
    display: none;
  }
  .catalog_menu .catalog_title {
    padding: 15px 15px 20px 15px;
  }
  .catalog_menu ul {
    padding: 0 10px;
  }
  .catalog_menu ul > li > ul {
    padding: 0 30px 0 5px;
  }
  .catalog_menu ul > li > ul > li a {
    padding: 13px 0;
  }
  .catalog_main .product {
    max-width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .catalog_main .product_info-brand {
    margin-bottom: 5px;
  }
  .catalog_main .product_info-title {
    font-size: 12px;
    margin-bottom: 0;
  }
  #sort-label {
    font-family: "Mariupol-Regular";
  }
  .pagination-row {
    padding: 20px 0 30px 0;
  }
  .title_block span {
    font-size: 24px;
    line-height: 30px;
  }
  .col-sm-6 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
  }
  .col-sm-6 .product {
    width: 100%;
  }
  .filter-nav .filter-nav__item .catalog_filter-collection {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filter-nav .filter-nav__item .catalog_filter-collection-text {
    color: #828282;
    margin: 0 auto;
  }
}
.media_block {
  width: 100%;
  margin-top: 30px;
  display: block;
  position: relative;
  min-height: 350px;
}
@media screen and (max-width: 767px) {
  .media_block {
    display: none;
  }
}
.media_block_image {
  min-height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media_block_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  color: #fff;
  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;
}
.media_block_text span {
  position: relative;
  z-index: 10;
  text-align: center;
  word-break: break-all;
}
.media_block_text:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.benefits_item {
  padding-left: 0;
}
.benefits_item-text {
  cursor: pointer;
}

@media (max-width: 767px) {
  .js-catalog-sticky-helper {
    display: none;
  }
  .js-empty-catalog .subtitle,
  .js-empty-catalog .benefits_item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.catalog_navbar .catalog_menu {
  max-width: calc(100% - 2px);
}

.scroll-block::-webkit-scrollbar-track {
  background-color: #eee;
}

.scroll-block::-webkit-scrollbar {
  width: 3px;
}

.scroll-block::-webkit-scrollbar-thumb {
  background: #000000;
}

.scroll-block:hover::-webkit-scrollbar-thumb {
  background: #000000;
}

.scroll-block {
  scrollbar-color: rgb(0, 0, 0) rgb(238, 238, 238) !important;
  scrollbar-width: thin !important;
}

.seo-text {
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}
@media (max-height: 800px) {
  .seo-text {
    padding-bottom: 20px;
  }
}
.seo-text__wrapper {
  max-width: 100%;
  max-height: 120px;
  position: relative;
  z-index: 1;
  padding-left: 0;
  overflow: hidden;
}
.seo-text__wrapper.opened, .seo-text__wrapper.active {
  display: block;
  max-height: 100% !important;
}
.seo-text__wrapper.opened .js-collapse-text-seo, .seo-text__wrapper.active .js-collapse-text-seo {
  max-height: 100% !important;
}

.collapse-wrapper {
  position: relative;
  padding-bottom: 20px;
}
.collapse-wrapper .js-fade {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.collapse-wrapper .js-fade--below {
  bottom: -5px;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
      -ms-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.paginate-buttons {
  width: 35px;
  height: 35px;
  border-radius: 20px;
  cursor: pointer;
  color: #828282;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.paginate-buttons:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.paginate-buttons:hover {
  color: #000000;
  background-color: transparent;
}
.paginate-buttons:hover:after {
  width: 10px;
}
.paginate-buttons.next-button, .paginate-buttons.back-button {
  background: none;
  border: 1px solid #828282;
  opacity: 0.7;
}
.paginate-buttons.next-button .fas, .paginate-buttons.back-button .fas {
  font-weight: normal;
  line-height: unset;
  font-size: 10px;
}
.paginate-buttons.next-button:after, .paginate-buttons.back-button:after {
  width: 0;
}
.paginate-buttons.next-button:hover, .paginate-buttons.back-button:hover {
  border-color: #000000;
}
.paginate-buttons.active-page:after {
  width: 0;
}
@media (max-width: 425px) {
  .paginate-buttons {
    width: 25px;
    height: 25px;
  }
}

.active-page {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  position: relative;
}
.active-page:hover {
  cursor: not-allowed;
  color: #000000;
}
.active-page:after {
  display: block;
}

.image-container.loading {
  background: #f4f4f4;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
}

@keyframes blink {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
.image-container {
  width: 100%;
  height: 100%;
}

.image-container img {
  width: 100%;
}

.promotion-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .promotion-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.promotion-hero__image {
  max-width: 640px;
  width: 100%;
}
@media (max-width: 768px) {
  .promotion-hero__image {
    max-width: 100%;
  }
}
.promotion-hero__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion-hero__label {
  border-radius: 4px;
  padding: 3px 8px;
  background: #dee2e6;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .promotion-hero__label {
    margin-bottom: 16px;
  }
}
.promotion-hero__title {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .promotion-hero__title {
    font-size: 28px;
  }
}
.promotion-hero__date {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 24px;
}

.inner-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  overflow-x: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .inner-categories {
    display: none;
  }
}

.inner-category.c-button {
  line-height: 28px;
  padding: 0 12px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.inner-category.c-button.active {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.catalog_main-item.no-hover *:hover {
  pointer-events: none;
}

.stylist_tabs__max-100w {
  max-width: 100%;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 32px 0 24px;
  border-radius: 0;
}
.breadcrumb-item {
  font-size: 13px;
  line-height: 13px;
  font-family: "Mariupol-Regular", sans-serif;
  color: #828282;
}
.breadcrumb-item a {
  color: #828282;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: #000000;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 8px;
  color: #828282;
  content: "-";
}

@media screen and (max-width: 991px) {
  .catalog-nav .container {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-nav {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 9px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, 0.25) calc(100% - 9px), transparent);
            mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 9px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, 0.25) calc(100% - 9px), transparent);
  }
  .breadcrumb {
    margin: 16px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .breadcrumb-item {
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 14px;
    white-space: nowrap;
  }
}
.pagination .page-item {
  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;
  text-align: center;
  width: 35px;
  height: 35px;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  background: none;
  border: 1px solid #828282;
  opacity: 0.7;
}
.pagination .page-item:first-child .page-link .fas, .pagination .page-item:last-child .page-link .fas {
  font-weight: normal;
  line-height: unset;
  font-size: 10px;
}
.pagination .page-item:first-child .page-link:after, .pagination .page-item:last-child .page-link:after {
  display: none;
}
.pagination .page-item:focus {
  outline: none;
}
.pagination .page-item .page-link {
  margin: 0;
  padding: 0;
  color: #828282;
  line-height: 33px;
  width: 100%;
  height: 100%;
  border-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;
}
.pagination .page-item .page-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 2px;
  background-color: #000000;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .page-item .page-link:hover {
  color: #000000;
  background-color: transparent;
}
.pagination .page-item .page-link:hover:after {
  display: block;
}
.pagination .page-item.active .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  position: relative;
}
.pagination .page-item.active .page-link:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .page-item.active .page-link:hover {
  cursor: not-allowed;
  color: #000000;
}
.pagination .page-item.active .page-link:after {
  display: block;
}
.pagination .page-item:last-child .page-link:hover, .pagination .page-item:first-child .page-link:hover {
  border-color: #000000;
}
.pagination .page-item:last-child .page-link:hover:after, .pagination .page-item:first-child .page-link:hover:after {
  display: none;
}
.pagination .page-dotted .page-link {
  border-color: transparent;
  color: #828282;
}
.pagination .page-dotted .page-link:hover {
  background-color: transparent;
}
.pagination-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pagination-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pagination-radius .page-item {
  margin: 0 5px;
}
.pagination-radius .page-item .page-link {
  border-radius: 50%;
}

@media (max-width: 425px) {
  .pagination .page-item {
    width: 25px;
    height: 25px;
  }
}
.brand_top_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.brand_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.brand_filter-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.brand .container {
  overflow-x: hidden;
}

.alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 30px 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.alphabet_item {
  font-size: 17px;
  line-height: 14px;
  text-transform: uppercase;
  color: #828282;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "ISOCPEUR";
}
.alphabet_item:first-child {
  margin-left: 0;
}
.alphabet_item.active_latter, .alphabet_item:hover {
  color: #000000;
}

.letters_one {
  padding: 33px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ebebeb;
}
.letters_one:last-child {
  border-bottom: none;
}
.letters_one-character {
  width: 100%;
  max-width: 120px;
  font-size: 32px;
  line-height: 31px;
  font-family: "ISOCPEUR";
}
.letters_one-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.letters_one-list-item {
  width: 25%;
  padding: 10px 0;
  font-family: "ISOCPEUR";
  font-size: 18px;
  line-height: 14px;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.letters_one-list-item:hover {
  color: #000000;
}
.letters_empty_brand {
  padding: 30px;
  text-align: center;
}

.mobile-pop-up__wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.mobile-pop-up__wrapper.pop-up-show {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.mobile-pop-up__wrapper.pop-up-show .mobile-pop-up__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  border-radius: 4px;
  padding: 24px 25px;
  -webkit-transition: all 0s;
  transition: all 0s;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 370px;
  max-width: 386px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.mobile-pop-up__wrapper.pop-up-show .mobile-pop-up__content-full {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  border-radius: 4px;
  padding: 24px 25px;
  -webkit-transition: all 0s;
  transition: all 0s;
  top: 65px;
  left: 0;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  translate: 0;
}
.mobile-pop-up__wrapper .size_block-sizes {
  background-color: initial;
  padding: 15px 0;
  max-height: 30vh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin-left: 0px;
}
.mobile-pop-up__wrapper .size_block-sizes .product-detail_size-item {
  margin: 0;
}
.mobile-pop-up__title {
  font-family: "Mariupol-Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.mobile-pop-up__checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #828282;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
  border-radius: 4px;
}
.mobile-pop-up__checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  width: 14px;
  height: 14px;
  border: 4px solid #000000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.mobile-pop-up__content {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  -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;
  padding: 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-pop-up__content .active {
  font-weight: bold;
}
.mobile-pop-up__link {
  font-size: 16px;
  padding: 10px 25px;
  position: relative;
}
.mobile-pop-up__link.active {
  font-weight: 400;
}
.mobile-pop-up__link.active .mobile-pop-up__checkbox::after {
  opacity: 1;
}
.mobile-pop-up__close {
  position: absolute;
  top: 5px;
  right: 5px;
  top: 24px;
  right: 24px;
}
.mobile-pop-up__title {
  text-transform: capitalize;
  font-family: "Mariupol-Regular";
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .alphabet {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .brand_title {
    margin-bottom: 20px;
  }
  .brand_top_wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brand_filter {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .brand_filter-dropdown {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    width: 100%;
  }
  .brand_filter-dropdown .simple-label {
    display: none;
  }
  .brand .dropdown-toggle::after {
    display: none;
  }
  .brand .dropdown-with-label {
    color: #828282;
    padding: 15px 0;
  }
  .brand .dropdown-with-label:first-child {
    border-right: 1px solid #ebebeb;
  }
  .brand .divider-vert {
    margin: 0;
  }
  .brand .divider-vert:after {
    display: none;
  }
  .brand .form-search {
    width: 100%;
  }
  .dropdown-with-label {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .alphabet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-right: 20px;
    overflow-x: auto;
  }
  .alphabet_item {
    font-size: 15px;
    margin: 0 11px;
  }
}
@media screen and (max-width: 767px) {
  .letters_one-character {
    max-width: 100px;
  }
  .letters_one-list-item {
    width: 100%;
  }
  .brand_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .letters_one-character {
    max-width: 70px;
    font-size: 20px;
  }
}
.section-referral {
  padding: 60px 30px;
}
.section-referral b {
  font-family: "Mariupol-Medium";
}
.section-referral__subtitle {
  font-size: 20px;
}
.section-referral__text {
  font-size: 18px;
  text-align: center;
}

.referral-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 40px 0 70px 0;
}

.referral-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
  max-width: 350px;
  width: 33%;
  border-radius: 10px;
  border: 2px solid #ebebeb;
  padding: 20px 50px;
  font-size: 18px;
}
.referral-block__number {
  font-size: 58px;
}
.referral-block__description {
  font-size: 16px;
}
.referral-block__link {
  margin-top: -20px;
}

.answer-block {
  font-size: 18px;
  margin: 70px 0;
  text-align: center;
}
.answer-block__big {
  font-size: 35px;
  line-height: 33px;
  margin: 25px 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;
  cursor: pointer;
}
.answer-block__big .benefits_item-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}
.answer-block__big .benefits_item-icon::before, .answer-block__big .benefits_item-icon::after {
  width: 50px;
  height: 50px;
}
.answer-block__big:hover {
  opacity: 0.8;
}

.referral-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.referral-navigation__link {
  width: 290px;
  margin: 0 5px;
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .referral-block {
    padding: 15px;
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .section-referral {
    padding: 30px;
  }
  .section-referral__subtitle.title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-referral {
    padding: 20px;
  }
  .referral-container {
    -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;
  }
  .referral-block {
    padding: 15px;
    margin: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .referral-navigation {
    -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;
  }
  .referral-navigation__link {
    margin: 10px;
  }
  .referral-block {
    width: 100%;
  }
  .referral-container {
    margin: 30px 0;
  }
  .answer-block__big {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .gender-nav {
    padding-top: 32px;
  }
}
.gender-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .gender-nav__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .gender-nav__content {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .gender-nav__content {
    max-width: 1440px;
  }
}
.gender-nav__main-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 700px 500px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media (max-width: 768px) {
  .gender-nav__main-block {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 16px;
  }
}

.gender-nav-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .gender-nav-item {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.gender-nav-item picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gender-nav-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gender-nav-item__label {
  margin: 0 auto 26px;
  padding: 6px 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  min-width: 140px;
  color: #fff;
  z-index: 2;
  position: absolute;
  bottom: 0;
  translate: -50% 0;
  left: 50%;
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
}
.gender-nav-item__label--link {
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  text-decoration-style: solid;
}
.gender-nav-item__label--title {
  padding-bottom: 7px;
}
.gender-nav-item__label p {
  margin-bottom: 0;
}
.gender-nav-item:hover .gender-nav-item__label {
  background: transparent;
  text-decoration: underline;
}
.gender-nav-item:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.gender-nav-item__woman {
  grid-area: 1/1/2/2;
}
@media (max-width: 768px) {
  .gender-nav-item__woman {
    grid-area: 1/1/2/2;
  }
}
.gender-nav-item__man {
  grid-area: 1/2/2/3;
}
@media (max-width: 768px) {
  .gender-nav-item__man {
    grid-area: 2/1/3/2;
  }
}
.gender-nav-item__children {
  grid-area: 2/1/3/3;
}
@media (max-width: 768px) {
  .gender-nav-item__children {
    grid-area: 3/1/4/2;
  }
}
.gender-nav-item__children img {
  -o-object-position: 50% 15%;
     object-position: 50% 15%;
}

.brands-nav {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .brands-nav {
    margin-top: 35px;
  }
}
.brands-nav__label {
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .brands-nav__label {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
.brands-nav__label a {
  text-align: right;
  vertical-align: middle;
  text-decoration: underline;
  text-transform: none;
  color: #828282;
  font-size: 24px;
}
.brands-nav__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.brands-nav__wrapper::-webkit-scrollbar {
  display: none;
}
.brands-nav__scroll-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 1412px;
  max-width: 1412px;
  gap: 40px 80px;
}
@media (max-width: 992px) {
  .brands-nav__scroll-track {
    gap: 30px 10px;
    min-width: 770px;
    max-width: 770px;
  }
}
@media (max-width: 767px) {
  .brands-nav__scroll-track {
    min-width: 545px;
    max-width: 545px;
  }
}

.brands-nav-item {
  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;
  width: 216px;
  height: 72px;
  position: relative;
  line-height: 1.1;
  text-align: center;
}
.brands-nav-item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .brands-nav-item {
    width: 100px;
    height: 30px;
  }
}

.our-advantages-nav {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .our-advantages-nav {
    margin-top: 32.5px;
  }
}
.our-advantages-nav__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .our-advantages-nav__track {
    display: block;
  }
}
.our-advantages-nav__track .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  gap: 8px;
  list-style: none;
}
.our-advantages-nav__track .slick-dots li {
  margin: 0;
}
.our-advantages-nav__track .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.our-advantages-nav__track .slick-dots .slick-active button {
  background: #000;
}
@media (min-width: 768px) {
  .our-advantages-nav__item {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #000000;
  }
}
@media (max-width: 768px) {
  .our-advantages-nav__item {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
}
.our-advantages-nav__item:last-child {
  border-right: none;
}
.our-advantages-nav__title {
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .our-advantages-nav__title {
    display: none;
  }
}

.our-advantages-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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 162px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .our-advantages-item {
    width: 25%;
    height: 150px;
    padding-top: 0;
  }
}
.our-advantages-item__image {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.our-advantages-item__title {
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.our-advantages-item__description {
  font-family: "Mariupol-Regular";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  max-width: 291px;
  margin: 0 auto;
}
.our-advantages-item__description--link {
  text-decoration: underline;
}

.see-you-nav {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .see-you-nav {
    margin-top: 32px;
  }
}
.see-you-nav__title {
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  gap: 20px;
  margin-bottom: 16px;
  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;
}
.see-you-nav__title a {
  display: none;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: right;
  text-decoration: underline;
  text-transform: none;
  color: #828282;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .see-you-nav__title {
    font-size: 18px;
    line-height: 22px;
  }
  .see-you-nav__title a {
    display: block;
  }
}
.see-you-nav__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .see-you-nav__tabs {
    margin-bottom: 16px;
    gap: 16px;
  }
}
.see-you-nav__tab {
  background: none;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #a3a3a3;
}
.see-you-nav__tab.active {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .see-you-nav__tab {
    font-size: 18px;
    line-height: 22px;
  }
}
.see-you-nav__content {
  display: none;
  gap: 20px;
  position: relative;
}
.see-you-nav__content.active {
  display: block;
}
.see-you-nav__content .slider_button,
.see-you-nav__content .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .see-you-nav__content .slider_button,
  .see-you-nav__content .slick-arrow {
    top: 30%;
  }
}
@media (max-width: 575px) {
  .see-you-nav__content .slider_button,
  .see-you-nav__content .slick-arrow {
    top: 25%;
  }
}
.see-you-nav__content .slider_product_prev,
.see-you-nav__content .slider_product-prev,
.see-you-nav__content .slick-prev {
  left: -100px;
}
.see-you-nav__content .slider_product_next,
.see-you-nav__content .slider_product-next,
.see-you-nav__content .slick-next {
  right: -100px;
}
.see-you-nav__content .product {
  width: auto;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .see-you-nav__content .product {
    max-width: none;
  }
}
@media (max-width: 1600px) {
  .see-you-nav__content .slider_product_prev,
  .see-you-nav__content .slick-prev {
    left: 0px;
    background: #ffffff;
  }
  .see-you-nav__content .slider_product_next,
  .see-you-nav__content .slick-next {
    right: 0px;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .see-you-nav__content .slider_product_prev {
    left: -50px;
  }
  .see-you-nav__content .slider_product_next {
    right: -50px;
  }
}
@media (max-width: 575px) {
  .see-you-nav__content .slider_product_next {
    right: 6% !important;
  }
}
@media (max-width: 767px) {
  .see-you-nav__content .slider_button,
  .see-you-nav__content .slick-next,
  .see-you-nav__content .slick-prev {
    bottom: 0;
  }
  .see-you-nav__content .slider_product_prev,
  .see-you-nav__content .slick-prev {
    left: 35px;
    display: none;
  }
  .see-you-nav__content .slider_product_next,
  .see-you-nav__content .slick-next {
    right: -5px;
    display: none;
  }
  .see-you-nav__content .slider_product_prev,
  .see-you-nav__content .slider_product-prev,
  .see-you-nav__content .slick-prev {
    -webkit-transform: translate(calc(-50% - 30px), 0);
        -ms-transform: translate(calc(-50% - 30px), 0);
            transform: translate(calc(-50% - 30px), 0);
  }
  .see-you-nav__content .slider_product_next,
  .see-you-nav__content .slider_product-next,
  .see-you-nav__content .slick-next {
    -webkit-transform: translate(calc(-50% + 30px), 0);
        -ms-transform: translate(calc(-50% + 30px), 0);
            transform: translate(calc(-50% + 30px), 0);
  }
}
@media (max-width: 425px) {
  .see-you-nav__content .slider_button,
  .see-you-nav__content .slick-next,
  .see-you-nav__content .slick-prev {
    height: 25px;
    width: 25px;
  }
}
.see-you-nav__item {
  background: #fff;
  overflow: hidden;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .see-you-nav__item {
    margin-right: 16px;
  }
}
.see-you-nav__wrapper {
  margin-bottom: 70px;
}
.see-you-nav__skeleton-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.see-you-nav__skeleton {
  width: 464px;
  height: 678px;
  border-radius: 4px;
  background-color: #f0f0f0;
}
@media (max-width: 992px) {
  .see-you-nav__skeleton {
    width: 370px;
    height: 546px;
  }
}
@media (max-width: 992px) {
  .see-you-nav__skeleton {
    display: none;
  }
}
.see-you-nav__skeleton:first-child {
  display: block;
}

.see-you-item__image {
  width: 100%;
  max-width: 449px;
  height: 553px;
  border-radius: 4px;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .see-you-item__image {
    max-width: 370px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .see-you-item__image {
    max-width: 305px;
    height: 346px;
  }
}
.see-you-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.see-you-item__address, .see-you-item__title {
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .see-you-item__address, .see-you-item__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.see-you-item__address {
  color: #696c70;
}
.see-you-item__address-link {
  margin-top: 16px;
  font-family: "Mariupol-Regular";
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media (max-width: 992px) {
  .see-you-item__address-link {
    font-size: 14px;
    line-height: 16px;
  }
}
.see-you-item__address-link img {
  width: auto !important;
}

@media (max-width: 767px) {
  .home-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-page .slider .slick-track {
  overflow: hidden;
}
.home-page .slider__home {
  width: 100%;
}
.home-page .slider__home .slider_item .sit_image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  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;
}
.home-page .slider__home .slider_item .sit_image:before {
  display: none;
}
.home-page .slider__home .slider_item .sit_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
}
.home-page .slider__home .slick-initialized .slider_item .sit_image img {
  opacity: 1;
}
.home-page .slider .sit_title {
  font-family: "Futura PT";
  font-size: 83px;
  line-height: 100px;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 840px;
  z-index: 2;
}
.home-page .slider .sit_button {
  width: 339px;
  height: 81px;
  font-size: 40px;
  border-width: 4px;
}
@media (max-height: 800px) {
  .home-page .slider .sit_title {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home-page .slider {
    margin-top: 0px;
  }
  .home-page .slider__home {
    width: 100%;
  }
  .home-page .slider .sit_title {
    font-family: "Mariupol";
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 840px;
    z-index: 2;
  }
  .home-page .slider .sit_button {
    width: 205px;
    height: 49px;
    font-size: 24px;
    border-width: 4px;
  }
}
@media (max-width: 767px) and (max-height: 800px) {
  .home-page .slider .sit_title {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
.home-page .brands-nav__label a {
  font-size: 24px;
}
@media (max-width: 990px) {
  .home-page .brands-nav__label a {
    font-size: 16px;
  }
}
.home-page .gender-product-slider .title_block {
  margin-bottom: 24px;
  margin-top: 0px;
}
.home-page .gender-product-slider .slider_product {
  padding: 70px 0 0;
}
@media (max-width: 767px) {
  .home-page .gender-product-slider .slider_product {
    padding-top: 32px;
  }
}
.home-page .gender-product-slider .slider_product_next {
  right: -17px;
  background-color: #fff;
}
.home-page .gender-product-slider .slider_product_prev {
  left: -17px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .home-page .slider-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .home-page .slider-order-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 767px) {
  .home-page .slider-order-3 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.home-page .trends-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 70px;
}
.home-page .trends-block__top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  max-height: 500px;
}
.home-page .trends-block__banner {
  max-width: 50%;
  position: relative;
}
.home-page .trends-block__banner--left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.home-page .trends-block__banner--right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.home-page .trends-block__banner--desktop {
  display: block;
}
.home-page .trends-block__banner:hover .trends-block__banner-label {
  background: #000000;
  color: #fff;
}
.home-page .trends-block__banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .trends-block__banner-label {
  position: absolute;
  bottom: 85px;
  left: 9%;
  min-width: 336px;
  padding: 26px 10px;
  background: #fff;
  color: #000000;
  font-weight: 600;
  text-align: center;
  z-index: 10;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .home-page .trends-block {
    margin-top: 32px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-page .trends-block__top-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    max-height: none;
  }
  .home-page .trends-block__banner {
    width: 100%;
    height: 265px;
    max-width: 100%;
  }
  .home-page .trends-block__banner--desktop {
    display: none;
  }
  .home-page .trends-block__banner-image {
    height: 265px;
  }
  .home-page .trends-block__banner-label {
    bottom: 40px;
    min-width: 180px;
    padding: 10px;
  }
}
.home-page .trends-block__banner-mobile-separate {
  display: none;
}
@media (max-width: 767px) {
  .home-page .trends-block__banner-mobile-separate {
    display: block;
    width: 100%;
    height: 265px;
    margin-top: 32px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.home-page .trends-block__banner-mobile-separate .trends-block__banner-image {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .hero-banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.home-page .hero-banner__slide {
  width: 100%;
  height: 100%;
}
.home-page .hero-banner__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.home-page .mobile-right-banner-container {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .home-page .mobile-right-banner-container {
    margin-top: 32px;
  }
}
.home-page .gender-blog {
  margin-top: 70px;
  overflow: hidden;
}
.home-page .gender-blog .slick-list {
  overflow: hidden;
}
.home-page .gender-blog .title_block {
  margin-bottom: 32px;
}
.home-page .gender-blog .title_block span {
  font-size: 32px;
}
.home-page .gender-blog .blog__posts {
  display: block;
  max-width: 100%;
  overflow: hidden;
  justify-items: normal;
  margin-bottom: 0;
}
.home-page .gender-blog .post-item {
  display: block !important;
  width: 454px;
  margin-right: 24px;
}
.home-page .gender-blog .post-item__image {
  width: 100%;
  height: 266px;
  overflow: hidden;
  border-radius: 4px;
}
.home-page .gender-blog .post-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .gender-blog .post-item__name {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .home-page .gender-blog .title_block span {
    font-size: 24px;
  }
  .home-page .gender-blog .brands-nav__label a {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .home-page .gender-blog {
    margin-top: 32px;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .home-page .gender-blog .title_block {
    margin-bottom: 20px;
  }
  .home-page .gender-blog .title_block span {
    font-size: 18px;
  }
  .home-page .gender-blog .post-item {
    width: 308px;
    margin-right: 16px;
  }
  .home-page .gender-blog .post-item__image {
    width: 100%;
    height: 180px;
  }
  .home-page .gender-blog .post-item__image img {
    width: 100%;
    height: 180px;
  }
  .home-page .gender-blog .post-item__name {
    margin-top: 16px;
    font-size: 14px;
  }
}

.profile-nav {
  font-family: "Mariupol-regular";
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
@media screen and (min-width: 991px) {
  .profile-nav {
    display: block;
  }
}
.profile-nav__title {
  display: none;
}

.mobile-profile-menu {
  margin-bottom: 20px;
}
.mobile-profile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 8px;
  border: 1px solid #ebebeb;
  font-family: "Mariupol-regular";
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.mobile-profile-menu__header svg:first-child {
  margin-right: 15px;
}
.mobile-profile-menu__header svg:last-child {
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-profile-menu.active .mobile-profile-menu__header svg:last-child {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (min-width: 991px) {
  .mobile-profile-menu {
    display: none;
  }
}
.mobile-profile-menu__nav {
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ebebeb !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-profile-menu__nav .profile-list {
  padding-top: 0 !important;
}
.mobile-profile-menu__nav .profile-list .profile-list__item:first-child {
  border-top: 0 !important;
}
.mobile-profile-menu__nav .profile-list .profile-list__item:last-child {
  border-bottom: 1px solid #ebebeb !important;
}

.profile-wrapper__top {
  position: relative;
}
.profile-wrapper__back {
  display: none;
}

.slick-slider img {
  width: 100%;
}

.profile-list__item {
  position: relative;
  max-width: 100%;
  max-height: 46px;
  border-radius: 4px;
}
.profile-list__item--active {
  background-color: #f7f4f4;
  font-weight: 600;
}
.profile-list__item:hover .profile-list__link {
  color: #312a2a;
}
.profile-list__item:hover .profile-list__icon {
  stroke: #312a2a;
}
.profile-list__item:before {
  content: "";
  display: block;
  position: absolute;
}
.profile-list__link {
  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;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.45px;
  padding: 14px 60px 14px 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.profile-list__icon {
  max-width: 18px;
  max-height: 18px;
  height: 18px;
  width: 18px;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #fff;
  stroke: #828282;
}

.product__add-wishlist:not(.active) .inactive {
  display: none;
}

.product__add-wishlist.active .profile-list__icon:not(.inactive) {
  display: none;
}

.stylist_tabs .slider__home .slider_nav_wrap {
  display: none;
}

@media screen and (max-width: 1410px) {
  .slider_item {
    max-width: 100%;
  }
  .slider_item:not(.slick-current) .sit_image {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .profile-menu {
    display: block;
  }
  .slick-slider img {
    width: 100%;
  }
}
.parent-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.profile-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 270px;
}

.profile-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

@media screen and (max-width: 991px) {
  .parent-menu {
    position: relative;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .profile-menu {
    display: none;
  }
  .profile-menu {
    min-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .profile-menu--show {
    position: absolute;
    display: block;
    min-height: 100vh;
    height: 100%;
  }
  .profile-nav {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    border: 0;
    z-index: 10;
    background-color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
  }
  .profile-nav__title {
    display: block;
    text-align: center;
  }
  .profile-list {
    padding: 15px 0 0 0;
  }
  .profile-list__item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
  }
  .profile-list__item:last-child {
    margin-top: 0;
    border: 0;
  }
  .profile-list__item:first-child {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
  }
  .profile-list__link {
    color: #000000;
  }
}
@media screen and (max-width: 1199px) {
  .slider_item_text {
    max-width: 930px;
  }
  .slider__home {
    height: auto;
    margin-top: -15px;
  }
}
@media screen and (max-width: 991px) {
  .slider_item_text {
    max-width: 690px;
  }
  .slider .sit_title {
    font-size: 52px;
    line-height: 52px;
  }
  .slider_item .sit_description {
    margin-bottom: 20px;
  }
  .slider__home {
    margin-top: 0;
  }
  .slider_nav {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slider_item {
    height: 100%;
  }
  .slider_item_text {
    max-width: inherit;
    width: inherit;
    padding: 0 10px;
    -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
            transform: translate(0%);
    top: 0;
  }
  .slider_item_text::before {
    top: 0;
    bottom: auto;
    max-height: 405px;
  }
  .slider .sit_title {
    font-size: 32px;
    line-height: 32px;
  }
  .slider .sit_description {
    display: none;
  }
  .slider .sit_image img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider .container {
    max-width: inherit;
  }
}
@media screen and (max-width: 575px) {
  .slider_item {
    height: auto;
    max-width: 100%;
  }
  .slider_item_text {
    width: inherit;
  }
  .slider_item .sit_image img {
    height: 100%;
  }
}
.profile-wrapper {
  margin-top: 32px;
  margin-bottom: 24px;
}
.profile-wrapper__password {
  margin-top: 24px;
}
.profile-wrapper__collapse {
  margin-top: 32px;
  border-top: 1px solid #ebebeb;
}
.profile-wrapper__navigation {
  margin-top: 45px;
  margin-bottom: 70px;
}
.profile-wrapper__bookmarks {
  padding-bottom: 130px;
}
.profile-wrapper__border {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
}
.profile-wrapper .input-field__input {
  min-height: 50px;
}
.profile-wrapper .input-field--focus .input-field__label {
  font-family: "Mariupol-Regular", sans-serif;
  position: absolute;
  left: 2px;
  top: -14px;
}
@media (max-width: 759px) {
  .profile-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

#profile-form .input-field__input {
  font-family: "Mariupol-Regular", sans-serif;
}

.form-user__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}
.form-user__field {
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 12px);
          flex: 0 0 calc(50% - 12px);
  max-width: 450px;
  width: 100%;
}
.form-user__field--new {
  margin-bottom: 16px;
}
.form-user__field .input-field__label {
  left: 2px;
}
@media (max-width: 768px) {
  .form-user__field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-user__js-filter {
  font-size: 13px;
  color: #828282;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.form-user__js-filter a {
  color: inherit;
}
.form-user__js-filter:hover {
  color: #000000;
}
.form-user__js-filter a:hover {
  color: #000000;
  text-decoration: underline;
}
.form-user__control {
  margin-top: 24px;
  margin-bottom: 24px;
  width: calc(50% - 12px);
}
@media (max-width: 768px) {
  .form-user__control {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form-user__container {
    gap: 16px;
  }
}

.password-user__container {
  margin-top: 16px;
}
.password-user__container .form-user__field,
.password-user__container .form-user__block {
  max-width: 450px;
  width: calc(50% - 12px);
}
.password-user__container .form-user__field .form-user__field,
.password-user__container .form-user__block .form-user__field {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .password-user__container .form-user__field,
  .password-user__container .form-user__block {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .password-user__container .form-user__field,
  .password-user__container .form-user__block {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .password-user__container .form-user__field,
  .password-user__container .form-user__block {
    width: 100%;
    max-width: 450px;
  }
}

#save-password-btn:disabled {
  background-color: #999999;
  cursor: not-allowed;
  opacity: 0.6;
}

.profile-wrapper__password .input-field__input,
.profile-wrapper__password .input-field__label {
  font-family: "Mariupol-Regular", sans-serif !important;
}

label.error {
  font-family: "Mariupol-Regular", sans-serif;
  color: #9a1008;
  font-size: 12px;
  position: static;
  display: block;
  margin-top: 4px;
}

.input-field:has(label.error) .input-field__input {
  border-color: #9a1008;
}

.profile-wrapper__password .form-user__field {
  margin-bottom: 16px;
}
.profile-wrapper__password .form-user__field label.error {
  display: block;
  top: 100%;
  margin-top: 4px;
}

.field-warning {
  font-size: 12px;
  color: #828282;
}
.field-warning__warning {
  line-height: 14px;
  display: block;
}
.field-warning__warning a {
  text-decoration: underline;
  color: #828282;
}

.input-field {
  position: relative;
  font-family: "Mariupol-Medium";
}
.input-field--focus .input-field__label {
  bottom: 30px;
  font-size: 12px;
}
.input-field__label {
  font-family: "Mariupol-Regular", sans-serif;
  position: absolute;
  padding: 14px;
  left: 16px;
  opacity: 0.7;
  color: #828288;
  font-size: 16px;
  z-index: 8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.input-field__label--relative {
  display: block;
  position: static;
}
.input-field__get-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-field__get-code .c-button {
  padding: 0 12px;
  line-height: 32px;
  display: none;
}
.input-field__get-code .c-button.active {
  display: block;
}
.input-field__input {
  background-color: transparent;
  border: 1px solid #828282;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  padding: 10px 16px;
  position: relative;
  z-index: 9;
}
.input-field__input::-webkit-input-placeholder {
  color: rgba(130, 130, 130, 0.5);
}
.input-field__input::-moz-placeholder {
  color: rgba(130, 130, 130, 0.5);
}
.input-field__input:-ms-input-placeholder {
  color: rgba(130, 130, 130, 0.5);
}
.input-field__input::-ms-input-placeholder {
  color: rgba(130, 130, 130, 0.5);
}
.input-field__input::placeholder {
  color: rgba(130, 130, 130, 0.5);
}
.input-field__input--new {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #828282;
  color: #828282;
  font-size: 15px;
  width: 100%;
  padding: 13px 16px;
  position: relative;
  z-index: 9;
}
.input-field__input--new::-webkit-input-placeholder {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.input-field__input--new::-moz-placeholder {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.input-field__input--new:-ms-input-placeholder {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.input-field__input--new::-ms-input-placeholder {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.input-field__input--new::placeholder {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.control-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 15px;
}
.control-user__button-save, .control-user__button-change {
  font-family: "Mariupol-Regular", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  position: relative;
  height: 50px;
  max-width: 450px;
  width: 100%;
  padding: 0 20px;
  border: 0;
  outline: 0;
  border-radius: 4px;
}
.control-user__button-save {
  background: #000000;
  color: #fff;
  z-index: 2;
}
.control-user__button-change {
  color: #000000;
  background: #fff;
  border: 1px solid #000000;
  margin-left: 16px;
}

.login-field-phone {
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .login-field-phone.input-field__get-code {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .login-field-phone.input-field--focus .input-field__label {
    top: -15px;
    bottom: auto;
  }
}
.login-field-phone .login-field-phone__wrapp {
  position: relative;
  width: calc(100% - 110px);
}
@media (max-width: 767px) {
  .login-field-phone .login-field-phone__wrapp {
    width: 100%;
  }
}
.login-field-phone .c-button {
  z-index: 11;
  right: 0;
  bottom: 0;
  display: block;
}
@media (max-width: 767px) {
  .login-field-phone .c-button {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .login-field-phone label.error {
    position: relative;
    margin-top: 5px;
  }
}
.login-field-phone .phonemask__menu {
  top: 11px;
}

.timer-block {
  position: relative;
  z-index: 10;
  padding: 13px 10px;
  background-color: #ebebeb;
  line-height: 13px;
  border: 1px solid #828282;
  display: block;
  z-index: 11;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.timer-block.hide {
  z-index: -10;
  display: none;
}

.section-profile {
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .section-profile {
    margin-top: 14px;
  }
}
@media (max-width: 768px) {
  .section-profile {
    margin-top: 6px;
  }
}
.section-profile__title {
  font-family: "Mariupol-regular";
  font-size: 32px;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .section-profile__title {
    font-size: 24px;
    line-height: 29px;
    padding-top: 10px;
  }
}
.section-profile__subtitle {
  text-transform: uppercase;
  font-size: 18px;
}

.profile-view {
  color: rgba(0, 0, 0, 0.4);
  margin-top: 16px;
  font-size: 18px;
  line-height: 16px;
}

.profile-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  font-size: 18px;
  line-height: 16px;
}
@media (max-width: 768px) {
  .profile-btn {
    font-size: 14px;
  }
}

.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 1199px) {
  .profile-wrapper__top {
    text-align: center;
  }
  .form-user__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-user__field, .form-user__control {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .section-profile .breadcrumb-wrapper {
    display: none;
  }
  .mob-center {
    margin: 0 auto;
  }
  .profile-wrapper {
    padding: 0;
  }
  .profile-wrapper__top {
    position: relative;
  }
  .profile-wrapper__back {
    position: absolute;
    left: 0;
    background: transparent;
    border: 1px solid #ebebeb;
    width: 40px;
    height: 40px;
  }
  .profile-wrapper__back .fa-arrow-left {
    color: #828282;
  }
  .form-user__field {
    max-width: 450px;
    width: 100%;
  }
  .form-user__field--new {
    margin-bottom: 16px;
  }
  .form-user__control {
    max-width: 450px;
  }
  .form-user__control {
    margin: 0px;
  }
  .control-user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .control-user__button-save {
    margin: 20px 0;
    max-width: 100%;
    width: 100%;
  }
  .control-user__button-change {
    max-width: 100%;
    width: 100%;
  }
  .title {
    font-size: 24px;
  }
  .subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-profile .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .form-user__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-user__desc span {
    display: block;
  }
  .mob-center {
    padding: 0;
  }
}
.select-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  border-color: #828282;
  color: #828282;
}
@media screen and (max-width: 991px) {
  .select-control {
    height: 35px;
  }
}

.order-history-item {
  border: 1px solid #d8d3d9;
  border-radius: 4px;
}
.order-history-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.order-history-item__body {
  display: none;
  padding: 40px 24px;
  gap: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .order-history-item__body {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .order-history-item__body-label {
    width: 240px;
  }
}
.order-history-item.show .order-history-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
.order-history-item.show .order-history-item__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background-color: #d8d3d9;
}
@media screen and (max-width: 767px) {
  .order-history-item.show .order-history-item__body::before {
    left: 16px;
    right: 16px;
  }
}
.order-history-item__body-left {
  max-width: 70%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-self: flex-start;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 24px 40px;
}
@media screen and (min-width: 1200px) {
  .order-history-item__body-left {
    max-width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .order-history-item__body-left {
    grid-template-columns: 1fr;
  }
  .order-history-item__body-left .order-history-item__body-label--recipient {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-history-item__body-left .order-history-item__body-label--payment {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-history-item__body-left .order-history-item__body-label--payment-status {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 767px) {
  .order-history-item__body-left {
    padding-bottom: 24px;
    border-bottom: 1px solid #d8d3d9;
    max-width: 100%;
    gap: 16px;
  }
}
.order-history-item__body-right {
  max-width: 30%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.order-history-item__body-right > p {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .order-history-item__body-right {
    max-width: 100%;
  }
}
.order-history-item__info {
  font-size: 14px;
  color: #696c70;
  line-height: 16px;
  margin-bottom: 8px;
}
.order-history-item__info-text {
  font-size: 18px;
  max-width: 302px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .order-history-item__info-text {
    font-size: 18px;
    max-width: 100%;
  }
}
.order-history-item__order-payment-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 24px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 14px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-history-item__order-payment-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .order-history-item__order-payment-btn {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 8px;
  }
}
.order-history-item__order-more-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #000;
  border: 1px solid #828282;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  width: 370px;
  height: 45px;
}
.order-history-item__order-more-btn:hover {
  background-color: #ffffff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .order-history-item__order-more-btn {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 0;
  }
}
.order-history-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .order-history-item__header {
    -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;
    gap: 16px;
    padding: 24px 16px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .order-history-item.show .order-history-item__header {
    padding-bottom: 0;
  }
}
.order-history-item__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 20px;
  gap: 8px;
  -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;
}
@media screen and (max-width: 1200px) {
  .order-history-item__status {
    gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .order-history-item__status {
    width: 100%;
    font-size: 18px;
  }
}
.order-history-item__status-label {
  font-size: 14px;
  color: #696c70;
  line-height: 16px;
}
@media screen and (max-width: 1200px) {
  .order-history-item__status-label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .order-history-item__status-label {
    font-size: 14px;
  }
}
.order-history-item__preview {
  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: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 382px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .order-history-item__preview {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
    max-width: 100%;
  }
}
.order-history-item.show .order-history-item__preview {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .order-history-item.show .order-history-item__preview {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}
.order-history-item__preview-img {
  width: 70px;
  min-width: 70px;
  height: 92px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.order-history-item__preview-img img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.order-history-item__preview-img--cancelled {
  position: relative;
  overflow: hidden;
}
.order-history-item__preview-img--cancelled img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
}
.order-history-item__preview-img--cancelled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 1.5px;
  background-color: rgba(100, 100, 100, 0.7);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.order-history-item__header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .order-history-item__header-content {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    position: static;
  }
}
.order-history-item__total {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
.order-history-item__total__header {
  font-size: 14px;
  color: #696c70;
}
@media screen and (max-width: 767px) {
  .order-history-item__total {
    font-size: 16px;
  }
}
.order-history-item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 4px;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-history-item__details span {
  font-size: 16px;
}
.order-history-item__details svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-history-item__details:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .order-history-item__details {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
.order-history-item.show .order-history-item__details svg {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.order-history-item__info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 124px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1200px) {
  .order-history-item__info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .order-history-item__info-container {
    width: 100%;
  }
}

.order-history-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .order-history-product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.order-history-product__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .order-history-product__info {
    width: calc(100% - 92px);
  }
}
.order-history-product__info-header {
  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;
  gap: 8px;
}
.order-history-product__title {
  font-size: 10px;
  line-height: 12px;
  max-width: 216px;
  margin-top: 10px;
}
.order-history-product__info-label {
  color: #828282;
  font-size: 10px;
  line-height: 1.3;
  padding-top: 5px;
}
.order-history-product__info-label__price {
  font-size: 18px;
  color: #000;
  margin-top: 5px;
}
.order-history-product__price {
  font-weight: 600;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 767px) {
  .order-history-product__price {
    margin-left: auto;
  }
}
.order-history-product__image {
  width: 69px;
  height: 92px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .order-history-product__image {
    width: 69px;
    height: 92px;
  }
}
.order-history-product__image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order-history-product__image--cancelled {
  position: relative;
  overflow: hidden;
}
.order-history-product__image--cancelled img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
}
.order-history-product__image--cancelled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 1.5px;
  background-color: rgba(100, 100, 100, 0.7);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.vue-tel-input {
  padding: 0;
  border-radius: 0px !important;
  border: 1px solid #828282 !important;
}
.vue-tel-input input {
  color: #828282;
  font-size: 15px;
}

.cursor-pointer {
  cursor: pointer;
}

.profile-wrapper__adress {
  padding-left: 60px;
}

.added-panel {
  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;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 30px;
}
.added-panel__button {
  background: transparent;
  border: 0;
  outline: 0;
  color: #828282;
}
.added-panel__plus {
  max-width: 14px;
  max-height: 15px;
  width: 14px;
  height: 14px;
}
.added-panel__accounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.added-panel__account--cart {
  margin-left: auto;
  margin-right: 30px;
}
.added-panel.catalog_top {
  margin-bottom: 0;
}

.adress-block {
  margin-bottom: 90px;
}

.item-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #000000;
  font-family: "Mariupol-Medium";
  padding: 25px 0;
  border-bottom: 1px solid #EBEBEB;
}
.item-adress__number {
  min-width: 70px;
}
.item-adress__location {
  display: block;
  width: 100%;
  max-width: 300px;
}
.item-adress__name {
  display: block;
  width: 100%;
  max-width: 300px;
}
.item-adress__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.item-adress__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  outline: 0;
  color: #828282;
  margin-left: 8px;
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
}
.item-adress__button:hover {
  color: #000000;
  text-transform: underline;
  text-decoration: underline;
}
.item-adress__button--first {
  margin-left: auto;
}
.item-adress__icon {
  max-width: 10px;
  max-height: 10px;
  height: 10px;
  width: 10px;
  margin-right: 8px;
}
.item-adress--head {
  padding: 15px 0;
  color: #828282;
}
.item-adress__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-adress__location {
  padding-right: 5px;
  min-width: 300px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media screen and (max-width: 1199px) {
  .section-profile__adress .container {
    max-width: 980px;
    padding: 0;
  }
  .profile-wrapper__adress {
    padding-left: 40px;
  }
  .item-adress {
    padding-left: 10px;
    font-size: 14px;
  }
  .item-adress__location {
    min-width: 200px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .item-adress__name {
    max-width: 200px;
  }
  .item-adress__actions {
    -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;
  }
  .item-adress__button {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .section-profile .breadcrumb {
    margin-bottom: 12px !important;
  }
  .section-profile__adress .container {
    padding: 0 15px;
  }
  .section-profile__adress .subtitle {
    margin-top: 0;
  }
  .profile-wrapper .added-panel {
    margin-top: 0px;
  }
  .item-adress__location {
    max-width: 200px;
  }
  .item-adress__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .profile-list__link {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .profile-wrapper__adress {
    padding-left: 15px;
  }
  .section-profile__adress .container {
    max-width: 720px;
    padding: 0 15px;
  }
  .item-adress__number {
    min-width: 20px;
  }
  .item-adress__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item-adress__location {
    padding-right: 5px;
    min-width: 200px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .item-adress__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .added-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .added-panel__button {
    margin-right: auto;
  }
  .added-panel__accounts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .added-panel__account--cart {
    margin-right: 0;
  }
  .profile-wrapper__adress {
    padding-left: 0px;
  }
  .adress-block {
    margin-bottom: 30px;
  }
  .item-adress {
    padding: 18px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item-adress--head {
    display: none;
  }
  .item-adress__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item-adress__number {
    min-width: auto;
    padding-right: 10px;
  }
  .item-adress__name {
    margin: 6px 0 12px 0;
  }
  .item-adress__actions {
    margin-left: 0;
  }
  .item-adress__button {
    padding-left: 0;
  }
}
.collapse-container {
  display: none;
}
.collapse-container__total {
  margin-left: auto;
  margin-top: 30px;
}

.loyalty-card {
  padding: 32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .loyalty-card {
    margin-bottom: 24px;
  }
}

.loyalty-card--bonus {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .loyalty-card--bonus {
    border-radius: 12px;
  }
}

.loyalty-card--discount {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .loyalty-card--discount {
    border-radius: 12px;
  }
}

.loyalty-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 24px;
}

.profile-wrapper__loyalty {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .profile-wrapper__loyalty {
    margin-top: 16px;
  }
}

.loyalty-card__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.loyalty-card__title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .loyalty-card__title {
    font-size: 18px;
  }
}

.loyalty-card__description {
  font-size: 12px;
  font-weight: 400;
  color: #828282;
  line-height: 18px;
  margin: 0;
  max-width: 390px;
}

.loyalty-card__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.loyalty-card__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.loyalty-card__stat-label {
  font-size: 14px;
  color: #828282;
  line-height: 1;
}

.loyalty-card__stat-value {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}

.loyalty-card__stat-value--inactive {
  color: #828282;
}

.loyalty-card__barcode {
  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;
  min-width: 300px;
}
@media (max-width: 425px) {
  .loyalty-card__barcode {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.loyalty-card__barcode-image {
  margin-bottom: 10px;
}

.loyalty-card__barcode-text {
  font-size: 12px;
  color: #828282;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0%;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 425px) {
  .loyalty-card__barcode-text {
    text-align: center;
  }
}

.loyalty-info {
  margin: 40px 0;
}

.loyalty-info__title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.loyalty-info__text {
  font-size: 14px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 16px;
}

.loyalty-info__link {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.loyalty-info__link:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .loyalty-card {
    padding: 24px;
  }
  .loyalty-card__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .loyalty-card__barcode {
    width: 100%;
    min-width: unset;
  }
  .loyalty-card__stats {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .loyalty-card__stat-value {
    font-size: 24px;
  }
  .loyalty-card__stat-value--discount {
    font-size: 24px;
  }
}
.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #ebebeb;
  font-family: "Mariupol-Medium";
  font-size: 15px;
  cursor: pointer;
}
.item-list__plus {
  min-width: 70px;
  width: 70px;
  display: block;
  position: relative;
}
.item-list__plus::after, .item-list__plus::before {
  content: "";
  height: 2px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000000;
}
.item-list__plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.item-list__plus.active:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.item-list__plus-icon {
  width: 15px;
  height: 15px;
}
.item-list__description {
  display: block;
  max-width: 280px;
  width: 100%;
}
.item-list__inactive {
  max-width: 61px;
  width: 61px;
}
.item-list__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.collapse-list__item-head {
  padding: 15px 0;
  color: #828282;
  font-size: 13px;
}
.collapse-list__item-head .item-list__plus::before {
  display: none;
}
.collapse-list__item-head .item-list__plus::after {
  display: none;
}
.collapse-list__hidden-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hidden-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.item-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0;
  font-family: "Mariupol-Medium";
}
.item-hidden__item {
  max-width: 25%;
  width: 100%;
  display: block;
  text-align: center;
}
.item-hidden__item .item-hidden__name-label {
  display: none;
}
.item-hidden--black {
  background-color: #000000;
  color: #fff;
  font-size: 13px;
}
.item-hidden__details {
  display: none;
}

.total-list {
  padding: 30px 24px 15px 24px;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  font-size: 14px;
  font-family: "Mariupol-Medium";
  max-width: 360px;
  width: 360px;
}
.total-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.total-list__item--big {
  font-size: 18px;
}
.total-list__item--small {
  font-size: 13px;
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-pagination {
  font-family: "Matiupol-Medium";
}
.profile-pagination .page-item {
  color: #828282;
  position: relative;
}
.profile-pagination .page-item:after {
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.profile-pagination .page-item.active .page-link {
  border: 0;
  background-color: transparent;
  color: #000000;
}
.profile-pagination .page-item.active:after {
  bottom: 0;
  width: 6px;
  height: 2px;
  background-color: #000000;
}
.profile-pagination .page-item:hover .page-link {
  border: 0;
  background-color: transparent;
  color: #000000;
}
.profile-pagination .page-item:hover:after {
  bottom: 0;
  width: 6px;
  height: 2px;
  background-color: #000000;
}
.profile-pagination .page-item .page-link {
  border: 0;
  position: relative;
}
.profile-pagination .page-item .page-link:hover {
  background: transparent;
}
.profile-pagination .page-item .page-link__icon {
  max-width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 14px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.profile-pagination .page-item:first-child {
  margin-right: 30px;
}
.profile-pagination .page-item:first-child:hover .page-link__icon {
  left: 40%;
}
.profile-pagination .page-item:first-child:hover:after {
  display: none;
}
.profile-pagination .page-item:first-child .page-link {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #828282;
}
.profile-pagination .page-item:last-child {
  margin-left: 30px;
}
.profile-pagination .page-item:last-child:hover .page-link__icon {
  left: 60%;
}
.profile-pagination .page-item:last-child:hover:after {
  display: none;
}
.profile-pagination .page-item:last-child .page-link {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #828282;
}
.profile-pagination .page-item:last-child .page-link__icon {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (max-width: 1199px) {
  .section-profile__title {
    text-align: left;
  }
  .added-panel__loyalty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  .added-panel__accounts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
  }
  .added-panel__account {
    margin-left: 0;
  }
  .subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .section-profile__loyalty .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .profile-wrapper .added-panel__loyalty {
    margin-top: 0;
  }
  .item-list {
    padding: 20px 0;
  }
  .item-list__plus {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-width: 30px;
    width: 30px;
    margin-left: auto;
  }
  .item-list__inactive {
    display: none;
  }
  .item-list__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item-hidden {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px 0;
    border-bottom: 1px solid #ebebeb;
  }
  .item-hidden__item {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .item-hidden--black {
    padding: 10px 22px;
  }
  .item-hidden--black .item-hidden__item {
    display: none;
  }
  .item-hidden__name-label {
    max-width: 100px;
    width: 100px;
    display: block;
    margin-right: 20px;
    color: #828282;
  }
  .item-hidden__item {
    max-width: 100%;
  }
  .item-hidden__item--mob {
    display: block;
  }
  .item-hidden:last-child {
    border-bottom: 0;
    padding-bottom: 5px;
  }
  .item-hidden__details {
    display: block;
  }
  .total-list {
    max-width: 300px;
    width: 100%;
    padding: 16px 11px 5px 11px;
  }
  .added-panel__accounts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .added-panel__account {
    font-size: 13px;
  }
  .added-panel__account strong {
    font-size: 15px;
  }
  .collapse-list__hidden-block {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
  }
}
.select-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Mariupol-Medium";
  font-size: 13px;
  position: relative;
}
.select-sort__label {
  color: #828282;
}
.select-sort__button {
  background: transparent;
  border: 0;
}
.select-sort__button:after {
  display: inline-block;
  margin-left: 8px;
  content: "";
  border-top: 5px solid;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
}
.select-sort__dropdown {
  position: absolute;
  display: none;
  border-color: #ebebeb;
  padding: 18px 0;
  background-color: #fff;
  min-width: auto;
  margin-top: 21px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  width: 140px;
  z-index: 101;
}
.select-sort__item {
  padding: 0 10px;
}

.bookmarks-catalog {
  border-bottom: 1px solid #ebebeb;
}
.bookmarks-catalog .shopCart_empty {
  margin: 30px 15px;
  width: 100%;
}
.bookmarks-catalog__item {
  margin-bottom: 15px;
  padding-top: 15px;
  margin: 15px 3px 15px 3px;
  position: relative;
  background-color: #fff;
}
.bookmarks-catalog__item .check-toggle {
  font-family: "Mariupol-Medium";
  color: #828282;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.bookmarks-catalog__item .check-toggle:hover {
  color: #000000;
}
.bookmarks-catalog__item .check-toggle__off {
  display: none;
}
.bookmarks-catalog__item .check-toggle__on {
  display: block;
  width: 100%;
}
.bookmarks-catalog .pseudo-border .check-toggle {
  text-align: center;
}
.bookmarks-catalog .pseudo-border .check-toggle__on {
  display: none;
}
.bookmarks-catalog .pseudo-border .check-toggle__off {
  display: block;
  width: 100%;
}
.bookmarks-catalog .pseudo-border:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  margin: 14px 17px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(27, 27, 27)), color-stop(44%, rgb(27, 27, 27)), color-stop(55%, rgb(114, 113, 113)), color-stop(61%, rgb(207, 205, 205)), color-stop(76%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(top, rgb(27, 27, 27) 0%, rgb(27, 27, 27) 44%, rgb(114, 113, 113) 55%, rgb(207, 205, 205) 61%, rgb(255, 255, 255) 76%, rgb(255, 255, 255) 100%);
}
.bookmarks-catalog .bookmarks-catalog__item {
  margin: 15px 3px;
}

.product {
  padding-bottom: 10px;
}
.product__control {
  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;
  margin-bottom: 10px;
}
.product__js-filter {
  width: 32px;
  height: 32px;
  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;
  margin: 0;
  padding: 0 10px 0 22px;
}
.product__js-filter:before {
  width: 32px;
  height: 32px;
}
.product__js-filter::after {
  width: 12px;
  height: 12px;
}
.product .feather {
  width: 16px;
  height: 16px;
  color: #828282;
}
.product__filter-item {
  width: 32px;
  height: 32px;
  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;
  border: 1px solid #828282;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #828282;
}
.product__filter-item:hover {
  border: 1px solid #000000;
}
.product__filter-item:hover .feather {
  color: #000000;
}
.product__filter-item .feather {
  width: 16px;
  height: 16px;
  color: #828282;
}
.product__checkbox-block {
  border: 0;
}

.product-body {
  position: relative;
}
.product-body__frame {
  max-width: 316px;
  min-height: 320px;
  position: relative;
  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;
  overflow: hidden;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  .product-body__frame {
    max-height: 250px;
  }
}
.product-body__image {
  position: absolute;
  display: block;
  max-width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.product-body__sales {
  color: #000000;
  border: 1px solid #828282;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 12px;
  top: 10px;
  padding: 3px 5px;
}

.info-block {
  text-align: center;
}
.info-block__title {
  font-family: "ISOCPEUR";
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
}
.info-block__description {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
.info-block__price-row {
  margin-bottom: 10px;
  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;
}
.info-block__price {
  font-size: 18px;
}
.info-block__price--old {
  text-decoration: line-through;
  font-size: 15px;
  color: #828282;
  margin-right: 5px;
}
.info-block__price-new {
  font-size: 18px;
  background: #000000;
  color: #fff;
  padding: 5px 8px;
}
.info-block .price_block-new {
  margin-right: 0;
  line-height: 24px;
  font-size: 18px;
}
.info-block .price_block-old {
  line-height: 30px;
  font-size: 16px;
}
.info-block .price_block-old--line {
  text-decoration: line-through;
}

.product-changes {
  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;
}
.product-changes__btn {
  width: 100%;
}
.product-changes__size {
  font-size: 12px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 8px;
  border: 1px solid #ebebeb;
  color: #828282;
  margin-bottom: 16px;
}
.product-changes__code {
  text-align: center;
  display: block;
  color: #828282;
  margin-top: 15px;
}
.product-changes__code--black {
  color: #000000;
  padding-right: 7px;
}

.nav-controls {
  font-size: 13px;
}
.nav-controls__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.nav-controls__list.show_simple .nav-controls__wrap_simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-controls__list.show_multi .nav-controls__wrap_multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .nav-controls__list {
    -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;
  }
}
.nav-controls__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media (max-width: 767px) {
  .nav-controls__wrap {
    -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;
  }
}
.nav-controls__item {
  margin-right: 25px;
  font-size: 14px;
}
.nav-controls__item--buy {
  margin-right: 0;
}
.nav-controls__item--last {
  margin-left: auto;
  margin-right: 0;
  color: #828282;
}
.nav-controls__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828282;
  font-size: 14px;
  cursor: pointer;
}
.nav-controls__link--buy {
  color: #000000;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-weight: 600;
}
@media (max-width: 767px) {
  .nav-controls__link--buy {
    margin: auto 0 auto auto !important;
  }
}
.nav-controls__link--buy .nav-controls__icon {
  margin-left: 8px;
  margin-right: 0px;
}
.nav-controls__link:hover {
  text-decoration: underline;
  color: #000000;
}
.nav-controls__link .nav-controls__icon {
  stroke: #000000;
  color: #000000;
}
.nav-controls__icon {
  max-width: 14px;
  max-height: 14px;
  margin-right: 8px;
}
.nav-controls__top {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}

.product__filter-item input[type=checkbox] + label:before,
.checkbox-block input[type=radio] + label:before {
  width: 32px;
  height: 32px;
}

.product__filter-item input[type=checkbox] + label:after,
.checkbox-block input[type=radio] + label:after {
  width: 32px;
  height: 32px;
  border: 9px solid #000000;
}

.product__filter-item input[type=checkbox] + label {
  padding: 10px 0 21px 0;
}

@media screen and (max-width: 1320px) {
  .nav-controls {
    padding: 10px 0 0 0;
  }
  .nav-controls__item--last {
    margin-left: 0;
  }
  .nav-controls__item--last .checkbox-block .label--bookmarks {
    padding-left: 22px;
  }
  .nav-controls__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .nav-controls__wrap {
    -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;
  }
  .nav-controls__list {
    -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;
  }
  .nav-controls__link {
    font-size: 14px;
    margin: 4px 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .nav-controls__link {
    margin: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .profile-wrapper__bookmarks {
    border: 0;
  }
  .profile-wrapper__bookmarks .added-panel {
    margin-top: 0;
    padding-bottom: 0px;
  }
  .profile-wrapper__bookmarks .added-panel__select {
    display: none;
  }
  .product__filter-item {
    margin: 0 10px;
  }
  .product__filter-item:hover {
    background: transparent;
    border: 0;
  }
  .product__icon {
    width: 13px;
    height: 13px;
  }
  .product__filter-item input[type=checkbox] + label:before,
  .checkbox-block input[type=radio] + label:before {
    width: 22px;
    height: 22px;
  }
  .product__filter-item input[type=checkbox] + label:after,
  .checkbox-block input[type=radio] + label:after {
    width: 22px;
    height: 22px;
    border: 6px solid #000000;
  }
  .product__filter-item input[type=checkbox] + label {
    padding: 10px 0 21px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-profile__bookmarks .container {
    max-width: 720px;
  }
  .nav-controls__item {
    margin-bottom: 13px;
  }
  .nav-controls__item--last {
    margin-left: 0;
  }
  .nav-controls__item--last .checkbox-block .label--bookmarks {
    padding-left: 22px;
  }
}
@media screen and (max-width: 575px) {
  .bookmarks-catalog {
    padding-top: 30px;
  }
  .bookmarks-catalog__item {
    margin-top: 0;
  }
  .product {
    width: 100%;
  }
  .product-body__frame {
    max-height: 220px;
    margin: 0 auto;
  }
  .info-block {
    padding-bottom: 0;
  }
  .info-block__title {
    margin-top: 15px;
    font-size: 15px;
    margin-bottom: 0;
  }
  .info-block__description {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .info-block__price-row {
    -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;
  }
  .info-block__price {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .info-block__price-new {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .product-changes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-changes__size {
    margin-left: 5px;
    margin-bottom: 0;
    height: 43px;
    width: 43px;
    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;
  }
  .product-changes__size--desc {
    display: none;
  }
  .product-changes .product_action-button {
    margin-bottom: 0;
  }
  .product-changes__code {
    display: none;
  }
  .product-changes__btn {
    max-width: 112px;
    font-size: 11px;
    padding: 0 6px;
    line-height: 35px;
  }
}
@media screen and (max-width: 370px) {
  .bookmarks-catalog__item {
    min-width: 100%;
  }
  .product-changes__btn {
    max-width: 100%;
  }
  .info-block__price-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .info-block__price {
    display: inline;
  }
  .info-block__price-new {
    display: inline;
  }
}
.wishlist-product-body__wrapper {
  padding-right: 12px;
  padding-left: 12px;
  min-width: 276px;
}
.wishlist-product-body__frame {
  min-height: 355px;
}
.wishlist-product-body__image {
  height: auto;
}
.wishlist-product-body__info-title {
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: "Mariupol-Regular";
  font-size: 14px;
  line-height: 15px;
  text-transform: none;
  text-align: left;
}
.wishlist-product-body__one-price {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  font-family: "Mariupol-Regular";
  font-size: 18px;
  line-height: 18px;
  padding-top: 18px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.wishlist-product-body__two-price {
  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: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2px;
  margin: 0;
}
.wishlist-product-body__old-price {
  font-family: "Mariupol-Regular";
  font-size: 10px !important;
  line-height: 12px !important;
  margin: 0 !important;
}
.wishlist-product-body__new-price {
  font-family: "Mariupol-Regular";
  font-size: 18px !important;
  line-height: 18px !important;
  margin: 0 !important;
}

.bookmarks-catalog-block__gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
}

.profile-wrapper__top .nav-controls {
  margin: 20px 0;
}

.profile-wrapper__wishlist {
  margin-bottom: 20px;
}
@media (max-width: 759px) {
  .profile-wrapper__wishlist {
    margin-bottom: 24px;
  }
}
.profile-wrapper__wishlist .nav-controls {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
.profile-wrapper__wishlist .product-body a.product {
  min-height: 440px;
  margin-bottom: 0 !important;
}
.profile-wrapper__wishlist .product-body a.product .product_info-price {
  margin-top: 0 !important;
  min-height: 30px;
  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;
}

.swiper-recomended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300px;
  width: 100%;
}

.profile-wrapper__bottom {
  padding-top: 120px;
}
.profile-wrapper__bottom .slider_product_next {
  right: -20px;
}
.profile-wrapper__bottom .slider_product_prev {
  left: -20px;
}
.profile-wrapper__bottom .slider_product .title_block {
  margin-bottom: 30px;
}
.profile-wrapper__bottom .product-changes__size {
  margin: 0 auto;
}

.recomended-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.title_block-list {
  margin-top: 20px;
}

.slider_product_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider_product_wrapper .swiper-button-next, .slider_product_wrapper .swiper-button-prev {
  border: 1px solid #828282;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  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;
}
.slider_product_wrapper .swiper-button-next:after, .slider_product_wrapper .swiper-button-prev:after {
  display: none;
}
.slider_product_wrapper .swiper-button-next .feather, .slider_product_wrapper .swiper-button-prev .feather {
  max-width: 20px;
  width: 20px;
}
.slider_product_wrapper .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1000;
}
.slider_product_wrapper .swiper:hover {
  border: 1px solid #000000;
}
.slider_product_wrapper .swiper-wrapper {
  overflow-x: hidden;
}
.slider_product_wrapper .recommended-product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 325px;
  width: 100%;
  margin: 0;
}
.slider_product_wrapper .recommended-product .product_image {
  padding: 0 5px 10px 5px;
}
.slider_product_wrapper .recommended-product .product_action {
  position: absolute;
  bottom: 8px;
}
.slider_product_wrapper .recommended-product:hover .product_info {
  display: block;
}

.recomended-empty {
  padding: 20px 30px;
  text-align: center;
  font-size: 25px;
}

.redirect-button {
  margin-left: 10px;
  line-height: 37px;
  font-size: 22px;
  color: #000000;
}
.redirect-button:hover {
  color: white;
}

.shopCart_empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shopCart_empty span:first-child {
  margin-right: 10px;
}
.shopCart_empty .c-button {
  margin-left: 10px;
  color: #000000;
}
.shopCart_empty .c-button:hover {
  color: white;
}
@media (max-width: 767px) {
  .shopCart_empty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wishlist-send {
  text-align: center;
  top: 14.5% !important;
  overflow-x: hidden;
}
.wishlist-send p {
  font-size: 16px;
  text-transform: uppercase;
}
.wishlist-send .send-wrapper {
  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;
}
.wishlist-send .send-form-explanation {
  font-size: 11px;
  margin-bottom: 22px;
}
.wishlist-send .form-user__field {
  margin: 0 auto 52px;
}
.wishlist-send .form-user__field--new {
  margin: 0 auto 16px;
}
.wishlist-send .send-wishlist-email {
  max-width: 480px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 1400px) {
  .wishlist-send .send-wishlist-email {
    max-width: 430px;
  }
}
@media (max-width: 1300px) {
  .wishlist-send .send-wishlist-email {
    max-width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .wishlist-send .send-wishlist-email {
    max-width: 100%;
  }
}
.wishlist-send .product_detail-info_star {
  right: -30px;
}
@media screen and (max-width: 1199px) {
  .wishlist-send .product_detail-info_star {
    top: -30px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wishlist-send .product_detail-info_star {
    top: -4px;
    right: -4px;
    padding: 15px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wishlist-send {
    max-width: 97%;
  }
}
.wishlist-send .wishlist-send-counter {
  opacity: 0.5;
  font-size: 20px;
}
.wishlist-send .wishlist-send-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.wishlist-send .wishlist-send-img .send-img-wrapper {
  height: 150px;
  width: 150px;
  margin: 0 5px 10px;
  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;
}
.wishlist-send .wishlist-send-img .send-img-wrapper .wishlist-send-img-item {
  max-height: 100%;
  max-width: 100%;
}

@media screen and (max-width: 575px) {
  .wishlist-send {
    top: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  .slider_product_wrapper .swiper-recomended {
    width: 1199px;
  }
  .slider_product_wrapper .recommended-product {
    max-width: 299px;
  }
  .slider_product_wrapper .recommended-product .product_image {
    max-height: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .slider_product_wrapper .swiper-recomended {
    width: 900px;
  }
  .slider_product_wrapper .recommended-product {
    max-width: 299px;
  }
  .slider_product_wrapper .recommended-product .product_image {
    max-height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .slider_product_wrapper .swiper-recomended {
    width: 720px;
  }
  .slider_product_wrapper .recommended-product {
    max-width: 299px;
  }
  .slider_product_wrapper .recommended-product .product_image {
    max-height: 350px;
  }
  .profile-wrapper__top .catalog_top {
    margin: 0;
    border-bottom: 0;
    padding: 0;
  }
  .profile-wrapper__top .catalog_top .subtitle {
    margin: 0 auto 0 0;
  }
  .profile-wrapper__top .catalog_top .catalog_action {
    display: none;
  }
  .profile-wrapper__bottom {
    padding-top: 0;
  }
  .profile-wrapper__bottom .stylist_tabs .title_block {
    margin-bottom: 30px;
  }
  .profile-wrapper__bottom .slider_product_next {
    right: -50px;
  }
  .profile-wrapper__bottom .slider_product_prev {
    left: -50px;
  }
  .profile-wrapper__wishlist .section-profile__title {
    text-align: left;
  }
  .nav-controls__top {
    padding-top: 25px;
  }
  .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subtitle__page-name {
    margin-right: 5px;
  }
  .subtitle__opacity {
    color: #000000;
  }
}
@media screen and (max-width: 767px) {
  .slider_product_wrapper .swiper-recomended {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .slider_product_wrapper .swiper-button-prev,
  .slider_product_wrapper .swiper-button-next {
    display: none;
  }
  .slider_product_wrapper .recommended-product {
    max-width: 225px;
  }
  .slider_product_wrapper .recommended-product .product_image {
    max-height: 280px;
  }
  .modal-adress .c-modal__container {
    padding: 15px;
  }
  .modal-adress .form-user__field:last-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .profile-wrapper__wishlist {
    padding: 0;
  }
  .profile-wrapper__bottom .product_image {
    height: 280px;
  }
  .profile-wrapper__bottom .product_image img {
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    top: 0;
    max-height: 90%;
  }
  .profile-wrapper__bottom .product_color {
    bottom: -5px;
  }
  .profile-wrapper__bottom .stylist_tabs .slider_product_next {
    bottom: -60px;
    right: 70px;
  }
  .profile-wrapper__bottom .stylist_tabs .slider_product_prev {
    bottom: -60px;
    left: 70px;
  }
  .profile-wrapper__bottom .stylist_tabs .title_block-list .text {
    margin-right: auto;
  }
}
@media screen and (max-width: 400px) {
  .slider_product_wrapper .swiper-recomended {
    width: 290px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .slider_product_wrapper .swiper-button-prev,
  .slider_product_wrapper .swiper-button-next {
    display: none;
  }
  .slider_product_wrapper .recommended-product {
    max-width: 145px;
  }
  .slider_product_wrapper .recommended-product .product_image {
    max-height: 200px;
  }
}
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.c-modal__container {
  left: 50%;
  top: 25%;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -10;
  opacity: 0;
  background-color: #fff;
  border-radius: 4px;
  width: 656px;
  padding: 24px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-modal__container--show {
  z-index: 110;
  opacity: 1;
}
.c-modal--show {
  z-index: 99999999;
  opacity: 1;
  overflow-y: auto;
}

.modal-adress .form-user {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.modal-adress .form-user__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-adress .form-user__field {
  width: 280px;
  margin-bottom: 42px;
}
.modal-adress .form-user__field--new {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .modal-adress .form-user__field {
    width: 100%;
  }
}
.modal-adress .form-user__control {
  margin: 0;
}
.modal-adress .control-user__button-save {
  height: 42px;
  width: 212px;
}

.c-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-modal-header__title {
  font-size: 18px;
}
.c-modal-header__close {
  background: transparent;
  border: 0;
}
.c-modal-header__close-icon {
  max-width: 15px;
  max-height: 15px;
  width: 15px;
  height: 15px;
}

.modal-password .c-modal__container {
  max-width: 345px;
}
.modal-password .form-user {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-password .form-user__container {
  -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;
}
.modal-password .form-user__field {
  width: 280px;
  margin-bottom: 42px;
}
.modal-password .form-user__field--new {
  margin-bottom: 16px;
}
.modal-password .form-user__control {
  margin: 0;
}
.modal-password .form-user__block {
  position: relative;
  margin-bottom: 32px;
}
.modal-password .form-user__block .input-field {
  margin-bottom: 0;
}
.modal-password .form-user__repair-pass {
  display: block;
  font-family: "Mariupol-Medium";
  margin-top: 10px;
  text-align: right;
  color: #828282;
  font-size: 13px;
}
.modal-password .form-user__repair-pass:hover {
  color: #000000;
  text-decoration: underline;
}

.eye-password {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  color: #828282;
  cursor: pointer;
  border: 0;
  padding: 2px;
  z-index: 10;
}
.eye-password:hover {
  border: 0;
}
.eye-password.active .feather-eye {
  color: #000000;
}

.feather-eye {
  color: #828282;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .c-modal__container {
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__container {
    height: 100%;
    top: 0%;
  }
}
@media screen and (max-width: 575px) {
  .c-modal__container {
    top: 0%;
    max-width: 100%;
    width: 100%;
    padding: 15px 10px;
  }
  .modal-password .c-modal__container {
    max-width: 575px;
  }
}
.sign_in {
  padding-bottom: 169px;
  border-bottom: 1px solid #ebebeb;
}
.sign_in-title {
  font-family: ISOCPEUR;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 29px;
}

.c_sign {
  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;
}
.c_sign-social {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  padding: 29px 40px 40px 40px;
  width: 100%;
  max-width: 450px;
  margin: 20px 0 0;
}
.c_sign-social .c_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_sign-social .c_social-title {
  font-family: ISOCPEUR;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c_sign-social .c_social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
.c_sign-social .c_social-icon .icon {
  cursor: pointer;
  background: #000000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 56px;
  height: 56px;
  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;
  margin: 0 5px;
}
.c_sign-social .c_social-icon .icon svg {
  fill: #fff;
}
.c_sign-btn {
  background: #000000;
  border: none;
  color: #fff;
  margin: 20px 0 0;
  padding: 17px 0;
  font-family: Mariupol-Regular;
  font-size: 14px;
  border: 1px solid #000000;
  width: 100%;
  max-width: 450px;
  text-align: center;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c_sign-btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #000000;
  border: 1px solid #000000;
}
.c_sign-block {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  padding: 29px 40px 40px 40px;
  width: 100%;
  max-width: 450px;
}
@media (max-width: 575px) {
  .c_sign-block {
    padding: 20px 15px 40px 15px;
  }
}
.c_sign-block_title {
  font-family: ISOCPEUR;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .c_sign-block_title {
    font-size: 16px;
  }
}

.c_form .form-container__submit {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.c_form .form-container .input-field {
  margin-bottom: 40px;
}

.action-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #828282;
}
.action-form__item {
  color: #828282;
  border: 0;
  padding: 0;
  outline: 0;
  background: transparent;
}
.action-form__item:hover {
  color: #000000;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .shorter_page .breadcrumb {
    margin-bottom: 10px !important;
  }
  .shorter_page .sign_in {
    padding-bottom: 30px;
  }
  .shorter_page .sign_in-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .shorter_page .c_sign-block {
    padding: 20px;
    max-width: 400px;
  }
  .shorter_page .c_sign-block_title {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .shorter_page .c_sign-btn {
    margin: 10px 0 0;
    padding: 10px 0;
    max-width: 400px;
  }
  .shorter_page .form-user__container {
    margin-top: 15px;
  }
  .shorter_page .c_form .form-container .input-field {
    margin-bottom: 25px;
  }
  .shorter_page .sign_up .form-container__submit {
    margin-top: 20px;
  }
  .shorter_page .c_sign-social {
    max-width: 400px;
    padding: 20px;
    margin: 10px 0 0;
  }
  .shorter_page .c_sign-social .c_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shorter_page .c_sign-social .c_social-title {
    font-size: 16px;
    line-height: 10px;
    text-align: center;
    margin: 0 10px 0 0;
  }
  .shorter_page .c_sign-social .c_social-icon .icon {
    width: 36px;
    height: 36px;
  }
  .shorter_page .c_form-sign label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 14px;
  }
  .shorter_page .action-form label {
    margin-bottom: 0;
    line-height: inherit;
  }
  .shorter_page .action-form__item {
    margin-left: 30px;
  }
}
@media (max-width: 420px) {
  .action-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hidden-field {
  display: none;
}

.agree-checkbox {
  display: block !important;
}
.agree-checkbox a {
  text-decoration: underline;
}

.sign_up .agree-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .sign_up .agree-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sign_up #agree-label {
  padding-right: 4px;
  white-space: nowrap;
}
@media screen and (max-width: 350px) {
  .sign_up #agree-label {
    font-size: 11px;
  }
}
.sign_up .form-container__submit {
  margin-top: 50px;
}

.repair form .block-position {
  margin-top: 29px;
}
.repair form .block-position svg {
  position: initial;
}
.repair form .block-position a {
  font-size: 13px;
  line-height: 16px;
  color: #828282;
  margin-bottom: 36px;
  margin-left: 12px;
}
.repair form .block-position a:hover {
  color: #000000;
  text-decoration: underline;
}
.repair .form-container__back {
  font-size: 13px;
  color: #828282;
  margin-bottom: 30px;
}
.repair .form-container__back:hover {
  color: #000000;
}
.repair .form-container__back:hover a {
  color: #000000;
  text-decoration: underline;
}
.repair .form-container__back-text {
  color: #828282;
  margin-left: 5px;
}
.repair .input-field {
  margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
  .repair {
    margin-bottom: 32px;
  }
}
.page404 {
  background-image: url("/assets/images/404.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  margin-top: -28px;
}

.page_block {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  max-width: 480px;
}
.page_block--wrap {
  padding: 60px 0 80px;
}
@media (max-width: 1399px) {
  .page_block--wrap {
    padding: 30px 0 30px;
    text-align: center;
  }
}
.page_block-img_logo {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .page_block-img_logo {
    margin-bottom: 30px;
  }
}
.page_block-img_logo img {
  width: 100%;
}
@media (max-width: 1399px) {
  .page_block-img_logo img {
    width: 80%;
  }
}
.page_block-title {
  font-size: 294px;
  line-height: 230px;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .page_block-title {
    font-size: 150px;
    line-height: 110px;
    margin: 0 auto 20px;
  }
}
.page_block-desc {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .page_block-desc {
    margin-bottom: 30px;
  }
}
.page_block-desc .page_block-tel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_block-desc .page_block-tel span {
  margin-right: 12px;
  border-radius: 50%;
  background: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_block-desc .page_block-tel span svg {
  width: 14px;
  height: 14px;
}
.page_block-caption {
  font-size: 34px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 35px;
  font-family: ISOCPEUR;
}
@media (max-width: 1399px) {
  .page_block-caption {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.page_block-tel {
  font-size: 24px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-weight: 600;
}
.page_block-btn {
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  padding: 27px 0;
  width: 100%;
  background: #000000;
  border: 1px solid #000000;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .page_block-btn {
    font-size: 22px;
    line-height: 23px;
    padding: 18px 0;
    margin-bottom: 13px;
  }
}
.page_block-btn:hover {
  color: #000000;
  border: 1px solid #000000;
  background: transparent;
}
.page_block .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.page_block .title_block span {
  margin: initial;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 14px;
}
.page_block .title_block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page_block .title_block-item--width {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .page_block {
    max-width: 380px;
  }
  .page_block-img_logo {
    margin-bottom: 15px;
  }
  .page_block-title {
    font-size: 110px;
    margin-bottom: 0px;
  }
  .page_block-caption {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .page_block-btn {
    padding: 12px 10px;
    width: auto;
    font-size: 18px;
    margin: 0 auto 13px;
  }
  .page_block-desc .page_block-tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_block-link_list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page404 {
    background-size: cover;
    background-position: right;
  }
  .page_block-btn {
    width: auto;
  }
}
@media screen and (max-width: 575px) {
  .page404 {
    background-position-x: -310px;
  }
  .page_block {
    text-align: left;
  }
  .page_block-img_logo img {
    width: 50%;
  }
  .page_block-title {
    font-size: 112px;
    line-height: 108px;
    margin: 0;
  }
  .page_block-desc {
    text-align: left;
  }
  .page_block a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    margin-bottom: 13px;
  }
  .page_block .page_block-tel {
    font-size: 18px;
    line-height: 17px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page_block-caption {
    font-size: 18px;
    line-height: 24px;
    width: 235px;
    text-align: left;
  }
  .page_block-btn {
    width: 210px;
    font-size: 14px;
    line-height: 13px;
  }
  .page_block .title_block {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .page_block .title_block span {
    font-size: 15px;
    line-height: 13px;
  }
  .page_block .title_block-item--width {
    white-space: normal;
    line-height: 20px;
  }
}
.product_detail {
  margin-top: 10px;
}
.product_detail.loader_block::before {
  top: -30px;
}
.product_detail-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 46px;
}
@media (max-width: 992px) {
  .product_detail-wrap {
    padding-bottom: 0;
  }
}
.product_detail-slider_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 755px;
}
.product_detail-slider_nav {
  position: relative;
}
.product_detail-slider_nav .slider_button {
  position: absolute;
  z-index: 1;
  width: 88px;
  height: 32px;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  background: #fff;
}
.product_detail-slider_nav .slider_product_nav_prev {
  top: -1px;
}
.product_detail-slider_nav .slider_product_nav_next {
  bottom: -1px;
}
.product_detail-slider_item {
  padding: 38px 0;
  overflow: hidden;
  height: 755px;
  width: 88px;
}
.product_detail-slider_item .item {
  margin: 8px 0;
  height: 120px;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.7;
  cursor: pointer;
}
.product_detail-slider_item .item:hover {
  border: 1px solid #828282;
}
.product_detail-slider_item .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_detail-slider_item .item.slick-active {
  opacity: 1;
}
.product_detail-slider_item .slick-current {
  border: 1px solid #828282;
  border-bottom: 3px solid #000000;
}
.product_detail-slider_main {
  position: relative;
  width: 515px;
  height: 100%;
  margin: 0 61px;
}
.product_detail-slider_main .slider_button {
  position: absolute;
  z-index: 1;
}
.product_detail-slider_main .product-detail_prev {
  top: 50%;
  left: -10px;
  background-color: #fff;
}
.product_detail-slider_main .product-detail_prev .feather {
  color: #828282;
}
.product_detail-slider_main .product-detail_next {
  top: 50%;
  right: -10px;
  background-color: #fff;
}
.product_detail-slider_main .product-detail_next .feather {
  color: #828282;
}
.product_detail-slider_main_item {
  width: 100%;
  height: 100%;
}
.product_detail-slider_main_item .item {
  width: 100%;
  height: 100%;
}
.product_detail-slider_main_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_detail-slider_main .slick-list {
  overflow: hidden;
  height: 100%;
}
.product_detail-slider_main .slick-track {
  height: 100%;
}
.product_detail-info {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product_detail-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_detail-info .product-promo-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product_detail-info .product_detail-info_tabs {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .product_detail-info .show-xs .product_detail-info_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: left;
    margin-bottom: 16px;
  }
}
.product_detail-info__prise-brand-wrapper {
  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_detail-info_wrap .size_alert {
  left: auto;
  right: 0;
  top: 17px;
}
.product_detail-info__brand-title {
  text-align: end;
  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_detail-info__brand-title picture {
  height: 50px;
}
.product_detail-info_display {
  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;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .product_detail-info_display {
    margin-bottom: 16px;
  }
}
.product_detail-info_display .info_block-title {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product_detail-info_display {
    margin-bottom: 16px;
  }
}
.product_detail-info_title {
  font-family: ISOCPEUR;
  font-size: 32px;
  color: #0c0c0c;
  font-weight: bold;
}
.product_detail-info_title--mobile {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 16px 0;
}
.product_detail-info_title--mobile .picture-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 991px) {
  .product_detail-info_title--mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .product_detail-info_title--desktop {
    display: none;
  }
}
.product_detail-info_title .picture-image img {
  width: auto;
  height: 100%;
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .product_detail-info_title .picture-image img {
    max-width: 100px;
  }
}
.product_detail-info_star {
  position: absolute;
  top: -30px;
  right: 0;
  padding: 11px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-radius: 4px;
}
.product_detail-info_star.active svg {
  stroke: #000;
  fill: #000;
}
.product_detail-info_star:before {
  content: "";
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product_detail-info_star:hover {
  color: #828282;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.product_detail-info_desc {
  font-family: ISOCPEUR;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 992px) {
  .product_detail-info_price .price_block-old {
    margin-left: 0;
  }
}
.product_detail-info_price .price_block-new {
  font-size: 32px;
}
.product_detail-info_price .price_block-new--big {
  margin-top: 0;
}
.product_detail-info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  margin-bottom: 24px;
  gap: 0;
}
.product_detail-info_wrapper > div {
  width: 100%;
}
@media (max-width: 767px) {
  .product_detail-info_wrapper > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product_detail-info_wrapper .product_detail-info_size {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product_detail-info_wrapper #pickup,
  .product_detail-info_wrapper .product_detail-info_btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.product_detail-info_social {
  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;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .product_detail-info_size .info_block-title {
    font-size: 14px;
  }
}

.price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price_block-old {
  font-size: 14px;
  line-height: 16px;
  color: #A3A3A3;
  margin-bottom: 8px;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .price_block-old {
    font-size: 10px;
    line-height: 12px;
  }
}
.price_block-old--line {
  text-decoration: line-through;
}
.price_block-old--no-line {
  margin-bottom: 5px;
  text-decoration: none;
}
.price_block-old-count {
  text-decoration: line-through;
}
@media (max-width: 992px) {
  .price_block-old-count {
    font-size: 14px;
  }
}
.price_block-new {
  font-size: 24px;
  line-height: 1;
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .price_block-new {
    font-size: 16px;
    line-height: 1;
  }
}
.price_block-new--big {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .price_block-new--big {
    margin-top: 0;
    margin-bottom: 0;
    height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 32px;
  }
}
.price_block-discount {
  font-family: "Mariupol-Regular", sans-serif;
  text-decoration: none;
  border: 1px solid #b83d3d;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #b83d3d;
  padding: 3px;
  margin-left: 8px;
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .price_block-discount {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.color_block {
  margin: 0 0 24px;
}
.color_block-pick_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.color_block-pick_color.slick-slider {
  display: block;
  gap: 0;
}
.color_block-pick_color.slick-slider .slick-track {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.color_block-pick_color.slick-slider .product-color-item {
  width: 100%;
  margin: 0 8px 0 0;
}
.color_block-pick_color--padding-left .slick-list .slick-track {
  padding-left: 37px !important;
}
.color_block-item {
  height: 30px;
  width: 30px;
  cursor: pointer;
  margin: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.color_block-item:first-child {
  margin-left: 0;
}
.color_block .product-color-item {
  max-width: 80px;
  max-height: 105px;
  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;
  margin: 0;
  cursor: pointer;
  border: 1px solid #ebebeb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 4px;
  overflow: hidden;
}
.color_block .product-color-item:hover, .color_block .product-color-item.active {
  border-color: #A3A3A3;
}

.color-slider {
  position: relative;
}
.color-slider .slider_button {
  display: none;
  height: 90px;
  width: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
          transform: translateY(-45px);
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.color-slider .slider_button.slider_product_prev {
  left: 0;
}
.color-slider .slider_button.slider_product_next {
  right: 0;
}
.color-slider .slider_button.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .color-slider .slider_button {
    display: none;
  }
}
.color-slider .slider_button:hover {
  border-color: #000;
}

.info_block-title {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .info_block-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
  }
}
.info_block-title--info-name {
  font-size: 14px;
  line-height: 16px;
}

.product_detail-info_display .info_block-title {
  font-family: "Mariupol-Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .product_detail-info_display .info_block-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.product_detail-info_display .info_block-title span {
  font-weight: 100;
  color: #000000;
}
.product_detail-info_display .info_block-title .article {
  color: #828282;
}

.info_block__code {
  color: #A3A3A3;
}

.info_block-title_wrapper .info_block-title {
  margin-bottom: 10px;
}

.size_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
.size_block-sizes {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 1199px) {
  .size_block-sizes {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }
}
.size_block-sizes .item {
  cursor: pointer;
  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;
  margin: 0;
  white-space: nowrap;
  padding: 0 7px;
  min-width: 50px;
  height: 50px;
  text-transform: uppercase;
  border-radius: 4px;
  border-color: #A3A3A3;
}
.size_block-sizes .item--disable {
  background-color: #E5E5E5;
  color: #A0A0A0;
  cursor: unset;
  pointer-events: none;
  position: relative;
}
.size_block-sizes .item--disable::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -67px;
  width: 67px;
  height: 2px;
  background-color: white;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}
.size_block-link_size {
  margin-top: 8px;
  text-decoration: underline;
  line-height: 16px;
  padding-bottom: 3px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 992px) {
  .size_block-link_size {
    margin-top: 16px;
  }
}
.size_block-link_size--clear {
  margin: 0;
}

@media (max-width: 992px) {
  #sticky-buy-block {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    padding: 10px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sticky-buy-block.sticky-active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 991px) {
  #sticky-buy-block {
    display: none !important;
  }
}
.btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}
.btn_block--add {
  height: 50px;
  width: 100%;
  margin-right: 16px;
  background: #000000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 400;
  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;
}
.btn_block--add:hover {
  color: #000000;
  background: #fff;
}
.btn_block--is-expected {
  background-color: white;
  color: black;
}
.btn_block--buy {
  height: 50px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
}

.tabs_block {
  font-family: "Mariupol-Regular", sans-serif;
}
.tabs_block-text {
  margin: 0 !important;
  color: #000000;
}
.tabs_block-text p {
  margin: 0 !important;
}
.tabs_block-content {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  max-width: 350px;
}
.tabs_block-content__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs_block-content__btn {
  margin: 0;
  padding: 14px 16px;
  border-radius: 4px;
  border-color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}
.tabs_block-content .block {
  margin-left: 15px;
}
.tabs_block-content .block--top-m {
  padding-top: 22px;
}
.tabs_block-content .block .list {
  list-style: disc;
}
.tabs_block-content .block .list_item {
  color: #000000;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
}
.tabs_block-content .block .list_item a,
.tabs_block-content .block .list_item span {
  min-width: 50%;
  text-align: left;
}
.tabs_block-list {
  border-top: 1px solid #ebebeb;
  padding: 17px 10px 16px 10px;
  cursor: pointer;
}
.tabs_block-list .toggler_right {
  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;
  cursor: pointer;
}
.tabs_block-list .toggler_right .tabs_block-rotate-arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tabs_block-list .tabs_block-content {
  display: none;
}
.tabs_block-list.is-activated .tabs_block-rotate-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tabs_block-list.is-activated .tabs_block-content {
  display: block;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.tabs_block-list:last-child {
  border-bottom: 1px solid #ebebeb;
}
.tabs_block-item {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs_block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Mariupol-Medium";
  font-size: 14px;
  line-height: 22px;
}
.tabs_block-title i {
  font-style: normal;
}
.tabs_block-title i + i {
  display: none;
}

.social_block {
  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;
}
@media (max-width: 767px) {
  .social_block-title {
    margin-left: 10px;
    text-align: center;
  }
}
.social_block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .social_block-wrapper {
    margin-left: 0;
  }
}
.social_block-item {
  width: 32px;
  height: 32px;
  cursor: pointer;
  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;
  color: #000000;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 50%;
}
.social_block-item:hover {
  background-color: #000000;
  color: #fff;
}
@media (max-width: 767px) {
  .social_block-item {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}

.looks-swiper .looks-arrow-next,
.looks-swiper .looks-arrow-prev {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background-image: none;
}
.looks-swiper .looks-arrow-next .swiper-arrow,
.looks-swiper .looks-arrow-prev .swiper-arrow {
  width: 34px;
  height: 34px;
}
.looks-swiper .looks-arrow-next {
  margin-right: -20px;
}
.looks-swiper .looks-arrow-prev {
  margin-left: -20px;
}
.looks-swiper .looks-arrow-prev .swiper-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.looks-swiper .swiper-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.consulting_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.consulting_block-icon {
  background: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
}
.consulting_block-icon svg {
  color: #fff;
}
.consulting_block-text {
  font-size: 14px;
  line-height: 13px;
  text-align: right;
  font-weight: 600;
  color: #000000;
  margin-left: 8px;
}

.product_marker {
  position: relative;
  z-index: 1;
}
.product_marker-discaunt {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #828282;
  font-family: Mariupol-Medium;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  padding: 3px;
}
.product_marker-star {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.product_marker .active {
  display: block;
}

.stylist_choice {
  border-bottom: 1px solid #ebebeb;
}
.stylist_choice-block {
  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;
}
.stylist_choice-example {
  width: 100%;
  margin-bottom: 42px;
}
.stylist_choice-example_title {
  font-size: 34px;
  line-height: 43px;
  font-family: ISOCPEUR;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin: 42px 0 15px;
}
.stylist_choice-example_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stylist_choice-example_item .example_item {
  height: 100%;
  margin: 0 15px;
}
.stylist_choice-example_item .example_item a {
  width: 100%;
}
.stylist_choice-example_item .example_item img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stylist_choice-example_item .is-activated {
  border: 1px solid #828282;
}
.stylist_choice-example_item .is-activated img {
  border-bottom: 5px solid #111111;
}
.stylist_choice-detail {
  margin-bottom: 73px;
  width: 100%;
}
.stylist_choice-detail_title {
  font-size: 22px;
  line-height: 28px;
  font-family: "ISOCPEUR";
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin: 40px 0px;
}
.stylist_choice-detail_btn {
  display: block;
  margin: 0 auto;
  font-size: 20px;
}
.stylist_choice-detail .product_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
}
.stylist_choice-detail .product_action .product_action-button {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0px;
  margin-top: 12px;
}
.stylist_choice-detail .product_action-size--item {
  width: initial;
  padding: 0 12px;
}
.stylist_choice-detail_slider .slider_common {
  margin: 0 -30px;
}
.stylist_choice-detail_slider .product {
  margin: 0 15px;
  height: 650px;
  position: relative;
}
.stylist_choice-detail_slider .product:hover .product_info {
  display: block;
}
.stylist_choice-detail_slider .product:hover .product_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stylist_choice-detail_slider .product-detail_info-price-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.stylist_choice-detail_slider .product-detail_info-price-old {
  font-size: 15px;
  line-height: 18px;
}
.stylist_choice-detail_slider .product-detail_info-price-new {
  font-size: 18px;
  line-height: 18px;
}
.stylist_choice .price_block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stylist_choice .price_block-new {
  margin-right: 0;
}

.swiper-slide .example_item {
  max-width: 370px;
  overflow: hidden;
  margin: 0 auto;
}

.list_item {
  color: #000000;
}
.list_item .feather {
  stroke: #828282;
  margin-right: 10px;
}
.list_item_shipping {
  color: #000000;
  font-family: ISOCPEUR;
  margin-bottom: 10px;
  font-size: 20px;
}
.list_item_shipping .feather {
  stroke: #000000;
  margin-right: 10px;
}

.stylist_tabs .title_block {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}
.stylist_tabs .title_block span {
  font-family: "Mariupol-Regular", sans-serif;
}
.stylist_tabs .title_block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767px) {
  .stylist_tabs .title_block-list {
    margin-top: 16px !important;
  }
}
.stylist_tabs .title_block-list .text {
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
  color: #828282;
}
.stylist_tabs .title_block-list .text img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.stylist_tabs .title_block-list .link-active {
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
  color: #000000;
}
.stylist_tabs .title_block .tab:not(:first-child) {
  display: none;
}
.stylist_tabs .slider_product .is-activated {
  display: block;
}

.tab:not(:first-child) {
  display: none;
}

.product_detail-slider_main_item img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: 600px;
  top: 50%;
  left: 50%;
}

.looks-swiper .nav-tabs .nav-link {
  border: 0;
}
.looks-swiper .nav .nav-tabs {
  border: 0;
}
.looks-swiper .nav-tabs {
  border: 0;
}

.looks-pagination {
  display: block;
  position: static;
  text-align: center;
  margin: 20px auto 0 auto;
}
.looks-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 9px;
  height: 9px;
}

.line-go-slider .slider_nav_wrap {
  display: none;
}

@media screen and (max-width: 1199px) {
  .product_detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_detail-slider_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
  .product_detail-info_star {
    padding: 0;
    top: -10px;
  }
  .product_detail-info_star svg {
    width: 16px;
    height: 16px;
  }
}
.product_detail-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .product_detail-slider_main {
    margin: 0px 40px;
  }
  .product_detail-info_wrap {
    display: none;
  }
  .product_detail-info_star {
    top: 3px;
  }
  .product_detail-info_desc {
    margin-bottom: 10px;
  }
  .product_detail-info_price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stylist_choice-example_item {
    height: 100%;
  }
  .stylist_choice-example_item .example_item {
    width: 100%;
  }
  .stylist_choice .product_action-size {
    overflow-x: auto;
  }
  .stylist_choice .product_action-size--lost {
    width: 100%;
    margin: 0;
  }
  .stylist_choice-detail_slider .product {
    height: 590px;
  }
  .stylist_tabs .product_action-size {
    overflow-x: auto;
  }
  .stylist_tabs .product_action-size--item {
    width: initial;
    padding: 0 12px;
  }
  .stylist_tabs .title_block {
    margin-bottom: 25px;
  }
  .stylist_tabs .title_block-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stylist_tabs .title_block-home span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .product_detail-slider_nav {
    display: none;
  }
  .product_detail-slider_main {
    margin: 0;
  }
  .product_detail-slider_main_item img {
    margin: 0 auto;
    width: initial;
  }
  .product_detail .product-detail_prev {
    left: 0;
  }
  .product_detail .product-detail_next {
    right: 0;
  }
  .stylist_tabs .title_block {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
  }
  .stylist_tabs .title_block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: auto;
    gap: 16px;
  }
  .stylist_tabs .title_block-list .text:first-child {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stylist_tabs .title_block-list .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .stylist_tabs .title_block-list.nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .stylist_tabs .title_block span {
    font-family: "Mariupol-Regular";
    font-weight: 400;
    font-size: 32px !important;
    line-height: 35px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .stylist_tabs .title_block span {
    font-size: 18px !important;
    line-height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .product_detail-slider_main {
    margin: 0;
    width: 100%;
  }
  .product_detail-slider_main_item img {
    margin: 0 auto;
    width: initial;
  }
  .product_detail-slider_main .slick-dots {
    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: 30px;
  }
  .product_detail-slider_main .slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
  }
  .product_detail-slider_main .slick-dots li button {
    border: none;
    background: #828282;
    font-size: 0;
    border-radius: 50%;
    padding: 6px;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
  .product_detail-slider_main .slick-dots .slick-active button {
    background: #000000;
    padding: 10px;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
  .product_detail-info_title {
    font-size: 24px;
    line-height: 32px;
  }
  .product_detail-info_social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product_detail-info_social .consulting_block {
    margin-bottom: 20px;
  }
  .product_detail-info .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product_detail-info_code {
    margin-bottom: 25px;
  }
  .color_block-title {
    font-size: 14px;
  }
  .color_block-item {
    width: 32px;
    height: 32px;
  }
  .code_block-title {
    font-size: 14px;
  }
  .size_block-title {
    font-size: 14px;
  }
  .btn_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .consulting_block-text {
    font-size: 13px;
  }
  .product_info-brand {
    line-height: 17px;
    font-size: 16px;
  }
  .product_info-title {
    line-height: 15px;
  }
  .product_info-price {
    font-size: 15px;
    line-height: 18px;
  }
  .product_color {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    left: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_color-item {
    margin: 8px 8px;
  }
  .stylist_choice-detail_slider .product {
    height: 480px;
  }
  .stylist_choice .product_info-brand {
    font-size: 15px;
    line-height: 13px;
  }
  .stylist_choice .product_info-title {
    font-size: 13px;
    line-height: 15px;
  }
  .stylist_choice .product_info-price {
    font-size: 15px;
    line-height: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stylist_choice-example_title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
    text-align: left;
  }
  .stylist_choice .product_action-size--lost {
    font-size: 11px;
    line-height: 18px;
    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;
  }
  .stylist_choice .product_action-button {
    font-size: 12px;
  }
  .stylist_choice .product_action .last_size {
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 11px;
    line-height: 18px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stylist_choice-detail_title {
    font-size: 18px;
    line-height: 24px;
  }
  .stylist_choice-detail_slider .slider_product {
    padding-bottom: 90px;
  }
  .stylist_choice-detail_slider .slider_product_prev {
    left: 30%;
  }
  .stylist_choice-detail_slider .slider_product-prev {
    left: 30%;
  }
  .stylist_choice-detail_slider .slider_product_next {
    right: 30%;
  }
  .stylist_choice-detail_slider .slider_product-next {
    right: 30%;
  }
  .stylist_choice-detail_slider .slider_product .slider_button {
    top: initial;
    bottom: -85px;
  }
  .stylist_tabs .slider_product-prev {
    left: 30%;
  }
  .stylist_tabs .slider_product_next {
    right: 0%;
  }
  .stylist_tabs .slider_product-next {
    right: 30%;
  }
  .line-go-slider .slider_nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: absolute;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .line-go-slider .slider_line_go:before {
    background-color: #ebebeb;
  }
}
@media screen and (max-width: 380px) {
  .product_info .price_block {
    margin-top: 0;
  }
}
@media screen and (max-width: 320px) {
  .stylist_choice .product_action-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
  height: 5px;
  background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
}

.product_detail-info_btn.btn_block {
  position: relative;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.size_alert,
.size_alert_buy {
  position: absolute;
  left: 0;
  top: -26px;
  color: #e45b5b;
  font-weight: bold;
}

@media (max-width: 991px) {
  .product_info .price_block-old {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .product_info .price_block-old {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .product_info .price_block-new {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .product_info .price_block-new {
    font-size: 12px;
    line-height: 24px;
    padding: 0 5px 0 0;
  }
}

.info_block-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .info_block-status {
    margin-bottom: 16px;
  }
}
.info_block-status--available {
  color: #00a046;
}
.info_block-status--unavailable {
  color: #9a1008;
}
.info_block-status--expected {
  color: #ffa000;
}

.product-looks--mobile {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 24px;
}
@media (min-width: 991px) {
  .product-looks--mobile {
    display: none;
  }
}
.product-looks--desktop {
  margin-bottom: -30px;
}
@media (max-width: 992px) {
  .product-looks--desktop {
    display: none;
  }
}

.page-content__product-block {
  padding-bottom: 0;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .page-content__product-block {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 992px) {
  .page-content__mpt0 {
    margin-top: 0 !important;
    padding-top: 0;
  }
}
.page-content__mpt0--mobile {
  margin-top: 0 !important;
  padding-top: 0;
}
.page-content__mpb0 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-looks--desktop {
  margin-bottom: 70px;
}

.product-looks--mobile .page-content__mpb0,
.product-looks--desktop .page-content__mpb0,
.stylist_tabs--recommended .page-content__mpb0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-looks--mobile .page-content__mpb0 .product,
.product-looks--mobile .page-content__mpb0 .product_info,
.product-looks--desktop .page-content__mpb0 .product,
.product-looks--desktop .page-content__mpb0 .product_info,
.stylist_tabs--recommended .page-content__mpb0 .product,
.stylist_tabs--recommended .page-content__mpb0 .product_info {
  margin-bottom: 0;
  padding-bottom: 0;
}

.order {
  padding-bottom: 72px;
}
.order_title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .order_title {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.order_title .title {
  font-family: "Mariupol-Regular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 34px;
  vertical-align: middle;
  text-transform: uppercase;
}
.order_title .subtitle {
  margin-left: 16px;
  font-family: "Mariupol-Regular", sans-serif;
  color: #A0A0A0;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: right;
  text-transform: math-auto;
}
.order_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order .form-container .input-field {
  width: 100%;
  max-width: calc(50% - 40px);
  margin-bottom: 30px;
}
.order .form-container .input-field_w100 {
  width: 100%;
  max-width: none;
}
.order_info {
  width: 100%;
  max-width: 930px;
  margin-right: 30px;
}
.order_info-step {
  background-color: #F8F8F8;
  border: 1px solid #ebebeb;
  margin-bottom: 24px;
  padding: 16px 20px;
}
.order_info-step:last-child {
  margin-bottom: 0;
}
.order_info-title {
  font-size: 20px;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 24px;
}
.order_info-title span {
  font-size: 14px;
  font-family: "Mariupol-Regular";
  text-transform: lowercase;
}
.order_info-title svg {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.radio_content .order_info-title {
  margin-top: auto;
  margin-bottom: auto;
}
.order_info .input-field__label {
  left: 2px;
}
.order_cart {
  width: 100%;
  max-width: 471px;
}
.order_cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 16px;
  border-bottom: 1px solid #ebebeb;
}
.order_cart-item:last-child {
  border-bottom: unset;
}
.order_cart-item .product__icon {
  font-size: 22px;
  width: 22px;
  height: 22px;
  color: #828282;
  stroke-width: 1px;
}
.order_cart-info + .order_cart-info {
  margin-left: auto;
}
.order_cart.order-disable {
  position: relative;
}
.order_cart-image {
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 140px;
  margin-right: 40px;
}
.order_cart-image img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .order_cart-image {
    max-width: calc(50% - 40px);
  }
}
.order_cart-title {
  margin-bottom: 12px;
  font-family: "Mariupol-Medium";
}
.order_cart-title h1 {
  margin: 0;
}
.order_cart-brand {
  font-family: "ISOCPEUR";
  font-size: 20px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.order_cart-brand img {
  width: auto;
  max-height: 30px;
}
.order_cart-size {
  margin-bottom: 5px;
  line-height: 18px;
  font-family: "Mariupol-Medium";
}
.order_cart-size span {
  font-family: "Mariupol-Regular";
}
.order_cart-price {
  margin-bottom: 5px;
  line-height: 18px;
  font-family: "Mariupol-Medium";
}
.order_cart-price span {
  font-family: "Mariupol-Regular";
}
.order_cart-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.order_cart-totalAmount {
  padding: 24px;
  font-family: "Mariupol-Medium";
  font-size: 15px;
  line-height: 14px;
  opacity: 1;
  z-index: 10;
  width: 471px;
  position: sticky;
  top: 286px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.order_cart-totalAmount .order_info-title {
  margin-bottom: 45px;
}
.order_cart-totalAmount__header {
  border-bottom: 1px solid #ebebeb;
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  vertical-align: middle;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .order_cart-totalAmount__header {
    font-size: 18px;
    line-height: 30px;
  }
}
.order_cart-totalAmount__btn-create-order {
  text-transform: uppercase;
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding: 14px;
  margin: 0;
  border-radius: 4px;
}
.order_cart-totalAmount-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .order_cart-totalAmount-row {
    font-size: 14px;
  }
}
.order_cart-totalAmount-row .totalAmount-value {
  text-align: right;
  font-weight: 500;
}
.order_cart-totalAmount-row .totalAmount-value span {
  color: #828282;
  text-decoration: line-through;
  display: block;
  text-align: right;
}
.order_cart-totalAmount-row--total {
  margin-top: 40px;
  margin-bottom: 32px;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .order_cart-totalAmount-row--total {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  .order_cart-totalAmount-row--total .totalAmount-value {
    font-size: 18px;
  }
}
.order_cart-totalAmount .totalAmount_button {
  width: 100%;
}
.order_cart-totalAmount .totalAmount_cart {
  width: 100%;
}
.order .stylist_tabs.hidden {
  display: none;
}

.order-page .shopCart_empty {
  line-height: 28px;
}
.order-page .shopCart_empty a {
  display: contents;
}
.order-page .order_cart-totalAmount {
  position: static;
}

.phonemask__menu {
  position: absolute;
  width: auto;
  margin-right: 0;
  right: 5px;
  top: 15px;
  z-index: 10;
}
.phonemask__menu .dropdown-menu {
  left: initial !important;
  right: -9px;
  top: 3px !important;
  -webkit-transform: initial !important;
      -ms-transform: initial !important;
          transform: initial !important;
}

.radio_wrapper .radio_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px;
  margin-bottom: 30px;
}
.radio_wrapper .radio_button-item {
  margin-left: -1px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  white-space: inherit;
  padding: 16px;
  line-height: normal;
}
.radio_wrapper .radio_button__move-on {
  display: none;
}
.radio_wrapper .radio_button-item--adress {
  display: none;
}
.radio_wrapper.radio_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio_wrapper.radio_column .radio_button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 280px;
  margin: 1px 40px 0 0;
}
.radio_wrapper.radio_column .radio_button-item {
  margin-left: 0;
  margin-top: -1px;
}
.radio_wrapper.radio_column .radio_content-wrapper {
  width: 100%;
  max-width: calc(100% - 320px);
}
.radio_wrapper.radio_column .radio_content-wrapper.flex {
  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;
}
.radio_wrapper.radio_column .radio_content-wrapper .form-container .input-field {
  max-width: calc(50% - 20px);
}
.radio_wrapper.radio_column .radio_content-wrapper .form-container .input-field__label {
  bottom: 9px;
}
.radio_wrapper.radio_column .radio_content-wrapper .form-container .input-field--focus .input-field__label {
  bottom: 27px;
}
.radio_wrapper.radio_column .radio_content-wrapper .form-container .input-field__input {
  padding-top: 13px;
}
.radio_wrapper.radio_column .radio_content-wrapper .form-container .input-field_w100 {
  width: 100%;
  max-width: none;
}
.radio_wrapper .radio_content {
  display: none;
}
.radio_wrapper .radio_content.active {
  display: block;
}

.select2-results .select2-disabled,
.select2-results__option[aria-disabled=true] {
  display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
  cursor: not-allowed;
}
.select2-container--default.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #828282;
  background-color: rgba(0, 0, 0, 0);
  height: 43px;
}
.select2-container--default .select2-selection__rendered {
  line-height: 43px !important;
  padding-left: 0 !important;
}
.select2-container--default .select2-selection__rendered .select2-selection__placeholder {
  color: #828288;
  font-size: 15px;
}
.select2-container--default .select2-selection__arrow {
  height: 43px !important;
}
.select2-container--default .select2-search--dropdown {
  padding: 0;
}
.select2-container--default .select2-results {
  background-color: #F8F8F8;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #EBEBEB;
  color: #000000;
}
.select2-container--default .select2-results__message {
  display: none;
}
.select2-container--default .select2-results > .select2-results__options {
  background-color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}
.select2-container--default .select2-dropdown {
  border: 1px solid #ebebeb;
  background: transparent;
}

.cities_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.cities_list-title {
  font-family: "ISOCPEUR";
  font-size: 20px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cities_list-item {
  margin-bottom: 7px;
}

.order-change__edit {
  display: none;
}

.radio_button__move-on {
  display: none;
}

.order-step.disable,
.step-buy.disable {
  display: none;
}

.step_error {
  font-size: 13px;
  text-transform: initial;
  font-family: "Mariupol-Medium";
}

.complete_step__edit {
  display: none;
}

@media screen and (max-width: 1199px) {
  .order_cart {
    margin: 20px 0;
  }
  .order_cart-totalAmout {
    width: auto;
  }
  .order .order-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order_title {
    margin-bottom: 8px;
  }
  .order .subtitle {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .order-page .form-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .order-page .shopCart_mini .order_cart-item {
    display: block;
    clear: both;
  }
  .order-page .shopCart_mini .order_cart-item:after {
    content: "";
    width: 100%;
    clear: both;
    display: block;
  }
  .order-page .shopCart_mini .order_cart-item .order_cart-image {
    float: left;
  }
  .order-page .shopCart_mini .order_cart-item .order_cart-info {
    width: 50%;
    margin-left: auto;
    float: right;
  }
  .order-page .order_cart-totalAmount {
    padding: 20px 15px;
  }
  .order-page .order_cart-totalAmount-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .order-page .radio_wrapper.radio_column .radio_content-wrapper .form-container {
    -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;
  }
  .order-page .radio_wrapper.radio_column .radio_content-wrapper .form-container .input-field {
    max-width: 100%;
  }
  .order-page .radio_content .form-container {
    -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;
  }
  .order-page .radio_content .form-container .input-field {
    max-width: 100%;
  }
  .order-page .order_cart {
    margin-top: 20px;
  }
  .order .subtitle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .order_info-title {
    line-height: 21px;
    margin-bottom: 25px;
    text-align: left;
  }
  .order_info-title span {
    display: block;
  }
  .order_cart-totalAmount-row {
    font-size: 14px;
  }
  .order_cart-totalAmount-row--total {
    font-size: 18px;
  }
  .order-page .form-container .input-field {
    max-width: 100%;
  }
  .order-page .radio_wrapper.radio_column {
    -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;
  }
  .order-page .radio_wrapper.radio_column .radio_content-wrapper {
    padding-top: 40px;
    max-width: 100%;
  }
  .order-page .radio_wrapper.radio_column .radio_content-wrapper .select2-container--default {
    max-width: 100%;
  }
  .order-page .radio_wrapper.radio_column .radio_content-wrapper .input-field {
    max-width: 100%;
  }
  .order-page .radio_wrapper.radio_column .radio_button {
    max-width: 100%;
    margin: 0 auto;
  }
  .order-page .radio_wrapper.radio_column .radio_button__move-on {
    margin-top: 25px;
  }
  .order-page .radio_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-page .radio_button__move-on {
    margin-top: 25px;
    width: 100%;
  }
  .order-page .radio_button__move-on {
    display: block;
  }
  .disabled_step .order_info-title {
    color: #828282;
    margin-bottom: 0;
  }
  .disabled_step .order_info-action {
    display: none;
  }
  .complete_step {
    position: relative;
  }
  .complete_step .order_info-action {
    display: none;
  }
  .complete_step__edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #000000;
    cursor: pointer;
  }
  .complete_step__edit .edit-icon {
    color: #fff;
    width: 15px;
    height: 14px;
  }
  .order-disable .c-button {
    background-color: #d2d2d2;
    border: 1px solid #d2d2d2;
  }
}
@media screen and (max-width: 575px) {
  .radio_wrapper.radio_column .radio_content-wrapper {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .radio_wrapper.radio_column .radio_content-wrapper .input-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .order_info-step {
    padding: 30px 10px;
    position: relative;
  }
}
.sticky-block {
  position: sticky;
  top: 105px;
}

.private-bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.private-bank .order_info-title {
  line-height: 130%;
}
.private-bank .order_info-title div {
  font-size: 18px;
  color: #444;
}

.color-green {
  color: green;
}

.shopCart_wrapper {
  margin-bottom: 15px;
}
.shopCart__all-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.shopCart__add-wishlist {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.shopCart__add-wishlist svg {
  margin-right: 3px;
}
.shopCart__add-wishlist.active svg {
  fill: #828282;
}
@media screen and (max-width: 575px) {
  .shopCart__add-wishlist {
    display: none;
  }
}
.shopCart_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shopCart_header-item {
  font-size: 13px;
  color: #828282;
  font-family: "Mariupol-Medium";
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  line-height: 40px;
}
.shopCart_header-item--product {
  min-width: 430px;
  max-width: 540px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopCart_header-item--product {
    min-width: 410px;
  }
}
.shopCart_header-item--size {
  max-width: 140px;
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .shopCart_header-item--size {
    max-width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopCart_header-item--size {
    max-width: 90px;
  }
}
.shopCart_header-item--quantity {
  max-width: 140px;
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .shopCart_header-item--quantity {
    max-width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopCart_header-item--quantity {
    max-width: 90px;
  }
}
.shopCart_header-item--prize {
  max-width: 110px;
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .shopCart_header-item--prize {
    max-width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopCart_header-item--prize {
    max-width: 100px;
  }
}
.shopCart .skeleton-item {
  background-color: #f4f4f4;
  width: 100%;
  height: 291px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  max-width: 869px;
}
@media screen and (max-width: 991px) {
  .shopCart .skeleton-item {
    height: 192px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.shopCart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ebebeb;
  max-width: 869px;
}
.shopCart_item__cart-size-change {
  text-decoration: underline;
}
.shopCart_item__information-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
}
@media screen and (max-width: 991px) {
  .shopCart_item__information-block {
    gap: 5px;
    font-size: 10px;
  }
}
.shopCart_item__information-block--grey {
  color: #A0A0A0;
}
.shopCart_item__information-block--change {
  color: #000000;
  text-decoration: underline;
}
.shopCart_item-delete {
  font-size: 22px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}
.shopCart_item-delete:hover svg {
  color: #000000;
}
.shopCart_item-delete svg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 22px;
  height: 22px;
  color: #828282;
  stroke-width: 1px;
}
.shopCart_item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 193px;
  border-radius: 2px;
  margin-right: 24px;
}
@media screen and (max-width: 991px) {
  .shopCart_item__left {
    width: 132px;
    height: 176px;
  }
}
.shopCart_item-image {
  width: 100%;
  height: 100%;
  width: 193px;
  max-height: 258px;
  position: relative;
  height: 258px;
}
@media screen and (max-width: 991px) {
  .shopCart_item-image {
    height: 176px;
    max-height: 176px;
    width: 132px;
  }
}
.shopCart_item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.shopCart_item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 360px;
}
.shopCart_item-brand {
  font-family: "ISOCPEUR";
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.shopCart_item-brand img {
  width: auto;
  height: 100%;
  max-height: 40px;
}
.shopCart_item-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-bottom: 16px;
}
.shopCart_item-vendorcode {
  font-size: 13px;
  line-height: 13px;
}
.shopCart_item-vendorcode span {
  color: #828282;
}
.shopCart_item-size {
  width: 100%;
  max-width: 140px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Mariupol-Medium";
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .shopCart_item-size {
    max-width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopCart_item-size {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .shopCart_item-size {
    max-width: 80px;
  }
}
.shopCart_item-size .navbar_item-size {
  padding: 8px 10px;
  border: 1px solid #ebebeb;
}
.shopCart_item-size .mobile-size {
  display: none;
}
.shopCart_item-qunatity {
  width: 100%;
  max-width: 140px;
}
@media screen and (max-width: 575px) {
  .shopCart_item-qunatity {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.shopCart_item-qunatity .navbar_item-size {
  padding: 8px 10px;
  border: 1px solid #ebebeb;
}
.shopCart_item-qunatity .mobile-size {
  display: none;
}
.shopCart_item-price {
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  line-height: 18px;
  line-height: 18px;
  min-width: 110px;
  margin-bottom: 16px;
}
.shopCart_item-price--old-price {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 7px;
  color: #A0A0A0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
}
.shopCart_item-price--percent {
  height: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  padding: 3px;
  border-radius: 2px;
  border: 0.5px solid #A0A0A0;
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .shopCart_item-price {
    min-width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopCart_item-price {
    min-width: 100px;
  }
}
.shopCart_empty {
  position: absolute;
  padding-top: 100px;
  font-size: 25px;
  text-align: center;
  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;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  .shopCart_empty {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.shopCart_empty a {
  color: #828282;
}
.shopCart_empty__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .shopCart_empty__title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}
.shopCart_empty__description {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 32px;
  max-width: 608px;
}
@media (max-width: 992px) {
  .shopCart_empty__description {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 24px;
  }
}
.shopCart_empty__continue-btn, .shopCart_empty__register-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  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;
  max-width: 370px;
  width: 100%;
  border-radius: 4px;
}
.shopCart_empty__register-btn {
  line-height: 41px;
  background-color: #000000;
  color: #fff !important;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .shopCart_empty__register-btn {
    margin-bottom: 16px;
  }
}
.shopCart_empty__continue-btn {
  line-height: 24px;
  border: 1px solid #828282;
  background-color: #fff;
  color: #000000;
}

.mobile-vendor-code {
  display: none;
}
@media (max-width: 575px) {
  .mobile-vendor-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 15px 0 15px;
  }
}

.mobile-add-wishlist {
  display: none;
  margin-top: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 575px) {
  .mobile-add-wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.order_title .mobile-version-order-btn {
  width: 100%;
  display: none;
}
@media screen and (max-width: 991px) {
  .order_title .mobile-version-order-btn {
    display: inline-block;
  }
}

.total-btn-top {
  display: none;
}

.order_cart .c-form {
  margin-bottom: 30px;
}
.order_cart .c-input-submit {
  color: #000000;
}

.order-page .order_cart:nth-child(2) {
  display: block;
}
.order-page .order_cart:nth-child(1) {
  display: block;
}

.order .container {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .order_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order_cart {
    max-width: inherit;
  }
  .order_cart-totalAmount {
    width: auto;
    padding: 35px 15px;
    border: none;
    position: initial;
  }
}
@media screen and (max-width: 991px) {
  .shopCart_item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .shopCart_item-brand {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .shopCart_item-brand img {
    max-height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .shopCart_item-title {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 8px;
  }
  .shopCart_item-price {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .shopCart_item-price--old-price {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 12px;
  }
  .shopCart_item-price--percent {
    font-size: 12px;
    padding: 2px 3px;
  }
  .order_title {
    text-align: center;
  }
  .order_cart {
    margin: 0 auto 20px auto;
  }
  .order_cart-totalAmount {
    padding: 0;
  }
  .order_cart-totalAmount .totalAmount_cart {
    margin-top: 0;
    display: block;
    margin: 0 auto;
  }
  .order_cart-totalAmount-row {
    display: none;
  }
  .order_info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order_cart {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order_cart:nth-child(2) {
    padding-top: 20px;
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order_cart:nth-child(2) .order_cart-totalAmount-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .total-btn-top {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .order {
    padding-bottom: 20px;
  }
  .order .container {
    max-width: 100%;
  }
  .order_title .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    font-size: 18px;
  }
  .order_title .title .subtitle {
    font-size: 14px;
  }
  .shopCart_header {
    display: none;
  }
  .shopCart_item-size {
    text-align: center;
  }
  .shopCart_item-size .navbar_item-size {
    display: none;
  }
  .shopCart_item-size .mobile-size {
    display: block;
  }
  .shopCart_item-size .mobile-size__active {
    border: 1px solid #000000;
    padding: 5px;
    min-height: 30px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
  }
  .shopCart_item-size .mobile-size__active:after {
    content: "▼";
    margin-left: 5px;
  }
}
@media screen and (max-width: 575px) {
  .order .container {
    padding: 0 10px;
  }
  .order_title {
    margin-bottom: 20px;
  }
  .mobile-add-wishlist {
    margin-top: auto;
    margin-bottom: 6px;
  }
  .shopCart__all-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .shopCart_item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
  }
  .shopCart_item-delete {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    line-height: 16px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .shopCart_item-delete img {
    width: 16px;
    height: 16px;
  }
  .shopCart_item-vendorcode {
    margin-bottom: 12px;
  }
  .shopCart_item-size {
    text-align: left;
    padding: 5px 0;
    margin-bottom: 6px;
  }
  .shopCart_item-price {
    margin-bottom: 6px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .by-hide-mobile {
    display: none;
  }
  .by-show-mobile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 990px) {
  .by-show-mobile {
    display: none;
  }
}
.order-collapse-item {
  border-bottom: 1px solid #ebebeb;
}
.order-collapse-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding: 24px 23px;
  cursor: pointer;
}
.order-collapse-item__header svg {
  width: 24px;
  height: 24px;
  margin-right: 0;
}
.order-collapse-item__body {
  display: none;
  padding-top: 16px;
  padding: 0 23px 24px;
}
.order-collapse-item__body input {
  padding-bottom: 1px;
  color: #000000;
}
.order-collapse-item__body .bonus-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  position: relative;
}
.order-collapse-item__body .bonus-input-wrapper svg {
  position: absolute;
  top: 6px;
  right: 130px;
  display: none;
}
.order-collapse-item__body .bonus-input-wrapper svg.active {
  display: block;
}
.order-collapse-item__body .checkbox-block {
  display: none;
}
.order-collapse-item__body .c-button {
  min-width: 120px !important;
}
.order-collapse-item__body p {
  margin-bottom: 0;
  color: #828288;
  font-size: 12px;
  opacity: 0.7;
}
.order-collapse-item__body p .black {
  color: #000000;
}
.order-collapse-item__body .not-authorized {
  font-size: 14px;
  opacity: 1;
}
.order-collapse-item__body p:not(:last-child) {
  margin-bottom: 4px;
}
.order-collapse-item__body .error {
  color: #e45b5b;
  font-size: 13px;
  line-height: 13px;
  display: none;
}
.order-collapse-item .promocode-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-collapse-item .promocode-wrapper input {
  margin-bottom: 0;
}
.order-collapse-item .promocode-wrapper svg {
  position: absolute;
  top: 6px;
  right: 130px;
  display: none;
}
.order-collapse-item .promocode-wrapper svg.active {
  display: block;
}

.cart-size-change-modal__container {
  border-radius: 4px;
  padding: 25px 24px;
  border: none;
}
@media (max-width: 992px) {
  .cart-size-change-modal__container {
    padding: 16px 24px;
    max-width: 100vw;
  }
}
.cart-size-change-modal__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cart-size-change-modal__title {
    margin-bottom: 24px;
  }
}
.cart-size-change-modal__close {
  top: 0px !important;
  right: 0px !important;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .cart-size-change-modal__close {
    top: 16px !important;
    right: 16px !important;
  }
}
.cart-size-change-modal__info_block-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  margin-bottom: 16px;
}
.cart-size-change-modal__size-modal-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: right;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  position: absolute;
  right: 0;
}
@media (max-width: 992px) {
  .cart-size-change-modal__size-modal-btn--desktop {
    display: none;
  }
}
@media (min-width: 991px) {
  .cart-size-change-modal__size-modal-btn--mobile {
    display: none;
  }
}
.cart-size-change-modal__item-size-btn {
  width: 50px;
  height: 50px !important;
  border-radius: 4px;
  border-width: 1px;
  margin: 0 4px 8px 4px !important;
  border: 1px solid #A0A0A0;
}
.cart-size-change-modal__size_block {
  margin-bottom: 16px;
}
.cart-size-change-modal__size_block .size_block-sizes {
  margin: 0;
  width: 100%;
}
.cart-size-change-modal__item-quantity {
  border-radius: 2px;
  border: 1px solid #A0A0A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  height: 38px;
  margin-bottom: 24px;
  padding: 0;
}
.cart-size-change-modal__item-current-qty, .cart-size-change-modal__item-increase-qty, .cart-size-change-modal__item-decrease-qty {
  background: none;
  border: none;
  width: 31.3px;
  height: 38px;
  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;
}
.cart-size-change-modal__item-current-qty {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}
.cart-size-change-modal__save-btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #fff;
  text-transform: uppercase;
  background-color: #000000;
  border-radius: 4px;
  height: 50px;
  width: 100%;
}

.navbar_item-cart {
  position: relative;
}

.notification {
  border: 1px solid #ebebeb;
  z-index: 999999999;
  -webkit-animation: animateElement linear 0.3s;
          animation: animateElement linear 0.3s;
  position: fixed;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1399px) {
  .notification {
    max-width: 330px;
  }
}
.notification::before {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ebebeb;
  clear: both;
}
@media (max-width: 1399px) {
  .notification::before {
    right: 11px;
  }
}
@media (max-width: 991px) {
  .notification::before {
    right: 3px;
  }
}
@media (max-width: 575px) {
  .notification::before {
    display: none;
  }
}
.notification::after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
  clear: both;
  z-index: 10;
}
@media (max-width: 1399px) {
  .notification::after {
    right: 12px;
  }
}
@media (max-width: 991px) {
  .notification::after {
    right: 4px;
  }
}
@media (max-width: 575px) {
  .notification::after {
    display: none;
  }
}
.notification_big {
  top: 55px;
  right: calc((100% - 1440px) / 2);
}
@media (max-width: 1440px) {
  .notification_big {
    right: 0;
  }
}
@media (max-width: 1399px) {
  .notification_big {
    top: 86px;
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .notification_big {
    right: calc((100% - 960px) / 2);
  }
}
@media (max-width: 991px) {
  .notification_big {
    top: 55px;
    right: 5px;
  }
}
@media (max-width: 575px) {
  .notification_big {
    top: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
  }
}
.notification_big.notification_wishlist:before {
  right: 80px;
}
@media (max-width: 1399px) {
  .notification_big.notification_wishlist:before {
    right: 59px;
  }
}
@media (max-width: 991px) {
  .notification_big.notification_wishlist:before {
    right: 32px;
  }
}
.notification_big.notification_wishlist:after {
  right: 81px;
}
@media (max-width: 1399px) {
  .notification_big.notification_wishlist:after {
    right: 60px;
  }
}
@media (max-width: 991px) {
  .notification_big.notification_wishlist:after {
    right: 33px;
  }
}
.notification_small {
  top: 55px;
  right: calc((100% - 1440px) / 2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.notification_small .order_cart-action {
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .notification_small {
    right: 0px;
  }
}
@media (max-width: 1399px) {
  .notification_small {
    top: 86px;
  }
}
@media (max-width: 1199px) {
  .notification_small {
    right: calc((100% - 960px) / 2);
  }
}
@media (max-width: 991px) {
  .notification_small {
    top: 55px;
    right: 5px;
  }
}
@media (max-width: 575px) {
  .notification_small {
    top: 0px;
    right: 0px;
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  .notification {
    width: 100%;
    right: 0px;
    background-color: black;
  }
}
@media (max-width: 420px) {
  .notification {
    width: 100%;
    left: 0;
    right: 0;
  }
}
.notification--top {
  top: 110px;
}
@media (max-width: 1399px) {
  .notification--top {
    top: 86px;
  }
}
@media (max-width: 991px) {
  .notification--top {
    top: 54px;
  }
}
.notification_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 22px;
  cursor: pointer;
  color: #828282;
  font-size: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.notification_close:hover {
  color: #000000;
}
@media (max-width: 1399px) {
  .notification_close {
    padding: 12px 22px;
  }
}
.notification .order_cart-item {
  border: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .notification .order_cart-item {
    margin-bottom: 15px;
  }
}
.notification .order_cart-image {
  margin-right: 20px;
}
@media (max-width: 1399px) {
  .notification .order_cart-image {
    max-width: 80px;
    margin-right: 10px;
  }
}
.notification .order_cart-title {
  font-size: 15px;
  line-height: 20px;
}
.notification .order_cart-price {
  font-size: 18px;
  line-height: 18px;
}
.notification .order_cart-action .c-button {
  width: 100%;
  text-align: center;
}
.notification_wrapper {
  background-color: #fff;
  padding: 0 33px 33px 33px;
  position: relative;
}
@media (max-width: 1399px) {
  .notification_wrapper {
    padding: 0 15px 15px 15px;
  }
}
.notification_title {
  font-size: 18px;
  line-height: 26px;
  padding: 25px 0;
}
@media (max-width: 1399px) {
  .notification_title {
    padding: 15px 0;
  }
}

@-webkit-keyframes animateElement {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes animateElement {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.success-container {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 20px;
}
.success-container .benefits_item-icon {
  margin: 0 auto;
}
.success-container .title {
  margin: 20px auto;
}
.success-container .c-button {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .success-container {
    padding: 30px 10px;
  }
}
.container-about {
  padding-top: 55px;
}

.benefits_item {
  cursor: pointer;
}

.banner-about {
  max-width: 1170px;
  width: 100%;
  margin-bottom: 30px;
}
.banner-about img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-wrapper {
  max-width: 1170px;
}
.about-wrapper .little-benefits {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-wrapper .little-benefits .benefits_item:first-child {
  margin-right: 50px;
}
.about-wrapper img {
  max-width: 100%;
  height: auto;
}

.menu-list {
  font-family: "ISOCPEUR";
}
.menu-list__item {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 19px;
}
.menu-list__link {
  color: #828282;
}
.menu-list__link:hover {
  color: #000000;
}
.menu-list__link.active {
  color: #000000;
}

.stylist_tabs--gift-cards .product_info-brand {
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  font-family: "Mariupol-Regular";
  font-size: 14px;
  line-height: 15px;
}

.stylist_tabs--gift-cards .slider_button,
.stylist_tabs--gift-cards .slick-arrow {
  background-color: #fff;
  border: 0.2px solid #828282;
}

@media (max-width: 768px) {
  .stylist_tabs--gift-cards .title_block-list {
    margin-bottom: 8px;
  }
}
.text_content {
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
  /* Center tables for demo */
  /* Default Table Style */
}
@media (max-width: 767px) {
  .text_content {
    font-size: 14px;
  }
}
.text_content h1,
.text_content h2,
.text_content .h1,
.text_content .h2 {
  font-size: 34px;
}
@media (max-width: 767px) {
  .text_content h1,
  .text_content h2,
  .text_content .h1,
  .text_content .h2 {
    font-size: 24px;
  }
}
.text_content h1,
.text_content h2,
.text_content h3,
.text_content h4,
.text_content h5,
.text_content h6,
.text_content .h1,
.text_content .h2,
.text_content .h3,
.text_content .h4,
.text_content .h5,
.text_content .h6 {
  text-transform: uppercase;
  font-family: "Mariupol-Regular";
  font-weight: 400;
  margin-top: 54px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .text_content h1,
  .text_content h2,
  .text_content h3,
  .text_content h4,
  .text_content h5,
  .text_content h6,
  .text_content .h1,
  .text_content .h2,
  .text_content .h3,
  .text_content .h4,
  .text_content .h5,
  .text_content .h6 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.text_content h1,
.text_content .h1 {
  margin-top: 0;
}
.text_content h3,
.text_content .h3 {
  font-size: 20px;
}
.text_content p {
  font-family: "Mariupol-Regular";
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .text_content p {
    margin-bottom: 16px;
  }
}
.text_content .justify {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.text_content .offer-about {
  border: 1px solid #ebebeb;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text_content .offer-about strong {
  font-size: 18px;
}
.text_content ul,
.text_content ol {
  padding-left: 20px;
  margin-bottom: 30px;
}
.text_content ul li {
  list-style: square;
}
.text_content ol li {
  list-style: decimal;
}
.text_content table {
  margin: 0 auto;
  margin-bottom: 20px;
}
.text_content table {
  color: #333;
  background: white;
  border: 1px solid grey;
  font-size: 12pt;
  border-collapse: collapse;
}
.text_content table thead th,
.text_content table tfoot th {
  color: #777;
  background: rgba(0, 0, 0, 0.1);
}
.text_content table caption {
  padding: 0.5em;
}
.text_content table th,
.text_content table td {
  padding: 0.5em;
  border: 1px solid lightgrey;
}
.text_content blockquote {
  font-size: 1.4em;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 4px solid #999;
  line-height: 1.6;
  position: relative;
  background: #ededed;
}
.text_content blockquote::before {
  font-family: Arial;
  content: "“";
  color: #999;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
.text_content blockquote::after {
  content: "";
}
.text_content blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.text_content .comfort-container {
  position: relative;
  padding: 40px 0 20px 0;
}
.text_content .comfort-container__title {
  font-size: 48px;
  font-family: ISOCPEUR;
  text-align: center;
  padding: 0 120px;
  margin-bottom: 50px;
}
.text_content .comfort-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text_content .comfort-block__frame {
  position: relative;
}
.text_content .comfort-block__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100%;
}
.text_content .comfort-block--position {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -30px;
}
.text_content .comfort-block--position .comfort-block__frame {
  position: relative;
  max-width: 832px;
  max-height: 556px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.text_content .comfort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 70px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.text_content .comfort-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: ISOCPEUR;
  font-size: 22px;
  margin-bottom: 32px;
  text-transform: uppercase;
  width: 100%;
}
.text_content .comfort-list__item:after {
  top: 10px;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.text_content .comfort-list__item:last-child {
  margin-bottom: 15px;
}
.text_content .slider_product {
  padding-top: 0;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .text_content .slider_product {
    padding-bottom: 16px;
  }
}

.little-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 30px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.little-benefits .benefits_item:first-child {
  padding-left: 0;
}
.little-benefits .benefits_item-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}
.little-benefits .benefits_item-icon:before {
  display: none;
}
.little-benefits .benefits_item-icon svg {
  max-width: 20px;
  max-height: 100%;
}
.little-benefits .benefits_item-icon::after {
  width: 40px;
  height: 40px;
}

.our-shop h2,
.our-shop .h2 {
  margin: 35px 0;
}

.block-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.block-photo figure {
  cursor: pointer;
  margin: 0;
  position: relative;
  width: 25%;
}
.block-photo figure a {
  max-width: 160px;
  width: 100%;
  position: absolute;
  z-index: -1;
  padding: 15px;
  background: #fff;
  font-family: "Mariupol-Medium";
  font-size: 13px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  line-height: 14px;
}
.block-photo figure:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: rgba(29, 29, 29, 0.75);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.block-photo figure:hover a {
  z-index: 2;
}
.block-photo figure:hover::before {
  z-index: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.block-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .text_content .offer-about {
    padding: 15px;
  }
  .text_content .offer-about strong {
    font-size: 18px;
  }
  .text_content .block-photo figure {
    width: 50%;
  }
  .text_content .comfort-container__title {
    padding: 0;
  }
  .text_content .comfort-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text_content .comfort-block--position {
    margin-top: 0;
  }
  .text_content .comfort-list {
    margin-top: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .container-about {
    padding-top: 30px;
  }
  .container-about.container {
    max-width: 930px;
  }
  .text_content .offer-about {
    -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;
  }
  .text_content .offer-about .c-button {
    margin-top: 20px;
  }
  .text_content .comfort-container__title {
    font-size: 28px;
  }
  .text_content .comfort-list__item {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .benefits_item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .text_content .benefits_item {
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .text_content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text_content li {
    width: 100%;
  }
  .text_content .comfort-container__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .little-benefits {
    -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;
  }
  .little-benefits .benefits_item {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .text_content .block-photo figure {
    width: 100%;
  }
}
.about_button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .about-wrapper h1,
  .about-wrapper .h1,
  .about-wrapper h3,
  .about-wrapper .h3,
  .about-wrapper p[style] {
    text-align: center;
  }
}

.sitemap {
  max-width: 750px;
  font-size: 16px;
}
.sitemap a:hover {
  text-decoration: underline;
}
.sitemap li {
  margin-bottom: 2px;
}
.sitemap ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style-type: none;
}
.sitemap ul li {
  list-style: none;
}
.sitemap ul ul {
  padding-left: 30px;
}
.sitemap > ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media (max-width: 767px) {
  .sitemap > ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.sitemap__body > ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media (max-width: 767px) {
  .sitemap__body > ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.sitemap__body > ul > li {
  display: block;
  width: 100%;
}
.sitemap__body > ul > li > a {
  font-size: 20px;
  font-family: "Mariupol-Medium";
}

.drift-bounding-box.drift-open {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #000000;
  z-index: 1;
}

.product_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 70px;
  position: relative;
  width: 100%;
  min-width: 869px;
  height: 100%;
}
@media (min-width: 992px) {
  .product_photo {
    position: sticky;
    top: 123px;
    z-index: 1;
  }
}
.product_photo .slick-list {
  overflow: hidden;
}
.product_photo .product_photo__zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: calc(100% - 50px);
  max-width: 688px;
  z-index: 1;
  visibility: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.product_photo .product_photo__zoom.pp_zoom_show {
  visibility: visible;
  z-index: 10;
}
@media (min-width: 1200px) {
  .product_photo .product_photo__zoom {
    aspect-ratio: 1/1;
    height: auto;
  }
}
@media (max-width: 1400px) {
  .product_photo .product_photo__zoom {
    display: none;
  }
}
.product_photo .swiper-thumb {
  width: 100%;
  max-width: 80px;
  position: relative;
  margin: 0 16px 0 0;
  padding: 40px 0 48px 0;
}
.product_photo .swiper-thumb.swiper_has_video {
  padding-bottom: 184px;
}
@media (max-height: 800px) {
  .product_photo .swiper-thumb.swiper_has_video {
    padding-bottom: 134px;
  }
}
@media (max-width: 991px) {
  .product_photo .swiper-thumb.swiper_has_video {
    padding-bottom: 0;
  }
}
.product_photo .swiper-thumb .swiper-wrapper {
  overflow: hidden;
}
.product_photo .swiper-thumb .swiper-slide {
  height: 100%;
  max-height: 105px;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  cursor: pointer;
  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-transition: border-color 0.1s;
  transition: border-color 0.1s;
  margin: 8px 0;
}
.product_photo .swiper-thumb .swiper-slide:hover {
  opacity: 1;
  border-color: #828282;
}
.product_photo .swiper-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_photo .swiper-thumb .swiper-slide.slick-current {
  opacity: 1;
  border-color: #000000;
}
.product_photo .swiper-thumb .swiper-slide.slick-current:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
}
.product_photo .swiper-thumb .swiper-slide.slick-current img {
  opacity: 1;
}
.product_photo .swiper-thumb .swiper-c-button-next,
.product_photo .swiper-thumb .swiper-c-button-prev {
  position: absolute;
  width: 100%;
  height: 32px;
  border: 1px solid #ebebeb;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  background-color: #fff;
}
.product_photo .swiper-thumb .swiper-c-button-next:hover,
.product_photo .swiper-thumb .swiper-c-button-prev:hover {
  background-color: #000000;
  border-color: #000000;
}
.product_photo .swiper-thumb .swiper-c-button-next:hover i,
.product_photo .swiper-thumb .swiper-c-button-prev:hover i {
  color: #fff;
}
.product_photo .swiper-thumb .swiper-c-button-prev {
  top: 0;
}
.product_photo .swiper-thumb .swiper-c-button-next {
  bottom: 0;
}
.product_photo .swiper-gallery {
  width: 100%;
  max-width: 100%;
}
.product_photo .swiper-gallery .swiper-wrapper {
  margin: 0 auto;
}
.product_photo .swiper-gallery .swiper-slide {
  border: none !important;
  opacity: 1 !important;
}
.product_photo .swiper-gallery .swiper-slide.slick-active {
  opacity: 1;
}
@media (min-width: 1200px) {
  .product_photo .swiper-gallery .swiper-slide .image-link {
    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;
    width: 100%;
  }
}
.product_photo .swiper-gallery .swiper-slide .image-link picture {
  display: block;
  width: 100%;
  text-align: center;
}
.product_photo .swiper-gallery .swiper-slide img {
  margin: 0 auto;
  border-radius: 4px;
  border: none !important;
}
@media (max-width: 1199px) {
  .product_photo .swiper-gallery .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    max-width: 100%;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .product_photo .swiper-gallery .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: none !important;
  }
}
.product_photo .swiper-gallery .slick-list {
  height: 100%;
}
.product_photo .swiper-gallery .swiper-gallery_prev,
.product_photo .swiper-gallery .swiper-gallery_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .product_photo .swiper-gallery .swiper-gallery_prev,
  .product_photo .swiper-gallery .swiper-gallery_next {
    display: none !important;
  }
}
.product_photo .swiper-gallery .swiper-gallery_prev {
  left: 16px;
}
.product_photo .swiper-gallery .swiper-gallery_next {
  right: 16px;
}
.product_photo .swiper-gallery .slick-dots {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .product_photo .swiper-gallery .slick-dots {
    margin-top: -30px;
    z-index: 1;
    position: relative;
  }
}
.product_photo .swiper-gallery .slick-dots li {
  margin: 0 5px;
}
.product_photo .swiper-gallery .slick-dots li button {
  border: none;
  background: #ccc;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  padding-top: 10px;
}
.product_photo .swiper-gallery .slick-dots li.slick-active button {
  background: #333;
}
.product_photo .product_video {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 48px;
  background-color: #000000;
  color: #fff;
  border: 1px solid #000000;
  z-index: 1000;
  max-width: 100%;
  max-height: 120px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-height: 800px) {
  .product_photo .product_video {
    max-height: 70px;
  }
}
.product_photo .product_video:hover {
  background-color: #fff;
  color: #000000;
}
.product_photo .product_video video {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 120px;
}
.product_photo .product_video__preview {
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.product_photo .product_video__preview-label {
  display: block;
  margin-top: 10px;
}
@media (max-height: 800px) {
  .product_photo .product_video__preview-label {
    margin-top: 2px;
  }
}
.product_photo .product_video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  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_photo .product_video-wrapper .pvw_close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 42px;
  cursor: pointer;
  line-height: 20px;
  z-index: 10;
  padding: 10px;
}
.product_photo .product_video-video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .product_detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    margin-bottom: -1px;
  }
  .product_photo {
    padding-right: 0;
    min-width: auto;
    margin-bottom: 40px;
  }
  .swiper-gallery .slick-list,
  .slick-track {
    height: 100%;
  }
  .swiper-gallery .swiper-slide img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_photo__zoom,
  .drift-bounding-box.drift-open {
    display: none;
  }
}
@media (max-width: 991px) {
  .product_photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product_photo .swiper-gallery {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .product_photo .swiper-thumb {
    width: 100%;
    max-width: 100%;
    height: 120px;
    margin: 0;
    padding: 0 40px 0 40px;
  }
  .product_photo .swiper-thumb.swiper_has_video {
    padding-right: 162px;
  }
  .product_photo .swiper-thumb .swiper-slide {
    margin: 0 8px;
  }
  .product_photo .swiper-gallery .slick-list,
  .product_photo .slick-track {
    height: 500px;
  }
  .product_photo .swiper-gallery .slick-list img,
  .product_photo .slick-track img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_photo .swiper-gallery .swiper-slide .image-link picture {
    height: 100%;
  }
  .product_photo .swiper-thumb .swiper-c-button-prev,
  .product_photo .swiper-thumb .swiper-c-button-next {
    width: 32px;
    height: 120px;
    top: auto;
    bottom: auto;
  }
  .product_photo .swiper-thumb .swiper-c-button-prev {
    left: 0;
  }
  .product_photo .swiper-thumb .swiper-c-button-prev i {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .product_photo .swiper-thumb .swiper-c-button-next {
    right: 0;
  }
  .product_photo .swiper-thumb .swiper-c-button-next i {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .product_photo .product_video {
    width: 106px;
    height: 120px;
    right: 48px;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) and (max-height: 800px) {
  .product_photo .swiper-thumb {
    height: 100px;
  }
  .product_photo .swiper-thumb .swiper-c-button-prev,
  .product_photo .swiper-thumb .swiper-c-button-next {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .product_photo {
    margin: 0 -15px 16px;
    width: calc(100% + 30px);
    min-height: 450px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .product_photo .js-product-image {
    min-height: 450px;
  }
  .product_photo .swiper-gallery {
    max-width: 100%;
    margin: 0 0 0 0;
  }
  .product_photo .swiper-gallery .main-slick-next,
  .product_photo .swiper-gallery .main-slick-prev {
    position: absolute;
    width: 36px;
    height: 36px;
    border: none;
    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;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .product_photo .swiper-gallery .main-slick-next i,
  .product_photo .swiper-gallery .main-slick-prev i {
    font-size: 26px;
  }
  .product_photo .swiper-gallery .main-slick-next:hover,
  .product_photo .swiper-gallery .main-slick-prev:hover {
    opacity: 0.6;
  }
  .product_photo .swiper-gallery .main-slick-prev {
    left: -40px;
  }
  .product_photo .swiper-gallery .main-slick-next {
    right: -40px;
  }
  .product_photo .swiper-gallery .slick-list,
  .product_photo .slick-track {
    min-height: 450px;
    height: auto;
  }
  .product_photo .swiper-thumb {
    display: none;
  }
  .product_photo .swiper-thumb.swiper_has_video {
    display: block;
    height: auto;
    padding: 0;
    min-height: 40px;
    margin-top: 26px;
    z-index: 10;
  }
  .product_photo .swiper-thumb.swiper_has_video .swiper-c-button-prev,
  .product_photo .swiper-thumb.swiper_has_video .swiper-c-button-next,
  .product_photo .swiper-thumb.swiper_has_video .swiper-wrapper {
    display: none;
  }
  .product_photo .swiper-thumb.swiper_has_video .product_video {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    height: auto;
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
  }
  .product_photo .swiper-thumb.swiper_has_video .product_video video {
    max-width: 100%;
    max-height: none;
  }
  .product_photo .swiper-thumb.swiper_has_video .product_video .product_video__preview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_photo .swiper-thumb.swiper_has_video .product_video .product_video__preview-label {
    margin: 0;
    margin-left: 10px;
  }
}
.product-looks--desktop {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .product-looks--desktop {
    display: none;
  }
}
.product-looks--mobile {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .product-looks--mobile {
    display: none;
  }
}

.container-feedback,
.feedback-content {
  padding: 40px 0 80px 0;
  padding-left: 15px;
  padding-right: 15px;
}
.container-feedback .benefits_item,
.feedback-content .benefits_item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 15px 0 0;
  cursor: pointer;
}
.container-feedback .benefits_item:hover,
.feedback-content .benefits_item:hover {
  text-decoration: underline;
}

.feedback-content {
  margin-bottom: 30px;
}
.feedback-content__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}

.benefits_item__svg {
  fill: #fff;
  stroke: #fff;
  color: white;
}

.form-feedback__field {
  max-width: 326px;
  width: 100%;
  margin-bottom: 40px;
}

.input-field--textarea {
  max-width: 100%;
}
.input-field--textarea.input-field .input-field__label {
  bottom: 11px;
}
.input-field--textarea.input-field--focus .input-field__label {
  bottom: 28px;
}
.input-field--textarea.input-field.form-feedback__field .input-field__label {
  bottom: auto;
  top: 100%;
  margin-top: -40px;
}
.input-field--textarea.input-field.form-feedback__field.input-field--focus .input-field__label {
  top: 25px;
  bottom: auto;
}
.input-field__textarea {
  max-height: 30px;
  overflow: hidden;
}
.form-feedback__field .input-field__textarea {
  max-height: inherit;
  height: 60px;
}
@media screen and (max-width: 1199px) {
  .form-feedback__field .input-field__textarea {
    max-height: inherit;
    height: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .feedback-content .little-benefits {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feedback-content .subtitle {
    text-align: left;
  }
  .feedback-content .benefits_item {
    width: 50%;
    padding: 0;
    margin: 10px 0;
  }
  .feedback-content .form-user__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .feedback-content .form-feedback__field {
    max-width: 230px;
  }
  .feedback-content .input-field--textarea {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .container-feedback.container {
    max-width: 920px;
    padding: 0 10px;
    width: 100%;
  }
  .feedback-content {
    padding-right: 30px;
  }
  .feedback-content .form-feedback__field {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feedback-content {
    padding: 30px;
  }
  .feedback-content .form-feedback__field {
    max-width: 100%;
  }
  .left-menu {
    margin: 10px auto 30px auto;
  }
  .container-about {
    padding-top: 16px;
  }
  .container-about .left-menu {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .feedback-content {
    padding: 15px;
  }
  .feedback-content__head {
    margin-top: 10px;
  }
  .feedback-content .little-benefits {
    -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;
  }
  .feedback-content .benefits_item {
    width: 100%;
  }
}
.catalog-shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 30px;
}

.catalog_action-gender {
  margin-right: 20px;
}

.container-shops {
  padding-top: 20px;
}
.container-shops .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container-shops .subtitle__page-name {
  margin-right: 10px;
}

.shop-card {
  max-width: 33%;
  width: 100%;
  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;
  margin-bottom: 40px;
  padding: 0 10px;
}
.shop-card__frame {
  height: 130px;
  display: block;
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
  position: relative;
}
.shop-card__frame img {
  position: absolute;
  display: block;
  top: 50%;
  width: 80%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-card p {
  margin: 0;
  padding-top: 0 10px;
  text-align: center;
}
.shop-card span {
  color: #828282;
}

@media screen and (max-width: 1199px) {
  .shop-card {
    max-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .container-shops.container {
    max-width: 920px;
  }
  .shop-card {
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .container-shops.container {
    max-width: 920px;
  }
  .container-shops .section-profile__subtitle {
    margin-right: auto;
    width: 100%;
  }
  .container-shops .added-panel {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5px 0 20px 0 !important;
  }
  .container-shops .added-panel .catalog_action-city {
    width: 100%;
  }
  .container-shops .shop-name .added-panel {
    padding: 5px 0 !important;
  }
  .catalog-shops {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shop-card {
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .show-mobile, #pop-up-dropdownMenuCity2, #dropdownMenuGender2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .container-shops .catalog_action {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container-shops .catalog_action .hide-mobile {
    display: none;
  }
  .container-shops .catalog_action #dropdownMenuCity3 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .show-mobile {
    width: 100%;
    margin-right: 0;
  }
  .show-mobile .filter-nav__item {
    width: auto;
  }
}
@media (max-width: 992px) {
  .container-shops {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .container-shops .added-panel {
    border-bottom: none;
  }
  .container-shops .added-panel .catalog_action {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .container-shops .added-panel .catalog_action .show-mobile {
    padding: 15px 0;
  }
  .container-shops .added-panel .catalog_action .catalog_action-gender {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 576px) {
  .section-profile__subtitle {
    margin-bottom: 0;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  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;
          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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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: #FFF;
  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: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  right: 0;
  text-align: center;
  margin-right: 6px;
  width: 44px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            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);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.catalog_title-brand {
  display: none;
}

.catalog_top h1 {
  font-family: ISOCPEUR;
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
}

.container-brand .filter_row[data-filter=brand] {
  display: none;
}

.one-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog_brand-wrapper {
  margin-top: 30px;
}
@media (max-height: 800px) {
  .catalog_brand-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .loader_desktop-block {
    display: none;
  }
}

@media (max-width: 992px) {
  .filter--desktop {
    display: none;
  }
}
.filter--desktop .filter-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.filter--desktop .filter-price .irs-handle {
  border-radius: 50%;
  height: 28px;
  width: 28px;
  top: 25%;
}
.filter--desktop .filter-price .irs-line {
  background-color: #828282;
}
.filter--desktop .filter-price-inputs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.filter--desktop .filter-price-inputs::before {
  display: none;
}
.filter--desktop .filter-price-inputs__button {
  height: 45px;
  width: 59px;
  border-radius: 4px;
  color: white;
  background-color: #000000;
}
.filter--desktop .filter-price-inputs .js-range-slider-from,
.filter--desktop .filter-price-inputs .js-range-slider-to {
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  width: 150px;
  height: 45px;
}
.filter--desktop .filter_row {
  position: relative;
  width: calc(20% - 4.8px);
  height: 40px;
  padding: 0 15.59px 0 0;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
}
.filter--desktop .filter_row .scroll-block {
  z-index: 23;
  background: white;
  position: relative;
  width: 410px;
  max-height: 312px;
}
.filter--desktop .filter_row .scroll-block .form-search {
  display: none;
}
.filter--desktop .filter_row:hover .toggler-icon .toggler-icon__chevron {
  rotate: 360deg;
  opacity: 1;
}
.filter--desktop .filter_row-header {
  text-transform: capitalize;
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  padding: 0 0 0 16px;
  max-height: 100%;
  max-width: 100%;
}
.filter--desktop .filter_row-header .toggler-icon {
  max-height: 100%;
  padding: 0 0 0 0;
  width: 100%;
  height: 40px;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter--desktop .filter_row-header .toggler-icon::after {
  display: none;
}
.filter--desktop .filter_row-header .toggler-icon::before {
  display: none;
}
.filter--desktop .filter_row-header .toggler-icon__chevron {
  margin: 0 0 0 auto;
  rotate: 180deg;
  opacity: 0.3;
}
.filter--desktop .filter_row-body {
  padding: 24px;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  max-height: 264px;
  overflow: auto;
  max-width: 410px;
  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: nowrap !important;
      flex-wrap: nowrap !important;
  gap: 20px;
}
.filter--desktop .filter_row-body .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.filter--desktop .filter_row-body .simplebar-content::before {
  display: none;
}
.filter--desktop .filter_row-body .simplebar-content::after {
  display: none;
}
.filter--desktop .filter_row-body .simplebar-content .checkbox-block .js-filter {
  padding: 0 0 0 30px;
  margin: 0;
}
.filter--desktop .filter_row-body .simplebar-content .checkbox-block .js-filter::before {
  border-radius: 4px;
}
.filter--desktop .filter_row-body .checkbox-block .js-filter {
  padding: 0 0 0 30px;
  margin: 0;
}
.filter--desktop .filter_row-body .checkbox-block .js-filter::before {
  border-radius: 4px;
}
.filter--desktop .filter__tab-size-wrapper {
  margin: 0 !important;
}
.filter--desktop .filter__tab-size-wrapper .size_format {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.filter--desktop .filter__tab-size {
  margin: 0;
  padding: 0;
  border-radius: 4px;
  height: 40px;
  width: 175px;
  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;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}
.filter--desktop .filter__tab-size::after {
  display: none;
}
.filter--desktop .filter__tab-size.active {
  background-color: rgba(0, 0, 0, 0.0509803922);
  border: none;
}
@media (min-width: 992px) {
  .filter--mobile {
    display: none;
  }
}
.filter--mobile .filters-row {
  gap: 0;
}
.filter--mobile .filter-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.filter--mobile .filter-price .irs-handle {
  border-radius: 50%;
  height: 28px;
  width: 28px;
  top: 25%;
}
.filter--mobile .filter-price .irs-line {
  background-color: #828282;
}
.filter--mobile .filter-price-inputs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
.filter--mobile .filter-price-inputs::before {
  display: none;
}
.filter--mobile .filter-price-inputs__button {
  height: 45px;
  width: 59px;
  border-radius: 4px;
  color: white;
  background-color: #000000;
}
.filter--mobile .filter-price-inputs .js-range-slider-from,
.filter--mobile .filter-price-inputs .js-range-slider-to {
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  width: 50%;
  height: 45px;
}
.filter--mobile .filter-price-inputs .js-range-slider-from {
  margin-right: 5px;
}
.filter--mobile .filter_row {
  width: 100%;
  padding: 0 10px;
}
.filter--mobile .filter_row-header {
  text-transform: capitalize;
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
}
.filter--mobile .filter_row-header .toggler-icon {
  max-height: 100%;
  padding: 16px 0;
  width: 100%;
  min-width: 100%;
  color: #1A1A1A;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter--mobile .filter_row-header .toggler-icon::after {
  display: none;
}
.filter--mobile .filter_row-header .toggler-icon::before {
  display: none;
}
.filter--mobile .filter_row-header .toggler-icon__chevron {
  margin: 0 0 0 auto;
  rotate: 180deg;
  opacity: 0.3;
}
.filter--mobile .filter_row-header .toggler-icon[aria-expanded=true] .toggler-icon__chevron {
  rotate: 360deg;
  opacity: 1;
}
.filter--mobile .filter .scroll-block {
  height: unset !important;
  max-height: unset !important;
}
.filter--mobile .filter__tab-size-wrapper {
  margin: 13px 0 16px 0 !important;
}
.filter--mobile .filter__tab-size-wrapper .size_format {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.filter--mobile .filter__tab-size {
  margin: 0;
  padding: 0;
  border-radius: 4px;
  height: 40px;
  width: 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;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}
.filter--mobile .filter__tab-size::after {
  display: none;
}
.filter--mobile .filter__tab-size.active {
  background-color: rgba(0, 0, 0, 0.0509803922);
  border: none;
}
.filter--mobile .filter_row-body {
  padding-right: 0px;
}
.filter--mobile .filter_row-body .simplebar-content .checkbox-block .js-filter::before {
  border-radius: 4px;
}
.filter--mobile .filter_row-body .checkbox-block .js-filter::before {
  border-radius: 4px;
}

.dropdown__chevron {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.dropdown-toggle {
  font-family: "Mariupol-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
}
.dropdown-toggle:after {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .catalog_brand {
    padding-bottom: 30px;
  }
  .catalog_top {
    margin-bottom: 20px;
  }
  .catalog_top .catalog_action-type, .catalog_top .catalog_action-count {
    display: none;
  }
  .catalog_top .catalog_action .view-item-3 .view-item-col {
    width: 7px;
  }
  .catalog_top .catalog_action .view-item-3 .view-item-col:last-child {
    display: none;
  }
  .catalog_top .catalog_action .view-item-4 .view-item-col {
    width: 4px;
  }
  .catalog_top .catalog_action .view-item-4 .view-item-col:last-child {
    display: none;
  }
  .catalog_top .catalog_action .divider-vert {
    margin-right: 0;
  }
  .catalog_top .catalog_action .divider-vert.catalog_action-sort {
    margin-right: 30px;
  }
  .catalog_top .catalog_action .divider-vert:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .catalog_brand .container {
    max-width: 100%;
    padding: 0;
  }
  .catalog_brand-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog_brand-text {
    max-width: 100%;
    padding: 0 15px;
  }
  .catalog_brand-text h1 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 32px;
  }
  .catalog_brand-image {
    margin: 0 auto;
  }
  .catalog_brand-image img {
    max-width: 100%;
  }
  .catalog_title-brand {
    display: block;
  }
  .catalog_top {
    margin-bottom: 20px;
  }
  .catalog_top .catalog_action-sort, .catalog_top .catalog_action-type, .catalog_top .catalog_action-count {
    display: none;
  }
  .catalog_top .catalog_action .divider-vert {
    margin-right: 0;
  }
  .catalog_top .catalog_action .divider-vert:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .catalog_brand {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .catalog_brand-text {
    margin-bottom: 20px;
  }
  .catalog_top .catalog_action .view-item-3 .view-item-col {
    width: 14px;
  }
  .catalog_top .catalog_action .view-item-3 .view-item-col:nth-last-child(2) {
    display: none;
  }
  .catalog_top .catalog_action .view-item-4 .view-item-col {
    width: 7px;
  }
  .catalog_top .catalog_action .view-item-4 .view-item-col:nth-last-child(2) {
    display: none;
  }
  .filter__title {
    padding: 20px 25px;
  }
  .filter_row {
    padding: 0 25px;
  }
  .filter-nav__item {
    position: relative;
  }
  .filter-nav__item .select-sort__button {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
}
@media screen and (max-width: 575px) {
  .catalog_top {
    padding: 0;
  }
  .catalog_top-wrapper {
    padding: 20px 0;
  }
  .filter__title {
    padding: 20px 10px;
  }
  .filter_row {
    padding: 0 10px;
  }
}
.modal-verification__text {
  font-size: 18px;
}

.modal-view__wrappepr,
.modal-buy__wrappepr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-view .c-modal__container,
.modal-buy .c-modal__container {
  top: 7%;
  width: 100%;
  max-width: 930px;
}

.view-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view-wrapper__left {
  position: relative;
  max-width: 300px;
  max-height: 435px;
  padding: 0 25px 0 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1399px) {
  .view-wrapper__left {
    max-width: 250px;
    padding: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .view-wrapper__left {
    display: none;
  }
}
.view-wrapper__left img {
  max-height: inherit;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.view-wrapper__right {
  width: 100%;
  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;
}
.view-wrapper .btn_block--buy {
  width: auto;
}
@media (max-width: 991px) {
  .view-wrapper .product_detail-info_wrap {
    display: block;
  }
}
.view-wrapper .product_detail-info_wrap .c-modal-close {
  right: -15px;
  top: -15px;
}
@media (max-width: 767px) {
  .view-wrapper .product_detail-info_wrap .c-modal-close {
    right: 5px;
    top: 5px;
  }
}
.view-wrapper .product_detail-info_star {
  border: 0;
}
.view-wrapper .product_detail-info_title {
  line-height: 32px;
  margin-bottom: 10px;
}
.view-wrapper .product_detail-info_desc {
  margin-bottom: 10px;
}
.view-wrapper .product_detail-info_price {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .view-wrapper .product_detail-info_price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.view-wrapper .product_detail-info_color {
  margin-bottom: 10px;
}
.view-wrapper .product_detail-info_code {
  margin-bottom: 10px;
}
.view-wrapper .product_detail-info_size {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .view-wrapper .product_detail-info_size {
    margin-bottom: 10px;
    position: relative;
  }
}
.view-wrapper .product_detail-info_btn {
  margin-bottom: 20px;
}
.view-wrapper .product_detail-info_btn .size_alert {
  right: 0;
  left: auto;
}
.view-wrapper .product_detail-info_social {
  margin-bottom: 20px;
  margin-top: auto;
}

[data-modalid=modal-view] .c-modal__container {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.arrows-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #EBEBEB;
  padding-top: 12px;
  margin-bottom: -12px;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .arrows-wrapper {
    padding-top: 5px;
  }
}
.arrows-wrapper .js-quick-view-navigation {
  max-width: 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;
  cursor: pointer;
  padding: 13px;
  margin: 0 -13px;
}
@media (max-width: 1399px) {
  .arrows-wrapper .js-quick-view-navigation {
    padding: 7px;
    margin: 0 -7px;
  }
}
.arrows-wrapper .js-quick-view-navigation:hover {
  opacity: 0.8;
}
.arrows-wrapper .js-quick-view-navigation-disabled {
  cursor: default;
  opacity: 0;
  z-index: -1000;
}
.arrows-wrapper .js-quick-view-navigation#prev-arrow .arrows-wrapper-info {
  margin-left: 10px;
  text-align: left;
}
.arrows-wrapper .js-quick-view-navigation#next-arrow .arrows-wrapper-info {
  margin-right: 10px;
  text-align: right;
}
.arrows-wrapper .disabled-arrow {
  opacity: 0.3;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  cursor: inherit;
}
.arrows-wrapper .disabled-arrow:hover {
  background-color: initial;
  color: #000000;
}
.arrows-wrapper-brand {
  display: block;
}
.arrows-wrapper-title {
  display: block;
}

.c-modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .view-wrapper__left img {
    max-width: 250px;
  }
  .modal-buy .c-modal__container {
    width: auto;
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .modal-buy .c-modal__container,
  .modal-view .c-modal__container {
    padding: 20px 15px;
    max-width: 100%;
    top: 0;
    height: 100%;
  }
  .modal-buy .product_detail-info_wrap,
  .modal-buy .product_detail-info_desc,
  .modal-buy .product_detail-info_price,
  .modal-buy .price_block-old,
  .modal-buy .price_block-new,
  .modal-buy .justify-content-between,
  .modal-buy .size_block,
  .modal-view .product_detail-info_wrap,
  .modal-view .product_detail-info_desc,
  .modal-view .product_detail-info_price,
  .modal-view .price_block-old,
  .modal-view .price_block-new,
  .modal-view .justify-content-between,
  .modal-view .size_block {
    display: none !important;
  }
  .view-wrapper {
    -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;
  }
  .view-wrapper__left img {
    max-width: 100%;
  }
  .view-wrapper__right .product_detail-info {
    position: static;
  }
  .view-wrapper__right .product_detail-info h2 {
    font-family: ISOCPEUR;
    text-transform: uppercase;
    font-weight: bold;
  }
}
.c-modal .view-wrapper .modal-thnk {
  text-align: center;
  padding: 20px;
  width: 100%;
  font-size: 28px;
  max-width: 480px;
  margin: 0 auto;
}

.modal-consulting__head {
  margin-top: 10px;
}
.modal-consulting .form-user__container {
  margin-top: 0px;
  margin-bottom: 16px;
}
.modal-consulting .form-user__field {
  margin-bottom: 16px;
}
.modal-consulting .consulting-modal__title {
  max-width: 90%;
  font-family: "Mariupol-Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 17px;
}
@media (max-width: 992px) {
  .modal-consulting .consulting-modal__title {
    margin-bottom: 16px;
  }
}
.modal-consulting .consulting-modal__description {
  margin-bottom: 16px;
}
.modal-consulting .consulting-modal__button {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  font-family: "Mariupol-Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 41px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.modal-consulting .c-modal__container {
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .modal-consulting .c-modal__container {
    top: 5%;
  }
  .modal-view .product_detail_slider {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .modal-consulting .c-modal__container {
    top: 0%;
    height: 100%;
    max-width: none;
    width: 100%;
  }
}
.product_detail_slider {
  position: relative;
  max-width: 100px;
  width: 100%;
  height: 500px;
  margin-right: 10px;
}
@media (max-width: 1399px) {
  .product_detail_slider {
    max-width: 70px;
    min-height: 400px;
  }
}
.product_detail_slider-wrapper {
  padding: 40px 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product_detail_slider-item {
  max-height: 105px !important;
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .product_detail_slider-item {
    max-height: 81px !important;
  }
}
.product_detail_slider-item img {
  max-width: 100%;
  height: 85% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_detail_slider-item.active_image {
  position: relative;
  opacity: 1;
  border-color: #000;
}
.product_detail_slider-item.active_image:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
}
.product_detail_slider .slick-list {
  overflow: hidden;
}
.product_detail_slider .slick-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
  background-color: #fff;
  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;
  height: 32px;
  border: 1px solid #EBEBEB;
  width: 100%;
}
.product_detail_slider .slick-prev {
  top: 0;
}
.product_detail_slider .slick-next {
  bottom: 0;
}

.modal-view-wrapper {
  position: relative;
}
.modal-view-wrapper .product_video {
  height: 100%;
  width: 100%;
  max-width: 100px;
  max-height: 67px;
  position: absolute;
  bottom: 48px;
  background-color: #000000;
  color: #fff;
  border: 1px solid #000000;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1399px) {
  .modal-view-wrapper .product_video {
    bottom: 40px;
  }
}
.modal-view-wrapper .product_video:hover {
  background-color: #fff;
  color: #000000;
}
.modal-view-wrapper .product_video video {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 67px;
}
.modal-view-wrapper .product_video__preview {
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.modal-view-wrapper .product_video__preview-label {
  display: block;
  margin-top: 10px;
}
@media (max-height: 800px) {
  .modal-view-wrapper .product_video__preview-label {
    margin-top: 2px;
  }
}
.modal-view-wrapper .product_video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  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;
}
.modal-view-wrapper .product_video-wrapper .pvw_close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 42px;
  cursor: pointer;
  line-height: 20px;
  z-index: 10;
  padding: 10px;
}
.modal-view-wrapper .product_video-video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.modal-locale {
  text-align: center;
}
.modal-locale .c-modal__container {
  width: 450px;
}
@media screen and (max-width: 575px) {
  .modal-locale .c-modal__container {
    height: auto;
  }
}
.modal-locale .c-modal-header__title {
  padding: 10px;
}
.modal-locale .c-modal-header__title a {
  color: #828282;
}
.modal-locale .c-modal-header__title a:hover {
  color: #000;
}
.modal-locale .c-button {
  min-width: 150px;
}

.slider_common,
.slider_last_seen {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.slider_common .slick-list,
.slider_last_seen .slick-list {
  overflow: hidden;
}
.slider_common .slick-track,
.slider_last_seen .slick-track {
  min-width: 100%;
}

@media screen and (max-width: 1199px) {
  .last-seen-product {
    margin: 0;
    overflow-x: hidden;
  }
  .last-seen-product .product {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .last-seen-product {
    margin: 0;
    overflow-x: hidden;
  }
  .last-seen-product .product {
    margin: 0 5px;
  }
  .last-seen-product .product:nth-child(3), .last-seen-product .product:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .profile-wrapper__bottom .stylist_tabs .slider_product_wrapper .slider_product_prev {
    left: -10px;
  }
  .profile-wrapper__bottom .stylist_tabs .slider_product_wrapper .slider_product_next {
    right: -10px;
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-rolling {
  position: relative;
}

.lds-rolling:before {
  content: "";
  -webkit-animation: lds-rolling 1s linear infinite;
          animation: lds-rolling 1s linear infinite;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 45px;
  height: 45px;
  border: 3px solid #000000;
  border-top-color: transparent;
  border-radius: 50%;
  z-index: 2;
}

.lds-rolling:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.lds-rolling-mini:before {
  content: "";
  -webkit-animation: lds-rolling 1s linear infinite;
          animation: lds-rolling 1s linear infinite;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 45px;
  height: 45px;
  border: 3px solid #000000;
  border-top-color: transparent;
  border-radius: 50%;
  z-index: 2;
}

.lds-rolling-mini:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.modal-size .title_block-list {
  margin-top: 0;
}
.modal-size .size_block-title {
  margin-top: 25px;
}
.modal-size__country-title {
  font-size: 14px;
  font-family: "Mariupol-Medium";
  text-align: center;
  margin: 40px auto 20px auto;
}
.modal-size .category-tabs {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-size .category-tabs__item {
  margin: 7px;
  font-size: 15px;
}
.modal-size .category-tabs.active {
  color: #fff;
  background-color: #000000;
}
.modal-size .category-tab-wrapper {
  display: none;
}
.modal-size .category-tab-wrapper.current {
  display: block;
}
.modal-size-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
  color: #000000;
}
.modal-size-information__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .modal-size-information__select {
    margin-bottom: 12px;
  }
}
.modal-size-information__select a {
  font-weight: 700;
}
.modal-size-information__select .feather {
  margin-right: 15px;
}
.modal-size-information_block {
  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;
  font-family: "Mariupol-Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #6E6E6E;
}
.modal-size .size_block {
  margin-bottom: 15px;
}
.modal-size .c-modal__container {
  max-width: 850px;
  width: 100%;
}
@media (max-width: 991px) {
  .modal-size .c-modal__container {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .modal-size .c-modal__container {
    max-width: 100%;
  }
}
.modal-size .c-modal-header__title {
  margin-bottom: 24px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
  position: relative;
}
.modal-size .nav-tabs {
  border-bottom: 0;
  max-width: 80%;
  margin: 10px auto 15px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-size .nav-tabs .nav-item {
  margin-bottom: 3px;
}
.modal-size .nav-link {
  padding: 0 5px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: "Mariupol-Medium";
  min-height: 40px;
  min-width: 40px;
  line-height: 40px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.modal-size .nav-link.active {
  border: 1px solid #000000;
  border-radius: 0;
}
.modal-size .nav-link:hover {
  border: 1px solid #000000;
  background-color: #fff;
  color: #000000;
}
.modal-size .nav-link .nav-tabs .nav-item {
  margin-bottom: 0;
}
.modal-size .conformity-size__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.modal-size .conformity-size__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.modal-size .conformity-size__list:nth-child(2) {
  padding-left: 22px;
}
.modal-size .conformity-size__list:after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #ebebeb;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modal-size .conformity-size__list.scroll {
  max-height: 200px;
}
.modal-size .conformity-size__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 18px;
}
.modal-size .conformity-size__item--gray {
  color: #828282;
}
.modal-size .conformity-size__country {
  display: block;
  margin-right: 100%;
}
.modal-size .conformity-size__number {
  display: block;
}
.modal-size .conformity-size__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.modal-size .conformity-size__row:nth-child(odd) {
  background-color: #e5e5e5;
}
@media screen and (max-width: 575px) {
  .modal-size .conformity-size__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-size .conformity-size__row:nth-child(odd) {
    background-color: transparent;
  }
}
@media screen and (max-width: 575px) {
  .modal-size .conformity-size__item:nth-child(1) {
    background-color: #e5e5e5;
  }
}
.modal-size-form {
  margin-top: 35px;
}
.modal-size-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-size-form__button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.modal-size-form__field {
  max-width: 290px;
  width: 100%;
}
.modal-size .simplebar-content {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-size .simplebar-content:before {
  display: none;
}
.modal-size .modal-size-close {
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 0;
}
.modal-size_empty {
  text-align: center;
}
.modal-size_empty-text {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 15px;
  display: block;
}
.modal-size_empty-phone {
  font-size: 22px;
  margin-bottom: 20px;
  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;
}
.modal-size_empty-phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-size_empty-phone span {
  border-radius: 50%;
  background: black;
  margin-right: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-size_empty-phone span svg {
  width: 20px;
  color: #fff;
}
.modal-size_empty-hours {
  font-size: 14px;
  color: #828282;
  display: block;
}
.modal-size_empty-button {
  margin-top: 30px;
  min-width: 130px;
}

.footer-size__text {
  margin-bottom: 5px;
}
.footer-size__text-tel {
  text-decoration: underline !important;
  color: #000000 !important;
}
@media screen and (max-width: 767px) {
  .footer-size__text {
    margin-bottom: 0;
  }
}
.footer-size__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 14px;
}
.footer-size__right svg {
  width: 30px;
  height: 24px;
}
.footer-size__left {
  max-width: 353px;
}
.footer-size__delivery {
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 22px;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .footer-size__delivery {
    max-width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .modal-size-form {
    margin-top: 20px;
  }
  .modal-size-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-size-form__button {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .modal-size-form__field {
    max-width: 100%;
    margin: 15px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modal-size .c-modal__container {
    height: auto;
  }
  .modal-size .size_block-sizes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal-size .size_block-sizes .item {
    margin-bottom: 10px;
  }
  .modal-size .size_block-sizes .item:first-child {
    margin-left: 4px;
  }
}
@media screen and (max-width: 575px) {
  .modal-size .conformity-size__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-size .conformity-size__list:after {
    display: none;
  }
  .modal-size .conformity-size__item {
    width: 100%;
  }
  .modal-size .c-modal-header__title {
    padding: 0 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}
.modal-phone .c-modal-header__title {
  margin-bottom: 15px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
  position: relative;
}
.modal-phone .c-modal-header__title:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  bottom: -10px;
  background-color: #f2f2f2;
  left: -25px;
  right: -25px;
}
@media (max-width: 1399px) {
  .modal-phone .c-modal-header__title:after {
    left: -15px;
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .modal-phone .c-modal-header__title:after {
    margin-bottom: 0;
    left: -10px;
    right: -10px;
  }
}
.modal-phone .c-modal-header__close {
  position: absolute;
  right: 0;
  top: 5px;
}
.modal-phone .c-modal__container {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 991px) {
  .modal-phone .c-modal__container {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .modal-phone .c-modal__container {
    max-width: 100%;
  }
}

.c-modal__container {
  position: relative;
}

.size-table-view {
  overflow: auto;
}

.sizes-table-wrapper {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .sizes-table-wrapper {
    width: 677px;
    overflow-x: scroll;
    margin-left: 120px;
    overflow-y: visible;
    padding: 0;
  }
}

.sizes-table-wrapper .sizes-table {
  width: 100%;
  max-width: 100%;
}

.sizes-table-wrapper .center {
  margin: 0 auto;
  width: 80%;
}
.sizes-table-wrapper p {
  margin: 0 !important;
  text-align: center;
}
.sizes-table-wrapper .sizes-table {
  border: 1px solid #f0f0f0;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
}
.sizes-table-wrapper .sizes-table tr {
  min-height: 38px;
  border-bottom: 1px solid #f0f0f0;
  font-family: "Mariupol-Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .sizes-table-wrapper .sizes-table thead tr:first-child .first div,
  .sizes-table-wrapper .sizes-table thead tr:first-child p {
    min-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}
@media screen and (max-width: 550px) {
  .sizes-table-wrapper .sizes-table tr:first-child p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sizes-table-wrapper .sizes-table td,
.sizes-table-wrapper .sizes-table th {
  padding: 0.5em;
  min-height: 38px;
  font-family: "Mariupol-Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.sizes-table-wrapper .center {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .sizes-table-wrapper .first {
    position: absolute;
    width: 120px;
    left: 10px;
    top: auto;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-right: none;
    margin-top: -1px;
  }
}

.go-to-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 72px;
}

.shop-card-wrapper {
  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;
  -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 #EBEBEB;
}
.shop-card-wrapper h1 {
  font-size: 46px;
}
@media screen and (max-width: 1199px) {
  .shop-card-wrapper h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .shop-card-wrapper h1 {
    display: none;
  }
}
.shop-card-wrapper h3 {
  font-size: 26px;
}
@media screen and (max-width: 1199px) {
  .shop-card-wrapper h3 {
    font-size: 20px;
  }
}
.shop-card-wrapper .added-panel {
  border-bottom: none;
}

.shop-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  text-align: center;
  color: #828282;
}
.shop-description .shop-about {
  padding-top: 34px;
}
.shop-description ul {
  padding-left: 16px;
}
.shop-description li {
  padding: 8px 0;
  position: relative;
}
.shop-description li:after {
  content: "";
  height: 5px;
  width: 5px;
  background: #000000;
  display: block;
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 50%;
  left: -12px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shop-description .shop-card-about {
  margin-top: 32px;
}
.shop-description .shop-card-about img {
  border: 1px solid #C4C4C4;
}
.shop-description .shop-card-about p {
  white-space: nowrap;
}

.about-bottom {
  margin-bottom: 78px;
  text-align: center;
  color: #828282;
}

.map-info {
  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;
  border-top: 1px solid #ebebeb;
  padding-top: 72px;
}
.map-info p {
  font-size: 13px;
  color: #828282;
}
.map-info .map-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: ISOCPEUR;
  text-transform: uppercase;
}
.map-info .map-city .map-city-left .h3 {
  font-size: 48px;
  line-height: 76px;
}
.map-info .map-city .map-city-left a {
  font-size: 48px;
  margin-bottom: 8px;
}
.map-info .map-city .map-city-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 93px;
}
.map-info .map-city .map-city-right .separator {
  width: 1px;
  height: 15px;
  background-color: #EBEBEB;
  margin-bottom: 0;
}
.map-info .map-city .map-city-right a {
  font-size: 48px;
  margin-bottom: 8px;
  cursor: pointer;
}
.map-info .map-city .map-city-right div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-social-media a {
  margin: 0 10px;
  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;
  width: 40px;
  height: 40px;
  background-color: #000000;
}
.map-social-media a:hover {
  background: #e45b5b;
}

#map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 59px;
  width: 100%;
  height: 600px;
}

.pickup-status .delivery,
.pickup-status .pickup {
  display: none;
}

@media screen and (max-width: 1199px) {
  .shop-location-title {
    text-align: left;
  }
  .shop-card-about img {
    width: 100%;
  }
  .shop-name {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .shop-card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .shop-card-wrapper h3 {
    margin-left: 0;
  }
  .shop-card-wrapper .shop-card {
    max-width: 230px;
    margin-bottom: 20px;
  }
  .shop-name {
    margin-right: auto;
    margin-bottom: 0;
  }
  .shop-name .catalog_top {
    padding: 5px 0;
  }
  .shop-location-title {
    text-align: center;
  }
  .shop-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop-description .shop-card-about {
    max-width: none;
    margin-bottom: 23px;
  }
  .map-info .map-city .map-city-left h3 {
    font-size: 38px;
    line-height: 60px;
  }
  .map-info .map-city .map-city-right {
    margin-left: 73px;
  }
  .map-info .map-city .map-city-right a {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .map-info {
    padding-top: 32px;
    -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;
    padding-bottom: 30px;
  }
  .map-info .map-city {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 20px;
  }
  .map-info .map-city .map-city-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .map-info .map-city .map-city-right .separator {
    display: none;
  }
  .map-info .map-city .map-city-right div {
    -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;
  }
  .map-info .map-social-media {
    width: 100%;
    margin: 0 -10px;
  }
  .go-to-shop {
    width: 100%;
    padding-bottom: 32px;
  }
  .shops-locations-sliders {
    margin-top: 50px;
  }
  .shop-location-title {
    text-align: left;
  }
  .shop-location-subtitle {
    margin: 0;
  }
  .catalog-top-location {
    padding-top: 0 !important;
  }
  .shop-name {
    margin: 0;
  }
  .shop-name .title {
    display: none;
  }
  .shop-name .catalog_top {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .shop-description li {
    list-style: square;
  }
  .shop-description li:after {
    content: none;
  }
  #map {
    height: 400px;
  }
  .map-info {
    padding-bottom: 20px;
  }
  .map-info .map-social-media a {
    width: 32px;
    height: 32px;
  }
  .map-info .map-city .map-city-left h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .map-info .map-city .map-city-right {
    margin-left: 93px;
  }
  .map-info .map-city .map-city-right a {
    font-size: 24px;
  }
  .map-info .map-city .map-city-right p {
    margin-bottom: 4px;
  }
  .catalog-top-location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 420px) {
  .map-info .map-city .map-city-left h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .map-info .map-city .map-city-right {
    margin-left: 27px;
  }
  .map-info .map-city .map-city-right a {
    font-size: 20px;
  }
}
.container-product .stylist_choice-example_title {
  margin: 57px 0 50px;
}

.shops-locations-sliders .slider_item .sit_image:before {
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 22px;
  margin-bottom: 0;
}
.switch input {
  display: none;
}
.switch input:checked + .slider {
  background-color: #fff;
}
.switch input:checked + .slider:before {
  left: calc(100% - 20px);
  background-color: #000000;
}
.switch input:checked + .slider .on {
  display: block;
  color: #000000;
}
.switch input:checked + .slider .off {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #000000;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.switch .slider.round {
  border-radius: 11px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch .slider .on {
  display: none;
}
.switch .slider .on, .switch .slider .off {
  color: white;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 12px;
  line-height: 18px;
}

.wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  border-radius: 5px;
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

.wizard > .content > .body input[type=checkbox] {
  display: inline-block;
}

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 5px;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

.looks_title {
  font-size: 34px;
  line-height: 43px;
  font-family: "ISOCPEUR";
  text-transform: uppercase;
  text-align: center;
  margin: 42px 0 15px;
}
.looks_title_middle {
  font-size: 22px;
  line-height: 28px;
  font-family: "ISOCPEUR";
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px;
}
.looks_navigation {
  max-width: 930px;
  margin: 0 auto 60px;
  overflow: hidden;
  max-height: 310px;
  position: relative;
}
.looks_navigation .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9999px;
  color: #828282;
  border: 1px solid #828282;
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
  padding: 0;
}
.looks_navigation .slick-arrow svg {
  width: 16px;
}
.looks_navigation .slick-arrow:hover {
  border-color: #000000;
  color: #000000;
}
.looks_navigation .slick-arrow[aria-disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .looks_navigation .slick-arrow {
    border-width: 1px;
  }
}
.looks_navigation .slick-prev {
  left: 0;
}
.looks_navigation .slick-next {
  right: 0;
}
.looks_navigation_tab--button {
  position: relative;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.looks_navigation_tab--button img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.looks_navigation_tab--button:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.looks_navigation_tab--button:hover:before {
  background-color: #ebebeb;
}
.looks_navigation_tab--button.active:before {
  background-color: #000000;
}
.looks .slider_look_block .slick-list {
  overflow: hidden;
}
.looks_collection {
  display: none;
  position: relative;
}
.looks_collection.active {
  display: block;
}

.looks_collection .slick-prev,
.looks_collection .slick-next {
  text-indent: -9999px;
  color: #828282;
  border: 2px solid #828282;
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.looks_collection .slick-prev svg,
.looks_collection .slick-next svg {
  width: 16px;
}
.looks_collection .slick-prev:hover,
.looks_collection .slick-next:hover {
  border-color: #000000;
  color: #000000;
}
@media (max-width: 767px) {
  .looks_collection .slick-prev,
  .looks_collection .slick-next {
    border-width: 1px;
  }
}
@media (max-width: 991px) {
  .looks_collection {
    padding-bottom: 30px;
  }
}
.looks_collection .slick-prev {
  left: -100px;
}
@media (max-width: 1600px) {
  .looks_collection .slick-prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .looks_collection .slick-prev {
    left: -50px;
  }
}
@media (max-width: 991px) {
  .looks_collection .slick-prev {
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(calc(-50% - 30px), 0);
        -ms-transform: translate(calc(-50% - 30px), 0);
            transform: translate(calc(-50% - 30px), 0);
  }
}
.looks_collection .slick-next {
  right: -100px;
}
@media (max-width: 1600px) {
  .looks_collection .slick-next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .looks_collection .slick-next {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .looks_collection .slick-next {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0;
    -webkit-transform: translate(calc(-50% + 30px), 0);
        -ms-transform: translate(calc(-50% + 30px), 0);
            transform: translate(calc(-50% + 30px), 0);
  }
}

.blog {
  padding: 0 0 30px;
}
.blog__title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .blog__title {
    margin-bottom: 35px;
  }
}
.blog__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  gap: 12px;
}
@media (min-width: 768px) {
  .blog__categories {
    margin-bottom: 40px;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .blog__categories {
    margin-bottom: 60px;
    gap: 25px;
  }
}
.blog__posts {
  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;
  gap: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blog__posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 24px;
    justify-items: center;
    max-width: 732px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .blog__posts {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
    max-width: 1090px;
  }
  .blog__posts .post-item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog-category.active {
  color: #ffffff;
  border-color: #000000;
  background: #000000;
}

.post-item {
  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%;
}
.post-item__image {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.post-item__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-item__name {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .post-item__name {
    font-size: 18px;
  }
}
.post-item:hover .post-item__image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.post-item__date {
  font-size: 14px;
  line-height: 1.3;
  color: #828282;
  margin-top: 4px;
}

.post {
  padding: 30px 0;
}
.post .catalog_main {
  width: 100%;
}
.post__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .post__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .post__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2em auto;
}
.post__content .post-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .post__content {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .post__content .text_content {
    padding-bottom: 0;
  }
}
.post__content--text-content-decoration h1 {
  margin-bottom: 24px;
}
.post__content--text-content-decoration a {
  color: inherit;
  text-decoration: underline;
}
.post__content--text-content-decoration a:hover {
  text-decoration: none;
}
.post__content--text-content-decoration .product_info {
  text-decoration: none;
}
.post__content--text-content-decoration strong {
  font-weight: 600;
}
.post__content--text-content-decoration ul,
.post__content--text-content-decoration ol {
  margin: 0 0 16px 20px;
  line-height: 150%;
  font-size: 16px;
}
.post__content--text-content-decoration ul li,
.post__content--text-content-decoration ol li {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .post__sidebar {
    max-width: 25%;
  }
}
.post__sidebar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .post__sidebar-wrapper {
    gap: 40px;
    position: sticky;
  }
}

.sidebar-list__title {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .sidebar-list__title {
    gap: 16px;
    margin-bottom: 20px;
  }
}
.sidebar-list__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .sidebar-list__grid {
    gap: 24px;
  }
}

.autorization {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100dvw;
  height: 100%;
  max-height: 100dvh;
  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;
  z-index: 100000000;
  background: rgba(0, 0, 0, 0.6);
}
#statick-authorization-app .autorization {
  background: #fff;
  position: static;
  padding-top: 40px;
}

.reset-password-text-center {
  padding-left: 24px;
  padding-right: 24px;
}

.autorization-form {
  padding: 24px 0;
  width: 100%;
  max-width: 100dvw;
  height: 100%;
  max-height: 100dvh;
  background: #fff;
  position: relative;
  font-family: "Mariupol-Regular";
}
@media screen and (min-width: 768px) {
  #statick-authorization-app .autorization-form {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
  }
}
@media screen and (min-width: 768px) {
  .autorization-form {
    border-radius: 4px;
    padding: 24px 0;
    max-width: 418px;
    height: auto;
    max-height: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .autorization-form {
    overflow-y: auto;
  }
}
.autorization-form__header {
  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;
  margin-bottom: 24px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 167%;
}
@media screen and (min-width: 768px) {
  .autorization-form__header {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 125%;
    padding: 0 24px;
  }
}
.autorization-form__header.text-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.autorization-form__close {
  cursor: pointer;
  line-height: 1;
}
.autorization-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .autorization-form__body {
    gap: 20px;
    height: 100%;
    max-height: 100%;
    padding: 0 24px;
    overflow: auto;
  }
}
.autorization-form__inputs-row {
  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;
  gap: 16px;
  margin: 0 auto;
}
.autorization-form__inputs-row .input-wrap {
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .autorization-form__inputs-row .input-wrap {
    max-width: calc(50% - 8px);
  }
}
@media screen and (min-width: 768px) {
  .autorization-form__inputs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .autorization-form__inputs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.autorization-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .autorization-form__row {
    gap: 20px;
  }
}
.autorization-form__or {
  color: #828282;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .autorization-form__or {
    margin-top: -4px;
    margin-bottom: -4px;
  }
}

.base-btn {
  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;
  gap: 10px;
  border: 1px solid #000000;
  border-radius: 4px;
  width: 100%;
  min-height: 45px;
  background: #000000;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.base-btn svg {
  fill: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.base-btn:hover {
  background: #fff;
  color: #000000;
  border-color: #828282;
}
.base-btn:hover svg {
  fill: #fff;
}
.base-btn--white {
  border-color: #828282;
  background: #fff;
  color: #000000;
}
.base-btn--white svg {
  fill: #000000;
}
.base-btn--white:hover {
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.base-btn--white:hover svg {
  fill: #fff;
}

.input-wrapp {
  position: relative;
}
.input-wrapp__label {
  position: absolute;
  top: 17px;
  left: 16px;
  line-height: 1;
  color: #828282;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  pointer-events: none;
  z-index: 1;
  margin-bottom: 0;
}
.input-wrapp__label.date {
  font-size: 12px;
  top: 4px;
}
.input-wrapp.tel-wrapp .input-wrapp__label {
  left: 61px;
}
.input-wrapp__item-icon {
  margin-left: auto;
}
.input-wrapp__options {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  z-index: 2;
  border-radius: 4px;
  border: 1px solid #828282;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.input-wrapp__options:hover {
  border-color: #000000;
}
.input-wrapp__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  min-height: 28px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-wrapp__option:hover {
  background: #828282;
}
.input-wrapp:focus-within .input-wrapp__label, .input-wrapp.active .input-wrapp__label, .input-wrapp.selected .input-wrapp__label {
  font-size: 12px;
  top: 4px;
}
.input-wrapp__input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #828282;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  position: relative;
  font-size: 14px;
}
.input-wrapp__input input {
  width: 100%;
  min-height: 50px;
  border: none;
  color: #000000;
  font-size: 14px;
}
.input-wrapp__input input::-webkit-input-placeholder {
  color: #828282;
}
.input-wrapp__input input::-moz-placeholder {
  color: #828282;
}
.input-wrapp__input input:-ms-input-placeholder {
  color: #828282;
}
.input-wrapp__input input::-ms-input-placeholder {
  color: #828282;
}
.input-wrapp__input input::placeholder {
  color: #828282;
}
.input-wrapp__input[type=date] {
  height: 48px;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 767px) {
  .input-wrapp__input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
}
.input-wrapp__input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000;
}
.input-wrapp__input:-webkit-autofill:focus, .input-wrapp__input:-webkit-autofill:hover, .input-wrapp__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
}
.input-wrapp__input:-moz-autofill {
  background: white !important;
  box-shadow: 0 0 0 1000px white inset !important;
  color: black !important;
}
.input-wrapp__input:focus, .input-wrapp__input:active, .input-wrapp__input:focus-visible, .input-wrapp__input:active-visible, .input-wrapp__input:focus-within, .input-wrapp__input:active-within, .active .input-wrapp__input {
  border-color: #000000;
  padding-top: 4px;
}
.input-wrapp__input:hover {
  border-color: #000000;
}
.input-wrapp__input.valid ~ .input-wrapp__label {
  font-size: 12px;
  top: 4px;
}
.input-wrapp:focus-within input, .input-wrapp.active input, .input-wrapp.selected input {
  padding-top: 4px;
}
.input-wrapp.error .input-wrapp__input {
  border-color: #9a1008 !important;
}
.input-wrapp .vue-tel-input {
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  min-height: 50px;
  border-radius: 4px !important;
  font-size: 14px;
  border: 1px solid #828282 !important;
}
.input-wrapp .vue-tel-input:focus-within {
  border-color: #000000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.input-wrapp .vue-tel-input input {
  font-size: 14px;
  color: #000000;
}
.input-wrapp .vti__input {
  border-radius: 4px;
}
.input-wrapp .vti__dropdown {
  background-color: #fff;
  border-radius: 4px;
}
.input-wrapp .vti__dropdown-list {
  max-height: 300px;
  top: 74px;
  z-index: 2;
  border-radius: 4px;
  border: 1px solid #828282;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.input-wrapp .vti__dropdown-list:hover {
  border-color: #000000;
}
.input-wrapp .vti__dropdown-item {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-wrapp .vti__dropdown-item:hover {
  background: #828282;
}
.input-wrapp.error .vue-tel-input {
  border-color: #9a1008 !important;
}
.input-wrapp .vti__input {
  font-size: 20px;
}
.input-wrapp .vti__input::-webkit-input-placeholder {
  color: #828282;
}
.input-wrapp .vti__input::-moz-placeholder {
  color: #828282;
}
.input-wrapp .vti__input:-ms-input-placeholder {
  color: #828282;
}
.input-wrapp .vti__input::-ms-input-placeholder {
  color: #828282;
}
.input-wrapp .vti__input::placeholder {
  color: #828282;
}
.input-wrapp.error .vti__input {
  color: #9a1008;
  background: transparent;
}
.input-wrapp__error {
  color: #9a1008;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1;
}
.input-wrapp__visibility {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  padding-right: 20px;
  border: none !important;
  cursor: pointer;
  background: transparent;
  outline: none !important;
}
.input-wrapp__visibility svg {
  width: 32px;
  height: 32px;
  stroke: #828282;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-wrapp__visibility:hover svg {
  stroke: #000000;
}

.js-authorize {
  cursor: pointer;
}

span.js-authorize {
  color: #000000;
}
span.js-authorize:hover {
  color: #828282;
}

.p-inputotp {
  width: 100%;
}

.otp-btn-wrapp {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
}

.otp-btn {
  padding: 2px 0px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  border: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.otp-btn:hover {
  text-decoration: underline;
}
.otp-btn:disabled {
  color: #828282;
  cursor: not-allowed;
}

.custom-otp-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 50px;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  border: 1px solid #828282;
  background: transparent;
  outline-offset: -1px;
  outline-color: transparent;
  border-right: 0 none;
  -webkit-transition: outline-color 0.3s;
  transition: outline-color 0.3s;
  color: #000000;
}

.custom-otp-input:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.custom-otp-input:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #828282;
}

.custom-otp-input:focus {
  outline: 1.2px solid #000000 !important;
}

.base-picker {
  position: relative;
  height: 50px;
  border: 1px solid #828282;
  cursor: pointer;
  border-radius: 4px;
}
.base-picker:focus, .base-picker:active, .base-picker:focus-visible, .base-picker:active-visible, .base-picker:focus-within, .base-picker:active-within, .active .base-picker {
  border-color: #000000;
}
.base-picker:hover {
  border-color: #000000;
}
.base-picker:focus-within .base-picker__label, .base-picker.is-open .base-picker__label, .base-picker.selected .base-picker__label {
  font-size: 12px;
  top: 4px;
}
.base-picker::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #828282 transparent transparent transparent;
}
.base-picker.is-open::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.base-picker:hover, .base-picker.is-open {
  border-color: #000000;
}
.base-picker p {
  margin-bottom: 0;
}
.base-picker__header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border: none;
  color: #000000;
  border-radius: 4px;
}
.base-picker__label + .base-picker__header {
  padding-top: 10px;
}
.base-picker__label {
  position: absolute;
  top: 17px;
  left: 16px;
  line-height: 1;
  color: #828282;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  pointer-events: none;
  z-index: 1;
  margin-bottom: 0;
}
.base-picker__options {
  position: absolute;
  left: -1px;
  top: 100%;
  z-index: 4;
  width: calc(100% + 2px);
  background: #fff;
  border: 1px solid #000000;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  top: calc(100% + 6px);
  border-radius: 4px;
}
.base-picker__options::-webkit-scrollbar {
  width: 8px;
}
.base-picker__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(31, 31, 31, 0.4941176471);
  width: 8px;
}
.base-picker__item {
  color: #828282;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding: 10px 16px;
  cursor: pointer;
}
.base-picker__item.active {
  background: rgba(228, 241, 249, 0.5);
  text-shadow: 0 0 0.33px #828282, 0 0 0.33px #828282;
}
.base-picker__item:hover {
  background-color: #f5fafd;
  color: #000000;
}

.nav-icon {
  width: 20px;
  height: 8px;
  position: relative;
  cursor: pointer;
}
.nav-icon__rght, .nav-icon__lft {
  position: absolute;
  width: 12px;
  height: 3px;
  background: #000000;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-icon__rght {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-35deg);
      -ms-transform: translateY(-50%) rotate(-35deg);
          transform: translateY(-50%) rotate(-35deg);
  border-radius: 0 12px 12px 0;
}
.nav-icon__lft {
  left: 0;
  border-radius: 12px 0 0 12px;
  -webkit-transform: translateY(-50%) rotate(35deg);
      -ms-transform: translateY(-50%) rotate(35deg);
          transform: translateY(-50%) rotate(35deg);
}
.nav-icon.active .nav-icon__rght {
  -webkit-transform: translateY(-50%) rotate(35deg);
      -ms-transform: translateY(-50%) rotate(35deg);
          transform: translateY(-50%) rotate(35deg);
}
.nav-icon.active .nav-icon__lft {
  -webkit-transform: translateY(-50%) rotate(-35deg);
      -ms-transform: translateY(-50%) rotate(-35deg);
          transform: translateY(-50%) rotate(-35deg);
}

