@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-Medium.woff2") format("woff2"), url("fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-Black.woff2") format("woff2"), url("fonts/Rubik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-Bold.woff2") format("woff2"), url("fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-Light.woff2") format("woff2"), url("fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-SemiBold.woff2") format("woff2"), url("fonts/Rubik-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("fonts/Rubik-Regular.woff2") format("woff2"), url("fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-SemiBold.woff2") format("woff2"), url("fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap Reboot v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "Vampiro One";
  src: url("calc_css/calc/VampiroOne-Regular.woff2") format("woff2"), url("calc_css/calc/VampiroOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Didact Gothic";
  src: url("calc_css/calc/DidactGothic-Regular.woff2") format("woff2"), url("calc_css/calc/DidactGothic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amatic SC";
  src: url("calc_css/calc/AmaticSC-Regular.woff2") format("woff2"), url("calc_css/calc/AmaticSC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jura";
  src: url("calc_css/calc/Jura-Regular.woff2") format("woff2"), url("calc_css/calc/Jura-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("calc_css/calc/Caveat-Regular.woff2") format("woff2"), url("calc_css/calc/Caveat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prociono";
  src: url("calc_css/calc/Prociono-Regular.woff2") format("woff2"), url("calc_css/calc/Prociono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("calc_css/calc/Comfortaa-Regular.woff2") format("woff2"), url("calc_css/calc/Comfortaa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bad Script";
  src: url("calc_css/calc/BadScript-Regular.woff2") format("woff2"), url("calc_css/calc/BadScript-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MurreyC";
  src: url("calc_css/calc/MurreyC.woff2") format("woff2"), url("calc_css/calc/MurreyC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Linoleo Script";
  src: url("calc_css/calc/LinoleoScript.woff2") format("woff2"), url("calc_css/calc/LinoleoScript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rosa Marena";
  src: url("calc_css/calc/RosaMarena.woff2") format("woff2"), url("calc_css/calc/RosaMarena.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beyond Infinity";
  src: url("calc_css/calc/BeyondInfinity.woff2") format("woff2"), url("calc_css/calc/BeyondInfinity.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hand Boys";
  src: url("calc_css/calc/HandBoys.woff2") format("woff2"), url("calc_css/calc/HandBoys.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "San Bernardino";
  src: url("calc_css/calc/SanBernardinoRegular.woff2") format("woff2"), url("calc_css/calc/SanBernardinoRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clip";
  src: url("calc_css/calc/Clip.woff2") format("woff2"), url("calc_css/calc/Clip.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rosalinda";
  src: url("calc_css/calc/RosalindaRegular.woff2") format("woff2"), url("calc_css/calc/RosalindaRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Vevet";
  src: url("calc_css/calc/RedVevet.woff2") format("woff2"), url("calc_css/calc/RedVevet.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "festus";
  src: url("calc_css/calc/Festus.woff2") format("woff2"), url("calc_css/calc/Festus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prologue Script Lite";
  src: url("calc_css/calc/PrologueScriptLite-Regular.woff2") format("woff2"), url("calc_css/calc/PrologueScriptLite-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wiesbaden Swing LT CYR";
  src: url("calc_css/calc/WiesbadenSwingLTCYR-Roman.woff2") format("woff2"), url("calc_css/calc/WiesbadenSwingLTCYR-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.noUi-handle {
  background: #FF6600;
  box-shadow: 0px 0px 10px #000000;
  max-width: 20px;
  min-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
}
.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-target {
  background: #030303;
  border-radius: 50px;
  border: none;
  box-shadow: none;
  height: 6px;
  max-width: 240px;
  width: 240px;
  margin-right: 25px;
  margin-left: 10px;
}

.noUi-connect {
  background: #FF6600;
}

.noUi-tooltip {
  font-size: 12px;
  border: none;
  background: transparent;
  color: #fff;
}

.calc {
  margin-bottom: 130px;
}
.calc .wruppter {
  display: flex;
  gap: 40px;
}
.calc input[type=number] {
  border: 1px solid #F60;
  margin-right: 10px;
  padding: 10px 20px;
}
.calc-range-width {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  height: 45px;
}
.calc-range-height {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  height: 280px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
}
.calc-range-height #range2 {
  margin: 5px 0;
  height: calc(100% - 52px);
  width: 6px;
}
.calc-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.calc-form input {
  width: 100%;
}
.calc-form > div {
  background: transparent;
  overflow: hidden;
}
.calc-form-left {
  max-width: 570px;
  width: 100%;
  margin-right: 20px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #F60;
  padding: 32px;
}
.calc-form-right {
  max-width: 808px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #F60;
  padding: 32px;
  position: relative;
}
.calc-form__title {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.calc-form-wrap {
  margin-bottom: 15px;
}
.calc-form input[type=text] {
  margin-bottom: 10px;
  width: 49%;
}
.calc-form input[type=text]:nth-of-type(1) {
  width: 100%;
}
.calc-form .input-text-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calc-form input[type=radio] {
  display: none;
}
.calc-form input[type=radio] ~ span {
  font-size: 16px;
  border-radius: 10px;
  padding: 7px 14px;
  color: #FF6600;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
}
.calc-form input[type=radio]:checked ~ span {
  background: rgba(255, 102, 0, 0.2);
}
.calc-form-blocks-second span {
  border: 1px solid rgba(255, 102, 0, 0.4);
  margin-right: 10px;
}
.calc-form .wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.calc-form .output-range {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.calc-form-colors input[type=radio] ~ span {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 5px;
}
.calc-form-colors input[type=radio]:checked ~ span:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='12' viewBox='0 0 15 12' width='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 6.23535 4.24264 4.24265 8.48526-8.48529' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.calc-form-locations {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
}
.calc-form-location input[type=radio] ~ span {
  margin-bottom: 0;
  margin-right: 10px;
  border: 1px solid rgba(255, 102, 0, 0.4);
}
.calc-form-location input[type=radio]:checked ~ span {
  border: 1px solid transparent;
}
.calc-form-day {
  background: #030303;
  border-radius: 10px;
}
.calc-form-day input[type=radio] ~ span {
  border: none;
  margin-bottom: 0;
  margin-right: 0;
  width: 110px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.calc-form-day label {
  cursor: pointer;
}
.calc-form-day label:last-child input[type=radio] ~ span {
  margin-right: 0;
}
.calc-form-output {
  overflow: hidden;
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
  width: 484px;
  height: 263px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calc-form-output .wrap {
  position: absolute;
  top: 15%;
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
}
.calc-form-output img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .calc-form {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  .calc-form {
    align-items: flex-start;
  }
  .calc-form-left {
    max-width: 45%;
  }
  .calc-form-right {
    max-width: calc(65% - 20px);
  }
  .calc-form-locations {
    align-items: flex-start;
  }
  .calc-form-location {
    width: 50%;
  }
  .calc-form-location label {
    margin-bottom: 10px;
  }
  .calc-form-day {
    display: flex;
  }
  .calc-form-day label {
    width: 50%;
    margin-bottom: 0 !important;
  }
  .calc-form-day label span {
    margin: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .calc-form {
    flex-wrap: wrap;
  }
  .calc-form > div {
    width: 100%;
    max-width: 100%;
  }
  .calc-form-left {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .calc-form-output img {
    max-height: 380px;
  }
  .calc-form-location {
    width: 60%;
  }
  .calc-form-day {
    width: 30%;
  }
}
.calc .button {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 576px) {
  .calc .calc-range-height {
    left: 25px;
    height: 230px;
  }
  .calc .calc-form .output-range {
    font-size: 14px;
  }
  .calc-form input[type=text] {
    width: 100%;
    margin-right: 0;
  }
  .calc .calc-form-output {
    width: 100%;
  }
  .calc-form-output img {
    height: 290px;
  }
  .calc-form > div {
    padding: 15px;
  }
  .calc-form-locations {
    flex-direction: column;
  }
  .calc-form-location {
    width: 100%;
  }
  .calc-form-location input[type=radio] ~ span {
    font-size: 12px;
  }
  .calc-form-day {
    order: -1;
    margin-bottom: 20px;
  }
  .calc-form-day input[type=radio] ~ span {
    font-size: 14px;
  }
}

.classic-btn {
  background: rgba(255, 102, 0, 0.4);
  box-shadow: 0px 4px 60px rgba(255, 102, 0, 0.6);
  border-radius: 10px;
  padding: 17px 40px;
  font-weight: 700;
  font-size: 16px;
  color: #FF6600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

.classic-btn__active {
  background: #FF6600;
  color: #fff;
}

.classic-btn:hover {
  background: #FF6600;
  color: #fff;
  box-shadow: 0px 4px 60px rgba(255, 102, 0, 0.8);
}

.classic-btn__blue {
  color: #00F0FF;
  background: rgba(0, 240, 255, 0.4);
  box-shadow: 0px 4px 60px rgba(0, 240, 255, 0.6);
}

.classic-btn__blue:hover {
  background: #00F0FF;
  box-shadow: 0px 4px 60px rgba(0, 240, 255, 0.8);
}

@media screen and (max-width: 1400px) {
  .classic-btn {
    font-size: 16px;
    padding: 17px 20px;
  }
}
.shop-item__btn, .shop-item__btn-popup {
  /*max-width: 200px;*/
  width: 100%;
  max-height: 44px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .shop-item__btn, .shop-item__btn-popup {
    /*max-width: 170px;*/
    max-height: 40px;
  }
}
.shop {
  padding-top: 40px;
}

.shop h2 {
  margin-bottom: 35px;
}

.shop-filter {
  justify-content: flex-start;
  margin-bottom: 30px;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0 15px;
}

@media (min-width: 991px) {
  .shop-filter {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 15px;
  }
}
.shop-filter::-webkit-scrollbar {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.shop-filter::-webkit-scrollbar-track {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.shop-filter::-webkit-scrollbar-thumb {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.shop-filter label {
  white-space: nowrap;
}

.shop-filter label:last-of-type span {
  margin-right: 0 !important;
}

.shop-items {
  display: flex;
  flex-wrap: wrap;
  /*align-items: flex-start;*/
  margin-bottom: 50px;
}

.shop-items__btn {
  background: rgba(0, 240, 255, 0.4);
  box-shadow: 0px 4px 60px rgba(0, 240, 255, 0.6);
  border-radius: 10px;
  max-width: 216px;
  max-height: 60px;
  margin: 30px auto 80px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #00F0FF;
  cursor: pointer;
  transition: 0.3s all;
}

.shop-items__btn:hover {
  background: #00f0ff;
  box-shadow: 0px 4px 60px rgba(0, 240, 255, 0.8);
  color: #fff;
}

.shop-item {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #121212;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s all;
}

.shop-item.hide {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}

.shop-item:nth-of-type(4n) {
  margin-right: 0;
}

.shop-item__img img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  object-position: center center;
}

@media screen and (max-width: 576px) {
  .shop-item__img img {
    max-height: 180px;
  }
}
.shop-item .wrap {
  padding: 15px 20px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shop-item__title {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  display: block;
  transition: 0.3s all;
}

.shop-item__title:hover {
  color: #f60;
}

@media screen and (max-width: 576px) {
  .shop-item__title {
    font-size: 14px;
  }
}
.shop-item__price {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .shop-item__price {
    font-size: 20px;
  }
}
.shop-item__btn, .shop-item__btn-popup {
  /*max-width: 200px;*/
  width: 100%;
  max-height: 44px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .shop-item__btn, .shop-item__btn-popup {
    /*max-width: 170px;*/
    max-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .shop {
    padding-top: 30px;
  }

  .shop-item {
    width: calc(33% - 11px);
  }

  .shop-item:nth-of-type(4n) {
    margin-right: 20px;
  }

  .shop-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .shop-item {
    width: calc(50% - 10px);
  }

  .shop-item:nth-of-type(3n) {
    margin-right: 20px;
  }

  .shop-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .shop-item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.shop-item .single-attrs {
  font-size: 14px;
  margin: 5px 0 10px;
}

.shop-item .single-availability {
  font-size: 13px;
  margin-bottom: 5px;
}

.shop {
  padding: 75px 0 50px;
}

.blog-item .shop-item__title {
  text-align: center;
  /*color: #fff;*/
  font-size: 18px;
  color: #f60;
}

.blog-item .shop-item__title:hover {
  color: #ff8a3a;
}

.blog-item .shop-item__img img {
  max-height: 160px;
}

.cart {
  position: fixed;
  right: 25px;
  top: 25%;
  width: 104px;
  height: 104px;
  background: #FF6600;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -5px;
  width: 40px;
  height: 40px;
  background: #4BF4FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  border-radius: 100%;
}

@media screen and (max-width: 991px) {
  .cart {
    width: 80px;
    height: 80px;
    right: 5%;
    bottom: 5%;
    top: unset;
    left: unset;
  }
}
.bucket {
  padding-top: 75px;
}

.bucket-blocks {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bucket-block:first-child {
  width: calc(65% - 10px);
}

.bucket-block:last-child {
  width: calc(35% - 10px);
}

.bucket-block-wrap {
  margin-bottom: 20px;
  background: #121212;
  border-radius: 10px;
}

.bucket-block-top {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  background: #000000;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.bucket-block__num {
  background: #FF944E;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 18px;
}

.bucket-block-bottom {
  padding: 30px 30px 20px;
  display: flex;
  flex-direction: column;
}

.bucket-block label {
  display: flex;
  flex-direction: column;
}

.bucket-block__subtitle {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.bucket-block input[type=text],
.bucket-block input[type=tel] {
  background: #2D2D2D;
  border-radius: 10px;
  margin-bottom: 20px;
}

.bucket-block input[type=text]::placeholder,
.bucket-block input[type=tel]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.bucket-block-delivery .bucket-block-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.bucket-block-delivery .bucket-block-bottom label {
  width: calc(33.3334% - 14px);
  margin-right: 20px;
  background: #2D2D2D;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  cursor: pointer;
}

.bucket-block-delivery .bucket-block-bottom label:nth-of-type(3n) {
  margin-right: 0;
}

.bucket-block-delivery .bucket-block-bottom label input {
  display: none;
}

.bucket-block-delivery .bucket-block-bottom label input ~ span {
  display: flex;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #F4F6FB;
  border: 1px solid #DFDFDF;
  border-radius: 100%;
  transition: 0.3s all;
  position: relative;
}

.bucket-block-delivery .bucket-block-bottom label input ~ span:after {
  content: "";
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='9' viewBox='0 0 11 9' width='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 4.15686 2.82843 2.82843 5.65685-5.65686' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}

.bucket-block-delivery .bucket-block-bottom label input:checked ~ span {
  background: #FF944E;
  border: 1px solid #FF944E;
}

.bucket-block-delivery .bucket-block-bottom label input:checked ~ span:after {
  opacity: 1;
}

.bucket-block-delivery .bucket-block-bottom label .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bucket-block-delivery .bucket-block-bottom .text {
  margin-top: 10px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.bucket-block-label__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}

.bucket-block-label__title img, .bucket-block-label__title svg {
  margin-right: 20px;
}

.bucket-block-payment .bucket-block-bottom label {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.bucket-block-payment .bucket-block-bottom label:nth-of-type(3n) {
  margin-right: 20px;
}

.bucket-block-payment .bucket-block-bottom label:nth-of-type(2n) {
  margin-right: 0;
}

.bucket-block__products {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

.bucket-block__price {
  margin-left: auto;
}

.bucket-products {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.bucket-product {
  display: flex;
  background: #2D2D2D;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  align-items: flex-start;
}

.bucket-product__img {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 12px;
}

.bucket-product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bucket-product-wrap {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.bucket-product__count {
  padding: 5px 0 10px;
  display: flex;
  align-items: center;
}

.bucket-product__count-count {
  padding: 0 10px;
}

.bucket-product__count-item {
  position: relative;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.bucket-product__count-item:before, .bucket-product__count-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #FF6600;
}

.bucket-product__count-item:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bucket-product__count-item:first-child:after {
  opacity: 0;
}

.bucket-product__price {
  font-weight: 700;
  color: #fff;
}

.bucket-product__delete {
  margin-left: auto;
}

.bucket-product__delete svg, .bucket-product__delete img {
  cursor: pointer;
}

.bucket-product__delete svg g, .bucket-product__delete img g {
  transition: 0.3s all;
}

.bucket-product__delete svg:hover g, .bucket-product__delete img:hover g {
  opacity: 1;
}

.bucket-info {
  padding-bottom: 10px;
}

.bucket-info-wrap {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bucket-info-block {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.bucket-info-price .bucket-info-block {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1380px) {
  .bucket-blocks {
    flex-direction: column;
  }

  .bucket-block {
    width: 80% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .bucket-block {
    width: 100% !important;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 768px) {
  .bucket {
    padding-top: 30px;
  }

  .bucket-block {
    width: 100% !important;
    margin: 0 auto 25px;
  }

  .bucket-block-top {
    padding: 0 10px;
  }

  .bucket-block__title {
    font-size: 16px;
  }

  .bucket-block__num {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .bucket-block__subtitle {
    font-size: 14px;
  }

  .bucket-block-bottom {
    padding: 15px;
  }

  .bucket-block-label__title {
    font-size: 14px;
  }

  .bucket-block-label__title img, .bucket-block-label__title svg {
    margin-right: 15px;
  }

  .bucket-block-delivery .bucket-block-bottom label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .bucket-block-delivery .bucket-block-bottom label:nth-of-type(3n) {
    margin-right: 0;
  }

  .bucket-block-delivery .bucket-block-bottom .text {
    font-size: 14px;
  }

  .bucket-block-right .bucket-block__title {
    font-size: 14px;
  }

  .bucket-block__products {
    font-size: 12px;
  }

  .bucket-block__price {
    font-size: 14px;
  }

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

  .bucket-product__title {
    font-size: 14px;
  }

  .bucket-product__count {
    font-size: 14px;
  }

  .bucket-product__price {
    font-size: 16px;
  }

  .bucket-product__img {
    min-width: 90px;
  }
}
.bucket-block {
  width: calc(100% - 35% - 15px);
}

.single-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.single-wrap .block {
  width: 48%;
}

.single-wrap .block img {
  width: 100%;
  height: auto !important;
  max-height: unset;
  border-radius: 8px;
}

.single-title {
  font-size: 30px;
  color: #fff;
}

.single-price span,
.single-attrs span {
  color: #f60;
}

.single-attrs {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.single-availability {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.single-availability.has {
  color: #39FF14;
}

.single-availability.has:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #39FF14;
  margin-right: 10px;
  animation: blink2 2s infinite;
}

.single-availability.nohas {
  color: #FF073A;
}

.single-availability.nohas:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #FF073A;
  margin-right: 10px;
  animation: blink2 2s infinite;
}

@keyframes blink2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.single-attrs {
  margin-bottom: 20px;
}

.single-add-to {
  margin-bottom: 25px;
}

.single-page {
  margin-bottom: 8px;
}

.single-page a {
  color: #f60;
  text-decoration: underline;
}

.single-info {
  margin-bottom: 10px;
}

.single-info ul {
  list-style: disc;
  padding-left: 10px;
}

.single-info li {
  color: #fff;
  margin-bottom: 5px;
}

.single-tabs .tabs {
  display: flex;
  flex-direction: column;
}

.single-tabs .tab {
  display: flex;
  border: 0 !important;
  border-bottom: 1px solid #f60 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.single-tabs .tab .tab-block {
  padding: 10px 25px;
  border: 1px solid #f60;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s all;
}

.single-tabs .tab .tab-block.active {
  background: #f60;
}

.single-tabs .tab-content .tab-block {
  display: none;
  color: #fff;
  padding-top: 40px;
  max-width: 960px;
  margin: 0 auto;
}

.single-tabs .tab-block.active {
  display: block;
}

.single-tabs {
  padding-bottom: 40px;
}

.single-add-to {
  max-width: 320px;
}

.shop-item .single-attrs {
  font-size: 14px;
  margin: 5px 0 10px;
}

.shop-item .single-availability {
  font-size: 13px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .footer-menu ul li a {
    font-size: 18px;
  }

  .single-wrap .block {
    width: 100%;
  }

  .single-wrap .block {
    margin-bottom: 20px;
  }

  .wrapper-for-info .block {
    width: 100% !important;
  }
}
.page-info {
  padding: 30px 0;
}

.page-info h1 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.page-info p,
.page-info h2,
.page-info h3,
.page-info ol,
.page-info ul {
  color: #fff;
}

.page-info a {
  color: #f60;
  transition: 0.3s all;
}

.page-info a:hover {
  color: #ff8a3a;
}

.wrapper-for-info {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
  align-items: flex-start;
}

.wrapper-for-info .block {
  width: calc(25% - 50px);
}

.wrapper-for-info .block:first-child {
  border: 1px solid #f60;
  padding: 15px;
  border-radius: 4px;
}

.wrapper-for-info .block:first-child ul li {
  margin-bottom: 5px;
}

.wrapper-for-info .block:last-of-type {
  width: calc(75% - 50px);
}

.current-menu-item a:not([href*="#"]) {
  color: #ff8a3a;
}

.comments-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.comment-list {
  list-style-type: none;
  padding: 0;
}

.comment {
  padding: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.comment-author vcard {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.avatar {
  margin-right: 10px;
  border-radius: 50%;
}

.comment-meta {
  font-size: 12px;
  color: #777;
}

.comment-reply-link {
  padding: 5px 10px;
  background-color: #fff;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  transition: background-color 0.3s;
}

.comment-reply-link:hover {
  background-color: #555;
}

.comment-respond h3.comment-reply-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.logged-in-as {
  background-color: transparent;
  border: 1px solid #f60;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 14px;
}

.logged-in-as a {
  color: #f60;
  text-decoration: none;
}

.logged-in-as a:hover {
  text-decoration: underline;
  color: #ff9049;
}

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

.comment-form-comment label {
  margin-bottom: 15px;
}

.comment-form-comment textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #f60;
  background: transparent;
  border-radius: 5px;
  font-size: 16px;
}

input.submit {
  background: rgba(255, 102, 0, 0.4);
  box-shadow: 0px 4px 60px rgba(255, 102, 0, 0.6);
  border-radius: 10px;
  padding: 17px 40px;
  font-weight: 700;
  font-size: 16px;
  color: #f60;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

.left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(25% - 50px);
}

.left-wrapper .block {
  border: 1px solid #f60;
  padding: 15px;
  border-radius: 4px;
  width: 100% !important;
}

.left-wrapper .block ul {
  margin-bottom: 0;
}

.left-wrapper .block ul li {
  margin-bottom: 5px;
}

.left-wrapper .block ul {
  list-style: none !important;
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  .left-wrapper {
    width: 100% !important;
  }
}
.swiper-button-next, .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63 60L40 83L47 90L77 60L47 30L40 37L63 60Z' fill='%23FF6600'/%3E%3C/svg%3E%0A");
  width: 120px;
  height: 120px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev {
  transform: translateY(-50%) rotate(180deg);
}
.swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet {
  opacity: 1;
  background: #4B4B4B;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: #FF6600;
  width: 12px;
  height: 12px;
}

input:focus {
  outline: 1px solid #F60;
}

body {
  background: #101010;
  color: #fff;
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
}

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s all;
}
a:hover {
  color: #FF6600;
}

p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}

section {
  margin-bottom: 130px;
}

.front-title {
  font-size: 55px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.front-subtitle {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.front-smalltitle {
  color: #F60;
  text-align: center;
  font-size: 22px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

button {
  border: none;
}

.button {
  padding: 17px 28px;
  border-radius: 12px;
  background: #662900;
  box-shadow: 0px 0px 45px 0px rgba(255, 102, 0, 0.5);
  cursor: pointer;
  color: #F60;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  transition: 0.3s all;
}
.button.active, .button:hover {
  background: #F60;
  color: #FFF;
}
.button.arrow {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.button.arrow:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='9' viewBox='0 0 27 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.3536 4.85356C26.5488 4.65829 26.5488 4.34171 26.3536 4.14645L23.1716 0.964468C22.9763 0.769206 22.6597 0.769206 22.4645 0.964468C22.2692 1.15973 22.2692 1.47631 22.4645 1.67157L25.2929 4.5L22.4645 7.32843C22.2692 7.52369 22.2692 7.84027 22.4645 8.03554C22.6597 8.2308 22.9763 8.2308 23.1716 8.03554L26.3536 4.85356ZM-4.37114e-08 5L26 5L26 4L4.37114e-08 4L-4.37114e-08 5Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 27px;
  height: 9px;
}
.button.sended {
  background: lightseagreen;
}

.header {
  padding: 20px 0 40px;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 120px;
}
.header__logo img {
  width: 100%;
}
.header__menu {
  margin: 0 auto;
}
.header__menu-close {
  display: none;
}
.header__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}
.header__menu ul li {
  font-size: 16px;
}
.header__socials {
  display: flex;
  gap: 10px;
  margin-right: 12px;
}
.header__socials a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #353535;
}
.header__socials a:hover {
  background: #ffffff;
}
.header__contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header__contact a {
  color: #F60;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.header_time {
  font-size: 11px;
}

.first {
  position: relative;
}
.first .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.first .wrap .block:first-child {
  width: calc(60% - 10px);
  z-index: 2;
  position: relative;
}
.first .wrap .block:last-child {
  width: calc(40% - 10px);
}
.first .wrap p {
  color: #FFF;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.first .wrap p span {
  color: #F60;
  font-weight: 600;
}
.first .btn-wrap {
  margin-top: 40px;
}
.first-swiper img {
  width: 100%;
}

.btn-wrap {
  display: flex;
  gap: 20px;
}

.pref p {
  text-align: center;
}
.pref-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.pref-block {
  max-width: 183px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.pref-block .line {
  width: 85px;
  height: 1px;
  background: #F60;
}
.pref-block span {
  font-weight: 500;
}

.calc-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calc-block {
  width: 49%;
  border-radius: 15px;
  border: 1px solid #F60;
  padding: 32px;
}

.formf-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 83px;
  align-items: center;
  justify-content: center;
}
.formf-block {
  width: 232px;
}
.formf-block img {
  width: 100%;
}
.formf-block:last-of-type {
  width: calc(100% - 232px - 83px);
  max-width: 644px;
}

.tabs-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
.tabs .tab {
  border-radius: 8px;
  border: 1px solid #212121;
  padding: 10px 18px;
  color: #ABABAB;
  font-size: 18px;
  transition: 0.3s background-color, 0.3s border;
  cursor: pointer;
}
.tabs .tab.active {
  border-radius: 8px;
  border: 1px solid #F60;
  background: #662900;
  color: #F60;
  font-size: 18px;
  font-weight: 600;
}
.tabs-content p, .tabs-content img {
  display: none;
}
.tabs-content p.active, .tabs-content img.active {
  display: block;
}

.quiz-wrap {
  padding: 20px 30px 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 103% 106%;
  border-radius: 30px;
}
.quiz .row-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  flex-direction: row;
}
.quiz .row-2 label {
  margin-bottom: 0;
  width: 49%;
}
.quiz-wrup {
  flex-direction: column;
}
.quiz .front-subtitle {
  text-align: left;
  font-size: 42px;
}
.quiz-subtitle {
  color: #FFF;
  font-size: 20px;
  letter-spacing: 6px;
  text-transform: uppercase;
  max-width: 575px;
  margin-bottom: 18px;
}
.quiz-subtitle span {
  color: #F60;
}
.quiz-numbs {
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 300;
  color: #558386;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  line-height: 1;
}
.quiz-numbs .wrap {
  display: flex;
  gap: 1px;
  align-items: center;
}
.quiz-numbs-current {
  color: #F60;
  font-weight: 700;
}
.quiz-numbs-text {
  color: #FFF;
  font-size: 18px;
  line-height: 1.5;
}
.quiz .wrupper {
  max-width: 590px;
}
.quiz .label {
  border-radius: 12px;
  background: #101010;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  margin-bottom: 20px;
  border: 1px solid transparent;
  transition: 0.3s all;
}
.quiz .label input {
  display: none;
}
.quiz .label input:checked ~ .label-icon:before {
  content: "";
  background: #F60;
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.quiz .label.no-bg {
  background: none;
  padding: 0 !important;
}
.quiz .label-icon {
  position: relative;
  min-width: 16px;
  min-height: 16px;
  border-radius: 100%;
  border: 1px solid #F60;
}
.quiz .label.active {
  border-radius: 12px;
  border: 1px solid #F60;
  background: #662900;
}
.quiz .wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.quiz .wrapper input {
  flex: 1;
}
.quiz .button {
  width: 100%;
}

.gallery-block {
  overflow: hidden;
}
.gallery .swiper {
  padding: 100px 0 150px;
}
.gallery .swiper-slide {
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
}
.gallery .swiper-slide img {
  border-radius: 20px;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.gallery .swiper-slide-active {
  transform: scale(1.4, 1.4) !important;
  z-index: 100;
}
.gallery .swiper-slide-active:after {
  opacity: 0 !important;
}
.gallery .swiper-slide-visible:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  transition: 0.3s opacity;
}
.gallery .swiper-slide-prev, .gallery .swiper-slide-next {
  transform: scale(1.2, 1.2) !important;
}
.gallery .swiper-slide-prev:after, .gallery .swiper-slide-next:after {
  opacity: 0.5;
}

.lead-wrap {
  padding: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 103% 106%;
  border-radius: 30px;
}
.lead .front-subtitle {
  text-align: left;
  color: #FFF;
}
.lead .front-smalltitle {
  text-align: left;
  color: #FFF;
}
.lead-block {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.lead-block input, .lead-block button {
  flex: 1;
}

input {
  border-radius: 12px;
  padding: 17px 28px;
  background: #101010;
  border: none;
  color: #fff;
  outline: 1px solid transparent;
  transition: 0.3s all;
}
input::placeholder {
  color: rgba(255, 255, 255, 0.31);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 30px 0 50px;
}
.footer-logo {
  width: 120px;
  margin-bottom: 26px !important;
}
.footer-logo img {
  width: 100%;
}
.footer-wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.footer .block {
  flex: 1;
  max-width: 290px;
}
.footer .block-title {
  margin-bottom: 55px;
  color: rgba(194, 194, 194, 0.17);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .block:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-info {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}
.footer-copyright {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
.footer-can {
  font-size: 18px;
  font-weight: 500;
}
.footer-can span {
  margin-bottom: 15px;
  display: block;
}
.footer-imgs {
  display: flex;
  gap: 20px;
}
.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 20px 0;
}
.footer-menu ul li {
  width: 100%;
  white-space: nowrap;
}
.footer .site-mail {
  margin: 24px 0;
}
.footer .site-address {
  margin-bottom: 24px;
}

.popup.active {
  display: block;
}

.popup-calc {
  position: absolute;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 20;
}
.popup-calc {
  position: absolute;
}

.popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.popup-body {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 360px;
  background: #2d2d2d;
  border-radius: 8px;
  padding: 0 20px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-close__icon {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.popup__title {
  margin-top: 24px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.popup form, .popup .form {
  padding-top: 20px;
  margin-bottom: 0;
}

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

.pagination .page-numbers {
  padding: 8px 16px;
  margin: 0 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  background-color: #2a2a2a;
  display: flex;
  transition: 0.3s all;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #f60;
  box-shadow: 0 0 5px #f60, 0 0 10px #f60, 0 0 20px #f60, 0 0 40px #f60;
}

.width-100 {
  width: 100%;
}

#novaposhta {
  margin-top: 20px;
  width: 100%;
}

#novaposhta input {
  width: 100%;
}

.output-addr-city ul li, .output-addr ul li, .output-size ul li {
  padding: 5px 10px;
  background: #fff;
  color: #000;
  transition: 0.3s all;
  cursor: pointer;
}

.output-addr-city ul li:first-child, .output-addr ul li:first-child, .output-size ul li:first-child {
  padding-top: 15px;
}

li {
  color: #fff;
}

.wrapper-for-info .block:last-of-type ul {
  padding-left: 15px;
  list-style: disc;
  margin-bottom: 10px;
}

.right-fasad {
  position: relative;
}
.right-fasad .korob {
  position: absolute;
  width: 45px;
  height: 45px;
  object-fit: contain;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90px;
  max-width: 252px;
}
.right-fasad .korob .korob-block {
  background-image: linear-gradient(to right bottom, #EBECEC 0%, #FEFEFE 25.098%, #EBECEC 47.8431%, #FEFEFE 72.1569%, #EBECEC 100%);
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.right-fasad .korob:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: linear-gradient(to bottom, #65605D 0%, #747371 25.098%, #979596 65.8824%, #AEACAD 100%);
}
.right-fasad .fasad {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .front-title {
    font-size: 30px;
  }

  .front-subtitle {
    font-size: 50px;
  }

  .quiz .front-subtitle {
    font-size: 36px;
  }

  .header__menu ul li {
    font-size: 13px;
  }

  .quiz-wrap {
    padding: 60px;
  }

  .quiz-subtitle, .front-smalltitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 1100px) {
  .header__menu ul {
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  section {
    margin-bottom: 60px;
  }

  .header__menu {
    position: absolute;
    top: 0;
    right: -320px;
    display: none;
    background: #000;
    width: 320px;
    z-index: 100;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
  }
  .header__menu.active {
    right: 0;
  }
  .header__menu-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    display: block;
  }
  .header__menu ul {
    flex-direction: column;
  }
  .header__menu ul li {
    font-size: 24px;
    text-align: center;
  }
  .header__socials {
    margin-left: auto;
  }
  .header__burger {
    display: flex;
    margin-left: 20px;
    flex-direction: column;
  }
  .header__burger span {
    height: 3px;
    width: 45px;
    background: #fff;
    border-radius: 4px;
  }
  .header__burger span:nth-child(2) {
    margin: 7px 0;
  }

  .first .wrap {
    display: flex;
    flex-direction: column;
  }
  .first .wrap .block {
    width: 100% !important;
  }
  .first .wrap .block:last-of-type {
    order: -1;
  }
  .first .wrap .block:last-of-type img {
    max-height: 350px;
    object-fit: contain;
  }
  .first .swiper-button-next, .first .swiper-button-prev {
    top: 160px;
    width: 90px;
    height: 90px;
    background-size: contain;
  }

  .front-title {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .first .wrap p {
    font-size: 20px;
  }

  .front-subtitle {
    font-size: 38px;
  }

  .quiz .front-subtitle {
    font-size: 32px;
  }

  p {
    font-size: 16px;
  }

  .pref-block {
    max-width: 255px;
  }

  .formf-wrap {
    flex-direction: column;
    gap: 35px;
  }

  .formf-block:last-of-type {
    width: 100%;
  }

  .quiz-subtitle, .front-smalltitle {
    font-size: 18px;
  }

  .footer-wrap {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .header__socials, .footer-imgs {
    justify-content: center;
  }

  .footer-info {
    margin-bottom: 15px;
  }

  .footer .block {
    margin-bottom: 25px;
  }

  .footer .block-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .quiz-wrap, .lead-wrap {
    padding: 20px;
    background-size: 103% 112%;
  }

  .quiz-subtitle, .front-smalltitle {
    letter-spacing: 3px;
  }

  .front-subtitle {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .quiz .front-subtitle {
    font-size: 28px;
  }

  .quiz .label {
    font-size: 16px;
  }

  .pagination {
    flex-wrap: wrap;
    gap: 10px;
  }

  .pagination .page-numbers {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .gallery .swiper {
    padding: 60px 0 110px;
  }

  .swiper-pagination {
    flex-wrap: wrap;
    gap: 10px;
  }

  .swiper-pagination-bullet {
    margin: 0 !important;
  }

  .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
  }

  .button {
    font-size: 16px;
  }

  .header .header__socials {
    display: none;
  }
  .header .header_time {
    display: none;
  }

  .header__contact a {
    font-size: 16px;
  }

  .header__burger {
    margin-left: 10px;
  }
  .header__burger span {
    width: 30px;
  }

  .header__logo {
    width: 90px;
  }
  .header__logo img {
    width: 100%;
  }

  .front-title {
    font-size: 24px;
  }

  .first .wrap p {
    font-size: 18px;
  }

  .first .btn-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .first .btn-wrap a {
    flex: 1;
    text-align: center;
  }

  .tabs-wrap {
    overflow-x: scroll;
  }

  .quiz-numbs-text {
    font-size: 16px;
  }

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

  .quiz .label, input {
    padding: 15px;
    font-size: 15px;
  }

  .quiz .row-2 label {
    width: 100%;
  }

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

/*# sourceMappingURL=style.css.map */
