*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  background-color: var(--bs-highlight-bg);
  padding: 0.1875em;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
code {
  word-wrap: break-word;
  color: var(--bs-code-color);
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
kbd {
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
  color: var(--bs-body-bg);
  font-size: 0.875em;
  padding: 0.1875rem 0.375rem;
}
kbd kbd {
  font-size: 1em;
  padding: 0;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #6c757d;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  cursor: pointer;
  display: list-item;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 768px) {
  .container,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1260px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1200px;
  }
}
@media (min-width: 1580px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1520px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
  -ms-flex-negative: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  width: auto;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 768px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1,
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-2,
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-4,
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-6,
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-8,
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-10,
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-1,
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-2,
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-4,
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-6,
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-8,
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-10,
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1260px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1,
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-2,
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-4,
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-6,
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-8,
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-10,
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1580px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1,
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-2,
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-4,
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-6,
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-8,
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-10,
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 768px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1260px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1580px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  -ms-flex-negative: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.carousel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.carousel *,
.carousel :after,
.carousel :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carousel__viewport {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel__slide {
  -webkit-box-flex: 0;
  -ms-scroll-chaining: none;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1rem;
  position: relative;
  width: var(--carousel-slide-width, 60%);
}
.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  cursor: pointer;
  display: block;
  height: 22px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 22px;
}
.carousel__dots .carousel__dot:after {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 50%;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  width: 8px;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--carousel-button-bg, transparent);
  border: 0;
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  color: var(--carousel-button-color, currentColor);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--carousel-button-height, 48px);
  justify-content: center;
  padding: 0;
  pointer-events: all;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: var(--carousel-button-width, 48px);
}
.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  height: var(--carousel-button-svg-height, 50%);
  pointer-events: none;
  width: var(--carousel-button-svg-width, 50%);
}
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}
.fancybox__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--fancybox-color, #fff);
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0)
    env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  z-index: 1050;
}
.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff,
    0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  box-shadow: 0 0 0 1px #fff,
    0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.fancybox__carousel {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
  cursor: default;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox__track {
  height: 100%;
}
.fancybox__slide,
.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-scroll-chaining: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  max-width: 100%;
  outline: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 48px 8px 8px;
  position: relative;
  width: 100%;
}
.fancybox__slide:after,
.fancybox__slide:before {
  -webkit-box-flex: 0;
  content: "";
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-self: center;
  background: var(--fancybox-content-bg, #fff);
  color: var(--fancybox-content-color, #374151);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
  padding: 36px;
  position: relative;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: thin dotted;
}
.fancybox__caption {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -ms-flex-negative: 0;
  align-self: center;
  color: var(--fancybox-color, currentColor);
  cursor: auto;
  flex-shrink: 0;
  line-height: 1.375;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 1rem 0 0;
  visibility: visible;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container > .carousel__dots {
  color: var(--fancybox-color, #fff);
  top: 100%;
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  right: 8px;
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  top: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  z-index: 40;
}
@media (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  color: var(--fancybox-color, #fff);
  position: absolute;
  right: 0;
  top: -40px;
}
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  color: var(--fancybox-color, currentColor);
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke: currentColor;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"]
  .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav {
  -webkit-animation: fancybox-fadeIn 0.15s ease backwards;
  animation: fancybox-fadeIn 0.15s ease backwards;
}
.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  -webkit-animation: fancybox-fadeOut 0.15s ease both;
  animation: fancybox-fadeOut 0.15s ease both;
}
.fancybox-fadeIn {
  -webkit-animation: fancybox-fadeIn 0.15s ease both;
  animation: fancybox-fadeIn 0.15s ease both;
}
.fancybox-fadeOut {
  -webkit-animation: fancybox-fadeOut 0.1s ease both;
  animation: fancybox-fadeOut 0.1s ease both;
}
.fancybox-zoomInUp {
  -webkit-animation: fancybox-zoomInUp 0.2s ease both;
  animation: fancybox-zoomInUp 0.2s ease both;
}
.fancybox-zoomOutDown {
  -webkit-animation: fancybox-zoomOutDown 0.15s ease both;
  animation: fancybox-zoomOutDown 0.15s ease both;
}
.fancybox-throwOutUp {
  -webkit-animation: fancybox-throwOutUp 0.15s ease both;
  animation: fancybox-throwOutUp 0.15s ease both;
}
.fancybox-throwOutDown {
  -webkit-animation: fancybox-throwOutDown 0.15s ease both;
  animation: fancybox-throwOutDown 0.15s ease both;
}
@-webkit-keyframes fancybox-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
}
@keyframes fancybox-zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes fancybox-throwOutUp {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fancybox-throwOutDown {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-color: #ccc hsla(0, 0%, 100%, 0.1);
  scrollbar-width: thin;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__image {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-image .fancybox__content {
  background: transparent;
  min-height: 1px;
  padding: 0;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit="contain"] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.has-image[data-image-fit="contain"] .fancybox__image {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
  height: auto;
  max-width: 100%;
}
.has-image[data-image-fit="cover"] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
  height: 100%;
  width: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 100%;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  height: 80%;
  width: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  height: 540px;
  max-height: 100%;
  max-width: 100%;
  width: 960px;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
  padding: 0;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.fancybox-placeholder {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: var(--fancybox-opacity, 1);
  padding: 0 3px;
  position: relative;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  -webkit-animation: fancybox-fadeIn 0.15s ease-in backwards;
  animation: fancybox-fadeIn 0.15s ease-in backwards;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  justify-content: center;
  margin: 0;
  overflow: visible;
  padding: 8px 3px;
  width: var(--fancybox-thumbs-width, 96px);
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
  border-style: solid;
  border-width: 5px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox__thumb {
  background-color: hsla(0, 0%, 100%, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  position: relative;
  width: 100%;
}
.fancybox__toolbar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    color-stop(8.1%, rgba(0, 0, 0, 0.006)),
    color-stop(15.5%, rgba(0, 0, 0, 0.021)),
    color-stop(22.5%, rgba(0, 0, 0, 0.046)),
    color-stop(29%, rgba(0, 0, 0, 0.077)),
    color-stop(35.3%, rgba(0, 0, 0, 0.114)),
    color-stop(41.2%, rgba(0, 0, 0, 0.155)),
    color-stop(47.1%, rgba(0, 0, 0, 0.198)),
    color-stop(52.9%, rgba(0, 0, 0, 0.242)),
    color-stop(58.8%, rgba(0, 0, 0, 0.285)),
    color-stop(64.7%, rgba(0, 0, 0, 0.326)),
    color-stop(71%, rgba(0, 0, 0, 0.363)),
    color-stop(77.5%, rgba(0, 0, 0, 0.394)),
    color-stop(84.5%, rgba(0, 0, 0, 0.419)),
    color-stop(91.9%, rgba(0, 0, 0, 0.434)),
    to(rgba(0, 0, 0, 0.44))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.006) 8.1%,
    rgba(0, 0, 0, 0.021) 15.5%,
    rgba(0, 0, 0, 0.046) 22.5%,
    rgba(0, 0, 0, 0.077) 29%,
    rgba(0, 0, 0, 0.114) 35.3%,
    rgba(0, 0, 0, 0.155) 41.2%,
    rgba(0, 0, 0, 0.198) 47.1%,
    rgba(0, 0, 0, 0.242) 52.9%,
    rgba(0, 0, 0, 0.285) 58.8%,
    rgba(0, 0, 0, 0.326) 64.7%,
    rgba(0, 0, 0, 0.363) 71%,
    rgba(0, 0, 0, 0.394) 77.5%,
    rgba(0, 0, 0, 0.419) 84.5%,
    rgba(0, 0, 0, 0.434) 91.9%,
    rgba(0, 0, 0, 0.44) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.006) 8.1%,
    rgba(0, 0, 0, 0.021) 15.5%,
    rgba(0, 0, 0, 0.046) 22.5%,
    rgba(0, 0, 0, 0.077) 29%,
    rgba(0, 0, 0, 0.114) 35.3%,
    rgba(0, 0, 0, 0.155) 41.2%,
    rgba(0, 0, 0, 0.198) 47.1%,
    rgba(0, 0, 0, 0.242) 52.9%,
    rgba(0, 0, 0, 0.285) 58.8%,
    rgba(0, 0, 0, 0.326) 64.7%,
    rgba(0, 0, 0, 0.363) 71%,
    rgba(0, 0, 0, 0.394) 77.5%,
    rgba(0, 0, 0, 0.419) 84.5%,
    rgba(0, 0, 0, 0.434) 91.9%,
    rgba(0, 0, 0, 0.44)
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  left: 0;
  opacity: var(--fancybox-opacity, 1);
  padding: 0;
  position: absolute;
  right: 0;
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.4)
  );
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 20;
}
@media (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  -webkit-animation: fancybox-fadeIn 0.15s ease-in backwards;
  animation: fancybox-fadeIn 0.15s ease-in backwards;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  line-height: var(--carousel-button-height, 48px);
  min-width: 72px;
  padding: 0 10px;
  text-align: center;
}
.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 30;
}
.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}
.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}
.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:-webkit-full-screen
  .fancybox__button--fullscreen
  g:first-child {
  display: none;
}
.fancybox__container:-ms-fullscreen
  .fancybox__button--fullscreen
  g:first-child {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
  display: none;
}
.fancybox__container:-webkit-full-screen
  .fancybox__button--fullscreen
  g:nth-child(2) {
  display: block;
}
.fancybox__container:-ms-fullscreen
  .fancybox__button--fullscreen
  g:nth-child(2) {
  display: block;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
::-moz-selection {
  background-color: #4395cd;
  color: #fff;
}
::selection {
  background-color: #4395cd;
  color: #fff;
}
input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}
body {
  background-color: #f2f2f2;
  color: #2a2a2a;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  min-width: 320px;
  overflow-x: hidden;
  padding-top: 150px;
  position: relative;
}
.header-abs {
  padding-top: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
  opacity: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1579.98px) {
  body {
    padding-top: 132px;
  }
  .header-abs {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .header-abs,
  body {
    padding-top: 80px;
  }
}
.text-accent {
  color: #4395cd !important;
}
.text-center {
  text-align: center;
}
.heading-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.heading-row > * {
  margin-bottom: auto;
  margin-top: auto;
}
.heading-row .btn,
.heading-row .btn svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.heading-row .btn svg {
  stroke: rgba(0, 0, 0, 0.5);
}
.heading-row .btn:hover {
  background-color: #4395cd;
  color: #fff;
}
.heading-row .btn:hover svg {
  stroke: #fff;
}
.wide-wrap {
  background: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  width: 100%;
}
.btn {
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.btn-lg {
  height: 70px;
}
.btn-light-2 {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.btn-light-2,
.btn-more {
  border-radius: 20px;
  height: 60px;
}
.btn-more {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #4395cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.btn-more > * {
  margin-bottom: auto;
  margin-top: auto;
}
.btn-more span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-right: 25px;
}
.btn-catalog {
  background-color: #4395cd;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-catalog span {
  margin-left: 10px;
}
.btn-catalog:hover {
  background-color: #63abda;
}
.btn-hover {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-hover:hover {
  background-color: #63abda;
}
.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn-icon > * {
  margin-bottom: auto;
  margin-top: auto;
}
.btn-icon span {
  margin-right: 10px;
}
.btn-light {
  background-color: #fff;
  border: 1px solid #4395cd;
  color: #4395cd;
}
.btn-arrow {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-radius: 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.01em;
  line-height: 22px;
  padding-left: 30px;
  padding-right: 14px;
  text-transform: uppercase;
  width: 100%;
}
.btn-arrow svg {
  height: 42px;
  width: 42px;
}
.btn-down {
  background: #fff;
  border: 1px solid #4395cd;
  border-radius: 10px;
  color: #4395cd;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
.btn-down svg {
  margin-left: 10px;
}
.btn-doc {
  background-color: #f2f2f2;
  border: 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  max-width: 38px;
  min-width: 38px;
  width: 38px;
}
.btn-doc svg {
  margin: auto;
}
.btn-stock {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #e7e7e7;
  border: 0;
  border-radius: 20px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: 62px;
  justify-content: space-between;
  line-height: 22px;
  padding-left: 20px;
  padding-right: 30px;
  width: 100%;
}
.btn-stock span,
.btn-stock svg {
  margin-bottom: auto;
  margin-top: auto;
}
.btn-open {
  background-color: #4395cd;
  background-image: url(../images/arr.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 8.5px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.btn-cabinet-full {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 25px 10px 10px 25px;
  color: #4395cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 20px;
  padding-left: 53px;
  padding-right: 30px;
  position: relative;
}
.btn-cabinet-full > * {
  margin-bottom: auto;
  margin-top: auto;
}
.btn-cabinet-full__account {
  text-decoration: none;
}
.btn-cabinet-full__account svg {
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
}
.btn-cabinet-full__account span,
.btn-cabinet-full__account svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-cabinet-full__account span {
  color: #000;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  max-width: 90px;
  min-width: 70px;
  overflow: hidden;
  text-decoration: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-cabinet-full__account:hover svg {
  opacity: 0.8;
}
.btn-cabinet-full__account:hover span {
  color: #4395cd;
}
.btn-cabinet-full__exit {
  margin-top: -8px;
  right: 5px;
  top: 50%;
}
.btn-cabinet-full__exit,
.btn-cabinet-full__exit svg {
  height: 16px;
  min-width: 16px;
  position: absolute;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 16px;
}
.btn-cabinet-full__exit svg {
  stroke: #4395cd;
  left: 0;
  top: 0;
}
.btn-cabinet-full__exit svg path {
  stroke: #4395cd;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-cabinet-full__exit:hover svg {
  stroke: #e62117;
}
.btn-cabinet-full__exit:hover svg path {
  stroke: #e62117;
}
.btn-arr-sm {
  background-color: #f2f2f2;
  border-radius: 50px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 29px;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-arr-sm > * {
  margin-bottom: auto;
  margin-top: auto;
}
.btn-arr-sm svg {
  margin-left: 10px;
}
.btn-primary {
  background-color: #4395cd;
  color: #fff;
}
.btn-primary span {
  color: #fff;
}
.btn-fav {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 40px;
  width: 40px;
}
.btn-fav svg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.btn-fav svg,
.btn-fav svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-fav:hover {
  border-color: #4395cd;
}
.btn-fav:hover svg {
  fill: #4395cd;
  stroke: #4395cd;
}
.btn-fav.active {
  background-color: #4395cd;
  border-color: #4395cd;
}
.btn-fav.active svg {
  fill: #fff;
  stroke: #fff;
}
.btn-arr-light {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #f2f2f2;
  border-radius: 5px;
  color: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  line-height: 17px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  width: 100%;
}
.btn-arr-light > * {
  margin-bottom: auto;
  margin-top: auto;
}
.btn-arr-light svg {
  min-width: 15px;
}
.btn-text-sm {
  font-size: 20px;
  text-transform: none;
}
.btn-sub {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  color: #4395cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 70px;
  justify-content: space-between;
  letter-spacing: 0.01em;
  line-height: 22px;
  padding-left: 30px;
  padding-right: 14px;
  text-decoration: none;
  text-transform: uppercase;
  width: 250px;
}
.btn-sub > * {
  margin-bottom: auto;
  margin-top: auto;
}
.btn-sub svg {
  margin-left: 10px;
}
.heading-lg {
  font-size: 64px;
  line-height: 1.25;
}
.heading-lg,
.heading-xmd {
  color: #000;
  font-style: normal;
  font-weight: 500;
}
.heading-xmd {
  font-size: 40px;
  line-height: 1.4;
}
.heading-md {
  font-size: 32px;
  line-height: 1.25;
}
.heading-md,
.heading-sm {
  color: #000;
  font-style: normal;
  font-weight: 500;
}
.heading-sm {
  font-size: 20px;
  line-height: 1.1;
}
.bg-white,
.tag {
  background-color: #fff;
}
.tag {
  border-radius: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 55px;
  line-height: 55px;
  padding-left: 57.5px;
  padding-right: 37.5px;
  position: relative;
}
.tag:before {
  background-color: #4395cd;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: 37.5px;
  position: absolute;
  top: 20px;
  width: 15px;
}
.banner {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding-bottom: 70px;
  padding-left: 70px;
  padding-top: 70px;
}
.banner__tag {
  background: #fff;
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  height: 51px;
  line-height: 1.3888;
  line-height: 51px;
  margin-top: 10px;
  padding: 0 15px;
}
.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.pagination .page {
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 1.375;
  line-height: 40px;
  text-align: center;
  text-decoration: none !important;
  width: 40px;
}
.pagination .page svg {
  margin: auto;
}
.pagination .page-current {
  background-color: #4395cd;
  color: #fff;
}
.pagination .page-next,
.pagination .page-prev {
  background-color: transparent !important;
}
.pagination .page-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .page:hover {
  background-color: #4395cd;
  color: #fff;
}
.btn-cart-sm {
  background-color: #4395cd;
  border: 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 40px;
  width: 40px;
}
.btn-cart-sm svg {
  margin: auto;
}
.filter {
  background-color: #fff;
  border-radius: 20px;
  max-width: 253px;
  padding: 20px;
}
.filter__title {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  margin-bottom: 15px;
}
.filter__title span,
.filter__title svg {
  margin-bottom: auto;
  margin-top: auto;
}
.filter__title svg {
  display: none;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.filter.openned .filter__title svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filter-form .filter-reset {
  background-color: transparent;
  border: 0;
  color: #4395cd;
  display: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-left: auto;
  padding: 0;
  text-decoration-line: underline;
}
.status {
  border-radius: 10px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 175px;
}
.status,
.status-1 {
  background-color: #ddd;
}
.status-2 {
  background-color: #fff4c2;
}
.status-3 {
  background-color: #ffb9b9;
}
.status-4 {
  background-color: #aeffb5;
}
.table-row {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  position: relative;
}
.table-row_hidden {
  display: none;
}
.table-row_bg-1 {
  background-color: #e8f7e2;
}
.table-row_bg-2 {
  background-color: #fffbe9;
}
.table-row_bg-3 {
  background-color: #f8f8f8;
}
.table-row_bg-blue {
  background-color: #dff1fd;
}
.table-row:last-child {
  margin-bottom: 0;
}
.table-row_filter {
  background-color: transparent;
}
.table-row_filter .table-cell {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  position: relative;
}
.table-row_filter .table-cell .filter-sort-wrap {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.table-row_filter .table-cell_count {
  position: relative;
}
.table-row_filter .table-cell_count .filter-sort {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.table-cell {
  border-right: 1px solid grey;
  padding: 10px 15px;
}
.table-cell small {
  color: rgba(0, 0, 0, 0.5);
  display: none;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.table-cell_fav {
  border-right: 0;
  left: -50px;
  min-width: 50px;
  padding-left: 0 !important;
  padding-right: 10px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  width: 50px;
}
.table-cell_name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 17.3%;
  min-width: 17.3%;
}
.table-cell_name .text-grpup {
  margin-bottom: auto;
  margin-top: auto;
}
.table-cell_name img {
  -ms-flex-negative: 0;
  -ms-grid-row-span: 2;
  flex-shrink: 0;
  grid-row: span 2;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 50px;
}
.table-cell_name div {
  color: #000;
  font-size: 20px;
  -ms-grid-row: 1;
  grid-row: 1;
  line-height: 1.1;
}
.table-cell_name div,
.table-cell_name span {
  font-style: normal;
  font-weight: 400;
  -ms-grid-column: 2;
  grid-column: 2;
}
.table-cell_name span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  -ms-grid-row: 2;
  grid-row: 2;
  line-height: 1.83;
}
.table-cell_title {
  max-width: 27.5%;
  min-width: 27.5%;
}
.table-cell_count,
.table-cell_title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}
.table-cell_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 5.9%;
  min-width: 5.9%;
  text-align: center;
}
.table-cell_count span {
  margin: auto;
}
.table-cell_addr {
  max-width: 16.9%;
  min-width: 16.9%;
}
.table-cell_addr,
.table-cell_date {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125;
}
.table-cell_date {
  max-width: 9.5%;
  min-width: 9.5%;
  text-align: center;
}
.table-cell_date span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.table-cell_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125;
  max-width: 9.4%;
  min-width: 9.4%;
  text-align: center;
}
.table-cell_price span {
  margin: auto;
}
.table-cell_cart {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 12%;
  min-width: 12%;
}
.table-cell_cart button {
  margin-bottom: auto;
  margin-top: auto;
}
.table .table-bottom-row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.table.table-v2 .table_final {
  margin-bottom: 5px;
}
.table.table-v2 .table_final .table-cell {
  height: 50px;
}
.table.table-v2 .table_final .table-cell_img {
  max-width: 70px;
  min-width: 70px;
}
.table.table-v2 .table_final .table-cell_art,
.table.table-v2 .table_final .table-cell_man {
  font-size: 12px;
  max-width: 10%;
  min-width: 10%;
}
.table.table-v2 .table_final .table-cell_title {
  font-size: 12px;
  max-width: 31.8%;
  min-width: 31.8%;
}
.table.table-v2 .table_final .table-cell_provider {
  font-size: 12px;
  max-width: 11.8%;
  min-width: 11.8%;
}
.table.table-v2 .table_final .table-cell_count {
  font-size: 12px;
  max-width: 4.2%;
  min-width: 4.2%;
}
.table.table-v2 .table_final .table-cell_date {
  font-size: 12px;
  max-width: 6.9%;
  min-width: 6.9%;
}
.table.table-v2 .table_final .table-cell_price {
  font-size: 12px;
  max-width: 7.5%;
  min-width: 7.5%;
}
.table.table-v2 .table_final .table-cell_cart {
  max-width: 13%;
  min-width: 13%;
}
.table.table-v2 .table_final .table-cell_cart input {
  font-size: 14px;
}
.table.table-v2 .table-row:not(.table-row_filter) .table-cell {
  height: 50px;
}
.table.table-v2 .table-cell {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}
.table.table-v2 .table-cell span {
  margin-bottom: auto;
  margin-top: auto;
}
.table.table-v2 .table-cell_img {
  max-width: 7%;
  min-width: 7%;
}
.table.table-v2 .table-cell_img a {
  margin-left: auto;
  margin-right: auto;
}
.table.table-v2 .table-cell_img img {
  cursor: pointer;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 40px;
}
.table.table-v2 .table-cell_art {
  max-width: 15%;
  min-width: 15%;
  text-align: center;
}
.table.table-v2 .table-cell_art span {
  margin: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table.table-v2 .table-cell_man {
  max-width: 12%;
  min-width: 12%;
  text-align: center;
}
.table.table-v2 .table-cell_man span {
  margin: auto;
}
.table.table-v2 .table-cell_naming {
  max-width: 50%;
  min-width: 50%;
}
.table.table-v2 .table-cell_naming span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table.table-v2 .table-cell_btn {
  border-right: 0;
  max-width: 16%;
  min-width: 16%;
}
.table.table-v2 .table-cell_btn > * {
  margin: auto;
}
.table.table-v2 .table-cell_btn a.btn {
  text-decoration: none !important;
}
.table.table-v2 .table-cell_btn .btn {
  border-radius: 10px !important;
  height: 30px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.table.table-v2 .table-cell_btn .btn span {
  font-size: 14px !important;
}
.table.table-v2 .table-cell_btn .btn svg {
  height: 24px !important;
  max-height: 24px !important;
  max-width: 24px !important;
  min-height: 24px !important;
  min-width: 24px !important;
  width: 24px !important;
}
.table.table-v2 .table-row + .table_final {
  display: none;
}
.table.table-v2 .table-row_filter {
  background-color: transparent;
}
.table.table-v2 .table-row_filter .table-cell {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
.table.table-v2 .table-row_filter .table-cell .filter-sort-wrap {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.table.table-v2 .table-row_filter .table-cell_count {
  position: relative;
}
.table.table-v2 .table-row_filter .table-cell_count .filter-sort {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.table.table-v2 .table-row.opened + .table_final {
  display: block;
}
.table.table-v2 .table-row.opened .table-cell .btn svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.table-fav .table-row_filter {
  left: -50px;
}
.table--shown .table-row_hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table.table-v3 .table-cell {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}
.table.table-v3 .table-row_head {
  background-color: transparent;
  margin-bottom: 0;
  text-align: center;
}
.table.table-v3 .table-row_head .table-cell {
  border: 0 !important;
  color: rgba(0, 0, 0, 0.5) !important;
  display: block !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px !important;
  padding-bottom: 10px;
  padding-top: 12px;
  text-align: center !important;
}
.table.table-v3 .table-cell_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 7.6%;
  min-width: 7.6%;
}
.table.table-v3 .table-cell_img a {
  margin: auto;
}
.table.table-v3 .table-cell_img img {
  cursor: pointer;
  height: auto;
  margin: auto;
  max-height: 112px;
  max-width: 100%;
}
.table.table-v3 .table-cell_art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 10%;
  min-width: 10%;
}
.table.table-v3 .table-cell_art span {
  margin: auto;
}
.table.table-v3 .table-cell_man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 10%;
  min-width: 10%;
}
.table.table-v3 .table-cell_man span {
  margin: auto;
}
.table.table-v3 .table-cell_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 28%;
  min-width: 28%;
}
.table.table-v3 .table-cell_title span {
  margin: auto;
}
.table.table-v3 .table-cell_stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 14.4%;
  min-width: 14.4%;
  padding-bottom: 20px;
  padding-top: 25px;
}
.table.table-v3 .table-cell_stock .product-stock-list {
  margin: auto;
  width: 100%;
}
.table.table-v3 .table-cell_stock .product-stock-list__item span {
  background-color: #fff;
}
.table.table-v3 .table-cell_price {
  max-width: 8%;
  min-width: 8%;
}
.table.table-v3 .table-cell_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 9%;
  min-width: 9%;
}
.table.table-v3 .table-cell_count .product-price-count {
  background-color: #fff;
  margin: auto;
}
.table.table-v3 .table-cell_count .product-price-count input {
  background-color: #fff;
}
.table.table-v3 .table-cell_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 13%;
  min-width: 13%;
}
.table.table-v3 .table-cell_cart .btn {
  font-size: 16px;
  height: 40px;
  margin: auto;
  max-width: 129px;
  padding-left: 15px;
  padding-right: 15px;
}
.table.table-v3 .table-cell_cart span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  margin: auto;
  text-align: center;
}
.table.table-v3_orders-2 .table-cell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}
.table.table-v3_orders-2 .table-cell_man {
  max-width: 12.2%;
  min-width: 12.2%;
}
.table.table-v3_orders-2 .table-cell_num {
  max-width: 12.4%;
  min-width: 12.4%;
}
.table.table-v3_orders-2 .table-cell_title {
  max-width: 35.2%;
  min-width: 35.2%;
}
.table.table-v3_orders-2 .table-cell_warehouse {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 14.4%;
  min-width: 14.4%;
  text-align: center;
}
.table.table-v3_orders-2 .table-cell_count {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 6.3%;
  min-width: 6.3%;
  text-align: center;
}
.table.table-v3_orders-2 .table-cell_price {
  max-width: 9.3%;
  min-width: 9.3%;
}
.table.table-v3_orders-2 .table-cell_price,
.table.table-v3_orders-2 .table-cell_sum {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.table.table-v3_orders-2 .table-cell_sum {
  border-right: 0;
  max-width: 10.2%;
  min-width: 10.2%;
}
.table-orders .table-cell {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.table-orders .table-cell_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 19.6%;
  min-width: 19.6%;
}
.table-orders .table-cell_num span {
  margin-bottom: auto;
  margin-top: auto;
}
.table-orders .table-cell_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 12.4%;
  min-width: 12.4%;
}
.table-orders .table-cell_date span {
  color: #000;
  margin: auto;
}
.table-orders .table-cell_addr {
  max-width: 26%;
  min-width: 26%;
}
.table-orders .table-cell_addr span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.table-orders .table-cell_addr div {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  margin-top: 5px;
}
.table-orders .table-cell_pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 9%;
  min-width: 9%;
}
.table-orders .table-cell_pos span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  margin: auto;
}
.table-orders .table-cell_sum {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.375;
  max-width: 10.8%;
  min-width: 10.8%;
}
.table-orders .table-cell_sum span {
  margin: auto;
}
.table-orders .table-cell_status {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 22.2%;
  min-width: 22.2%;
}
.table-orders .table-cell_status > * {
  margin-bottom: auto;
  margin-top: auto;
}
.table-orders .table-cell_status .btn-open {
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
.table_new .table-cell {
  border-right: 1px solid #f2f2f2;
}
.table_new .table-cell_pic {
  border-right: 0;
  max-width: 50px;
  width: 50px;
}
.table_new .table-cell_pic img {
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 50px;
}
.table_final .table-cell {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  white-space: nowrap;
}
.table_final .table-cell_img {
  border-right: 0;
  max-width: 70px;
  min-width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table_final .table-cell_img img {
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 40px;
}
.table_final .table-cell_man {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.375;
  max-width: 10%;
  min-width: 10%;
  text-align: left;
}
.table_final .table-cell_man span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.table_final .table-cell_art {
  max-width: 10%;
  min-width: 10%;
}
.table_final .table-cell_art,
.table_final .table-cell_title {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}
.table_final .table-cell_title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 10px;
  justify-content: space-between;
  max-width: 34.8%;
  min-width: 34.8%;
  padding-right: 40px;
  position: relative;
}
.table_final .table-cell_title span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.table_final .table-cell_title .link-icon {
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
}
.table_final .table-cell_title .link-icon svg {
  left: 0;
  position: absolute;
  top: 0;
}
.table_final .table-cell_provider {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 1.375;
  max-width: 11.8%;
  min-width: 11.8%;
}
.table_final .table-cell_provider span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.table_final .table-cell_rating {
  max-width: 6.1%;
  min-width: 6.1%;
}
.table_final .table-cell_rating span {
  background: rgba(76, 176, 34, 0.3);
  border-radius: 100px;
  color: #000;
  display: inline-block;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin: auto;
  text-align: center;
  width: 52px;
}
.table_final .table-cell_rating span.rating-high {
  background: rgba(76, 176, 34, 0.3);
}
.table_final .table-cell_rating span.rating-medium {
  background: #fff4c2;
}
.table_final .table-cell_rating span.rating-low {
  background: #fdc8c8;
}
.table_final .table-cell_count {
  max-width: 4.2%;
  min-width: 4.2%;
}
.table_final .table-cell_count,
.table_final .table-cell_date {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 1.375;
}
.table_final .table-cell_date {
  max-width: 6.9%;
  min-width: 6.9%;
}
.table_final .table-cell_price {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375;
  max-width: 7.5%;
  min-width: 7.5%;
  white-space: nowrap;
}
.table_final .table-cell_cart {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  border-right: 0;
  justify-content: flex-start;
  max-width: 10%;
  min-width: 10%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table_final .table-cell_cart .table__count {
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-right: 10px;
}
.table_final .table-cell_cart .table__count input {
  background-color: #f2f2f2;
  border: 0;
  font-size: 16px;
}
.table_final .table-cell_cart .table__count svg {
  stroke: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.table_final .table-cell_cart .table__count-minus:hover svg,
.table_final .table-cell_cart .table__count-plus:hover svg {
  stroke: #4395cd;
}
.table_final .table-row_head {
  background-color: transparent;
  margin-bottom: 0;
}
.table_final .table-row_head .table-cell {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-end;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 1.16666;
  padding: 0 8px 8px;
  text-align: center;
  white-space: normal;
}
.table_final .table-row_head .table-cell_man {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.table_replace .table-row:first-child {
  border-top-left-radius: 0 !important;
}
.table_replace.table_full {
  margin-bottom: 30px !important;
}
.table-cart {
  display: none;
  margin-bottom: 30px;
  padding-left: 59px;
}
.table-cart-row {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.table-cart-row,
.table-cart-row__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-cart-row__img {
  max-width: 145px;
  max-width: 12%;
  min-width: 12%;
  padding-left: 30px;
}
.table-cart-row__img img {
  height: auto;
  margin: auto;
  max-height: 115px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.table-cart-row__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 12.5%;
  min-width: 12.5%;
}
.table-cart-row__count span {
  background-color: #f2f2f2;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: 30px;
  line-height: 1.375;
  line-height: 30px;
  margin: auto;
  text-align: center;
  width: 30px;
}
.table-cart-row__whole {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125;
  padding-left: 15px;
  padding-right: 15px;
}
.table-cart-row__whole span {
  margin: auto;
}
.table-cart-row__price {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-top: 20px;
  text-align: right;
}
.table-cart-row__price span {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}
.table-cart-row__price div {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: line-through;
}
.table-cart-row__content {
  margin-left: 40px;
  max-width: 38%;
  min-width: 38%;
  padding-right: 10px;
}
.table-cart-row__content a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.table-cart-row__content a:hover {
  color: #4395cd;
}
.table-cart-row__content div {
  margin-top: 17px;
}
.table-cart-row__content div,
.table-cart-row__content div span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
}
.table-cart-row__content div span {
  display: inline-block;
  padding-left: 23px;
  position: relative;
}
.table-cart-row__content div span:before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 3px;
  left: 10px;
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  width: 3px;
}
.table-orders .table-row.openned .table-cell_status .btn-open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.table-orders .table-row.openned + .table-cart {
  display: block;
}
.img-zoom {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  position: relative;
}
.img-zoom img {
  height: auto;
  max-width: 100%;
}
.img-zoom:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.img-zoom:after {
  background-image: url(../images/zoom.svg);
  background-repeat: no-repeat;
  background-size: 52px 52px;
  content: "";
  display: block;
  height: 52px;
  left: 50%;
  margin-left: -26px;
  margin-top: -26px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 52px;
}
.img-zoom:hover:after,
.img-zoom:hover:before {
  opacity: 1;
}
.table__count,
.table__count-minus,
.table__count-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table__count-minus,
.table__count-plus {
  cursor: pointer;
  height: 28px;
  width: 28px;
}
.table__count-minus svg,
.table__count-plus svg {
  margin: auto;
}
.table__count > * {
  margin-bottom: auto;
  margin-top: auto;
}
.table__count input {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  border: 1px solid #b3b3b3;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 28px;
  line-height: 18px;
  margin: auto 0;
  text-align: center;
  width: 26px;
}
.table__count input::-webkit-inner-spin-button,
.table__count input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.table__count input[type="number"] {
  -moz-appearance: textfield;
}
@supports (-moz-appearance: none) {
  .table__count input {
    -moz-appearance: textfield;
  }
}
.filter-sort-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-sort {
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-height: 33px;
  padding: 6px 14px;
  text-decoration: none;
}
.filter-sort svg {
  margin-right: 10px;
}
.filter-sort span,
.filter-sort svg {
  margin-bottom: auto;
  margin-top: auto;
}
.filter-sort span {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  white-space: nowrap;
}
.filter-list__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.filter-list_scroll {
  padding-right: 0;
}
.filter-list_scroll .filter-list__items {
  max-height: 130px;
  max-width: calc(100% - 3px);
  overflow-y: auto;
  padding-right: 20px;
}
.filter-list_scroll .filter-list__items::-webkit-scrollbar {
  width: 5px;
}
.filter-list_scroll .filter-list__items::-webkit-scrollbar-track {
  background: #fff;
}
.filter-list_scroll .filter-list__items::-webkit-scrollbar-thumb {
  background: #e7e7e7;
  border-radius: 100px;
}
.checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + .checkbox__custom {
  background-color: #4395cd;
  border-color: #4395cd;
}
.checkbox input:checked + .checkbox__custom:after {
  opacity: 1;
}
.checkbox input:indeterminate + .checkbox__custom {
  background-color: #4395cd;
  border-color: #4395cd;
}
.checkbox input:indeterminate + .checkbox__custom:before {
  background-color: #fff;
  border-radius: 1px;
  content: "";
  height: 2px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
}
.checkbox__custom {
  background-color: #f2f2f2;
  border-radius: 5px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 20px;
}
.checkbox__custom:after {
  background-image: url(../images/check.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  height: 9px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 6px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 12px;
}
.checkbox__label {
  color: #000;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox:hover .checkbox__custom {
  border-color: #4395cd;
}
.checkbox_link .checkbox__label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}
.checkbox_link .checkbox__label a {
  color: #000;
  text-decoration: underline;
}
.checkbox_link .checkbox__label a:hover {
  text-decoration: none;
}
.price-filter__inputs {
  gap: 5px;
  margin-top: 15px;
}
.price-filter__inputs,
.price-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-input {
  position: relative;
}
.price-input__label {
  font-size: 10px;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: 8px;
}
.price-input__field,
.price-input__label {
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.price-input__field {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
  font-size: 10px;
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding-left: 27px;
  padding-right: 5px;
  width: 100%;
}
.price-input__field::-webkit-inner-spin-button,
.price-input__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.price-input__field[type="number"] {
  -moz-appearance: textfield;
}
@supports (-moz-appearance: none) {
  .price-input__field {
    -moz-appearance: textfield;
  }
}
.price-input__field:focus {
  outline: none;
}
.price-slider {
  margin: 0;
  position: relative;
}
.price-slider__container {
  height: 15px;
  position: relative;
}
.price-slider__track {
  background: #f2f2f2;
  height: 3px;
  width: 100%;
  z-index: 1;
}
.price-slider__range,
.price-slider__track {
  border-radius: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.price-slider__range {
  background: #4395cd;
  height: 4px;
  z-index: 2;
}
.price-slider__thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  height: 0;
  outline: none;
  pointer-events: none;
  position: absolute;
  top: 8px;
  width: 100%;
  z-index: 3;
}
.price-slider__thumb::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #4395cd;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  pointer-events: all;
  width: 15px;
}
.price-slider__thumb::-moz-range-thumb {
  background: #4395cd;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  pointer-events: all;
  width: 15px;
}
.price-slider__thumb--min {
  z-index: 4;
}
.price-slider__thumb--max {
  z-index: 5;
}
.btn-grey {
  border: 0;
  border-radius: 10px !important;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 52px;
  line-height: 1.1;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap;
}
.btn-grey svg {
  margin-right: 10px;
}
.btn-grey svg,
.btn-grey svg path {
  stroke: #000;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-grey span,
.btn-grey svg {
  margin-bottom: auto;
  margin-top: auto;
}
.btn-grey:hover {
  color: #4395cd;
}
.btn-grey:hover svg {
  stroke: #4395cd;
}
.btn-grey:hover svg path {
  stroke: #4395cd;
}
.cats-list {
  -ms-grid-rows: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(233px, 1fr));
  grid-template-rows: repeat(1, 1fr);
}
.cats-list__item {
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  height: 100%;
  line-height: 1.1;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cats-list__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  margin-bottom: 20px;
}
.cats-list__item img {
  margin: auto;
  max-height: 85px;
  max-width: 100%;
  width: auto;
}
.cats-list__item:hover {
  color: #000;
  -webkit-filter: drop-shadow(0 26px 10px rgba(0, 0, 0, 0.01))
    drop-shadow(0 15px 9px rgba(0, 0, 0, 0.03))
    drop-shadow(0 6px 6px rgba(0, 0, 0, 0.04))
    drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 26px 10px rgba(0, 0, 0, 0.01))
    drop-shadow(0 15px 9px rgba(0, 0, 0, 0.03))
    drop-shadow(0 6px 6px rgba(0, 0, 0, 0.04))
    drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.cats-list_first .cats-list__item {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
  grid-column: 1/3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.search-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-tags__item {
  background: #fff;
  border-radius: 50px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.83;
  margin-bottom: 5px;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.search-tags__item:hover {
  color: #000;
}
.search-tags__item_last {
  background: #e7e7e7;
  margin-left: 13px;
}
.search-tags__item_hidden {
  display: none;
}
.cta-block {
  background-color: #4395cd;
  border-radius: 30px;
  padding: 28px 30px 36px;
}
.cta-block .heading-md {
  color: #fff;
}
.cta-block__text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 12px;
}
.cta-block .btn {
  margin-top: 30px;
}
.promo-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #f7f3e2;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 25px 44px 25px 40px;
}
.promo-block .heading-md {
  color: #000;
}
.promo-block > * {
  margin-bottom: auto;
  margin-top: auto;
}
.promo-block .btn {
  max-width: 335px;
}
.achievement {
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 30px 30px 30px 70px;
  position: relative;
}
.achievement:before {
  background-image: url(../images/star.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 26px;
  left: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
}
.social-sm {
  gap: 9px;
}
.social-sm,
.social-sm li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-sm li a {
  background-color: #4395cd;
  border: 1px solid #4395cd;
  border-radius: 50%;
  height: 39px;
  width: 39px;
}
.social-sm li a,
.social-sm li a svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.social-sm li a svg {
  fill: #fff;
  margin: auto;
}
.social-sm li a svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.social-sm li a:hover {
  background-color: transparent;
}
.social-sm li a:hover svg {
  fill: #4395cd;
}
.brands-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.brands-list,
.brands-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brands-list__item {
  background-color: #fff;
  border-radius: 20px;
  height: 100px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.brands-list__item img {
  height: auto;
  margin: auto;
}
.brands-list__item:hover {
  -webkit-filter: drop-shadow(0 26px 10px rgba(0, 0, 0, 0.01))
    drop-shadow(0 15px 9px rgba(0, 0, 0, 0.03))
    drop-shadow(0 6px 6px rgba(0, 0, 0, 0.04))
    drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 26px 10px rgba(0, 0, 0, 0.01))
    drop-shadow(0 15px 9px rgba(0, 0, 0, 0.03))
    drop-shadow(0 6px 6px rgba(0, 0, 0, 0.04))
    drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}
.text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.text p {
  margin-bottom: 1em;
}
.text p:last-child {
  margin-bottom: 0;
}
.point {
  background-color: #f2f2f2;
  border-radius: 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 20px 20px 20px 53px;
  position: relative;
}
.point:before {
  background-color: #4395cd;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 20px;
  position: absolute;
  top: 27px;
  width: 15px;
}
.point__text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.table-sortings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.btn-sorter {
  background: #4395cd;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 41px;
  line-height: 1.375;
  padding: 0 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-sorter svg {
  fill: #fff;
  margin-left: 10px;
}
.btn-sorter svg path {
  fill: #fff;
}
.btn-sorter-asc svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-sorter:hover {
  background-color: #63abda;
}
.btn-opener {
  background: #fff;
  border: 0;
  border-bottom: 1px solid hsla(0, 0%, 50%, 0.2);
  border-radius: 10px;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 30px;
  line-height: 22px;
  padding: 0 10px;
}
.btn-opener svg {
  margin-left: 10px;
}
.btn-opener svg,
.btn-opener svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.btn-opener_opened svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.table-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #4395cd;
  border: 0;
  border-radius: 10px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  line-height: 1.375;
  max-width: 211px;
  min-width: 211px;
  padding: 0 15px;
}
.table-heading_lg {
  background-color: #56616c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 50px;
  margin-bottom: 10px !important;
  min-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.table-heading:not(.table-heading_lg) {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0 !important;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.social li {
  list-style-type: none;
}
.social li a {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 100px;
}
.social li a,
.social li a svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.social li a svg {
  fill: #4395cd;
  margin: auto;
}
.social li a svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.social li a:hover {
  background-color: transparent;
}
.social li a:hover svg {
  fill: #fff;
}
.card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #f2f2f2;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card,
.card__img {
  position: relative;
}
.card__img {
  height: 300px;
}
.card__img img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.card__meta {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
.card__date {
  line-height: 23px;
}
.card__date,
.card__tag {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.card__tag {
  background: #fff;
  border-radius: 50px;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
}
.card__title {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 20px;
}
.card__text,
.card__title {
  font-style: normal;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}
.card__text {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.375;
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.card__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.card__bottom .card__date {
  margin-top: auto;
}
.card:hover {
  -webkit-filter: drop-shadow(0 20.6px 8.24px hsla(0, 0%, 50%, 0.01))
    drop-shadow(0 11.33px 7.21px hsla(0, 0%, 50%, 0.05))
    drop-shadow(0 5.15px 5.15px hsla(0, 0%, 50%, 0.09))
    drop-shadow(0 1.03px 3.09px hsla(0, 0%, 50%, 0.1));
  filter: drop-shadow(0 20.6px 8.24px rgba(128, 128, 128, 0.01))
    drop-shadow(0 11.33px 7.21px rgba(128, 128, 128, 0.05))
    drop-shadow(0 5.15px 5.15px rgba(128, 128, 128, 0.09))
    drop-shadow(0 1.03px 3.09px rgba(128, 128, 128, 0.1));
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.card_promo {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card_promo .card__title {
  margin-top: 15px;
  padding-right: 130px;
}
.card_promo .card__arr {
  background-color: #fff;
  border-radius: 50%;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  position: absolute;
  right: 30px;
  width: 70px;
}
.card_promo .card__arr,
.card_promo .card__arr svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card_promo .card__arr svg {
  stroke: #000;
  margin: auto;
}
.card_promo:hover .card__arr {
  background-color: #4395cd;
}
.card_promo:hover .card__arr svg {
  stroke: #fff;
}
.card_promo--simple {
  background-color: #fff;
  padding-bottom: 0;
}
.card_promo--simple .card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-top: 0;
  padding-right: 30px;
}
.card_promo--simple .card__title span {
  margin-bottom: auto;
  margin-top: auto;
}
.card_white {
  background-color: #fff;
}
.swiper-product {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.swiper-product .swiper {
  padding: 20px 20px 50px;
}
.swiper-product .swiper-prev {
  left: 0;
  position: absolute;
  top: 240px;
}
.swiper-product .swiper-prev svg {
  stroke: #000;
}
.swiper-product .swiper-prev svg,
.swiper-product .swiper-prev svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.swiper-product .swiper-prev:hover svg {
  stroke: #4395cd;
}
.swiper-product .swiper-next {
  position: absolute;
  right: 0;
  top: 240px;
}
.swiper-product .swiper-next svg {
  stroke: #000;
}
.swiper-product .swiper-next svg,
.swiper-product .swiper-next svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.swiper-product .swiper-next:hover svg {
  stroke: #4395cd;
}
.return-icon {
  height: 20px;
  max-width: 17px;
  min-width: 17px;
  position: relative;
  width: 17px;
}
.return-icon svg {
  stroke: #4cb022;
  left: 0;
  position: absolute;
  top: 0;
}
.return-icon_no svg {
  stroke: #e62117;
}
.home-icon {
  height: 19px;
  max-width: 19px;
  min-width: 19px;
  position: relative;
  width: 19px;
}
.home-icon svg {
  left: 0;
  position: absolute;
  top: 0;
}
.home-icon_yellow svg,
.home-icon_yellow svg path {
  fill: #eec100;
}
.home-icon_red svg,
.home-icon_red svg path {
  fill: #e62117;
}
.return-info {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  gap: 4px;
  line-height: 1.43;
}
.return-info > * {
  margin-bottom: auto;
  margin-top: auto;
}
.cart-warning {
  background: #fffbe9;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  padding: 20px;
}
.link-icon {
  height: 20px;
  width: 20px;
}
.link-icon svg {
  stroke: #4395cd;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.link-icon:hover svg {
  stroke: #63abda;
}
.swiper-brands {
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}
.swiper-brands .swiper {
  padding-bottom: 30px;
  padding-top: 10px;
}
.swiper-brands .swiper-prev {
  left: 0;
  position: absolute;
  top: 35px;
}
.swiper-brands .swiper-prev svg {
  stroke: #000;
}
.swiper-brands .swiper-prev svg,
.swiper-brands .swiper-prev svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.swiper-brands .swiper-prev:hover svg {
  stroke: #4395cd;
}
.swiper-brands .swiper-next {
  position: absolute;
  right: 0;
  top: 35px;
}
.swiper-brands .swiper-next svg {
  stroke: #000;
}
.swiper-brands .swiper-next svg,
.swiper-brands .swiper-next svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.swiper-brands .swiper-next:hover svg {
  stroke: #4395cd;
}
.product {
  background-color: #e7e7e7;
  border-radius: 30px;
  display: block;
  height: 100%;
  padding: 20px 20px 28px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product__ribbon {
  background: #ffea93;
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  padding: 6px 7px 7px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.product__img {
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 216px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product__img img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.product__sku {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 20px;
}
.product__title {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.375;
  min-height: 4.125em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.product__price,
.product__title {
  color: #000;
  display: -webkit-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.product__price {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  letter-spacing: 0.01em;
  line-height: 22px;
  margin-top: 39px;
}
.product__price span {
  font-size: 24px;
  font-weight: 700;
}
.product__price-old {
  color: #5c5c5c;
  text-decoration: line-through;
}
.product__instock {
  background-color: #e8f7e2;
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  height: 21px;
  line-height: 21px;
  margin-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
}
.product__arr {
  background-color: #fff;
  border-radius: 50%;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  position: absolute;
  right: 20px;
  width: 70px;
}
.product__arr,
.product__arr svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product__arr svg {
  stroke: #000;
  margin: auto;
}
.product__arr svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product:hover {
  -webkit-filter: drop-shadow(0 20.6px 8.24px hsla(0, 0%, 50%, 0.01))
    drop-shadow(0 11.33px 7.21px hsla(0, 0%, 50%, 0.05))
    drop-shadow(0 5.15px 5.15px hsla(0, 0%, 50%, 0.09))
    drop-shadow(0 1.03px 3.09px hsla(0, 0%, 50%, 0.1));
  filter: drop-shadow(0 20.6px 8.24px rgba(128, 128, 128, 0.01))
    drop-shadow(0 11.33px 7.21px rgba(128, 128, 128, 0.05))
    drop-shadow(0 5.15px 5.15px rgba(128, 128, 128, 0.09))
    drop-shadow(0 1.03px 3.09px rgba(128, 128, 128, 0.1));
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.product:hover .product__arr {
  background-color: #4395cd;
}
.product:hover .product__arr svg {
  stroke: #fff;
}
.search-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-type__item {
  background: #e7e7e7;
  border-radius: 20px 20px 0 0;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  padding: 20px 25px 50px;
}
.search-type__item.active {
  background-color: #fff;
  color: #000;
  cursor: default;
}
.table-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f2f8fd;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}
.table-block .table {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.table-block_replace .table-heading:not(.table-heading_lg):nth-child(n + 3) {
  margin-top: -30px;
}
.org {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.org,
.org__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.org__title {
  border-right: 1px solid hsla(0, 0%, 50%, 0.2);
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  max-width: 18.7%;
  min-width: 18.7%;
  padding: 50px 30px;
}
.org__title span {
  margin: auto;
}
.org__num {
  border-right: 1px solid hsla(0, 0%, 50%, 0.2);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  max-width: 17.7%;
  min-width: 17.7%;
  padding-bottom: 50px;
  padding-top: 50px;
}
.org__num span {
  margin: auto;
}
.org__addr {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  max-width: 51.3%;
  min-width: 51.3%;
  padding: 50px 30px;
  text-align: center;
}
.org__addr span {
  margin: auto;
}
.org__arr {
  background-color: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
}
.org__arr,
.org__arr svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.org__arr svg {
  stroke: #000;
  margin: auto;
}
.org__arr svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.org__arr:hover {
  background-color: #4395cd;
}
.org__arr:hover svg {
  stroke: #fff;
}
.product-slider {
  max-width: 100%;
}
.main-swiper .swiper-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.main-swiper img {
  display: block;
  height: auto;
  max-width: 100%;
}
.thumbs-swiper {
  height: 100px;
  margin-top: 10px;
}
.thumbs-swiper .swiper-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.thumbs-swiper .swiper-slide:hover {
  opacity: 0.8;
}
.thumbs-swiper .swiper-slide-thumb-active {
  border: 1px solid #4395cd;
  opacity: 1;
}
.thumbs-swiper img {
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
}
.sub-form {
  position: relative;
}
.sub-form__input {
  border: 1px solid #4395cd;
  border-radius: 20px;
  height: 76px;
  padding-left: 18px;
  padding-right: 230px;
  width: 100%;
}
.sub-form .btn {
  font-size: 20px;
  height: 59px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 203px;
}
.brand {
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 0 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.brand img {
  height: auto;
  margin: auto;
  max-width: 100%;
  width: 100%;
}
.brand:hover {
  -webkit-filter: drop-shadow(0 26px 10px rgba(0, 0, 0, 0.01))
    drop-shadow(0 15px 9px rgba(0, 0, 0, 0.03))
    drop-shadow(0 6px 6px rgba(0, 0, 0, 0.04))
    drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 26px 10px rgba(0, 0, 0, 0.01))
    drop-shadow(0 15px 9px rgba(0, 0, 0, 0.03))
    drop-shadow(0 6px 6px rgba(0, 0, 0, 0.04))
    drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.search-form {
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  padding: 40px;
  position: relative;
  z-index: 2;
}
.search-form__control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 36px;
  position: relative;
}
.search-form__control svg {
  stroke: #4395cd;
  left: 30px;
  position: absolute;
  top: 24px;
}
.search-form__input {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 70px;
  line-height: 22px;
  padding-left: 72px;
  padding-right: 30px;
  width: 100%;
}
.search-form .btn {
  max-width: 170px;
}
.contacts-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-info div svg {
  margin-bottom: auto;
  margin-right: 10px;
  margin-top: auto;
  max-width: 15px;
  min-width: 15px;
}
.contacts-info div a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: auto;
  margin-top: auto;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumbs {
  border-radius: 0 0 30px 30px !important;
  margin-top: 5px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.breadcrumbs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs-content a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-right: 35px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.breadcrumbs-content a:hover {
  color: #000;
}
.breadcrumbs-content a:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -24px;
  top: 10px;
  width: 15px;
}
.breadcrumbs-content a:last-child:after {
  display: none;
}
.breadcrumbs .catalog-name {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.breadcrumbs .catalog-name h1 {
  margin-right: 30px;
}
.breadcrumbs .catalog-name h1 b,
.breadcrumbs .catalog-name h1 strong {
  font-weight: medium;
}
.breadcrumbs .catalog-name_sm h1 {
  font-size: 30px;
  margin-bottom: 0;
}
.breadcrumbs .catalog-name_btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.breadcrumbs .catalog-name_btn .btn {
  border-radius: 20px;
}
.breadcrumbs .catalog-name_acc {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.breadcrumbs .catalog-name_acc h1 {
  margin-bottom: auto;
  margin-top: auto;
}
.breadcrumbs .catalog-name_acc .catalog-name-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: auto;
  margin-top: auto;
}
.breadcrumbs .catalog-vars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  top: -12px;
}
.breadcrumbs .catalog-vars__item {
  background: #f2f2f2;
  border-radius: 20px;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  padding: 19px 25px 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap;
}
.breadcrumbs .catalog-vars__item.active {
  border-bottom: 5px solid #4395cd;
  opacity: 1;
}
.breadcrumbs .catalog-vars__item:hover {
  color: #4395cd;
}
.breadcrumbs p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.breadcrumbs_search {
  padding-bottom: 15px;
  padding-top: 15px;
}
.num-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.num-item__n {
  background: #4395cd;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  margin-right: 30px;
  min-width: 47px;
  text-align: center;
  width: 47px;
}
.num-item > * {
  margin-bottom: auto;
  margin-top: auto;
}
.cat-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cat-tags__item {
  background: #4395cd;
  border-radius: 20px;
  color: #fff !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap;
}
.cat-tags__item:hover {
  background-color: #63abda;
}
.policy-block {
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 30px;
}
.policy-block__n {
  color: #4395cd;
  font-size: 32px;
  margin-bottom: 20px;
}
.policy-block p,
.policy-block__n {
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.policy-block p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  margin-bottom: 1em;
}
.policy-block p:last-child {
  margin-bottom: 0;
}
.policy-block b {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}
.policy-block a {
  color: #4395cd;
  text-decoration: underline;
}
.policy-block a:hover {
  text-decoration: none;
}
.catalog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: auto;
  margin-top: auto;
}
.catalog-tags__item {
  background: #f2f2f2;
  border-radius: 50px;
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.83;
  line-height: 28px;
  margin-bottom: 5px;
  max-height: 28px;
  padding: 0 15px;
  text-decoration: none;
  white-space: nowrap;
}
.text-block {
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}
.text-block,
.text-block__heading {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.text-block__heading {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.text-block__heading:before {
  background-image: url(../images/check2.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 29px;
}
.text-block p {
  margin: auto 0;
}
.text-block_quest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-block_quest .heading-md {
  margin-bottom: 16px;
}
.text-block_quest .btn {
  margin: auto 0 auto 20px;
  max-width: 282px;
}
.text-block_check {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #f2f2f2;
  border-radius: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
.text-block_check p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 1em;
  padding-left: 40px;
}
.text-block_check p:last-child {
  margin-bottom: 0;
}
.product-price-count {
  background-color: #f2f2f2;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 85px;
}
.product-price-count input {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  background-color: #f2f2f2;
  border: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 30px;
  line-height: 22px;
  text-align: center;
  width: 25px;
}
.product-price-count input::-webkit-inner-spin-button,
.product-price-count input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-price-count input[type="number"] {
  -moz-appearance: textfield;
}
@supports (-moz-appearance: none) {
  .product-price-count input {
    -moz-appearance: textfield;
  }
}
.product-price-count-minus {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 30px;
}
.product-price-count-minus svg {
  stroke: rgba(0, 0, 0, 0.4);
  height: 1px;
  margin: auto;
  width: 11px;
}
.product-price-count-minus svg,
.product-price-count-minus svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-price-count-minus:hover svg {
  stroke: #4395cd;
}
.product-price-count-plus {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 30px;
}
.product-price-count-plus svg {
  stroke: rgba(0, 0, 0, 0.4);
  height: 11.5px;
  margin: auto;
  width: 11px;
}
.product-price-count-plus svg,
.product-price-count-plus svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-price-count-plus:hover svg {
  stroke: #4395cd;
}
.product-price-count.disabled .product-price-count-minus,
.product-price-count.disabled .product-price-count-plus {
  cursor: default;
}
.table-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-filter__current {
  background-color: #f2f2f2;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 44px;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.table-filter__current span,
.table-filter__current svg {
  margin-bottom: auto;
  margin-top: auto;
}
.table-filter__current span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-left: 10px;
}
.table-filter__var {
  background-color: #f2f2f2;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 44px;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.table-filter__var span,
.table-filter__var svg {
  margin-bottom: auto;
  margin-top: auto;
}
.table-filter__var span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-right: 10px;
}
.feedback-grid {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 50px;
}
.feedback-grid .feedback {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.custom-tooltip:after {
  background-image: url(../images/tooltip.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  bottom: -7px;
  content: "";
  display: block;
  height: 9px;
  left: 50%;
  margin-left: -5.5px;
  position: absolute;
  width: 11px;
}
.cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.cart,
.cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 15px;
}
.cart__item-check {
  padding-top: 10px;
}
.cart__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 4%;
  min-width: 4%;
}
.cart__item-img img {
  cursor: pointer;
  height: auto;
  margin: auto;
  max-height: 35px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
}
.cart__item-title {
  max-width: 57.5%;
  min-width: 57.5%;
  padding-bottom: 8px;
  padding-top: 8px;
}
.cart__item-title .return-icon {
  height: 14px;
  width: 12px;
}
.cart__item-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cart__item-title-wrap > * {
  margin-bottom: auto;
  margin-top: auto;
}
.cart__item-title a {
  color: #000;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cart__item-title a:hover {
  color: #4395cd;
}
.cart__item-title div.brand-sku {
  line-height: 1;
  margin-top: 2px;
}
.cart__item-title div.brand-sku,
.cart__item-title div.brand-sku span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.cart__item-title div.brand-sku span {
  display: inline-block;
  line-height: 1.57;
  padding-left: 23px;
  position: relative;
}
.cart__item-title div.brand-sku span:before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 3px;
  left: 10px;
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  width: 3px;
}
.cart__item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__item-count .product-price-count {
  margin-bottom: auto;
  margin-top: auto;
}
.cart__item-whole {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125;
  max-width: 11.5%;
  min-width: 11.5%;
}
.cart__item-price,
.cart__item-whole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cart__item-price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 10%;
  min-width: 10%;
  text-align: right;
}
.cart__item-price div {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-top: auto;
  white-space: nowrap;
}
.cart__item-price span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  margin-bottom: auto;
  margin-top: -2px;
  text-decoration: line-through;
  white-space: nowrap;
}
.cart__item-price div:only-child {
  margin-bottom: auto;
  margin-top: auto;
}
.cart-form .cart-form-heading {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.92;
  margin-bottom: 17px;
}
.cart-form .text-comment {
  background-color: #f2f2f2;
  border: 0;
  border-radius: 5px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 80px;
  line-height: 1.83;
  margin-bottom: 11px;
  margin-top: 7px;
  padding: 15px;
  resize: none;
  width: 100%;
}
.cart-form .text-comment:placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cart-form .delivery-options {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 13px;
  margin-bottom: 20px;
  margin-top: 7px;
}
.cart-form .delivery-option {
  border-radius: 0;
  padding: 0;
}
.cart-form .delivery-option:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.delivery-options,
.pay-options {
  -ms-grid-columns: 1fr 10px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.delivery-option,
.pay-option {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 30px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.delivery-option input,
.pay-option input {
  display: none;
}
.delivery-option .radio,
.pay-option .radio {
  -ms-flex-negative: 0;
  background: #f2f2f2;
  border-radius: 5px;
  flex-shrink: 0;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
}
.delivery-option:hover,
.pay-option:hover {
  -webkit-box-shadow: 0 26px 10px rgba(0, 0, 0, 0.01),
    0 15px 9px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.04),
    0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 26px 10px rgba(0, 0, 0, 0.01), 0 15px 9px rgba(0, 0, 0, 0.03),
    0 6px 6px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.05);
}
.delivery-option input:checked + .radio,
.pay-option input:checked + .radio {
  background: #4395cd;
}
.delivery-option input + .radio:after,
.pay-option input + .radio:after {
  opacity: 0;
}
.delivery-option input:checked + .radio:after,
.pay-option input:checked + .radio:after {
  background-image: url(../images/check.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 9px;
  left: 4px;
  opacity: 1;
  position: absolute;
  top: 6px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 12px;
}
.cart-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border-radius: 20px;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}
.cart-item,
.cart-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-item__img {
  max-width: 115px;
  min-width: 115px;
}
.cart-item__img img {
  height: auto;
  margin: auto;
  max-height: 115px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart-item__title {
  margin-bottom: auto;
  margin-top: auto;
  padding-right: 120px;
}
.cart-item__title a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cart-item__title a:hover {
  color: #4395cd;
}
.cart-item__title span {
  color: #000;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}
.cart-item__title div {
  margin-top: 20px;
}
.cart-item__title div,
.cart-item__title div span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
}
.cart-item__title div span {
  display: inline-block;
  padding-left: 23px;
  position: relative;
}
.cart-item__title div span:before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 3px;
  left: 10px;
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  width: 3px;
}
.cart-item__price {
  bottom: 30px;
  max-width: 10%;
  min-width: 10%;
  padding-top: 30px;
  position: absolute;
  right: 30px;
  text-align: right;
}
.cart-item__price div {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}
.cart-item__price span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  text-decoration: line-through;
  white-space: nowrap;
}
.total {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  position: sticky;
  top: 100px;
}
.total .heading-md {
  margin-bottom: 17px;
}
.total .total-row-heading {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375;
}
.total-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  line-height: 0.8;
  padding-bottom: 9px;
  padding-top: 9px;
}
.total-row:last-child {
  border: 0;
}
.total-row_discont .total-row__val {
  color: #cc162c;
}
.total-row_shipping {
  border: 0;
}
.total-row_shipping .total-row__val {
  color: #4cb022;
}
.total .promocode-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
}
.total .promocode-form input {
  -webkit-box-flex: 1;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 5px;
  color: #000;
  -ms-flex: 1;
  flex: 1;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  height: 30px;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
}
.total .promocode-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.total .promocode-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.total .promocode-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.total .promocode-form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.total .promocode-form input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.total .promocode-form button {
  background: #fff;
  border: 1px solid #4395cd;
  border-radius: 5px;
  color: #4395cd;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  height: 30px;
  line-height: 22px;
  margin-left: 10px;
  width: 94px;
}
.total .btn-to-checkout {
  border-radius: 20px;
  margin-top: 26px;
  width: 100%;
}
.total .total-sum {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 10px;
}
.total .total-sum__label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.total .total-sum__val {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
.total .total-btns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.total .total-btns-row .btn-doc {
  display: none;
}
.input-date {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f2f2f2;
  background-image: url(../images/calendar.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 17px 19px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  height: 60px;
  padding-left: 20px;
  padding-right: 60px;
  width: 100%;
}
.input-date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 2;
}
.input-date::-webkit-datetime-edit {
  padding: 0;
}
.input-date::-webkit-clear-button,
.input-date::-webkit-inner-spin-button {
  display: none;
}
.input-date::-moz-focus-inner {
  border: 0;
}
.input-date::-moz-clear-button {
  display: none;
}
.filter-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
.filter-block .row-group .filter-block-input {
  margin-bottom: 40px;
}
.filter-block .filter-block-input,
.filter-block .filter-block-input label {
  width: 100%;
}
.filter-block .filter-block-input span {
  color: #000;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 15px;
}
.filter-block .filter-block-input__text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.222;
  margin-top: 10px;
}
.filter-block select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f2f2f2;
  background-image: url(../images/arr-down-2.svg);
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 60px;
  line-height: 1.4;
  outline: none;
  padding-left: 20px;
  padding-right: 60px;
  width: 100%;
}
.feedback {
  background-color: #fff;
  border-radius: 20px;
}
.feedback__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}
.feedback__rate,
.feedback__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback__rate {
  gap: 2px;
}
.feedback__rate svg.active path {
  fill: #4395cd;
}
.feedback__product {
  -ms-flex-preferred-size: 100%;
  color: #000;
  flex-basis: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  margin-top: -2.75em;
  padding-right: 160px;
}
.feedback__count {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-left: 20px;
}
.feedback__content {
  background-color: #e7e7e7;
  border-radius: 20px;
  padding: 30px;
}
.feedback__content-meta {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.feedback__content-title {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
}
.feedback__content-date,
.feedback__content-title {
  font-style: normal;
  font-weight: 400;
  margin-bottom: auto;
  margin-top: auto;
}
.feedback__content-date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1.91;
}
.feedback__content-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1.375;
}
.feedback__content-text,
.typo p {
  font-style: normal;
  font-weight: 400;
}
.typo p {
  font-size: 20px;
}
.typo h2,
.typo p {
  color: #000;
  line-height: 1.4;
  margin: 1em 0;
}
.typo h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}
.typo img {
  border-radius: 30px;
  height: auto;
  margin: 1em 0;
  max-width: 100%;
}
.typo ul.styled li {
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 20px 20px 20px 53px;
  position: relative;
}
.typo ul.styled li:before {
  background-color: #4395cd;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 20px;
  position: absolute;
  top: 27px;
  width: 15px;
}
.typo ul.styled li:last-child {
  margin-bottom: 0;
}
.typo :first-child {
  margin-top: 0;
}
.post-content {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
}
.post-content__title {
  color: #4395cd;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
}
.post-content ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 15px;
}
.post-content ul li:last-child {
  margin-bottom: 0;
}
.post-content ul li a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
.consult-form {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
}
.consult-form .heading-md {
  margin-bottom: 20px;
}
.consult-form p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.consult-form .form {
  margin-top: 50px;
}
.contact-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.contact-block__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.contact-block__left .contact-item {
  margin-bottom: 15px;
}
.contact-block__left .contact-item:last-child {
  margin-bottom: 0;
}
.contact-block__right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 201px;
  min-width: 201px;
}
.contact-block__right a {
  background: #f2f2f2;
  border-radius: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contact-block__right a:first-child {
  margin-top: auto;
}
.contact-block__right a:hover {
  background-color: #4395cd;
  color: #fff;
}
.contact-item {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 26px;
  position: relative;
}
.contact-item svg {
  left: 0;
  position: absolute;
  top: 3px;
}
.contact-card {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
.contact-card__tag {
  background: #f2f2f2;
  border-radius: 20px;
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 20px 30px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contact-card__tag:hover {
  background-color: #4395cd;
  color: #fff;
}
.contact-card p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.letters .letters-track {
  -ms-grid-columns: (1fr) [5];
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(5, 1fr);
}
.letters .letter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-top: 50px;
  position: relative;
}
.letters .letter:nth-child(5n) {
  border-right: 0;
}
.letters .letter.last-row {
  border-bottom: 0;
}
.letters .letter a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 15px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.letters .letter a:last-child {
  margin-bottom: 0;
}
.letters .letter a:hover {
  color: #4395cd;
}
.letters .letter a.letter__n {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.letters .letter a.letter__n:hover {
  color: #4395cd;
}
.letters .letter-hidden {
  display: none;
}
.letters .letter-show {
  color: #4395cd;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.letters .letter-show:hover {
  text-decoration: underline;
}
.letters-arrows {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: none;
  justify-content: space-between;
  margin-top: 20px;
}
.letters-arrows svg {
  stroke: #000;
  cursor: pointer;
}
.letters-arrows svg,
.letters-arrows svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.letters-arrows:hover svg {
  stroke: #4395cd;
}
.mob-table-filter {
  background-color: #fff;
  border-radius: 15px;
  display: none;
  margin-bottom: 10px;
  overflow: hidden;
}
.mob-table-filter__current {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mob-table-filter__current span {
  color: #4395cd;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.mob-table-filter-list {
  display: none;
}
.mob-table-filter-list__item {
  border-top: 1px solid #f2f2f2;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mob-table-filter-list__item:hover {
  color: #4395cd;
}
.mob-table-filter.openned .mob-table-filter-list {
  display: block;
}
.arr-to-top {
  background-color: #4395cd;
  border: 0;
  border-radius: 50%;
  bottom: 60px;
  cursor: pointer;
  display: none;
  height: 70px;
  left: 60px;
  position: fixed;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 70px;
  z-index: 10;
}
.arr-to-top svg {
  margin: auto;
}
.arr-to-top:hover {
  background-color: #63abda;
}
.btn-to-cart {
  position: relative;
}
.btn-to-cart.animating {
  opacity: 0.7;
  pointer-events: none;
}
.flying-icon {
  background-color: #4395cd;
  border-radius: 50%;
  height: 36px;
  pointer-events: none;
  position: fixed;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 36px;
  z-index: 1000;
}
.search-no-results {
  text-align: center;
}
.search-no-results img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 742px;
}
.search-no-results .heading-xmd {
  margin-top: 28px;
}
.search-no-results p {
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 50px 0 0;
  text-decoration: underline;
}
.search-no-results form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 718px;
  position: relative;
}
.search-no-results form input {
  background-color: #fff;
  border: 1px solid #4395cd;
  border-radius: 20px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  height: 79px;
  padding-left: 20px;
  padding-right: 193px;
  width: 100%;
}
.search-no-results form input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-no-results form input::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-no-results form input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-no-results form input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-no-results form input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.search-no-results form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 59px;
  padding-left: 15px;
  position: absolute;
  right: 10px;
  text-transform: none;
  top: 10px;
  width: 163px;
}
.search-no-results form .btn span,
.search-no-results form .btn svg {
  margin-bottom: auto;
  margin-top: auto;
}
.vacancy {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 100px;
  position: relative;
}
.vacancy__title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-right: 180px;
}
.vacancy__date,
.vacancy__title {
  color: #4395cd;
  font-style: normal;
  font-weight: 400;
}
.vacancy__date {
  font-size: 14px;
  line-height: 1.43;
  position: absolute;
  right: 30px;
  top: 55px;
}
.vacancy__text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 20px;
}
.vacancy__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.vacancy__tags > span {
  border: 1px solid #4395cd;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 45px;
  line-height: 1.4;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}
.vacancy__tags > span > * {
  margin-bottom: auto;
  margin-top: auto;
}
.vacancy__tags > span span {
  margin-left: 10px;
}
.vacancy .btn {
  border-radius: 20px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 30px;
  position: absolute;
}
.vacancy .btn span,
.vacancy .btn svg {
  margin-bottom: auto;
  margin-top: auto;
}
.vacancy .btn svg {
  margin-left: 25px;
}
.reset-pass-form {
  background-color: #fff;
  border-radius: 30px;
  max-width: 487px;
  padding: 50px 50px 18px;
  text-align: center;
}
.reset-pass-form .heading-md {
  margin-bottom: 30px;
}
.reset-pass-form input {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 100%;
}
.reset-pass-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.reset-pass-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.reset-pass-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.reset-pass-form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.reset-pass-form input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.reset-pass-form input.pass-old {
  margin-bottom: 30px;
}
.reset-pass-form .error {
  color: red;
  margin-bottom: 10px;
  text-align: center;
  visibility: hidden;
}
.reset-pass-form .error,
.reset-pass-form a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 10px;
}
.reset-pass-form a {
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  text-decoration: underline;
}
.reset-pass-form a:hover {
  text-decoration: none;
}
.reset-pass-form .btn {
  font-size: 16px;
  height: 50px;
  width: 100%;
}
.reset-pass-form.has-error .error {
  visibility: visible;
}
.discont {
  background-color: transparent;
  border: 1px solid #4395cd;
  border-radius: 30px;
  max-width: 487px;
  padding: 50px;
  text-align: center;
}
.discont__amount {
  color: #4395cd;
  font-size: 183.273px;
  font-weight: 800;
  line-height: 1;
}
.discont__amount,
.discont__text {
  font-style: normal;
  margin-top: 50px;
}
.discont__text {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
}
.spec-block {
  background-color: #4395cd;
  border-radius: 30px;
  padding: 50px;
}
.spec-block .heading-md {
  color: #fff;
  margin-bottom: 42px;
}
.spec-block___name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.spec-block__content {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
.spec-block .contacts-info svg {
  fill: rgba(0, 0, 0, 0.5) !important;
}
.spec-block .contacts-info div a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.spec-block .contacts-info div a:hover {
  color: #4395cd;
}
.spec-block .btn {
  background-color: #fff;
  margin-top: 20px;
}
.spec-block .btn span {
  color: #000;
}
.sub-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #4395cd;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 40px 50px 40px 40px;
}
.sub-block > * {
  margin-bottom: auto;
  margin-top: auto;
}
.sub-block__title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.sub-block .subform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-block .subform input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  width: 520px;
}
.sub-block .subform input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.sub-block .subform input::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.sub-block .subform input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.sub-block .subform input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.sub-block .subform input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.sub-block .subform button {
  margin-left: 49px;
}
.acc-form {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.acc-form label {
  margin-bottom: 30px;
  width: 100%;
}
.acc-form label span {
  color: #000;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.acc-form label span,
.acc-form label span small {
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.acc-form label span small {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
}
.acc-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/arr-down.svg);
  background-position: calc(100% - 30px);
  background-repeat: no-repeat;
  background-size: 13px 8px;
  outline: none;
}
.acc-form select,
.acc-form__inp {
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 1.4;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.acc-form__inp::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.acc-form__inp::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.acc-form__inp:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.acc-form__inp::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.acc-form__inp::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.acc-form .btn-edit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  padding-left: 32px;
  padding-right: 12px;
  width: auto;
}
.acc-form .btn-edit span {
  font-size: 20px;
  margin-right: 25px;
  text-transform: none;
}
.acc-form .btn-save {
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 20px;
}
.acc-form-actions {
  display: none;
  gap: 20px;
}
.acc-form.edit-mode .btn-edit {
  display: none;
}
.acc-form.edit-mode .acc-form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.acc-form_email {
  border-bottom: 0;
  padding-bottom: 0;
}
.acc-form_email .btn {
  margin-top: 38px;
}
.acc-form_sub {
  border-bottom: 0;
}
.acc-form_sub .acc-form-actions {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.acc-form_sub .checkbox,
.acc-form_sub .checkbox__custom,
.acc-form_sub .checkbox__label {
  margin-bottom: auto;
  margin-top: auto;
}
.acc-form_sub .checkbox__custom {
  background-color: #fff;
}
.form__text {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  height: 160px;
  padding: 10px 20px;
  resize: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.form__text:focus {
  border-color: #4395cd;
}
.form .label-text {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375;
  margin-bottom: 10px;
}
.form-checkout .label-text-pay {
  margin-top: 40px;
}
.form-checkout .form__input {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 60px;
  margin-bottom: 0;
}
.form-checkout-content {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px 30px 30px;
}
.form-checkout-content_rest {
  display: none;
}
.form-checkout-content_rest .form__input {
  margin-bottom: 0;
}
.form-checkout-content .label-text {
  margin-top: 20px;
}
.form-checkout-content .form__input:last-child {
  margin-bottom: 0;
}
.form-checkout-summary {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.form-checkout-summary .btn {
  border-radius: 20px;
  height: 60px;
  margin-top: 0 !important;
  max-width: 300px;
  width: 100%;
}
.form-checkout-summary__sum div {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}
.form-checkout-summary__sum span {
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375;
  margin-top: 10px;
}
.form-checkout .col-summary {
  margin-top: auto;
}
.form-checkout .col-summary .form-checkout-summary {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-top: 10px;
}
.form-checkout .col-summary .form-checkout-summary__sum {
  margin-right: 70px;
}
.form-checkout select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url(../images/arr-down-2.svg);
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 60px;
  line-height: 1.4;
  outline: none;
  padding-left: 20px;
  padding-right: 60px;
  width: 100%;
}
@media (max-width: 1579.98px) {
  .table-heading:not(.table-heading_lg) {
    max-width: 181px;
    min-width: 181px;
  }
  .form__text {
    font-size: 18px;
    height: 120px;
  }
  .form-checkout .form__input,
  .form-checkout select {
    font-size: 18px;
    height: 50px;
  }
  .cart-item__title {
    padding-right: 100px;
  }
  .cart-item__title a {
    font-size: 14px;
  }
  .cart-item__title div {
    font-size: 12px;
    margin-top: 10px;
  }
  .cart-item__title div span {
    font-size: 12px;
  }
  .table-cell {
    padding: 7.5px 10px;
  }
  .table-cell_name div {
    font-size: 18px;
  }
  .table-cell_title {
    font-size: 14px;
    max-width: 25%;
    min-width: 25%;
  }
  .table-cell_addr,
  .table-cell_count {
    font-size: 14px;
  }
  .table-cell_date {
    font-size: 14px;
    max-width: 10%;
    min-width: 10%;
  }
  .table-cell_price {
    font-size: 14px;
  }
  .letters .letter {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
  }
  .letters .letter a {
    font-size: 18px;
  }
  .letters .letter a.letter__n {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .btn-grey {
    font-size: 18px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .delivery-option,
  .pay-option {
    font-size: 16px;
  }
  .table.table-v3_orders-2 .table-cell {
    font-size: 14px;
  }
  .btn-more {
    border-radius: 15px;
    height: 50px;
  }
  .btn-more span {
    font-size: 18px;
    margin-right: 20px;
  }
  .cats-list__item {
    font-size: 16px;
    padding: 20px 15px;
  }
  .consult-form {
    padding: 40px;
  }
  .consult-form p {
    font-size: 18px;
  }
  .consult-form .form {
    margin-top: 30px;
  }
  .post-content {
    padding: 40px;
  }
  .post-content__title {
    font-size: 18px;
  }
  .post-content ul li {
    margin-bottom: 10px;
  }
  .post-content ul li a {
    font-size: 18px;
  }
  .breadcrumbs .catalog-vars__item {
    font-size: 18px;
    padding: 17px 20px 14px;
  }
  .filter__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .btn-cabinet-full {
    border-radius: 20px 10px 10px 20px;
    height: 40px;
    padding-left: 43px;
    padding-right: 30px;
  }
  .btn-cabinet-full__account svg {
    height: 38px;
    width: 38px;
  }
  .btn-cabinet-full__account span {
    max-width: 90px;
    min-width: 70px;
  }
  .btn-cabinet-full__exit {
    margin-top: -8px;
    right: 5px;
    top: 50%;
  }
  .btn-cabinet-full__exit,
  .btn-cabinet-full__exit svg {
    height: 16px;
    min-width: 16px;
    position: absolute;
    width: 16px;
  }
  .btn-cabinet-full__exit svg {
    left: 0;
    top: 0;
  }
  .achievement {
    font-size: 18px;
    padding: 20px 20px 20px 60px;
  }
  .achievement:before {
    height: 20px;
    left: 20px;
    width: 21px;
  }
  .banner {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-top: 50px;
  }
  .banner__tag {
    font-size: 28px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
  }
  .cat-tags__item {
    font-size: 18px;
    padding: 15px 20px;
  }
  .cats-list {
    grid-template-columns: repeat(auto-fill, minmax(176.66px, 1fr));
  }
  .wide-wrap {
    background: #fff;
    border-radius: 30px;
    max-width: calc(100% - 40px);
    width: 100%;
  }
  .heading-lg {
    font-size: 52px;
  }
  .heading-xmd {
    font-size: 32px;
  }
  .breadcrumbs .catalog-name_sm h1,
  .heading-md {
    font-size: 28px;
  }
  .cta-block {
    border-radius: 20px;
    padding: 18px 20px 26px;
  }
  .cta-block__text {
    font-size: 16px;
  }
  .cta-block .btn {
    margin-top: 20px;
  }
  .promo-block .btn {
    max-width: 285px;
  }
  .btn-lg {
    font-size: 16px;
    height: 50px;
  }
  .btn-arrow {
    height: 55px;
  }
  .btn-arrow svg {
    height: 36px;
    width: 36px;
  }
  .brands-list__item {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product__ribbon {
    font-size: 14px;
  }
  .product__price {
    font-size: 14px;
    line-height: 20px;
    margin-top: 29px;
  }
  .product__price span {
    font-size: 20px;
  }
  .product__arr {
    height: 50px;
    width: 50px;
  }
  .product__arr svg {
    height: 30px;
    width: 30px;
  }
  .product__instock {
    font-size: 9px;
  }
  .search-form__control svg {
    left: 20px;
    top: 14px;
  }
  .search-form .btn {
    max-width: 140px;
  }
  .search-form__input {
    height: 50px;
    padding-left: 62px;
    padding-right: 20px;
  }
  .social li a {
    height: 80px;
    width: 80px;
  }
  .sub-form {
    position: relative;
  }
  .sub-form__input {
    height: 56px;
    padding-right: 210px;
  }
  .sub-form .btn {
    font-size: 16px;
    height: 39px;
    width: 183px;
  }
  .tag {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding-left: 47.5px;
    padding-right: 27.5px;
  }
  .tag:before {
    height: 12px;
    left: 27.5px;
    top: 16.5px;
    width: 12px;
  }
  .feedback__top {
    padding: 20px;
  }
  .feedback__product {
    margin-top: 10px;
    padding-right: 0;
  }
  .feedback__rate {
    margin-bottom: auto;
    margin-top: auto;
  }
  .feedback__content {
    padding: 20px;
  }
  .feedback__content-text {
    font-size: 14px;
  }
  .text-block {
    border-radius: 20px;
    font-size: 18px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-block .btn {
    max-width: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-block__heading,
  .text-block_check p {
    font-size: 18px;
  }
  .text-block__heading:before {
    height: 17px;
    top: 5px;
    width: 22px;
  }
  .product {
    padding: 15px 15px 20px;
  }
  .product__img {
    height: 180px;
  }
  .contact-block__right a,
  .contact-item,
  .point__text {
    font-size: 18px;
  }
  .contact-card__tag {
    border-radius: 15px;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  .contact-card p {
    font-size: 18px;
  }
  .arr-to-top {
    bottom: 50px;
    height: 60px;
    left: 50px;
    width: 60px;
  }
  .table.table-v2 .table-cell {
    font-size: 14px;
  }
  .table.table-v2 .table-cell_img {
    max-width: 7%;
    min-width: 7%;
  }
  .table.table-v2 .table-cell_art {
    max-width: 15%;
    min-width: 15%;
    text-align: center;
  }
  .table.table-v2 .table-cell_naming {
    max-width: 47%;
    min-width: 47%;
  }
  .table.table-v2 .table-cell_btn {
    border-right: 0;
    max-width: 19%;
    min-width: 19%;
  }
  .table.table-v2 .table_full .table-cell_art,
  .table.table-v2 .table_full .table-cell_man {
    font-size: 11px;
  }
  .table.table-v2 .table_full .table-cell_title {
    font-size: 11px;
    max-width: 27.5%;
    min-width: 27.5%;
  }
  .table.table-v2 .table_full .table-cell_count,
  .table.table-v2 .table_full .table-cell_date,
  .table.table-v2 .table_full .table-cell_price,
  .table.table-v2 .table_full .table-cell_provider {
    font-size: 11px;
  }
  .table.table-v2 .table_full .table-cell_cart {
    max-width: 17.3%;
    min-width: 17.3%;
  }
  .sub-block {
    padding: 30px 40px 30px 30px;
  }
  .sub-block__title {
    font-size: 28px;
  }
  .sub-block .subform input {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    width: 320px;
  }
  .sub-block .subform button {
    margin-left: 29px;
  }
  .btn-sub {
    font-size: 18px;
    height: 60px;
    padding-left: 20px;
    width: auto;
  }
  .spec-block {
    padding: 30px;
  }
  .spec-block .heading-md {
    margin-bottom: 32px;
  }
  .spec-block___name {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .spec-block__content {
    padding: 30px;
  }
  .spec-block .btn span {
    color: #000;
  }
  .cart__item-img img {
    max-height: 43px;
    min-width: 43px;
  }
  .cart__item-title a,
  .cart__item-whole {
    font-size: 14px;
  }
  .total {
    padding: 20px;
  }
  .total .btn-to-checkout,
  .total .total-sum__label,
  .total .total-sum__sum {
    font-size: 18px;
  }
  .thumbs-swiper {
    height: 80px;
  }
  .thumbs-swiper img {
    height: 80px;
    width: 80px;
  }
  .table-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-filter__current {
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .table-filter__current span {
    font-size: 18px;
  }
  .table-filter__var {
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .table-filter__var span {
    font-size: 18px;
  }
  .vacancy {
    padding: 20px 20px 90px;
  }
  .vacancy__title {
    font-size: 28px;
  }
  .vacancy__date {
    font-size: 14px;
    right: 20px;
    top: 35px;
  }
  .vacancy__text {
    font-size: 18px;
  }
  .vacancy__tags > span {
    font-size: 18px;
    text-decoration: none;
  }
  .vacancy .btn {
    bottom: 20px;
    left: 20px;
  }
  .table-orders .table-cell {
    font-size: 18px;
  }
  .table-orders .table-cell_sum {
    font-size: 16px;
  }
  .table_final .table-row_head .table-cell {
    font-size: 10.5px;
  }
  .table_final .table-cell {
    padding-left: 8px;
    padding-right: 8px;
  }
  .table_final .table-cell_art,
  .table_final .table-cell_man {
    font-size: 13px;
  }
  .table_final .table-cell_title {
    font-size: 13px;
    max-width: 31%;
    min-width: 31%;
    padding-right: 37.5px;
  }
  .table_final .table-cell_title .link-icon {
    right: 7.5px;
  }
  .table_final .table-cell_provider {
    font-size: 11px;
  }
  .table_final .table-cell_rating span {
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    width: 52px;
  }
  .table_final .table-cell_count,
  .table_final .table-cell_date {
    font-size: 11px;
  }
  .table_final .table-cell_price {
    font-size: 13px;
  }
  .table_final .table-cell_cart {
    max-width: 14%;
    min-width: 14%;
  }
  .acc-form label {
    margin-bottom: 30px;
  }
  .acc-form label span {
    font-size: 18px;
  }
  .acc-form select,
  .acc-form__inp {
    font-size: 18px;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .acc-form select {
    background-position: calc(100% - 30px);
  }
  .acc-form .btn-edit {
    height: 50px;
    padding-left: 25px;
    padding-right: 10px;
    width: auto;
  }
  .acc-form .btn-edit span {
    font-size: 18px;
    margin-right: 20px;
  }
  .acc-form .btn-save {
    font-size: 18px;
    height: 50px;
  }
  .acc-form_email .btn {
    margin-top: 35.2px;
  }
  .btn-light-2 {
    font-size: 18px;
    height: 50px;
  }
  .reset-pass-form {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
  }
  .discont {
    padding: 40px;
  }
  .discont__amount {
    font-size: 160px;
  }
  .breadcrumbs .catalog-name_acc h1 {
    font-size: 32px;
  }
  .input-date {
    height: 50px;
  }
  .filter-block .row-group .filter-block-input {
    margin-bottom: 30px;
  }
  .filter-block .filter-block-input span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .filter-block .filter-block-input__text {
    font-size: 16px;
  }
  .filter-block select {
    font-size: 18px;
    height: 50px;
  }
  .org__title {
    font-size: 18px;
    padding: 30px 20px;
  }
  .org__title span {
    margin: auto;
  }
  .org__num {
    font-size: 18px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .org__addr {
    font-size: 18px;
    padding: 30px 20px;
  }
  .org__arr {
    height: 50px;
    right: 20px;
    width: 50px;
  }
  .org__arr svg {
    height: 30px;
    width: 30px;
  }
  .acc-form_sub .checkbox__label {
    font-size: 16px;
  }
  .table-cell_name {
    max-width: 21.3%;
    min-width: 21.3%;
  }
  .table-cell_title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 20%;
    min-width: 20%;
  }
  .cart__item-img {
    max-width: 6%;
    min-width: 6%;
  }
  .cart__item-title {
    max-width: 54.5%;
    min-width: 54.5%;
  }
}
@media (max-width: 1259.98px) {
  .table-heading:not(.table-heading_lg) {
    max-width: 158px;
    min-width: 158px;
  }
  .breadcrumbs .catalog-name_sm h1 {
    font-size: 26px;
  }
  .cart__item-title div.brand-sku {
    margin-top: 10px;
  }
  .filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .filter-list_scroll .filter-list__items {
    max-height: 199px;
  }
  .cats-list {
    -ms-grid-columns: (1fr) [4];
    -ms-grid-rows: (1fr) [2];
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .cats-list > :first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .cats-list > :nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .cats-list > :nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .cats-list > :nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .cats-list > :nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .cats-list > :nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .cats-list > :nth-child(7) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .cats-list > :nth-child(8) {
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
  .cats-list_first {
    -ms-grid-rows: (1fr) [1];
    grid-template-rows: repeat(1, 1fr);
  }
  .cats-list_first .cats-list__item {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .search-type__item {
    font-size: 16px;
    padding: 20px 20px 50px;
  }
  .card__title {
    font-size: 16px;
  }
  .card__arr {
    height: 40px !important;
    width: 40px !important;
  }
  .card__arr svg {
    height: 24px !important;
    width: 24px !important;
  }
  .brands-list__item {
    height: auto;
    padding: 15px;
  }
  .brands-list__item img {
    height: 40px;
    width: auto;
  }
  .heading-lg {
    font-size: 44px;
  }
  .heading-xmd {
    font-size: 28px;
  }
  .heading-md {
    font-size: 26px;
  }
  .promo-block .heading-md,
  .social-block .heading-md {
    font-size: 18px;
    margin-right: 20px;
  }
  .point {
    font-size: 16px;
  }
  .point:before {
    top: 23px;
  }
  .cta-block .btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cat-tags__item {
    font-size: 18px;
    padding: 10px 20px;
  }
  .breadcrumbs .catalog-vars__item {
    font-size: 16px;
  }
  .card__img {
    height: 240px;
  }
  .card__title {
    margin-top: 10px;
  }
  .card__meta {
    margin-top: 20px;
  }
  .card__bottom,
  .card__meta,
  .card__text,
  .card__title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card__text {
    font-size: 14px;
  }
  .card .btn-more {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card .btn-more span {
    font-size: 16px;
    margin-right: 15px;
  }
  .card_promo--simple {
    background-color: #fff;
    padding-bottom: 0 !important;
  }
  .card_promo--simple .card__title {
    height: 100px;
    margin-top: 0 !important;
    padding-right: 15px;
  }
  .num-item__n {
    font-size: 18px;
    margin-right: 20px;
  }
  .policy-block {
    padding: 20px;
  }
  .policy-block__n {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .breadcrumbs p,
  .policy-block b,
  .policy-block p {
    font-size: 18px;
  }
  .vacancy__title {
    font-size: 24px;
  }
  .vacancy__date {
    font-size: 12px;
  }
  .vacancy__text {
    font-size: 16px;
  }
  .vacancy__tags > span {
    font-size: 16px;
  }
  .btn-cabinet-full__account span {
    font-size: 12px;
    max-width: 80px;
    min-width: 60px;
  }
  .btn-sorter,
  .table-heading {
    font-size: 14px;
    height: 36px;
    padding: 0 10px;
  }
  .btn-sorter svg,
  .table-heading svg {
    margin-left: 7px;
  }
  .table_final .table-row_head .table-cell {
    font-size: 9px;
  }
  .table_final .table-cell {
    padding-left: 5px;
    padding-right: 5px;
  }
  .table_final .table-cell_art,
  .table_final .table-cell_man {
    font-size: 11px;
  }
  .table_final .table-cell_title {
    font-size: 11px;
    max-width: 26.5%;
    min-width: 26.5%;
    padding-right: 37.5px;
  }
  .table_final .table-cell_title .link-icon {
    right: 7.5px;
  }
  .table_final .table-cell_provider {
    font-size: 9px;
  }
  .table_final .table-cell_rating span {
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    width: 52px;
  }
  .table_final .table-cell_count,
  .table_final .table-cell_date {
    font-size: 9px;
  }
  .table_final .table-cell_price {
    font-size: 11px;
  }
  .table_final .table-cell_cart {
    max-width: 18%;
    min-width: 18%;
  }
  .table.table-v2 .table_full .table-cell_art,
  .table.table-v2 .table_full .table-cell_man {
    font-size: 11px;
  }
  .table.table-v2 .table_full .table-cell_title {
    font-size: 11px;
    max-width: 27%;
    min-width: 27%;
  }
  .table.table-v2 .table_full .table-cell_count,
  .table.table-v2 .table_full .table-cell_date,
  .table.table-v2 .table_full .table-cell_price,
  .table.table-v2 .table_full .table-cell_provider {
    font-size: 11px;
  }
  .table.table-v2 .table_full .table-cell_cart {
    max-width: 17.8%;
    min-width: 17.8%;
  }
  .cart__item-price div {
    font-size: 16px;
  }
  .cart__item-price span {
    font-size: 12px;
  }
  .cart__item-title {
    max-width: 48%;
    min-width: 48%;
  }
  .cart__item-img img {
    max-height: 32px;
    min-width: 32px;
  }
}
@media (max-width: 991.98px) {
  .table-heading:not(.table-heading_lg) {
    max-width: none;
    min-width: auto;
  }
  .form-checkout-content {
    padding: 15px;
  }
  .form .label-text {
    font-size: 12px;
  }
  .form__text {
    font-size: 14px;
    height: 80px;
  }
  .form-checkout .col-summary .form-checkout-summary {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-checkout .label-text-pay {
    margin-top: 30px;
  }
  .form-checkout .form__input {
    font-size: 14px;
    height: 42px;
  }
  .form-checkout-content .label-text {
    margin-top: 10px;
  }
  .form-checkout select {
    font-size: 14px;
    height: 42px;
  }
  .delivery-option,
  .pay-option {
    border-radius: 15px;
    font-size: 14px;
    padding: 15px;
  }
  .row-items-x-scroll {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .row-items-x-scroll::-webkit-scrollbar {
    display: none;
  }
  .row-items-x-scroll .col-item {
    width: 300px;
  }
  .cats-list {
    -ms-grid-columns: (1fr) [3];
    -ms-grid-rows: (1fr) [2];
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .cats-list > :first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .cats-list > :nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .cats-list > :nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .cats-list > :nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .cats-list > :nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .cats-list > :nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .cats-list_first {
    -ms-grid-rows: (1fr) [1];
    grid-template-rows: repeat(1, 1fr);
  }
  .swiper-product,
  .swiper-product .swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .swiper-product .swiper-next,
  .swiper-product .swiper-prev {
    display: none;
  }
  .feedback-grid {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .breadcrumbs {
    display: none;
  }
  .heading-lg {
    font-size: 36px;
  }
  .heading-md,
  .heading-xmd {
    font-size: 24px;
  }
  .promo-block .heading-md {
    font-size: 18px;
    margin-right: 20px;
  }
  .promo-block .btn {
    margin-top: 20px;
  }
  .text {
    font-size: 16px;
  }
  .social li a {
    height: 65px;
    width: 65px;
  }
  .social li a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .point {
    font-size: 16px;
  }
  .card {
    padding-bottom: 20px;
  }
  .card__meta {
    margin-top: 20px;
  }
  .card__meta,
  .card__title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card__title {
    font-size: 16px;
    margin-top: 10px;
  }
  .card__text {
    font-size: 12px;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card__img {
    height: 200px;
  }
  .card__tag {
    font-size: 10px;
    height: 19px;
    line-height: 19px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .card_promo .card__title {
    font-size: 14px;
    margin-top: 6px;
    padding-right: 72px;
  }
  .card_promo .card__arr {
    bottom: 27px;
    right: 15px;
  }
  .card_promo .card__meta {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breadcrumbs .catalog-name_acc .btn-grey {
    margin-top: 10px;
  }
  .product__title {
    font-size: 14px;
  }
  .product__price {
    margin-top: 21px;
  }
  .product__arr {
    height: 40px;
    width: 40px;
  }
  .product__arr svg {
    height: 24px;
    width: 24px;
  }
  .product:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .promo-block {
    padding: 20px;
  }
  .cta-block .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .letters-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .letters {
    overflow-x: hidden;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .letters .letters-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform;
  }
  .letters .letters-track::-webkit-scrollbar {
    display: none;
  }
  .letters .letters-track .letter {
    -ms-flex-negative: 0;
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
    flex-shrink: 0;
    max-width: 162px;
    min-width: 162px;
  }
  .letters .letters-track .letter:last-child {
    border-right: 0 !important;
  }
  .letters .letters-track .letter a {
    font-size: 14px;
  }
  .letters .letters-track .letter a.letter__n {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .letters .letters-track .letter:after {
    display: none !important;
  }
  .letters .letters-track .letter:before {
    display: block !important;
  }
  .letters .letters-track .letter:last-child:before {
    display: none !important;
  }
  .letters .letters-track .letter .letter-show {
    font-size: 12px;
  }
  .brand {
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-brands {
    padding-left: 0;
    padding-right: 0;
  }
  .swiper-brands .swiper-next,
  .swiper-brands .swiper-prev {
    display: none;
  }
  .breadcrumbs-catalog {
    border-radius: 15px !important;
    display: block;
    margin-top: 10px;
    max-width: calc(100% - 40px) !important;
    padding-bottom: 17px;
    padding-top: 20px;
    width: calc(100% - 40px) !important;
  }
  .breadcrumbs-catalog .breadcrumbs-content {
    display: none;
  }
  .breadcrumbs-catalog .catalog-vars {
    gap: 5px;
    top: 0;
  }
  .breadcrumbs-catalog .catalog-vars__item {
    border-radius: 15px;
    font-size: 10px;
    padding: 12px 13px;
  }
  .breadcrumbs-catalog .catalog-vars__item.active {
    border-bottom: 2px solid #4395cd;
  }
  .breadcrumbs-catalog .catalog-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .breadcrumbs-catalog .catalog-name h1 {
    margin-bottom: 18px;
  }
  .breadcrumbs_search .catalog-name h1 {
    margin-bottom: 0;
  }
  .point__text {
    font-size: 14px;
  }
  .text-block_check .text-block__heading {
    margin-bottom: 10px;
  }
  .text-block_check p {
    font-size: 16px;
  }
  .text-block_quest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block_quest .heading-md {
    margin-bottom: 12px;
  }
  .text-block_quest p {
    font-size: 16px;
  }
  .text-block_quest .btn {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .achievement {
    font-size: 16px;
  }
  .filter-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3px;
  }
  .filter-form .filter-reset,
  .filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter {
    border-radius: 15px;
    padding: 8px;
  }
  .filter__title {
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .filter__title svg {
    display: block;
  }
  .filter .price-slider {
    display: none;
  }
  .filter .filter__title + div {
    display: none;
  }
  .filter .price-filter__inputs {
    display: none;
  }
  .filter.openned .filter__title + div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter.openned .price-filter__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter.openned .price-slider {
    display: none !important;
  }
  .price-filter__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filter-list__items {
    margin-top: 15px;
  }
  .checkbox {
    gap: 7.5px;
  }
  .checkbox__custom {
    border-radius: 3px;
    height: 15px;
    max-height: 15px;
    max-width: 15px;
    min-height: 15px;
    min-width: 15px;
    width: 15px;
  }
  .checkbox__custom:after {
    background-size: cover;
    height: 7px;
    left: 3px;
    top: 4px;
    width: 9px;
  }
  .checkbox__label {
    font-size: 10px;
  }
  .filter-list_scroll .filter-list__items {
    padding-right: 10px;
  }
  .price-filter {
    min-width: 83px;
  }
  .price-input {
    background-color: #f2f2f2;
    border-radius: 10px;
    height: 36px;
  }
  .price-input__label {
    left: 7.5px;
    top: 4px;
  }
  .price-input__field {
    background-color: transparent;
    bottom: 0;
    font-size: 10px;
    height: 24px;
    left: 0;
    line-height: 44px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    position: absolute;
  }
  .filter-list_scroll .filter-list__items {
    max-height: 130px;
  }
  .table {
    -ms-grid-columns: 1fr 10px 1fr;
    display: -ms-grid;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .table-row:last-child {
    margin-bottom: 0;
  }
  .table-row_filter {
    display: none;
  }
  .table-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    border-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
    text-align: left !important;
  }
  .table-cell small {
    display: block;
  }
  .table-cell_name {
    background-color: #e7e7e7;
    max-width: 100%;
    min-width: 100%;
  }
  .table-cell_name div {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .table-cell_name span {
    font-size: 10px;
    line-height: 22px;
  }
  .table-cell_title {
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
  }
  .table-cell_count,
  .table-cell_title {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    max-width: 100%;
    min-width: 100%;
  }
  .table-cell_count {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .table-cell_count span {
    margin: 0;
  }
  .table-cell_addr {
    font-style: normal;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .table-cell_addr,
  .table-cell_date {
    background-color: #fff;
    font-size: 12px;
    max-width: 100%;
    min-width: 100%;
    padding-top: 0;
  }
  .table-cell_date span {
    color: rgba(0, 0, 0, 0.5);
  }
  .table-cell_price {
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
    font-size: 20px;
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 18px;
  }
  .table-cell_price span {
    margin: 0;
  }
  .table-cell_cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-right: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    min-width: 100%;
    padding-top: 0;
  }
  .table-cell_cart button {
    margin-bottom: auto;
    margin-left: 10px;
    margin-top: auto;
  }
  .table__count input {
    border: 1px solid #4395cd;
    border-radius: 10px;
    height: 28px;
    width: 60px;
  }
  .mob-table-filter {
    display: block;
  }
  .table.table-v2 .table-cell {
    max-width: 100% !important;
    min-width: 100% !important;
    text-align: left !important;
  }
  .table.table-v2 .table-cell span {
    margin-left: 0;
    margin-right: 0;
  }
  .table.table-v2 .table-cell_art {
    padding-bottom: 0;
    padding-top: 0;
  }
  .table.table-v2 .table-cell_man {
    padding-bottom: 0;
  }
  .table.table-v2 .table-cell_btn > * {
    margin: auto;
  }
  .table.table-v2 .table-cell_btn .btn {
    padding-left: 20px;
    padding-right: 15px;
  }
  .filter-block .filter-block-input {
    margin-bottom: 20px;
  }
  .filter-block .filter-block-input_last {
    margin-bottom: 0;
  }
  .sub-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 40px 30px 30px;
  }
  .sub-block__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sub-block .subform input {
    height: 50px;
    width: 320px;
  }
  .sub-block .subform button {
    margin-left: 20px;
  }
  .btn-sub {
    font-size: 16px;
    height: 50px;
  }
  .card_promo--simple .card__title {
    height: 80px;
  }
  .search-no-results p {
    font-size: 18px;
    margin-top: 30px;
  }
  .search-no-results form input {
    font-size: 18px;
    height: 59px;
    padding-right: 163px;
  }
  .search-no-results form .btn {
    height: 39px;
    width: 133px;
  }
  .org {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .org__title {
    border-right: 0;
    font-size: 16px;
    max-width: 100%;
    min-width: 100%;
    padding: 20px 90px 20px 20px;
  }
  .org__title span {
    margin: 0;
  }
  .org__num {
    border-right: 0;
    font-size: 16px;
    max-width: 100%;
    min-width: 100%;
    padding: 0 90px 20px 20px;
  }
  .org__num span {
    margin: 0;
  }
  .org__addr {
    border-right: 0;
    font-size: 16px;
    max-width: 100%;
    min-width: 100%;
    padding: 0 90px 20px 20px;
    text-align: left;
  }
  .org__addr span {
    margin: 0;
  }
  .org__arr {
    height: 50px;
    right: 20px;
    width: 50px;
  }
  .acc-form_sub .acc-form-actions {
    margin-top: 30px;
  }
  .btn-cabinet-full {
    padding-right: 10px;
  }
  .btn-cabinet-full__account {
    text-decoration: none;
  }
  .btn-cabinet-full__account span {
    max-width: none;
    min-width: auto;
    overflow: visible;
    -o-text-overflow: none;
    text-overflow: none;
  }
  .table_final .table-row_head,
  .table_final .table-row_hidden {
    display: none;
  }
  .table_final .table-bottom-row {
    -ms-grid-column-span: 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: span 2;
    justify-content: flex-end;
  }
  .table_final .table-cell {
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
  }
  .table_final .table-cell_img {
    max-width: 100%;
    min-width: 100%;
  }
  .table_final .table-cell_art,
  .table_final .table-cell_man {
    font-size: 13px;
    max-width: 100%;
    min-width: 100%;
  }
  .table_final .table-cell_title {
    font-size: 12px;
    max-width: 100%;
    min-width: 100%;
    padding-left: 15px;
    padding-right: 37.5px;
  }
  .table_final .table-cell_title .link-icon {
    right: 7.5px;
  }
  .table_final .table-cell_provider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 11px;
    max-width: 100%;
    min-width: 100%;
  }
  .table_final .table-cell_rating {
    max-width: 100%;
    min-width: 100%;
  }
  .table_final .table-cell_rating span {
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    width: 52px;
  }
  .table_final .table-cell_count,
  .table_final .table-cell_date {
    font-size: 11px;
    max-width: 100%;
    min-width: 100%;
  }
  .table_final .table-cell_price {
    font-size: 13px;
    max-width: 100%;
    min-width: 100%;
  }
  .table_final .table-cell_cart {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    min-width: 100%;
  }
  .table--shown .table-row_hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-v2 > .table {
    -ms-grid-column-span: 2;
    -ms-grid-columns: 1fr 10px 1fr;
    gap: 10px;
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
  }
  .table.table-v2 .table-row {
    margin-bottom: 0;
  }
  .table.table-v2 .table-row.opened + .table_final {
    display: -ms-grid !important;
    display: grid !important;
  }
}
@media (max-width: 767.98px) {
  .delivery-options,
  .pay-options {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .btn-arrow {
    padding-left: 15px;
    padding-right: 15px;
  }
  .promo-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo-block .heading-md {
    font-size: 14px;
    margin-right: 0;
  }
  .social-block {
    padding: 20px;
  }
  .social-block .heading-md {
    font-size: 18px;
    margin-right: 20px;
  }
  .text {
    font-size: 14px;
  }
  section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .point__text {
    font-size: 12px;
  }
  .wide-wrap {
    border-radius: 20px 0 0 20px;
    margin-left: 20px;
    max-width: calc(100% - 20px);
    padding-left: 10px;
    width: calc(100% - 20px);
  }
  .tag,
  .wide-wrap {
    padding-right: 10px;
  }
  .tag {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
  }
  .tag:before {
    height: 10px;
    left: 10px;
    top: 10px;
    width: 10px;
  }
  .search-type__item {
    border-radius: 10px;
    font-size: 10px;
    padding: 12px 16px 31px;
  }
  .search-form {
    border-radius: 10px;
    margin-top: -15px;
    padding: 20px 10px;
  }
  .search-form__control {
    margin-right: 10px;
  }
  .search-form__control svg {
    height: 15px;
    left: 15px;
    top: 15px;
    width: 15px;
  }
  .search-form__input {
    font-size: 10px;
    height: 45px;
    padding-left: 40px;
  }
  .search-form .btn {
    border-radius: 15px;
    font-size: 14px;
    height: 45px;
  }
  .cats-list {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .cats-list__item {
    font-size: 14px;
    height: 100%;
    line-height: 17px;
    max-width: 100%;
    padding: 15px 10px;
    width: 100%;
  }
  .cats-list__item-img {
    height: 52px;
    margin-bottom: 10px;
  }
  .cats-list__item-img img {
    height: 52px;
    width: auto;
  }
  .cats-list_first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cats-list_first,
  .cats-list_first .cats-list__item {
    max-width: 100%;
    min-width: 100%;
  }
  .brands-list {
    gap: 5px;
  }
  .brands-list__item img {
    height: 25px;
  }
  .btn-arrow svg {
    height: 24px;
    width: 24px;
  }
  .cta-block .btn {
    border-radius: 10px;
    font-size: 14px;
  }
  .btn-arr-sm {
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn-arr-sm span {
    display: none;
  }
  .btn-arr-sm svg {
    height: 7px;
    margin-left: 0;
    width: 9px;
  }
  .point {
    border-radius: 10px;
    font-size: 12px;
    padding: 12px 17px 12px 30px;
  }
  .point:before {
    height: 10px;
    left: 10px;
    top: 15px;
    width: 10px;
  }
  .row-items-x-scroll .col-item {
    width: 220px;
  }
  .card {
    padding-bottom: 20px;
  }
  .card__img {
    height: 130px;
  }
  .card__title {
    font-size: 12px;
  }
  .card__text {
    -webkit-line-clamp: 3;
    font-size: 10px;
  }
  .card__date {
    font-size: 10px;
    line-height: 1.2;
  }
  .card_promo .card__title {
    font-size: 12px;
  }
  .card_promo .card__img {
    height: 130px;
  }
  .product {
    border-radius: 20px;
    padding: 10px 10px 20px;
  }
  .product__sku {
    font-size: 10px;
    line-height: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product__img {
    border-radius: 15px;
    height: 120px;
  }
  .product__title {
    margin-top: 5px;
  }
  .product__price,
  .product__title {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product__price {
    margin-top: 20px;
  }
  .product__instock {
    border-radius: 5px;
    font-size: 8px;
    height: auto;
    line-height: 11px;
    margin-left: 5px;
    max-width: 72px;
    padding: 5px 4px;
  }
  .product__arr {
    right: 15px;
  }
  .cta-block {
    border-radius: 15px;
  }
  .cta-block__text {
    font-size: 12px;
    margin-top: 5px;
  }
  .brands-list__item {
    border-radius: 8px;
  }
  .feedback__top {
    padding: 15px;
    position: relative;
  }
  .feedback__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feedback__rate svg {
    height: 14px;
    width: 15px;
  }
  .feedback__product {
    font-size: 12px;
    margin-top: 14px;
  }
  .feedback__count {
    font-size: 10px;
    line-height: 1;
    margin-left: 0;
    margin-top: 5px;
    min-width: 100%;
  }
  .feedback__img {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .feedback__img img {
    height: auto;
    max-width: 70px;
  }
  .feedback__content {
    padding: 15px;
  }
  .feedback__content-meta {
    margin-bottom: 15px;
  }
  .feedback__content-title {
    font-size: 14px;
  }
  .feedback__content-date {
    font-size: 10px;
  }
  .feedback__content-text {
    font-size: 12px;
  }
  .cat-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .cat-tags__item {
    border-radius: 15px;
    font-size: 10px;
    padding: 9px 14px;
  }
  .contact-block {
    padding: 15px;
  }
  .contact-block__title {
    font-size: 14px;
  }
  .contact-block__left .contact-item {
    margin-bottom: 10px;
  }
  .contact-block__right {
    gap: 5px;
    max-width: 150px;
    min-width: 150px;
    padding-left: 10px;
  }
  .contact-block__right a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .contact-block .contact-item {
    font-size: 12px;
  }
  .contact-block .contact-item svg {
    top: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .card .btn-more {
    display: none;
  }
  .search-tags__item {
    line-height: 1;
    margin-bottom: 5px;
    padding: 5px 7px 7px;
  }
  .search-tags__item_last {
    margin-left: 10px;
  }
  .section-text-blocks .text-block {
    font-size: 14px;
    padding: 20px;
  }
  .catalog-tags__item {
    line-height: 20px;
    max-height: 20px;
    padding: 0 7px;
  }
  .brand {
    height: 80px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .arr-to-top {
    display: none !important;
  }
  .sub-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 30px;
  }
  .sub-block__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sub-block .subform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-block .subform input {
    width: 100%;
  }
  .sub-block .subform button {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .btn-sub {
    font-size: 16px;
  }
  .feedback-grid {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .form-checkout-summary {
    background: #fff;
    border-radius: 15px 15px 0 0;
    bottom: 0;
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.06);
    left: 0;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
  }
  .form-checkout-summary__sum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .form-checkout-summary__sum div {
    font-size: 20px;
  }
  .form-checkout-summary__sum span {
    font-size: 10px;
    margin-bottom: 3px;
    margin-top: 0;
  }
  .form-checkout-summary .btn {
    border-radius: 10px;
    font-size: 12px;
    height: 38px;
    max-width: 117px;
    padding: 0;
    text-align: center;
  }
  body.page-checkout {
    padding-bottom: 58px;
  }
  .total {
    position: relative;
    top: 0;
  }
  .total .total-sum {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .total .total-sum__label {
    display: none;
  }
  .total .total-sum__val {
    font-weight: 700;
    margin-bottom: auto;
    margin-top: auto;
  }
  .total .total-btns-row .btn-doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .total .btn-to-checkout {
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 38px;
    line-height: 1.3333;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 117px;
  }
  .cart-form .text-comment {
    margin-bottom: 0;
  }
  .cart__item {
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .cart__item-check {
    padding-top: 15px;
  }
  .cart__item-img {
    max-width: 70px;
    max-width: 9%;
    min-width: 9%;
  }
  .cart__item-title {
    max-width: 84%;
    min-width: 84%;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-top: 15px;
  }
  .cart__item-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .cart__item-title-wrap > * {
    margin-bottom: auto;
    margin-top: auto;
  }
  .cart__item-title a {
    font-size: 14px;
  }
  .cart__item-title div.brand-sku,
  .cart__item-title div.brand-sku span {
    font-size: 12px;
  }
  .cart__item-count {
    bottom: 20px;
    padding-top: 0;
    position: absolute;
    right: 15px;
  }
  .cart__item-whole {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 10px;
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .cart__item-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    max-width: 60%;
    min-width: 60%;
    padding-bottom: 23.5px;
    padding-top: 23.5px;
    text-align: right;
  }
  .cart__item-price div {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: auto;
    margin-top: auto;
    white-space: nowrap;
  }
  .cart__item-price span {
    font-size: 14px;
    margin-bottom: auto;
    margin-top: auto;
  }
  .cart__item-img img {
    max-height: 30px;
    min-width: 30px;
  }
}
@media (max-width: 420px) {
  .banner {
    background-image: url(../images/banner-mob.png) !important;
    background-size: cover;
    height: 250px;
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
  }
  .banner .heading-lg {
    font-size: 32px;
  }
  .banner__tag {
    font-size: 24px;
    height: auto;
    line-height: 1;
    margin-top: 20px;
    padding: 10px 15px 13px;
  }
  .table.table-v2 .table-cell span {
    font-size: 14px !important;
  }
  .table.table-v2 .table-cell_btn .btn {
    font-size: 12px;
  }
  .cart__item-img {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cart__item-img img {
    max-height: 24px;
    min-width: 24px;
  }
  .table-cell_cart {
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-cell_cart button {
    margin-left: 5px;
  }
  .table__count input {
    width: 40px;
  }
  .table.table-v2 .table-cell span {
    font-size: 12px !important;
  }
  .table.table-v2 .table-cell_btn .btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .table.table-v2 .table-cell_btn .btn span {
    font-size: 12px !important;
  }
}
@media (max-width: 380px) {
  .cats-list__item {
    font-size: 12px;
  }
}
.footer {
  border-radius: 30px 30px 0 0;
  padding-bottom: 40px;
  padding-top: 60px;
}
.footer-heading {
  color: #000;
  font-size: 29.1667px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-bottom: 11px;
}
.footer .logo {
  margin-top: 19px;
  max-width: 595px;
}
.footer .logo img {
  height: auto;
  width: 100%;
}
.footer .row-2 {
  margin-top: 60px;
}
.footer nav ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.footer nav ul li {
  margin-bottom: 10px;
}
.footer nav ul li:last-child {
  margin-bottom: 0;
}
.footer nav ul li a {
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer nav ul li a:hover {
  color: #4395cd;
}
.footer .legal {
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.footer .copyright-mob {
  border-top: 1px solid #e5e5e5;
  color: #999;
  display: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-top: 18px;
}
.footer .contacts-info div {
  margin-bottom: 15px;
}
.footer .contacts-info div:last-child {
  margin-bottom: 0;
}
.footer .contacts-info div svg {
  max-width: 24px;
  min-width: 24px;
}
.footer .contacts-info div a {
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 1.4;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .contacts-info div a:hover {
  color: #4395cd;
}
.footer .copyright {
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  margin-top: 36px;
}
.footer .copyright,
.footer .policy {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.footer .policy {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.footer .policy:hover {
  text-decoration: underline;
}
.footer .social-sm {
  margin-top: 42px;
}
.footer .footer-heading-mob {
  color: #000;
  display: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: center;
}
.cookie-info {
  background: #fff;
  border-radius: 30px 30px 0 0;
  bottom: 0;
  display: none;
  -webkit-filter: drop-shadow(0 -20px 50px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 -20px 50px rgba(0, 0, 0, 0.25));
  left: 50%;
  padding: 50px;
  position: fixed;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1500px;
  z-index: 10;
}
.cookie-info .heading-md {
  margin-bottom: 30px;
}
.cookie-info__text {
  color: #000;
  margin-bottom: auto;
  margin-top: auto;
}
.cookie-info__text a {
  color: #000;
  text-decoration: underline;
}
.cookie-info__text a:hover {
  text-decoration: none;
}
.cookie-info .btn {
  margin-bottom: auto;
  margin-left: 30px;
  margin-top: auto;
}
.cookie-openned .cookie-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
}
.popup {
  background-color: #fff;
  border-radius: 30px;
  display: none;
  left: 50%;
  padding: 80px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 606px;
  z-index: 102;
}
.popup .success-warn {
  text-align: center;
}
.popup .success-warn .heading-md {
  margin-bottom: 30px;
  margin-top: 60px;
}
.popup .success-warn p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.popup__close {
  cursor: pointer;
  height: 17px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 17px;
}
.popup__close svg {
  stroke: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.popup__close:hover svg {
  stroke: #4395cd;
}
.popup-openned .overlay {
  display: block;
}
.form .heading-md {
  margin-bottom: 50px;
  text-align: center;
}
.form__input {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 22px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.form__input:focus {
  border-color: #4395cd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form .btn {
  margin-top: 50px;
}
.form__disclaimer {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.43;
  margin-top: 20px;
  text-align: center;
}
.form__disclaimer a {
  color: #4395cd;
  text-decoration: none;
}
.form__disclaimer a:hover {
  text-decoration: underline;
}
.form-auth .form__label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.form-auth .form__label span {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.form-auth .form__input {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  line-height: 1.375;
  margin-bottom: 0;
  padding: 5px 0 8px;
  width: 100%;
}
.form-auth .form__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-auth .form__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-auth .form__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-auth .form__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-auth .form__input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-auth .form__error {
  color: #e62117;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.form-auth .form__error_under {
  color: #e62117;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-bottom: 0 !important;
  margin-top: 30px !important;
  text-align: center;
}
.form-auth .form__btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-auth .form__btn svg {
  stroke: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-auth .form__btn-cancel:hover svg,
.form-auth .form__btn-eye-close:hover svg,
.form-auth .form__btn-eye:hover svg {
  stroke: #4395cd;
}
.form-auth .heading {
  font-size: 31px;
  line-height: 1;
  margin-bottom: 15px;
}
.form-auth .heading,
.form-auth .sub-heading {
  color: #000;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.form-auth .sub-heading {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 30px;
}
.form-auth .sub-heading a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.form-auth .sub-heading a:hover {
  text-decoration: none;
}
.form-auth .btn {
  background: #e7e7e7;
  border-radius: 20px;
  color: #959595;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 70px;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-transform: uppercase;
  width: 100%;
}
.form-auth .btn:not([disabled]) {
  background-color: #4395cd;
  color: #fff;
}
.form-auth .checkbox {
  margin-top: 37px;
}
.form-auth .form__error {
  margin-bottom: 30px;
  margin-top: -30px;
}
@media (max-width: 1579.98px) {
  .footer-heading {
    font-size: 24px;
  }
  .footer .legal {
    font-size: 16px;
  }
  .footer .contacts-info div svg {
    max-width: 20px;
    min-width: 20px;
  }
  .footer .contacts-info div a {
    font-size: 16px;
  }
  .footer .logo {
    max-width: 395px;
  }
  .footer nav ul li a {
    font-size: 16px;
  }
  .cookie-info {
    max-width: 1200px;
    padding: 40px;
    width: calc(100% - 40px);
  }
  .popup {
    padding: 60px 50px 50px;
    width: 506px;
  }
  .popup__close {
    right: 20px;
    top: 20px;
  }
  .popup .form .heading-md {
    margin-bottom: 30px;
  }
  .popup .success-warn .heading-md {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .popup .success-warn p {
    font-size: 16px;
  }
  .popup-auth {
    padding: 40px;
  }
  .form .btn {
    margin-top: 30px;
  }
  .form-auth .heading {
    font-size: 28px;
  }
  .form-auth .btn {
    height: 60px;
  }
  .form-auth .checkbox__label {
    font-size: 14px;
  }
  .form-auth .form__error_under {
    font-size: 18px;
  }
  .form-auth .form__label {
    margin-bottom: 20px;
  }
  .form-auth .form__error {
    margin-bottom: 20px;
    margin-top: -20px;
  }
}
@media (max-width: 1259.98px) {
  .footer .contacts-info div a {
    font-size: 12px;
  }
  .form-auth .heading {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    border-radius: 0;
    margin-left: 0;
    max-width: 100%;
    padding-bottom: 18px;
    padding-top: 21px;
    text-align: center;
    width: 100%;
  }
  .footer .copyright,
  .footer .footer-heading,
  .footer .legal,
  .footer .logo,
  .footer .sub-form {
    display: none;
  }
  .footer .row-main .col-n-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer .row-main .col-n-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-top: 40px;
    order: 2;
  }
  .footer nav {
    text-align: center;
  }
  .footer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer nav ul li {
    margin-bottom: 6px !important;
  }
  .footer nav ul li a {
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
  }
  .footer .social-sm {
    margin-top: 20px;
  }
  .footer .copyright-mob {
    display: block;
    margin-top: 19px;
    text-align: center;
  }
  .footer .footer-heading-mob {
    display: block;
  }
  .footer .footer-heading-mob-2 {
    margin-top: 30px;
  }
  .footer .row-2 {
    margin-top: 0;
  }
  .footer .contacts-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .footer .contacts-info div {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 6px;
  }
  .footer .contacts-info div:last-child {
    margin-bottom: 0;
  }
  .footer .social-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .policy {
    color: #999;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
  }
  .cookie-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    padding: 30px;
  }
  .cookie-info .heading-md {
    margin-bottom: 10px;
  }
  .cookie-info .btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .popup {
    max-width: calc(100% - 60px);
    padding: 40px 30px 30px;
  }
  .popup .success-warn .heading-md {
    margin-top: 30px;
  }
  .popup .success-warn svg {
    height: 80px;
    width: 80px;
  }
  .form-auth .heading {
    font-size: 22px;
  }
}
.account-info {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.account-info:hover {
  opacity: 0.8;
}
.cart-info__icon {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cart-info:hover .cart-info__icon {
  opacity: 0.9;
}
.header {
  border-radius: 0 0 30px 30px;
  height: 150px;
  left: 50%;
  padding-bottom: 17px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99;
}
.header .mob-search-btn {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 40px;
  width: 40px;
}
.header .mob-search-btn svg {
  stroke: rgba(0, 0, 0, 0.3);
  margin: auto;
}
.header .mob-toggle-menu {
  background-color: #4395cd;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 40px;
  width: 40px;
}
.header .mob-toggle-menu svg {
  margin: auto;
}
.header .mob-toggle-menu .closed {
  display: none;
}
.header .mob-cart-btn {
  border: 1px solid #4395cd;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 40px;
  margin-left: 10px;
  position: relative;
  text-decoration: none;
  width: 40px;
}
.header .mob-cart-btn svg {
  margin: auto;
}
.header .mob-cart-btn span {
  background: #e62117;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  height: 15px;
  letter-spacing: -0.05em;
  line-height: 15px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: -7px;
  width: 15px;
}
.header .header-left {
  max-width: 60%;
}
.header .header-right {
  max-width: 40%;
}
.header .header-left,
.header .header-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 50px;
}
.header .header-left > *,
.header .header-right > * {
  margin-bottom: auto;
  margin-top: auto;
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  margin-right: 20px;
  width: 253px;
}
.header .logo img {
  height: auto;
  margin-bottom: auto;
  margin-top: auto;
  max-width: 100%;
}
.header .btn-light {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .btn-light:hover {
  background-color: #4395cd;
  color: #fff;
}
.header-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  justify-content: space-between;
  position: relative;
}
.header-top > * {
  margin-bottom: auto;
  margin-top: auto;
}
.header .btn-catalog {
  height: 45.5px;
  padding-left: 15px;
  padding-right: 15px;
}
.header .btn-catalog span {
  margin-right: 0;
}
.header .account-info {
  height: 48px;
  margin-left: 25px;
  width: 48px;
}
.header .btn-cabinet-full {
  display: none;
  margin-left: 30px;
}
.header .contacts-info {
  margin-left: 30px;
}
.header .contacts-info div a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header .contacts-info div a:hover {
  color: #4395cd;
}
.header nav {
  margin-top: 20px;
}
.header nav ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.header nav ul li {
  padding-bottom: 10px;
  padding-top: 10px;
}
.header nav ul li.cat {
  padding: 0;
}
.header nav ul li.active a,
.header nav ul li.current a {
  color: #1f70c7 !important;
  position: relative;
}
.header nav ul li.active a:after,
.header nav ul li.current a:after {
  background-color: #1f70c7;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.header nav ul li a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header nav ul li a:hover {
  color: #4395cd;
}
.header nav ul li a.spec {
  background-color: #e8f7e2;
  border-radius: 10px;
  color: #000;
  padding: 9px 10px 9px 37px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header nav ul li a.spec:before {
  background-image: url(../images/spec-icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 23px 18px;
  content: "";
  display: block;
  height: 18px;
  left: 10px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 23px;
}
.header nav ul li a.spec:hover {
  background-color: #d8f5cc;
}
.header nav ul li a.price {
  background-color: #4395cd;
  border-radius: 10px;
  color: #fff;
  padding: 9px 10px 9px 28px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header nav ul li a.price:before {
  background-image: url(../images/price.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px 19px;
  content: "";
  display: block;
  height: 19px;
  left: 10px;
  position: absolute;
  top: 11px;
  width: 14px;
}
.header nav ul li a.price:hover {
  background-color: #63abda;
}
.header-breadcrumbs .header {
  border-radius: 0 !important;
}
.logged-in .header-left {
  max-width: 55%;
}
.logged-in .header-right {
  max-width: 45%;
}
.cart-info {
  background-color: #4395cd;
  border: 1px solid #4395cd;
  height: 48px;
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  width: 48px;
}
.cart-info,
.cart-info__icon {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-info__icon {
  background-color: #fff;
  height: 46px;
  width: 46px;
}
.cart-info__icon svg {
  height: 36px;
  margin: auto;
  max-width: 36px;
  width: 36px;
}
.cart-info__count {
  background-color: #e62117;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
  width: 18px;
}
.search {
  border: 1px solid #4395cd;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  position: relative;
  width: 606px;
}
.search .search-list {
  position: relative;
  width: 152px;
  z-index: 2;
}
.search .search-list__current {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #eee;
  border-radius: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 13px;
  width: 152px;
}
.search .search-list__current span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: auto;
  margin-top: auto;
  white-space: nowrap;
}
.search .search-list__current svg {
  margin-bottom: auto;
  margin-top: auto;
}
.search .search-list-nav {
  background-color: #fff;
  display: none;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
}
.search .search-list-nav__item {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding-left: 13px;
  padding-right: 13px;
  white-space: nowrap;
}
.search .search-list.openned {
  -webkit-filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 7px 10px rgba(0, 0, 0, 0.1));
}
.search .search-list.openned .search-list__current {
  border-radius: 3px 3px 0 0;
}
.search .search-list.openned .search-list-nav {
  border-radius: 0 0 3px 3px;
  display: block;
}
.search input {
  background-color: #fff;
  border: 0;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  height: 40px;
  margin-left: -12px;
  padding-left: 27px;
  padding-right: 54px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.search button {
  background-color: #4395cd;
  border: 1px solid #4395cd;
  border-radius: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  padding: 2px;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 40px;
  z-index: 2;
}
.search button svg {
  stroke: #fff;
  margin: auto;
}
.header-short {
  border-radius: 0 0 30px 30px;
  height: 90px;
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 100;
}
.header-short,
.header-short-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-short-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}
.header-short-wrap > * {
  margin-bottom: auto;
  margin-top: auto;
}
.header-short .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  width: 253px;
}
.header-short .logo img {
  height: auto;
  margin: auto;
  width: 100%;
}
.header-short-nav {
  gap: 20px;
  margin-left: 20px;
}
.header-short-nav,
.header-short-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-short-nav li {
  margin-bottom: auto;
  margin-top: auto;
}
.header-short-nav li a {
  color: #4395cd;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 1.42;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-short-nav li a.promo-link {
  padding-top: 32px;
}
.header-short-nav li a.promo-link:before {
  background-image: url(../images/icon-promo.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  content: "";
  display: block;
  height: 22px;
  left: 50%;
  position: absolute;
  top: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22px;
}
.header-short-nav li a.discont-link {
  padding-top: 32px;
}
.header-short-nav li a.discont-link:before {
  background-image: url(../images/icon-discont.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px 19px;
  content: "";
  display: block;
  height: 19px;
  left: 50%;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
}
.header-short-nav li a.vin-link {
  border: 1px solid #4395cd;
  border-radius: 10px;
  min-width: 138px;
  padding: 5px 15px 5px 44px;
  width: 138px;
}
.header-short-nav li a.vin-link:before {
  background-image: url(../images/icon-barcode.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  content: "";
  display: block;
  height: 22px;
  left: 14px;
  position: absolute;
  top: 15px;
  width: 22px;
}
.header-short-nav li a.vin-link:hover {
  border-color: #63abda;
}
.header-short-nav li a:hover {
  color: #63abda;
}
.header-short .search {
  margin-left: 20px;
  margin-right: 0;
  width: 700px;
}
.header-short .btn-catalog {
  margin-left: 20px;
}
.header-short .btn-catalog span {
  margin-right: 0;
}
.header-short .account-info,
.header-short .btn-cabinet-full {
  margin-left: 20px;
}
.header-short .btn-cabinet-full {
  display: none;
}
.header-short.shown {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.mob-search {
  background: #f2f2f2;
  border-radius: 0 0 30px 30px;
  display: none;
  left: 0;
  padding: 20px 10px;
  position: fixed;
  top: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 99;
}
.mob-search-form {
  position: relative;
}
.mob-search-form__input {
  border: 1px solid #e7e7e7;
  border-radius: 50px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  height: 45px;
  line-height: 22px;
  padding-left: 40px;
  padding-right: 20px;
  width: 100%;
}
.mob-search-form svg {
  stroke: #4395cd;
  left: 14px;
  position: absolute;
  top: 14px;
}
.mob-menu {
  background: #f2f2f2;
  border-radius: 0 0 0 30px;
  display: none;
  padding: 30px 20px;
  position: fixed;
  right: 0;
  top: 80px;
  width: 100%;
  width: calc(100% - 34px);
  z-index: 99;
}
.mob-menu .container {
  position: relative;
}
.mob-menu .contacts-info div {
  line-height: 15px;
  margin-bottom: 6px;
}
.mob-menu .contacts-info div a {
  font-size: 14px;
}
.mob-menu .contacts-info div:last-child {
  margin-bottom: 0;
}
.mob-menu .btn-down {
  margin-top: 30px;
}
.mob-menu .btn-catalog {
  border-radius: 10px;
  font-size: 14px;
  height: 40px;
}
.mob-menu .btn-catalog span {
  margin-right: 0;
}
.mob-menu .btn-catalog svg {
  height: 10px;
  width: 14px;
}
.mob-menu .btn-cabinet-full_not-logged-in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.mob-menu .btn-cabinet-full_logged-in {
  display: none !important;
}
.mob-menu nav {
  margin-bottom: 50px;
  margin-top: 30px;
}
.mob-menu nav ul li {
  line-height: 20px;
  margin-bottom: 13.5px;
}
.mob-menu nav ul li:last-child {
  margin-bottom: 0;
}
.mob-menu nav ul li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mob-menu nav ul li a.current {
  color: #000;
}
.mob-menu nav ul li a:hover {
  color: #000;
}
.mob-menu nav ul li a.spec {
  background-color: #e8f7e2;
  border-radius: 10px;
  color: #000;
  padding: 9px 10px 9px 37px;
  position: relative;
}
.mob-menu nav ul li a.spec:before {
  background-image: url(../images/spec-icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 23px 18px;
  content: "";
  display: block;
  height: 18px;
  left: 10px;
  position: absolute;
  top: 11px;
  width: 23px;
}
.logged-in .header .account-info {
  display: none;
}
.logged-in .header .btn-cabinet-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logged-in .header-short .account-info {
  display: none;
}
.logged-in .header-short .btn-cabinet-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logged-in .mob-menu .btn-cabinet-full {
  display: none !important;
}
.logged-in .mob-menu .btn-cabinet-full_logged-in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 1579.98px) {
  .header {
    height: 132px;
  }
  .header .logo {
    margin-right: 15px;
  }
  .header .btn-cabinet-full,
  .header .cart-info,
  .header .contacts-info {
    margin-left: 15px;
  }
  .header nav {
    margin-top: 10px;
  }
  .header nav ul li {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .header .btn,
  .header nav ul li a {
    font-size: 16px;
  }
  .header .btn {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .contacts-info div svg {
    max-width: 12px;
    min-width: 12px;
  }
  .header .contacts-info div a {
    font-size: 16px;
    line-height: 20px;
  }
  .header .account-info {
    margin-left: 15px;
  }
  .header .btn-catalog {
    height: 40px;
  }
  .search {
    margin-right: 15px;
    width: 560px;
  }
  .search .search-list__current,
  .search input {
    height: 40px;
  }
  .search .search-list-nav {
    top: 40px;
  }
  .search .search-list-nav__item {
    height: 40px;
    line-height: 40px;
  }
  .account-info,
  .account-info svg {
    height: 38px !important;
    width: 38px !important;
  }
  .cart-info {
    height: 38px;
    width: 38px;
  }
  .cart-info__icon {
    height: 36px;
    width: 36px;
  }
  .cart-info__icon svg {
    height: 28px;
    max-width: 28px;
    width: 28px;
  }
  .header-short .header-short-wrap {
    padding-top: 25px;
  }
  .header-short-nav {
    gap: 15px;
    margin-left: 15px;
  }
  .header-short-nav li a {
    font-size: 13px;
    height: 40px;
  }
  .header-short-nav li a.promo-link {
    padding-top: 25px;
  }
  .header-short-nav li a.promo-link:before {
    top: 2px;
  }
  .header-short-nav li a.discont-link {
    padding-top: 25px;
  }
  .header-short-nav li a.discont-link:before {
    top: 5px;
  }
  .header-short-nav li a.vin-link {
    font-size: 12px;
    min-width: 128px;
    padding: 2.5px 10px 2.5px 40px;
    width: 128px;
  }
  .header-short-nav li a.vin-link:before {
    left: 10px;
    top: 9px;
  }
  .header-short .btn {
    font-size: 16px;
    height: 40px;
  }
  .header-short .btn-cabinet-full {
    margin-left: 15px;
  }
  .header-short .btn-catalog {
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-short .account-info,
  .header-short .cart-info,
  .header-short .search {
    margin-left: 15px;
  }
  .logged-in .header-left,
  .logged-in .header-right {
    max-width: 50%;
  }
}
@media (max-width: 1259.98px) {
  .header-short .logo,
  .header-short .logo img {
    min-width: 100px;
  }
  .header-short-nav {
    gap: 10px;
    margin-left: 10px;
  }
  .header-short .account-info,
  .header-short .btn-catalog,
  .header-short .cart-info,
  .header-short .header-short-nav,
  .header-short .search {
    margin-left: 10px;
  }
  .header-short .search input {
    padding-left: 17px;
  }
  .header .btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .account-info,
  .header .cart-info {
    margin-left: 10px;
  }
  .header .search {
    margin-right: 10px;
  }
  .header .btn,
  .header nav ul li a {
    font-size: 14px;
  }
  .header .logo {
    margin-right: 10px;
  }
  .header .btn-cabinet-full,
  .header .cart-info,
  .header .contacts-info {
    margin-left: 10px;
  }
  .header .btn-catalog {
    height: 37px;
  }
  .header .contacts-info div a,
  .search input {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .header {
    border-radius: 0;
    height: 80px;
    left: 0;
    max-width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }
  .header .logo {
    height: auto;
    width: 126px;
  }
  .header .btn-cabinet-full {
    display: none !important;
  }
  .header-top {
    height: auto;
    padding-top: 20px;
  }
  .header .account-info,
  .header .cart-info,
  .header .contacts-info,
  .header .search,
  .header nav,
  .header-top .btn {
    display: none;
  }
  .header .mob-cart-btn,
  .header .mob-search-btn,
  .header .mob-toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .mob-search-btn {
    margin-left: auto;
  }
  .header .mob-toggle-menu {
    margin-left: 10px;
  }
  .mob-search-openned .overlay {
    display: block;
  }
  .mob-search-openned .header {
    border-bottom: 1px solid #4395cd;
    z-index: 102;
  }
  .mob-search-openned .mob-search {
    display: block;
    z-index: 102;
  }
  .menu-openned .overlay {
    display: block;
  }
  .menu-openned .header {
    border-bottom: 1px solid #4395cd;
    z-index: 102;
  }
  .menu-openned .mob-menu {
    display: block;
    z-index: 102;
  }
  .menu-openned .mob-toggle-menu .openned {
    display: none;
  }
  .menu-openned .mob-toggle-menu .closed {
    display: block;
  }
  .header-short {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .header {
    border-radius: 0;
    margin-left: 0;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.section-intro {
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  padding-top: 150px;
  position: relative;
}
.section-intro .container {
  position: relative;
  z-index: 3;
}
.section-intro .heading-lg {
  color: #fff;
  margin-top: 150px;
  text-align: center;
}
.section-intro .tags-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 50px;
}
.section-intro .heading-lg {
  line-height: 1;
}
.section-intro .video-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section-intro .video-background {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 1;
}
.section-search {
  margin-top: -106px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}
.section-cats {
  padding-bottom: 40px;
  padding-top: 30px;
}
.section-cats_catalog {
  padding-bottom: 80px;
  padding-top: 80px;
}
.section-cats_catalog .cats-list {
  margin-top: 80px;
}
.section-cats_catalog .cats-list_first {
  margin-bottom: -60px;
}
.section-blog .row-featured {
  margin-top: 60px;
}
.section-blog_full {
  padding-bottom: 0;
}
.section-blog_full .col-item {
  margin-bottom: 20px;
}
.section-brands {
  padding-bottom: 100px;
  padding-top: 40px;
}
.section-brands .heading-md {
  line-height: 1;
  margin-bottom: 50px;
}
.section-brands .cta-block .heading-md {
  margin-bottom: 0;
}
.section-about {
  padding-bottom: 80px;
  padding-top: 80px;
}
.section-about .heading-md {
  margin-bottom: 54px;
}
.section-about .text {
  max-width: 658px;
}
.section-about .point {
  margin-bottom: 10px;
}
.section-about .point:last-child {
  margin-bottom: 0;
}
.section-about_product .point {
  background-color: #fff;
}
.section-about_cat .promo-block {
  margin-top: 50px;
}
.section-about_cat .promo-block .heading-md {
  margin-bottom: 0;
}
.section-social {
  padding-bottom: 80px;
  padding-top: 80px;
}
.section-social .social-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #4395cd;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 25px 44px 25px 40px;
}
.section-social .social-block .heading-md {
  color: #fff;
}
.section-social .social-block > * {
  margin-bottom: auto;
  margin-top: auto;
}
.section-news {
  padding-bottom: 80px;
  padding-top: 80px;
}
.section-news .heading-row {
  margin-bottom: 45px;
}
.section-news_catalog {
  margin-bottom: 80px;
}
.section-vin {
  padding-bottom: 120px;
  padding-top: 60px;
}
.section-vin .col-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-vin .img-vin {
  height: auto;
  max-width: 100%;
}
.section-vin .vin-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
}
.section-vin .vin-block .heading-md {
  text-align: left;
}
.section-vin .vin-block .form__input {
  margin-bottom: 30px;
}
.section-vin .vin-block .checkbox {
  margin-top: 10px;
}
.section-vin .social-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 60px;
}
.section-vin .social-block > * {
  margin-bottom: auto;
  margin-top: auto;
}
.section-vin .social-block .social {
  gap: 20px;
}
.section-vin .social-block .social li a {
  background-color: #4395cd;
  border: 1px solid #4395cd;
  height: 70px;
  width: 70px;
}
.section-vin .social-block .social li a svg {
  fill: #fff;
}
.section-vin .social-block .social li a svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section-vin .social-block .social li a:hover {
  background-color: transparent;
}
.section-vin .social-block .social li a:hover svg {
  fill: #4395cd;
}
.section-contacts {
  padding-bottom: 80px;
  padding-top: 60px;
}
.section-contacts .contact-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  max-height: 713px;
  overflow-y: auto;
  padding-right: 20px;
}
.section-contacts .contact-content::-webkit-scrollbar {
  width: 5px;
}
.section-contacts .contact-content::-webkit-scrollbar-track {
  background: transparent;
}
.section-contacts .contact-content::-webkit-scrollbar-thumb {
  background: #4395cd;
  border-radius: 100px;
}
.section-contacts .contact-vars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.section-contacts .contact-vars__item {
  border: 1px solid #4395cd;
  border-radius: 20px;
  color: #4395cd;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  padding: 19px 30px;
  text-align: center;
}
.section-contacts .contact-vars__item.active {
  background-color: #4395cd;
  color: #fff;
}
.section-contacts .map {
  border-radius: 20px;
  overflow: hidden;
}
.section-contacts .map img {
  height: auto;
  max-width: 100%;
}
.section-contacts .row-card {
  margin-top: 134px;
}
.section-contacts .row-card .heading-md {
  margin-bottom: 45px;
}
.section-contacts .row-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-contacts .row-card > [class*="col-"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-contacts .row-card .contact-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-feedback {
  padding-bottom: 60px;
  padding-top: 80px;
}
.section-feedback .heading-row {
  margin-bottom: 45px;
}
.section-feedback .feedback {
  margin-bottom: 20px;
}
.section-feedback .btn-load-more {
  border-radius: 20px;
  display: block;
  font-size: 20px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  width: 201px;
}
.section-originals {
  padding-bottom: 50px;
  padding-top: 70px;
}
.section-originals .heading-row {
  margin-bottom: 45px;
}
.section-originals .btn {
  background-color: #e7e7e7;
}
.section-achievements {
  padding-bottom: 60px;
  padding-top: 80px;
}
.section-achievements .heading-row {
  margin-bottom: 45px;
}
.section-achievements .achievement {
  margin-bottom: 20px;
}
.section-promos {
  padding-bottom: 80px;
  padding-top: 80px;
}
.section-promos .heading-row {
  margin-bottom: 45px;
}
.section-promos .heading-row .btn {
  background-color: #e7e7e7;
}
.section-promos .heading-row .btn:hover {
  background-color: #4395cd;
}
.section-promos .promo-block {
  margin-top: 20px;
}
.section-promos_full {
  padding-bottom: 50px;
  padding-top: 60px;
}
.section-promos_full .card {
  background-color: #fff;
}
.section-promos_full .col-item {
  margin-bottom: 20px;
}
.section-promos_news {
  margin-top: 60px;
}
.section-hits {
  padding-bottom: 30px;
  padding-top: 80px;
}
.section-hits .heading-row {
  margin-bottom: 25px;
}
.section-hits .btn {
  background-color: #e7e7e7;
}
.section-analogues {
  padding-bottom: 30px;
  padding-top: 80px;
}
.section-analogues .heading-row {
  margin-bottom: 25px;
}
.section-analogues .promo-block {
  margin-top: 50px;
}
.section-quest {
  padding-bottom: 150px;
}
.section-quest .text-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-quest_policy,
.section-spec {
  padding-top: 60px;
}
.section-spec {
  padding-bottom: 120px;
}
.section-spec .col-item {
  margin-bottom: 20px;
}
.section-spec .row-content {
  margin-top: 60px;
}
.section-product {
  padding-bottom: 50px;
  padding-top: 80px;
}
.section-product .btn-stock {
  display: none;
  margin-top: 10px;
}
.section-product .btn-to-cart .mob {
  display: none;
}
.section-product .product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.section-product .product-img img {
  height: auto;
  margin: auto;
  max-width: 100%;
}
.section-product .product-info {
  gap: 20px;
}
.section-product .product-desc,
.section-product .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.section-product .product-desc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #e7e7e7;
  border-radius: 30px;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
}
.section-product .product-art {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.section-product .product-art span {
  opacity: 0.5;
}
.section-product h1 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 24px;
}
.section-product .product-char {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
}
.section-product .product-char a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.section-product .product-char a:hover {
  text-decoration: none;
}
.section-product .product-char span {
  opacity: 0.5;
}
.section-product .product-stock {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #e7e7e7;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-width: 50%;
  padding: 40px;
}
.section-product .product-stock .btn {
  margin-top: auto;
}
.section-product .product-stock__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
.section-product .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  margin-top: auto;
}
.section-product .product-price .btn-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  max-width: 38px;
  width: 38px;
}
.section-product .product-price .btn-to-cart svg {
  height: 24px;
  left: 2px;
  margin: auto;
  position: relative;
  top: 2px;
  width: 24px;
}
.section-product .product-price .btn {
  margin-left: 10px;
  max-width: 211px;
}
.section-product .product-price .btn svg {
  left: 2px;
  position: relative;
  top: 2px;
}
.section-product .product-price > * {
  margin-bottom: auto;
  margin-top: auto;
}
.section-product .product-price__sum {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-right: 10px;
  white-space: nowrap;
}
.section-product .product-price__count {
  border: 1px solid #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  overflow: hidden;
}
.section-product .product-price__count-minus {
  background-color: #f2f2f2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-width: 24px;
}
.section-product .product-price__count-minus svg {
  margin: auto;
}
.section-product .product-price__count-plus {
  background-color: #f2f2f2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-width: 24px;
}
.section-product .product-price__count-plus svg {
  margin: auto;
}
.section-product .product-price__count input {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  border: 0;
  height: 36px;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 24px;
}
.section-product .product-price__count input::-webkit-inner-spin-button,
.section-product .product-price__count input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-product .product-price__count input[type="number"] {
  -moz-appearance: textfield;
}
@supports (-moz-appearance: none) {
  .section-product .product-price__count input {
    -moz-appearance: textfield;
  }
}
.product-stock-list {
  margin-bottom: 20px;
}
.product-stock-list__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  line-height: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product-stock-list__item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.product-stock-list__item span {
  background: #f2f2f2;
  border-radius: 5px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin-bottom: auto;
  margin-top: auto;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.product-stock-list__item > * {
  margin-bottom: auto;
  margin-top: auto;
}
.product-stock-list__item-label {
  max-width: 106px;
  min-width: 106px;
}
.product-stock-list__item_out span {
  color: rgba(0, 0, 0, 0.5);
}
.section-popular-search {
  padding-bottom: 80px;
  padding-top: 80px;
}
.section-popular-search .heading-sm {
  margin-bottom: 30px;
}
.section-popular-search_cat {
  padding-bottom: 60px;
  padding-top: 60px;
}
.section-cat {
  padding-bottom: 80px;
  padding-top: 60px;
}
.section-cat .col-item {
  margin-bottom: 20px;
}
.section-cat .banner {
  margin-bottom: 40px;
  margin-top: 20px;
}
.section-cat .pagination {
  margin-top: 60px;
}
.section-cat .filter {
  margin-bottom: 30px;
}
.section-cat .promo-text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 60px;
  margin-top: 60px;
}
.section-cat .promo-text p {
  margin: 1em 0;
}
.section-cat .promo-text p:first-child {
  margin-top: 0;
}
.section-cat .promo-text p:last-child {
  margin-bottom: 0;
}
.section-cat_promo .banner {
  margin-bottom: 40px;
  margin-top: 0;
}
.section-cat_search {
  padding-top: 20px;
}
.section-cat_search .heading-md {
  margin-bottom: 30px;
}
.section-cat_search .table {
  margin-bottom: 70px;
}
.section-cat_search .table_final {
  margin-bottom: 60px;
}
.section-cat_search .table_final:last-child {
  margin-bottom: 0;
}
.section-cat_search .table-block .table_final,
.section-cat_search .table_replace {
  margin-bottom: 0;
}
.section-cat_search .table-heading {
  margin-bottom: 20px;
}
.section-cat_search-3 {
  margin-bottom: 50px;
  margin-top: 50px;
  padding-bottom: 60px;
}
.section-cat_search-3 .table {
  margin-bottom: 0;
}
.section-text-blocks {
  padding-bottom: 60px;
  padding-top: 60px;
}
.section-text-blocks .text-block {
  height: 100%;
}
.section-text-checks {
  margin-bottom: 60px;
  margin-top: 60px;
  padding-bottom: 80px;
  padding-top: 80px;
}
.section-text-checks .col-item-2 .text-block-2 {
  margin-top: 20px;
}
.section-delivery-company {
  padding-bottom: 150px;
  padding-top: 80px;
}
.section-delivery-company .delivery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.section-delivery-company .delivery-list__item {
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}
.section-delivery-company .delivery-list__item img {
  height: auto;
  margin: auto;
  max-width: 100%;
}
.section-text-blocks-checks {
  margin-bottom: 60px;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-top: 80px;
}
.section-text-blocks-checks .text-block {
  height: 100%;
}
.section-text-blocks-checks .text-block_quest {
  background-color: #4395cd;
  color: #fff;
}
.section-text-blocks-checks .text-block_quest .heading-md {
  color: #fff;
}
.section-text-blocks-checks .text-block_quest .btn {
  background-color: #fff;
  color: #000;
}
.section-text-blocks-checks .text-block_quest .btn span {
  color: #000;
}
.section-text-blocks-checks .col-item {
  margin-bottom: 20px;
}
.section-advs {
  margin-top: 60px;
  padding-bottom: 80px;
  padding-top: 80px;
}
.section-advs,
.section-advs .heading-row {
  margin-bottom: 60px;
}
.section-advs .promo-block {
  margin-top: 30px;
}
.section-advs .point {
  height: 100%;
}
.section-advs .col-item {
  margin-bottom: 20px;
}
.section-blog-single {
  padding-bottom: 100px;
  padding-top: 100px;
}
.section-blog-single .post-content {
  margin-bottom: 50px;
}
.section-blog-single .col-side {
  height: 100%;
  min-height: 100%;
}
.section-blog-single .col-side .consult-form {
  margin-top: auto;
}
.section-subscribe {
  padding-bottom: 97px;
  padding-top: 80px;
}
.section-404 {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}
.section-404 img {
  height: auto;
  max-width: 856px;
  width: 100%;
}
.section-404 .heading-xmd {
  margin-top: 70px;
}
.section-feedback .table-filter__current,
.section-feedback .table-filter__var {
  background-color: #fff;
}
.section-feedback .table-filter__var {
  margin-left: 0 !important;
  margin-right: 10px !important;
}
.section-widget {
  padding-bottom: 70px;
  padding-top: 40px;
}
.section-widget .heading-md {
  margin-bottom: 50px;
}
.section-widget .widget {
  height: auto;
  max-width: 100%;
}
.section-certs {
  padding-bottom: 40px;
  padding-top: 60px;
}
.section-certs .col-item {
  margin-bottom: 20px;
}
.section-policy {
  margin-top: 60px;
  padding-bottom: 80px;
  padding-top: 80px;
}
.section-policy ol,
.section-policy p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.section-policy ol {
  list-style-position: inside;
  list-style-type: decimal;
  margin-left: 0;
}
.section-policy ol li {
  display: list-item;
  margin-bottom: 1em;
  padding-left: 40px;
  text-align: -webkit-match-parent;
}
.section-policy ol li:last-child {
  margin-bottom: 0;
}
.section-policy .num-item {
  margin-bottom: 10px;
  margin-top: 60px;
}
.section-policy .num-item-1 {
  margin-top: 0;
}
.section-policy .policy-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.section-policy .col-item {
  margin-top: 20px;
}
.section-policy .row-pols {
  margin-top: 17px;
}
.section-policy .pol-item {
  background-color: #f2f2f2;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.section-policy .pol-item:last-child {
  margin-bottom: 0;
}
.section-policy .pol-item__title {
  border-right: 1px solid grey;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  min-width: 487px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-top: 30px;
}
.section-policy .pol-item__title span {
  margin-bottom: auto;
  margin-top: auto;
}
.section-policy .pol-item__content {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  padding: 30px;
}
.section-policy .pol-item__content span {
  margin-bottom: auto;
  margin-top: auto;
}
.section-vacancy {
  padding-bottom: 60px;
  padding-top: 60px;
}
.section-vacancy .vacancy {
  height: 100%;
}
.section-vacancy .col-item {
  margin-bottom: 20px;
}
.section-checkout {
  padding-bottom: 60px;
  padding-top: 60px;
}
.section-checkout .heading-md {
  margin-bottom: 40px;
}
.section-cart {
  padding-top: 40px;
}
.section-cart .select-all-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 15px;
}
.section-cart .select-all-container .delete {
  background-color: #4395cd;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 20px;
  padding: 6px 7px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section-cart .select-all-container .delete:hover {
  background-color: #63abda;
}
.section-cart .select-all-container .checkbox {
  background-color: #4395cd;
  border-radius: 5px;
  padding: 6px 7px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section-cart .select-all-container .checkbox input {
  display: none;
}
.section-cart .select-all-container .checkbox__custom {
  background-color: #fff;
}
.section-cart .select-all-container .checkbox__label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
}
.section-cart .select-all-container .checkbox:hover {
  background-color: #63abda;
}
.section-cart .select-all-container .return-icon {
  margin-left: 15px;
}
.section-cart .select-all-container .return-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: auto;
  margin-left: auto;
  margin-top: auto;
}
.section-cart .select-all-container .return-infos > * {
  margin-bottom: auto;
  margin-top: auto;
}
.section-cart .cart-warning {
  margin-top: 30px;
}
.section-abc_vin {
  padding-bottom: 140px;
}
.section-acc {
  padding-bottom: 60px;
  padding-top: 60px;
}
.section-acc .pagination {
  margin-top: 30px;
}
.section-acc .acc-fav-wrap {
  padding-left: 68px;
}
.section-acc .acc-fav-wrap .table {
  margin-left: 50px;
}
.section-acc .acc-order-wrap {
  padding-left: 68px;
}
.section-acc .acc-order-wrap .filter-block {
  margin-bottom: 38px;
}
.section-acc .acc-order-wrap .table-sum {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 30px;
  text-align: right;
}
.section-acc .acc-order-wrap .table-comment {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 50px;
  padding: 30px;
}
.section-acc .acc-order-wrap .table-comment__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 15px;
}
.section-acc .acc-order-wrap .table-comment__content {
  background: #f2f2f2;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  padding: 20px;
}
.section-acc .acc-profile-wrap {
  padding-left: 68px;
}
.section-acc .acc-menu {
  background-color: #fff;
  border-radius: 20px;
  max-width: 280px;
  padding: 30px 30px 30px 20px;
}
.section-acc .acc-menu__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}
.section-acc .acc-menu-nav {
  margin-top: 15px;
}
.section-acc .acc-menu-nav__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  white-space: nowrap;
}
.section-acc .acc-menu-nav__item:last-child {
  margin-bottom: 0;
}
.section-acc .acc-menu-nav__item a {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
.section-acc .acc-menu-nav__item a,
.section-acc .acc-menu-nav__item a svg {
  margin-bottom: auto;
  margin-top: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section-acc .acc-menu-nav__item a svg {
  fill: hsla(0, 0%, 50%, 0.5);
  margin-right: 10px;
}
.section-acc .acc-menu-nav__item a svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section-acc .acc-menu-nav__item a svg.icon-org {
  height: 14px;
  max-height: 14px;
  max-width: 16px;
  min-height: 14px;
  min-width: 16px;
  width: 16px;
}
.section-acc .acc-menu-nav__item a span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: auto;
  margin-top: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section-acc .acc-menu-nav__item:hover a {
  border-color: #4395cd;
}
.section-acc .acc-menu-nav__item:hover a svg {
  fill: #4395cd;
}
.section-acc .acc-menu-nav__item:hover a svg path {
  fill: #4395cd;
}
.section-acc .acc-menu-nav__item:hover a span {
  color: #4395cd;
}
.section-acc .acc-menu-nav__item.active a {
  background-color: #4395cd;
  border-color: #4395cd;
}
.section-acc .acc-menu-nav__item.active a svg,
.section-acc .acc-menu-nav__item.active a svg path {
  fill: #fff;
}
.section-acc .acc-menu-nav__item.active a span {
  color: #fff;
}
.section-acc .discont,
.section-acc .reset-pass-form {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1579.98px) {
  .section-checkout .heading-md {
    margin-bottom: 30px;
  }
  .section-vin .social-block {
    padding: 30px;
  }
  .section-vin .social-block .heading-sm {
    font-size: 16px;
  }
  .section-vin .social-block .social {
    gap: 15px;
  }
  .section-vin .social-block .social li a {
    height: 60px;
    width: 60px;
  }
  .section-abc_vin {
    padding-bottom: 100px;
  }
  .section-contacts .contact-vars__item {
    font-size: 18px;
    padding: 14px 20px;
  }
  .section-blog-single {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .section-advs .heading-row {
    margin-bottom: 45px;
  }
  .section-product h1 {
    font-size: 26px;
  }
  .section-product .product-desc,
  .section-product .product-stock {
    padding: 30px;
  }
  .section-product .product-stock__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section-product .product-stock .product-stock-list__item {
    margin-bottom: 7px;
    padding-bottom: 7px;
  }
  .section-product .product-char {
    font-size: 16px;
  }
  .section-product .product-price .btn {
    max-width: 171px;
  }
  .section-cat .promo-text {
    font-size: 18px;
  }
  .section-cart .select-all-container {
    padding-left: 20px;
  }
  .section-acc .acc-fav-wrap {
    padding-left: 0;
  }
  .section-acc .acc-order-wrap .table-sum {
    font-size: 18px;
    margin-top: 20px;
  }
  .section-acc .acc-order-wrap .table-comment {
    margin-top: 40px;
  }
  .section-acc .acc-order-wrap .table-comment__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section-acc .acc-order-wrap .table-comment__content {
    font-size: 18px;
    padding: 15px;
  }
  .section-acc .acc-order-wrap,
  .section-acc .acc-profile-wrap {
    padding-left: 0;
  }
  .section-acc .acc-menu {
    padding: 20px;
  }
  .section-acc .acc-menu-nav__item a {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-acc .acc-menu-nav__item a span {
    font-size: 14px;
  }
  .product-stock-list__item-label {
    max-width: 86px;
    min-width: 86px;
  }
}
@media (max-width: 1259.98px) {
  .section-vin {
    padding-bottom: 80px;
    padding-top: 40px;
  }
  .section-vin .vin-block {
    padding: 30px;
  }
  .section-vin .vin-block .form__input {
    margin-bottom: 20px;
  }
  .section-vin .social-block {
    padding: 30px;
  }
  .section-vin .social-block .social {
    gap: 10px;
  }
  .section-vin .social-block .social li a {
    height: 40px;
    width: 40px;
  }
  .section-vin .social-block .social li a svg {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .section-about .heading-md,
  .section-about .text {
    margin-bottom: 30px;
  }
  .section-intro .tags-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-brands .cta-block {
    margin-top: 40px;
  }
  .section-product {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .section-product .product-info {
    height: auto;
    margin-top: 20px;
  }
  .section-product .product-img {
    margin-bottom: 20px;
  }
  .section-contacts .contact-content {
    height: auto;
    margin-bottom: 30px;
    max-height: none;
    padding-right: 0;
  }
  .section-text-checks {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section-delivery-company {
    padding-bottom: 120px;
    padding-top: 60px;
  }
  .section-delivery-company .delivery-list {
    margin-top: 30px;
  }
  .section-quest {
    padding-bottom: 120px;
  }
  .section-404 {
    padding-bottom: 80px;
    padding-top: 80px;
    text-align: center;
  }
  .section-404 .heading-xmd {
    margin-top: 50px;
  }
  .section-policy {
    margin-top: 40px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section-policy ol,
  .section-policy p {
    font-size: 18px;
  }
  .section-policy .num-item {
    margin-top: 40px;
  }
  .section-policy .num-item-1 {
    margin-top: 0;
  }
  .section-policy .col-item {
    margin-top: 20px;
  }
  .section-policy .row-pols {
    margin-top: 17px;
  }
  .section-policy .pol-item__title {
    font-size: 18px;
    min-width: 387px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
  }
  .section-policy .pol-item__content {
    font-size: 16px;
    padding: 20px;
  }
  .section-acc .acc-menu {
    margin-bottom: 40px;
  }
  .section-widget {
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .section-widget .heading-md {
    margin-bottom: 30px;
  }
  .section-feedback .btn-load-more {
    font-size: 16px;
    height: 50px;
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .section-about,
  .section-achievements,
  .section-advs,
  .section-analogues,
  .section-news,
  .section-promos,
  .section-text-blocks-checks {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .section-intro {
    height: calc(100vh - 80px);
  }
  .section-checkout {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .section-vin {
    padding-bottom: 60px;
  }
  .section-vin .img-vin {
    display: none;
  }
  .section-vin .vin-block .btn span {
    font-size: 16px;
  }
  .section-vin .social-block {
    margin-top: 40px;
  }
  .section-abc_vin {
    padding-bottom: 80px;
  }
  .section-checkout .col-cart {
    display: none;
  }
  .section-brands {
    padding-bottom: 50px;
  }
  .section-text-blocks-checks {
    margin-top: 30px;
  }
  .section-hits,
  .section-originals {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .section-originals {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .section-about_product {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section-advs,
  .section-advs .heading-row {
    margin-bottom: 30px;
  }
  .section-product h1 {
    margin-top: 15px;
  }
  .section-product .btn-to-cart {
    border-radius: 15px;
    height: 70px;
    width: 70px;
  }
  .section-product .btn-to-cart .desktop,
  .section-product .btn-to-cart span {
    display: none;
  }
  .section-product .btn-to-cart .mob {
    display: block;
  }
  .section-product .product-price .btn {
    max-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-analogues .promo-block {
    margin-top: 20px;
  }
  .section-contacts .row-card {
    margin-top: 10px;
  }
  .section-contacts .row-card .heading-md {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .section-cat .filter {
    margin-bottom: 10px;
  }
  .section-cat .filter-form {
    margin-bottom: 30px;
  }
  .section-subscribe {
    padding-bottom: 67px;
    padding-top: 60px;
  }
  .section-text-checks {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .section-text-checks .text-block {
    margin-bottom: 20px !important;
  }
  .section-text-checks .text-block-2 {
    margin-bottom: 0 !important;
    margin-top: 0;
  }
  .section-delivery-company {
    padding-bottom: 80px;
    padding-top: 20px;
  }
  .section-delivery-company .delivery-list__item {
    padding: 20px;
  }
  .section-quest {
    padding-bottom: 80px;
  }
  .section-404 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section-404 .heading-xmd {
    margin-top: 30px;
  }
  .section-spec {
    padding-bottom: 80px;
    padding-top: 40px;
  }
  .section-spec .row-content {
    margin-top: 40px;
  }
  .section-spec .heading-md {
    font-size: 18px;
  }
  .section-policy .pol-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-policy .pol-item__title {
    border-right: 0;
    font-size: 16px;
    min-width: 100%;
  }
  .section-policy .pol-item__content {
    font-size: 14px;
    padding-top: 0;
  }
  .section-acc .discont {
    margin-top: 30px;
  }
  .breadcrumbs-catalog_single .catalog-name h1 {
    margin-bottom: 0;
  }
  .section-cart {
    position: static;
  }
  .section-cart .total {
    margin-top: 30px;
  }
  .section-cart {
    padding-top: 40px;
  }
  .section-product .product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .section-about,
  .section-analogues,
  .section-news,
  .section-promos {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .section-social .social-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-social .social-block .social {
    margin-top: 20px;
  }
  .section-intro {
    height: 500px;
    padding-top: 0;
  }
  .section-intro .heading-lg {
    margin-top: 50px;
    text-align: left;
  }
  .section-intro .tags-row {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    gap: 5px;
    justify-content: left;
    margin-top: 20px;
  }
  .section-search {
    padding-bottom: 15px;
  }
  .section-cats {
    padding-bottom: 30px;
    padding-top: 15px;
  }
  .section-brands {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .section-brands .heading-md {
    margin-bottom: 25px;
  }
  .section-about {
    background-color: transparent;
    border-radius: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .section-about .point {
    background-color: #fff;
  }
  .section-analogues,
  .section-hits {
    padding-top: 30px;
  }
  .section-social {
    padding-bottom: 85px;
    padding-top: 60px;
  }
  .section-social .social-block {
    padding: 20px;
  }
  .section-achievements .heading-row,
  .section-hits .heading-row,
  .section-originals .heading-row,
  .section-promos .heading-row {
    margin-bottom: 30px;
  }
  .section-hits .swiper-product .swiper {
    padding-top: 0;
  }
  .section-feedback .heading-row {
    margin-bottom: 30px;
  }
  .section-about .heading-md {
    margin-bottom: 10px;
  }
  .section-social .social-block {
    border-radius: 15px;
  }
  .section-product .btn-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-product .product-stock {
    display: none;
  }
  .section-product .product-info {
    margin-top: 0;
  }
  .section-product .product-img {
    height: auto;
    margin-bottom: 10px;
    padding: 20px;
  }
  .section-product .product-desc {
    padding: 20px;
  }
  .section-product .product-art {
    display: none;
  }
  .section-product .product-price {
    margin-top: 20px;
  }
  .section-product .product-price .btn {
    margin-left: 40px;
  }
  .section-product .product-price__count {
    border-radius: 8px;
  }
  .section-product .product-price__count-minus {
    min-width: 29px;
  }
  .section-product .product-price__count-minus svg {
    height: 14px;
    width: 14px;
  }
  .section-product .product-price__count-plus {
    min-width: 29px;
  }
  .section-product .product-price__count-plus svg {
    height: 14px;
    width: 14px;
  }
  .section-product .product-price__count input {
    height: 34px;
    width: 29px;
  }
  .section-product h1 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .section-product .product-char {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .section-about_product {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section-product .btn-to-cart {
    height: 60px;
    width: 60px;
  }
  .section-product .btn-to-cart svg {
    height: 36px !important;
    width: 36px !important;
  }
  .section-cats_catalog .cats-list_first {
    margin-bottom: -70px;
  }
  .section-cats_catalog {
    padding-top: 20px;
  }
  .section-cats_catalog .cats-list {
    margin-top: 50px;
  }
  .section-cats_catalog .cats-list_first {
    margin-bottom: -40px;
  }
  .section-feedback,
  .section-originals,
  .section-popular-search {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .section-news_catalog {
    margin-bottom: 50px;
  }
  .section-contacts .contact-vars__item {
    border-radius: 15px;
    font-size: 14px;
    padding: 7px 14px;
  }
  .section-cat {
    padding-bottom: 25px;
    padding-top: 38px;
  }
  .section-cat .pagination {
    margin-top: 20px;
  }
  .section-text-blocks {
    padding-bottom: 50px;
    padding-top: 25px;
  }
  .section-text-blocks .text-block_quest {
    margin-top: 20px;
  }
  .section-text-blocks .text-block {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    width: calc(100% + 20px);
  }
  .section-about_cat {
    background-color: #fff;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-top: 40px;
    width: calc(100% - 20px);
  }
  .section-about_cat .point {
    background-color: #f2f2f2;
  }
  .section-about_cat .promo-block {
    margin-top: 20px;
  }
  .section-delivery-company .delivery-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-delivery-company .delivery-list__item {
    width: calc(50% - 10px);
  }
  .section-feedback .table-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .section-feedback .table-filter__current,
  .section-feedback .table-filter__var {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto;
  }
  .section-cart {
    padding-top: 30px;
  }
  .section-cart .select-all-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
  }
  .section-cart .select-all-container .return-info {
    display: none;
  }
  .section-cart .cart-summary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #fff;
    border-radius: 15px 15px 0 0;
    bottom: 0;
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    isolation: isolate;
    justify-content: space-between;
    left: 0;
    padding: 10px 20px;
    position: fixed;
    right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    will-change: transform;
    z-index: 9999;
  }
  .section-cart .cart-summary .cart-summary-toggler {
    cursor: pointer;
    display: none;
    height: 30px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 2px;
    width: 60px;
  }
  .section-cart .cart-summary .cart-summary-toggler:before {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
    position: absolute;
    top: 50%;
    width: 30px;
  }
  .section-cart .cart-summary .promocode-form,
  .section-cart .cart-summary .total-row,
  .section-cart .cart-summary .total-row-heading {
    display: none;
  }
  .section-cart .cart-summary .promocode-form {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-bottom: 12px;
    margin-top: 20px;
    order: 1;
  }
  .section-cart .cart-summary .total-row {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    font-size: 12px;
    order: 2;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .section-cart .cart-summary .total-btns-row {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .section-cart .cart-summary.opened {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 35px;
  }
  .section-cart .cart-summary.opened .cart-summary-toggler {
    display: block;
  }
  .section-cart .cart-summary.opened .total-sum__label {
    display: block !important;
  }
  .section-cart .cart-summary.opened .total-btns-row {
    margin-top: 12px;
  }
  .section-cart .cart-summary.opened .total-btns-row .btn-to-checkout {
    width: 100%;
  }
  .section-cart .cart-summary.opened .total-btns-row .btn-doc {
    display: none !important;
  }
  .section-cart .cart-summary.opened .promocode-form,
  .section-cart .cart-summary.opened .total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-cart .cart-summary {
    background: #fff !important;
    bottom: 0 !important;
    left: 0 !important;
    position: fixed !important;
    right: 0 !important;
    z-index: 9999999 !important;
  }
}
