/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");*/

@font-face {
  font-family: 'Inter';
  src: url(css/fonts/inter/static/Inter-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(css/fonts/inter/static/Inter-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(css/fonts/inter/static/Inter-SemiBold.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(css/fonts/inter/static/Inter-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

td {
  vertical-align: top;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

:focus {
  outline: none;
}

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

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

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--grid-gutter-width) / 2 * -1);
  margin-left: calc(var(--grid-gutter-width) / 2 * -1);
  margin-bottom: calc(var(--grid-gutter-height) * -1);
}

.gx-8 {
  --grid-gutter-width: 8px;
}

.gx-12 {
  --grid-gutter-width: 12px;
}

.gx-20 {
  --grid-gutter-width: 20px;
}

.gx-28 {
  --grid-gutter-width: 28px;
}

.gx-40 {
  --grid-gutter-width: 40px;
}

.gy-x {
  --grid-gutter-height: var(--grid-gutter-width);
}

.no-gutters {
  /*margin-right: 0;*/
  /*margin-left: 0;*/
  --grid-gutter-width: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: calc(var(--grid-gutter-width) / 2);
  padding-left: calc(var(--grid-gutter-width) / 2);
  margin-bottom: var(--grid-gutter-height);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 100%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 100%;
    max-width: 16.66667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 100%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 100%;
    max-width: 16.66667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 100%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 100%;
    max-width: 16.66667%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 100%;
    max-width: 33.33333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 100%;
    max-width: 16.66667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-table {
  display: table;
}

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

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

.d-flex {
  display: flex;
}

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

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

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

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

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

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

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

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

  .d-sm-flex {
    display: flex;
  }

  .d-sm-inline-flex {
    display: inline-flex;
  }
}

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

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

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

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

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

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

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

  .d-md-flex {
    display: flex;
  }

  .d-md-inline-flex {
    display: inline-flex;
  }
}

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

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

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

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

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

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

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

  .d-lg-flex {
    display: flex;
  }

  .d-lg-inline-flex {
    display: inline-flex;
  }
}

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

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

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

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

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

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

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

  .d-xl-flex {
    display: flex;
  }

  .d-xl-inline-flex {
    display: inline-flex;
  }
}

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

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

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

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

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

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

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

  .d-print-flex {
    display: flex;
  }

  .d-print-inline-flex {
    display: inline-flex;
  }
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

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

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

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

.flex-fill {
  flex: 1 1 auto;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0, .svg-icon {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

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

  .flex-sm-column {
    flex-direction: column;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-sm-wrap {
    flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-sm-fill {
    flex: 1 1 auto;
  }

  .flex-sm-grow-0 {
    flex-grow: 0;
  }

  .flex-sm-grow-1 {
    flex-grow: 1;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

  .justify-content-sm-between {
    justify-content: space-between;
  }

  .justify-content-sm-around {
    justify-content: space-around;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-baseline {
    align-items: baseline;
  }

  .align-items-sm-stretch {
    align-items: stretch;
  }

  .align-content-sm-start {
    align-content: flex-start;
  }

  .align-content-sm-end {
    align-content: flex-end;
  }

  .align-content-sm-center {
    align-content: center;
  }

  .align-content-sm-between {
    align-content: space-between;
  }

  .align-content-sm-around {
    align-content: space-around;
  }

  .align-content-sm-stretch {
    align-content: stretch;
  }

  .align-self-sm-auto {
    align-self: auto;
  }

  .align-self-sm-start {
    align-self: flex-start;
  }

  .align-self-sm-end {
    align-self: flex-end;
  }

  .align-self-sm-center {
    align-self: center;
  }

  .align-self-sm-baseline {
    align-self: baseline;
  }

  .align-self-sm-stretch {
    align-self: stretch;
  }
}

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

  .flex-md-column {
    flex-direction: column;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-md-fill {
    flex: 1 1 auto;
  }

  .flex-md-grow-0 {
    flex-grow: 0;
  }

  .flex-md-grow-1 {
    flex-grow: 1;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .justify-content-md-between {
    justify-content: space-between;
  }

  .justify-content-md-around {
    justify-content: space-around;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-end {
    align-items: flex-end;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-baseline {
    align-items: baseline;
  }

  .align-items-md-stretch {
    align-items: stretch;
  }

  .align-content-md-start {
    align-content: flex-start;
  }

  .align-content-md-end {
    align-content: flex-end;
  }

  .align-content-md-center {
    align-content: center;
  }

  .align-content-md-between {
    align-content: space-between;
  }

  .align-content-md-around {
    align-content: space-around;
  }

  .align-content-md-stretch {
    align-content: stretch;
  }

  .align-self-md-auto {
    align-self: auto;
  }

  .align-self-md-start {
    align-self: flex-start;
  }

  .align-self-md-end {
    align-self: flex-end;
  }

  .align-self-md-center {
    align-self: center;
  }

  .align-self-md-baseline {
    align-self: baseline;
  }

  .align-self-md-stretch {
    align-self: stretch;
  }
}

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

  .flex-lg-column {
    flex-direction: column;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-lg-wrap {
    flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-lg-fill {
    flex: 1 1 auto;
  }

  .flex-lg-grow-0 {
    flex-grow: 0;
  }

  .flex-lg-grow-1 {
    flex-grow: 1;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

  .justify-content-lg-between {
    justify-content: space-between;
  }

  .justify-content-lg-around {
    justify-content: space-around;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-baseline {
    align-items: baseline;
  }

  .align-items-lg-stretch {
    align-items: stretch;
  }

  .align-content-lg-start {
    align-content: flex-start;
  }

  .align-content-lg-end {
    align-content: flex-end;
  }

  .align-content-lg-center {
    align-content: center;
  }

  .align-content-lg-between {
    align-content: space-between;
  }

  .align-content-lg-around {
    align-content: space-around;
  }

  .align-content-lg-stretch {
    align-content: stretch;
  }

  .align-self-lg-auto {
    align-self: auto;
  }

  .align-self-lg-start {
    align-self: flex-start;
  }

  .align-self-lg-end {
    align-self: flex-end;
  }

  .align-self-lg-center {
    align-self: center;
  }

  .align-self-lg-baseline {
    align-self: baseline;
  }

  .align-self-lg-stretch {
    align-self: stretch;
  }
}

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

  .flex-xl-column {
    flex-direction: column;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-xl-wrap {
    flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex-xl-fill {
    flex: 1 1 auto;
  }

  .flex-xl-grow-0 {
    flex-grow: 0;
  }

  .flex-xl-grow-1 {
    flex-grow: 1;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }

  .justify-content-xl-start {
    justify-content: flex-start;
  }

  .justify-content-xl-end {
    justify-content: flex-end;
  }

  .justify-content-xl-center {
    justify-content: center;
  }

  .justify-content-xl-between {
    justify-content: space-between;
  }

  .justify-content-xl-around {
    justify-content: space-around;
  }

  .align-items-xl-start {
    align-items: flex-start;
  }

  .align-items-xl-end {
    align-items: flex-end;
  }

  .align-items-xl-center {
    align-items: center;
  }

  .align-items-xl-baseline {
    align-items: baseline;
  }

  .align-items-xl-stretch {
    align-items: stretch;
  }

  .align-content-xl-start {
    align-content: flex-start;
  }

  .align-content-xl-end {
    align-content: flex-end;
  }

  .align-content-xl-center {
    align-content: center;
  }

  .align-content-xl-between {
    align-content: space-between;
  }

  .align-content-xl-around {
    align-content: space-around;
  }

  .align-content-xl-stretch {
    align-content: stretch;
  }

  .align-self-xl-auto {
    align-self: auto;
  }

  .align-self-xl-start {
    align-self: flex-start;
  }

  .align-self-xl-end {
    align-self: flex-end;
  }

  .align-self-xl-center {
    align-self: center;
  }

  .align-self-xl-baseline {
    align-self: baseline;
  }

  .align-self-xl-stretch {
    align-self: stretch;
  }
}

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

:root {
  --white: #ffffff;
  --black: #101110;
  --green: #71CA00;
  --blue: #005BFF;
  --purple: #6B00BE;
  --orange-1: #FF9F49;
  --orange-2: #EF7F1B;
  --red-1: #FF0000;
  --red-2: #BC0000;
  --grey-1: #F3F3F3;
  --grey-2: #EBEBEB;
  --grey-3: #DEDEDE;
  --grey-4: #9E9E9E;
  --grey-5: #7B7B7B;
  --grey-6: #454A54;
  --font-family: Open sans;
  /*--sec: calc(1.97vw + 22.62px);*/
  --sec: calc(1vw + 12.62px);
  /* 30 < 60*/
  --h-height: 151px;
  --grid-gutter-width: 30px;
  --grid-gutter-height: 0;
}

html {
  height: 100%;
}

body {
  font: 400 16px/1.5 var(--font-family), sans-serif;
  color: var(--black);
  height: 100%;
  background: var(--white);
  cursor: default;
}

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

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

body.overflow-hidden {
  overflow: hidden;
}

#wrap {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#content {
  flex: 1 1 auto;
}

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

.clearfix {
  clear: both;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.hide {
  display: none;
}

.flex {
  display: flex;
}

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

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

/*.flex-between {*/
/*  justify-content: space-between;*/
/*}*/

/*.flex-center {*/
/*  justify-content: center;*/
/*}*/

/*.flex-nowrap {*/
/*  flex-wrap: nowrap;*/
/*}*/

/*.flex-ver-start {*/
/*  align-items: flex-start;*/
/*}*/

/*.flex-ver-center {*/
/*  align-items: center;*/
/*}*/

/*.flex-ver-end {*/
/*  align-items: flex-end;*/
/*}*/

/*.flex-column {*/
/*  flex-direction: column;*/
/*}*/

/*.flex-fill {*/
/*  flex: 1 1 auto;*/
/*}*/

.gap {
  gap: var(--grid-gutter-height) var(--grid-gutter-width);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.full {
  width: 100%;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

script {
  display: none !important;
}

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

a {
  text-decoration: none;
  color: #101110;
  cursor: pointer;
  transition: visibility 0.3s, opacity 0.3s, color 0.3s, border-bottom-color 0.3s, background-color 0.3s;
}

a:hover, a.active {
  text-decoration: none;
  color: var(--grey-5);
}

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

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

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

.white {
  color: var(--white);
}

.orange {
  color: var(--orange-2);
}

.black {
  color: var(--black);
}

.grey {
  color: var(--grey-6);
}

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

.bg-white {
  background-color: var(--white);
}

.bg-grey {
  background-color: var(--grey-1);
}

.bg-black {
  background-color: var(--black);
}

.bg-green {
  background-color: var(--green);
}

.bg-orange {
  background-color: var(--orange-2);
}

h1, .h1 {
  font: 600 20px/1.2 var(--font-family), sans-serif;
  margin: 0 0 20px;
}

h2, .h2 {
  font: 600 20px/1.2 var(--font-family), sans-serif;
}

h3, .h3, .b-ttl {
  font: 600 18px/24px var(--font-family), sans-serif;
}

h4, .h4 {
  font: 600 18px/24px var(--font-family), sans-serif;
}

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

.uppercase {
  text-transform: uppercase;
}

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

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.svg-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill .3s;
}

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

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

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

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

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

.line-through {
  text-decoration: line-through;
}

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

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

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #5D7C8E;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #5D7C8E;
}

.form-text,
.inputtext,
select,
textarea {
  font: 16px/1.5 "Open sans", sans-serif;
  background: #ffffff;
  color: var(--black);
  width: 100%;
  max-width: 750px;
  height: 56px;
  padding: 9px 20px 10px 20px;
  min-width: 0;
  border: 1px solid var(--grey-4);
  border-radius: 4px;
}

.form-text:focus,
.inputtext:focus,
select:focus,
textarea:focus {
  border-color: #6b6b6b;
}

textarea {
  height: 150px;
  padding-top: 24px;
}

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L6 6.5L11 1.5" stroke="%237B7B7B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 25px center;
  border-color: var(--blue);
}

select:focus {
  border-color: var(--blue);
}

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

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

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

.form-item__caption {
  color: #5D7C8E;
}

.form-item.form-type-file {
  color: #5D7C8E;
}

.form-item_password {
  position: relative;
}

.form-item_password .eye {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(./images/eye.svg) no-repeat center center / contain;
  cursor: pointer;
}

.eye.hide-text:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  transform: rotate(-45deg);
  top: 9px;
}

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

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

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

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

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

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

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

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

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

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

.form-radio {
  display: flex;
}

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

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

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

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

.form-type-radio label::before, .form-type-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 19px;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-top: -9px;
  background: #ffffff center/15px no-repeat;
  border: 1px solid #CDC9CD;
  border-radius: 2px;
  color: #ffffff;
}

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

.form-type-radio input:checked + label::before, .form-type-checkbox input:checked + label::before {
  border-color: var(--blue);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">\a           <path d="M16.6663 5L7.49967 14.1667L3.33301 10" stroke="%23005BFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>\a           </svg>');
}

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

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

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

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

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

.footer__subs .main-user-consent-request {
  display: flex;
  column-gap: 5px;
  align-items: flex-start;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 12px;
}

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

.footer__subs .main-user-consent-request a {
  position: relative;
  display: unset;
  padding: 0;
  text-decoration: underline;
}

.footer__subs .main-user-consent-request a:before {
  display: none;
}

.footer__subs .order-total__policy svg {
  color: var(--orange-1);
}

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

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

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

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

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

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

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

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

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

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

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

.form-label .form-item label {
  font-size: 16px;
  line-height: 1.22;
  color: #5D7C8E;
  position: absolute;
  top: 19px;
  left: 20px;
  cursor: text;
  transition: font-size .2s, top .2s;
}

.form-label .form-item label[for="sppd-property-6"] {
  display: none;
}

.form-label .form-item.focused label {
  top: 7px;
  font-size: 12px;
}

.form-text, .inputtext {
  padding-top: 15px;
  padding-bottom: 0;
  padding-right: 50px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  /*&:-moz-ui-valid, */
  /*&:-moz-ui-invalid, */
}

.form-text.valid, .inputtext.valid {
  border-color: var(--blue);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.6663 5L7.49967 14.1667L3.33301 10" stroke="%23005BFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.form-text.invalid, .inputtext.invalid {
  border-color: var(--red-2);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0003 18.3332C14.6027 18.3332 18.3337 14.6022 18.3337 9.99984C18.3337 5.39746 14.6027 1.6665 10.0003 1.6665C5.39795 1.6665 1.66699 5.39746 1.66699 9.99984C1.66699 14.6022 5.39795 18.3332 10.0003 18.3332Z" stroke="%23BC0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 6.6665V9.99984" stroke="%23BC0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 13.3335H10.0087" stroke="%23BC0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

textarea.form-text {
  padding-top: 24px;
}

.starrequired {
  color: red;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  font: 700 16px/1 "Open sans";
  padding: 11px 30px;
  text-align: center;
  border: 0;
  border-radius: 4px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.form-submit {
  display: inline-block;
  vertical-align: middle;
  font: 700 16px/1 "Open sans";
  padding: 11px;
  text-align: center;
  border: 0;
  border-radius: 2px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  color: var(--white);
  background-color: var(--orange-2);
}

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

.form-submit.disabled {
  cursor: no-drop;
  pointer-events: none;
}

.required-fields-info {
  font-size: 12px;
  line-height: 1.333;
  color: var(--grey-4);
}

.form-actions-row {
  --grid-gutter-width: 12px;
  --grid-gutter-height: var(--grid-gutter-width);
}

.form-wrap--2026 .inputtext,
.form-wrap--2026 .select,
.form-wrap--2026 textarea {
  height: 50px;
  padding: 14px 12px;
}

.form-wrap--2026 .form-item label {
  top: 15px;
  left: 13px;
}

.form-wrap--2026 .focused label {
  left: 14px;
}

.form-wrap--2026 .items-row {
  --grid-gutter-width: 16px;
  --grid-gutter-height: 0;
}

.form-wrap--2026 .form-item {
  margin-bottom: 16px;
}

.form-wrap--2026 .row .form-item {
  /*margin-bottom: 0;*/
}

.form-wrap--2026 textarea {
  height: 56px;
  display: block;
}

.btn-sm {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.btn-orange {
  color: var(--white);
  background-color: var(--orange-2);
}

.btn-orange:hover {
  color: var(--white);
  background-color: #f29a4b;
}

.btn-blue {
  color: var(--white);
  background-color: var(--blue);
}

.btn-blue:hover {
  color: var(--white);
  background-color: #337cff;
}

.btn-orange {
  color: var(--white);
  background-color: var(--orange-2);
}

.btn-orange:hover {
  color: var(--white);
  background-color: #f29a4b;
}

.btn-grey {
  color: var(--grey-5);
  background-color: var(--white);
  border: 1px solid var(--grey-5);
}

.btn-grey:hover {
  color: var(--grey-4);
  border-color: var(--grey-4);
}

.btn-1 {
  padding: 18px 30px;
  border-radius: 4px;
}

.btn--submit {
  color: var(--white);
  padding: 15px 32px;
  border-radius: 4px;
}

.messages-list__item {
  margin: 20px 0;
  padding: 15px 20px;
  border-radius: 4px;
  font: 15px/21px "Open sans", sans-serif;
}

.messages-list__item:first-child {
  margin-top: 0;
}

.messages-list--errortext .messages-list__item {
  background: #ffe7d7;
}

.link--forgot-password {
  color: #007ab0;
  display: block;
  margin-top: 10px;
  text-align: right;
}

.message {
  padding: 20px;
  background: #FFF5D2;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

.message--notice {
  background: #FFF;
  padding: 0;
}

.box-white {
  padding: calc(0.98vw + 11.31px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

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

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

.c-form .form-wrap {
  width: 400px;
  max-width: 95%;
}

.c-form-15 .form-wrap {
  width: 100%;
}

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

.elem > .label + .price {
  margin-left: 4px;
}

.price .currency {
  color: #101110;
}

.dropdown-wrap {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.sec--outer {
  margin-top: var(--sec);
  margin-bottom: var(--sec);
}

.sec--inner {
  padding-top: var(--sec);
  padding-bottom: var(--sec);
}

.s-ttl {
  font: 600 20px/1.35 "Open sans";
}

.s-ttl--md {
  font-weight: 700;
  font-size: 18px;
}

.s-ttl--sm {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

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

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

.s-main {
  /*padding:40px 0 100px;*/
}

.m0 {
  margin: 0 !important;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

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

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

.mt30 {
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.type-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

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

.type-text h1, .type-text .h1 {
  font-size: 20px;
  line-height: 1.3;
  margin: 1em 0 1.5em;
}

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

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

.type-text h2, .type-text .h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 1em 0 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.type-text table.delivery__table thead tr td, .type-text table.delivery__table thead tr th {
  color: #454A54;
  padding: 19px 8px;
  text-align: center;
  border: 1px solid var(--grey-3);
}

.type-text table.delivery__table thead tr td:first-child, .type-text table.delivery__table thead tr th:first-child {
  text-align: center;
}

.type-text table.delivery__table tbody tr th, .type-text table.delivery__table tbody tr td {
  color: #454A54;
  padding: 19px 8px;
  text-align: center;
  border: 1px solid var(--grey-3);
}

.type-text table.delivery__table tbody tr th:first-child, .type-text table.delivery__table tbody tr td:first-child {
  text-align: center;
}

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

.type-text table:not(.no-style) th, .type-text table:not(.no-style) td {
  padding: 11px 15px;
  text-align: left;
  border: 1px solid var(--grey-3);
}

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

.type-text table:not(.no-style) thead {
  background: #F3F3F3;
}

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

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

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

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

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

.type-text a {
  color: var(--blue);
}

.type-text a:hover {
  color: #669dff;
}

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

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

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

.panel-disclaime__text {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.panel-disclaime__btn {
  background-color: var(--orange-2);
  color: #ffffff;
  position: relative !important;
  padding: 5px 10px;
  font: 13px / 15px "Open sans";
  font-weight: 500;
  margin: 0 0 0 10px !important;
  left: 0 !important;
}

#winload {
  width: 500px;
}

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

#cboxWrapper {
  max-width: none;
}

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

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxTitle {
  margin: 0;
}

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

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

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

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

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

#cboxOverlay {
  background: var(--black);
  opacity: 0.7 !important;
}

#colorbox {
  outline: 0;
}

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

.cboxIframe {
  background: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

#cboxPrevious {
  left: 0;
}

#cboxNext {
  right: 0;
}

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

#cboxClose:hover {
  opacity: 1;
}

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

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

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

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

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

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

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

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

.owl-carousel .owl-stage {
  position: relative;
  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 */
  transform: translate3d(0px, 0px, 0px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-align: center;
  font-size: 31px;
  line-height: 0;
  margin-top: -0.5em;
  background: var(--white);
  color: var(--blue);
  box-shadow: 0px 1px 2px rgba(0, 36, 70, 0.5);
}

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

.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
  opacity: 0.5;
  color: var(--grey-3);
  background: #ffffff;
  cursor: default;
}

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

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

.owl-carousel.row {
  --grid-gutter-width: 0;
  --grid-gutter-height: 0;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.owl-carousel.row > * {
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 0;
  margin: 0;
}

.owl-item > .col {
  height: 100%;
  padding: 0;
  margin: 0;
}

.scrollable .scroll-bar.vertical {
  /*position: absolute;*/
  width: 3px;
  border-radius: 8px;
  background: var(--grey-1);
}

.scrollable .scroll-bar.vertical .thumb {
  min-height: 116px;
  border-radius: 38px;
  background: var(--blue);
}

.chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}

.chosen-container .chosen-results li {
  padding: 0;
  line-height: normal;
}

.chosen-container-single .chosen-single {
  background: none;
  border: 0;
  padding: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  line-height: normal;
  color: var(--black);
}

.chosen-container-single .chosen-single div b {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L9 1" stroke="%23CDC9CD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
}

.chosen-container-single .chosen-search {
  padding: 0;
  margin-bottom: 10px;
}

.chosen-container .chosen-drop {
  top: calc(100% + 10px);
}

.chosen-container.chosen-with-drop .chosen-single div b {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L9 1" stroke="%23CDC9CD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" transform="translate(10 6) rotate(180 0 0)"/></svg>');
  background-position: center;
}

.chosen-container.chosen-with-drop .chosen-drop {
  border: 0;
  box-shadow: 0px 2px 4px rgba(16, 17, 16, 0.15);
}

.chosen-container .chosen-results {
  color: var(--black);
}

.chosen-container .chosen-results li.highlighted {
  background-color: var(--blue);
  background-image: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  background: none;
  box-shadow: none;
}

.header-swicher {
  font-size: 19px;
  width: 36px;
  height: 1em;
  background: var(--orange-2);
  border-radius: 35px;
  margin: 0 8px;
  position: relative;
  cursor: pointer;
}

.header-swicher::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(1em - 4px);
  height: calc(1em - 4px);
  background: var(--white);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  border-radius: .5em;
}

.header-swicher.active::before {
  left: calc(100% - 1em + 2px);
}

.adrelect .phone-link svg {
  margin-left: 9px;
}

.citylect svg, .phone-link svg {
  font-size: 14px;
  stroke-width: 1px;
  margin-right: 9px;
}

.adrelect {
  position: relative;
  padding-right: 15px;
}

.adrelect svg {
  stroke-width: 1px;
}

.adrelect .chev {
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 0;
}

.adrelect .sep {
  margin: 0 5px;
}

.adrelect__list {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: calc(100% + 80px);
  background: #fff;
  padding: 0px 10px;
  margin: 0 -10px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 8;
}

.adrelect__item {
  margin: 10px 0;
}

.adrelect:hover {
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.adrelect:hover .adrelect__list {
  height: auto;
  overflow: visible;
}

.header__burger {
  width: 1.66667em;
  height: 1em;
  position: relative;
  border-bottom: 0;
}

.header__burger::before, .header__burger::after, .header__burger i {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #101110;
  border-radius: 2px;
}

.header__burger::before, .header__burger::after {
  content: '';
  transition: top 0.15s 0.15s, bottom 0.15s 0.15s, transform 0.15s;
}

.header__burger::before {
  top: 0;
}

.header__burger i {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  transition: width .15s;
}

.header__burger::after {
  bottom: 0;
}

.badge {
  font-weight: bold;
  font-size: 10px;
  line-height: 15px;
  color: var(--white);
  text-align: center;
  padding: 0px 5px;
  border-radius: 33px;
  background: var(--orange-2);
  position: absolute;
}

.header {
  padding: 0 0 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.header::before {
  content: '';
  display: block;
  height: 6px;
  background: linear-gradient(90deg, #0071DC 10.42%, #C82546 58.13%, #EF7F1B 100%);
  margin-bottom: 20px;
}

.header__logo {
  margin-top: -7px;
}

.header__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: var(--grey-6);
}

.header__link--ico {
  position: relative;
  margin-right: 8px;
}

.header__link svg {
  font-size: 20px;
}

.header__link span {
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.header__link .badge {
  right: -10px;
  top: -3px;
}

.header .header__link {
  margin-left: 33px;
}

.header .citylect {
  margin-left: 30px;
  margin-right: 30px;
}

.header__burger {
  font-size: 16px;
  margin-left: 20px;
}

.header .btn-catalog {
  padding: 10px 20px;
  margin-right: 20px;
}

.header .btn-catalog .svg-icon--cat-cross {
  display: none;
}

.header .btn-catalog.shown .svg-icon--menu {
  display: none;
}

.header .btn-catalog.shown .svg-icon--cat-cross {
  display: block;
}

.header .search-form {
  width: 100%;
}

.header .search-form .form-text {
  height: 41px;
  box-shadow: inset 0 0 0 2px var(--orange-2);
}

.header__search {
  width: 52.94%;
}

.header__search--mobile {
  padding-top: 10px;
}

@media (max-width: 768px) {
  #header:is(.fixed) .header__search--mobile {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 15px;
    background-color: white;
    transition: .3s;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, .3);
    z-index: 100;
  }
}

.header__menu {
  position: relative;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="8" height="4" viewBox="0 0 8 4" fill="none" xmlns="http://www.w3.org/2000/svg">\a     <path d="M1 0.5L4 3.5L7 0.5" stroke="%23101110" stroke-linecap="round" stroke-linejoin="round"/>\a     </svg>') no-repeat right center/8px;
  padding-right: 15px;
}

.header__menu ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 120px;
  background: var(--white);
  padding: 10px 15px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.header__menu ul li + li {
  margin-top: 10px;
}

.header__menu:hover ul {
  display: block;
}

.header .header__menu {
  margin-left: 25px;
}

.header--1 .header__logo {
  margin-right: 30px;
}

.header--2 {
  padding: 14px 0 19px;
  margin-top: 11px;
  border-top: 1px solid var(--grey-2);
}

.header--authorized .header__search {
  width: 660px;
  max-width: 45%;
}

.b-mobile {
  position: absolute;
  top: var(--h-height);
  left: -100%;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.3s, opacity 0.3s;
}

.b-mobile__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 17, 16, 0.7);
}

.b-mobile__block {
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100vh - var(--h-height));
  width: 320px;
  padding: 20px 30px;
  background: #fff;
  overflow: auto;
  pointer-events: all;
}

.b-mobile .adrelect, .b-mobile .phone-link {
  font-size: 12px;
  line-height: 16px;
}

.b-mobile__soc {
  font-size: 16px;
  line-height: 22px;
}

.b-mobile__soc svg {
  margin-right: 5px;
}

.b-mobile__menus .bm-menu:last-child {
  border-bottom: 1px solid var(--grey-5);
}

.b-mobile .bm-menu:last-child {
  border-bottom: 1px solid var(--grey-5);
}

.b-mobile .bm-menu__list {
  display: none;
}

.b-mobile .search-form input {
  border: 1px solid var(--grey-5);
}

body.burger-active {
  overflow: hidden;
}

body.burger-active .header__burger {
  color: var(--grey-4);
}

body.burger-active .header__burger::before, body.burger-active .header__burger::after {
  transition: top 0.15s 0s, bottom 0.15s, transform 0.15s 0.15s;
}

body.burger-active .header__burger::before {
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
}

body.burger-active .header__burger::after {
  bottom: calc(50% - 1px);
  transform: rotateZ(-45deg);
}

body.burger-active .header__burger i {
  width: 0;
}

body.burger-active .b-mobile {
  left: 0;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.b-filter .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 17, 16, 0.7);
}

.bm-menu {
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid var(--grey-5);
}

.bm-menu__ttl {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="7" viewBox="0 0 9 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.06901 1.96558L4.37935 5.27592L7.6897 1.96558" stroke="%237B7B7B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') right 6px center no-repeat;
}

.bm-menu__list {
  font-size: 16px;
  line-height: 1;
  margin-top: 16px;
}

.bm-menu__list li + li {
  margin-top: 8px;
}

.m-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13px 25px;
  border: 1px solid var(--grey-2);
  background: var(--white);
  z-index: 9;
}

.m-panel > *:last-child {
  margin-right: 100px;
}

.m-panel__item svg {
  font-size: 20px;
  margin-bottom: 2px;
}

.m-panel__ico {
  position: relative;
  line-height: 0;
}

.m-panel__ttl {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.m-panel .badge {
  top: -5px;
  right: -12px;
}

.rubrics {
  --grid-gutter-width: 10px;
  margin-top: calc(var(--grid-gutter-width) * -1);
}

.rubrics .col {
  margin-top: var(--grid-gutter-width);
}

.rubric {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.17;
  padding: 12px 8px;
  border-radius: 6px;
  background: var(--white);
}

.rubric img {
  max-width: 100%;
  margin-bottom: 20px;
  height: 56px;
  width: 91px;
}

.rubric__ttl {
  margin-top: auto;
}

.rubric:hover, .rubric.active {
  color: var(--black);
  box-shadow: 0 0 0 2px var(--blue), 0px 0px 6px rgba(0, 107, 179, 0.25);
}

.rub-list {
  font-size: 16px;
  line-height: 2;
}

.rub-list a {
  color: #333333;
}

.rub-list a:hover {
  color: #000000;
}

.rub-list li {
  position: relative;
}

.rub-list .prod-card__sticker {
  vertical-align: middle;
  margin-left: 10px;
}

.prod-card__status {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: var(--grey-4);
}

.col-rubrics {
  background: #EFF5FF;
  padding: 20px 25px;
  border-radius: 4px;
  min-width: 31.8%;
}

.breadcrumbs {
  font-size: 12px;
  line-height: 16px;
}

.breadcrumbs ul {
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 15px;
  margin-bottom: -15px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs .sep {
  padding: 0 5px;
}

.breadcrumbs span {
  color: var(--grey-5);
}

.pager li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pager li.--next a {
  width: auto;
  font-weight: 500;
  color: var(--orange-2);
}

.pager li.--next a:hover {
  color: var(--white);
}

.pager a {
  display: inline-block;
  text-align: center;
  width: 45px;
  font-weight: 500;
  font-size: 14px;
  line-height: 39px;
  padding: 0 18px;
  color: var(--grey-6);
  background: #FFFAF5;
  border-radius: 6px;
  transition-duration: .1s;
}

.pager a:hover, .pager a.active {
  font-weight: 700;
  color: var(--white);
  background-color: var(--orange-2);
}

.btn--load-more {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--orange-2);
  padding: 8px 30px;
  border: 2px solid var(--orange-2);
  border-radius: 4px;
  margin-left: 57px;
}

.btn--load-more:hover {
  color: var(--white);
  background-color: var(--orange-2);
}

.see-all {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--blue);
}

.btn-catalog {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: var(--white);
  text-transform: uppercase;
  padding: 14px 26px;
  background-color: var(--orange-2);
  border-radius: 4px;
}

.btn-catalog:hover {
  color: var(--white);
  background-color: #f18c33;
}

.btn-catalog svg {
  font-size: 18px;
  margin-right: 8px;
}

.search-form {
  position: relative;
}

.search-form .form-text {
  max-width: 100%;
  height: 47px;
  padding: 11px 20px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  border: 0;
}

.search-form button {
  right: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  font-size: 24px;
  color: var(--orange-2);
}

.search-form button svg {
  height: 100%;
}

.s-search {
  height: 260px;
  padding: 60px;
  border-radius: 4px;
}

.s-search .btn-catalog {
  margin-right: 20px;
}

.s-search .btn-catalog .svg-icon--cat-cross {
  display: none;
}

.s-search .btn-catalog.shown .svg-icon--menu {
  display: none;
}

.s-search .btn-catalog.shown .svg-icon--cat-cross {
  display: inline-block;
}

.s-search .search-form {
  width: 100%;
  max-width: 461px;
}

.s-search .search-form input {
  width: 100%;
  max-width: 100%;
}

.bnr-slider__item {
  padding-top: 52.17%;
  border-radius: 8px;
}

.bnr-slider .owl-nav {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.bnr-slider .owl-prev, .bnr-slider .owl-next {
  position: static;
}

.bnr-slider .owl-prev {
  margin-right: 14px;
}

.front-btns {
  margin-top: 30px;
  margin-bottom: 30px;
}

.front-btns .btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 12px;
  border-radius: 8px;
}

.front-btns .btn + .btn {
  margin-top: 10px;
}

.calc-bnr {
  padding-top: 28.9%;
  background-image: url(images/calc-bnr.jpg);
  border-radius: 8px;
  margin-bottom: 20px;
}

.features__bnr {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s, opacity .3s;
}

.features__bnr:hover {
  color: var(--black);
  transform: translate(0, -10px);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
}

.features__bnr img {
  width: 100%;
  border-radius: 4px;
}

.features__main {
  padding: 0;
  margin-right: 41px;
  min-width: 0px;
}

.features .owl-carousel:not(.owl-loaded) .owl-stage-outer {
  min-height: 255px;
}

.features .owl-stage-outer {
  padding-top: 20px;
  margin-top: -20px;
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.sec-bnr img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  border-radius: 4px;
}

.sec-bnr a {
  display: block;
  /* background-size: contain;
     background-repeat: no-repeat;*/
  border-radius: 4px;
}

.sec-bnr--actions a {
  background: none;
}

.sec-bnr--tips a {
  background: none;
}

.sec-bnr--selection a {
  background: none;
}

.for-you__row {
  padding: 10px 0;
  margin: -10px -18px;
  overflow: auto;
}

.for-you__item {
  width: calc(25% - 36px);
  margin-right: 18px;
  margin-left: 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.for-you__bg {
  padding-top: 69.44%;
  border-radius: 12px;
}

.for-you__ttl {
  padding: 20px 24px;
}

.review {
  padding: 20px 30px;
  background: #FFF2E7;
  border-radius: 4px;
  width: calc(5.9vw + 175.87px);
  height: 100%;
}

.review__txt {
  font-size: 16px;
  line-height: 1.5;
  max-height: 7.5em;
  overflow: hidden;
}

.review__user {
  padding-top: 15px;
  border-top: 1px solid var(--orange-2);
  margin-top: 15px;
}

.review__name {
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-6);
}

.prod-card {
  width: 193px;
  height: 100%;
  padding-left: 10px;
  position: relative;
}

.prod-card img {
  width: 100%;
  border-radius: 4px;
}

.prod-card__img {
  height: 180px;
  margin-bottom: 10px;
  position: relative;
}

.prod-card__img .prod-card__cart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 15;
}

.prod-card__stickers {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
}

.prod-card__sticker {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 11px;
  border-radius: 30px;
  color: var(--white);
}

.prod-card__sticker--action {
  background-color: var(--orange-2);
}

.prod-card__sticker--new {
  background-color: var(--green);
}

.prod-card__sticker--hit {
  background-color: var(--purple);
}

.prod-card__sticker + .prod-card__sticker {
  margin-top: 2px;
}

.prod-detail .prod-card__sticker {
  margin-bottom: 10px;
}

.prod-card__to-cart {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: var(--white);
  padding: 6px 13px;
  background-color: var(--blue);
  box-shadow: 0px 1px 2px rgba(0, 36, 70, 0.5);
  border-radius: 4px;
}

.prod-card__to-cart.btn-grey {
  color: var(--grey-5);
  background-color: var(--white);
}

.prod-card__to-cart.btn-orange {
  color: var(--white);
  background-color: var(--orange-2);
}

.prod-card__fav {
  padding: 4px 6px;
  font-size: 19px;
  line-height: 1;
  color: var(--grey-5);
  border-radius: 4px;
  margin-left: 8px;
}

.prod-card__fav.favorite-selected {
  color: var(--orange-2);
}

.prod-card__prices {
  margin-bottom: 5px;
}

.prod-card__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.prod-card__old-price {
  margin-left: 8px;
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-5);
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.prod-card__ttl {
  display: block;
  font-size: 14px;
  line-height: 19px;
  min-height: 4em;
  max-height: 4em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.prod-card__info {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}

.prod-card__info > div:not(:last-child) {
  margin-bottom: 4px;
  line-height: 100%;
}

.prod-card__cart {
  position: relative;
}

.prod-card__cart .prod-card__to-cart {
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  pointer-events: all;
}

.prod-card__cart .prod-counter {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.prod-card__cart.active .prod-card__to-cart {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.prod-card__cart.active .prod-counter {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.prod-card__bottom {
  height: 57px;
  position: relative;
  overflow: hidden;
}

.prod-card__drop {
  position: absolute;
  top: 0;
  background-color: var(--white);
  left: -10px;
  right: -10px;
  padding: 0 10px 10px;
  border-radius: 4px;
}

.prod-card__fav {
  display: none;
}

.prod-card:hover {
  z-index: 1;
}

.prod-card:hover .prod-card__fav {
  display: inline-block;
}

.prod-card:hover .prod-card__bottom {
  overflow: visible;
}

.prod-card:hover .prod-card__ttl {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.prod-counter {
  background: var(--grey-1);
  box-shadow: 0px 1px 2px rgba(0, 36, 70, 0.5);
  border-radius: 4px;
  overflow: hidden;
}

.prod-counter .plus, .prod-counter .minus, .prod-counter .measure {
  line-height: 30px;
}

.prod-counter .plus, .prod-counter .minus {
  font-weight: 600;
  font-size: 18px;
  color: var(--blue);
  width: 26px;
  text-align: center;
}

.prod-counter .plus:hover, .prod-counter .minus:hover {
  background-color: var(--grey-3);
}

.prod-counter input, .prod-counter .measure {
  font-weight: 600;
  font-size: 13px;
}

.prod-counter input {
  background-color: transparent;
  width: 1em;
  height: 30px;
  border: 0;
  padding: 0;
  text-align: right;
  color: var(--black);
}

.prod-counter input {
  margin-left: 2px;
}

.prod-counter .measure {
  margin-left: 5px;
  margin-right: 5px;
}

.products {
  --grid-gutter-width: 45px;
  --prod-gap: calc(1.97vw + 22.62px);
  margin-bottom: calc(var(--prod-gap) * -1);
}

.products .col .prod-card {
  width: 100%;
}

.products .prod-card {
  margin-bottom: var(--prod-gap);
}

.products.owl-carousel {
  margin-bottom: 0;
  width: calc(100% + 10px);
  margin-left: -10px;
}

.products.owl-carousel .prod-card {
  margin-bottom: 0;
}

.products .owl-prev, .products .owl-next {
  top: 100px;
}

.products .owl-prev {
  left: calc(-.5em + 10px);
}

.products:hover .owl-stage-outer {
  padding-bottom: 150px;
  margin-bottom: -150px;
}

.cart-response .pd-stores__list {
  width: 100%;
}

.cart-response .pd-stores__list .pd-counter {
  margin-right: 12px;
}

.design-projects-products .prod-card {
  width: auto;
  height: auto;
  padding-left: 0;
}

.design-projects-products .inner {
  --grid-gutter-width: 20px;
  --grid-gutter-height: 20px;
}

.design-projects-products .prod-card + .prod-card {
  border-top: 1px solid var(--grey-3);
  margin-top: 10px;
  padding-top: 10px;
}

.design-projects-products .prod-card img {
  aspect-ratio: 1;
  width: 82px;
  object-fit: contain;
  border-radius: 0;
}

.design-projects-products .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--black);
}

.design-projects-products .props {
  font-size: 13px;
  line-height: 1.3;
  --grid-gutter-width: 10px;
  --grid-gutter-hegiht: 10px;
}

.design-projects-products .props .sep {
  margin: 0 8px;
}

.design-projects-products .gray {
  color: var(--grey-5)
}

.design-projects-products .stickers {
  margin-top: 12px;
  --grid-gutter-width: 8px;
}

.design-projects-products .perc {
  padding: 6px 10px;
  background-color: #FFF5D2;
  border-radius: 30px;
  line-height: 0;
}

.design-projects-products .perc::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 2.5L2.5 9.5M4.5 3.25C4.5 3.94036 3.94036 4.5 3.25 4.5C2.55964 4.5 2 3.94036 2 3.25C2 2.55964 2.55964 2 3.25 2C3.94036 2 4.5 2.55964 4.5 3.25ZM10 8.75C10 9.44036 9.44036 10 8.75 10C8.05964 10 7.5 9.44036 7.5 8.75C7.5 8.05964 8.05964 7.5 8.75 7.5C9.44036 7.5 10 8.05964 10 8.75Z' stroke='%23EF7F1B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.design-projects-products .sticker {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--white);
  padding: 0px 8px 2px;
  background: #65B400;
  border-radius: 30px;
}

.design-projects-products .prod-counter {
  padding: 0 11px;
  gap: 4px;
  width: 200px;
  background: var(--white);
  border: 1px solid var(--grey-3);
  border-radius: 4px;
  box-shadow: none;
}

.design-projects-products .prod-counter :is(input, .action) {
  height: 43px;
}

.design-projects-products .prod-counter input {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: var(--grey-6);
}

.design-projects-products .prod-counter .action {
  width: 20px;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--grey-6);
}

.design-projects-products .prod-counter.disabled {
  background: var(--grey-1);
  border: 1px solid var(--grey-3);
  pointer-events: none;
}

.design-projects-products .prod-counter.disabled :is(input, .action) {
  color: var(--grey-6);
}

.design-projects-products .prod-counter-wrapper .desc {
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  margin-top: 8px;
}

.design-projects-products .price-cart-col {
  width: 208px;
  text-align: right;
}

@media (max-width: 991px) {
  .design-projects-products .price-cart-col {
    width: auto;
  }
}

.design-projects-products .price {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.design-projects-products .old-price {
  font-family: 'Inter';
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-5);
  margin-bottom: 2px;
}

.design-projects-products .old-price.d-none {
  display: none;
}

.design-projects-products .not-avail {
  font-size: 14px;
  line-height: 17px;
  font-family: 'Inter';
  color: var(--red-2);
}

.design-projects-products .cart-wrapper {
  margin-top: 14px;
}

.design-project-prods-total-price-wrap {
  font-size: 20px;
  line-height: 27px;
}

.design-project-prods-total-price-wrap .ttl {
  font-weight: 600;
}

.design-project-prods-total-price-wrap .value {
  font-weight: 700;
}

.design-project-price-notify {
  padding: 20px;
  background: #FFF5D2;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
}

.prod-detail .s-ttl {
  margin-top: 12px;
}

.prod-detail__stickers > * {
  margin-right: 12px;
}

.prod-detail__code {
  font-size: 14px;
  line-height: 16px;
  margin-top: 12px;
}

.prod-detail__code--ttl {
  color: var(--grey-4);
}

.prod-detail__main {
  margin-top: 30px;
}

.prod-detail__thumb {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  margin-bottom: 12px;
  border: 2px solid transparent;
}

.prod-detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prod-detail__thumb:hover, .prod-detail__thumb.active {
  border-color: #EF7F1B;
}

.prod-detail__img {
  position: relative;
  padding-left: 30vw;
}

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

.prod-detail__tabs .pd-tab {
  max-width: 50%;
}

.prod-detail__price {
  font-size: 35px;
  line-height: 44px;
  font-weight: 700;
  color: var(--red-1);
}

.prod-detail__old-price {
  font-weight: 600;
  font-size: 23px;
  line-height: 44px;
  color: var(--grey-6);
  margin-left: 15px;
  position: relative;
}

.discount {
  display: inline-block;
  padding: 3px 5px;
  margin-left: 10px;
  background-color: #15BF1F;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  z-index: 2;
}

.old-price {
  display: block;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-decoration: line-through;
  color: var(--grey-4);
}

.discount-price {
  color: red;
}

.prod-detail .old-price {
  font-size: 18px;
}

.prod-detail .discount {
  font-size: 15px;
  font-weight: 500;
  padding: 5px 10px;
}

.prod-detail__old-price:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--red-1);
}

.prod-detail__price-desc {
  font-size: 13px;
  line-height: 15px;
  color: #9697A1;
}

.prod-detail__btn-action {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  padding: 12px;
  background: #EFF5FF;
  border-radius: 4px;
  margin-top: 12px;
  margin-left: 12px;
}

.prod-detail__btn-action.favorite-selected {
  color: var(--orange-2);
}

.prod-detail__btn-action:first-child {
  margin-left: 0;
}

.prod-detail__btn-action svg {
  font-size: 24px;
  stroke-width: 1.5px;
}

.prod-detail__cart {
  /*margin-top: 30px;*/
  margin-top: 10px;
  position: relative;
}

.prod-detail__cart:hover {
  /*padding-top: 30px;*/
  padding-top: 10px;
  margin-top: 0;
}

.prod-detail__cart:hover .pd-stores {
  display: block;
}

.prod-detail .btn--go-to-cart,
.prod-detail .pd-counter,
.prod-detail .d-point {
  display: none;
}

.prod-detail .btn--go-to-cart {
  margin-right: 12px;
}

.prod-detail.store-added .btn--add-to-cart,
.prod-detail.store-added .pd-stores {
  display: none;
}

.prod-detail.store-added .btn--go-to-cart,
.prod-detail.store-added .pd-counter,
.prod-detail.store-added .d-point {
  display: block;
}

.btn--add-to-cart {
  font-size: 15px;
  line-height: 20px;
  padding: 18px;
  border-radius: 4px;
}

.btn--go-to-cart {
  font-weight: 700;
  font-size: 15px;
  line-height: 2;
  padding: 10px;
}

.btn--go-to-cart .small {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
}

.pd-param__ttl {
  font-size: 14px;
  line-height: 19px;
  color: var(--grey-6);
  margin-bottom: 10px;
}

.pd-param__item {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  box-shadow: inset 0 0 0 1px var(--grey-3);
  border-radius: 4px;
  padding: 9px;
  margin-right: 12px;
}

.pd-param__item:hover, .pd-param__item.active {
  color: var(--black);
}

.pd-param__item:hover {
  box-shadow: inset 0 0 0 1px var(--blue);
}

.pd-param__item.active {
  box-shadow: inset 0 0 0 2px var(--blue);
}

.pd-param__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.pd-param--size .pd-param__item {
  padding: 6px 14px;
}

.pd-tab-btns {
  overflow: auto;
}

.pd-tab-btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: var(--grey-5);
  margin-right: 40px;
}

.pd-tab-btn.active {
  color: var(--black);
  font-weight: 600;
}

.pd-prop {
  font-size: 14px;
  line-height: 1.35714;
  white-space: nowrap;
  margin-top: 12px;
}

.pd-prop__name {
  width: 50%;
  color: var(--grey-6);
}

.pd-prop__sep {
  width: 100%;
  border-bottom: .5px dashed #CDC9CD;
  margin: 0 8px;
}

a.tab-btn {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  border: 2px solid #c0c6d1;
  color: #272727;
  border-radius: 5px;
  transition: .5s;
  margin-bottom: 5px;
}

a.tab-btn.active, a.tab-btn:hover {
  border-color: var(--orange-2);
}

.pd-prop__val {
  width: 50%;
  white-space: normal;
}

.svg-icon--file {
  font-size: 27px;
  margin-right: 15px;
}

.file-wrap {
  margin-bottom: 5px;
}

.file-link {
  font-size: 14px;
  font-weight: 400;
  color: var(--red-1);
}

.file-size {
  color: var(--grey-4);
  font-weight: 500;
}

.pd-stores {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
  margin: 0 -30px;
  box-shadow: inset 0 0 0 1px var(--grey-2), 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: var(--white);
  transform: translate(0, -100%);
}

.pd-stores__ttl {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.pd-stores__item {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--grey-6);
  padding: 9px 12px 9px 12px;
  box-shadow: inset 0 0 0 1px var(--grey-4);
  border-radius: 4px;
  margin-top: 8px;
}

.pd-stores__item:hover, .pd-stores__item.active {
  color: var(--black);
  box-shadow: inset 0 0 0 2px var(--blue);
}

.pd-stores__item span:first-child {
  margin-right: 5%;
  white-space: nowrap;
}

.pd-stores::before {
  content: '';
  position: absolute;
  bottom: -26px;
  right: 0;
  left: 0;
  margin: auto;
  width: 42px;
  height: 30px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="42" height="30" viewBox="0 0 42 30" fill="none" xmlns="http://www.w3.org/2000/svg">\a     <g filter="url(%23filter0_d_556_3163)">\a     <path d="M21 16L8.00962 2.5L33.9904 2.5L21 16Z" fill="white"/>\a     </g>\a     <defs>\a     <filter id="filter0_d_556_3163" x="0.00976562" y="0.5" width="41.9805" height="29.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">\a     <feFlood flood-opacity="0" result="BackgroundImageFix"/>\a     <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>\a     <feOffset dy="6"/>\a     <feGaussianBlur stdDeviation="4"/>\a     <feComposite in2="hardAlpha" operator="out"/>\a     <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>\a     <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_556_3163"/>\a     <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_556_3163" result="shape"/>\a     </filter>\a     </defs>\a     </svg>') center/contain no-repeat;
}

.pd-counter {
  background: #EFF5FF;
  border-radius: 4px;
  padding: 4.5px;
}

.pd-counter .plus, .pd-counter .minus, .pd-counter input {
  text-align: center;
}

.pd-counter .plus, .pd-counter .minus {
  display: inline-block;
  width: 35px;
  height: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 47px;
  color: var(--blue);
}

.pd-counter input {
  font-weight: 600;
  font-size: 14px;
  width: 65px;
  height: 47px;
  padding: 10px;
  background-color: var(--white);
  border-radius: 4px;
}

.subrubs {
  --grid-gutter-width: 42px;
  margin-top: calc(var(--grid-gutter-width) / 2 * -1);
}

.subrubs .col {
  margin-top: calc(var(--grid-gutter-width) / 2);
}

.subrub {
  overflow: hidden;
  position: relative;
}

.subrub img {
  width: 100%;
  border-radius: 7px;
  margin-bottom: 5px;
}

.subrub__ttl {
  font-size: 14px;
  line-height: 19px;
  word-break: break-word;
  font-weight: 600;
}

.bf-rub-list {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  max-height: 192px;
}

.bf-rub-list a {
  color: var(--grey-6);
  text-transform: lowercase;
}

.bf-rub-list a.active {
  font-weight: 600;
  color: var(--blue);
}

.bf-rub-list .scroll-bar.vertical .thumb {
  min-height: 116px;
}

.bf-checkboxes {
  max-height: 140px;
}

.bf-checkboxes .scroll-bar.vertical .thumb {
  min-height: 90px;
}

.sortelect {
  background: #fff;
  z-index: 5;
  top: 19px;
  font-weight: 600;
  font-size: 14px;
  color: var(--grey-6);
  padding: 14px 14px 5px 0;
  border: 0;
}

.sortelect__item {
  margin-right: 20px;
}

.sortelect__item a {
  color: var(--grey-4);
}

.sortelect__item a.active {
  color: var(--grey-6);
}

.sortelect option {
  padding: 10px;
  border: 0;
}

.sortelect.chosen-container {
  background: none;
  padding-right: 0;
}

.sortelect.chosen-container .chosen-drop {
  padding: 5px 10px;
  border-radius: 4px;
}

.sortelect.chosen-container .chosen-results {
  font-size: 12px;
  line-height: 16px;
}

.sortelect.chosen-container .chosen-results li + li {
  margin-top: 10px;
}

.sort-view.opened .sortelect {
  display: block;
}

.viewelect {
  background: var(--grey-3);
  border-radius: 55px;
  padding: 7px 12px;
  font-size: 0;
  line-height: 0;
}

.viewelect a {
  font-size: 0;
  line-height: 0;
  margin-left: 10px;
}

.viewelect a:first-child {
  margin-left: 0;
}

.viewelect a svg {
  font-size: 14px;
}

.viewelect a.--plate {
  color: var(--grey-6);
}

.viewelect a.--list {
  color: var(--grey-4);
}

.sort-view {
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 210px;
  position: relative;
}

.sort-header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  color: var(--grey-6);
  padding: 0;
  padding-right: 14px;
  height: 19px;
  border: 0;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg">\a   <path d="M1 1L5 5L9 1" stroke="%23CDC9CD" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>\a   </svg>') no-repeat right bottom 5px;
}

.sort-header:hover {
  text-decoration: none;
  color: var(--grey-5);
  cursor: pointer;
}

.bx_filter {
  line-height: 1;
}

.bx_filter_parameters_box {
  margin-bottom: 30px;
}

.bx_filter_parameters_box_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  position: relative;
}

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

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

.bx_filter_parameters_box_container .scrollable {
  position: static;
}

.bx_filter_input_container input {
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-6);
  height: 31px;
  padding: 7px 8.5px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  width: 115px;
}

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

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

.bx_filter_parameters_box_discount {
  position: relative;
}

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

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

.bx_filter_discount_checkbox input {
  display: none;
}

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

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

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

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

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

.bx_ui_slider_track_container .inputs-wrap .sep {
  margin: 0 10px;
}

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

.bx_ui_slider_track {
  position: relative;
  height: 4px;
  background: rgba(0, 91, 255, 0.25);
  margin: 20px 0 4px;
}

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

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

.bx_ui_slider_part.p2 {
  left: 25%;
}

.bx_ui_slider_part.p3 {
  left: 50%;
}

.bx_ui_slider_part.p4 {
  left: 75%;
}

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

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

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

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

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

.bx_ui_slider_pricebar {
  z-index: 100;
}

.bx_ui_slider_pricebar_vd {
  background: var(--blue);
}

.bx_ui_slider_handle {
  position: absolute;
  top: -4px;
  z-index: 100;
  width: 12px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  background: var(--blue);
  border-radius: 50%;
  text-decoration: none;
  border: 0;
}

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

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

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

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

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

.bx_filter_parameter_checkbox {
  position: relative;
}

.bx_filter_parameter_checkbox label {
  white-space: nowrap;
}

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

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

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

.bx_filter_more .hide {
  display: none;
}

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

.bx_filter_more::after {
  content: none;
}

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

.bx-filter-clear {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: var(--grey-4);
}

.bx-filter-filters .s-ttl {
  margin-bottom: 4px;
}

.d-point {
  font-size: 14px;
  line-height: 21px;
  padding: 20px;
  background: #FFF5D2;
  border-radius: 8px;
}

.d-point__ttl {
  margin-bottom: 15px;
}

.d-point__inner {
  padding: 15px 25px;
  padding-right: 50px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  position: relative;
}

.d-point__adr {
  font-size: 16px;
  margin-bottom: 5px;
}

.d-point .svg-icon--tick {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  font-size: 20px;
  color: var(--blue);
}

.d-point__change {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 7.5px 11.5px;
  border: 1px solid var(--grey-3);
}

.order-form {
  --grid-gutter-width: 20px;
}

.order-form .form-item {
  margin-bottom: 0;
}

.order-form__desc {
  font-size: 12px;
  line-height: 16px;
  color: var(--grey-4);
  padding: 0 20px;
  margin-top: 5px;
}

.order-form__info {
  padding: 20px;
  background: #FFF5D2;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
}

.order-form__info .svg-icon--info {
  font-size: 24px;
  color: var(--orange-2);
  margin-right: 20px;
}

.order-form__info a {
  color: var(--blue);
}

.order-form__info a:hover {
  color: #003799;
}

.order-form__info .btn {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  padding: 9px 14px;
  margin-top: 15px;
  border-radius: 4px;
}

.order-form__info .btn svg {
  font-size: 16px;
  margin-left: 10px;
}

.of-radios input {
  display: none;
}

.of-radios input:checked + label {
  color: var(--black);
  box-shadow: 0px 0px 6px rgba(0, 107, 179, 0.25), inset 0 0 0 2px var(--blue);
}

.of-radios label {
  font-size: 16px;
  line-height: 22px;
  color: var(--grey-5);
  text-align: center;
  padding: 17px;
  box-shadow: inset 0 0 0 1px var(--grey-4);
  border-radius: 4px;
  margin-bottom: 0;
  cursor: pointer;
}

.of-radios label:hover {
  color: var(--black);
  box-shadow: inset 0 0 0 1px var(--blue);
}

.of-radios--payment label {
  padding: 26px;
  height: 176px;
}

.of-radios--payment label .ttl {
  margin-bottom: 15px;
}

.of-radios--payment label img {
  max-width: 100%;
}

.order-total {
  padding: calc(0.98vw + 11.31px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.order-total .map {
  height: 300px;
  width: 100%;
  border: 0;
  border-radius: 4px;
}

.order-total-summary, .order-total-details, .order-total__submit {
  margin-top: 30px;
}

.order-total-summary {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}

.order-total-details {
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-5);
  margin-top: 30px;
}

.order-total-details > * {
  margin-bottom: 10px;
}

.order-total-details__disc {
  color: var(--red-1);
}

.order-total__policy {
  font-size: 12px;
  line-height: 16px;
  color: var(--grey-4);
}

.order-total__policy:not(.order-total__policy--no-mt) {
  margin-top: 10px;
}

.order-total__policy a {
  color: var(--blue);
}

.order-total__policy svg {
  font-size: 14px;
  color: var(--blue);
  margin-right: 8px;
  stroke-width: 1px;
}

.order-total .form-submit {
  height: 50px;
}

.order-total__submit.desabled .form-submit {
  background-color: var(--grey-4);
  cursor: no-drop;
  pointer-events: none;
}

.order-total__submit.desabled .order-total__policy, .order-total__submit.desabled .order-total__policy a, .order-total__submit.desabled .order-total__policy svg {
  color: var(--grey-4);
}

.bonus-form {
  --grid-gutter-width: 10px;
  margin-top: 30px;
}

.bonus-form .form-item {
  margin-bottom: 0;
}

.bonus-form .form-submit {
  font-size: 15px;
  height: 56px;
  padding: 18px;
  margin-top: 20px;
}

.c-message {
  padding: 20px;
  background: #FFF5D2;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
}

.c-message-ttl {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}

.c-message-ttl svg {
  color: var(--blue);
}

.o-details {
  font-size: 16px;
  line-height: 1.5;
  color: var(--grey-6);
}

.o-details__group {
  margin-bottom: 30px;
}

.o-details__group:last-child {
  margin-bottom: 0;
}

.o-details__item {
  margin-bottom: 10px;
}

.o-details__item:last-child {
  margin-bottom: 0;
}

.o-details__left, .o-details__right {
  width: 50%;
}

.o-details__left {
  padding-left: 28px;
  position: relative;
}

.o-details__left svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
}

.o-details__btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px 8px 52px;
  border: 1px solid var(--grey-4);
  border-radius: 4px;
  color: var(--grey-6);
}

.o-details__btn svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  height: 100%;
  font-size: 20px;
}

.o-details__btns .o-details__left,
.o-details__btns .o-details__right {
  padding-left: 0;
}

.footer {
  background: var(--grey-6);
  padding: 30px 0 20px;
  z-index: 10;
}

.footer, .footer a {
  color: var(--white);
}

.footer a:hover {
  color: var(--grey-4);
}

.footer__ttl {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
}

.footer__menu {
  font-size: 16px;
  line-height: 1;
  opacity: 0.9;
}

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

.footer__row--2 {
  border-top: 1px solid var(--grey-5);
  padding-top: 30px;
  margin-top: 30px;
}

.footer__col {
  margin-top: 30px;
}

.footer__col--menu {
  margin-top: 0;
}

.footer__call {
  font-size: 14px;
  line-height: 19px;
}

.footer__phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

.footer__phone svg {
  font-size: 24px;
  margin-right: 12px;
}

.footer__mess {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.footer__faq {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  max-width: 457px;
}

.footer__faq a {
  color: var(--orange-2);
}

.footer__bottom {
  border-top: 1px solid var(--grey-5);
  margin-top: 40px;
  padding-top: 20px;
}

.footer__copy {
  font-size: 14px;
  line-height: 19px;
}

.footer__pegas {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  width: 200px;
  margin-top: 20px;
}

.footer__pegas .svg-icon {
  min-width: 45px;
  height: 27px;
  margin-right: 10px;
}

.footer__subs .form-text, .footer__subs .form-submit {
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  border-radius: 4px;
}

.footer__subs .form-text {
  padding: 10px 20px;
  height: 39px;
}

.footer__subs .form-submit {
  padding: 10px;
  margin-top: 10px;
}

.footer__soc {
  margin-top: 30px;
}

.footer__soc a {
  font-size: 16px;
  line-height: 22px;
}

.footer__soc a svg {
  font-size: 16px;
  margin-right: 9px;
}

.wide .container {
  max-width: 100%;
}

.list-sertificats > * {
  margin-bottom: 30px;
}

.pdl0 {
  padding-left: 0;
}

@media (min-width: 540px) {
  .bonus-form .col-input {
    max-width: 60.6%;
  }

  .bonus-form .col-btn {
    max-width: 35.4%;
  }

  .bonus-form .form-submit {
    margin-top: 0;
  }
}

@media screen and (min-width: 577px) {
  .o-details__btns .col {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-bnr--actions a {
    /*background-image: url(./images/sec-bnr-1.jpg);*/
  }

  .sec-bnr--tips a {
    background-image: url(../images/sec-bnr-2.jpg);
  }

  .sec-bnr--selection a {
    background-image: url(../images/sec-bnr-3.jpg);
  }

  .rub-list ul {
    -moz-column-count: 2;
    column-count: 2;
  }

  .order-form .col {
    margin-top: 0;
  }

  .order-form .col-input-long {
    flex: 1 1;
    max-width: 100%;
  }

  .order-form .col-input-short {
    flex: 0 0 220px;
    max-width: 220px;
  }

  .c-message {
    margin-left: -20px;
  }

  .footer__col {
    margin-top: 0;
  }

  .footer__col--1, .footer__col--4, .footer__center {
    width: 33.33%;
  }

  .footer__menu {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  body.burger-active {
    overflow: visible;
  }

  .col-order-form,
  .col-order-total,
  .col-message {
    flex: 0 0 46.43%;
    max-width: 46.43%;
  }

  .col-rubrics,
  .col-filter {
    margin-right: 4.76%;
  }

  .col-rubrics,
  .col-content,
  .col-order-total,
  .col-filter-content {
    margin-top: 0;
  }

  .col-rubrics {
    max-width: 31.4%;
    margin-top: -20px;
    margin-left: -20px;
  }

  .col-content {
    max-width: 66.12%;
  }

  .col-filter {
    min-width: 24.44%;
  }

  .col-filter-content {
    min-width: 71.98%;
  }

  .col-order-total {
    margin-top: 40px;
  }

  .features__bnrs {
    width: calc(100% - 470px);
  }

  .prod-detail .col-left {
    max-width: 50%;
  }

  .prod-detail .col-right {
    width: 100%;
    max-width: 26.98%;
  }

  .prod-detail .col-right {
    margin-top: 0;
  }

  .prod-detail__thumbs {
    /*margin-right: 60px;*/
  }

  .prod-detail__img {
    margin-top: 0;
  }

  .order-total {
    position: relative;
  }

  .footer__col {
    margin-top: 0;
  }

  .footer__col--1 {
    width: 25%;
  }

  .footer__col--2, .footer__col--3 {
    width: 50%;
  }

  .footer__col--4 {
    width: 23%;
  }

  .footer__pegas {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .subrubs.row .col {
    max-width: calc(120px + var(--grid-gutter-width));
  }
}

@media screen and (max-width: 1199px) {
  .header .header__link {
    margin-left: 15px;
  }

  .header .header__link span {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --h-height: 67px;
  }

  .footer__col--3 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .video-section .video-container .col-12 video {
    height: 60%;
  }

  .prod-detail__tabs .pd-tab {
    max-width: 386px;
  }

  :root {
    --sec: 40px;
    --h-height: 130px;
  }

  .header {
    padding-bottom: 25px;
    margin-bottom: 10px;
  }

  .s-ttl {
    font-size: 16px;
  }

  .see-all {
    font-size: 12px;
  }

  .header {
    padding-top: 20px;
  }

  .header::before {
    content: normal;
  }

  .header .citylect {
    margin-left: 0;
    margin-right: 10px;
  }

  .header--1 .header__logo {
    max-width: 125px;
    margin-right: 0;
  }

  .header--1 .header__logo img {
    max-width: 100%;
  }

  div.h-location-wrap {
    padding-left: 20px;
  }

  .s-search {
    padding: 60px 20px 0px;
    height: 150px;
  }

  .s-search .search-form .form-text {
    padding-left: 16px;
  }

  .s-search .btn-catalog {
    display: none;
  }

  .features__bnr img {
    /*width: 144px;*/
    /*height: 130px;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;

  }

  .for-you__row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .for-you__item {
    min-width: 200px;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .for-you__ttl {
    padding: 10px 15px;
  }

  .prod-detail__thumbs {
    overflow: auto;
    white-space: nowrap;
  }

  .prod-detail__thumb {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .btn--load-more {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }

  .rub-list {
    font-size: 13px;
  }

  .rub-list .prod-card__sticker {
    font-size: 10px;
  }

  .subrubs {
    --grid-gutter-width: 20px;
  }

  .subrub__ttl {
    font-size: 12px;
  }

  .order-form {
    --grid-gutter-width: 10px;
  }

  .b-filter {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 90;
    height: 100%;
    width: 100%;
    visibility: visible;
    opacity: 0;
    pointer-events: none;
    transition: visibility 0.3s, opacity 0.3s;
  }

  .b-filter__block {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 100vh;
    overflow: auto;
    padding: 20px 15px;
    background: var(--white);
  }

  body.filters-open {
    overflow: hidden;
  }

  body.filters-open .b-filter {
    left: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }

  .footer {
    padding-bottom: 90px;
  }

  .footer__col, .footer__bottom {
    margin-left: 29px;
    margin-right: 29px;
  }

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

  .footer__row--2 {
    padding-top: 0;
    border-top: 0;
  }

  .footer__row--2 .footer__col--4 {
    text-align: center;
  }

  .footer__col--3 {
    margin-top: 0;
  }

  .footer__menu {
    display: none;
    margin-top: 17px;
  }

  .footer__col--menu {
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid #7B7B7B;
  }

  .footer__col--menu .footer__ttl {
    font-weight: 600;
    margin-bottom: 0;
    background: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="7" viewBox="0 0 9 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.06901 1.96558L4.37935 5.27592L7.6897 1.96558" stroke="%23DEDEDE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') right 6px center no-repeat;
  }

  .footer__mess {
    border-radius: 43px;
  }

  .footer__subs .form-text, .footer__subs .form-submit {
    font-size: 16px;
    border-radius: 35px;
  }

  .footer__col--3.footer__col--menu {
    border-bottom: 1px solid #7B7B7B;
  }
}

@media (max-width: 540px) {
  .footer__bottom .footer__pegas {
    width: 100%;
  }

  .b-mobile__block .row.mt40 {
    flex-direction: column;
  }

  .b-mobile__block .row.mt40 .header__link {
    margin-bottom: 1rem;
  }

  .b-mobile__block .row.mt40 .header__link span {
    white-space: nowrap;
  }

  .reviews .owl-stage-outer {
    overflow: visible;
  }

  .review img {
    width: 36px;
    height: 36px;
  }

  .review__txt {
    font-size: 14px;
  }

  .review__name {
    font-size: 12px;
  }

  .order-form__info .btn {
    font-size: 13px;
  }

  .c-message-ttl {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .o-details__item {
    display: block;
  }

  .o-details__left, .o-details__right {
    width: 100%;
  }

  .o-details__right {
    padding-left: 28px;
  }

  .o-details__btns .o-details__right {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(4n+1), .sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(4n+1) {
    clear: both;
    padding-left: 7px;
  }
}

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

.video-section {
  position: relative;
}

.video-section .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-section .col-12 {
  height: 100%;
}

.video-section .col-12 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.video-section .col-12 img {
  border-radius: 12px;
  width: 100%;
  height: 261px;
  object-fit: cover;
}

.video-section .col-12 img.d-sm-none {
  height: auto;
}

.contacts__wrap {
  margin-top: 12px;
}

.contacts__contact {
  margin-bottom: 20px;
}

.contacts__item-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.contacts__item-phone, .contacts__item-email {
  font-size: 14px;
  line-height: 21px;
  color: #004F9A;
  font-weight: 500;
}

.contacts__item-time {
  color: #454A54;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

.disclaimer__content {
  background-color: #FFF5D2;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.contacts__map {
  position: relative;
}

.contacts__map-content {
  width: 260px;
  position: absolute;
  background: #FFF;
  z-index: 1;
  left: 30px;
  top: 30px;
  padding: 30px 20px;
  border-radius: 8px;
}

.contacts__map-wrap {
  width: 100%;
}

.contacts__map-divider {
  margin: 20px 0;
  border-top: 1px solid #DEDEDE;
  width: 50px;
}

.contacts__map-cart {
  margin-right: 12px;
}

.contacts__map-row {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}

.contacts__map-title {
  font-weight: 700;
}

.contacts__map-address {
  margin-top: 4px;
}

.contacts__map-work {
  margin-top: 8px;
  line-height: 21px;
  color: #7B7B7B;
}

.contacts__map-phone {
  color: #004F9A;
  margin-top: 12px;
}

.separator {
  width: 30px;
  height: 3px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.separator-orange {
  background-color: #EF7F1B;
}

.accordeon .ac {
  font-size: 16px;
  line-height: 24px;
  color: #101110;
  border: 1px solid #9E9E9E;
  border-radius: 4px;
}

.accordeon .ac .answer {
  color: #101110;
  margin-bottom: 0;
}

.accordeon .ac_head {
  cursor: pointer;
  background-color: #FFF;
  border-radius: inherit;
  padding: 16px 20px;
  text-transform: none;
}

.accordeon .ac_head svg {
  width: 14px;
  height: 7px;
}

.accordeon .ac_head.js_up svg.svg-icon--chev-down {
  display: none;
}

.accordeon .ac_head.js_up svg.svg-icon--chevr-up {
  display: block;
}

.accordeon .ac_head:after {
  display: none;
}

.accordeon .ac_head svg.svg-icon--chevr-up {
  display: none;
}

.accordeon .ac__ttl {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.accordeon .ac .answer {
  padding: 0 20px 20px 20px;
  border-top: 0;
}

.pcontent .sale-personal-section-index-block {
  border-radius: 4px;
  opacity: 1;
  background: #FBFBFD;
}

.pcontent .sale-personal-section-index-block:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.pcontent .sale-personal-section-index-block-link {
  color: #0071DC;
}

.pcontent .sale-personal-section-index-block-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #101110;
  text-transform: none;
}

.news-detail .review {
  width: 100%;
}

.news__list .review {
  width: 21%;
  margin-bottom: 2rem;
}

.form-md {
  max-width: 750px;
}

.pcontent .errortext {
  max-width: 750px;
}

.profiles__list {
  border-collapse: collapse;
  width: 100%;
}

.profiles__list td, .profiles__list th {
  padding: 5px;
  border: 1px solid var(--grey-4);
}

.profiles__list-id {
  font-weight: 500;
}

.profiles__list-header a:hover {
  color: var(--grey-3);
}

.profiles__list-header a svg {
  width: 12px;
  height: 10px;
  fill: var(--grey-4);
}

.profiles__list-header a svg:hover {
  color: var(--grey-3);
}

.form-label {
  max-width: 750px;
}

.location-block-wrapper .bx-slst .dropdown-block {
  border: 1px solid var(--grey-4);
  border-radius: 4px;
}

.location-block-wrapper .bx-slst .dropdown-fade2white {
  border-radius: 4px;
}

.sale-order-list-about-link {
  text-decoration: none;
}

.sale-order-list-change-payment {
  text-decoration: none;
  font: bold 14px "Open Sans", Helvetica, Arial, sans-serif;
}

.sale-order-list-payment-title {
  display: inline-flex;
  flex-direction: column;
}

.sale-order-list-payment-title span {
  margin-bottom: 1rem;
}

.sale-order-list-container {
  max-width: 750px;
}

.sale-order-list-title-container {
  background-color: var(--white);
}

.pcontent .sale-order-list-status-alert, .pcontent .sale-order-payment-change-status-alert {
  padding: 10px 16px;
  font: 700 16px/1 "Open sans";
}

.pcontent .sale-order-list-shipment {
  display: flex;
  flex-direction: column;
}

.pcontent .sale-order-list-shipment-item, .pcontent .sale-order-list-shipment-title, .pcontent .sale-order-list-shipment-status {
  display: inline-flex;
  justify-content: space-between;
  border: 1px solid var(--grey-3);
  padding: 1rem;
}

.pcontent .sale-order-list-shipment-status-block {
  padding: 10px 16px;
  font: 700 16px/1 "Open sans";
}

.sale-order-payment-change-pp-company {
  z-index: 1;
}

.sale-order-payment-change-pp.row > .row {
  margin-left: calc(var(--grid-gutter-width) / 2 * -1);
  margin-right: calc(var(--grid-gutter-width) / 2 * -1);
}

.bx-sopc .sale-order-payment-change-pp > .row > .col-xs-12 {
  margin-left: calc(var(--grid-gutter-width) / 2);
  margin-right: calc(var(--grid-gutter-width) / 2);
}

.bx-sopc .sale-order-payment-change-inner-row, .bx-sopc .sale-order-payment-change-pp-list {
  padding-left: 0;
  padding-right: 0;
}

.sale-order-detail-payment-options-methods-info-title-status-alert {
  padding: 10px 16px;
  font: 700 16px/1 "Open sans";
}

.box-white .errortext {
  max-width: 750px;
}

.message--notice {
  max-width: 500px;
  margin-bottom: 20px;
}

.catalog-popup {
  position: relative;
  z-index: 100;
  background: var(--white);
}

.catalog-popup-overlay {
  width: 100%;
  position: relative;
  height: auto;
  overflow: visible;
  margin-bottom: 400px;
}

.type-text .contacts__table tbody tr td, .type-text .contacts__table tbody tr th {
  font-size: 14px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.opt-site:before {
  transition: left .3s;
  left: 19px;
}

.DP_search_form .DP_search_svg {
  position: absolute;
  top: calc(50% - 8px);
  right: 3%;
  color: #7B7B7B;
}

.ml20 {
  margin-left: 20px;
}

.side-menu {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 600;
}

.side-menu a {
  color: var(--grey-6);
}

.side-menu a.active {
  font-weight: 600;
  color: var(--blue);
}

.h-div::after {
  content: '';
  display: block;
  margin-top: 10px;
  background-color: var(--orange-2);
  width: 30px;
  height: 3px;
}

.about-mum {
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-5);
}

.about-mum__num {
  font-size: 40px;
  line-height: 1.35;
  color: var(--blue);
}

@media (max-width: 768px) {
  .about-mum__num {
    font-size: 30px;
  }
}

.about-img {
  position: relative;
}

.about-text {
  position: absolute;
  z-index: 1;
  top: 282px;
  right: 40px;
  width: 420px;
  padding: 20px 30px;
  color: var(--grey-6);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.about-text-wrap {
  position: relative;
  z-index: 1;
}

.about-text-wrap img {
  width: 100%;
}

.about-text-wrap-1 .shape {
  position: absolute;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.about-text-wrap-1 .shape-1 {
  top: 51%;
  right: 52px;
  z-index: 2;
  width: 44px;
  height: 48px;
  background-image: url(../images/shape-3.png);
}

.about-text-wrap-1 .shape-2 {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 170px;
  height: 256px;
  background-image: url(../images/shape-4.svg);
}

.about-text-wrap-2 {
  padding-bottom: 50px;
}

.about-text__ttl {
  font-size: 26px;
  line-height: 35px;
}

.about-text__body {
  font-weight: 600;
}

@media (max-width: 1199px) {
  .about-text-wrap-1 {
    padding-bottom: 90px;
  }

  .about-text-wrap-2 {
    padding-bottom: 180px;
  }
}

@media (max-width: 768px) {
  .about-text {
    position: static;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }

  .about-text-wrap {
    padding-bottom: 0;
  }

  .about-text-wrap .shape {
    display: none;
  }
}

.about-imgs {
  --grid-gutter-width: 20px;
}

.sale-personal-section-index-block {
  opacity: 1;
  padding: 0;
  margin: 15px 0;
  text-align: center;
  text-transform: none;
  transition: all 0.3s;
  color: #fff;
  background-size: cover;
  border-radius: 3px;
  height: 87%;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 992px) {
  .sale-personal-section-index-block {
    height: auto;
    margin: 8px 0;
  }
}

.sale-personal-section-index-block.bx-theme-green {
  background: url(images/wt_green.png) center top;
}

.sale-personal-section-index-block.bx-theme-blue {
  background: url(images/wt_blue.png) center top;
}

.sale-personal-section-index-block.bx-theme-red {
  background: url(images/wt_red.png) center top;
}

.sale-personal-section-index-block.bx-theme-yellow {
  background: url(images/wt_yellow.png) center top;
}

.sale-personal-section-index-block.bx-theme-black {
  background: url(images/wt_black.png) center top;
}

.sale-personal-section-index-block:hover {
  opacity: 1;
}

.sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus,
.sale-personal-section-index-block-link:visited {
  text-decoration: none;
  display: block;
  padding: 25px 15px;
  color: #fff;
}

.sale-personal-section-index-block-link {
  color: #fff;
}

.sale-personal-section-index-block-ico {
  font-size: 64px;
}

.sale-personal-section-index-block-name {
  font-size: 16px;
}

.sale-personal-section-account-sub-header {
  margin-top: 40px;
}

.sale-personal-section-row-flex {
  display: flex;
  flex-flow: row wrap;
}

.anchors__container .sale-personal-section-index-block {
  border-radius: 4px;
  background-color: #FBFBFD;
}

.anchors__container .sale-personal-section-index-block:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.anchors__container .anchor {
  color: var(--black);
}

.anchors__container .anchor:hover {
  color: var(--grey-5);
}

.anchors__container .anchor h3 {
  font-size: 14px;
  font-weight: 500;
}

html.bx-touch body .header .fixed-flex {
  display: none;
}

html.bx-no-touch body.front .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  background: #ffffff;
}

html.bx-no-touch body.front .header .fixed-flex {
  display: none;
}

html.bx-no-touch body.front .header.fixed {
  border-bottom: 1px solid var(--grey-2);
}

html.bx-no-touch body.front .header.fixed .fixed-flex {
  display: flex;
}

html.bx-no-touch body.front .header.fixed .fixed-hide {
  display: none;
}

html.bx-no-touch body.front main.content {
  /*margin-top: 80px;*/
  margin-top: 112px;
}

html.bx-no-touch body.not-front .header.fixed {
  margin-bottom: 75px;
}

html.bx-no-touch body.not-front .header.fixed .header--2 {
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid var(--grey-2);
}

.blog-wrapper > .col {
  margin-bottom: 20px;
}

.show-other .blog__item {
  box-shadow: none;
  padding: 0;
}

.blog__item {
  height: 100%;
  padding: 15px;
  box-shadow: 0px 2px 4px rgb(0, 0, 0, .15);
  border-radius: 4px;
}

.blog__link {
  display: block;
  position: relative;
}

.blog__image-wrapper {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.blog__image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 180px;
  max-width: 100%;
  width: 100%;
  transition: transform .3s ease;
}

.blog__item:hover img {
  transform: scale(1.05);
}

.blog__image-wrapper img.blog__image-overlay {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
}

.blog__name {
  font-size: 14px;
  line-height: 19px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  margin-top: 5px;
  font-weight: 600;
}

.blog__date {
  font-size: 13px;
  line-height: 15px;
  color: #a4a4a4;
}

.blog__labels {
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog__label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 11px;
  border-radius: 30px;
  color: var(--white);
}

.blog__label:not(:first-child) {
  margin-top: 5px;
}

.blog__preview {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}

.wrap_e962._orientationRight_be35.__jivoMobileButton {
  bottom: 10vh;
}

.col-message-note.c-message {
  margin: 20px;
}

.col-message-note.c-message.d-block {
  margin: 20px 0 0 0;
}

.sec-mobile a img {
  width: 100%;
  height: auto;
}

.owl-carousel .owl-dot {
  opacity: 1;
  background-color: var(--orange-2);
}

.owl-carousel .owl-dot.active {
  background-color: var(--white);
  border: 2px solid var(--orange-2);
}

.blog-detail__left img {
  max-width: 100%;
  border-radius: 4px;
}

.blog-detail__left iframe {
  max-width: 100%;
}

.owl-carousel .owl-item img.review__img {
  width: auto;
}

.products.owl-carousel:hover {
  z-index: 99;
}

.blog__more {
  /*text-align: right;*/
  margin-top: auto;
}

.blog-detail__date {
  color: #a4a4a4;
  font-size: 15px;
  line-height: 24px;
}

.sec-menu li {
  margin-bottom: 20px;
  margin-right: 20px;
}

.sec-menu a.active, .sec-menu a:hover {
  color: var(--grey-6);
}

@media (max-width: 768px) {
  .panel-disclaimer {
    display: none !important;
  }

  #chatra.chatra--side-bottom {
    bottom: 70px !important;
  }

  .bx-basket.header__link {
    display: none;
  }
}

.per-meter {
  border-radius: 4px;
  background-color: var(--grey-2);
  padding: 5px;
  margin-top: 15px;
}

.per-meter__price {
  font-weight: 500;
}

.per-meter__cart {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin-top: 4px;
  padding: 4px;
}

.b-mobile__barcode {
}

.code128__encoded {
  color: #101110;
  font-family: "Libre Barcode 128";
  font-size: 5rem;
  line-height: 1;
  margin-top: 10px;
}

.code128__content {
  margin-top: -25px;
}

.product-item-detail-price-current-measure {
  margin-left: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #101110;
}

.prod-card__price-measure-name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #101110;
}

/**
Разработка розничного сайта для Ярославля
 */
.h-location-wrap {
  padding-left: 50px;
}

.h-location__confirm-block, .h-location__choose-block {
  max-width: 164px;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.h-location {
  font-size: 12px;
  font-weight: 600;
}

.svg-icon--geo {
  width: 15px;
  height: 15px;
  stroke-width: 1;
}

.svg-h-icon--chev {
  width: 10px;
  height: 10px;
  stroke-width: 1.2;
}

.h-location__current-city span {
  padding: 0 8px;
}

.h-location__current-city:hover {
  cursor: pointer;
}

.h-location-popup {
  position: absolute;
  padding: 16px 22px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  font-weight: 400;
  line-height: 1.33;
  margin-top: 20px;
  z-index: 100;
}

.h-location-popup:is(.show) {
  opacity: 1;
  visibility: visible;
}

.h-location__confirm-block {
  text-align: center;
}

.h-location-popup__text {
  margin-bottom: 12px;
}

.btn-orange {
  background-color: var(--orange-2);
  color: white;
}

.btn-confirm {
  font-size: 12px;
  padding: 8px 29px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.btn-other {
  color: var(--grey-5);
}

.city-list a {
  padding: 4px 0;
}

.city-list a:hover {
  font-weight: 600;
}

.phone-call-icon {
  position: fixed;
  right: 12px;
  bottom: 80px;
}

@media screen and (max-width: 767px) {
  .phone-call-icon {
    bottom: 130px;
  }
}

#related-products .btn.btn-blue.prod-card__to-cart {
  background-color: #ef7f1b;
  text-transform: lowercase;
  box-shadow: none;
}

.col-filter-content.-has-weekend-sale .s-ttl {
  display: inline-flex;
}

.weekend-badge {
  cursor: pointer;
}

.col-filter-content.-has-weekend-sale .s-ttl + .weekend-badge.badge-big {
  /*margin-left: 24px;*/
  float: right;
}

.weekend-badge.badge-big {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: #FFF5D2;
  padding: 12px 16px;
  border-radius: 12px;
}

.weekend-badge__right {
  margin-left: 12px;
}

.weekend-badge__title {
  line-height: normal;
  font-weight: 600;
  font-size: 15px;
  color: #101110;
}

.weekend-badge__dates {
  margin-top: 8px;
  font-weight: 400;
  font-size: 13px;
  color: #454A54;
}

.prod-detail__main .weekend-badge.badge-big {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .col-filter-content.-has-weekend-sale .s-ttl + .weekend-badge.badge-big {
    margin-left: 0;
    margin-bottom: 16px;
  }
}

.quantity-change {
  position: relative;
  /*bottom: 150%;*/
}

.delivery--unload .bx-soa-customer-field.mt20 {
  margin-top: 20px;
}

/* 2024-10-01 free delivery start */
.delivery-price {
  height: 0;
  overflow: visible;
}

.delivery-price .delivery-progress {
  border: 1px solid #ebebeb;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 12px 16px;
  /*width: fit-content;*/
  /*float: right;*/
  position: fixed;
  background: #FFF;
  z-index: 101;
}

.delivery-progress__text-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  color: #101110;
}

.delivery-progress__text-text .--orange {
  color: #EF7F1B;
  display: inline-block;
}

.delivery-progress__text-popup {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.545%205C4.66255%204.66583%204.89458%204.38405%205.19998%204.20457C5.50538%204.02508%205.86445%203.95947%206.21359%204.01936C6.56273%204.07924%206.87941%204.26076%207.10754%204.53176C7.33567%204.80277%207.46053%205.14576%207.46%205.5C7.46%206.5%205.96%207%205.96%207L6.005%207.4001M6%209H6.005M11%206.5C11%209.26142%208.76142%2011.5%206%2011.5C3.23858%2011.5%201%209.26142%201%206.5C1%203.73858%203.23858%201.5%206%201.5C8.76142%201.5%2011%203.73858%2011%206.5Z%22%20stroke%3D%22%230071DC%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') center no-repeat;
  vertical-align: middle;
}

.delivery-progress__bar {
  width: 213px;
  height: 8px;
  background-color: #F3F3F3;
  margin-top: 8px;
  border-radius: 12px;
}

.delivery-progress__bar-image {
  background: url('data:image/svg+xml,%3Csvg%20width%3D%22213%22%20height%3D%228%22%20viewBox%3D%220%200%20213%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22213%22%20height%3D%228%22%20rx%3D%224%22%20fill%3D%22url(%23paint0_linear_1887_2834)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_1887_2834%22%20x1%3D%227.53175e-07%22%20y1%3D%224.00012%22%20x2%3D%22213%22%20y2%3D%224.00014%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220.104167%22%20stop-color%3D%22%230071DC%22%2F%3E%3Cstop%20offset%3D%220.581339%22%20stop-color%3D%22%23C82546%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23EF7F1B%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E ') center no-repeat;
  height: 8px;
  border-radius: 12px;
}

.delivery-progress__text-popup {
  margin-left: 12px;
}

.delivery-progress__note {
  font-weight: 400;
  font-size: 9px;
  line-height: 120%;
  color: #454a54;
  margin-top: 16px;
}

.delivery-progress__note .star-blue {
  color: #004f9a;
  margin-right: 4px;
}

[data-entity="basket-checkout-aligner"] > .container {
  padding: 0;
  margin-bottom: 20px;
}

[data-entity="basket-checkout-aligner"] .delivery-progress {
  width: 100%;
  border-radius: 8px;
}

/* 2024-10-01 free delivery end */
/* 2024-10-07 bonuses start */
.bonuses__gradient {
  color: transparent;
  background: linear-gradient(90deg, #c82546 0%, #ef7f1b 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.bonuses__total, .bonuses__gradient {
  font-weight: 600;
  font-size: 14px;
}

.bonuses__text, .bonuses__inactive {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #7B7B7B;
}

.bonuses__hint {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.254%206.2C6.39506%205.799%206.67349%205.46086%207.03997%205.24548C7.40645%205.0301%207.83734%204.95136%208.25631%205.02323C8.67527%205.09509%209.05529%205.31291%209.32905%205.63812C9.6028%205.96332%209.75263%206.37491%209.752%206.8C9.752%208%207.952%208.6%207.952%208.6L8.006%209.08012M8%2011H8.006M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z%22%20stroke%3D%22%230071DC%22%20stroke-width%3D%221.25%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') center no-repeat;
  vertical-align: middle;
  margin-left: 4px;
}

.bx-soa-bonus-check {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: #F3F3F3;
  border-radius: 8px;
}

.bx-soa-bonus-check-arrow {
  width: 25px;
  height: 24px;
  display: inline-flex;
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.5%2012H19.5%22%20stroke%3D%22%23004F9A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12.5%205L19.5%2012L12.5%2019%22%20stroke%3D%22%23004F9A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') center no-repeat;
  vertical-align: middle;
  margin: 8px 15px;
  border-radius: 8px;
}

/* 2024-10-07 bonuses end */
/* 2024-12-25 form product request start */
form[name="form_product_request"] .form-desc {
  margin-top: 20px;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #101110;
}

#form-wrap-14 .form-actions {
  margin-top: 24px;
  margin-bottom: 24px;
}

#form-wrap-14 h3 {
  font-size: 20px;
}

.btn--add-to-cart.fs-20 {
  font-size: 20px;
}

.prod-card__sticker--request {
  background-color: #FF0000;
}

.prod-detail__price-desc-bold {
  font-weight: 400;
  font-size: 16px;
  color: #101110;
}

/* 2024-12-25 form product request end */
.alert-danger-delivery {
  color: #A94442;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  top: 75%;
}

.alert-danger-delivery::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/warning-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.pos-relative {
  position: relative !important;
}

.sec-bnr img, .features__bnr img {
  border-radius: 12px;
}

.lb-widget-panel .lb-balloon {
  border-radius: 12px !important;
}

#skyweb24_banner_default .sw24TextCloseButton {
  border-bottom-left-radius: 12px !important;
}

#skyweb24_banner_default img {
  border-radius: 12px !important;
}

.basket-item__top {
  max-width: 100%;
}

.sec-top-ad-bnr {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  margin: 40px 0;
  border-radius: 4px;
}

.sec-top-ad-bnr__link {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.sec-top-ad-bnr__image--desktop,
.sec-top-ad-bnr__image--mobile {
  width: 100%;
  height: auto;
}

.sec-top-ad-bnr__image--mobile {
  display: none;
}

@media (max-width: 768px) {
  .sec-top-ad-bnr__image--mobile {
    display: block;
  }

  .sec-top-ad-bnr__image--desktop {
    display: none;
  }
}

.top-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  margin-top: 15px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.top-menu::-webkit-scrollbar {
  display: none;
}

.top-menu li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.top-menu li a.action {
  background: linear-gradient(94.45deg, #C82546 0%, #EF7F1B 100%);
  padding: 5px 11px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.top-menu li a.action:before {
  content: "";
  display: block;
  background-image: url(/images/percent.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.bg-light-blue {
  background: #eff5ff;
}

.sale-order-list-inner-container .o-details__left {
  padding-left: 0;
}

.plait__detail {
  margin-top: 10px;
}

.side-panel {
  position: fixed;
  top: 50%;
  right: 10px;
  margin-left: -20px;
  margin-top: -10px;
  z-index: 200;
}

.side-panel .info {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1700px) {
  .side-panel {
    right: 8vw;
  }
}

@media (min-width: 1850px) {
  .side-panel {
    right: 12vw;
  }
}

/*.hvr__images {
  position: relative;
}*/

.hvr__sectors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 15;
}

.hvr__sector {
  flex-grow: 1;
}

.hvr__dots {
  position: absolute;
  bottom: -8px;
  left: 0px;
  right: 0;
  padding: 4px;
  display: flex;
  column-gap: 4px;
}

.hvr__dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #DEDEDE;
}

.hvr__dot.hvr__dot--active {
  background-color: #EF7F1B;
}

.header__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
  row-gap: 10px;
}

.header__socials img {
  width: 40px;
  height: 40px;
}

img.header__socials__tg {
  width: 30px;
  height: 30px;
}

@media (max-width: 576px) {
  .header__socials img {
    width: 30px;
    height: 30px;
  }

  img.header__socials__tg {
    width: 22px;
    height: 22px;
  }
}

.bonuses__hint {
  position: relative;
}

.bonuses__hint:hover .bonuses__tooltip {
  display: block;
}

.bonuses__hint .bonuses__tooltip::before {
  right: 5px;
  left: auto;
  top: -21px;
  transform: rotate(180deg);
}

.bonuses__tooltip {
  display: none;
  top: 100%;
  right: 0;
  width: 300px;
  position: absolute;
  z-index: 10;
  margin: 15px -15px 0 0;
  padding: 15px;
  box-shadow: inset 0 0 0 1px var(--grey-2), 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: var(--white);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #7B7B7B;
}

.bonuses__tooltip::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 25px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="42" height="30" viewBox="0 0 42 30" fill="none" xmlns="http://www.w3.org/2000/svg">\a     <g filter="url(%23filter0_d_556_3163)">\a     <path d="M21 16L8.00962 2.5L33.9904 2.5L21 16Z" fill="white"/>\a     </g>\a     <defs>\a     <filter id="filter0_d_556_3163" x="0.00976562" y="0.5" width="41.9805" height="29.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">\a     <feFlood flood-opacity="0" result="BackgroundImageFix"/>\a     <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>\a     <feOffset dy="6"/>\a     <feGaussianBlur stdDeviation="4"/>\a     <feComposite in2="hardAlpha" operator="out"/>\a     <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>\a     <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_556_3163"/>\a     <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_556_3163" result="shape"/>\a     </filter>\a     </defs>\a     </svg>') center/contain no-repeat;
}

.changed-prices {
  color: var(--red-1);
}

.changed-prices > .col-12 + .col-12 {
  margin-bottom: 8px;
}

.header__logo.logo-ny {
  max-height: 41px;
  display: flex;
  align-items: center;
}

.header__logo.logo-ny img {
  position: relative;
  z-index: -1;
}

.delivery-progress__link {
  color: #337cff;
  margin-top: 24px;
  font-weight: 600;
  font-size: 14px;
}