@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:before, :after {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

td {
  vertical-align: top;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-table {
  display: table;
}

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media print {
  .d-print-none {
    display: none;
  }
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

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

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

.flex-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-content-start {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.align-content-end {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.align-content-center {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.align-content-between {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.align-content-around {
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
}

.align-content-stretch {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.align-self-auto {
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
}

.align-self-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.align-self-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.align-self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.align-self-baseline {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .align-items-sm-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-sm-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-sm-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
  .align-content-sm-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .align-self-sm-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
            align-self: baseline;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  .flex-md-fill {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .align-items-md-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-md-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-md-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
  .align-content-md-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .align-content-md-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
  .align-content-md-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
  .align-self-md-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .align-self-md-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
            align-self: baseline;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .align-items-lg-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-lg-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
  .align-content-lg-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .align-self-lg-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
            align-self: baseline;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .align-items-xl-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-xl-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-xl-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
  .align-content-xl-center {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .align-self-xl-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
            align-self: baseline;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}

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

html {
  height: 100%;
}

body {
  font: 400 20px/1.5 "Inter", sans-serif;
  color: #1D1D1F;
  height: 100%;
  background: #ffffff;
  cursor: default;
}

body.i-mobile * {
  cursor: pointer;
}

body.no-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}

body.overflow-hidden {
  overflow: hidden;
}

#wrap {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.clear {
  clear: both;
  display: table;
  width: 100%;
  overflow: hidden;
}

.clearfix {
  clear: both;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.hide {
  display: none;
}

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

.flex.container:before, .flex.container:after, .flex.container-fluid:before, .flex.container-sm:before, .flex.container-md:before, .flex.container-lg:before, .flex.container-xl:before, .flex.container-fluid:after, .flex.container-sm:after, .flex.container-md:after, .flex.container-lg:after, .flex.container-xl:after, .flex.row:before, .flex.row:after {
  display: none;
}

.flex-inner-100 > * {
  width: 100%;
}

.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flex-ver-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 992px) {
  .lg-no-flex {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 768px) {
  .md-no-flex {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 576px) {
  .sm-no-flex {
    display: block;
  }
}

@media (max-width: 0) {
  .xs-no-flex {
    display: block;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-medium-s {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-bold-e {
  font-weight: 800;
}

.full {
  width: 100%;
}

.line-items-fluid {
  text-align: justify;
  line-height: 0;
}

.line-items-fluid > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  line-height: normal;
}

.line-items-fluid:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.line-items > * {
  display: inline-block;
  vertical-align: top;
}

.line-items-middle > * {
  vertical-align: middle;
}

.row.line-items > * {
  float: none;
}

script {
  display: none !important;
}

input, textarea, img, a {
  outline: none !important;
}

a {
  text-decoration: none;
  color: #1D1D1F;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  -webkit-transition: visibility 0.3s, opacity 0.3s, color 0.3s, border-bottom-color 0.3s, background-color 0.3s;
  transition: visibility 0.3s, opacity 0.3s, color 0.3s, border-bottom-color 0.3s, background-color 0.3s;
}

a:hover, a.active {
  text-decoration: none;
  color: #9a9aa1;
}

.no-brd {
  border-bottom: 0;
}

.no-brd .brd-b {
  border-bottom: 1px solid rgba(237, 27, 36, 0.25);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.no-brd:hover .brd-b {
  border-color: #ed1b24;
}

.white {
  color: #ffffff;
}

.yellow {
  color: #ffc107;
}

.black {
  color: #1D1D1F;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background: #ffffff;
}

.bg-grey {
  background-color: #F5F5F7;
}

.bg-yellow {
  background-color: #ffc107;
}

.bg-black {
  background-color: #1D1D1F;
}

h1, .h1 {
  font: 800 40px/1.2 "Inter", sans-serif;
  margin: 0 0 20px;
}

h2, .h2 {
  font: 800 40px/1.2 "Inter", sans-serif;
}

h3, .h3, .b-ttl {
  font: 600 20px/25px "Inter", sans-serif;
}

h4, .h4 {
  font: 18px/23px "Inter", sans-serif;
}

h5, .h5 {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.b-ttl {
  margin-bottom: 15px;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.svg-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.svg-icon.stroke {
  fill: none;
  stroke: currentColor;
}

symbol.stroke {
  fill: none;
  stroke: currentColor;
}

.ico {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.ico::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ico-arrow-left::before {
  background-image: url(../images/arrow-left.svg);
}

.ico-arrow-right::before {
  background-image: url(../images/arrow-right.svg);
}

.ico-chev-up::before {
  background-image: url(../images/chev-up.svg);
}

.ico-chev-down::before {
  background-image: url(../images/chev-down.svg);
}

.ico-chev-left::before {
  background-image: url(../images/chev-left.svg);
}

.ico-chev-right::before {
  background-image: url(../images/chev-right.svg);
}

.ico-close::before {
  background-image: url(../images/close.svg);
}

.ico-phone::before {
  background-image: url(../images/phone.svg);
}

.text-center img {
  margin-left: auto;
  margin-right: auto;
}

label {
  display: block;
  color: #1D1D1F;
  font: 400 14px/19px "Inter", sans-serif;
  margin-bottom: 5px;
}

.webform-container-inline label {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin: 0;
  padding-top: 15px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.form-text, input[type="text"],
input[type="number"],
input[type="email"],
input[type="email"],
select,
textarea {
  font: 18px/22/18 "Inter", sans-serif;
  background: #ffffff;
  color: #1D1D1F;
  width: 100%;
  max-width: 750px;
  height: 48px;
  padding: 10px 15px 10px 0;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid #A6A6A6;
  border-radius: 0;
}

.form-text:focus, input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-bottom-color: #1D1D1F;
}

textarea {
  height: 150px;
}

.bx-authform {
  max-width: 500px;
}

.bx-captcha {
  max-width: 500px;
}

select {
  font-size: 15px;
  line-height: 1;
  color: #75665C;
  height: 36px;
  padding: 7px 30px 7px 10px;
  border: 1px solid #DDD8D4;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
}

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

.bx-core-adm-dialog textarea {
  max-width: 100%;
}

.form-item {
  margin: 0 0 20px;
  position: relative;
}

.form-checkbox label, .form-radio label {
  position: relative;
  top: auto;
  padding: 6px 0 6px 38px;
}

.form-checkbox label::before, .form-radio label::before {
  content: '';
  position: absolute;
  left: 5px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
}

.form-checkbox label::after, .form-radio label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 28px;
  height: 28px;
  border: 2px solid #1D1D1F;
  border-radius: 50%;
}

.form-checkbox input, .form-radio input {
  display: none;
}

.form-checkbox input:checked + label::before, .form-radio input:checked + label::before {
  background: green;
}

.form-checkbox input:checked + label::after, .form-radio input:checked + label::after {
  border-color: green;
}

.form-checkbox {
  white-space: nowrap;
}

.form-checkbox > * {
  /*display:inline-block !important;*/
  /*vertical-align:top;*/
}

.form-checkbox label {
  cursor: pointer;
  font: 14px/16px "Inter";
  margin: 0;
  white-space: normal;
}

.form-checkbox input {
  margin: 2px 2px 0 0;
}

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-radio label {
  cursor: pointer;
  font: 14px/16px "Inter";
  margin: 0;
}

.form-radio input {
  margin: 2px 2px 0 0;
}

.form-type-radio, .form-type-checkbox {
  position: relative;
}

.form-type-radio label, .form-type-checkbox label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 0px 0 0px 20px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.form-type-radio label:hover, .form-type-checkbox label:hover {
  color: #1087D0;
}

.form-type-radio label::before, .form-type-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 11px;
  line-height: 1;
  text-indent: -1px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background: #ffffff;
  border: 0.8px solid #848484;
  border-radius: 2px;
  color: #ffffff;
}

.form-type-radio input, .form-type-checkbox input {
  display: none;
}

.form-type-radio input:checked + label::before, .form-type-checkbox input:checked + label::before {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 3.25L4.375 7.375L2.5 5.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-color: #1087D0;
}

.form-type-radio label:hover::before, .form-type-radio input:checked + label::before, .form-type-checkbox label:hover::before, .form-type-checkbox input:checked + label::before {
  border-color: #1087D0;
  box-shadow: 0px 0px 6px rgba(16, 135, 208, 0.25);
}

.form-checkboxes .form-item, .form-radios .form-item {
  margin-bottom: 11px;
}

.form-checkboxes-line, .form-radios-line {
  margin-left: -40px;
}

.form-checkboxes-line .form-item, .form-radios-line .form-item {
  display: inline-block;
  margin-left: 40px;
}

label.disabled {
  cursor: default;
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}

.main-user-consent-request input {
  display: none;
}

.main-user-consent-request a {
  display: block;
  padding-left: 20px;
  position: relative;
  border: 0;
  color: inherit;
}

.main-user-consent-request a:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #1D1D1F;
  position: absolute;
  left: 0;
  top: 0;
}

.main-user-consent-request input:checked + a:before {
  background-color: #1D1D1F;
  box-shadow: inset 0 0 0 2px #ffffff;
}

input[type="submit"]:not(.btn) {
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font: 500 14px/17px "Inter";
  border: 0;
  padding: 18px 28px 21px;
  text-align: center;
  border-radius: 56px;
  position: relative;
  background: #2a8b23;
}

input[type="submit"]:not(.btn):hover {
  color: #ffffff;
  background-color: #fb6b31;
}

.form-range .pref {
  font: 17px/17px "Inter";
  margin-right: 10px;
}

.form-range input {
  width: 98px;
  text-align: center;
  padding: 10px 5px;
}

.form-range input + .pref {
  margin-left: 10px;
}

.form-actions {
  margin-bottom: 0;
  margin-top: 25px;
  position: relative;
}

.form-actions .ajax-progreAero-throbber {
  position: absolute;
  left: -20px;
  top: 15px;
}

.form-desc {
  margin-bottom: 20px;
}

.form-item-time input {
  width: 78px;
  text-align: center;
  padding: 5px 4px;
}

.form-item-time .sep {
  margin: 9px 10px 0;
}

.starrequired {
  color: red;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  font: 700 18px/1 "Inter";
  padding: 16px 48px;
  text-align: center;
  border: 0;
  border-radius: 40px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.btn-1 {
  color: #ffffff;
  background-color: #EE1E50;
}

.btn-1:hover {
  color: #ffffff;
  background-color: #f24d75;
}

.btn-2, .btn-show-all {
  font-weight: 500;
  font-size: 14px;
  background-color: #F5F5F7;
  color: #1D1D1F;
  padding: 14px 20px;
}

.btn-2 .svg-icon, .btn-show-all .svg-icon {
  font-size: 8px;
  margin-left: 25px;
  color: #EE1E50;
}

.btn-2:hover, .btn-show-all:hover {
  color: #1D1D1F;
  background-color: #e7e7ec;
}

.bg-grey .btn-show-all:not(:hover) {
  background-color: #ffffff;
}

.form-submit {
  display: inline-block;
  vertical-align: middle;
  font: 700 18px/1 "Inter";
  padding: 16px 48px;
  text-align: center;
  border: 0;
  border-radius: 40px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  color: #ffffff;
  background-color: #EE1E50;
}

.form-submit:hover {
  color: #ffffff;
  background-color: #f24d75;
}

.form-submit.disabled {
  background-color: #1D1D1F40;
  border-color: #1D1D1F40;
  cursor: no-drop;
  pointer-events: none;
}

.errortext {
  background: #ffe7d7;
  padding: 15px 20px;
  font: 15px/21px "Inter", sans-serif;
  margin: 20px 0;
  border-radius: 4px;
}

.errortext:first-child {
  margin-top: 0;
}

.price {
  white-space: nowrap;
  color: #1D1D1F;
}

.price .currency {
  color: #1D1D1F;
}

.dropdown-wrap {
  position: relative;
}

.dropdown-wrap:hover .dropdown-content-wrap {
  padding-top: 10px;
  margin-top: 0;
}

.dropdown-wrap:hover .dropdown-content {
  height: auto;
  overflow: visible;
  padding: 20px;
  box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.15);
}

.dropdown-content-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  margin-top: 10px;
}

.dropdown-content {
  width: 240px;
  font: 600 13px/17px "Inter", sans-serif;
  background: url(images/pattern.png) repeat 0 0 #ffffff;
  padding: 0 20px;
  text-align: left;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.dropdown-content:before {
  content: '';
  border-bottom: 7px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  width: 12px;
  left: 0;
  right: 0;
  top: -7px;
  margin: 0 auto;
  z-index: 102;
}

.dropdown-content-menu {
  font: 600 13px/17px "Inter", sans-serif;
  text-transform: uppercase;
}

.dropdown-content-menu a {
  color: #1D1D1F;
  border: 0;
}

.dropdown-content-menu a:hover, .dropdown-content-menu a.active {
  color: #ed1b24;
}

.dropdown-content-menu li {
  margin-top: 10px;
}

.dropdown-content-menu li:first-child {
  margin-top: 0;
}

.sec--outer {
  margin-top: calc(4.59vw + 32.79px);
  /*30 < 80*/
  margin-bottom: calc(4.59vw + 32.79px);
  /*30 < 80*/
}

.sec--inner {
  padding-top: calc(4.59vw + 32.79px);
  /*30 < 80*/
  padding-bottom: calc(4.59vw + 32.79px);
  /*30 < 80*/
}

.s-ttl {
  font: 800 40px/1.2 "Inter";
}

.s-head, .s-ttl {
  margin-bottom: 40px;
}

.s-head .s-ttl {
  margin-bottom: 0;
}

.s-main {
  padding: 40px 0 80px;
}

.mt20 {
  margin-top: calc(0.66vw + 7.54px);
  /* mt 10 < 20*/
}

.mb20 {
  margin-bottom: calc(0.66vw + 7.54px);
  /* mt 10} < 20*/
}

.mt40 {
  margin-top: calc(1.31vw + 15.08px);
  /* mt 20 < 40*/
}

.mb40 {
  margin-bottom: calc(1.31vw + 15.08px);
  /* mt 20} < 40*/
}

.mt60 {
  margin-top: calc(1.97vw + 22.62px);
  /* mt 30 < 60*/
}

.mb60 {
  margin-bottom: calc(1.97vw + 22.62px);
  /* mt 30} < 60*/
}

.mt80 {
  margin-top: calc(2.62vw + 30.16px);
  /* mt 40 < 80*/
}

.mb80 {
  margin-bottom: calc(2.62vw + 30.16px);
  /* mt 40} < 80*/
}

.mt100 {
  margin-top: calc(3.28vw + 37.7px);
  /* mt 50 < 100*/
}

.mb100 {
  margin-bottom: calc(3.28vw + 37.7px);
  /* mt 50} < 100*/
}

.mt120 {
  margin-top: calc(3.93vw + 45.25px);
  /* mt 60 < 120*/
}

.mb120 {
  margin-bottom: calc(3.93vw + 45.25px);
  /* mt 60} < 120*/
}

.no-photo {
  display: block;
  background: url(images/no-photo.png) no-repeat 50% 50% #f4e7a6;
  background-size: auto !important;
  width: 100%;
  max-width: 100%;
  padding-top: 100%;
}

hr {
  clear: both;
  display: block;
  border: 0;
  height: 1px;
  background: #e8e8e8;
  margin: 15px 0;
}

.type-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #1D1D1F;
}

.type-text img {
  max-width: 100%;
  height: auto !important;
  border-radius: 15px;
}

.type-text h1, .type-text .h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 1em 0 0.5em;
}

.type-text h1:first-child, .type-text .h1:first-child {
  margin-top: 0;
}

.type-text h1 + *, .type-text .h1 + * {
  margin-top: 0 !important;
}

.type-text h2, .type-text .h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 1em 0 0.5em;
}

.type-text h2:first-child, .type-text .h2:first-child {
  margin-top: 0;
}

.type-text h2 + *, .type-text .h2 + * {
  margin-top: 0 !important;
}

.type-text h3, .type-text .h3 {
  font-size: 26px;
  line-height: 1.19231;
  margin: 1em 0 0.5em;
}

.type-text h3:first-child, .type-text .h3:first-child {
  margin-top: 0;
}

.type-text h3 + *, .type-text .h3 + * {
  margin-top: 0 !important;
}

.type-text h4, .type-text .h4 {
  margin: 25px 0 15px;
}

.type-text h4:first-child, .type-text .h4:first-child {
  margin-top: 0;
}

.type-text h4 + *, .type-text .h4 + * {
  margin-top: 0 !important;
}

.type-text big, .type-text .big {
  font: 600 20px/25px "Inter", sans-serif;
}

.type-text small, .type-text .small {
  font-size: 13px;
  line-height: 20px;
}

.type-text p, .type-text ul, .type-text ol, .type-text table, .type-text .table-wrap, .type-text blockquote, .type-text .block {
  margin-bottom: 20px;
}

.type-text p:last-child, .type-text ul:last-child, .type-text ol:last-child, .type-text table:last-child, .type-text .table-wrap:last-child, .type-text blockquote:last-child, .type-text .block:last-child {
  margin-bottom: 0;
}

.type-text ul:not(.no-style), .type-text ol:not(.no-style) {
  overflow: hidden;
}

.type-text ul:not(.no-style) li, .type-text ol:not(.no-style) li {
  position: relative;
  padding-left: 15px;
}

.type-text ul:not(.no-style) li:before, .type-text ol:not(.no-style) li:before {
  position: absolute;
  left: 0;
}

.type-text ul:not(.no-style) li:last-child, .type-text ol:not(.no-style) li:last-child {
  margin-bottom: 0;
}

.type-text ul:not(.no-style) {
  padding-left: 10px;
}

.type-text ul:not(.no-style) li:before {
  content: '\2022';
  vertical-align: middle;
  margin-right: 20px;
}

.type-text ol:not(.no-style) {
  counter-reset: list1;
}

.type-text ol:not(.no-style) li:before {
  counter-increment: list1;
  content: counter(list1) ".";
  margin-right: 12px;
}

.type-text table:not(.no-style) {
  width: 100%;
  font: 14px/1.21429 "Inter", sans-serif;
  background: #ffffff;
}

.type-text table:not(.no-style) th, .type-text table:not(.no-style) td {
  padding: 11px 15px;
  text-align: left;
}

.type-text table:not(.no-style) th:first-child, .type-text table:not(.no-style) td:first-child {
  text-align: left;
}

.type-text table:not(.no-style) thead th {
  font-weight: 700;
}

.type-text table:not(.no-style) tbody tr:nth-of-type(2n+1) {
  background: #F5F5F7;
}

.type-text .data-table {
  border: 0;
}

.type-text .data-table td, .type-text .data-table th {
  border: 1px solid #f0f0f0;
}

.type-text .data-table thead th, .type-text .data-table thead td {
  border-color: #fb6b31;
}

.type-text .data-table tbody tr {
  border: 0;
}

.type-text a {
  color: #1087D0;
  border-bottom: 1px solid currentColor;
}

.type-text a:hover {
  color: #54b6f2;
}

.type-text .email:not(:hover) {
  color: #1D1D1F;
}

.table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.panel-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13px 400px 13px 30px;
  font: 13px/15px "Inter";
  z-index: 405;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
  color: #000;
  margin: 0 !important;
  text-align: center;
}

#disclaimer-close {
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-boxd-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #2b1c16;
  opacity: 0.5 !important;
  filter: alpha(opacity=50);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}

.cboxIframe {
  background: #ffffff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  padding: calc(2.62vw + 10.16px);
  /*20 < 60*/
  border-radius: 30px;
}

#cboxTitle {
  position: absolute;
  top: calc(1.18vw + -2.43px);
  left: calc(2.62vw + 10.16px);
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: calc(1.18vw + -2.43px);
  right: calc(2.62vw + 10.16px);
  color: #ccc;
  display: none;
  font: 14px/16px "Inter";
}

#cboxLoadingGraphic {
  background: url(../images/load.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious, #cboxNext, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background-color: transparent;
  line-height: 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbe navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #ffffff;
}

#cboxPrevious, #cboxNext {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  width: calc(2.62vw + 10.16px);
  line-height: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#cboxPrevious:before, #cboxNext:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 11px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

#cboxPrevious {
  left: 0;
}

#cboxNext {
  right: 0;
}

#cboxClose {
  position: absolute;
  top: calc(0.66vw + 7.54px);
  right: calc(0.66vw + 7.54px);
  font-size: 20px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  /*background: url(../images/close.svg) no-repeat center/contain;*/
}

#cboxClose:hover {
  opacity: 1;
}

.owl-carousel {
  /*display: none;*/
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.owl-carousel .owl-dot {
  font-size: 8px;
  width: 1em;
  height: 1em;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  background: #333333;
  opacity: 0.3;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: font-size 0.1s, background-color 0.1s;
  transition: font-size 0.1s, background-color 0.1s;
}

.owl-carousel .owl-dot.active {
  font-size: 12px;
  opacity: 1;
  cursor: default;
}

.owl-carousel .owl-nav {
  position: static;
}

.owl-carousel.owl-loaded {
  /*display: block;*/
  opacity: 1;
}

.owl-carousel.owl-loading {
  opacity: 0;
  /*display: block;*/
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-align: center;
  font-size: 43px;
  line-height: 0;
  margin-top: -0.5em;
  background: #ffffff;
  color: #A6A6A6;
  box-shadow: 0px 1px 1px #00000015;
}

.owl-carousel .owl-prev .svg-icon, .owl-carousel .owl-next .svg-icon {
  font-size: 14px;
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
  color: #ffffff;
  background: #EE1E50;
}

.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
  opacity: 0.5;
  color: #A6A6A6;
  background: #ffffff;
  cursor: default;
}

.owl-carousel .owl-prev {
  left: -0.5em;
}

.owl-carousel .owl-next {
  right: -0.5em;
}

/*
@font-face {
	font-family: 'rubleBitrix';
	src: url(font/bitrixrub-regular.ttf) format("truetype");
	font-weight: normal
}

.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }
*/
.bx-basket a {
  border-bottom: 0;
}

.bx-basket .category {
  font-size: 16px;
  line-height: 1.1875;
  max-width: 240px;
}

.basket-checkout-container {
  padding-top: 8px;
  margin-top: 30px;
  border-top: 1px solid #DFE4E8;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.basket-checkout-block-total-title {
  font: 600 20px/1.2 "Inter", sans-serif;
}

.basket-total-price-block {
  text-align: right;
  white-space: nowrap;
  font: 600 34px/1.20588 "Inter", sans-serif;
  margin-left: 40px;
  -webkit-transition: 180ms text-shadow ease, 180ms color ease;
  transition: 180ms text-shadow ease, 180ms color ease;
  min-width: 6em;
}

.basket-btn-checkout {
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
}

/*header*/
.basket-items-list-table {
  width: 100%;
  border-collapse: collapse;
}

.basket-items-list-table th {
  font-size: 14px;
  line-height: 1.21429;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFE4E8;
  text-align: center;
}

.basket-items-list-table th.image, .basket-items-list-table th.title {
  text-align: left;
}

.basket-items-list-table th.total {
  text-align: right;
}

@media (max-width: 768px) {
  .basket-items-list-table thead {
    display: none;
  }
}

.basket-items-list-item-container {
  position: relative;
}

.basket-items-list-item-container > td {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.basket-items-list-item-container > td:first-child {
  padding-left: 0;
}

.basket-items-list-item-container > td:last-child {
  padding-right: 0;
}

.basket-items-list-item-container > td.basket-items-list-item-img, .basket-items-list-item-container > td.basket-items-list-item-title {
  text-align: left;
}

.basket-items-list-item-container > td.basket-item-cost {
  text-align: right;
  padding-right: 0;
}

.basket-items-list-item-container > td.basket-items-list-item-remove {
  text-align: right;
  width: 80px;
}

.basket-items-list-item-remove {
  width: 80px;
}

@media (min-width: 768px) {
  .basket-items-list-item-img .basket-item-block-info {
    padding-right: 0;
  }
  .basket-items-list-item-img .basket-item-actions-remove {
    display: none;
  }
}

/*region Image*/
.basket-item-image-link {
  position: relative;
  display: inline-block;
}

.basket-item-image {
  width: 143px;
}

@media (max-width: 580px) {
  .basket-item-image {
    padding-right: 0;
    max-width: 230px;
    max-height: 400px;
    width: auto;
    height: auto;
  }
}

/* TEXT */
/*region Name*/
.basket-item-info-name,
.basket-item-info-name-link {
  margin: 0;
  text-decoration: none;
  word-break: break-all;
  word-break: break-word;
  font: 700 16px/1.1875 "Inter", sans-serif;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

@media (max-width: 768px) {
  .basket-item-info-name {
    padding-top: 10px;
  }
}

@media (max-width: 460px) {
  .basket-item-price-current {
    text-align: right;
  }
}

.basket-item-block-amount {
  position: relative;
  border: 1px solid #E3E8EA;
  border-radius: 8px;
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.basket-item-amount-filed-block {
  position: relative;
  width: 64px;
}

.basket-item-amount-filed-block input[type="text"] {
  font-weight: 700;
  width: 100%;
  height: 39px;
  text-align: center;
  border: 0;
  padding: 0;
}

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
  padding: 0;
  width: 64px;
  border-radius: 8px;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.basket-item-block-amount.disabled .basket-item-amount-filed {
  /**/
}

.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus {
  /**/
}

.basket-item-amount-filed::-webkit-outer-spin-button,
.basket-item-amount-filed::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  margin: 0;
  -webkit-appearance: none;
  /* <-- Apparently some margin are still there even though it's hidden */
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus,
.basket-item-amount-filed {
  height: 39px;
}

.basket-item-amount-filed {
  width: 64px;
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
  width: 39px;
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
  position: relative;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover {
  background-color: #DFE4E8;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
  background-color: transparent;
  cursor: default;
  pointer-events: none;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 10px;
  height: 2px;
  background-color: #1D1D1F;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after {
  background-color: #F5F5F7;
}

.basket-item-amount-btn-plus:before {
  margin-top: -5px;
  margin-left: -1px;
  width: 2px;
  height: 10px;
}

.basket-item-amount-field-description {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  color: #a1a1a1;
  text-align: center;
  font: italic 12px/14px "Inter", sans-serif;
}

/*region Price*/
.basket-items-list-item-price {
  /**/
}

.basket-item-price-current {
  line-height: 1;
}

.basket-item-price-current-text {
  font: 700 16px/1 "Inter", sans-serif;
  white-space: nowrap;
  -webkit-transition: 180ms text-shadow ease, 180ms color ease;
  transition: 180ms text-shadow ease, 180ms color ease;
  display: inline-block;
  width: 6em;
}

@media (min-width: 768px) {
  .basket-items-list-item-container {
    display: table-row !important;
  }
}

/*region Actions*/
.basket-item-actions-remove {
  font-size: 13px;
  color: #A6A6A6;
  cursor: pointer;
}

/*
.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background: currentColor;
	content: '';
	transition: 300ms background-color ease;
}

.basket-item-actions-remove:after { transform: translate3d(-50%, -50%, 0) rotate(45deg); }

.basket-item-actions-remove:before { transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

.basket-item-actions-remove:hover:after,
.basket-item-actions-remove:hover:before { background-color: darken($grey3, 20%); }
*/
.basket-items-list-item-img .basket-item-actions-remove {
  position: absolute;
  top: 20px;
  right: 0;
}

@media (max-width: 767px) {
  .basket-items-list-item-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .basket-items-list .basket-items-list-item-container > td {
    /*min-width: 100%;*/
  }
  .basket-item-actions-remove {
    display: none;
  }
  .basket-items-list-item-img {
    min-width: auto;
  }
  .basket-items-list-item-img .basket-item-actions-remove {
    display: block;
  }
  .basket-items-list-item-price-for-one {
    display: none;
  }
}

.basket-clear {
  cursor: pointer;
  pointer-events: auto;
}

.basket-clear:after,
.basket-clear:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #a1a1a1;
  content: '';
  -webkit-transition: 300ms background-color ease;
  transition: 300ms background-color ease;
}

.basket-clear:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-clear:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-clear:hover:after,
.basket-clear:hover:before {
  background-color: #333;
}

.basket-items-list-item-price-for-one, .basket-items-list-item-amount {
  text-align: center;
}

.basket-remove-all {
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  color: #A6A6A6;
}

.basket-remove-all .basket-item-actions-remove {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.basket-download .svg-icon {
  font-size: 12px;
  margin-left: 15px;
  color: #D00D3C;
}

.bx-basket .basket-download {
  background-color: #F5F5F7;
  color: #1D1D1F;
}

.bx-basket .basket-download:hover {
  color: #1D1D1F;
  background-color: #d9d9e0;
}

.basket-checkout-btns {
  margin-left: -20px;
}

.basket-checkout-btns .btn {
  margin-left: 20px;
}

.basket--empty .basket-remove-all {
  display: none;
}

.header {
  position: relative;
  z-index: 1;
}

.header--fixable {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

.header__advice {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  padding: 8px 0;
}

.header__main {
  padding-top: 13px;
  padding-bottom: 13px;
  background: -webkit-radial-gradient(0% 0%, 100% 100%, #FFFFFF 0%, #ffffff60 100%);
  background: radial-gradient(100% 100% at 0% 0%, #FFFFFF 0%, #ffffff60 100%);
  box-shadow: inset -5px -5px 250px #00000002;
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
}

.header__phone {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  opacity: 0.7;
  margin-left: 30px;
}

.header__search {
  position: relative;
}

.header__search input {
  width: 206px;
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px;
  height: 38px;
  background: rgba(245, 245, 247, 0.6);
  border-radius: 47px;
}

.header__search input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.header__search input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.header__search button {
  position: absolute;
  right: 17px;
  height: 100%;
  font-size: 12px;
  color: #1D1D1F;
}

.header__cart a {
  padding: 7px 9px;
  border-radius: 50%;
  vertical-align: middle;
}

.header__cart .svg-icon {
  font-size: 20px;
}

.header__cart .badge {
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: #EE1E50;
  text-align: center;
  min-width: 24px;
  padding: 6px;
  border-radius: 47px;
  margin-left: 4.83px;
}

body {
  padding-top: 95px;
}

.btn-products {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  position: relative;
}

.btn-products::before {
  content: '';
  width: 1em;
  height: 1em;
  font-size: 4px;
  position: absolute;
  right: -6px;
  top: 0;
  border-radius: 50%;
  background: #EE1E50;
}

.btn-products span {
  vertical-align: middle;
  margin-left: 12px;
}

.btn-products i {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  width: 1.6em;
  height: 1em;
  position: relative;
  border-bottom: 0;
}

.btn-products i::before, .btn-products i::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1D1D1F;
  border-radius: 9px;
}

.btn-products i::before, .btn-products i::after {
  content: '';
  -webkit-transition: top 0.15s 0.15s, bottom 0.15s 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s 0.15s, bottom 0.15s 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s 0.15s, bottom 0.15s 0.15s, transform 0.15s;
  transition: top 0.15s 0.15s, bottom 0.15s 0.15s, transform 0.15s, -webkit-transform 0.15s;
}

.btn-products i::before {
  top: 0;
}

.btn-products i::after {
  bottom: 0;
}

.side-panel {
  position: fixed;
  top: 31px;
  bottom: 0;
  width: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}

.side-panel .s-ttl {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.22727;
}

.side-panel__list {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

.side-panel__list-item + .side-panel__list-item {
  margin-top: 30px;
}

.side-panel__list-item .badge {
  min-width: 34px;
  line-height: 24px;
  font-size: 12px;
  color: #5A5F68;
  padding: 0px 5px;
  margin-left: 12px;
  border-radius: 50%;
}

.side-panel__overlay {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 29, 31, 0.5);
}

.side-panel__block {
  position: relative;
  z-index: 1;
  left: -10%;
  max-width: 960px;
  min-height: 100%;
  padding: 104px 0 40px;
  overflow: hidden;
  -webkit-transition: visibility 0.3s, left 0.3s;
  transition: visibility 0.3s, left 0.3s;
}

.side-panel__block::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 42px;
  background: -webkit-linear-gradient(left, transparent 0%, #FFFFFF 100%);
  background: linear-gradient(90deg, transparent 0%, #FFFFFF 100%);
}

.side-panel__block::after .prod-plates .owl-stage-outer {
  position: relative;
}

body.side-panel-active {
  overflow: hidden;
}

body.side-panel-active .header__cart a {
  background: #ffffff;
}

body.side-panel-active .btn-products i::before, body.side-panel-active .btn-products i::after {
  -webkit-transition: top 0.15s 0s, bottom 0.15s, -webkit-transform 0.15s 0.15s;
  transition: top 0.15s 0s, bottom 0.15s, -webkit-transform 0.15s 0.15s;
  transition: top 0.15s 0s, bottom 0.15s, transform 0.15s 0.15s;
  transition: top 0.15s 0s, bottom 0.15s, transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s;
}

body.side-panel-active .btn-products i::before {
  top: calc(50% - 1.5px);
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}

body.side-panel-active .btn-products i::after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
}

body.side-panel-active .header__main {
  background: -webkit-radial-gradient(0% 0%, 100% 100%, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
  background: radial-gradient(100% 100% at 0% 0%, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 100%);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02), inset 5px 5px 4px rgba(255, 255, 255, 0.1);
}

body.side-panel-active .side-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

body.side-panel-active .side-panel__block {
  left: 0;
}

body.side-panel-active .side-panel__overlay {
  display: block;
}

.breadcrumbs {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:last-child {
  color: #5A5F68;
}

.breadcrumbs a, .breadcrumbs .sep {
  color: #A6A6A6;
}

.breadcrumbs .sep {
  display: inline-block;
  margin: 0 7px;
}

.container-box {
  padding: 40px 0;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 15px;
}

.sidebar-main {
  margin-top: 30px;
}

.side-menu {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.side-menu li + li {
  margin-top: 20px;
}

.side-menu a.active, .side-menu span {
  color: #A6A6A6;
}

.content, .footer {
  position: relative;
}

.content > *, .footer > * {
  position: relative;
}

.line {
  position: absolute;
  z-index: 0;
}

.content .line--1 {
  left: 0;
  bottom: 0;
}

.content .line--2 {
  left: auto;
  right: 0;
  bottom: auto;
  top: 100px;
}

.content__box {
  /**/
}

.hero {
  padding: 0 30px;
  position: relative;
}

.hero .line {
  position: absolute;
}

.hero .line--1 {
  bottom: auto;
  top: -86px;
  right: auto;
  left: 0;
}

.hero .line--2 {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: calc(5.25vw + 214.33px);
}

.hero .line--3 {
  left: auto;
  top: 50px;
  right: 0;
}

.hero__prod-img {
  position: absolute;
}

.hero__prod-img--1 {
  left: 0;
  bottom: -190px;
  width: calc(9.18vw + 15.57px);
}

.hero__prod-img--2 {
  right: 12px;
  bottom: -50px;
  width: calc(24.46vw + 87.28px);
}

.hero__menu {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 0;
  width: 100%;
}

.hero__scheme {
  width: calc(23.15vw + 97.2px);
  /* 184 < 537 */
  height: calc(23.15vw + 97.2px);
  /* 184 < 537 */
  position: absolute;
  z-index: 0;
  right: 15%;
  top: 75px;
  background: url(../images/scheme.png) no-repeat center/contain;
}

.hero-slider .owl-stage-outer {
  border-radius: 30px;
}

.hero-slider__item {
  min-height: calc(17.7vw + 506.61px);
  padding-top: 144px;
  border-radius: 30px;
}

.hero-slider__label {
  font-size: 20px;
  line-height: 1.2;
  color: #5A5F68;
}

.hero-slider__ttl {
  font-size: 52px;
  line-height: 1.27;
  margin-bottom: 50px;
}

.hero-slider__inner {
  max-width: 805px;
}

.hero-slider .owl-dots {
  bottom: 110px;
}

.prod-grid {
  margin-bottom: -1.5vw;
  margin-left: -1.5vw;
}

.prod-grid__col {
  width: 50%;
}

.prod-grid__item {
  margin-bottom: 1.5vw;
  padding-left: 1.5vw;
  width: 50%;
}

.prod-grid__item--wide, .prod-grid__item--big {
  width: 100%;
}

.prod-grid__item:hover .prod-grid__inner, .prod-grid__item:hover .prod-grid__bottom {
  background: #1D1D1F80;
}

.prod-grid__item:hover .prod-grid__ttl {
  color: #FFC803;
  text-shadow: 0px 0px 20px #FFC80325;
}

.prod-grid__item:hover .prod-grid__details {
  color: #FFF4CC;
}

.prod-grid__inner {
  height: 100%;
  padding-top: 30px;
  background: #F5F5F7;
  border-radius: 15px;
  overflow: hidden;
}

.prod-grid__ttl {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  opacity: 0.8;
  margin-bottom: 5px;
}

.prod-grid__details {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  color: #D00D3C;
  margin-bottom: 10px;
}

.prod-grid__img {
  height: 100%;
}

.prod-grid__img img {
  max-width: 100%;
  position: relative;
}

.prod-grid__bottom {
  padding-top: 30%;
  margin-top: -30%;
  background: -webkit-linear-gradient(top, #DFE4E8 0%, #EEF2F4 100%);
  background: linear-gradient(180deg, #DFE4E8 0%, #EEF2F4 100%);
}

.prod-plate {
  border-radius: 15px;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}

.prod-plate__wrap {
  padding-left: 19px;
  margin-top: 40px;
}

.prod-plate__wrap:hover .prod-plate {
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
  box-shadow: 0px 2px 2px #00000025;
}

.prod-plate__img {
  padding: 15px 23px 0;
}

.prod-plate__text {
  padding: 0 15px 28px;
}

.prod-plate__ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.22222;
  min-height: 2.3em;
  color: #333333;
  margin-bottom: 10px;
}

.prod-plate__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #D00D3C;
}

.prod-plate__flag {
  position: absolute;
  top: 20px;
  z-index: 2;
  width: 160px;
  height: 39px;
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background: url(../images/flag.png) no-repeat center/contain;
}

.prod-plate img {
  max-width: 100%;
  height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}

.prod-plate--archive .prod-plate::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(29, 29, 31, 0.8);
  border-radius: 15px;
}

.prod-plate--archive .prod-plate__text {
  position: relative;
  z-index: 2;
}

.prod-plate--archive .prod-plate__ttl, .prod-plate--archive .prod-plate__price {
  color: #FFF4CC !important;
}

.prod-plate--archive:hover .prod-plate {
  background-color: transparent !important;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.prod-plates {
  margin-top: -20px;
  margin-left: -20px;
}

.prod-plates--carousel, .prod-plates--grid {
  margin-left: 0;
  margin-top: 0;
}

.prod-plates--carousel .prod-plate__wrap, .prod-plates--grid .prod-plate__wrap {
  padding-left: 0;
  margin-top: 0;
}

.prod-plates--carousel .prod-plate {
  width: 290px;
}

.prod-plates--carousel .prod-plate__img img {
  width: 234px;
  height: 234px;
}

.prod-plates--carousel .prod-plate__wrap:hover .prod-plate__ttl {
  text-shadow: 0px 0px 20px rgba(255, 200, 3, 0.25);
}

.prod-plates--carousel .owl-stage-outer {
  overflow: visible;
}

.prod-plates--grid {
  margin-left: 0;
  margin-top: 0;
  display: grid;
  grid-gap: 40px 19px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.prod-plates--grid .prod-plate__wrap {
  width: auto;
}

.prod-plates--grid .prod-plate__wrap:hover .prod-plate {
  background-color: rgba(29, 29, 31, 0.8);
}

.prod-plates--grid .prod-plate__wrap:hover .prod-plate__ttl {
  color: #FFC803;
}

.prod-plates--grid .prod-plate__wrap:hover .prod-plate__price {
  color: #FFF4CC;
}

.side-panel .prod-plate {
  width: 230px;
}

.side-panel .prod-plate img {
  width: 180px;
  height: 180px;
}

.prod-plate-cat {
  width: 227px;
}

.prod-plate-cat:hover .prod-plate-cat__ttl {
  font-weight: 800;
}

.prod-plate-cat:hover .prod-plate-cat__bg {
  border: 2px solid #EE1E50;
}

.prod-plate-cat--selectedtick {
  display: initial;
}

.prod-plate-cat__ttl {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1875;
  margin-bottom: 0;
}

.prod-plate-cat__bg {
  height: 82%;
  background: #F5F5F7;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.prod-plate-cat__img {
  margin-bottom: 15px;
  position: relative;
}

.prod-plate-cat img {
  max-width: 100%;
  height: 197px;
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
}

.prod-plate-cat__bottom {
  height: 54px;
  margin-top: -54px;
  background: -webkit-linear-gradient(top, #DFE4E8 0%, #EEF2F4 100%);
  background: linear-gradient(180deg, #DFE4E8 0%, #EEF2F4 100%);
}

.prod-plate-cat__tick {
  display: none;
  font-size: 13px;
  color: #D00D3C;
  position: absolute;
  top: 14px;
  right: 14px;
}

.prod-detail__ttl {
  margin-bottom: 10px;
}

.prod-detail__cat {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.19;
}

.prod-detail__img-view {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}

.prod-detail__img-view + .prod-detail__img-view {
  margin-top: 20px;
}

.prod-detail__img-view:hover {
  border-color: #f57d9a;
}

.prod-detail__img-view.active {
  border-color: #EE1E50;
}

.prod-detail__imgs .owl-stage-outer {
  border-radius: 15px;
}

.prod-detail__img img {
  width: 100%;
}

.prod-detail__price {
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
}

.prod-detail__prop {
  font-size: 14px;
  line-height: 1.21429;
  white-space: nowrap;
  margin-top: 10px;
}

.prod-detail__prop-name {
  width: 50%;
}

.prod-detail__prop-sep {
  width: 100%;
  border-bottom: 1px dashed #5A5F68;
  margin: 0 10px;
}

.prod-detail__btns {
  margin-left: -17px;
  margin-bottom: -17px;
}

.prod-detail__btn {
  margin-left: 17px;
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 12px;
  padding: 7.5px 15px;
  border-radius: 8px;
}

.prod-detail__btn .svg-icon {
  font-size: 10px;
  margin-left: 10px;
}

.prod-detail__secs {
  padding-top: 23px;
  border-top: 1px solid #DFE4E8;
}

.prod-detail .table-ttl {
  font-size: 14px;
  line-height: 17px;
  margin-left: 15px;
}

.prod-detail .btn-show-all:not(:hover) {
  background-color: #F5F5F7;
}

.prod-counter {
  border: 1px solid #E3E8EA;
  border-radius: 8px;
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.prod-counter .minus, .prod-counter .plus, .prod-counter input {
  display: inline-block;
  height: 39px;
  line-height: 39px;
  text-align: center;
}

.prod-counter .minus, .prod-counter .plus {
  width: 39px;
}

.prod-counter .minus:hover, .prod-counter .plus:hover {
  background-color: #F5F5F7;
}

.prod-counter input {
  width: 64px;
  font-weight: 700;
}

.portfolio-wrap {
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
}

.portfolio-wrap::before {
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
  content: '';
  background: url(../images/port-logotype.png) no-repeat center/contain;
  width: 130px;
}

.portfolio__item {
  padding: 60px 0;
  height: calc(31.87vw + 210.49px);
  position: relative;
}

.portfolio__item::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, #00000008 50%, #000000 100%);
  background: linear-gradient(180deg, #00000008 50%, #000000 100%);
}

.portfolio__inner {
  position: relative;
  max-width: 420px;
}

.portfolio .s-ttl {
  margin-bottom: 20px;
}

.portfolio .btn {
  width: 196px;
  margin-top: calc(1.97vw + 12.62px);
  /* 20 < 50 */
}

.portfolio .owl-prev, .portfolio .owl-next {
  background: #ffffff40;
  top: 50%;
}

.portfolio .owl-prev {
  left: 78px;
}

.portfolio .owl-next {
  right: 78px;
}

.portfolio .owl-dots {
  bottom: 50px;
}

.portfolio .owl-dot {
  background: #ffffff;
}

.sec-about .s-ttl {
  margin-bottom: 20px;
}

.sec-about img {
  width: 100%;
  border-radius: 30px;
}

.sec-about__img {
  width: 100%;
}

.sec-about__text {
  margin-top: 30px;
}

.sec-about .btn-show-all {
  margin-top: calc(1.97vw + 12.62px);
  /*20 < 50*/
}

.offers {
  font-size: 18px;
  line-height: 27px;
}

.offers__item {
  width: 386px;
}

.offers__img {
  height: 152px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.offers__ttl {
  max-height: 3em;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.offers__body {
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.socials {
  margin-left: -24px;
}

.socials a {
  display: inline-block;
  margin-left: 24px;
}

.socials a:hover {
  opacity: 0.7;
}

.new-article__date {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1875;
  color: #5A5F68;
}

.new-article__date .ttl {
  font-size: 16px;
  margin-bottom: 10px;
}

.new-plates {
  margin: 0 -20px 0;
}

.new-plate-wrap {
  padding: 40px 20px 0;
  width: 50%;
}

.new-plate-wrap .new-plate {
  height: 100%;
}

.new-plate {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding-bottom: 45px;
}

.new-plate__img {
  padding-top: 54.05%;
  /* (260/481)*100 */
}

.new-plate__text {
  padding: 30px 20px 0;
}

.new-plate__ttl {
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 100%;
}

.new-plate__cat, .new-plate__date {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #A6A6A6;
}

.new-plate__date {
  position: absolute;
  bottom: 30px;
}

.new-plates--small {
  margin-left: -10px;
  margin-right: -10px;
}

.new-plates--small .new-plate-wrap {
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33%;
}

.new-plates--small .new-plate__img {
  padding-top: 69.43%;
  /* (218/314)*100 */
}

.last-new {
  padding: 30px;
  padding-top: 56.19%;
  min-height: 300px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.last-new::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, #00000000 0%, rgba(0, 0, 0, 0.06) 50.52%, black 100%);
  background: linear-gradient(180deg, #00000000 0%, rgba(0, 0, 0, 0.06) 50.52%, black 100%);
}

.last-new__body {
  max-width: 500px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.last-new__ttl {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.5;
}

.last-new__cat {
  font-size: 16px;
}

.features {
  margin-bottom: calc(-4.59vw + -12.79px);
  /* -30 < -100*/
}

.feature {
  padding: 0 30px;
}

.feature-wrap {
  margin-bottom: calc(4.59vw + 12.79px);
  /* 30 < 100*/
}

.sort-select {
  width: 161px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  padding: 6px 28px 6px 12px;
  height: 28px;
  border: 1px solid #5A5F68;
  border-radius: 4px;
  background: #1D1D1F url('data:image/svg+xml;charset=UTF-8,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.833333L4 4.16667L7 0.833333" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 12px center;
}

.sort-select option {
  color: #1D1D1F;
  background: #ffffff;
}

.sort-select:focus, .sort-select:active {
  border-color: #1D1D1F;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.833333L4 4.16667L7 0.833333" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" transform="translate(8 5) rotate(180 0 0)"/></svg>');
}

.bx_filter {
  line-height: 1;
}

.bx_filter .smartfilter {
  margin-top: -10px;
  margin-left: -10px;
  position: relative;
}

.bx_filter_parameters_box {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
}

.bx_filter_parameters_box:hover .bx_filter_parameters_box_title, .bx_filter_parameters_box.bx_active .bx_filter_parameters_box_title {
  color: #ffffff;
  background: #1D1D1F;
  border-color: #1D1D1F;
}

.bx_filter_parameters_box:hover .bx_filter_parameters_box_title:after, .bx_filter_parameters_box.bx_active .bx_filter_parameters_box_title:after {
  color: #ffffff;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.bx_filter_parameters_box:hover .bx_filter_block, .bx_filter_parameters_box.bx_active .bx_filter_block {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  top: 100%;
}

.bx_filter_parameters_box_title {
  font-weight: 600;
  font-size: 14px;
  color: #1D1D1F;
  padding: 6px 28px 6px 12px;
  border: 1px solid #5A5F68;
  border-radius: 4px;
  position: relative;
}

.bx_filter_parameters_box_title:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  display: inline-table;
  vertical-align: middle;
  font-size: 6px;
  color: #A6A6A6;
  width: 1em;
  height: 1em;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  -webkit-transform-origin: 0.75em 0.75em;
      -ms-transform-origin: 0.75em 0.75em;
          transform-origin: 0.75em 0.75em;
  margin: -0.75em 0 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bx_filter_block {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 110%;
  z-index: 1;
  padding-top: 20px;
  -webkit-transition: visibility 0.3s, opacity 0.3s, top 0.3s;
  transition: visibility 0.3s, opacity 0.3s, top 0.3s;
}

.bx_filter_block::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-bottom-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bx_filter_parameters_box_container {
  padding: 18px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background: #ffffff;
  position: relative;
}

.bx_filter_input_container input {
  font-weight: 500;
  font-size: 14px;
  color: #1D1D1F;
  height: 27px;
  padding: 5px 8px;
  border: 1px solid #DFE4E8;
  border-radius: 4px;
  width: 112px;
}

.bx_filter_input_container input::-webkit-input-placeholder {
  color: #A6A6A6;
}

.bx_filter_input_container input::-moz-placeholder {
  color: #A6A6A6;
}

.bx_filter_input_container input:-ms-input-placeholder {
  color: #A6A6A6;
}

.bx_filter_input_container input::-ms-input-placeholder {
  color: #A6A6A6;
}

.bx_filter_input_container input::placeholder {
  color: #A6A6A6;
}

.bx_filter_input_container input:focus {
  border-color: #333333;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.bx_filter_search_reset {
  background: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #979797;
  padding: 5px 10px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-left: 50px;
}

.bx_filter_search_reset::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: url(../images/close.svg) no-repeat 0/contain;
}

.bx_filter_parameters_box_discount {
  position: relative;
}

.bx_filter_parameters_box_discount .bx_filter_parameters_box_title::after {
  display: none;
}

.bx_filter_parameters_box_discount .bx_filter_block {
  position: absolute;
  right: 0;
  top: 0;
}

.bx_filter_discount_checkbox input {
  display: none;
}

.bx_filter_discount_checkbox input:checked + label:before {
  content: '';
  left: auto;
  right: 0;
  background-color: #fff;
}

.bx_filter_discount_checkbox label {
  background-color: #1D1D1F;
  border-radius: 10px;
  width: 40px;
  height: 20px;
  position: relative;
}

.bx_filter_discount_checkbox label::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.bx_filter_input_label {
  font-size: 14px;
  line-height: 17px;
  color: #1D1D1F;
}

.bx_ui_slider_track_container .inputs-wrap {
  position: relative;
}

.bx_ui_slider_track_container .inputs-wrap .bx_filter_parameters_box_container_block:first-child {
  padding-right: 5px;
}

.bx_ui_slider_track_container .inputs-wrap .bx_filter_parameters_box_container_block:last-child {
  padding-left: 5px;
}

.bx_ui_slider_track_ttl {
  font-weight: 500;
  font-size: 18px;
}

.bx_ui_slider_track {
  position: relative;
  height: 4px;
  background: #DDD8D4;
  margin: 23px 0;
}

.bx_ui_slider_part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
}

.bx_ui_slider_part.p1 {
  left: -1px;
}

.bx_ui_slider_part.p2 {
  left: 25%;
}

.bx_ui_slider_part.p3 {
  left: 50%;
}

.bx_ui_slider_part.p4 {
  left: 75%;
}

.bx_ui_slider_part.p5 {
  right: -1px;
}

.bx_ui_slider_part span {
  font-size: 11px;
  font-weight: 600;
  color: #c1c1c1;
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
}

.bx_ui_slider_part.p2 span,
.bx_ui_slider_part.p3 span,
.bx_ui_slider_part.p4 span {
  color: #6b8086;
}

.bx_ui_slider_range,
.bx_ui_slider_pricebar,
.bx_ui_slider_pricebar_vd,
.bx_ui_slider_pricebar_vn,
.bx_ui_slider_pricebar_v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx_ui_slider_range {
  /*background-color: #C6B5A8;*/
  z-index: 50;
}

.bx_ui_slider_pricebar {
  z-index: 100;
}

.bx_ui_slider_pricebar_vd {
  background: #C6B5A8;
}

.bx_ui_slider_handle {
  position: absolute;
  top: -7px;
  z-index: 100;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  background: #32A9AC;
  border-radius: 50%;
  text-decoration: none;
  border: 0;
}

.bx_ui_slider_handle:hover {
  -webkit-cursor: -webkit-grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}

.bx_ui_slider_handle:active {
  -webkit-cursor: -webkit-grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}

.bx_ui_slider_handle.left {
  left: 0;
  margin-left: -8px;
}

.bx_ui_slider_handle.right {
  right: 0;
  margin-right: -8px;
}

.bx_ui_slider_track_container + .bx_ui_slider_track_container {
  margin-top: 25px;
}

.bx_filter_parameter_checkbox {
  position: relative;
  padding-right: 40px;
}

.bx_filter_parameter_checkbox label {
  white-space: nowrap;
}

.bx_filter_parameter_checkbox .count {
  font-size: 10px;
  line-height: 1;
  color: #A6A6A6;
  position: absolute;
  right: 0;
  top: 4px;
}

.bx_filter_parameter_checkbox + .bx_filter_parameter_checkbox {
  margin-top: 11px;
}

.bx_filter_more {
  margin-top: 10px;
  margin-left: 10px;
  padding-right: 12px;
}

.bx_filter_more .hide {
  display: none;
}

.bx_filter_more .hide .svg-icon {
  font-size: 10px;
}

.bx_filter_more::after {
  content: none;
}

.bx_filter_more .svg-icon {
  font-size: 15px;
  color: #A6A6A6;
  margin-left: 11px;
}

.smartfilter.expanded .bx_filter_more .show {
  display: none;
}

.smartfilter.expanded .bx_filter_more .hide {
  display: inline;
}

.map {
  height: calc(13.11vw + 250.82px);
  /* 300 < 500*/
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  padding: 60px 0 20px;
  border-radius: 30px 30px 0px 0px;
  position: relative;
}

.footer .line--1 {
  right: auto;
  left: 0;
  bottom: 100%;
  width: calc(22.49vw + -84.34px);
}

.footer .line--2 {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.footer__consult {
  padding-top: calc(2.62vw + 10.16px);
  /* 20 < 60 */
  padding-bottom: calc(2.62vw + 10.16px);
  /* 20 < 60 */
}

.footer__cols {
  margin-right: -20px;
  margin-left: -20px;
}

.footer__cols > * {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

.footer__menu-ttl {
  font-size: 16px;
  line-height: 1.1875;
  color: #FCFCFC;
  text-transform: uppercase;
}

.footer__menu {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21429;
}

.footer__menu a {
  color: rgba(252, 252, 252, 0.6);
}

.footer__menu li + li {
  margin-top: 15px;
}

.footer__contact {
  font-size: 16px;
  line-height: 1.5;
  width: 370px;
}

.footer__bottom {
  border-top: 1px solid rgba(252, 252, 252, 0.6);
  padding-top: 20px;
}

.footer__copy {
  font-size: 14px;
  line-height: 1;
  color: rgba(252, 252, 252, 0.6);
  margin-bottom: 20px;
}

.footer__pegas {
  min-width: 193px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
}

.footer__pegas .svg-icon {
  width: 45px;
  height: 27px;
  color: #D00D3C;
  margin-right: 13px;
}

.footer__pegas:hover {
  color: #D00D3C;
}

.footer__addr, a.footer__email {
  color: rgba(255, 255, 255, 0.6);
}

.footer__menu a:hover, a.footer__email:hover:hover {
  color: #ffffff;
}

@media screen and (min-width: 577px) {
  .header__cart {
    margin-left: 40px;
  }
  .prod-detail__col-imgs {
    margin-top: 0;
    margin-left: 20px;
    width: calc(100% - 100px);
  }
}

@media screen and (min-width: 769px) {
  .hero__inner {
    border-radius: 30px;
  }
  .hero .line--3 {
    display: none;
  }
  .portfolio .owl-stage-outer {
    border-radius: 30px;
  }
  .footer__consult {
    border-radius: 30px;
  }
  .footer__copy {
    width: auto;
    margin-bottom: 0;
  }
  .footer__rights {
    margin-left: 100px;
  }
}

@media screen and (min-width: 992px) {
  .sidebar-menu {
    min-width: 220px;
    padding-top: 75px;
  }
  .sidebar-main {
    margin-top: 0;
  }
  .sidebar-main--inner {
    width: 100%;
    max-width: 615px;
  }
  .sec-about__text {
    margin-top: 0;
    margin-left: 100px;
  }
  .prod-detail__col-imgs {
    margin-right: 100px;
    width: 42.21%;
  }
  .prod-detail__col-cart {
    margin-top: 0;
  }
  .prod-detail__sec-ttl {
    width: 32%;
    padding-right: 50px;
  }
  .prod-detail__bottom {
    margin-left: auto;
  }
  .prod-detail__sec-text, .prod-detail__bottom {
    width: 68%;
  }
  .form-consult__col, .form-order__col {
    width: 530px;
    margin-top: 0;
  }
  .form-consult__col--inputs, .form-order__col--inputs {
    width: 500px;
  }
  .form-consult__tel-email, .form-order__tel-email {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-consult__tel-email .form-item, .form-order__tel-email .form-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .footer__contact {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .prod-grid__col {
    width: 100%;
  }
  .prod-grid__item--wide, .prod-grid__item--big {
    width: 50%;
  }
  .prod-grid__item--3 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .s-head {
    margin-bottom: 20px;
  }
  .s-ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .btn {
    font-size: 14px;
  }
  .btn-1 {
    padding: 12px 32px;
  }
  .type-text, .feature__body {
    font-size: 18px;
  }
  .hero {
    padding-left: 0;
    padding-right: 0;
  }
  .hero .line--1 {
    display: none;
  }
  .hero .line--2 {
    display: none;
    right: -120px;
  }
  .hero__prod-img--1 {
    display: none;
  }
  .hero__prod-img--2 {
    right: -20px;
    bottom: auto;
    top: 90px;
  }
  .hero__menu {
    top: 20px;
  }
  .hero-slider__item {
    padding-top: 280px;
  }
  .hero-slider__inner {
    max-width: 365px;
  }
  .hero-slider__ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .hero-slider__label {
    font-size: 16px;
  }
  .hero-slider .owl-dots {
    bottom: 35px;
  }
  .prod-plates--carousel .prod-plate {
    width: 230px;
  }
  .prod-plates--carousel .prod-plate__img img {
    width: 180px;
    height: 180px;
  }
  .prod-plate-cat {
    width: 120px;
  }
  .prod-plate-cat img {
    height: 120px;
  }
  .portfolio .owl-prev, .portfolio .owl-next {
    top: 40px;
  }
  .portfolio .owl-prev {
    left: 15px;
  }
  .portfolio .owl-next {
    right: 15px;
  }
  .portfolio .owl-dots {
    bottom: 30px;
  }
  .offers__item {
    width: 280px;
  }
  .last-new__ttl {
    font-size: 20px;
  }
  .last-new__date {
    font-size: 16px;
  }
  .new-plate-wrap {
    width: 100%;
  }
  .new-plates--small .new-plate-wrap {
    width: 50%;
  }
  .prod-detail__prop-name {
    width: 70%;
  }
  .prod-detail__to-cart {
    width: 100%;
  }
  .footer__consult {
    border-radius: 0;
  }
  .footer .line--2 {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  #cboxPrevious, #cboxNext {
    font-size: 20px;
  }
  #cboxClose {
    font-size: 15px;
  }
  .new-plate .new-plate__img {
    padding-top: 50%;
  }
  .new-plates--small .new-plate-wrap {
    width: 100%;
  }
  .prod-detail__img-views {
    white-space: nowrap;
    overflow: auto;
  }
  .prod-detail__img-view {
    display: inline-block;
  }
  .prod-detail__img-view + .prod-detail__img-view {
    margin-top: 0;
    margin-left: 20px;
  }
}

#w-load {
  display: none !important;
}
