@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 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;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {

  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
.pt-20 {
  padding-top: 20px;
  opacity: 0.7;
}
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;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  color: #000000;
}

h1,
.h1 {
  font-weight: 700;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  margin-bottom: 50px;
  font-size: 40px;
}

h2, .h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3, .h3 {
  font-size: 14px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 14px;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 14px;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 14px;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 18px;
  }
}

.base-article {
  margin-bottom: 30px;
}
.base-article h2, .base-article h3, .base-article h4, .base-article h5, .base-article h6,
.base-article .h2, .base-article .h3, .base-article .h4, .base-article .h5, .base-article .h6 {
  margin-bottom: 30px;
}
.base-article h1, .base-article h1.h2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .base-article h1, .base-article h1.h2 {
    margin-bottom: 51px;
  }
}
.base-article p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.53;
  color: #000000;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .base-article p {
    font-size: 18px;
  }
}
.base-article img {
  float: left;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 22px 30px 0;
}
@media (max-width: 767.98px) {
  .base-article img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
  }
}

.page {
  padding: 30px 0 100px;
}
@media (max-width: 767.98px) {
  .page {
    padding: 40px 0 150px;
  }
}
.page__top-title-single {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .page__top-title-single {
    margin-bottom: 66px;
  }
}
.page__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #415A77;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .page__title {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .page__title {
    margin-bottom: 70px;
  }
}

.obp-contain {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
[contenteditable] {
  outline: none !important;
}

.form-control {
  border: none;
  outline: none !important;
  -webkit-appearance: none;
  background: none;
  overflow: hidden;
  height: 46px;
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  font-family: "Inter", sans-serif;
  border-radius: 5px;
  border: 1px solid #B8B8B8;
  padding: 10px;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 16px;
    line-height: 19px;
    height: 51px;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control::-webkit-input-placeholder {
  color: #B8B8B8;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #B8B8B8;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #B8B8B8;
  opacity: 1;
}
.form-control::placeholder {
  color: #B8B8B8;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #B8B8B8;
}
.form-control::-moz-placeholder {
  color: #B8B8B8;
}
.form-control:-ms-input-placeholder {
  color: #B8B8B8;
}
.form-control::-webkit-input-placeholder {
  color: #B8B8B8;
}
.form-control.is-invalid {
  border-color: red;
}
.form-control.error {
  border-color: red;
}

.invalid-feedback {
  color: red;
  font-weight: 500;
  font-size: 12px;
  padding-top: 3px;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
select.form-control:not(.not-empty) {
  color: #BCBFC7;
  font-weight: 400;
}

.checkbox-wrapper {
  display: block;
  cursor: pointer;
  margin-bottom: 16px;
  position: relative;
}
.checkbox-wrapper input {
  display: none;
}
.checkbox-wrapper span {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-left: 49px;
  color: #707B89;
}
.checkbox-wrapper span:before {
  content: " ";
  position: absolute;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  left: 0;
  top: -2px;
  transition: all 0.3s;
}
.checkbox-wrapper span:after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/icons/checked.svg");
  left: 6px;
  top: 5px;
  opacity: 0;
  transition: all 0.3s;
}
.checkbox-wrapper input:checked + span:before {
  background-color: #415A77;
  border-color: #415A77;
}
.checkbox-wrapper input:checked + span:after {
  opacity: 1;
}

form.loading {
  position: relative;
}
form.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiMyN2FlNjEiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuNSIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4IiAvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiA8L3BhdGg+PC9nPjwvZz48L3N2Zz4=);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

input::-ms-clear {
  display: none;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form__wrap-input {
  display: block;
  margin-bottom: 32px;
}
.form button[type=submit] {
  margin-top: 48px;
}
.form .invalid-feedback {
  display: none !important;
}
.form label.error {
  display: none !important;
}

.search-form {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
.search-form:after {
  content: " ";
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/icons/search.svg");
  pointer-events: none;
}
.search-form input {
  border: none;
  outline: none !important;
  -webkit-appearance: none;
  background: none;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  border: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #A5A5A5;
  padding: 10px 40px 10px 16px;
  border-radius: 2px;
  width: 100%;
  background-color: #fff;
  height: 38px;
}
@media (min-width: 1200px) {
  .search-form input {
    height: 39px;
    font-size: 15px;
    line-height: 18px;
  }
}

.form-number {
  max-width: 131px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.form-number__btn {
  position: relative;
  outline: none !important;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  -webkit-appearance: none;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  background-color: #F3F3F3;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 4px;
  position: relative;
}
.form-number__btn:before, .form-number__btn:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-number__btn.asc:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.form-number__input {
  width: 100%;
  position: relative;
}
.form-number__input:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.form-number__input .form-control {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  padding: 8px;
  height: auto;
  border: 0;
  text-align: center;
}

.form-style__label {
  display: block;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .form-style__label {
    margin-bottom: 24px;
  }
}
.form-style__name {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .form-style__name {
    font-size: 15px;
    line-height: 18px;
  }
}
.form-style__button-submit {
  padding-top: 30px;
}

.input-lr-text {
  margin-bottom: 0;
  display: block;
  position: relative;
}
.input-lr-text:before, .input-lr-text:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  width: 30px;
}
.input-lr-text:before {
  content: attr(data-before);
  left: 6px;
}
.input-lr-text:after {
  content: attr(data-after);
  right: 6px;
  color: #7A7A7A;
}
.input-lr-text .form-control {
  height: 34px;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
  border-radius: 4px;
  padding: 0 40px;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  color: #000000;
}

.ch-input {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
}
.ch-input span {
  display: block;
  padding-left: 34px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.ch-input span:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
  transition: all 0.3s;
}
.ch-input span:after {
  content: " ";
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/icons/checked.svg");
  transition: all 0.3s;
  opacity: 0;
}
.ch-input input {
  display: none;
}
.ch-input input:checked + span:before {
  border-color: #415A77;
  background-color: #415A77;
}
.ch-input input:checked + span:after {
  opacity: 1;
}

.radio {
  display: block;
  cursor: pointer;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .radio {
    margin-bottom: 37px;
  }
}
.radio input {
  display: none;
}
.radio span {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 11px 0 11px 58px;
}
@media (min-width: 768px) {
  .radio span {
    font-size: 18px;
    line-height: 8px;
    padding: 9px 0 9px 58px;
  }
}
.radio span:before {
  content: " ";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #B8B8B8;
  border-radius: 50px;
  left: 0;
  top: 50%;
  margin-top: -16px;
}
.radio span:after {
  content: " ";
  position: absolute;
  border-radius: 50px;
  left: 7px;
  top: 50%;
  margin-top: -9px;
  background-color: #25CF43;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}
.radio input:not(:checked) + span:after {
  opacity: 0;
}

.btn-katalog {
  position: relative;
  outline: none !important;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  -webkit-appearance: none;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #505965;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
  height: 46px;
}
@media (min-width: 768px) {
  .btn-katalog {
    height: 64px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 24px;
  }
}
.btn-katalog i {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.btn-katalog i svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.btn-katalog:hover {
  background-color: #707B89;
  box-shadow: none;
}
.btn-katalog:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  box-shadow: none;
  background-color: #394049;
}
.btn-katalog:active, .btn-katalog:focus, .btn-katalog:hover {
  color: #fff;
  text-decoration: none !important;
  outline: none !important;
}

.next-link {
  position: relative;
  outline: none !important;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  -webkit-appearance: none;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: transparent;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
}
.next-link i {
  display: block;
  width: 27px;
  height: 16px;
  margin-left: 18px;
}
.next-link i svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  fill: #000;
  transition: all 0.3s ease-in-out;
}
.next-link:hover {
  color: #707B89;
  box-shadow: none;
}
.next-link:hover svg {
  fill: #707B89;
}
.next-link:active {
  box-shadow: none;
}
.next-link:active, .next-link:focus, .next-link:hover {
  color: #707B89;
  text-decoration: none !important;
  outline: none !important;
}
.next-link:active svg, .next-link:focus svg, .next-link:hover svg {
  fill: #707B89;
}

.btn {
  position: relative;
  outline: none !important;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  -webkit-appearance: none;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #505965;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  padding: 3px 10px;
  height: 46px;
}
@media (min-width: 768px) {
  .btn {
    height: 51px;
    border-radius: 5px;
    font-size: 18px;
  }
}
.btn i {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.btn i svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.btn_blue {
  background-color: #415A77;
}
.btn:hover {
  background-color: #707B89;
  box-shadow: none;
}
.btn:active {
  box-shadow: none;
  background-color: #394049;
}
.btn:active, .btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none !important;
  outline: none !important;
}
.btn_outline {
  border: 1px solid #7A7A7A;
  background-color: transparent;
  color: #000000;
}
.btn_gray {
  background-color: #B8B8B8;
}
.btn_w-auto {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

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

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-body {
  color: #212529 !important;
}

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

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

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

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.text-reset {
  color: inherit !important;
}

.tab-content {
  position: relative;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

.breadcrumb {
  --bs--breadcrumb-divider-color: #6c757d;
  --bs--breadcrumb-item-padding-x: 10px;
  --bs--breadcrumb-item-active-color: #000000;
  padding: 10px 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: var(--bs--breadcrumb-margin-bottom);
  font-size: var(--bs--breadcrumb-font-size);
  list-style: none;
}

.breadcrumb-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.breadcrumb-item a {
  color: #000000;
  transition: all 0.3s;
  font-weight: 400;
}
.breadcrumb-item a:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}
.breadcrumb-item:first-child a {
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs--breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs--breadcrumb-item-padding-x);
  color: var(--bs--breadcrumb-divider-color);
  content: var(--bs--breadcrumb-divider, "/") /* rtl: var(--bs--breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs--breadcrumb-item-active-color);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  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);
}

.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-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

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

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

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

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

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

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

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-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;
}

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

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
  line-height: 1;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left; /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0; /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type=search].styler {
  -webkit-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type=email].styler:hover:focus,
input[type=password].styler:hover:focus,
input[type=search].styler:hover:focus,
input[type=tel].styler:hover:focus,
input[type=text].styler:hover:focus,
input[type=url].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type=button].styler,
input[type=submit].styler,
input[type=reset].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type=button].styler.styler::-moz-focus-inner,
input[type=submit].styler.styler::-moz-focus-inner,
input[type=reset].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover,
input[type=reset].styler:not([disabled]):hover,
input[type=reset].styler:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type=button].styler:active,
input[type=submit].styler:active,
input[type=reset].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox {
  width: 100%;
  background-color: #fff;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
}

.jq-selectbox__select {
  border: 0;
  height: 49px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 3px 13px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}
@media (min-width: 992px) {
  .jq-selectbox__select {
    height: 42px;
  }
}
.jq-selectbox__select:hover {
  background: transparent;
}
.jq-selectbox__select:active {
  background: transparent;
  box-shadow: none;
}

.jq-selectbox__select-text {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding-right: 8px;
  position: relative;
  width: auto;
}
.jq-selectbox__select-text.placeholder {
  color: #B8B8B8;
}

.jq-selectbox__trigger {
  position: relative;
  border: 0;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/icons/select-arrow.svg");
}

.jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 0;
}

.jq-selectbox__dropdown {
  background: #FFFFFF;
  border: 1px solid #B8B8B8;
  box-shadow: 0px 135px 54px rgba(97, 97, 97, 0.01), 0px 76px 46px rgba(97, 97, 97, 0.05), 0px 34px 34px rgba(97, 97, 97, 0.09), 0px 8px 19px rgba(97, 97, 97, 0.1), 0px 0px 0px rgba(97, 97, 97, 0.1);
  border-radius: 5px;
  padding: 6px 5px;
}
.jq-selectbox__dropdown ul li {
  padding: 12px 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.04em;
  color: #292C34;
}
.jq-selectbox__dropdown ul li:hover {
  background: transparent;
  color: #505965;
}
.jq-selectbox__dropdown ul li.selected {
  background: transparent;
  color: #505965;
}
.jq-selectbox__dropdown ul li.sel {
  background: rgba(14, 132, 241, 0.05);
  color: #505965;
}

.jq-selectbox__search input {
  border: 1px solid #B8B8B8;
  border-radius: 5px;
  color: #000;
}
.jq-selectbox__search input::-webkit-input-placeholder {
  color: #B8B8B8;
}
.jq-selectbox__search input:-ms-input-placeholder {
  color: #B8B8B8;
}
.jq-selectbox__search input::-ms-input-placeholder {
  color: #B8B8B8;
}
.jq-selectbox__search input:-ms-input-placeholder {
  color: #B8B8B8;
}
.jq-selectbox__search input:placeholder-shown, .jq-selectbox__search input::placeholder {
  color: #B8B8B8;
}

.popup-block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  color: #000;
  display: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.popup-block.active {
  display: block;
}
.popup-block.active.fadeIn {
  opacity: 1;
}
.popup-block__overlay {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 60px 15px;
}
.popup-block__close {
  position: absolute;
  top: 19px;
  right: 4px;
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.3s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/icons/modal-close.svg");
}
.popup-block__close:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .popup-block__close {
    right: 13px;
  }
}
.popup-block__popup {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(12, 12, 12, 0.2);
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
}
.popup-block__popup .inner-content {
  height: auto;
}
.popup-block__header {
  padding: 29px 50px 32px 25px;
  border-bottom: 1px solid #DBDBDB;
}
@media (min-width: 768px) {
  .popup-block__header {
    padding: 29px 50px 29px 25px;
  }
}
.popup-block__title {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 768px) {
  .popup-block__title {
    font-size: 17px;
    line-height: 21px;
  }
}
.popup-block__body {
    padding: 25px 25px 30px;
}
@media (max-width: 767.98px) {
  .popup-block {
    -webkit-overflow-scrolling: touch !important;
  }
  .popup-block__popup {
    width: 100%;
    height: auto;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 80;
  background-color: #3F3F3F;
  opacity: 0.5;
}

.page-nav {
  background-color: #0D1B2A;
  padding: 10px 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-nav {
    margin-bottom: 19px;
  }
}
@media (min-width: 1200px) {
  .page-nav {
    background-color: transparent;
    padding: 0;
    margin-bottom: 21px;
  }
}
@media (min-width: 1200px) {
  .page-nav__inner {
    padding: 8px 16px;
    background-color: #0D1B2A;
    border-radius: 5px;
  }
}
.page-nav__menu-btn {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 13px;
  transition: all 0.3s;
}
.page-nav__menu-btn svg {
  stroke: #fff;
}
.page-nav__menu-btn:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .page-nav__menu-btn {
    margin-right: 34px;
  }
}
@media (min-width: 1200px) {
  .page-nav__menu-btn {
    display: none;
  }
}
.page-nav__basket-btn {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  transition: all 0.3s;
}
.page-nav__basket-btn svg {
  stroke: #fff;
  fill: transparent;
}
.page-nav__basket-btn:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .page-nav__basket-btn {
    margin-left: 41px;
  }
}
@media (min-width: 1200px) {
  .page-nav__basket-btn {
    margin-left: 13px;
  }
}
.page-nav__basket-btn[data-num] {
  position: relative;
}
.page-nav__basket-btn span {
  content: attr(data-num);
  position: absolute;
  min-width: 16px;
  height: 16px;
  top: 0;
  right: -3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #FF0000;
  border-radius: 50px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  color: #FFFFFF;
  padding: 2px;
}
.page-nav__wishlist-btn {
  display: none;
}
@media (min-width: 768px) {
  .page-nav__wishlist-btn {
    display: block;
    margin-left: 41px;
    width: 32px;
    height: 32px;
    transition: all 0.3s;
  }
  .page-nav__wishlist-btn svg {
    stroke: #fff;
    fill: transparent;
  }
  .page-nav__wishlist-btn:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1200px) {
  .page-nav__wishlist-btn {
    margin-left: 45px;
  }
}
.page-nav__catalog-btn {
  display: none;
}
@media (min-width: 1200px) {
  .page-nav__catalog-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-width: 239px;
    margin-right: 32px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    background-color: #505965;
    border-radius: 3px;
    padding: 4px 14px;
    transition: all 0.3s;
  }
  .page-nav__catalog-btn svg {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 4px;
    stroke: #fff;
  }
  .page-nav__catalog-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #707B89;
  }
  .page-nav__catalog-btn.active {
    position: relative;
    z-index: 81;
    pointer-events: none;
  }
}
.page-nav__login-btn {
  display: none;
}
@media (min-width: 1200px) {
  .page-nav__login-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-width: 131px;
    margin-left: 19px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    height: 40px;
    background-color: #505965;
    border-radius: 3px;
    padding: 4px 14px;
    transition: all 0.3s;
  }
  .page-nav__login-btn svg {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    stroke: #fff;
    fill: transparent;
  }
  .page-nav__login-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #707B89;
  }
}

.top-nav {
  display: none;
}
@media (min-width: 1200px) {
  .top-nav {
    padding: 29px 0 21px;
    display: block;
  }
  .top-nav__logo {
    display: block;
    height: 56px;
    width: 265px;
  }
  .top-nav__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }
  .top-nav__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
  .top-nav__menu-item:not(:last-child) {
    margin-right: 72px;
  }
  .top-nav__menu-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    transition: all 0.3s;
    padding: 7px 0;
  }
  .top-nav__menu-link:hover {
    text-decoration: none;
    color: #505965;
  }
  .top-nav__menu-link i {
    display: block;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/icons/dd-arrow.svg");
    transition: all 0.3s;
  }
  .top-nav__menu-link_big {
    font-size: 22px;
    line-height: 27px;
  }
  .top-nav__menu-dropdown {
    position: relative;
  }
  .top-nav__menu-dropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    list-style: none;
    padding: 12px 0 14px;
    margin: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    min-width: 169px;
    width: 100%;
    z-index: 10;
  }
  .top-nav__menu-dropdown ul li {
    display: block;
    margin-bottom: 4px;
  }
  .top-nav__menu-dropdown ul a {
    white-space: nowrap;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    padding: 6px 14px;
    transition: all 0.3s;
  }
  .top-nav__menu-dropdown ul a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .top-nav__menu-dropdown_big ul a {
    font-size: 14px;
    line-height: 17px;
  }
  .top-nav__menu-dropdown.opened .top-nav__menu-link i {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.top-nav__phones {
  position: relative;
}
.top-nav__phone-modal {
  position: absolute;
  bottom: -12px;
  left: 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  transition: all 0.3s;
}
.top-nav__phone-modal:hover {
  text-decoration: none;
  color: #000000;
  opacity: 0.7;
}

.side-nav {
  position: fixed;
  left: 0;
  top: 0;
  max-width: 480px;
  width: 100%;
  background-color: #fff;
  z-index: 90;
  transition: all 0.6s;
}
.side-nav:not(.opened) {
  left: -100%;
}
@media (min-width: 1200px) {
  .side-nav {
    display: none !important;
  }
}
.side-nav__inner {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.side-nav__header {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  background-color: #0D1B2A;
  padding: 16px 20px;
}
@media (min-width: 768px) {
  .side-nav__header {
    padding: 26px 34px 54px;
  }
}
.side-nav__body {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  overflow-y: auto;
}
.side-nav__footer {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  background-color: #0D1B2A;
  padding: 22px 20px;
}
@media (min-width: 768px) {
  .side-nav__footer {
    padding: 40px 33px;
  }
}
.side-nav__logo {
    display: block;
    width: 285px;
    height: 35px;
}
@media (min-width: 768px) {
  .side-nav__logo {
    width: 248px;
    height: 35px;
  }
}
.side-nav__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.side-nav__close {
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.side-nav__close:hover {
  opacity: 0.7;
}
.side-nav__close svg {
  fill: #fff;
}
.side-nav__tel {
  display: block;
  font-weight: 800;
  font-size: 19px;
  line-height: 23px;
  color: #ECECEC;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .side-nav__tel {
    font-size: 28px;
    line-height: 34px;
  }
}
.side-nav__tel:hover {
  text-decoration: none;
  color: #ECECEC;
  opacity: 0.7;
}
.side-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-nav__menu + .side-nav__menu {
  border-top: 1px solid #B8B8B8;
}
.side-nav__menu-li {
  margin-bottom: 2px;
}
.side-nav__menu-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 7px 37px;
  height: 46px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  transition: all 0.3s;
}
.side-nav__menu-a:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}
.side-nav__menu-a svg {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .side-nav__menu-a {
    height: 62px;
    padding: 15px 33px;
  }
}
.side-nav__menu-a_title {
  color: #D9D9D9;
}
.side-nav__menu-a_title:hover {
  color: #D9D9D9;
  opacity: 1;
}

.nav-cat {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 90;
  transition: all 0.6s;
  max-width: 480px;
}
@media (max-width: 1199.98px) {
  .nav-cat:not(.opened) {
    left: -100%;
  }
}
@media (min-width: 1200px) {
  .nav-cat {
    display: none;
    top: 170px;
    width: 620px;
    max-width: 100%;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
    border-radius: 0px 5px 5px 0px;
    transition: all 0s;
  }
}
@media (max-width: 1199.98px) {
  .nav-cat__inner {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .nav-cat__inner {
    display: block;
    height: auto;
    max-height: calc(100vh - 224px);
  }
}
.nav-cat__header {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 25px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 768px) {
  .nav-cat__header {
    padding: 32px 25px 72px 50px;
  }
}
@media (min-width: 1200px) {
  .nav-cat__header {
    padding: 0;
  }
}
.nav-cat__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  cursor: pointer;
}
.nav-cat__title i {
  display: inline-block;
  font-style: normal;
  padding: 0 13px;
}
.nav-cat__title span {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .nav-cat__title {
    display: none;
  }
}
.nav-cat__close {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.nav-cat__close svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  stroke: #000;
}
@media (min-width: 1200px) {
  .nav-cat__close {
    position: absolute;
    top: -42px;
    left: 227px;
  }
  .nav-cat__close svg {
    stroke: transparent;
    fill: #fff;
  }
}
@media (max-width: 1199.98px) {
  .nav-cat__body {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .nav-cat__body {
    max-height: calc(100vh - 224px);
    overflow-y: auto;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-cat__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .nav-cat__menu {
    height: 100%;
    overflow-y: auto;
    -ms-flex-order: 0;
        order: 0;
    width: 100%;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #DDDDDD;
    padding-top: 21px;
  }
}
.nav-cat__menu-item {
  padding: 7px 26px;
  margin-bottom: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
.nav-cat__menu-item:hover {
  background-color: #E6E6E6;
}
.nav-cat__menu-item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
@media (min-width: 1200px) {
  .nav-cat__menu-item {
    padding: 3px 40px 3px 10px;
    position: relative;
  }
  .nav-cat__menu-item:after {
    content: " ";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 18px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/icons/cat-nav-arrow.svg");
  }
  .nav-cat__menu-item.active {
    background-color: #E6E6E6;
  }
}
.nav-cat__menu-icon {
  width: 31px;
  height: 32px;
  margin-right: 16px;
}
@media (min-width: 1200px) {
  .nav-cat__sub-menus {
    display: block !important;
    height: 100%;
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-top: 21px;
  }
}
.nav-cat__sub-menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-cat__sub-menus li {
  margin-bottom: 8px;
}
.nav-cat__sub-menus a {
  display: block;
  padding: 14px 38px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
@media (min-width: 1200px) {
  .nav-cat__sub-menus a {
    padding: 10px 17px 11px;
  }
}
.nav-cat__sub-menus a:hover {
  color: #000000;
  text-decoration: none;
  background-color: #E6E6E6;
}

.home-banner {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .home-banner {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .home-banner {
    margin-bottom: 80px;
  }
  .home-banner .btn-katalog {
    display: none;
  }
}
.home-banner__box {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .home-banner__box {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .home-banner__box {
    margin-bottom: 0;
  }
}
.home-banner__box img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.owl-carousel.owl-style {
  position: relative;
}
@media (max-width: 1199.98px) {
  .owl-carousel.owl-style .owl-stage-outer {
    overflow: inherit;
  }
}
.owl-carousel.owl-style .owl-nav {
  position: absolute;
  top: -62px;
  right: 0;
  width: 156px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.owl-carousel.owl-style .owl-nav.disabled {
  display: none;
}
.owl-carousel.owl-style .owl-nav button {
  position: relative;
  outline: none !important;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  -webkit-appearance: none;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  width: 42px;
  height: 16px;
}
.owl-carousel.owl-style .owl-nav button svg {
  fill: #000;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  transition: all 0.3s;
}
.owl-carousel.owl-style .owl-nav button.disabled {
  pointer-events: none;
}
.owl-carousel.owl-style .owl-nav button.disabled svg {
  opacity: 0.5;
}
.owl-carousel.owl-style .owl-nav button.owl-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cat-sec {
  margin-bottom: 62px;
}
.cat-sec__grid {
  padding-top: 46px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 27px;
}
@media (min-width: 576px) {
  .cat-sec__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .cat-sec__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .cat-sec__grid_shop {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
  }
}
.cat-sec__item {
  display: block;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 25px 25px 30px;
}
@media (min-width: 768px) {
  .cat-sec__item {
    padding: 30px 70px 41px;
  }
}
.cat-sec__item:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .cat-sec__item_shop {
    padding: 22px;
  }
}
.cat-sec__img-box {
  width: 100%;
  height: 113px;
  margin-bottom: 36px;
}
@media (min-width: 1200px) {
  .cat-sec__img-box_shop {
    height: 98px;
    margin-bottom: 15px;
  }
}
.cat-sec__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
@media (min-width: 768px) {
  .cat-sec__name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .cat-sec__name_shop {
    font-size: 15px;
    line-height: 18px;
  }
}

.product {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 10px 3px 21px;
  position: relative;
}
@media (min-width: 768px) {
  .product {
    padding: 18px 21px 19px;
  }
}
@media (min-width: 1200px) {
  .product {
    padding: 18px 14px 28px;
  }
}
.product__inner {
  position: relative;
}
.product__sale {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 8px;
  line-height: 10px;
  color: #FFFFFF;
  background-color: #415A77;
  border-radius: 2px;
  padding: 4.5px 7px;
}
.product__inner .product__sale:nth-child(2) {
   
    left: 65px;

}
@media (min-width: 768px) {
  .product__sale {
    font-size: 15px;
    line-height: 18px;
    padding: 3px 8px;
  }
}
.product__sale_red {
  background-color: #FF0000;
}
.product__like {
  position: absolute;
  display: block;
  top: 5px;
  right: 4px;
  width: 20px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product__like {
    top: 11px;
    right: 11px;
  }
}
@media (min-width: 1200px) {
  .product__like {
    top: 3px;
    right: 7px;
  }
}
.product__like input {
  display: none;
}
.product__like svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  stroke: #415A77;
  fill: #fff;
  transition: all 0.3s;
}
.product__like input:checked + svg {
  fill: #415A77;
}
.product__img-box {
  width: 100%;
  height: 115px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .product__img-box {
    height: 252px;
  }
}
@media (min-width: 1200px) {
  .product__img-box {
    height: 296px;
    margin-bottom: 52px;
  }
}
.product__info {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .product__info {
    margin-bottom: 5px;
  }
}
.product__availability {
  position: absolute;
  left: 0;
  top: -24px;
  font-weight: 300;
  font-size: 8px;
  line-height: 10px;
  color: #FF0000;
}
@media (min-width: 1200px) {
  .product__availability {
    font-size: 15px;
    line-height: 18px;
  }
}
.product__price {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
@media (min-width: 768px) {
  .product__price {
    font-size: 15px;
    line-height: 18px;
  }
}
.product__price_red {
  color: #FF0000;
}
.product__num {
  min-width: 60px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
}
@media (min-width: 768px) {
  .product__num {
    font-size: 15px;
    line-height: 18px;
  }
}
.product__name {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .product__name {
    font-size: 15px;
    line-height: 26px;
    height: 52px;
  }
}
.product__name:hover {
  text-decoration: none;
  color: #000000;
}
.product__stars {
  display: -ms-flexbox;
  display: flex;
}
.product__stars svg {
  width: 11px;
  height: 11px;
  fill: #D9D9D9;
}
@media (min-width: 768px) {
  .product__stars svg {
    width: 17px;
    height: 17px;
  }
}
.product__stars[data-stars="1"] svg:nth-child(1) {
  fill: #FBBC05;
}
.product__stars[data-stars="2"] svg:nth-child(1),
.product__stars[data-stars="2"] svg:nth-child(2) {
  fill: #FBBC05;
}
.product__stars[data-stars="3"] svg:nth-child(1),
.product__stars[data-stars="3"] svg:nth-child(2),
.product__stars[data-stars="3"] svg:nth-child(3) {
  fill: #FBBC05;
}
.product__stars[data-stars="4"] svg:nth-child(1),
.product__stars[data-stars="4"] svg:nth-child(2),
.product__stars[data-stars="4"] svg:nth-child(3),
.product__stars[data-stars="4"] svg:nth-child(4) {
  fill: #FBBC05;
}
.product__stars[data-stars="5"] svg:nth-child(1),
.product__stars[data-stars="5"] svg:nth-child(2),
.product__stars[data-stars="5"] svg:nth-child(3),
.product__stars[data-stars="5"] svg:nth-child(4),
.product__stars[data-stars="5"] svg:nth-child(5) {
  fill: #FBBC05;
}
.product__footer {
  display: none;
}
@media (min-width: 768px) {
  .product__footer {
    padding-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .product__footer {
    padding-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .product__footer {
    padding-top: 6px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.product__form-number {
  display: none;
}
@media (min-width: 1200px) {
  .product__form-number {
    display: block;
  }
}
@media (min-width: 768px) {
  .product__btn {
    position: relative;
    outline: none !important;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    background: none;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0px);
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #415A77;
    border-radius: 4px;
    border: 0;
    width: 50px;
    height: 50px;
    padding: 9px;
  }
  .product__btn:hover {
    background-color: #707B89;
    box-shadow: none;
  }
  .product__btn:active {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    box-shadow: none;
    background-color: #394049;
  }
  .product__btn:active, .product__btn:focus, .product__btn:hover {
    text-decoration: none !important;
    outline: none !important;
  }
}

@media (min-width: 768px) {
  .product__btn svg {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
    object-position: center;
    fill: transparent;
    stroke: #fff;
  }
}
@media (max-width: 768px) {
  .product__btn svg {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
    object-position: center;
    fill: transparent;
    stroke: #fff;
  }
  .form-number__btn {
    position: relative;
    outline: none !important;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    background: none;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0px);
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    background-color: #F3F3F3;
    width: 23px;
    min-width: 22px;
    height: 27px;
    border-radius: 4px;
    position: relative;
}
}

.prod-sec {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .prod-sec {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .prod-sec {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199.98px) {
  .prod-sec_overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .prod-sec_shop-page {
    padding-top: 66px;
  }
}
.prod-sec__slider {
  padding-top: 15px;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .prod-sec__slider {
    padding-top: 26px;
    margin-bottom: 37px;
  }
}
@media (min-width: 1200px) {
  .prod-sec__slider {
    padding-top: 38px;
  }
}
.prod-sec__slider .product {
  width: 166px;
}
@media (min-width: 768px) {
  .prod-sec__slider .product {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .prod-sec__slider .product {
    width: 370px;
  }
}
@media (min-width: 1200px) {
  .prod-sec__slider .product {
    width: 100%;
  }
}
.prod-sec__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #7A7A7A;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .prod-sec__link {
    font-size: 20px;
    line-height: 24px;
  }
}
.prod-sec__link:hover {
  text-decoration: none;
  color: #707B89;
}
.prod-sec__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 7px;
  padding-top: 24px;
}
@media (min-width: 576px) {
  .prod-sec__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px 14px;
  }
}
@media (min-width: 992px) {
  .prod-sec__grid {
    padding-top: 28px;
    grid-gap: 14px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .prod-sec__grid {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .prod-sec__grid_columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.prod-sec__btn-filter {
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 4px 44px 4px 16px;
  font-size: 15px;
}
.prod-sec__btn-filter i {
  width: 24px;
  height: 24px;
  margin-right: 29px;
}
@media (min-width: 1200px) {
  .prod-sec__btn-filter {
    display: none;
  }
}
.prod-sec__filter {
  position: fixed;
  left: 0;
  top: 0;
  max-width: 480px;
  width: 100%;
  background-color: #fff;
  z-index: 90;
  transition: all 0.6s;
}
@media (max-width: 1199.98px) {
  .prod-sec__filter:not(.opened) {
    left: -100%;
  }
}
@media (min-width: 1200px) {
  .prod-sec__filter {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: transparent;
  }
}
@media (max-width: 1199.98px) {
  .prod-sec__filter-inner {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.prod-sec__filter-header {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  padding: 23px 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 768px) {
  .prod-sec__filter-header {
    padding: 32px 20px 70px 45px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media (min-width: 1200px) {
  .prod-sec__filter-header {
    display: none;
  }
}
.prod-sec__filter-close {
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.prod-sec__filter-close:hover {
  opacity: 0.7;
}
.prod-sec__filter-close svg {
  fill: #000;
}
.prod-sec__filter-body {
  padding: 10px 15px;
}
@media (max-width: 1199.98px) {
  .prod-sec__filter-body {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .product__btn {
    position: relative;
    outline: none !important;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    background: none;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0px);
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #415A77;
    border-radius: 4px;
    border: 0;
    width: 50px;
    height: 50px;
    padding: 9px;
  }
  .product__btn:hover {
    background-color: #707B89;
    box-shadow: none;
  }
  .product__btn:active {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    box-shadow: none;
    background-color: #394049;
  }
  .product__btn:active, .product__btn:focus, .product__btn:hover {
    text-decoration: none !important;
    outline: none !important;
  }
}
@media (min-width: 768px) {
  .prod-sec__filter-body {
    padding: 10px 45px 20px;
  }
}
@media (min-width: 1200px) {
  .prod-sec__filter-body {
    padding: 0;
  }
}
.prod-sec__filter-sec {
  margin-bottom: 70px;
}
@media (min-width: 1200px) {
  .prod-sec__filter-sec {
    margin-bottom: 50px;
  }
}
.prod-sec__filter-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 27px;
}
.prod-sec__filter-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 22px;
}
.prod-sec__filter-price-col {
  width: 127px;
  min-width: 127px;
}
.prod-sec__filter-price-wraper {
  max-width: 274px;
}
@media (min-width: 576px) {
  .prod-sec__filter-price-wraper {
    max-width: 100%;
  }
}
.prod-sec__filter-price-wraper .irs--round .irs-line {
  height: 3px;
}
.prod-sec__filter-price-wraper .irs--round .irs-bar {
  background-color: #778DA9;
  height: 3px;
}
.prod-sec__filter-price-wraper .irs--round .irs-handle {
  border: 2px solid #778DA9;
  width: 21px;
  height: 21px;
  top: 27px;
}
.prod-sec__empty {
  padding: 123px 0;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #B0B0B0;
}
@media (min-width: 768px) {
  .prod-sec__empty {
    padding: 184px 0;
  }
}

.advantages {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .advantages {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .advantages {
    margin-bottom: 70px;
  }
}
.advantages__grid {
  padding-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 19px;
  grid-row-gap: 6px;
}
@media (min-width: 768px) {
  .advantages__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }
}
.advantages__card {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 22px 20px 29px;
}
@media (min-width: 768px) {
  .advantages__card {
    padding: 44px 40px 34px;
  }
}
@media (min-width: 1200px) {
  .advantages__card {
    padding: 41px 47px 26px;
  }
}
.advantages__icon {
  display: block;
  height: 42px;
  width: 100%;
  margin-bottom: 26px;
  object-fit: contain;
  object-position: left top;
}
@media (min-width: 768px) {
  .advantages__icon {
    height: 57px;
    margin-bottom: 48px;
  }
}
.advantages__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
@media (min-width: 768px) {
  .advantages__title {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .advantages__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.banner {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .banner {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .banner {
    margin-bottom: 70px;
  }
}
.banner__box {
  display: block;
  background-color: #415A77;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 35px 20px 36px 41px;
}
@media (min-width: 768px) {
  .banner__box {
    padding: 86px 20px 95px 117px;
  }
}
@media (min-width: 1200px) {
  .banner__box {
    padding: 95px 20px 86px 153px;
  }
}
.banner__box:hover {
  text-decoration: none;
  color: inherit;
}
.banner__box_small {
  padding: 56px 24px 246px;
}
.banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  left: 0;
  top: 0;
  pointer-events: none;
}
.banner__content {
  position: relative;
  z-index: 2;
  max-width: 201px;
}
@media (min-width: 768px) {
  .banner__content {
    max-width: 378px;
  }
}
@media (min-width: 1200px) {
  .banner__content {
    max-width: 458px;
  }
}
.banner__content_small {
  max-width: 100%;
  width: 100%;
}
.banner__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .banner__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 38px;
  }
}
.banner__title_small {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 51px;
}
.banner__button {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 5px 13px;
  background-color: #778DA9;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .banner__button {
    font-size: 21px;
    line-height: 25px;
    padding: 10px 44px;
  }
}
@media (min-width: 1200px) {
  .banner__button {
    font-size: 24px;
    line-height: 29px;
    padding: 10px 24px;
  }
}
.banner__button:hover {
  background-color: #707B89;
}
.banner__button_small {
  font-size: 17px;
  line-height: 21px;
  padding: 8px 24px;
}

.faq {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .faq {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .faq {
    margin-bottom: 110px;
  }
}
.faq__box {
  padding-top: 50px;
}
.faq__item {
  border-bottom: 1px solid #B0B0B0;
}
.faq__title {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  padding: 22px 40px 22px 0;
  cursor: pointer;
}
.faq__title:before, .faq__title:after {
  position: absolute;
  content: " ";
  width: 20px;
  height: 2px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #415A77;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .faq__title:before, .faq__title:after {
    width: 26px;
  }
}
@media (min-width: 1200px) {
  .faq__title:before, .faq__title:after {
    width: 28px;
  }
}
.faq__title:not(.opened):before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .faq__title {
    font-size: 23px;
    line-height: 28px;
    padding-right: 44px;
  }
}
.faq__content {
  padding-top: 12px;
  padding-bottom: 22px;
}
.faq__content p, .faq__content ol, .faq__content ul {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .faq__content p, .faq__content ol, .faq__content ul {
    margin-bottom: 30px;
  }
}
.faq__content p, .faq__content li {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
}
@media (min-width: 768px) {
  .faq__content p, .faq__content li {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .faq__content p, .faq__content li {
    font-size: 20px;
  }
}

.seo-block {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .seo-block {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .seo-block {
    margin-bottom: 122px;
  }
}
.seo-block__content {
  padding-top: 31px;
}
@media (min-width: 768px) {
  .seo-block__content {
    padding-top: 51px;
  }
}
@media (min-width: 1200px) {
  .seo-block__content {
    padding-top: 71px;
  }
}
.seo-block__content p {
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .seo-block__content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .seo-block__content p {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 25px;
  }
}
.seo-block__more {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #415A77;
  cursor: pointer;
  transition: all 0.3s;
}
.seo-block__more:hover {
  text-decoration: none;
  color: #415A77;
  opacity: 0.7;
}
.seo-block__more.opened {
  display: none;
}
.seo-block__more i {
  display: block;
  margin-left: 8px;
  width: 16px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/icons/more-arrow.svg");
}
@media (min-width: 768px) {
  .seo-block__more {
    font-size: 21px;
  }
}

.stars {
  display: -ms-flexbox;
  display: flex;
}
.stars svg {
  width: 17px;
  height: 17px;
  fill: #D9D9D9;
  transition: all 0.3s;
}
.stars[data-stars="1"] svg:nth-child(1) {
  fill: #FBBC05;
}
.stars[data-stars="2"] svg:nth-child(1),
.stars[data-stars="2"] svg:nth-child(2) {
  fill: #FBBC05;
}
.stars[data-stars="3"] svg:nth-child(1),
.stars[data-stars="3"] svg:nth-child(2),
.stars[data-stars="3"] svg:nth-child(3) {
  fill: #FBBC05;
}
.stars[data-stars="4"] svg:nth-child(1),
.stars[data-stars="4"] svg:nth-child(2),
.stars[data-stars="4"] svg:nth-child(3),
.stars[data-stars="4"] svg:nth-child(4) {
  fill: #FBBC05;
}
.stars[data-stars="5"] svg:nth-child(1),
.stars[data-stars="5"] svg:nth-child(2),
.stars[data-stars="5"] svg:nth-child(3),
.stars[data-stars="5"] svg:nth-child(4),
.stars[data-stars="5"] svg:nth-child(5) {
  fill: #FBBC05;
}
.stars_form svg {
  width: 27px;
  height: 27px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .stars_form svg {
    width: 39px;
    height: 39px;
  }
}

.other-login {
  padding-top: 80px;
}
.other-login__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .other-login__title {
    font-size: 15px;
    line-height: 18px;
  }
}
.other-login__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 19px;
}
.other-login__btn {
  position: relative;
  outline: none !important;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  -webkit-appearance: none;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0;
  width: 57px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
}
.other-login__btn i {
  display: block;
  width: 34px;
  height: 34px;
}
.other-login__btn svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.other-login__btn:hover {
  background-color: transparent;
  opacity: 0.8;
  box-shadow: none;
}
.other-login__btn:active, .other-login__btn:focus, .other-login__btn:hover {
  color: #000;
  box-shadow: none;
  text-decoration: none !important;
  outline: none !important;
}
@media (min-width: 768px) {
  .other-login__btn {
    font-weight: 500;
    font-size: 12px;
    height: auto;
    min-width: 127px;
    width: auto;
    padding: 2px 13px;
  }
  .other-login__btn i {
    margin-right: 9px;
  }
}
.pagination {
  padding-top: 48px;
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 9px;
}
@media (min-width: 768px) {
  .pagination ul {
    gap: 0 15px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .pagination ul {
    gap: 0 6px;
  }
}
.pagination a, .pagination span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
  width: 36px;
  height: 34px;
}
.pagination a {
  border-radius: 4px;
  transition: all 0.3s;
}
.pagination a:hover, .pagination a.active {
  background-color: #E1E1E1;
  color: #000000;
  text-decoration: none;
}
.pagination a svg {
  display: block;
  width: 24px;
  height: 24px;
}
.pagination a.prev:hover, .pagination a.next:hover {
  background-color: transparent;
  opacity: 0.8;
}
.pagination a.next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination_center ul {
  -ms-flex-pack: center;
      justify-content: center;
}

.nav-posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  .nav-posts {
    margin: 30px 0 70px;
  }
}
.nav-posts a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: #D9D9D9;
  border-radius: 3px;
  padding: 9px;
  gap: 9px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.53;
  color: #000000;
}
.nav-posts a:hover {
  text-decoration: none;
  color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .nav-posts a {
    font-size: 18px;
    padding: 9px 24px;
    gap: 45px;
  }
}
.nav-posts span {
  display: none;
}
@media (min-width: 768px) {
  .nav-posts span {
    display: inline-block;
  }
}
.nav-posts svg {
  width: 40px;
  height: 20px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.basket__card {
  background-color: #FFFFFF;
  padding: 27px 6px 50px;
  margin-bottom: 50px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .basket__card {
    padding: 29px 88px 60px;
  }
}
@media (min-width: 1200px) {
  .basket__card {
    padding: 29px 25px 40px;
  }
}
.basket__card-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 26px;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .basket__card-nav {
    gap: 50px;
  }
}
.basket__card-del {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .basket__card-del {
    font-size: 15px;
    line-height: 18px;
  }
}
.basket__card-del:before {
  position: absolute;
  content: " ";
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  margin-top: -16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/icons/modal-close.svg");
}
.basket__item {
  position: relative;
  padding-left: 96px;
  padding-bottom: 25px;
  margin-top: 2px;
  border-bottom: 1px solid #B8B8B8;
}
@media (min-width: 768px) {
  .basket__item {
    padding: 21px 10px 21px 183px;
    margin-top: 0;
  }
}
.basket__item-ch {
  position: absolute;
  top: 20px;
  left: 0;
}
@media (min-width: 768px) {
  .basket__item-ch {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.basket__item-img {
  position: absolute;
  left: 39px;
  top: 0;
  width: 69px;
  height: 61px;
}
@media (min-width: 768px) {
  .basket__item-img {
    width: 119px;
    height: 113px;
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.basket__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.basket__item-del {
  position: absolute;
  top: 20px;
  right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/icons/trash.svg");
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .basket__item-del {
    top: 25px;
    right: 15px;
  }
}
.basket__item-del:hover {
  opacity: 0.7;
}
.basket__item-name {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 19px 40px 30px 24px;
}
@media (min-width: 768px) {
  .basket__item-name {
    font-size: 18px;
    line-height: 22px;
    padding: 4px 0 56px 0;
  }
}
.basket__item-name:hover {
  color: #000000;
  text-decoration: none;
}
.basket__item-price {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 768px) {
  .basket__item-price {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1199.98px) {
  .basket__r-wrapper {
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 27px 52px 32px;
  }
}
@media (max-width: 767.98px) {
  .basket__r-wrapper {
    padding: 15px 19px;
  }
}
@media (max-width: 1199.98px) {
  .basket__r-col:first-child {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .basket__r-col:last-child {
    -ms-flex-order: 0;
        order: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 43px;
  }
  .basket__r-col .btn {
    height: 62px;
  }
}
@media (max-width: 767.98px) {
  .basket__r-col:last-child {
    padding-right: 57px;
  }
  .basket__r-col .btn {
    height: 44px;
  }
}
@media (min-width: 1200px) {
  .basket__r-card {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .basket__r-card-header {
    padding: 17px 20px;
    border-bottom: 0.5px solid #B8B8B8;
  }
}
@media (min-width: 1200px) {
  .basket__r-card-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .basket__r-card-items {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  .basket__r-card-body {
    padding: 36px 20px 33px;
  }
}
@media (max-width: 1199.98px) {
  .basket__r-card-label {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #000000;
    margin-right: 37px;
  }
}
@media (min-width: 1200px) {
  .basket__r-card-label {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  .basket__r-card-sum-1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #B8B8B8;
  }
}
@media (max-width: 1199.98px) {
  .basket__r-card-sum-2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
  }
}
@media (max-width: 767.98px) {
  .basket__r-card-sum-2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .basket__r-card-sum-2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
  }
}
.basket__item_checkout {
  padding-left: 58px;
}
@media (min-width: 768px) {
  .basket__item_checkout {
    padding-left: 125px;
  }
}
.basket__item_checkout .basket__item-img {
  left: 0;
}
.p-basket__item {
  position: relative;
  padding-top: 130px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #B8B8B8;
  margin-bottom: 42px;
}
@media (min-width: 576px) {
.p-basket__item {
    padding-top: 0;
    padding-left: 158px;
    min-height: 120px;
}
}
.p-basket__item-del {
  position: relative;
  outline: none !important;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  -webkit-appearance: none;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/icons/trash.svg");
  position: absolute;
  top: 130px;
  right: 0;
  background-color: transparent;
  transition: all 0.3s;
}
.p-basket__item-del:hover {
  background-color: transparent;
  opacity: 0.7;
}
@media (min-width: 576px) {
  .p-basket__item-del {
    top: 0;
  }
}
.p-basket__item-img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: 124px;
  height: 99px;
  position: absolute;
  left: 0;
  top: 0;
}
.p-basket__item-title {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding-right: 30px;
    margin-bottom: 20px;
    min-height: 27px;
    transition: all 0.3s;
    margin-right: 50px;
}
.p-basket__item-title:hover {
  text-decoration: none;
  color: #000000;
  opacity: 0.7;
}
.p-basket__item-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #000000;
}
.p-basket__item-info {
  margin-bottom: 31px;
}
.p-basket__opt-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #7A7A7A;
  margin-bottom: 18px;
}
.p-basket__opt-item div:last-child {
  font-weight: 700;
  color: #415A77;
  min-width: 120px;
  text-align: right;
}
@media (min-width: 576px) {
.p-basket__opt-item {
    margin-bottom: 0;
    padding-right: 40px;
}
.p-basket__opt-item:not(:last-child) {
    margin-bottom: 8px;
}}

.p-basket__sum {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-align: right;
    display: block;
    width: 100%;
}

.proffer-card {
  background-color: #FFFFFF;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 27px 18px;
}
@media (min-width: 768px) {
  .proffer-card {
    padding: 27px 15px;
  }
}
.proffer-card__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 18px;
}
.proffer-card__item {
  position: relative;
  display: block;
  padding: 25px 20px 19px 99px;
  color: #000000;
  transition: all 0.3s;
  cursor: pointer;
}
.proffer-card__item:hover {
  text-decoration: none;
  color: #000000;
  opacity: 0.9;
}
.proffer-card__item:not(:last-child) {
  border-bottom: 0.5px solid #B8B8B8;
}
.proffer-card__img {
  display: block;
  position: absolute;
  left: 5px;
  top: 8px;
  width: 78px;
  height: 62px;
  object-fit: contain;
  object-position: center;
}
.proffer-card__name {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 7px;
}
.proffer-card__price {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.info-card {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 22px 12px;
  margin-bottom: 13px;
}
.info-card:first-child {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .info-card:first-child {
    margin-top: 36px;
  }
}
@media (min-width: 1200px) {
  .info-card:first-child {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .info-card {
    margin-bottom: 36px;
    padding: 44px 39px 30px;
  }
}
@media (min-width: 1200px) {
  .info-card {
    margin-bottom: 21px;
  }
}
.info-card__header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .info-card__header {
    margin-bottom: 45px;
  }
}
.info-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #415A77;
}
@media (min-width: 768px) {
  .info-card__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.info-card__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #B0B0B0;
}
@media (min-width: 768px) {
  .info-card__date {
    font-size: 20px;
    line-height: 24px;
  }
}
.info-card__body ul, .info-card__body ol {
  margin-bottom: 16px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .info-card__body ul, .info-card__body ol {
    margin-bottom: 20px;
  }
}
.info-card__body p, .info-card__body li, .info-card__body {
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}
@media (min-width: 768px) {
  .info-card__body p, .info-card__body li, .info-card__body {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .info-card__body p, .info-card__body li, .info-card__body {
    font-size: 20px;
    line-height: 31px;
  }
}
.info-card__body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .info-card__body p {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .info-card__body p {
    font-size: 20px;
    line-height: 31px;
  }
}
.info-card__body b {
  font-weight: 600;
}
.info-card__body a {
  color: #000000;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.info-card__body a:hover {
  text-decoration: none;
  color: #505965;
}

.product-page__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 11px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-page__name {
    gap: 20px;
  }
}
.product-page__labels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 11px;
}
@media (min-width: 768px) {
  .product-page__labels {
    gap: 20px;
  }
}
.product-page__label {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 3px;
  display: block;
  min-width: 45px;
  background-color: #415A77;
  border-radius: 2px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-page__label {
    font-size: 15px;
    line-height: 18px;
    min-width: 52px;
  }
}
.product-page__label_sale, .sticker-custom0 {
  background-color: #FF0000;
}
.product-page__header-rev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .product-page__header-rev {
    margin-bottom: 30px;
  }
}
.product-page__header-rev-text {
  position: relative;
  margin-left: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A5A5A5;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .product-page__header-rev-text {
    margin-left: 59px;
  }
}
.product-page__header-rev-text svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  object-fit: contain;
  object-position: center;
  fill: transparent;
  stroke: #000;
}
.product-page__stars {
  display: -ms-flexbox;
  display: flex;
}
.product-page__stars svg {
  width: 17px;
  height: 17px;
  fill: #D9D9D9;
}
.product-page__stars[data-stars="1"] svg:nth-child(1) {
  fill: #FBBC05;
}
.product-page__stars[data-stars="2"] svg:nth-child(1),
.product-page__stars[data-stars="2"] svg:nth-child(2) {
  fill: #FBBC05;
}
.product-page__stars[data-stars="3"] svg:nth-child(1),
.product-page__stars[data-stars="3"] svg:nth-child(2),
.product-page__stars[data-stars="3"] svg:nth-child(3) {
  fill: #FBBC05;
}
.product-page__stars[data-stars="4"] svg:nth-child(1),
.product-page__stars[data-stars="4"] svg:nth-child(2),
.product-page__stars[data-stars="4"] svg:nth-child(3),
.product-page__stars[data-stars="4"] svg:nth-child(4) {
  fill: #FBBC05;
}
.product-page__stars[data-stars="5"] svg:nth-child(1),
.product-page__stars[data-stars="5"] svg:nth-child(2),
.product-page__stars[data-stars="5"] svg:nth-child(3),
.product-page__stars[data-stars="5"] svg:nth-child(4),
.product-page__stars[data-stars="5"] svg:nth-child(5) {
  fill: #FBBC05;
}
.product-page__tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .product-page__tabs {
    gap: 20px 32px;
    margin-bottom: 44px;
  }
}
.product-page__tabs a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #415A77;
  transition: all 0.3s;
}
.product-page__tabs a:hover {
  color: #415A77;
  opacity: 0.7;
  text-decoration: none;
}
@media (min-width: 768px) {
  .product-page__tabs a {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-page__tabs a.active {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.product-page__thumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .product-page__thumbs {
    margin-bottom: 34px;
    max-width: 660px;
  }
}
@media (min-width: 1200px) {
  .product-page__thumbs {
    margin-bottom: 50px;
  }
}
.product-page__thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-page__small-thumbs {
  -ms-flex: 0 0 69px;
      flex: 0 0 69px;
  max-width: 69px;
}
.product-page__thumb {
  display: block;
  width: 69px;
  height: 69px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 9px;
  background: #FFFFFF;
  border: 2px solid #fff;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .product-page__thumb {
    width: 95px;
    height: 95px;
  }
}
.product-page__thumb.active {
  border-color: #415A77;
  cursor: default;
}
.product-page__big-thumb {
  height: 261px;
  -ms-flex: 0 0 calc(100% - 89px);
      flex: 0 0 calc(100% - 89px);
  max-width: calc(100% - 89px);
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-page__big-thumb {
    height: 426px;
    -ms-flex: 0 0 calc(100% - 122px);
        flex: 0 0 calc(100% - 122px);
    max-width: calc(100% - 122px);
  }
}
@media (min-width: 1200px) {
  .product-page__big-thumb {
    height: 512px;
    -ms-flex: 0 0 calc(100% - 108px);
        flex: 0 0 calc(100% - 108px);
    max-width: calc(100% - 108px);
  }
}
.product-page__info-box {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .product-page__info-box {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .product-page__info-box {
    margin-bottom: 44px;
  }
}
@media (min-width: 768px) {
  .product-page__info-box-title {
    margin-bottom: 62px;
  }
}
.product-page__info-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .product-page__info-title {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
.product-page__info-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-page__info-text {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
.product-page__delivery {
  position: relative;
  padding: 23px 21px 23px 86px;
  background-color: #EAEAEA;
  border-radius: 5px;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
@media (min-width: 768px) {
  .product-page__delivery {
    background-color: #778DA9;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .product-page__delivery {
    margin-bottom: 80px;
  }
}
.product-page__delivery svg {
  position: absolute;
  display: block;
  width: 54px;
  height: 32px;
  object-fit: contain;
  object-position: center;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #000;
}
@media (min-width: 768px) {
  .product-page__delivery svg {
    fill: #fff;
  }
}
.product-page__delivery_gray {
  background-color: #EAEAEA;
  color: #000000;
}
.product-page__delivery_gray svg {
  fill: #000;
}
.product-page__card {
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .product-page__card {
    margin-bottom: 27px;
  }
}
.product-page__card-header {
  padding: 14px 20px;
  border-bottom: 1px solid #DBDBDB;
}
@media (min-width: 768px) {
  .product-page__card-header {
    padding: 28px 30px 19px;
  }
}
.product-page__card-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
@media (min-width: 768px) {
  .product-page__card-price {
    font-size: 21px;
    line-height: 25px;
  }
}
.product-page__card-price small {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #B8B8B8;
  padding: 0 10px;
  display: inline-block;
}
@media (min-width: 768px) {
  .product-page__card-price small {
    font-size: 17px;
    line-height: 21px;
    padding: 0 14px 0 30px;
  }
}
.product-page__card-body {
  padding: 14px 20px 24px;
}
@media (min-width: 768px) {
  .product-page__card-body {
    padding: 27px 30px 26px;
  }
}
.product-page__card-opt {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .product-page__card-opt {
    margin-bottom: 36px;
    max-width: 374px;
  }
}
.product-page__card-opt li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #7A7A7A;
}
@media (min-width: 768px) {
  .product-page__card-opt li {
    font-size: 17px;
    line-height: 21px;
  }
}
.product-page__card-opt span {
  display: block;
}
.product-page__card-opt span:nth-child(1) {
  padding-right: 15px;
}
.product-page__card-opt span:nth-child(2) {
  min-width: 110px;
  font-weight: 700;
  color: #415A77;
}
.product-page__card-buttons {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 9px;
  grid-row-gap: 0px;
}
@media (min-width: 768px) {
  .product-page__card-buttons {
    padding-top: 0;
    max-width: 434px;
    width: 100%;
    grid-column-gap: 10px;
  }
}
@media (min-width: 1200px) {
  .product-page__card-buttons {
    padding-top: 30px;
  }
}
.product-page__char {
  list-style: none;
  padding: 0;
  margin: 20px 0 25px;
}
.product-page__char li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 21px;
}
.product-page__char span:nth-child(1), .product-page__char span:nth-child(3) {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #7A7A7A;
}
.product-page__char span:nth-child(1) {
  padding-right: 4px;
}
.product-page__char span:nth-child(2) {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 1px;
  background-color: #B0B0B0;
}
.product-page__char span:nth-child(3) {
  padding-left: 4px;
  color: #000000;
}
.product-page__rev {
  padding: 33px 0 53px;
}
@media (min-width: 768px) {
  .product-page__rev {
    padding: 112px 0;
  }
}
.product-page__rev-title {
  margin-bottom: 21px;
}
.product-page__rev-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #7A7A7A;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .product-page__rev-text {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .product-page__rev-text {
    margin-bottom: 0;
  }
}
.product-page__rev-stars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .product-page__rev-stars {
    margin-bottom: 0;
    margin-right: 100px;
  }
}
.product-page__rev-stars .stars {
  margin-right: 10px;
}
.product-page__rev-stars .stars svg {
  width: 29px;
  height: 29px;
}
.product-page__info-card {
  background-color: #FFFFFF;
  border-radius: 5px;
  max-width: 379px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .product-page__info-card {
    width: 379px;
    position: absolute;
    right: 0;
    top: -153px;
  }
}
.product-page__info-card-header {
  position: relative;
  padding: 32px 22px 16px;
  border-bottom: 1px solid #D9D9D9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.product-page__info-card-header .product__like {
  position: absolute;
  top: 23px;
  right: 18px;
}
.product-page__info-card-header img {
  display: block;
  min-width: 103px;
  width: 103px;
  height: 106px;
  object-fit: contain;
  object-position: center;
  margin-right: 7px;
}
.product-page__info-card-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .product-page__info-card-name {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-page__info-card-rev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #A5A5A5;
}
@media (min-width: 768px) {
  .product-page__info-card-rev {
    font-size: 16px;
    line-height: 19px;
  }
}
.product-page__info-card-rev svg {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 11px;
  object-fit: contain;
  object-position: center;
  fill: transparent;
  stroke: #A5A5A5;
}
@media (min-width: 768px) {
  .product-page__info-card-rev svg {
    width: 15px;
    height: 15px;
  }
}
.product-page__info-card-body {
  padding: 25px 24px 29px;
}
.product-page__info-card-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .product-page__info-card-price {
    font-size: 22px;
    line-height: 27px;
  }
}
.product-page__info-card-price small {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #B8B8B8;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .product-page__info-card-price small {
    font-size: 13px;
    line-height: 16px;
    margin-right: 12px;
  }
}
.product-page__photos {
  margin-bottom: 20px;
  max-width: 622px;
}
@media (min-width: 768px) {
  .product-page__photos {
    margin-bottom: 70px;
  }
}
.product-page__photos-item {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  margin-bottom: 23px;
}
.product-page__photos-item-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  padding: 10%;
}
.product-page__photos-item-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.rev-item {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 17px 22px 14px;
}
@media (min-width: 768px) {
  .rev-item {
    padding: 37px 39px 19px;
  }
}
.rev-item:first-child {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .rev-item:first-child {
    margin-top: 63px;
  }
}
.rev-item__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 33px;
}
.rev-item__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 768px) {
  .rev-item__name {
    font-size: 20px;
    line-height: 24px;
  }
}
.rev-item__name_qv {
  font-size: 14px;
  line-height: 17px;
  color: #7A7A7A;
}
@media (min-width: 768px) {
  .rev-item__name_qv {
    font-size: 18px;
    line-height: 22px;
  }
}
.rev-item__name .stars {
  margin-left: 19px;
}
@media (min-width: 768px) {
  .rev-item__name .stars {
    margin-left: 43px;
  }
}
.rev-item__name .stars svg {
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .rev-item__name .stars svg {
    width: 29px;
    height: 29px;
  }
}
.rev-item__date {
  font-size: 15px;
  line-height: 18px;
  color: #B0B0B0;
}
.rev-item__date span {
  display: none;
}
@media (min-width: 768px) {
  .rev-item__date span {
    display: inline;
  }
}
.rev-item__body + .rev-item__header {
  padding-top: 40px;
}
.rev-item__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .rev-item__text {
    font-size: 16px;
    line-height: 19px;
  }
}
.rev-item__text_qv {
  font-weight: 600;
}
.rev-item__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.rev-item__like {
  display: block;
  width: 26px;
  height: 26px;
  margin-left: 6px;
  position: relative;
}
@media (min-width: 768px) {
  .rev-item__like {
    width: 32px;
    height: 32px;
    margin-left: 32px;
  }
}
.rev-item__like svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s;
}
.rev-item__like[data-num]:after {
  content: attr(data-num);
  position: absolute;
  min-width: 12px;
  height: 12px;
  padding: 0 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #FF0000;
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
  color: #FFFFFF;
  top: -4px;
  right: -3px;
}
@media (min-width: 768px) {
  .rev-item__like[data-num]:after {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 12px;
    top: -6px;
    right: -4px;
  }
}
.rev-item__like:not(.rev-item__like_dislike) svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rev-item__like:hover svg {
  opacity: 0.7;
}
.rev-item__question {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .rev-item__question {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .rev-item__question {
    padding-top: 131px;
    margin-bottom: 100px;
  }
}
.rev-item__question-title {
  margin-bottom: 35px;
}
.rev-item__link-answer {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #415A77;
  transition: all 0.3s;
}
.rev-item__link-answer:hover {
  opacity: 0.7;
  color: #415A77;
  text-decoration: none;
}

.checkout {
  padding-bottom: 100px;
}
.checkout__card {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 26px 10px;
}
@media (min-width: 768px) {
  .checkout__card {
    padding: 46px 18px;
  }
}
.checkout__sec {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .checkout__sec {
    margin-bottom: 50px;
  }
}
.checkout__sec:last-child {
  margin-bottom: 0;
}
.checkout__sec-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 31px;
}
@media (min-width: 768px) {
  .checkout__sec-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 47px;
  }
}

.contacts {
  padding-bottom: 49px;
}
@media (min-width: 768px) {
  .contacts {
    padding-bottom: 100px;
  }
}
.contacts__mb {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .contacts__mb {
    margin-bottom: 41px;
  }
}
@media (min-width: 992px) {
  .contacts__mb {
    margin-bottom: 30px;
  }
}
.contacts__label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 768px) {
  .contacts__label {
    font-size: 20px;
    line-height: 24px;
  }
}
.contacts__phone {
  display: block;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .contacts__phone {
    font-size: 34px;
    line-height: 41px;
  }
}
.contacts__phone:hover {
  color: #505965;
  text-decoration: none;
}
.contacts__schedule {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.59;
  color: #000000;
}
@media (min-width: 768px) {
  .contacts__schedule {
    font-size: 20px;
  }
}
.contacts__messengers {
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.contacts__messengers-link {
  display: block;
  width: 37px;
  height: 37px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .contacts__messengers-link {
    width: 39px;
    height: 39px;
  }
}
.contacts__messengers-link:hover {
  opacity: 0.8;
}
.contacts__mail {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  transition: all 0.3s;
}
.contacts__mail:hover {
  color: #505965;
  text-decoration: none;
}
.contacts__map-card {
  background-color: #FFFFFF;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .contacts__map-card {
    border: 1px solid #B0B0B0;
    border-radius: 2px;
    overflow: hidden;
  }
}
.contacts__iframe iframe {
  display: block;
  height: 273px;
  width: 100%;
}
@media (min-width: 992px) {
  .contacts__iframe iframe {
    height: 307px;
  }
}
.contacts__map-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 29px 17px;
}
@media (min-width: 992px) {
  .contacts__map-text {
    padding: 43px 25px;
  }
  .contacts__map-text br {
    display: none;
  }
}
.contacts__card {
  background-color: #FFFFFF;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .contacts__card {
    margin-bottom: 70px;
  }
}
.contacts__card-header {
  border-bottom: 1px solid #DBDBDB;
  padding: 29px 25px;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
}
.contacts__card-body {
  padding: 49px 25px 58px;
}
@media (min-width: 992px) {
  .contacts__card-body {
    padding: 29px 25px 36px;
  }
}

.article {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 22px 12px 25px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .article {
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 44px 44px 46px 39px;
  }
}
@media (min-width: 992px) {
  .article {
    padding-bottom: 82px;
  }
}
.article:first-child {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .article:first-child {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .article:first-child {
    margin-top: 70px;
  }
}
.article__header {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .article__header {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .article__header {
    margin-bottom: 60px;
  }
}
.article__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #415A77;
}
@media (min-width: 768px) {
  .article__title {
    font-size: 23px;
    line-height: 28px;
  }
}
.article__date {
  display: none;
}
@media (min-width: 992px) {
  .article__date {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #B0B0B0;
  }
}
.article__prev-text {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .article__prev-text {
    margin-bottom: 27px;
  }
}
@media (min-width: 992px) {
  .article__prev-text {
    margin-bottom: 53px;
  }
}
.article__prev-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 153.52%;
  color: #000000;
}
@media (min-width: 992px) {
  .article__prev-text p {
    font-size: 20px;
    line-height: 31px;
  }
}
.article__prev-text p:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .article__prev-text p:not(:first-child) {
    display: block;
  }
}
.article__image {
  display: none;
}
@media (min-width: 768px) {
  .article__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.article__more {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 11px 13px;
  border: 1px solid #7A7A7A;
  border-radius: 5px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .article__more {
    padding: 16px 42px;
    font-size: 18px;
    line-height: 22px;
  }
}
.article__more:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.8;
}

.page-footer {
  padding: 70px 0 50px;
  background-color: #0D1B2A;
}
@media (min-width: 1200px) {
  .page-footer {
    padding: 50px 0 35px;
  }
}
.page-footer__phone {
  display: block;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #ECECEC;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .page-footer__phone {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 33px;
  }
}
.page-footer__phone:hover {
  text-decoration: none;
  color: #ECECEC;
  opacity: 0.8;
}
.page-footer__loc {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ECECEC;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-footer__loc {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .page-footer__loc {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 33px;
  }
}
.page-footer__schedule {
  font-size: 15px;
  line-height: 1.5;
  color: #ECECEC;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-footer__schedule {
    margin-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .page-footer__schedule {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 39px;
  }
}
.page-footer__call {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ECECEC;
  transition: all 0.3s;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .page-footer__call {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .page-footer__call {
    font-size: 14px;
    margin-bottom: 23px;
  }
}
.page-footer__call:hover {
  color: #ECECEC;
  opacity: 0.8;
}
.page-footer__messengers {
  margin-bottom: 53px;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .page-footer__messengers {
    margin-bottom: 0;
  }
}
.page-footer__messengers-link {
  display: block;
  width: 45px;
  height: 45px;
}
.page-footer__messengers-link:not(:last-child) {
  margin-right: 40px;
}
@media (min-width: 768px) {
  .page-footer__messengers-link {
    width: 49px;
    height: 49px;
  }
  .page-footer__messengers-link:not(:last-child) {
    margin-right: 44px;
  }
}
@media (min-width: 1200px) {
  .page-footer__messengers-link {
    width: 37px;
    height: 37px;
  }
  .page-footer__messengers-link:not(:last-child) {
    margin-right: 19px;
  }
}
.page-footer__title, .page-footer__collapse-title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ECECEC;
}
.page-footer__collapse-title {
  padding: 22px 30px 22px 0;
  position: relative;
  cursor: pointer;
}
.page-footer__collapse-title:after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/icons/more-arrow-white.svg");
  transition: all 0.3s;
}
.page-footer__collapse-title.opened:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 1200px) {
  .page-footer__collapse-title {
    margin-bottom: 33px;
    pointer-events: none;
    padding: 0;
  }
  .page-footer__collapse-title + div {
    display: block !important;
  }
  .page-footer__collapse-title:after {
    display: none;
  }
}
.page-footer__title {
  padding-top: 50px;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .page-footer__title {
    margin-bottom: 29px;
  }
}
@media (min-width: 1200px) {
  .page-footer__title {
    margin-bottom: 33px;
    padding-top: 0;
  }
}
.page-footer__link {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ECECEC;
  margin-bottom: 15px;
}
.page-footer__link:hover {
  color: #ECECEC;
  text-decoration: none;
  opacity: 0.8;
}
.page-footer__hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B0B0B0;
}
@media (min-width: 1200px) {
  .page-footer__hr {
    display: none;
  }
}
.page-footer__social {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .page-footer__social {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .page-footer__social {
    margin-bottom: 84px;
  }
}
.page-footer__social-item {
  display: block;
  width: 48px;
  height: 48px;
  transition: all 0.3s;
}
.page-footer__social-item:not(:last-child) {
  margin-right: 39px;
}
.page-footer__social-item:hover {
  opacity: 0.8;
}
.page-footer__payments {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .page-footer__payments {
    margin-bottom: 0;
  }
}
.page-footer__p-item {
  margin: 0 13px 13px 0;
}
@media (min-width: 768px) {
  .page-footer__p-item {
    margin: 0 17px 17px 0;
  }
}
@media (min-width: 1200px) {
  .page-footer__p-item {
    margin: 0 6px 6px 0;
  }
}
.page-footer__p-item img {
  display: block;
  max-width: 83px;
  width: 100%;
  height: auto;
}
.page-footer__logo {
  display: block;
  max-width: 277px;
  width: 100%;
  margin: 37px 0 31px;
}
@media (min-width: 1200px) {
  .page-footer__logo {
    max-width: 209px;
    margin: 0 0 36px;
  }
}
.page-footer__logo img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.page-footer__cop {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ECECEC;
}
@media (min-width: 768px) {
  .page-footer__cop {
    max-width: 317px;
  }
}
@media (min-width: 1200px) {
  .page-footer__cop {
    max-width: 100%;
  }
}
.page-footer__bottom-col {
  border-top: 0.5px solid #B0B0B0;
}
@media (min-width: 1200px) {
  .page-footer__bottom-col {
    border: 0;
  }
}

body {
  position: relative;
  background-color: #F3F3F3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  min-width: 320px;
}

.row.gutters-7 {
  margin-right: -7px;
  margin-left: -7px;
}
.row.gutters-7 > .col,
.row.gutters-7 > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.page-nav__basket-btn {
    background-color: transparent;
    border: none !important;
    opacity: 1 !important;
    padding: 0;
    outline: none !important;
}

.swiper-viewport {
 box-shadow: none;
    
}

#common-home .cat-sec__grid a{ display:none; }
#common-home .cat-sec__grid a:nth-child(1), 
#common-home .cat-sec__grid a:nth-child(2), 
#common-home .cat-sec__grid a:nth-child(3), 
#common-home .cat-sec__grid a:nth-child(4), 
#common-home .cat-sec__grid a:nth-child(5), 
#common-home .cat-sec__grid a:nth-child(6)



 { display:block; }




 .bf-float-submit .bf-close-btn, .bf-float-submit .bf-tick {
  display: none;
 }

 .product-page__stars .fa-star-o:before {
    content: "\f006";
    color: #d9d9d9;
}
 .product-page__stars.fa-stack {
    width: 15px;
}
#common-home .cat-sec .h2{
display: none;
}
#common-home .cat-sec .home{
display: block;
}
#information-information .cat-sec .pages {
  display: block;
}
#information-information .cat-sec .home {
  display: none;
}
 .cat-sec .allcat{

display: none;
}
#common-home .cat-sec .allcat{
display: block;
}



#search button {
    position: absolute;
    width: 20px;
    right: 10px;
    background: transparent;
}
#search .search-form {
  display: flex;
}
.aftnon:after {
display: none;
opacity: 0;
}
.page-footer {
  margin-top: 50px;
}
@media (max-width: 768px) {
.bf-btn-show {
  display: block !important;
}
.bf-responsive.bf-active.bf-left .bf-btn-show {
    left: 0;
    width: 0;
    opacity: 0;
}


.bf-check-position {
    width: 100% !important;
    max-height: 100vh !important;
    height: 100vh;
    top: 0 !important;
    left: 0;
    padding: 15px;
    margin: 0 !important;
    padding-right: 20vw;
}}



.acc__list {
  margin-bottom: 39px;
}
@media (min-width: 768px) {
  .acc__list {
    margin-bottom: 62px;
  }
}
.acc__list-item {
  color: #9C9C9C;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .acc__list-item {
    font-size: 20px;
    margin-bottom: 43px;
  }
}
.acc__list-item span {
  color: #141414;
  font-weight: 500;
}
.acc__text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  padding: 7px 0 25px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .acc__text {
    padding: 14px 0 35px;
    font-size: 20px;
  }
}
.acc__connect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .acc__connect {
    gap: 19px;
  }
}
.acc__connect-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.acc__connect-btn {
  min-width: 94px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px 9px 2px 13px;
  border-radius: 3px;
  border: 1px solid #CDCDCD;
  color: #141414;
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .acc__connect-btn {
    min-width: 126px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
  }
}
.acc__connect-btn:hover {
  color: #141414;
  opacity: 0.8;
  text-decoration: none;
}
.acc__connect-btn img {
  display: block;
  width: 34px;
  height: 34px;
  min-width: 34px;
  object-fit: contain;
  object-position: center;
}
.acc__connect-active {
  padding-left: 10px;
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .acc__connect-active {
    padding-left: 19px;
    font-size: 18px;
  }
}
.acc__connect-active a {
  display: block;
  padding-top: 4px;
  color: #9C9C9C;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .acc__connect-active a {
    font-size: 14px;
  }
}
.acc__pass-link {
  color: #141414;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: block;
  margin-bottom: 34px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .acc__pass-link {
    font-size: 16px;
  }
}
.acc__pass-link:hover {
  color: #141414;
  opacity: 0.8;
}
.acc__log-out {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #141414;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .acc__log-out {
    font-size: 20px;
  }
}
.acc__log-out:hover {
  color: #141414;
  opacity: 0.8;
  text-decoration: none;
}
.acc__log-out svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
  margin-right: 7px;
}
.acc__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 288px;
}
.acc__nav-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 14px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
}
.acc__nav-a:hover {
  color: #000;
  text-decoration: none;
  background-color: #efefef;
}
.acc__nav-a_active {
  background-color: #E6E6E6;
}
.acc__nav-a svg {
  fill: transparent;
  stroke: #000;
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
  margin-right: 25px;
}
#account-order table {
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px;
}

#account-order table td{
padding: 0 25px;}
.tooltip-inner {
  opacity: ;
}


@media (max-width: 768px) {
.acc__nav {
  display: none;
}}


#simplecheckout_form_0 h2 {
    margin-bottom: 20px;
}
.product__num {
  display: none;
}