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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  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);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: var(--bs-offcanvas-transition);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

@media (prefers-color-scheme: light) {
  :root {
    --white: #FFFFFF;
    --black: #000000;
    --dark-txt: #000000;
    --dark-bg: #000000;
    --light-txt: #FFFFFF;
    --page-bg: #161716;
    --page-color: #FFFFFF;
    --light-bg: #FFFFFF;
    --white-10: rgba(255, 255, 255, 0.1);
    --white-25: rgba(255, 255, 255, 0.25);
    --productCard-bg: #181918;
    --productCard-bg-hover: #222222;
    --offer-bg: #201F1F;
    --yellow: #FFB31B;
    --footer-bg: #1E1E1E;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --white: #FFFFFF;
    --black: #000000;
    --dark-txt: #000000;
    --dark-bg: #000000;
    --light-txt: #FFFFFF;
    --page-bg: #161716;
    --page-color: #FFFFFF;
    --light-bg: #FFFFFF;
    --white-10: rgba(255, 255, 255, 0.1);
    --white-25: rgba(255, 255, 255, 0.25);
    --productCard-bg: #181918;
    --productCard-bg-hover: #222222;
    --offer-bg: #201F1F;
    --yellow: #FFB31B;
    --footer-bg: #1E1E1E;
  }
}
:root {
  --white: #FFFFFF;
  --black: #000000;
  --dark-txt: #000000;
  --dark-bg: #000000;
  --light-txt: #FFFFFF;
  --page-bg: #161716;
  --page-color: #FFFFFF;
  --light-bg: #FFFFFF;
  --white-10: rgba(255, 255, 255, 0.1);
  --white-25: rgba(255, 255, 255, 0.25);
  --productCard-bg: #181918;
  --productCard-bg-hover: #222222;
  --offer-bg: #201F1F;
  --yellow: #FFB31B;
  --footer-bg: #1E1E1E;
}

.light-theme:root {
  --page-bg: #E9E8E9;
  --page-color: #000000;
  --offer-bg: #E0E0E0;
  --productCard-bg: #EDEDED;
  --productCard-bg-hover: #DDDDDD;
  --footer-bg: #E1E1E1;
  --white-10: rgba(0, 0, 0, 0.1);
  --white-25: rgba(0, 0, 0, 0.25);
  --light-bg: #000000;
  --dark-txt: #FFFFFF;
  --light-txt: #000000;
  --light-bg: #000000;
}

.light-theme .productCard {
  --before: linear-gradient(180deg, #EDEDED 15.52%, rgba(24, 25, 24, 0.00) 100%);
  --after: linear-gradient(180deg, #DDD 37.5%, rgba(34, 34, 34, 0.00) 100%);
}

@font-face {
  font-family: "Pobeda";
  src: url("../fonts/Pobeda-Bold.woff2") format("woff2"), url("../fonts/Pobeda-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina-Regular.woff2") format("woff2"), url("../fonts/NeueMachina-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pobeda";
  src: url("../fonts/Pobeda-Regular.woff2") format("woff2"), url("../fonts/Pobeda-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina-Bold.woff2") format("woff2"), url("../fonts/NeueMachina-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a, button {
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}

ul[class], ol[class] {
  list-style: none;
  padding: 0;
}

ul, ol {
  margin: 0;
}

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

button {
  background: none;
  border: none;
  padding: 0;
}

label {
  cursor: pointer;
}

input, textarea {
  outline: none;
}

textarea {
  resize: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

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

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

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

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon svg {
  width: 100%;
  height: 100%;
}

.bold {
  font-weight: bold;
}

.full-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile {
  display: none;
}

.content--inner {
  padding-top: 192px;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
  .desctop {
    display: none;
  }
  .content--inner {
    padding-top: 84px;
  }
}
html {
  color: var(--page-color);
}

body {
  font-weight: bold;
  font-family: "Pobeda";
  line-height: normal;
}

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

.wrapper {
  background: var(--page-bg);
  height: auto;
}

.outline-block {
  position: relative;
}
.outline-block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  border: 1px dashed;
  pointer-events: none;
}

.title {
  font-size: 48px; font-weight:bold;
}

.social__item {
  margin-right: 25px;
}
.social__item:last-child {
  margin: 0;
}
.social__link {
  width: 24px;
  height: 24px;
  fill: var(--page-color);
}

@media (max-width: 767px) {
  .title {
    font-size: 32px;
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  padding: 23px;
  border-radius: 10px;
  background: var(--white);
  color: var(--black);
}
.btn-black {
  background: var(--black);
  color: var(--white);
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--footer-bg);
  padding-top: 93px;
  padding-bottom: 95px;
}
.footer__content {
  max-width: 1074px;
  margin-left: 182px;
}
.footer__col-1 {
  width: 35%;
}
.footer__col-2 {
  width: 19%;
}
.footer__col-3 {
  width: 19%;
}
.footer__col-4 {
  width: 27%;
}
.footer__phone {
  font-family: "Neue Machina";
  margin-bottom: 19px;
  margin-top: -3px;
}
.footer__mail {
  margin-bottom: 31px;
}
.footer__social {
  margin-bottom: 40px;
}
.footer__payments-item {
  margin-right: 12px;
}
.footer__payments-item:last-child {
  margin-right: 0;
}
.footer-menu__item {
  margin-bottom: 23px;
}
.footer-menu__item:last-child {
  margin-bottom: 0;
}
.footer-menu__link {
  opacity: 0.7;
}
.footer-menu__link:hover {
  opacity: 1;
}
.footer__copyright {
  margin-bottom: 23px;
  opacity: 0.7;
}
.footer__politics {
  margin-bottom: 23px;
}
.footer__politics a {
  opacity: 0.7;
}
.footer__politics a:hover {
  opacity: 1;
}
.footer__map {
  margin-bottom: 37px;
}
.footer__map a {
  text-decoration: underline;
}
.footer__map a:hover {
  text-decoration: none;
}

@media (max-width: 1180px) {
  .footer__content {
    margin-left: 40px;
  }
}
@media (max-width: 896px) {
  .footer__content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer {
    position: relative;
    padding-top: 160px;
    padding-bottom: 104px;
    text-align: center;
    font-family: "Neue Machina";
  }
  .footer__content {
    display: block;
  }
  .footer__col-1 {
    width: 100%;
  }
  .footer__col-2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__col-3 {
    width: 100%;
  }
  .footer__col-4 {
    width: initial;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 36px;
    padding-top: 32px;
  }
  .footer__logo {
    position: absolute;
    top: 50px;
    left: 9px;
    right: 0;
    text-align: center;
  }
  .footer__logo img {
    width: 79px;
  }
  .footer__social {
    margin-bottom: 55px;
  }
  .footer__social .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu {
    font-weight: normal;
  }
  .footer-menu__item {
    margin-bottom: 20px;
  }
  .footer__payments {
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
  }
  .footer__payments-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__copyright {
    margin-bottom: 20px;
  }
  .footer__politics {
    font-weight: normal;
    margin-bottom: 20px;
  }
  .footer__map {
    font-weight: normal;
    margin-bottom: 0;
  }
}
.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--page-bg);
  font-size: 14px;
  line-height: normal;
  padding: 29px 0;
  border-bottom: 1px solid var(--white-10);
}
.header__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__mode {
  margin-left: auto;
}
.header__cart {
  margin-left: 30px;
}
.header__menu {
  margin-left: 105px;
}
.header__m-menu {
  display: none;
}

.menu__item {
  margin-right: 60px;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__link {
  opacity: 0.45;
  display: block;
  position: relative;
}
.menu__link::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -57px;
  opacity: 0;
  background: var(--page-color);
}
.menu__link--selected, .menu__link:hover {
  opacity: 1;
}
.menu__link--selected::before, .menu__link:hover::before {
  opacity: 1;
}

.change-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.change-mode__txt {
  margin-right: 8px;
}
.change-mode__btn {
  width: 43px;
  height: 24px;
  border-radius: 100px;
  background: var(--white-25);
  fill: var(--yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
}
.change-mode__btn-icon {
  width: 18px;
  height: 18px;
  background: var(--light-bg);
  border-radius: 50%;
  -webkit-transform: translateX(19px);
      -ms-transform: translateX(19px);
          transform: translateX(19px);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.change-mode__btn-icon svg {
  width: 14px;
  height: 14px;
}
.change-mode__btn--light .change-mode__btn-icon {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.cart-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--light-bg);
  border-radius: 10px;
  padding: 11px 15px 11px 17px;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: var(--dark-txt);
  fill: var(--dark-txt);
}
.cart-toggle__icon {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

.open-menu {
  width: 36px;
  height: 36px;
  fill: var(--light-bg);
}

.menu-close {
  display: none;
  margin-bottom: 36px;
  margin-left: -8px;
}

@media (max-width: 1180px) {
  .header__menu {
    margin-left: 40px;
  }
  .menu__item {
    margin-right: 40px;
  }
}
@media (max-width: 896px) {
  .menu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header {
    padding: 25px 0;
  }
  .header__menu {
    --bs-offcanvas-width: 100vw;
    width: 100%;
    background: var(--white);
    color: var(--black);
    margin: 0;
  }
  .header__menu-inner {
    padding: 45px 35px;
  }
  .header__menu--m-hidden {
    display: none;
  }
  .header__mobile-menu {
    --bs-offcanvas-width: 100vw;
    background: var(--white);
    color: var(--black);
  }
  .header__mode {
    display: none;
  }
  .header__m-menu {
    display: block;
  }
  .header__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__cart {
    margin-left: 0;
  }
  .logo img {
    width: 71px;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 20px;
  }
  .menu__item {
    margin-bottom: 27px;
  }
  .menu__item:last-child {
    margin-bottom: 0;
  }
  .menu__link::before {
    display: none;
  }
  .cart-toggle {
    padding: 0;
    background: none;
    fill: var(--light-bg);
  }
  .cart-toggle__txt {
    display: none;
  }
  .cart-toggle__icon {
    width: 36px;
    height: 36px;
    margin-left: 0;
  }
}
.modal-close {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-close svg {
  width: 30px;
  height: 30px;
}
.modal-improve {
  color: var(--black);
}
.modal-improve__img {
  text-align: center;
  height: 394px;
  width: 474px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -239px;
  position: relative;
  z-index: 4;
}
.modal-improve__img img {
  max-height: 100%;
  width: auto;
}
.modal-improve__content {
  background: var(--white);
  border-radius: 25px;
  position: relative;
  padding: 256px 30px 30px;
  z-index: 3;
}
.modal-improve__close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-improve__title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
}
.modal-improve__ingredients {
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 62px;
}
.modal-improve__structure {
  padding: 0 52px;
}
.modal-improve__structure-inner {
  margin-left: -30px;
  margin-right: -30px;
}
.modal-improve__structure-col {
  width: 33.3333333333%;
  padding-left: 30px;
  padding-right: 30px;
}
.modal-improve__structure-item {
  margin-bottom: 18px;
}
.modal-improve__structure-item:last-child {
  margin-bottom: 0;
}
.modal-improve__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  position: relative;
}
.modal-improve__item .form-checkbox__content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-improve__item-check {
  width: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}
.modal-improve__item-name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}
.modal-improve__item-price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 7px;
}
.modal-improve__item-price-slash {
  width: 1px;
  height: 6px;
  margin-left: 3px;
  margin-right: 6px;
  background: var(--black);
}
.modal-improve__item-line {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 2px dashed var(--black);
  margin-bottom: 7px;
}
.modal-improve__bottom {
  margin-top: 75px;
}
.modal-improve__bottom-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-improve__bottom-item {
  margin-right: 25px;
}
.modal-improve__bottom-item:last-child {
  margin-right: 0;
}
.modal-improve__price {
  font-size: 32px;
}
.modal-improve__btn {
  padding: 22px 23px; font-weight: inherit;
}
.modal-order {
  background: var(--white);
  color: var(--black);
  border-radius: 25px;
}
.modal-order__head {
  padding: 28px 40px 28px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.modal-order__content {
  padding: 50px 60px 28px;
}
.modal-success {
  height: 900px;
}
.modal-success__title {
  margin-bottom: 17px !important;
}
.modal-success__txt {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 35px;
}
.modal-success__btn {
  font-size: 14px;
  font-weight: bold;
  padding: 16px 23px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1440px;
  }
  .modal-dialog-improve {
    max-width: 1220px;
  }
}
@media (max-width: 1320px) {
  .modal-dialog-improve {
    max-width: 1220px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .modal-improve__structure {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-improve__structure-inner {
    margin-left: -20px;
    margin-right: -20px;
  }
  .modal-improve__structure-col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-improve__img {
    height: 370px;
  }
}
@media (max-width: 896px) {
  .modal-dialog-order {
    margin-left: 0;
    margin-right: 0;
  }
  .modal-order__head {
    display: none;
  }
  .modal-order__content {
    padding: 0;
  }
  .modal-success {
    height: auto;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .modal-improve__img {
    max-width: 236px;
    height: 196px;
    margin-bottom: -140px;
  }
  .modal-improve__structure-col {
    width: 100%;
    margin-bottom: 18px;
  }
  .modal-improve__structure-col:last-child {
    margin-bottom: 0;
  }
  .modal-improve__title {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .modal-improve__ingredients {
    font-size: 20px;
    line-height: 28px;
    max-width: 282px;
    margin-bottom: 32px;
    margin-inline: auto;
  }
  .modal-improve__close {
    top: 21px;
    right: 12px;
  }
  .modal-improve__content {
    padding: 155px 19px 19px;
  }
  .modal-improve__bottom {
    margin-top: 45px;
  }
  .modal-improve__bottom-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal-improve__btn {
    font-size: 14px;
    padding: 16px 18px;
  }
}
.notificationAdded {
  --bs-offcanvas-height: auto;
  height: auto;
  background: var(--white);
  font-size: 24px;
  padding: 38px;
  color: var(--black);
  text-align: center;
}
.notificationAdded__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .notificationAdded {
    padding: 24px 0;
  }
  .notificationAdded__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .notificationAdded__title {
    margin-bottom: 8px;
  }
  .notificationAdded__btn {
    font-size: 14px;
    padding: 14px 38px;
  }
}
.productCard {
  --before: linear-gradient(180deg, #181918 15.52%, rgba(24, 25, 24, 0.00) 100%);
  --after: linear-gradient(180deg, #222 37.5%, rgba(34, 34, 34, 0.00) 100%);
}
.productCard:hover .productCard-info {
  background: var(--productCard-bg-hover);
}
.productCard:hover .productCard-img__inner::before {
  display: none;
}
.productCard:hover .productCard-img__inner::after {
  display: block;
}
.productCard-img {
  height: 256px;
  margin-bottom: -152px;
  text-align: center;
  position: relative;
}
.productCard-img__inner {
  height: 100%;
}
.productCard-img__inner::before, .productCard-img__inner::after {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 10px;
  bottom: -1px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.productCard-img__inner::before {
  background: var(--before);
}
.productCard-img__inner::after {
  background: var(--after);
  display: none;
}
.productCard-img img {
  max-height: 100%;
  width: auto;
}
.productCard-img--action::after {
  content: url(../../template/images/general/card-action.svg);
  position: absolute;
  right: 8px;
  bottom: 44px;
}
.productCard-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 170px 30px 30px;
  text-align: center;
  min-height: 420px;
  border-radius: 25px;
  background: var(--productCard-bg);
}
.productCard-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.productCard-ingredients {
  font-weight: normal;
  line-height: 150%;
  letter-spacing: 0.16px;
  width: 100%;
  max-width: 195px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.productCard-price {
  font-size: 20px;
  line-height: 90%;
  color: var(--yellow);
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productCard-price span {
  font-size: 14px;
  color: var(--light-txt);
  text-decoration: line-through;
  opacity: 0.45;
  margin-left: 10px;
}
.productCard-group {
  margin-top: auto;
  font-size: 14px;
}
.productCard-group__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productCard-btn {
  display: block;
  padding: 13px 23px;
  border-radius: 10px;
  background: var(--white-25);
  position: relative;
  color: var(--white);
}
.productCard-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  border: 1px solid var(--light-bg);
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.productCard-btn:hover:not(.productCard-btn--null) {
  background: var(--light-bg);
  color: var(--dark-txt);
}
.productCard-btn:hover:not(.productCard-btn--null)::before {
  visibility: visible;
  -webkit-transform: rotate(-3.603deg);
      -ms-transform: rotate(-3.603deg);
          transform: rotate(-3.603deg);
}
.productCard-btn--null {
  opacity: 0.25;
}

@media (max-width: 767px) {
  .productCard-img {
    height: 203px;
    margin-bottom: -121px;
  }
  .productCard-img--action::after {
    content: url(../../template/images/general/card-action-m.svg);
    bottom: 32px;
  }
  .productCard-info {
    min-height: 348px;
    padding: 140px 20px 20px;
  }
  .productCard-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .productCard-ingredients {
    font-size: 18px;
    line-height: 25px;
    max-width: 230px;
  }
  .productCard-group {
    font-size: 14px;
  }
  .productCard-btn {
    padding: 12px 17px;
    font-weight: normal;
  }
  .productCard-size span {
    margin-left: 5px;
  }
}
.form-checkbox {
  font-size: 20px;
  font-weight: normal;
}
.form-checkbox input {display: none !important;}
.form-checkbox input:checked + span .form-checkbox__icon {
  border-color: var(--black);
}
.form-checkbox input:checked + span .form-checkbox__icon svg {
  opacity: 1;
}
.form-checkbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-checkbox__icon {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  border: 1px dashed rgba(0, 0, 0, 0.25);
}
.form-checkbox__icon svg {
  width: 24px;
  height: 24px;
  opacity: 0;
}
.form-checkbox__txt {
  width: calc(100% - 26px);
  padding-right: 9px;
}

.orderForm__content-right {
  width: 480px;
}
.orderForm__content-left {
  width: calc(100% - 480px);
  padding-right: 105px;
}
.orderForm__title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 45px;
}
.orderForm__close {
  margin-left: -8px;
  width: 36px;
  height: 36px;
  margin-bottom: 40px;
  display: none;
}
.orderForm__subtitle {
  font-size: 28px;
  line-height: 25px;
}
.orderForm__row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
.orderForm__col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.orderForm__col-3 {
  width: 33.3333333333%;
}
.orderForm__col-6 {
  width: 66.6666666667%;
}
.orderForm__group {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 33px;
}
.orderForm__group::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.orderForm__group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.orderForm__group:last-child::after {
  display: none;
}
.orderForm-input {
  display: block;
  width: 100%;
  height: 78px;
  border-radius: 10px;
  border: 1px dashed rgba(0, 0, 0, 0.35);
  padding: 0 30px;
  font-size: 20px;
  font-weight: normal;
}
.orderForm-textarea {
  background: rgba(217, 217, 217, 0.1);
  padding: 26px 30px;
  height: 176px;
}
.orderForm-textarea--sm {
  height: 78px;
  padding: 26px 30px;
}
.orderForm-delivery {
  margin-top: 44px;
}
.orderForm-delivery__title {
  margin-bottom: 31px;
}
.orderForm-delivery__list-item {
  margin-right: 32px;
}
.orderForm-delivery__list-item:last-child {
  margin: 0;
}
.orderForm-address__title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 22px;
}
.orderForm-address__add {
  margin-top: 35px;
  font-size: 14px;
  padding: 17px 17px;
  font-weight: bold;
}
.orderForm-address__new {
  margin-top: 45px;
  display: none;
}
.msdsector-order .orderForm-address__new {display:block;}
.orderForm-address__new.visible {
  display: block;
}
.orderForm-time__title {
  margin-bottom: 31px;
}
.orderForm-select {
  font-weight: normal;
  font-size: 20px;
  position: relative;
  z-index: 9;
}
.orderForm-select__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78px;
  border-radius: 10px;
  border: 1px dashed rgba(0, 0, 0, 0.35);
  padding: 10px 16px 10px 30px;
  position: relative;
  z-index: 9999;
}
.orderForm-select__btn[aria-expanded=true] {
  border-color: transparent;
}
.orderForm-select__btn[aria-expanded=true] .orderForm-select__btn-arrow {
  opacity: 1;
}
.orderForm-select__btn[aria-expanded=true] .orderForm-select__btn-arrow img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.orderForm-select__btn-arrow {
  width: 24px;
  height: 24px;
  opacity: 0.5;
}
.orderForm-select__btn-txt {
  width: calc(100% - 24px);
  padding-right: 8px;
}
.orderForm-select__dropdown {
  padding: 0;
  border-radius: 10px;
  border: 1px dashed rgba(0, 0, 0, 0.35);
  width: 100%;
  font-weight: bold;
  margin-top: -80px !important;
  background: var(--white);
}
.orderForm-select__dropdown[data-popper-placement=top-start] {
  margin-bottom: -80px !important;
  margin-top: 0 !important;
}
.orderForm-select__dropdown[data-popper-placement=top-start] .orderForm-select__dropdown-inner {
  padding-bottom: 72px;
  padding-top: 30px;
}
.orderForm-select__dropdown-inner {
  padding: 72px 30px 30px;
}
.orderForm-select__list-item {
  margin-bottom: 11px;
}
.orderForm-select__list-item:last-child {
  margin-bottom: 0;
}
.orderForm-select__label {
  display: block;
  font-size: 20px;
}
.orderForm-select__label input {
  display: none;
}
.orderForm-select__label input:checked + span {
  opacity: 1;
}
.orderForm-select__label span {
  opacity: 0.45;
}
.orderForm-comment__title {
  margin-bottom: 31px;
}
.orderForm-card__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderForm-card__inner-right {
  width: 110px;
  padding-top: 12px;
}
.orderForm-card__inner-left {
  width: calc(100% - 110px);
  padding-right: 12px;
}
.orderForm-card__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderForm-card__info-img {
  width: 80px;
}
.orderForm-card__info-content {
  width: calc(100% - 80px);
  padding-left: 9px;
  padding-top: 12px;
}
.orderForm-card__info-title {
  margin-bottom: 2px;
}
.orderForm-card__info-txt {
  font-weight: normal;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderForm-card__info-txt-item {
  margin-right: 12px;
}
.orderForm-card__info-txt-item:last-child {
  margin-bottom: 0;
}
.orderForm-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 24px;
}
.orderForm-card__price span {
  font-size: 18px;
  opacity: 0.55;
  text-decoration: line-through;
}
.orderForm-products {
  border-radius: 25px;
  background: var(--black);
  color: var(--white);
  padding: 47px 40px 40px;
}
.orderForm-products__price {
  text-align: center;
  /*display: none;*/
}
.orderForm-products__title {
  font-size: 40px;
  margin-bottom: 34px;
  margin-left: 5px;
}
.orderForm-products__total {
  text-align: right;
  font-size: 32px;
  margin-right: 5px;
  margin-bottom: 56px;
}
.orderForm-products__list {
  margin-bottom: 32px;
}
.orderForm-products__list-item {
  padding-bottom: 22px;
  margin-bottom: 23px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
.orderForm-products__list-item:last-child {
  margin-bottom: 0;
  border-color: #fff;
}
.orderForm-products__payment-title {
  margin-bottom: 22px;
}
.orderForm-products__payment-group {
  margin-left: -8px;
  margin-right: -8px;
}
.orderForm-products__payment-col {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}
.orderForm-products__payment-item {
  display: block;
  cursor: pointer;
  font-size: 20px;
}
.orderForm-products__payment-item input {
  display: none;
}
.orderForm-products__payment-item-content {
  background: #222222;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 23px;
}
.orderForm-products__payment-item-icon {
  margin-bottom: 8px;
}
.orderForm-submit {
  width: 100%;
  margin-top: 50px;
  font-weight: bold;
  font-size: 32px;
  padding: 20.5px;
}

@media (max-width: 1180px) {
  .orderForm__content-right {
    width: 400px;
  }
  .orderForm__content-left {
    width: calc(100% - 400px);
    padding-right: 40px;
  }
  .orderForm__col {
    width: 100%;
  }
  .orderForm__col-3 {
    width: 50%;
  }
  .orderForm-products {
    position: sticky;
    top: 20px;
  }
}
@media (max-width: 896px) {
  .form-checkbox {
    font-size: 16px;
  }
  .orderForm__content-left {
    width: 100%;
    padding-right: 0;
    padding: 0px 35px 40px;
  }
  .orderForm__content-right {
    width: 100%;
  }
  .orderForm__group {
    padding-bottom: 20px;
    margin-bottom: 36px;
  }
  .orderForm__group--no-border {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .orderForm__group--no-border::after {
    display: none;
  }
  .orderForm__col {
    margin-bottom: 20px;
  }
  .orderForm__row {
    margin-bottom: -20px;
  }
  .orderForm__head {
    padding: 45px 35px 0;
  }
  .orderForm__title {
    font-size: 28px;
    margin-bottom: 39px;
  }
  .orderForm__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .orderForm__subtitle {
    font-size: 20px;
  }
  .orderForm-input {
    height: 58px;
    font-size: 16px;
    padding: 0 14px;
  }
  .orderForm-textarea {
    height: 121px;
    padding: 21px 14px;
  }
  .orderForm-textarea--sm {
    height: 58px;
  }
  .orderForm-delivery {
    margin-top: 37px;
  }
  .orderForm-delivery__title {
    margin-bottom: 18px;
  }
  .orderForm-delivery__list-item {
    margin-right: 24px;
  }
  .orderForm-address__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .orderForm-address__add {
    margin-top: 20px;
  }
  .orderForm-time__title {
    margin-bottom: 19px;
  }
  .orderForm-select {
    font-size: 16px;
  }
  .orderForm-select__btn {
    padding-left: 14px;
    height: 58px;
  }
  .orderForm-select__dropdown {
    margin-top: -60px !important;
  }
  .orderForm-select__dropdown[data-popper-placement=top-start] {
    margin-bottom: -60px !important;
    margin-top: 0 !important;
  }
  .orderForm-select__dropdown[data-popper-placement=top-start] .orderForm-select__dropdown-inner {
    padding-bottom: 58px;
    padding-top: 14px;
  }
  .orderForm-select__dropdown-inner {
    padding: 58px 14px 14px;
  }
  .orderForm-select__label {
    font-size: 16px;
  }
  .orderForm-comment__title {
    display: none;
  }
  .orderForm-submit {
    margin-top: 36px;
    font-size: 24px;
    padding: 25.5px;
  }
  .orderForm-products {
    border-radius: 0 0 25px 25px;
    padding: 31px 35px 35px;
  }
  .orderForm-products__title {
    font-size: 28px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .orderForm-products__total {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 46px;
  }
  .orderForm-products__list {
    margin-bottom: 17px;
  }
  .orderForm-products__list-item {
    padding-bottom: 18px;
    margin-bottom: 11px;
  }
  .orderForm-products__price {
    display: block;
    margin-top: 45px;
    margin-bottom: 0;
  }
  .orderForm-products__payment-inner {
    margin-left: -6px;
    margin-right: -6px;
  }
  .orderForm-products__payment-col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .orderForm-products__payment-title {
    margin-bottom: 19px;
  }
  .orderForm-products__payment-item {
    font-size: 14px;
  }
  .orderForm-products__payment-item-content {
    padding-top: 19px;
    padding-bottom: 14px;
  }
  .orderForm-products__payment-item-icon {
    margin-bottom: 12px;
  }
  .orderForm-products__payment-item-icon img {
    width: 24px;
  }
  .orderForm-card__inner-right {
    width: 90px;
    padding-top: 4px;
  }
  .orderForm-card__inner-left {
    width: calc(100% - 90px);
  }
  .orderForm-card__info-img {
    width: 70px;
  }
  .orderForm-card__info-content {
    width: calc(100% - 70px);
    padding-left: 12px;
    padding-top: 4px;
  }
  .orderForm-card__info-title {
    font-size: 14px;
  }
  .orderForm-card__info-txt {
    font-size: 14px;
  }
  .orderForm-card__info-txt-item {
    margin-right: 8px;
  }
  .orderForm-card__price {
    font-size: 18px;
  }
  .orderForm-card__price span {
    font-size: 14px;
  }
}
.cart {
  --bs-offcanvas-width: 644px;
  background: var(--white);
  color: var(--black);
  overflow: auto;
}
.cart--null {
  background: var(--white) url(../../template/images/general/cart-bg.svg) center no-repeat;
  position: absolute;top: 0;bottom: 0;left: 0;right: 0;
}
.cart-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-inner__head {
  padding: 77px 60px 32px;
}
.cart-inner__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 60px 20px;
}
.cart-inner__bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #171817;
  padding: 35px 60px;
}
.cart-title {
  font-size: 40px;
}
.cart-bottom {
  color: var(--white);
}
.cart-bottom__total {
  margin-bottom: 40px;
}
.cart-bottom__info {
  margin-bottom: 20px;
}
.cart-info__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-info__item {
  font-weight: normal;
  font-size: 22px;
}
.cart-info__item span {
  font-weight: bold;
}
.cart-total {
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.cart-total__line {
  margin: 0 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px dashed var(--white);
  margin-bottom: 8px;
}
.cart-btn {
  font-size: 32px;
  padding: 20.5px;
  width: 100%;
}
.cart-list__item {position: relative;
  margin-bottom: 25px;
}
.cart-list__item:last-child {
  margin-bottom: 0;
}
.cart-item {
  border-radius: 25px;
  padding-left: 38px;
  padding-right: 38px;
  position: relative;
}
.cart-item::before {
  border: 1px dashed rgba(0, 0, 0, 0.25);
}
.cart-item__top {
  padding: 19px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.cart-item__bottom {
  padding: 30px 0 29px;
}
.cart-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-item__info-img {
  width: 104px;
}
.cart-item__info-content {
  width: calc(100% - 104px);
  padding-left: 12px;
  padding-top: 8px;
}
.cart-item__info-title {
  font-size: 20px;
  margin-bottom: 4px;
}
.cart-item__info-desc {
  max-width: 248px;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}
.cart-item__remove {
  width: 24px;
  height: 24px;
  fill: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
.cart-item__remove svg {
  stroke: var(--black);
  stroke-width: 1px;
}
.cart-item__group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-item__price {
  font-size: 24px;
}
.cart-item__qty {
  width: 90px;
  height: 35px;
}
.cart-qty {
  width: 90px;
  height: 35px;
  padding: 6px 0;
  background: var(--black);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-qty__input {
  display: block;
  width: 30px;
  text-align: center;
  background: transparent;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: bold;
  color: var(--white);
}
.cart-qty__btn {
  width: 30px;
  font-size: 20px;
  color: var(--white);
  line-height: 1;
}
.cart-qty__plus {
  padding-top: 4px;
}
.cart-qty__minus {
  padding-top: 6px;
}

@media (max-width: 767px) {
  .cart {
    --bs-offcanvas-width: 100vw;
    overflow: auto;
  }
  .cart--null {
    background-size: 124px 124px;
  }
  .cart-inner__head {
    padding: 45px 35px 0;
  }
  .cart-inner__body {
    padding: 35px 35px 40px;
  }
  .cart-inner__bottom {
    padding: 35px 35px 30px;
  }
  .cart-list {
    height: 100%;
    overflow: auto;
  }
  .cart-list::-webkit-scrollbar {
    display: none;
  }
  .cart-list__item {
    margin-bottom: 20px;
  }
  .cart-close {
    width: 36px;
    height: 36px;
    margin-bottom: 35px;
    margin-left: -8px;
  }
  .cart-title {
    font-size: 28px;
  }
  .cart-item {
    padding-left: 17px;
    padding-right: 17px;
  }
  .cart-item__top {
    padding: 14px 0 8px;
  }
  .cart-item__bottom {
    padding: 20px 0 17px;
  }
  .cart-item__info-content {
    padding-left: 8px;
  }
  .cart-item__info-img {
    margin-left: -3px;
  }
  .cart-item__info-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .cart-item__info-desc {
    font-size: 12px;
    line-height: 18px;
    max-width: 124px;
  }
  .cart-item__remove {
    top: 17px;
    right: 17px;
  }
  .cart-info__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -8px;
  }
  .cart-info__inner-item {
    margin: 0 14px;
    margin-bottom: 8px;
  }
  .cart-info__inner-item:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cart-info__inner-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
  }
  .cart-info__inner-item:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cart-info__item {
    font-size: 14px;
  }
  .cart-total {
    font-size: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart-total__line {
    display: none;
  }
  .cart-total__value {
    margin-left: 4px;
  }
  .cart-btn {
    font-size: 24px;
    padding: 25.5px;
  }
  .cart-bottom__info {
    margin-bottom: 25px;
  }
  .cart-bottom__total {
    margin-bottom: 35px;
  }
}
.mainBanner {
  padding-top: 80px;
}
.mainBanner-content {
  border-radius: 25px;
  background-size: auto 100% !important;
  height: 352px;
  padding-left: 70px;
  position: relative;
  color: var(--white);
}
.mainBanner-content__info {
  max-width: 466px;
  height: 100%;
  padding-top: 82px;
}
.mainBanner-content__info-name {
  font-size: 64px;
  margin-bottom: 8px;
}
.mainBanner-content__info-desc {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 14px;
}
.mainBanner-content__info-price {
  font-size: 32px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainBanner-content__info-price span {
  opacity: 0.75;
  font-size: 20px;
  font-weight: 400;
  text-decoration-line: line-through;
  margin-left: 15px;
}
.mainBanner-content__pattern {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media (max-width: 1180px) {
  .mainBanner-content {
    padding-left: 40px;
    height: 310px;
  }
  .mainBanner-content__info {
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
  .mainBanner-content__info-name {
    font-size: 52px;
  }
  .mainBanner-content__info-desc {
    font-size: 18px;
  }
}
@media (max-width: 896px) {
  .mainBanner {
    padding-top: 36px;
  }
  .mainBanner-content {
    height: 260px;
    padding-left: 20px;
  }
  .mainBanner-content__info {
    max-width: 260px;
  }
  .mainBanner-content__info-name {
    font-size: 36px;
    margin-bottom: 4px;
  }
  .mainBanner-content__info-desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .mainBanner-content {
    background: url(../../template/images/general/banner-bg.jpg) 0 0 repeat !important;
    padding: 20px 24px 200px;
    height: auto;
    position: relative;
  }
  .mainBanner-content::after {
    content: url(../../template/images/general/banner-smoke.png);
    position: absolute;
    right: -20px;
    bottom: -40px;
  }
  .mainBanner-content__info {
    text-align: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
  }
  .mainBanner-content__info-desc {
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
  }
  .mainBanner-content__info-price {
    font-size: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainBanner-content__info-price span {
    font-size: 16px;
    margin-left: 15px;
  }
  .mainBanner-content__img {
    position: absolute;
    max-width: 308px;
    left: -20px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -52px;
    z-index: 2;
  }
  .mainBanner-content__img::before {
    content: url(../../template/images/general/banner-hot.svg);
    position: absolute;
    left: -10px;
    bottom: 102px;
  }
  .mainBanner-content__img img {
    max-width: initial;
  }
}
.mainOffers-slider {
  overflow: hidden;
  padding: 24px;
  margin: 0 -24px;
}
.mainOffers-item {
  height: 180px;
  border-radius: 25px;
  position: relative;
  display: block;
}
.mainOffers-item::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.mainOffers-item:hover::before {
  visibility: visible;
  -webkit-transform: rotate(-2.652deg);
      -ms-transform: rotate(-2.652deg);
          transform: rotate(-2.652deg);
}
.mainOffers-item__inner {
  width: 100%;
  height: 100%;
  padding: 18px;
  background: var(--offer-bg);
  border-radius: inherit;
}
.mainOffers-item__info {
  max-width: 125px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainOffers-item__info-name {
  font-size: 20px;
  line-height: 25px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.mainOffers-item__info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainOffers-item__info-price-slash {
  width: 1px;
  height: 7px;
  background: var(--page-color);
  margin: 0 6px;
  position: relative;
  top: -1px;
}
.mainOffers-item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: right;
  border-radius: 25px;
  overflow: hidden;
}
.mainOffers-item__img img {
  height: 100%;
}

@media (max-width: 1024px) {
  .mainOffers {
    overflow: hidden;
  }
  .mainOffers-slider__slide {
    width: 313px;
  }
}
@media (max-width: 767px) {
  .mainOffers {
    padding-top: 30px;
  }
  .mainOffers-item__inner {
    padding-left: 35px;
  }
}
.mainMenu {
  padding-top: 168px;
  padding-bottom: 200px;
  position: relative;
  z-index: 9;
}
.mainMenu__container {
  max-width: 1320px;
}
.mainMenu__title {
  text-align: center;
  margin-bottom: 50px;
}
.mainMenu__navigation {
  margin-bottom: 164px;
  padding-left: 21px;
}
.mainMenu-navigation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainMenu-navigation__item {
  margin: 0 30px;
}
.mainMenu-navigation__link {
  display: block;
  font-size: 20px;
  opacity: 0.45;
  position: relative;
}
.mainMenu-navigation__link::before, .mainMenu-navigation__link::after {
  content: "";
  position: absolute;
  top: -14px;
  bottom: -16px;
  left: -21px;
  right: -21px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.mainMenu-navigation__link::before {
  border: 1px solid var(--light-bg);
}
.mainMenu-navigation__link::after {
  background: var(--white-25);
}
.mainMenu-navigation__link--selected, .mainMenu-navigation__link:hover {
  opacity: 1;
}
.mainMenu-navigation__link--selected::before, .mainMenu-navigation__link--selected::after, .mainMenu-navigation__link:hover::before, .mainMenu-navigation__link:hover::after {
  opacity: 1;
}
.mainMenu-navigation__link--selected::before, .mainMenu-navigation__link:hover::before {
  -webkit-transform: rotate(3.5deg);
      -ms-transform: rotate(3.5deg);
          transform: rotate(3.5deg);
}
.mainMenu-list {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -46px;
}
.mainMenu-list__item {
  width: 33.3333333333%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 46px;
}

@media (max-width: 896px) {
  .mainMenu {
    padding: 100px 0;
    overflow: hidden;
  }
  .mainMenu-list__item {
    width: 50%;
  }
  .mainMenu__navigation {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .mainMenu {
    padding: 60px 0;
  }
  .mainMenu__title {
    margin-bottom: 38px;
  }
  .mainMenu__navigation {
    padding-left: 13px;
    margin-bottom: 56px;
  }
  .mainMenu-navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: auto;
  }
  .mainMenu-navigation::-webkit-scrollbar {
    display: none;
  }
  .mainMenu-navigation__item {
    margin: 0 25px;
  }
  .mainMenu-navigation__link {
    font-weight: normal;
    font-size: 20px;
  }
  .mainMenu-navigation__link::before, .mainMenu-navigation__link::after {
    left: -22px;
    right: -18px;
    top: -7px;
    bottom: -10px;
  }
  .mainMenu-navigation__link::before {
    top: -9px;
  }
}
@media (max-width: 480px) {
  .mainMenu-list {
    margin-bottom: -30px;
  }
  .mainMenu-list__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.mainReviews {
  padding-bottom: 100px;
  position: relative;
}
.mainReviews::after {
  content: url(../../template/images/general/reviews-smoke.png);
  position: absolute;
  top: -415px;
  right: 0;
}
.mainReviews-content {
  position: relative;
  z-index: 3;
}
.mainReviews-content__inner {
  background: var(--white);
  border-radius: 25px;
  padding-top: 118px;
  padding-left: 99px;
  height: 500px;
  position: relative;
}
.mainReviews-content__inner::before {
  border-width: 3px;
  border-color: var(--white);
  -webkit-transform: rotate(-1.175deg);
      -ms-transform: rotate(-1.175deg);
          transform: rotate(-1.175deg);
}
.mainReviews-info {
  color: var(--black);
  max-width: 394px;
  position: relative;
  z-index: 3;
}
.mainReviews-info__title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 8px;
  position: relative;
}
.mainReviews-info__title::before {
  content: url(../../template/images/general/reviews-decor-1.svg);
  position: absolute;
  left: -34px;
  top: -18px;
}
.mainReviews-info__txt {
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 45px;
}
.mainReviews-info__btn {
  padding: 22px 23px;
}
.mainReviews-decor {
  width: 450px;
  height: 450px;
  background: #FFDD98;
  border-radius: 203px 203px 0px 0px;
  position: absolute;
  bottom: 0;
  right: 68px;
}
.mainReviews-decor::before {
  content: url(../../template/images/general/reviews-decor-2.png);
  position: absolute;
  left: -135px;
  top: 48px;
}
.mainReviews-decor__img {
  position: absolute;
  bottom: 0;
  right: 14px;
}
.mainReviews-decor__img img {
  max-width: 459px;
}
.mainReviews-decor__advantages-item {
  background: rgba(255, 179, 27, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 78px;
  font-size: 20px;
  padding: 12px 14px 12px 20px;
  position: absolute;
  color: var(--white);
}
.mainReviews-decor__advantages-item--1 {
  top: 56px;
  left: -22px;
}
.mainReviews-decor__advantages-item--2 {
  right: 10px;
  top: 120px;
  background: rgba(16, 16, 16, 0.7);
}
.mainReviews-decor__advantages-item--2 .mainReviews-decor__advantages-item-icon {
  background: #ADF1B5;
}
.mainReviews-decor__advantages-item--3 {
  right: 12px;
  top: 184px;
}
.mainReviews-decor__advantages-item-icon {
  width: 29px;
  height: 29px;
  background: var(--white);
  border-radius: 50%;
  margin-left: 22px;
}
.mainReviews-decor__demo {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: -22px;
  color: var(--black);
}
.mainReviews-decor__demo-img {
  width: 74px;
  height: 74px;
  border: 1px solid var(--yellow);
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  left: -6px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 110px;
}
.mainReviews-decor__demo-img img {
  border-radius: 50%;
}
.mainReviews-decor__demo-content {
  width: 283px;
  height: 163px;
  background: url(../../template/images/general/demo-bg.svg) 0 0 no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
}
.mainReviews-decor__demo-txt {
  max-width: 212px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.mainReviews-decor__demo-stars {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainReviews-decor__demo-stars-item {
  width: 28px;
  height: 28px;
  fill: var(--yellow);
  margin: 0 2.5px;
}

@media (max-width: 1180px) {
  .mainReviews::after {
    display: none;
  }
  .mainReviews-content__inner {
    padding-left: 60px;
  }
  .mainReviews-decor {
    right: 40px;
  }
}
@media (max-width: 1024px) {
  .mainReviews-decor::before {
    display: none;
  }
}
@media (max-width: 896px) {
  .mainReviews-content__inner {
    padding: 60px 20px;
    height: auto;
  }
  .mainReviews-decor {
    display: none;
  }
  .mainReviews-info {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .mainReviews-info__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .mainReviews {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mainReviews-content__inner::before {
    width: auto;
    height: auto;
    top: -5px;
    left: -3px;
    bottom: -6px;
    right: -5px;
  }
  .mainReviews-info__title {
    font-size: 24px;
    line-height: 30px;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainReviews-info__title::before {
    content: url(../../template/images/general/reviews-decor-m.svg);
    left: 16px;
  }
  .mainReviews-info__txt {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 37px;
  }
  .mainReviews-info__btn {
    font-family: "Neue Machina";
    font-weight: normal;
    padding: 15px 16.5px;
    font-size: 14px;
  }
}
.mainContacts {
  padding-top: 93px;
}

.contacts__title {
  text-align: center;
  margin-bottom: 78px;
}
.contacts-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
.contacts-item {
  text-align: center;
  font-size: 24px;
  line-height: 25px;
}
.contacts-item__name {
  font-weight: normal;
  margin-bottom: 13px;
}
.contacts-item__social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts-map {
  margin-top: 72px;
  height: 686px;
}
.contacts-map--rounded, .container .contacts-map {
  border-radius: 25px;
  overflow: hidden;
}
.contacts-balloon {
  font-family: "Pobeda";
  padding-left: 24px;
  font-weight: bold;
  position: relative;
}
.contacts-balloon::before {
  content: url(../../template/images/general/map-arrow.svg);
  position: absolute;
  left: 0;
  top: 80px;
}
.contacts-balloon__inner {
  padding: 40px 25px 25px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 25px;
}
.contacts-balloon__title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
}
.contacts-balloon__txt {
  max-width: 270px;
  font-size: 14px;
  line-height: 25px;
}
.contacts-balloon__img {
  margin-top: 12px;
}
.contacts-balloon__img img {
  border-radius: 25px;
}
.pageContacts .mainContacts {padding-top: 0;}
.pageContacts {
  padding-bottom: 160px;
}

[class^=ymaps-][class$=-balloon_layout_normal] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

[class^=ymaps-][class*=-balloon] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

[class^=ymaps-][class$=-balloon__close] {
  display: none;
}

[class^=ymaps-][class$=-balloon__layout] {
  background: none;
}

[class^=ymaps-][class$=-balloon__content] {
  padding: 0;
  background: none;
  margin: 0;
}

[class^=ymaps-][class$=-balloon__tail] {
  display: none;
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}

.custom-marker {
  position: relative;
}
.custom-marker::before {
  content: url(../../template/images/general/map-line.png);
  position: absolute;
  left: -110px;
  bottom: -110px;
}

@media (max-width: 1024px) {
  .contacts-info {
    margin-bottom: -35px;
  }
  .contacts-info__item {
    width: 50%;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .mainContacts {
    padding-top: 55px;
  }
  .pageContacts {
    padding-bottom: 84px;
  }
  .contacts__title {
    margin-bottom: 44px;
  }
  .contacts-item {
    font-size: 20px;
    line-height: 25px;
  }
  .contacts-item__social {
    margin-top: 18px;
  }
  .contacts-item__name {
    margin-bottom: 13px;
  }
  .contacts-map {
    margin-top: 80px;
    height: 510px;
  }
  .contacts-map--rounded {
    height: 358px;
  }
}
@media (max-width: 480px) {
  .contacts-info__item {
    width: 100%;
  }
  .contacts-info__item:last-child {
    margin-bottom: 0;
  }
}
.delivery {
  padding-bottom: 190px;
}
.delivery__container {
  max-width: 1190px;
}
.delivery__title {
  text-align: center;
  margin-bottom: 80px;
}
.delivery-map {
  border-radius: 25px;
  overflow: hidden;
}
.delivery-content__inner-left {
  width: 730px;
}
.delivery-content__inner-right {
  width: calc(100% - 730px);
  padding-left: 30px;
}
.delivery-list-wrapper {
  border-radius: 25px;
}
.delivery-list-wrapper::before {
  border-width: 2px;
  width: auto;
  height: auto;
  top: -6px;
  bottom: -4px;
  left: -6px;
  right: -3px;
  -webkit-transform: rotate(1.178deg);
      -ms-transform: rotate(1.178deg);
          transform: rotate(1.178deg);
}
.delivery-list {
  border-radius: 25px;
  background: var(--productCard-bg-hover);
  padding-top: 32px;
}
.delivery-list__item {
  margin-bottom: 3px;
}
.delivery-list__item:last-child {
  margin-bottom: 0;
}
.delivery-map {
  margin: 0;
  height: 100%;
  height: 524px;
}
.delivery-map > iframe {
  max-height: 100%;
}
.delivery-map img {
  width: 100%;
}
.delivery-item {
  height: 81px;
  font-size: 20px;
  line-height: 25px;
  color: var(--light-txt);
  padding-left: 35px;
  padding-right: 30px;
  cursor: pointer;display: block;
}
.delivery-item.selected, .delivery-item:hover {
  background: var(--light-bg);
  color: var(--dark-txt);
}
.delivery-item.selected .delivery-item__icon, .delivery-item:hover .delivery-item__icon {
  opacity: 1;
}
.delivery-item__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.delivery-item__inner-number {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.delivery-item__inner-icon {
  width: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.delivery-item__inner-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 15px;
}
.delivery-item__number {
  font-size: 36px;
  line-height: 25px;
}
.delivery-item__icon {
  width: 36px;
  height: 36px;
  opacity: 0;
  fill: var(--dark-txt);
}
.delivery-item__title {
  margin-bottom: 3px;
}
.delivery-item__txt {
  font-weight: normal;
}
.tabs-content:not(.active) {
  display: none;
}
@media (max-width: 1024px) {
  .delivery-content__inner-left {
    width: 100%;
  }
  .delivery-content__inner-right {
    width: 100%;
    padding-left: 0;
  }
  .delivery-list {
    background: none;
    border-radius: 0;
  }
  .delivery-list-wrapper {
    border-radius: 0;
  }
  .delivery-list-wrapper::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .delivery {
    padding-bottom: 25px;
  }
  .delivery__title {
    margin-bottom: 44px;
  }
  .delivery-list {
    padding-top: 15px;
  }
  .delivery-item {
    padding-left: 25px;
    padding-right: 16px;
  }
}
.about {
  padding-bottom: 200px;
}
.about__title {
  text-align: center;
  margin-bottom: 80px;
}
.about-block {
  border-radius: 25px;
}
.about-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.about-banner__info {
  max-width: 690px;
  margin-top: 162px;
  margin-left: 90px;
}
.about-banner__title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 8px;
}
.about-banner__txt {
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  max-width: 608px;
  margin-bottom: 42px;
}
.about-banner__stats-col {
  margin-right: 60px;
}
.about-banner__stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-banner__stats-item-number {
  font-size: 64px;
  margin-right: 4px;
}
.about-banner__stats-item-txt {
  font-size: 24px;
  line-height: 26px;
}
.about-banner__img {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.about-content__inner-left {
  width: calc(100% - 550px);
  padding-right: 30px;
}
.about-content__inner-right {
  width: 550px;
}
.about-info {
  padding: 70px 72px 80px 90px;
  height: 100%;
}
.about-info__txt {
  font-size: 24px;
  line-height: 39px;
  font-weight: normal;
  margin-bottom: 66px;
}
.about-info__txt span {
  font-weight: bold;
}
.about-info__line {
  width: 226px;
  height: 3px;
  border-bottom: 3px dashed var(--white-25);
  margin-bottom: 38px;
}
.about-info__item {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.about-info__item:last-child {
  margin-bottom: 0;
}
.about-info__item-name {
  margin-bottom: 8px;
}
.about-info__item-value {
  font-weight: normal;
}
.about-reviews {
  padding: 34px;
}
.about-reviews::before {
  -webkit-transform: rotate(1.974deg);
      -ms-transform: rotate(1.974deg);
          transform: rotate(1.974deg);
  border: 3px dashed var(--white-25);
  width: auto;
  height: auto;
  top: -9px;
  left: -6px;
  right: -8px;
  bottom: -9px;
}
.about-reviews__img {
  margin-bottom: 28px;
}
.about-reviews__img img {
  border-radius: 25px;
}
.about-reviews__title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 10px;
  padding-left: 12px;
}
.about-reviews__txt {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  padding-left: 12px;
  max-width: 432px;
}

@media (max-width: 1180px) {
  .about-content__inner-left {
    width: 100%;
    padding-right: 0;
  }
  .about-content__inner-right {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .about {
    padding-bottom: 30px;
  }
  .about__title {
    margin-bottom: 44px;
  }
  .about-banner {
    padding: 30px 18px 140px;
    position: relative;
    margin-bottom: 20px;
  }
  .about-banner__info {
    margin: 0;
  }
  .about-banner__img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .about-banner__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 8px;
    max-width: 250px;
  }
  .about-banner__txt {
    font-size: 18px;
    line-height: 30px;
    max-width: 278px;
    margin-bottom: 28px;
  }
  .about-banner__stats {
    margin-right: -22px;
  }
  .about-banner__stats-col {
    margin-right: 22px;
    margin-bottom: 12px;
  }
  .about-info {
    padding: 30px 18px 25px;
    margin-bottom: 20px;
    height: auto;
  }
  .about-info__txt {
    line-height: 34px;
    margin-bottom: 24px;
  }
  .about-info__line {
    margin-bottom: 24px;
  }
  .about-info__item {
    margin-bottom: 0;
  }
  .about-info__item-name {
    display: none;
  }
  .about-info__item:last-child {
    display: none;
  }
  .about-reviews {
    padding: 20px;
  }
  .about-reviews::before {
    -webkit-transform: rotate(-1.095deg);
        -ms-transform: rotate(-1.095deg);
            transform: rotate(-1.095deg);
    top: -7px;
    left: -2px;
    right: -4px;
    bottom: -5px;
  }
  .about-reviews__img {
    margin-bottom: 14px;
  }
  .about-reviews__img img {
    min-height: 204px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-reviews__title {
    padding-left: 5px;
    max-width: 250px;
    margin-bottom: 4px;
  }
  .about-reviews__txt {
    padding-left: 5px;
    font-size: 24px;
    line-height: 35px;
    max-width: 250px;
  }
}

/* rio*/
.tabs-content {display: none;}
.tabs-content.active {display: block;}

:focus {outline: none !important;}
::-moz-focus-outer, ::-moz-focus-inner {
    border: 0px !important;
    padding: 0;
}
a:focus,
a:active,
button:focus {
outline: 0!important; outline: none;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
input, textarea,input:active, textarea:active {outline:none;}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
visibility: hidden;
}

.orderForm-products__payment-col input[type=radio]:checked + span {background: #4caf50;}
.form-group.hidden {display: none !important;}
.orderForm__col.addressrow {width:100%;}
.mydelivery_info {margin-top: 30px;font-size: 1.5em;}

/*Lareta 28-11-23*/
.orderForm-products__payment-group{
    margin-bottom: 50px;
}

.orderForm-products__total{margin-bottom: 30px;}
.mydelivery_info{
   text-align: right;
   margin-bottom: 50px;
}
.orderForm-textarea {
   
    background-color: #fff;
}
.readonly_field .orderForm-input{ background-color: rgba(217, 217, 217, 0.1); }
.readonly_field .orderForm-input::placeholder{color: #777;}
.input-tooltip {
    opacity: 0;
    padding: 12px 8px;
    white-space: nowrap;
    background:  #efefef ;
    border: 1px dashed rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    color: var(--black);
    font-size: 12px;
    line-height: 19px;
    position: absolute;
    z-index: 2;
    left:50%;
    transform: translateX(-50%);
    top: -30px;
    transition: .5s;
}
.orderForm-products__payment-col input[type=radio]:checked + span {
    background: var(--white);
    color: var(--black);
}
.input-tooltip p{margin-bottom: 0;}
.readonly_field{position: relative;}
.readonly_field:hover .input-tooltip{
    opacity: 1;
}
.orderForm-input, .orderForm-select__btn, .orderForm-select__dropdown {
    border: 0px dashed #00000059;
   background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: gray; stroke-width: 2; stroke-dasharray: 16 10'/></svg>");
}
#msOrder input.error.required{
    border: 0!important;
   background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: brown; stroke-width: 3; stroke-dasharray: 16 10'/></svg>");

}
.orderForm__group::after{
    height:1px;
    border-bottom: 0px;
   background-image: linear-gradient(to right, #fff 40%, gray 40%);
    background-size: 24px 1px;
    background-repeat: repeat-x;
}
.orderForm-address__new{margin-top: 0;}
.orderForm-select__dropdown-inner {
    padding: 90px 30px 30px;
}
.orderForm-submit, .cart-btn {
    height:78px;
    padding-top:29px;
}
.orderForm-products__title{
    margin-bottom: 22px;
}
.orderForm-submit{margin-top: 22px;}
@media (max-width: 896px){
    .orderForm-select__dropdown-inner {
        padding: 75px 14px 14px;
    }
    .orderForm__group{
        padding-bottom: 35px;
    }
    .suggestions-addon[data-addon-type=clear]{
        left: 300px!important;
        top: -46px;
        height: 35px!important;
        width: 35px!important;
    }
        
} 