@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-ext-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-ext-700.woff2') format('woff2');
}

body {
  margin: 0;
}

a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #0f6ecd;
  text-decoration: underline;
}

strong {
  font-weight: bolder;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Для Firefox */
input[type='number'] {
  appearance: textfield;
  -moz-appearance: textfield;
}

sup {
  top: -0.5em;
}

img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}

svg:not(:root) {
  overflow: hidden;
}

p {
  margin: 0 0 20px 0;
}

* + p {
  margin-top: 20px;
}

h1,
h3 {
  margin: 0 0 20px 0;
}

* + h3 {
  margin-top: 40px;
}

h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

@media (min-width: 960px) {
  h1 {
    font-size: 2.625rem;
  }
}

:focus {
  outline: 0;
}

:focus:not(:focus-visible) {
  outline: 0;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}

.uk-heading-line > ::after,
.uk-heading-line > ::before {
  content: '';
  position: absolute;
  top: calc(50% - ((0.2px + 0.05em) / 2));
  width: 2000px;
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}

.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}

[class*='uk-list'] > ::before {
  content: '';
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}

.uk-list-disc > ::before {
  list-style-type: disc;
}

.uk-list-circle > ::before {
  list-style-type: circle;
}

.uk-list-square > ::before {
  list-style-type: square;
}

.uk-list-decimal > ::before {
  content: counter(decimal, decimal) '\200A.\00A0';
}

.uk-list-hyphen > ::before {
  content: '–\00A0\00A0';
}

.uk-list-muted > ::before {
  color: #999 !important;
}

.uk-list-emphasis > ::before {
  color: #333 !important;
}

.uk-list-primary > ::before {
  color: #1e87f0 !important;
}

.uk-list-secondary > ::before {
  color: #222 !important;
}

.uk-list-bullet > ::before {
  content: '';
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

button.uk-icon:not(:disabled) {
  cursor: pointer;
}

.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}

.uk-checkbox:not(:disabled),
.uk-radio:not(:disabled) {
  cursor: pointer;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

:root {
  --uk-leader-fill-content: '.';
}

.uk-navbar-container > ::after,
.uk-navbar-container > ::before {
  display: none !important;
}

.uk-subnav-divider > ::before {
  content: '';
  height: 1.5em;
  margin-left: 0;
  margin-right: 20px;
  border-left: 1px solid transparent;
}

.uk-breadcrumb > * > :hover {
  color: #666;
  text-decoration: none;
}

.uk-pagination > * > :hover {
  color: #666;
  text-decoration: none;
}

.uk-dotnav > * > :hover {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}

.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}

.uk-thumbnav > * > ::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.1s ease-in-out;
}

.uk-thumbnav > * > :hover::after {
  background-color: transparent;
}

.uk-thumbnav > .uk-active > ::after {
  background-color: transparent;
}

.uk-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, 0.7);
}

[class*='uk-animation-'] {
  animation: 0.5s ease-out both;
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down;
}

.uk-animation-fast {
  animation-duration: 0.1s;
}

.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none;
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@supports (-webkit-background-clip: text) {
}

@supports (filter: blur(0)) {
}

@-moz-document url-prefix() {
}

@supports (-ms-ime-align: auto) {
}

.uk-logo > :where(img, svg, video) {
  display: block;
}

.uk-flex {
  display: flex;
}

.uk-flex::after,
.uk-flex::before {
  display: none;
}

.uk-flex-center {
  justify-content: center;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-column {
  flex-direction: column;
}

:root {
  --uk-position-margin-offset: 0px;
}

:where(.uk-transition-fade),
:where([class*='uk-transition-scale']),
:where([class*='uk-transition-slide']) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0;
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.uk-visible-toggle:not(:hover):not(:focus)
  .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}

.uk-card-primary.uk-card-body :focus-visible,
.uk-card-primary > :not([class*='uk-card-media']) :focus-visible,
.uk-card-secondary.uk-card-body :focus-visible,
.uk-card-secondary > :not([class*='uk-card-media']) :focus-visible,
.uk-light :focus-visible,
.uk-offcanvas-bar :focus-visible,
.uk-overlay-primary :focus-visible,
.uk-section-primary:not(.uk-preserve-color) :focus-visible,
.uk-section-secondary:not(.uk-preserve-color) :focus-visible,
.uk-tile-primary:not(.uk-preserve-color) :focus-visible,
.uk-tile-secondary:not(.uk-preserve-color) :focus-visible {
  outline-color: #fff;
}

.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::before,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-light .uk-heading-line > ::before,
.uk-offcanvas-bar .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::before,
.uk-overlay-primary .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-card-primary.uk-card-body .uk-list-muted > ::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-list-muted > ::before,
.uk-card-secondary.uk-card-body .uk-list-muted > ::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-list-muted > ::before,
.uk-light .uk-list-muted > ::before,
.uk-offcanvas-bar .uk-list-muted > ::before,
.uk-overlay-primary .uk-list-muted > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::before {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-card-primary.uk-card-body .uk-list-emphasis > ::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-list-emphasis > ::before,
.uk-card-secondary.uk-card-body .uk-list-emphasis > ::before,
.uk-card-secondary
  > :not([class*='uk-card-media'])
  .uk-list-emphasis
  > ::before,
.uk-light .uk-list-emphasis > ::before,
.uk-offcanvas-bar .uk-list-emphasis > ::before,
.uk-overlay-primary .uk-list-emphasis > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before {
  color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-list-primary > ::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-list-primary > ::before,
.uk-card-secondary.uk-card-body .uk-list-primary > ::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-list-primary > ::before,
.uk-light .uk-list-primary > ::before,
.uk-offcanvas-bar .uk-list-primary > ::before,
.uk-overlay-primary .uk-list-primary > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::before {
  color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-list-secondary > ::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-list-secondary > ::before,
.uk-card-secondary.uk-card-body .uk-list-secondary > ::before,
.uk-card-secondary
  > :not([class*='uk-card-media'])
  .uk-list-secondary
  > ::before,
.uk-light .uk-list-secondary > ::before,
.uk-offcanvas-bar .uk-list-secondary > ::before,
.uk-overlay-primary .uk-list-secondary > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before {
  color: #fff !important;
}

.uk-card-primary.uk-card-body .uk-list-bullet > ::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-list-bullet > ::before,
.uk-card-secondary.uk-card-body .uk-list-bullet > ::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-list-bullet > ::before,
.uk-light .uk-list-bullet > ::before,
.uk-offcanvas-bar .uk-list-bullet > ::before,
.uk-overlay-primary .uk-list-bullet > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before {
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E');
}

.uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :hover,
.uk-offcanvas-bar .uk-breadcrumb > * > :hover,
.uk-overlay-primary .uk-breadcrumb > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-pagination > * > :hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :hover,
.uk-card-secondary.uk-card-body .uk-pagination > * > :hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :hover,
.uk-offcanvas-bar .uk-pagination > * > :hover,
.uk-overlay-primary .uk-pagination > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-card-primary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :hover,
.uk-offcanvas-bar .uk-dotnav > * > :hover,
.uk-overlay-primary .uk-dotnav > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-card-primary.uk-card-body .uk-dotnav > * > :active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :active,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :active,
.uk-light .uk-dotnav > * > :active,
.uk-offcanvas-bar .uk-dotnav > * > :active,
.uk-overlay-primary .uk-dotnav > * > :active,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

@media print {
  *,
  ::after,
  ::before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }
}

/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:after,
:before {
  --tw-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: 'Inter', sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  margin: 0;
  line-height: inherit;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h3 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

strong {
  font-weight: bolder;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}

sup {
  top: -0.5em;
}

button {
  font-family: 'Inter';
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button {
  text-transform: none;
}

button {
  appearance: button;
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

h1,
h3,
p {
  margin: 0;
}

button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

*,
::backdrop,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-12 {
  top: -3rem;
}

.-top-16 {
  top: -4rem;
}

.bottom-0 {
  bottom: 0;
}

.left-16 {
  left: 4rem;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: 0.25rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.z-10 {
  z-index: 10;
}

.z-30 {
  z-index: 30;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-32 {
  height: 8rem;
}

.h-px {
  height: 1px;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.h-24 {
  height: 6rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-fit {
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.product-image {
  max-width: 200px;
}

@media screen and (min-width: 640px) {
  .product-image {
    max-width: 220px;
  }
}

@media screen and (min-width: 1024px) {
  .product-image {
    max-width: 280px;
  }
}

.-rotate-6 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.scale-75 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
}

.scale-x-\[-1\] {
  --tw-scale-x: -1;
}

.scale-x-\[-1\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-stretch {
  place-items: stretch;
}

.content-center {
  align-content: center;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-3 {
  border-width: 3px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-theme-alt {
  --tw-border-opacity: 1;
  border-color: rgb(152 44 54 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-theme {
  --tw-bg-opacity: 1;
  background-color: rgb(41 84 116 / var(--tw-bg-opacity));
}

.bg-theme-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(152 44 54 / var(--tw-bg-opacity));
}

.bg-theme-light {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-amber-50 {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbeb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-alt {
  --tw-gradient-from: #982c36 var(--tw-gradient-from-position);
  --tw-gradient-to: #982c3600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-amber-100 {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.to-stone-50 {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.to-theme-alt-hover {
  --tw-gradient-to: #88353f var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: 50%;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-base {
  font-size: 1rem;
}

.text-base {
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-md,
.text {
  font-size: 18px;
}

.font-bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.text-theme {
  --tw-text-opacity: 1;
  color: rgb(41 84 116 / var(--tw-text-opacity));
}

.text-theme-alt {
  --tw-text-opacity: 1;
  color: rgb(152 44 54 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.decoration-theme-alt {
  text-decoration-color: #982c36;
}

.decoration-4 {
  text-decoration-thickness: 4px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-80 {
  opacity: 0.8;
}

/*noinspection ALL*/

.shadow-inner {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

/*noinspection ALL*/
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 #0000000d;
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}

.shadow-lg,
.shadow-md {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.ring,
.ring-1 {
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.ring-neutral-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82/var(--tw-ring-opacity));
}

.ring-theme {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 84 116/var(--tw-ring-opacity));
}

.ring-theme-alt-hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(141 100 43/var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity));
}

.drop-shadow {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a)
    drop-shadow(0 1px 1px #0000000f);
}

.drop-shadow-md {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px #00000012)
    drop-shadow(0 2px 2px #0000000f);
}

.grayscale {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-\[26deg\] {
  --tw-hue-rotate: hue-rotate(26deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:shadow-md:hover {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}

.prod {
  max-width: 200px;
}

.custom__bullit {
  padding-left: 30px;
  position: relative;
}

.custom__bullit:before {
  position: absolute;
  content: '!';
  font-weight: 700;
  color: #982c36;
  font-size: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.red-underline {
  text-decoration: underline;
  text-decoration-color: red;
}

.expert__icon {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #982c36;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.red {
  color: red;
}

@media (min-width: 400px) {
  .xs\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .text-xs {
    font-size: 0.75rem;
  }
}

@media (min-width: 640px) {
  .featured-icon {
    min-height: 44px;
    max-height: 44px;
  }

  .featured-blurb {
    min-height: 55px;
    max-height: 55px;
  }

  .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-100,
  .sm\:scale-95 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .text-md,
  .text {
    font-size: 20px;
  }

  .sm\:scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --tw-shadow-colored:
      0 10px 15px -3px var(--tw-shadow-color),
      0 4px 6px -4px var(--tw-shadow-color);
  }

  .sm\:shadow-lg {
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
  }
}

@media (min-width: 768px) {
  .md\:-top-8 {
    top: -2rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .text-md,
  .text {
    font-size: 22px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .prod {
    max-width: 220px;
  }
}

@media screen and (min-width: 960px) {
  .prod {
    max-width: 290px;
  }
}

@media (min-width: 1024px) {
  .lg\:-left-10 {
    left: -2.5rem;
  }

  .lg\:-right-0\.5 {
    right: -0.125rem;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .text {
    font-size: 24px;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:-top-52 {
    top: -13rem;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }
}

.artery__wrapper {
  display: none;
  position: relative;
  align-self: stretch;
}

.artery__wrapper picture {
  position: relative;
  width: 100%;
  height: 100%;
}

.artery__wrapper .artery__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: auto;
}

@media (min-width: 1024px) {
  .artery__wrapper {
    display: inline-flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}

body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* body blur on load */
@keyframes image_blur {
  0% {
    -webkit-filter: blur(10px);
  }
  50% {
    -webkit-filter: blur(5px);
  }
  100% {
    -webkit-filter: blur(0px);
  }
}

body {
  animation: image_blur 0.5s;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.15rem;
  color: #0d0d0d;
}

@media (max-width: 600px) {
  body {
    line-height: 1.5;
    font-size: 1rem;
  }
}

/* FONTS */
.grotesk-thin {
  font-family: 'Inter';
  font-weight: 700;
}

.grotesk-bold {
  font-family: 'Inter';
}

.source {
  font-family: 'Inter';
}

.lato {
  font-family: 'Inter';
}

p {
  margin-top: 1rem;
}

p:first-child {
  margin-top: 0;
}

.r {
  font-size: 58%;
}

.videoWrapper {
  position: relative;
  padding-top: 25px;
  height: 0;
  background: #131313;
}

.coverTap {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1 !important;
}

/* click to play text */
.play-button-text-wrapper {
  height: 100%;
}

.play-button-text {
  font-style: italic;
  transition: all 0.2s ease-out;
  cursor: pointer;
  text-transform: uppercase;
}

/* volume button */
@keyframes VOLUME_SMALL_WAVE_FLASH {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes VOLUME_LARGE_WAVE_FLASH {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.volume__small-wave {
  animation: VOLUME_SMALL_WAVE_FLASH 2s infinite;
  opacity: 0;
}

.volume__large-wave {
  animation: VOLUME_LARGE_WAVE_FLASH 2s infinite 0.3s;
  opacity: 0;
}

.volume_button {
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  width: 60px;
  line-height: 60px;
  outline: none;
  padding-right: 0px;
  pointer-events: auto;
  position: absolute;
  right: 15px;
  text-align: left;
  top: 15px;
}

/* pause notifier */
.pause-notifier {
  pointer-events: none;
  opacity: 1;
  transform: scale(1.1);
  width: 60px;
  transition:
    opacity 0.8s ease 0s,
    transform 0.8s ease 0s;
}

.pause-notifier svg {
  overflow: visible;
}

@media (max-width: 767px) {
  .pause-notifier {
    width: 40px;
  }
}

.video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(
    circle,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.8)
  );
  z-index: 2 !important;
  top: 0;
  left: 0;
}

.video-overlay-after {
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 2 !important;
  top: 0;
  left: 0;
}

#menu * {
  transition: all ease-in 0.25s;
}

.menu-counter {
  display: none;
}

.featured span {
  line-height: 1.1;
}

.featured .stars span {
  letter-spacing: -8px;
}

@media (max-width: 639px) {
  .featured .stars span {
    font-size: 16px;
  }

  .featured-icon,
  .featured-blurb {
    min-height: 65px;
    max-height: 65px;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:after,
:before {
  --tw-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: 'Inter', sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  margin: 0;
  line-height: inherit;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h3 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

strong {
  font-weight: bolder;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}

sup {
  top: -0.5em;
}

button {
  font-family: 'Inter';
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button {
  text-transform: none;
}

button {
  appearance: button;
  background-color: initial;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

h1,
h3,
p {
  margin: 0;
}

button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

*,
::backdrop,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-12 {
  top: -3rem;
}

.-top-16 {
  top: -4rem;
}

.bottom-0 {
  bottom: 0;
}

.left-16 {
  left: 4rem;
}

.top-1 {
  top: 0.05rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.z-10 {
  z-index: 10;
}

.z-30 {
  z-index: 30;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.flex picture {
  flex-shrink: 0;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-32 {
  height: 8rem;
}

.h-px {
  height: 1px;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-fit {
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-lg {
  max-width: 33rem;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.-rotate-6 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.scale-75 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
}

.scale-x-\[-1\] {
  --tw-scale-x: -1;
}

.scale-x-\[-1\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-stretch {
  place-items: stretch;
}

.content-center {
  align-content: center;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-3 {
  border-width: 3px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: #e3f5ff;
}

.border-theme-alt {
  --tw-border-opacity: 1;
  border-color: rgb(41 84 116 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: #e3f5ff;
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-theme {
  --tw-bg-opacity: 1;
  background-color: rgb(41 84 116 / var(--tw-bg-opacity));
}

.bg-theme-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(138 46 118 / var(--tw-bg-opacity));
}

.bg-theme-light {
  --tw-bg-opacity: 1;
  background-color: #e3f5ff;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-amber-50 {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: #fffbeb00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-theme-alt {
  --tw-gradient-from: rgb(138 46 118) var(--tw-gradient-from-position);
  --tw-gradient-to: #982c3600 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-amber-100 {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.to-stone-50 {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.to-theme-alt-hover {
  --tw-gradient-to: rgb(138 46 118) var(--tw-gradient-to-position);
}

.header__btn {
  padding: 10px 15px !important;
  max-width: 190px;
  font-size: 14px;
  text-align: center;
  background: rgb(6 49 119);
}

.font-medium {
  font-weight: 500;
}

@media screen and (min-width: 640px) {
  .header__btn {
    max-width: 220px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .header__btn {
    max-width: 250px;
    font-size: 18px;
  }
}

.header__btn:hover {
  opacity: 0.85;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: 50%;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.plashka {
  font-size: 1.775rem;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-base {
  font-size: 1rem;
}

.text-base {
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.7rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.text-theme {
  --tw-text-opacity: 1;
  color: rgb(6 49 119 / var(--tw-text-opacity));
}

.text-theme-alt {
  --tw-text-opacity: 1;
  color: rgb(6 49 119 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.decoration-theme-alt {
  text-decoration-color: #982c36;
}

.decoration-4 {
  text-decoration-thickness: 4px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-inner {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 #0000000d;
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}

.shadow-lg,
.shadow-md {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.ring,
.ring-1 {
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.ring-neutral-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82/var(--tw-ring-opacity));
}

.ring-theme {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 84 116/var(--tw-ring-opacity));
}

.ring-theme-alt-hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(141 100 43/var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255/var(--tw-ring-opacity));
}

.drop-shadow {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a)
    drop-shadow(0 1px 1px #0000000f);
}

.drop-shadow-md {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px #00000012)
    drop-shadow(0 2px 2px #0000000f);
}

.grayscale {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-\[26deg\] {
  --tw-hue-rotate: hue-rotate(26deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:shadow-md:hover {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}

.promo__item {
  width: 33%;
}

.promo__item:not(:last-child) {
  margin-right: 10px;
}

.info__text:not(:last-child) {
  margin-bottom: 1rem;
}

.composition__list {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}

.composition__item:not(:last-of-type) {
  margin-bottom: 1rem;
}

.composition__img {
  width: 128px;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
  border: 5px solid #e5e7eb;
}

.expert__img {
  width: 250px;
  margin: 0 auto 1rem;
  border-bottom: 1px solid #cccccc;
}

.expert__inner-text p {
  margin-bottom: 1rem;
}

.expert__inner.expert__quote-block {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 15px;
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}

.expert__quote-block .expert__avatar {
  flex: 0 0 120px;
}

.expert__quote-block .expert__avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 4px solid #e5e7eb;
}

.expert__quote-block .expert__inner-text {
  flex: 1;
}

.expert__quote-block .expert__quote {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #0f172a;
  padding-left: 1rem;
  border-left: 4px solid #c141a5;
  position: relative;
}

.expert__quote-block .expert__author {
  margin-top: 1.25rem;
  font-weight: 700;
  color: #111827;
}

.expert__quote-block .expert__author small {
  display: block;
  margin-top: 0.25rem;
  font-weight: 400;
  color: #4b5563;
  font-size: 14px;
}

@media screen and (min-width: 601px) {
  .expert__quote-block .expert__author small {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .expert__quote-block .expert__author small {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .expert__inner.expert__quote-block {
    flex-direction: column;
    padding: 1.5rem;
  }

  .expert__quote-block .expert__avatar {
    margin: 0 auto;
    max-width: 150px;
  }

  .expert__quote-block .expert__quote {
    padding-left: 0.9rem;
  }
}

@media screen and (max-width: 479px) {
  .expert__inner.expert__quote-block {
    padding: 15px;
  }
}

.source {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
}

.source img {
  max-width: 110px;
}

.source p {
  margin-bottom: 0;
}

@media (min-width: 400px) {
  .xs\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .source img {
    max-width: 150px;
  }
}

@media (min-width: 640px) {
  .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-100,
  .sm\:scale-95 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --tw-shadow-colored:
      0 10px 15px -3px var(--tw-shadow-color),
      0 4px 6px -4px var(--tw-shadow-color);
  }

  .sm\:shadow-lg {
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
  }

  .composition__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }

  .composition__item {
    width: 48%;
  }

  .composition__item:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .md\:-top-8 {
    top: -2rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 60px;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-20 {
    width: 60px;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 1.4;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .promo__inner {
    gap: 20px;
    align-content: center;
  }

  .promo__video-block {
    width: 46%;
  }

  .promo__prod-block {
    width: 51%;
  }

  .promo__prod-block {
    top: 0;
  }

  .promo__intro-text {
    order: 0;
  }

  @media (max-width: 768px) {
    .promo__intro-text,
    .promo__prod-block,
    .promo__video-block,
    .promo__intro {
      width: 100%;
    }

    .promo__prod-block {
      order: 1;
    }

    .promo__intro-text {
      order: 2;
    }

    .promo__video-block {
      order: 3;
    }
  }

  .featured-blurb {
    min-height: 85px;
    max-height: 85px;
  }

  .composition__item {
    width: 31%;
  }

  .expert__inner {
    position: relative;
  }

  .expert__img {
    margin-bottom: 0;
    border-bottom: 0;
    position: absolute;
    bottom: -33px;
    left: -33px;
    width: 290px;
  }

  .expert__inner-text {
    width: 70%;
    margin-left: auto;
  }

  .source img {
    max-width: 180px;
  }
}

@media (min-width: 960px) {
  .featured-blurb {
    min-height: 75px;
    max-height: 75px;
  }

  .result__prod {
    width: 32%;
    margin-bottom: 0;
  }

  .result__inner {
    width: 65%;
  }

  .expert__img {
    left: -73px;
    width: 360px;
  }

  .source img {
    max-width: 205px;
  }
}

@media (min-width: 1024px) {
  .lg\:-left-10 {
    left: -2.5rem;
  }

  .lg\:-right-0\.5 {
    right: -0.125rem;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .promo__inner {
    justify-content: center;
    gap: 0;
  }

  .promo__prod-block {
    padding-right: 0;
  }

  .featured-icon {
    min-height: inherit;
    max-height: none;
  }

  .composition__list {
    gap: 1.5rem;
  }

  .composition__item {
    width: 31%;
  }

  .step {
    display: flex;
  }

  .step__text {
    align-self: center;
  }

  .step__inner .w-1\/4 {
    height: 100%;
    max-width: 144px;
    width: 100%;
  }

  .step__inner img {
    object-fit: cover;
    height: 100%;
  }

  .step__inner .flex {
    height: 100%;
  }
}

@media (min-width: 1280px) {
  .xl\:-top-52 {
    top: -13rem;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mt-3 {
    margin-top: 3rem;
  }

  .promo__video-block {
    width: 41%;
  }

  .promo__prod-block {
    width: 59%;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:max-w-2xl {
    max-width: 47rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .prod {
    max-width: 370px;
    margin: 0 auto;
  }

  .result__inner {
    padding-left: 2rem;
  }
}

#menu * {
  transition: all ease-in 0.25s;
}

.menu-counter {
  display: none;
}

.featured span {
  line-height: 1.3;
}

@media screen and (min-width: 1280px) {
  .featured span {
    font-size: 14px;
  }
}

.featured .stars span {
  letter-spacing: -4px;
}

@media (max-width: 639px) {
  .featured .stars span {
    font-size: 16px;
  }

  .featured-icon,
  .featured-blurb {
    min-height: 65px;
    max-height: 65px;
  }

  .featured-blurb {
    min-height: 85px;
    max-height: 85px;
  }
}

.inL_335398 {
  fill: rgb(255, 255, 255);
  height: 100%;
  left: 0;
  stroke-width: 0;
  top: 0;
  width: 100%;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}

.inL_466520 {
  fill: rgb(255, 255, 255);
  height: 100%;
  left: 0;
  stroke-width: 0;
  top: 0;
  width: 100%;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}

/*vide*/
.video-holder .video-wrapper {
  position: relative;
  margin: 0 auto;
  border: 4px solid #ffffff;
  border-radius: 3px;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.video-holder .video-wrapper.show-small-video {
  position: fixed;
  top: 20px;
  left: 20px;
  height: 205px;
  width: 354px;
  z-index: 999;
  border: 7px solid #ffffff;
  box-shadow: 0 0 30px #000;
  overflow: hidden;
  border-radius: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.playerClearOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}

.playerPausedOverlay {
  background-image: url(../images/click-to-continue.png);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: none;
  background-repeat: no-repeat;
  background-color: #00216963;
  cursor: pointer;
  animation-name: scaleLarger;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
  background-position: center;
  background-size: contain;
}

.no-webp .playerPausedOverlay {
  background-image: url(../images/click-to-continue.png);
}

.webp .playerPausedOverlay {
  background-image: url(../images/click-to-continue.webp);
}

@keyframes scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.01);
  }
}

@keyframes scaleLarger {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

.videoOverlayImageDesktop {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  animation-name: scale;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
  background-position: center;
  background-size: cover;
}

.no-webp .videoOverlayImageDesktop {
  background-image: url(../images/click-to-continue.png);
}

.webp .videoOverlayImageDesktop {
  background-image: url(../images/click-to-continue.webp);
}

.overlayDesktopVideo {
  position: absolute;
  z-index: 1;
}

iframe#player {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.discount-hero {
  background: #ff2b2b;
  animation: blink 2s infinite linear;
  font-weight: 700;
  top: -13px;
  left: -55px;
}

@media screen and (min-width: 640px) {
  .discount-hero {
    top: -5px;
    left: -65px;
  }
}

@keyframes blink {
  0%,
  100% {
    background-color: #ff2b2b;
    box-shadow: 0 0 25px rgba(255, 102, 102, 1);
  }
  50% {
    background-color: #ff6666;
    box-shadow: 0 0 5px rgba(255, 43, 43, 0.6);
  }
}

/*form*/

.order {
  padding-left: 15px;
  padding-right: 15px;
  background: #f0f0f0;
}

.order__inner,
.popup {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}

.order__form {
  width: 100%;
  margin: 0 auto;
}

.form__protect {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  color: #666;
  font-size: 14px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: none;
  border-radius: 0;
  padding: 15px;
  z-index: 10;
  overflow: scroll;
}

.popup__inner {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 33px 22px 14px;
}

.check__img {
  margin: 0 auto 15px;
}

.popup__header {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.09;
  margin-bottom: 19px;
}

.popup__text {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 120px;
}

.popup__btn {
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100%;
  padding: 13px;
  margin-bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.btn__next {
  background: #3666e2;
}

.btn__success {
  background: #60cb7b;
}

.popup__btn:hover {
  transform: scale(1.05);
}

.btn__next:hover {
  background: #2c56c7;
  box-shadow: 0 4px 10px rgba(43, 138, 255, 0.5);
}

.btn__success:hover {
  background: #4caf6a;
  box-shadow: 0 4px 10px rgba(43, 255, 110, 0.5);
}

.popup__protect {
  padding-top: 13px;
  border-top: 1px solid #cecece;
}

.form__inner-card {
  padding: 27px 15px 17px;
  text-align: center;
}

.form__header {
  position: relative;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  padding-left: 42px;
  display: inline-block;
  margin-bottom: 19px;
  margin-top: 0;
}

.form__header:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 18px;
  background: url('../images/card-blue.svg') no-repeat center / contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form__step {
  margin-bottom: 15px;
}

.step3 {
  margin-bottom: 21px;
}

.step__header {
  text-align: left;
  color: #999;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.step__header span {
  border-radius: 50%;
  border: 1px solid #999;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 1;
  padding-top: 3px;
  font-size: 15px;
}

.form__wrapper {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-bottom: 9px;
}

.form__wrapper label {
  margin-bottom: 0;
}

.step__form .form__btn {
  margin-bottom: 0;
}

.choise__item:not(:last-of-type) {
  margin-bottom: 11px;
}

.choise__label {
  cursor: pointer;
  border: 1px solid #d7ebf6;
  border-radius: 7px;
  display: block;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
}

.choise__top {
  background: #e3f5ff;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
}

.choise__top input,
.step__check {
  width: 13px;
  height: 13px;
  appearance: none;
  border: 1px solid #3666e2;
  border-radius: 3px;
  background: #fff;
  margin: 0 6px 0 0;
  flex-shrink: 0;
}

.choise__top input:checked {
  background:
    url(../images/checked.svg) center/80% no-repeat,
    #fff;
  border-color: transparent;
}

.choise__top-text {
  font-size: 11px;
  color: #3666e2;
  font-weight: 600;
  width: 33%;
  margin-right: 10px;
}

.choise__price {
  font-size: 10px;
  color: #666666;
  text-align: center;
  margin: 0 auto;
}

.choise__old-price {
  text-decoration: line-through;
  display: block;
}

.choise__new-price {
  font-size: 14px;
  color: #3666e2;
  font-weight: 700;
  display: block;
}

.choise__discount {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 0 15px;
  display: block;
  height: 25px;
  position: relative;
  z-index: 5;
}

.choise__discount:after {
  position: absolute;
  content: '';
  top: -18px;
  left: -5px;
  border-width: 31.75px 50px 30.75px 15px;
  border-style: solid;
  border-color: #ff2b2b #ff2b2b #ff2b2b transparent;
  z-index: -1;
}

.choise__footer {
  padding: 10px 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.choise__footer picture {
  flex-shrink: 0;
}

.choise__img {
  width: 116px;
}

.choise__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  color: #333;
}

.choise__subtitle {
  font-size: 10px;
  text-transform: initial;
  display: block;
  font-weight: 400;
}

.choise__label:has(input:checked) {
  border-color: #3666e2;
  background: #e3f5ff;
}

.choise__label:has(input:checked) .choise__price,
.choise__label:has(input:checked) .choise__top-text {
  color: #fff;
}

.choise__label:has(input:checked) .choise__top {
  background: #3666e2;
}

.choise__label:has(input:checked) .choise__top-text .important-color,
.choise__label:has(input:checked) .choise__new-price {
  color: #ffff8b;
}

.step__pay-inner {
  border-radius: 7px;
  border: 1px solid #cecece;
  padding: 18px 14px 15px;
  text-align: left;
}

.step__check {
  margin-right: 5px;
}

.step__check:checked {
  background:
    url(../images/checked-white.svg) center/80% no-repeat,
    #3666e2;
}

.step__pay {
  margin-bottom: 12px;
  display: block;
}

.step__check-text {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.step__price-total {
  display: block;
  padding-left: 23px;
  font-size: 12px;
  font-weight: 600;
  color: #3666e2;
}

.step__btn {
  display: block;
  color: #fff;
  width: 100%;
  font-weight: 600;
  padding: 13px;
}

.form__footer {
  padding-top: 11px;
  border-top: 1px solid #cecece;
}

.form__footer-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  margin-bottom: 8px;
}

.edit__form {
  border: 1px solid #cecece;
  border-radius: 7px;
  padding: 12px 18px;
}

.edit__wrapper {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #cecece;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.edit__input {
  text-align: left;
  padding: 0;
}

.edit__wrapper .placeholder-content {
  transform: none;
  left: 0;
  top: 0;
}

.edit__wrapper:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.edit__wrapper .form__label-img {
  width: 13px;
  max-height: 15px;
  margin: 0 auto;
}

.edit__btn {
  cursor: pointer;
  font-size: 12px;
  color: #3666e2;
}

.form__call-inner {
  padding: 27px 15px 17px;
}

.form__call-header {
  padding: 0;
}

.form__call-header:before {
  content: none;
}

.btn__next:disabled {
  background: #757575;
  cursor: not-allowed;
}

.btn__next:disabled:hover {
  box-shadow: none;
}

.collapsed .step__header {
  color: #333;
  font-weight: 600;
  margin-bottom: 21px;
}

.collapsed .step__header span {
  border-color: #333;
}

.hide {
  display: none;
}

.toggled {
  display: none;
}

.collapsed .toggled {
  display: block;
}

.collapsed .hide {
  display: none;
}

@media (min-width: 400px) {
  .form__inner {
    width: 370px;
    margin: 0 auto;
    padding: 27px 22px 18px;
  }

  .form__discount-text {
    font-size: 17px;
  }

  .form__discount-value {
    font-size: 40px;
  }

  .form__price-inner span {
    font-size: 50px;
  }

  .form__price-inner .price__small {
    font-size: 18px;
  }

  .form__input {
    font-size: 16px;
    padding: 15px;
  }

  .placeholder-content span {
    font-size: 16px;
  }

  .edit__input {
    padding: 0;
  }

  .form__btn {
    font-size: 18px;
  }

  .popup__inner {
    width: 370px;
  }

  .popup__header,
  .form__header {
    font-size: 32px;
  }

  .popup__text {
    font-size: 22px;
  }

  .popup__btn {
    font-size: 18px;
    padding: 12px;
  }

  .choise__top-text {
    font-size: 10px;
    width: inherit;
    margin-right: 4px;
  }

  .choise__price {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  .choise__old-price {
    font-size: 8px;
  }

  .choise__top {
    padding: 4px;
  }

  .choise__discount:after {
    border-width: 16.75px 48px 16.75px 10px;
    top: -4px;
  }

  .choise__discount {
    padding-left: 7px;
  }

  .choise__footer {
    gap: 20px;
  }

  .choise__img {
    width: 140px;
  }

  .edit__form {
    padding: 15px;
  }

  .edit__wrapper {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .edit__btn {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  .form__inner {
    width: 420px;
  }

  .form__prod {
    max-width: 300px;
    width: 100%;
  }

  .form__discount-text {
    font-size: 18px;
  }

  .form__discount-value {
    font-size: 50px;
  }

  .form__price-inner span {
    font-size: 60px;
  }

  .order__form {
    max-width: 380px;
  }

  .form__card-pay,
  .form__call {
    width: 420px;
    margin: 0 auto;
  }

  .form__step {
    margin-bottom: 20px;
  }

  .choise__item:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .choise__top {
    padding: 5px 10px;
  }

  .choise__top-text {
    margin-right: 10px;
  }

  .choise__price {
    gap: 5px;
  }

  .choise__old-price {
    font-size: 10px;
  }

  .choise__new-price {
    font-size: 16px;
  }

  .choise__discount {
    font-size: 16px;
  }

  .choise__discount:after {
    border-width: 18.75px 55px 18.75px 8px;
    top: -6px;
  }

  .choise__footer {
    padding: 10px;
    gap: 30px;
  }

  .choise__title {
    font-size: 16px;
    line-height: 1.4;
  }

  .choise__subtitle {
    font-size: 12px;
  }

  .step__check-text {
    font-size: 16px;
  }

  .step__price-total {
    font-size: 14px;
  }

  .edit__btn {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .order__inner {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
  }

  .form__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .form__prod {
    margin: 0;
  }

  .form__inner-card {
    display: block;
  }

  .form__card-pay,
  .form__call {
    width: 520px;
  }

  .choise__top input,
  .step__check {
    margin-right: 10px;
  }

  .choise__top-text {
    font-size: 14px;
  }

  .choise__old-price {
    font-size: 12px;
  }

  .choise__new-price,
  .choise__discount {
    font-size: 18px;
  }

  .choise__discount {
    padding-left: 10px;
  }

  .choise__discount:after {
    border-width: 18.75px 65px 18.75px 8px;
    top: -6px;
  }

  .choise__title {
    font-size: 18px;
    line-height: 1.5;
  }

  .choise__subtitle {
    font-size: 14px;
  }

  .step__price-total {
    padding-left: 29px;
  }

  .edit__form {
    width: 380px;
    margin: 0 auto;
  }

  .form__call-inner {
    display: block;
  }
}

@media (min-width: 960px) {
  .order__inner {
    max-width: 820px;
  }

  .form__inner {
    gap: 30px;
    padding: 40px;
  }

  .form__prod {
    max-width: 330px;
  }

  .form__card-pay,
  .form__call {
    width: 540px;
  }
}

@media (min-width: 1280px) {
  .order__inner {
    max-width: 920px;
  }

  .form__inner {
    gap: 50px;
  }

  .form__prod {
    max-width: 400px;
  }
}

footer {
  padding: 25px;
}

.copy {
    text-align: center;
}

.order__pressure-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}

.pressure__top {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pressure__card {
  padding: 10px;
  border-radius: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 105px;
}

#beforeValue {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  transition: left 1.5s ease;
  z-index: 10;
  cursor: grab;
}

#beforeValue.no-transition {
  transition: none;
}

#afterValue {
  position: absolute;
  top: 0;
  left: 82.5%;
  transform: translateX(-50%);
}

.pressure__card::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  border-width: 10px 10px 0;
  border-style: solid;
}

#afterValue::after {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.pressure__card--bad {
  background: linear-gradient(180deg, #e27446 0%, #dd5947 121.16%);
}
.pressure__card--bad::after {
  border-color: var(--after-color) transparent transparent transparent;
}

.pressure__card--good {
  background: linear-gradient(180deg, #2e8a87 0%, #07636a 100%);
}
.pressure__card--good::after {
  border-color: #07636b transparent transparent transparent;
}

.pressure__units {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.7;
  margin-top: 4px;
  text-transform: uppercase;
}

.pressure__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pressure__arrow img {
  max-width: 65px;
  height: auto;
  animation: moveArrow 1.5s ease-in-out infinite;
}

@keyframes moveArrow {
  0%,
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }

  50% {
    -webkit-transform: translateX(10px) rotate(3deg);
    transform: translateX(10px) rotate(3deg);
  }
}

.pressure__scale {
  position: relative;
  height: 35px;
  border-radius: 40px;
  background: linear-gradient(
    to right,
    #dd5947 0%,
    #e67e22 25%,
    #f1c40f 50%,
    #2ecc71 75%,
    #1e6b65 100%
  );
}

.pressure__scale::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.6) 1px,
    transparent 1px
  );
  background-size: 9.2% 35%;
  background-repeat: repeat-x;
  background-position: bottom;
}

.pressure__marker {
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  transition: left 1.5s ease;
  z-index: 2;
  transform: translateX(-50%);
}

.marker-before {
  border-radius: 10px;
  background: linear-gradient(180deg, #d83b3b 0%, #b54a4a 100%);
  cursor: grab;
  width: 3px;
}

.marker-before.dragging {
  transition: none;
  cursor: grabbing;
}

.marker-after {
  left: 82.5%;
  transform: translateX(-50%);
  width: 3px;
  border-radius: 10px;
  background: linear-gradient(180deg, #035258 0%, #3eada9 100%), #d9d9d9;
}

.pressure__arrow {
  position: absolute;
  left: 48%;
  top: 38%;
  transform: translate(-50%, -50%);
  z-index: 1;

  transition:
    opacity 0.4s ease,
    visibility 0.4s ease,
    transform 0.4s ease;
}

.pressure__arrow.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -40%);
  pointer-events: none;
}

.order__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.order__title {
  --tw-text-opacity: 1;
  color: rgb(6 49 119 / var(--tw-text-opacity));
  margin-bottom: 10px;
  text-align: center;
  margin-top: 0;
}

.order__subtitle {
  margin-bottom: 15px;
  text-align: center;
}

.order__subtitle-image {
  display: inline;
}

.effects {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 55px;
  justify-content: center;
}
.effects__image-wrapper {
  max-width: 114px;
}
.effects__text {
  font-size: 15px;
}

.effects__list {
  max-width: 190px;
}

.effects__item {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.effects__item:not(:last-child) {
  margin-bottom: 15px;
}

ul {
  padding-left: 0;
  margin: 0;
}

.form {
  background-color: #fff;
  filter: drop-shadow(0 2.533px 12.663px rgba(0, 0, 0, 0.2));
  border-radius: 30px;
  padding: 15px;
  position: relative;
}

.prices__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.prices__title {
  display: none;
}

.prices__item {
  font-weight: 700;
}

.prices__item--new {
  color: #223077;
}

.prices__new {
  font-size: 25px;
}

.prices__old {
  text-decoration: line-through;
}

.prices__item--new .prices__currency {
  font-size: 15px;
}

.timer {
  margin-bottom: 15px;
  text-align: center;
}

.timer__text {
  font-size: 14px;
  text-transform: uppercase;
}

.order__date {
  font-size: 18px;
  color: #f40000;
  line-height: 1;
}

.discount {
  position: absolute;
  right: 20px;
  top: -35px;
  width: 120px;
  height: 75px;
  background: linear-gradient(180deg, rgb(138 46 118) 0%, rgb(6 49 119) 100%);
  border-radius: 18px 18px 14px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.25),
    0 6px 14px rgba(0, 0, 0, 0.15);
}

.discount::after {
  content: '';

  position: absolute;
  left: 50%;
  bottom: -35px;

  transform: translateX(-50%);

  width: 0;
  height: 0;

  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 38px solid #0a3075;

  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.12));
}

/* блиск зверху */
.discount::before {
  content: '';

  position: absolute;
  inset: 2px;

  border-radius: 16px 16px 12px 12px;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0) 40%
  );

  pointer-events: none;
}

.discount__content {
  position: relative;
  z-index: 2;

  text-align: center;
  color: #fff;
}

.discount__title {
  font-size: 15px;
  font-weight: 700;
}

.discount__value {
  font-size: 30px;
  font-weight: 700;
}

.form {
  max-width: 400px;
}

.form__input {
  border-radius: 9.04px;
  border: 1px solid #223077;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2.009px 3.166px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
  position: relative;
  padding: 10px;
  padding-left: 35px;
  transition: all 0.25s ease;
}
.input {
  outline: transparent;
  border: transparent;
  font-size: 16px;
  width: 100%;
}

.form__input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.form__input:focus-within {
  border-color: rgb(138 46 118);

  background-color: #fff;

  box-shadow:
    0 0 0 4px rgba(138, 46, 118, 0.12),
    0 6px 18px rgba(6, 49, 119, 0.12);

  transform: translateY(-1px);
}

.input::placeholder {
  font-size: 16px;
  color: rgb(13, 13, 13);
}

.form__input:first-child:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background: url('../images/user.svg');
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

.form__input:nth-child(2):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background: url('../images/phone.svg');
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

.form__button {
  border-radius: 9.04px;
  border: 1px solid #223077;
  background: linear-gradient(180deg, rgb(138 46 118) 0%, rgb(6 49 119) 100%);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 13px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: 0.25s ease;
}

.form__button:hover,
.form__button:focus {
  transform: translateY(-2px);
  border-color: rgb(138 46 118);
  box-shadow:
    0 10px 25px rgba(138, 46, 118, 0.35),
    0 4px 12px rgba(6, 49, 119, 0.25);

  filter: brightness(1.08);
}

.form__button::after {
  content: '';
  background: url('../images/pulse.svg');
  background-size: 100% 100%;
  width: 30px;
  height: 20px;
}

.promo__cta-btn {
  max-width: 370px;
  margin: 0 auto;
  text-transform: uppercase;
}

.promo__cta-btn.form__button::after {
  display: none;
}

.promo__cta-btn:hover,
.promo__cta-btn:focus {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 601px) {
  .form__button.promo__cta-btn {
    font-size: 18px;
    max-width: 415px;
  }
  .composition__text {
    font-size: 18px;
  }
}

@media screen and (min-width: 640px) {
  .form__button.promo__cta-btn {
    font-size: 19px;
    max-width: 430px;
  }
}

@media screen and (min-width: 768px) {
  .form__button.promo__cta-btn {
    font-size: 21px;
    max-width: 510px;
  }
}

.order__check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 230px;
  margin: 15px auto 0;
  font-size: 14px;
}

.order__check::before {
  content: '';
  background: url('../images/check.svg');
  background-size: 100% 100%;
  width: 27px;
  height: 34px;
  flex-shrink: 0;
}

.effects__text--lined {
  border-bottom: 1px solid #d2c5b6;
  padding-bottom: 15px;
}

.prices__title {
  color: #4a545f;
}

.timer__label,
.pressure__bottom {
  display: none;
}

.prices__item--old .prices__currency {
  font-size: 13px;
}

@media screen and (min-width: 375px) {
  .effects__image-wrapper {
    max-width: 150px;
  }
  .effects {
    margin-top: 30px;
  }
  .effects__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .prices__new {
    font-size: 30px;
  }
  .prices__old {
    font-size: 17px;
  }
  .pressure__arrow img {
    max-width: 90px;
  }
}

@media screen and (min-width: 420px) {
  .prices__title {
    display: block;
  }
  .prices__content {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
  }
  .prices__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .prices__old {
    font-size: 20px;
  }
  .prices__title--old {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 480px) {
  .pressure__arrow {
    left: 50%;
    top: 30%;
  }
}

@media screen and (min-width: 640px) {
  .effects__text {
    font-size: 16px;
  }
  .effects__image-wrapper {
    max-width: 170px;
  }
}

@media screen and (min-width: 768px) {
  .order__content {
    display: flex;
    justify-content: center;
    gap: 25px;
  }
  .form {
    max-width: 315px;
    padding-top: 85px;
    padding-bottom: 25px;
  }
  .prices__content {
    justify-content: center;
    gap: 40px;
  }
  .effects__image-wrapper {
    max-width: 200px;
  }
  .effects__text {
    font-size: 17px;
  }
  .order__pressure-wrapper {
    margin-bottom: 15px;
  }
  .order__subtitle {
    margin-bottom: 80px;
    font-size: 22px;
  }
  .pressure__card {
    font-size: 25px;
  }
  .pressure__units {
    font-size: 12px;
  }
  .pressure__top {
    height: 105px;
  }
  .pressure__scale {
    height: 45px;
  }
  .form__button {
    font-size: 17px;
  }
  .discount__value {
    font-size: 40px;
  }
  .discount__title {
    font-size: 18px;
  }
  .discount {
    width: 140px;
    height: 100px;
    top: -55px;
    right: 73px;
  }
  .discount::after {
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
  }
  .form__input-wrapper {
    gap: 15px;
    margin-bottom: 15px;
  }
  .effects {
    margin-bottom: 0;
    margin-top: 0;
  }
  .pressure__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 15px;
  }
  .pressure__text-wrapper {
    display: flex;
    flex-direction: column;
  }
  .pressure__text-title {
    font-weight: 500;
    color: #162e3b;
    font-size: 17px;
  }
  .pressure__text {
    font-size: 14px;
    color: #4a545f;
  }
  .order__check {
    font-size: 16px;
    max-width: 210px;
  }
  .form__input {
    padding: 15px 15px 15px 35px;
  }
  .form__button {
    padding: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .order__subtitle {
    font-size: 25px;
    margin-bottom: 95px;
  }
  .pressure__card {
    font-size: 28px;
  }
  .pressure__units {
    font-size: 13px;
  }
  .pressure__top {
    height: 115px;
  }
  .pressure__scale {
    height: 55px;
  }
  .effects__text {
    font-size: 18px;
  }
  .timer {
    flex-direction: column;
    border-radius: 14.278px;
    border: 0.793px solid #c5dae0;
    background: #f3f6f8;
    padding: 15px;
  }
  .timer__label {
    display: block;
    color: #4a545f;
    font-size: 14px;
    font-weight: 400;
  }
  .form {
    max-width: 330px;
  }
  .form__button {
    font-size: 20px;
  }
  .prices__new {
    font-size: 36px;
  }
  .prices__item--new .prices__currency {
    font-size: 18px;
  }
  .prices__old {
    font-size: 25px;
  }
  .prices__item--old .prices__currency {
    font-size: 18px;
  }
  .discount {
    right: 90px;
  }
  .effects__image-wrapper {
    max-width: 220px;
  }
  .pressure__text-title {
    font-size: 19px;
  }
  .pressure__text {
    font-size: 16px;
  }
  .discount__value {
    font-size: 45px;
  }
  .discount {
    width: 150px;
    height: 110px;
    left: 50%;
    transform: translateX(-50%);
  }
  .discount::after {
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
  }
  .order__pressure-wrapper {
    margin-bottom: 30px;
  }
  .order__content {
    gap: 45px;
  }
  .effects {
    gap: 30px;
  }
}

.nowrap {
  white-space: nowrap;
}

.promo__video-block {
  margin-top: 16px;
}

.header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.list__row {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.list__number {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.list__content b {
  display: block;
  margin-bottom: 8px;
}

.list__item {
  margin: 0;
}

.video-text {
  margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
  .featured {
    flex-direction: column;
    align-items: stretch;
  }

  .promo__item {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
  }

  .promo__item:last-child {
    margin-bottom: 0;
  }

  .promo__item .featured-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    flex: 0 0 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px 0 0 24px;
    position: static;
    right: auto;
    margin: 0;
  }

  .promo__item .featured-icon img {
    display: block;
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin: 0;
  }

  .promo__item .featured-blurb {
    flex: 1;
    min-width: 0;
    justify-content: center;
    text-align: left;
    padding-left: 1rem;
    border-radius: 0 24px 24px 0;
    width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
    background: linear-gradient(to bottom, #ffffff 0%, #f8fafc 100%);
  }

  .featured span {
    font-size: 14px !important;
  }

  .promo__item .featured-blurb span,
  .promo__item .featured-blurb .stars {
    text-align: left;
    width: 100%;
  }

  .featured-icon,
  .featured-blurb {
    min-height: 85px;
    max-height: 85px;
  }
}

@media screen and (min-width: 601px) {
  .text-xl {
    font-size: 1.3rem !important;
    line-height: 1.4;
  }
  .list__item {
    font-size: 18px;
  }
  .list__number {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 640px) {
  .composition__item:not(:nth-child(2n)) {
    border-right: 1px solid rgb(188, 181, 181);
    padding-right: 15px;
  }
  .composition__title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .promo__intro,
  .promo__text {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .text-xl {
    font-size: 1.5rem !important;
    line-height: 1.4;
  }
  .list__number {
    font-size: 20px;
  }
  .composition__item:not(:nth-child(2n)) {
    border-right: none;
    padding-right: 0;
  }
  .composition__item:not(:nth-child(3n)) {
    border-right: 1px solid rgb(188, 181, 181);
    padding-right: 15px;
  }
  .composition__title {
    margin-bottom: 60px;
  }
  .video-text {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .subtitle {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .subtitle {
    margin-bottom: 30px;
  }
}
