/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  cursor: pointer;
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@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;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

.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-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-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-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

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

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

.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-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  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: 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;
  -moz-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: 10px;
  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-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.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, .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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.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-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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-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;
}

:root {
  --wrap-indent: 16px;
  --header-height: 146px;
  --color-purple-100: 276, 100%, 50%;
  /* #9900ff */
  --color-purple-200: 279, 95%, 53%;
  /* #ab16f9 */
  --color-pink-100: 318, 76%, 66%;
  /* #ea66c3 */
  --color-pink-200: 318, 76%, 60%;
  /* #ea68c3 */
  --color-green: 84, 100%, 50%;
  /* #99ff00 */
  --color-gray-100: 240, 33%, 99%;
  /* #fbfbfd */
  --color-gray-200: 240, 7%, 97%;
  /* #f7f7f8 */
  --color-gray-300: 0, 0%, 83%;
  /* #d4d4d4 */
  --color-gray-400: 240, 5%, 85%;
  /* #d7d7db */
  --color-gray-500: 0, 0%, 60%;
  /* #999999 */
  --color-gray-600: 0, 0%, 54%;
  /* #898989 */
  --color-black-100: 0, 0%, 33%;
  /* #555555 */
  --color-black-200: 282, 100%, 2%;
  /* #07000a */
  --color-black-300: 40, 14%, 4%;
  /* #0c0b09 */
  --color-black-400: 0, 0%, 0%;
  /* #000000 */
  --color-black: --color-black-400;
  --color-blue: 195, 100%, 60%;
  /* #33ccff */
  --color-white: 0, 0%, 100%;
  /* #ffffff */
  --color-primary: var(--color-purple-200);
  --color-primary-hover: var(--color-purple-100);
  --color-secondary: var(--color-pink-100);
  --color-secondary-hover: var(--color-pink-200);
  --color-tertiary: var(--color-green);
  --color-error: 356, 64%, 43%;
  /* #B22731 */
  --img-aspect-ratio: 250/250;
  --easing: cubic-bezier(0.4, 0, 0.2, 1);
  --container-width: 576px;
  --rounded-sm: 8px;
  --rounded-md: 12px;
  --rounded-lg: 16px;
  --rounded-full: 9999px;
  --ring: 0 0 0 0.25rem;
  --swiper-theme-color: hsl(var(--color-primary));
  --swiper-nav-btn-width: 60px;
  --swiper-nav-btn-height: 60px;
  --font-light: 12px;
  --font-sm: 14px;
  --font-md: 16px;
  --font-lg: 18px;
  --font-xl: 20px;
  --font-2xl: 22px;
  --font-3xl: 24px;
  --font-4xl: 26px;
  --font-5xl: 28px;
  --font-6xl: 30px;
  --font-7xl: 32px;
  --font-8xl: 34px;
  --font-9xl: 38px;
  --font-10xl: 44px;
  --font-11xl: 46px;
  --font-12xl: 50px;
  --font-13xl: 52px;
  --font-14xl: 60px;
  --font-15xl: 68px;
  --font-16xl: 84px;
  --font-17xl: 90px;
  --font-18xl: 94px;
  --font-19xl: 100px;
  --font-20xl: 102px;
  --font-21xl: 114px;
  --font-22xl: 132px;
  --font-23xl: 176px;
  --lh-sm: 1;
  --lh-md: 1.2;
  --lh-lg: 1.4;
  --lh-xl: 1.6;
}

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

html {
  font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: var(--lh-md);
  font-size: var(--font-sm);
  color: hsl(var(--color-black));
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-feature-settings: "kern";
}

a {
  color: inherit;
  font-size: inherit;
}

a[href^=tel],
a[href^=mailto] {
  white-space: nowrap;
}

button {
  cursor: pointer;
}

a:focus,
button:focus {
  outline: none;
}

button:not(:disabled) {
  cursor: pointer;
}

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

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

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--wrap-indent);
  height: 100%;
}
.site-main > .content > .container {
	margin-top: 140px;
}

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-wrap.-aspect-ratio {
  position: relative;
  height: 0;
  padding-top: 56%;
}

.img-wrap.-aspect-ratio .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.lazyload,
.swiper-lazy {
  opacity: 0;
}

.swiper-lazy-loaded {
  opacity: 1;
}

.personal-cabinet-layout {
  background-color: hsl(var(--color-gray-200));
}
.personal-cabinet-layout .site-main {
  padding-top: var(--header-height);
}
.personal-cabinet-layout .site-header-nav-link {
  color: hsl(var(--color-purple-200));
}

.form-select option{
    cursor: pointer;
}

@media (min-width: 576px) {
  :root {
    --wrap-indent: 30px;
    --container-width: 576px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 768px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 992px;
  }
}
@media (min-width: 1200px) {
  :root {
    --header-height: 124px;
    --container-width: 1200px;
  }
}
@media (min-width: 1440px) {
  :root {
    --container-width: 1440px;
  }
}
.tooltip {
  background: #333;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 4px;
  display: none;
  width: 180px;
}

.tooltip[data-show] {
  display: block;
}

.tooltip-arrow,
.tooltip-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

.tooltip[data-popper-placement^=top] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^=bottom] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^=left] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^=right] > .tooltip-arrow {
  left: -4px;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.ic {
  display: inline-block;
  vertical-align: middle;
}
.ic.-question {
  width: 14px;
  height: 14px;
}
.ic.-visa {
  width: 28px;
  height: 12px;
}
.ic.-mastercard {
  width: 28px;
  height: 18px;
}
.ic.-paypal {
  width: 34px;
  height: 16px;
}
.ic.-sepa {
  width: 28px;
  height: 12px;
}
.ic.-google-pay {
  width: 36px;
  height: 20px;
}

.btn {
  color: hsl(var(--color-white));
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  font-weight: 700;
  border-radius: var(--rounded-sm);
  border: 1px solid transparent;
}
.btn.btn-primary {
  font-weight: 700;
  background-color: hsl(var(--color-primary));
}
.btn.btn-primary:hover {
  background-color: hsl(var(--color-primary-hover));
}
.btn.btn-disabled, .btn.btn-disabled:hover {
  background-color: hsl(var(--color-gray-300));
}
.btn.btn-primary:disabled {
  background-color: hsl(var(--color-gray-300));
}
.btn.btn-secondary {
  background-color: hsl(var(--color-secondary));
}
.btn.btn-secondary:hover {
  background-color: hsl(var(--color-secondary-hover));
}
.btn.btn-secondary:disabled {
  background-color: hsl(var(--color-gray-300));
}
.btn.btn-tertiary {
  background-color: #99ff00;
  color: hsl(var(--color-purple-100));
  font-weight: 700;
}
.btn.btn-tertiary:disabled {
  background-color: hsl(var(--color-gray-300));
}
.btn.btn-facebook {
  font-weight: 700;
  background-color: #3c5a9a;
}
.btn.btn-facebook:hover {
  background-color: #3c5a9a;
}
.btn.btn-facebook:disabled {
  background-color: hsl(var(--color-gray-300));
}
.btn.btn-google {
  font-weight: 700;
  background-color: #4287f5;
}
.btn.btn-google:hover {
  background-color: #4287f5;
}
.btn.btn-google:disabled {
  background-color: hsl(var(--color-gray-300));
}
.btn.btn-apple {
  font-weight: 700;
  background-color: black;
}
.btn.btn-apple:hover {
  background-color: black;
}
.btn.btn-apple:disabled {
  background-color: hsl(var(--color-gray-300));
}

.btn.btn-white {
	font-weight: 700;
	color: #000;
	border: 1px solid #CCCCCC;
	background-color: #fff;
  }
  .btn.btn-white:hover {
	color: #fff;
	background-color: hsl(var(--color-secondary));
  }
  .btn.btn-white:disabled {
	background-color: hsl(var(--color-gray-300));
  }
  .btn.btn-white-blue {
	font-weight: 700;
	color: #40c9fe;
	border: 1px solid #CCCCCC;
	background-color: #fff;
  }
  .btn.btn-white-blue:hover {
	color: #fff;
	background-color: hsl(var(--color-secondary));
  }
  .btn.btn-white-blue:disabled {
	background-color: hsl(var(--color-gray-300));
  }
@media (min-width: 992px) {
  .btn {
    font-size: var(--font-md);
    height: 40px;
    padding: 0 16px;
  }
}
.form-group {
  position: relative;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 4px;
}
.form-group.form-agreement {
  grid-auto-flow: column;
  grid-gap: 6px;
  justify-content: flex-start;
}
.form-group.-column {
  grid-auto-flow: column;
  grid-gap: 6px;
  justify-content: flex-start;
}

.form-check-list {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  grid-gap: 20px;
  margin-top: 10px;
}

.form-select-list {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 8px;
}

.form-select {
  border: 1px solid hsl(var(--color-gray-600));
  border-radius: var(--rounded-sm);
  padding: 10px;
  background-color: hsl(var(--color-white));
}
.form-select:disabled {
  opacity: 0.5;
}

.form-check {
  /*display: grid;*/
  display: inline-block;

  grid-auto-flow: column;
  grid-gap: 6px;
}

.form-label {
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  grid-auto-flow: column;
  grid-gap: 4px;
}

.form-check-label {
  /*color: hsl(var(--color-gray-600));*/
  font-size: var(--font-sm);
}

.form-label-btn {
  padding: 0;
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
}

.form-control {
  border: 1px solid hsl(var(--color-gray-600));
  border-radius: var(--rounded-sm);
  width: 100%;
  padding: 10px;
}
.form-control:disabled {
  opacity: 0.5;
}

.form-checkbox:disabled + .form-label {
  opacity: 0.5;
}

.form-select {
  cursor: pointer;  
  border: 1px solid hsl(var(--color-gray-600));
  border-radius: var(--rounded-sm);
  padding: 10px 30px 10px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAQAAAB5eQ+RAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflDBQKIxreigaVAAAAAW9yTlQBz6J3mgAAAGNJREFUCNdjYAhlmMLAyIAOohkmMTCYM3xkmIQmEcjwlyGHgYGBwYnhG0MHkoQfwy+GChjHleEXQzWU7cTwjaGJAU1lCQMDgzXDN4ZOdIsjGf4w9DB8ZJiOxVEMNQz/GfYiJAC1/hVZIsPsGwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0xMi0yMFQxMDozNDo1MiswMDowMAwilwIAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMTItMjBUMTA6MzQ6NTIrMDA6MDB9fy++AAAAAElFTkSuQmCC);
  background-size: 12px;
  background-position: 90% 50%;
}
.form-select:disabled {
  opacity: 0.5;
}

.saving-plans-page .site-header-logo--mobile {
  display: none;
}

.info-top-outer {
  background-color: #99ff00;
  padding: 4px 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.info-top {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
}
.info-top .form-select {
  font-size: 10px;
  padding: 4px 20px 4px 4px;
}

.info-top-content {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-gap: 6px;
}

.sale-timer {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 2px;
}

.info-top-text {
  margin-bottom: -2px;
  color: #9900ff;
  font-size: 16px;
  font-weight: 700;
}

.sale-timer-time {
  color: #9900ff;
  font-size: 16px;
  padding: 2px;
  background-color: #fff;
  border-radius: var(--rounded-sm);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.site-header-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}

.site-header {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 74px 84px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.site-header-logo-img {
  width: 100%;
  height: 100%;
}

.site-header-nav {
  grid-row: 2;
  display: flex;
  justify-content: space-between;
  grid-column: span 2;
}

.site-header-nav-link {
  color: hsl(var(--color-white));
  text-decoration: none;
}
.site-header-nav-link.-active {
  font-weight: 700;
}

@media (min-width: 479px) {
  .sale-timer-time {
    padding: 4px;
  }

  .info-top .form-select {
    font-size: 16px;
    padding: 6px 30px 6px 6px;
  }
}
@media (min-width: 768px) {
  .info-top {
    grid-auto-flow: initial;
    grid-template-columns: 80px -webkit-max-content 96.5px;
    grid-template-columns: 80px max-content 96.5px;
  }

  .info-top-text {
    font-size: 16px;
  }

  .sale-timer-time {
    font-size: 16px;
  }

  .info-top .form-select {
    font-size: 16px;
  }

  .info-top-content {
    grid-column: 2;
  }

  .sale-timer {
    grid-gap: 4px;
  }

  .sale-timer-time {
    font-size: var(--font-md);
    padding: 4px;
  }

  .site-header-outer {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
  }
}
@media (min-width: 1200px) {
  .site-header {
    grid-template-columns: 144px 1fr 174px;
    align-items: flex-start;
    padding: 16px 0 0;
  }

  .site-header-nav {
    grid-row: auto;
    grid-column: auto;
    justify-self: flex-end;
    grid-gap: 30px;
  }

  .site-header-nav-link {
    font-size: var(--font-3xl);
    padding: 6px 20px;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .site-header {
    grid-template-columns: 144px 1fr 100px;
    align-items: flex-start;
    padding: 16px 0 0;
  }

  .site-header-nav {
    grid-row: auto;
    grid-column: auto;
    grid-gap: 30px;
    justify-content: end;
    padding: 8px 0;
  }

  .site-header-nav-link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .site-header {
    grid-template-columns: 144px 1fr 144px;
    align-items: flex-start;
    padding: 16px 0 0;
  }

  .site-header-nav {
    padding: 6px 0;
  }

  .site-header-nav-link {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .info-top {
    justify-content: center;
  }

  .info-top-outer--saving-plans {
    display: none;
  }

  .info-top-text {
    font-size: 18px;
    text-transform: uppercase;
  }

  .sale-timer-time {
    padding: 6px;
    font-size: 18px;
  }

  .info-top .form-select {
    font-size: 18px;
  }

  .saving-plans-page .site-header-logo--descktop {
    display: none;
  }

  .saving-plans-page .site-header-logo--mobile {
    display: block;
  }

  .project-packages-outer {
    padding-top: 0;
  }

  .info-top-outer {
    padding: 10px 0;
  }

  .info-top-lang {
    display: none;
  }

  .site-header-outer {
    transform: translateY(42px);
    -webkit-transform: translateY(42px);
    -moz-transform: translateY(42px);
    -ms-transform: translateY(42px);
    -o-transform: translateY(42px);
  }

  .site-header-outer--saving-plans {
    display: none;
  }

  .site-header {
    display: flex;
  }

  .site-header-logo {
    width: 120px;
    margin-right: auto;
  }

  .site-header-nav {
    display: none;
  }

  .site-header-burger {
    display: block !important;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .site-footer {
    padding-bottom: 80px;
  }
}
@media (max-width: 479px) {
  .info-top-text {
    font-size: 16px;
  }

  .sale-timer-time {
    font-size: 16px;
  }
}
@media (max-width: 413px) {
  .info-top-text {
    font-size: 12px;
  }

  .sale-timer-time {
    padding: 4px;
    font-size: 12px;
  }

  .info-top .form-select {
    font-size: 14px;
  }
}
.site-footer-outer {
  position: relative;
}

.site-footer {
  text-align: center;
  padding: 30px 0;
}

.site-footer-nav {
  display: grid;
  grid-gap: 8px;
}
.site-footer-nav a {
  color: var(--color-black-100);
  text-decoration: none;
  font-weight: 300;
  display: inline-block;
  padding: 2px 16px;
}

.site-footer-contacts {
  display: grid;
  grid-gap: 10px;
  justify-items: center;
  margin: 10px 0;
}

.site-footer-social {
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column;
}
.site-footer-social img {
  width: 30px;
  height: 30px;
}

.site-footer-copyright {
  color: var(--color-black-100);
  font-weight: 700;
  margin: 10px 0 0;
}

@media (max-width: 768px) {
	.site-footer-copyright{
		margin-bottom: 15px;
	}
}	

.site-footer-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 100px;
}

.site-footer-logo {
  width: 50px;
  height: 50px;
}

.comeback-btn {
  position: fixed;
  bottom: 5px;
  right: 0;
  z-index: 1;
  display: none;
  transform: translate(-10px, -10px);
  background-color: transparent;
  border: none;
  width: 60px;
  height: 60px;
}
.comeback-btn.-visible {
  display: block;
}

@media (min-width: 768px) {
  .site-footer {
    text-align: initial;
  }

  .site-footer-contacts {
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
  }

  .site-footer-social {
    grid-gap: 20px;
  }

  .site-footer-nav {
    grid-auto-flow: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .site-footer-nav a {
    padding: 4px 0;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
	.site-footer-social {
    margin-right: 30px;
  }
}	

@media (min-width: 1200px) {
  .site-footer {
    padding: 54px 0;
  }

  .site-footer-nav {
    grid-auto-flow: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .site-footer-bg.-two {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-footer-outer {
    /**padding-top: 150px;*/
  }
}
.hero-slider .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

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

.hero-one-outer,
.hero-two-outer {
  padding-top: var(--header-height);
  background-image: linear-gradient(28deg, #408afe 0%, #2ae3fc 100%);
  /*height: 685px;*/

  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hero-one-outer .container,
.hero-two-outer .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hero-one-outer.-village .hero-one-img-cash,
.hero-one-outer.-village .hero-one-img-doodle,
.hero-one-outer.-village .hero-one-img-confetti,
.hero-one-outer.-village .hero-one-img-ferrari,
.hero-one-outer.-village .hero-one-img-house,
.hero-one-outer.-village .hero-one-img-tesla,
.hero-one-outer.-village .hero-one-img-trial,
.hero-one-outer.-village .hero-one-img-disney,
.hero-one-outer.-gadgets .hero-one-img-electronics,
.hero-one-outer.-village .hero-one-img-cars{
  position: absolute;
}
.hero-one-outer.-village .hero-one-img-confetti {
  bottom: 0;
  left: 0;
  width: 110px;
}
.hero-one-outer.-village .hero-one-img-cash {
  bottom: 105px;
  right: 178px;
  width: 134px;
}
.hero-one-outer.-village .hero-one-img-ferrari {
  bottom: 89px;
  right: -3px;
  width: 274px;
}
.hero-one-outer.-village .hero-one-img-doodle {
  bottom: 336px;
  right: 0;
  width: 104px;
}
.hero-one-outer.-village .hero-one-img-house {
  bottom: 150px;
  right: -100px;
  width: 320px;
}
.hero-one-outer.-village .hero-one-img-tesla {
  bottom: 80px;
  right: -60px;
  width: 214px;
}
.hero-one-outer.-village .hero-one-img-trial {
  bottom: 194px;
  right: 0;
  width: 100px;
}

.hero-two-outer.-stages .hero-two-img-doodle-one,
.hero-two-outer.-stages .hero-two-img-doodle-two,
.hero-two-outer.-stages .hero-two-img-confetti,
.hero-two-outer.-stages .hero-two-img-trial {
  position: absolute;
}
.hero-two-outer.-stages .hero-two-img-doodle-one {
  left: -13px;
  top: 124px;
}
.hero-two-outer.-stages .hero-two-img-doodle-two {
  right: 0;
  bottom: 0;
}
.hero-two-outer.-stages .hero-two-img-confetti {
  left: 0;
  bottom: 0;
  width: 110px;
}
.hero-two-outer.-stages .hero-two-img-trial {
  right: 0;
  top: 128px;
  width: 80px;
  height: 80px;
}
.hero-two-outer.-stages .hero-two {
  display: grid;
  grid-auto-flow: row;
  align-content: flex-start;
}
.hero-two-outer.-stages h1 {
  color: #fff;
  margin: 0 0 20px;
}
.hero-two-outer.-stages .project-stages {
  grid-template-columns: 1fr 1fr;
  background-color: transparent;
  padding: 0;
  grid-gap: 30px;
}
.hero-two-outer.-stages .project-stages-stage::before {
  color: #fff;
  border-color: #fff;
}

.hero-one-outer.-gadgets .hero-one-img-confetti,
.hero-one-outer.-gadgets .hero-one-img-doodle,
.hero-one-outer.-gadgets .hero-one-img-playstation,
.hero-one-outer.-gadgets .hero-one-img-tablet,
.hero-one-outer.-gadgets .hero-one-img-dyson,
.hero-one-outer.-gadgets .hero-one-img-iphone,
.hero-one-outer.-gadgets .hero-one-img-switch,
.hero-one-outer.-gadgets .hero-one-img-amazon,
.hero-one-outer.-gadgets .hero-one-img-trial {
  position: absolute;
}
.hero-one-outer.-gadgets .hero-one-img-confetti {
  left: 0;
  bottom: 20px;
  width: 110px;
}
.hero-one-outer.-gadgets .hero-one-img-doodle {
  right: 0;
  top: 120px;
  width: 136px;
}
.hero-one-outer.-gadgets .hero-one-img-playstation {
  right: -10px;
  bottom: 70px;
  width: 220px;
}
.hero-one-outer.-gadgets .hero-one-img-tablet {
  right: 164px;
  bottom: 96px;
  width: 134px;
}
.hero-one-outer.-gadgets .hero-one-img-dyson {
  right: 56px;
  bottom: 52px;
  width: 80px;
}
.hero-one-outer.-gadgets .hero-one-img-iphone {
  bottom: 34px;
  right: 204px;
  width: 134px;
}
.hero-one-outer.-gadgets .hero-one-img-switch {
  bottom: 40px;
  right: -40px;
  width: 306px;
}
.hero-one-outer.-gadgets .hero-one-img-amazon {
  right: 214px;
  bottom: 38px;
  width: 90px;
}
.hero-one-outer.-gadgets .hero-one-img-trial {
  width: 90px;
  height: 90px;
  right: 10px;
  bottom: 30px;
}

.hero-one-outer.-man {
  height: 580px;
  padding-top: 30px;
}
.hero-one-outer.-man .hero-one-img-confetti,
.hero-one-outer.-man .hero-one-img-doodle,
.hero-one-outer.-man .hero-one-img-man {
  position: absolute;
}
.hero-one-outer.-man .hero-one-img-confetti {
  bottom: 0;
  right: 0;
  width: 100%;
}
.hero-one-outer.-man .hero-one-img-doodle {
  left: -80px;
  top: 40px;
  width: 160px;
}
.hero-one-outer.-man .hero-one-img-man {
  right: 0;
  bottom: 0;
  width: 308px;
}
.hero-one-outer.-man .hero-one h1 {
  font-size: var(--font-12xl);
}
.hero-one-outer.-man .hero-one p {
  font-size: var(--font-3xl);
}

.hero-one-outer.-tesla .hero-one-img-doodle,
.hero-one-outer.-tesla .hero-one-img-confetti,
.hero-one-outer.-tesla .hero-one-img-tesla {
  position: absolute;
}
.hero-one-outer.-tesla .hero-one-img-doodle {
  right: 0;
  top: 108px;
  width: 136px;
}
.hero-one-outer.-tesla .hero-one-img-confetti {
  left: 0;
  bottom: 0;
  width: 110px;
}
.hero-one-outer.-tesla .hero-one-img-tesla {
  width: 352px;
  bottom: 76px;
  right: -40px;
}

.hero-one-outer.-saving-plans h1 {
  margin-bottom: 0;
  font-size: var(--font-9xl);
  line-height: 1.4;
}
.hero-one-outer.-saving-plans p {
  font-size: var(--font-light);
}
.hero-one-outer.-saving-plans .btn {
  position: static;
  margin-top: 20px;
}

.hero-one-outer.-one p {
  font-size: 68px;
  font-weight: 600;
  max-width: none;
}

.hero-one-outer.-two h1 {
  margin: 20px 0;
}
.hero-one-outer.-two p {
  font-size: var(--font-lg);
}
.hero-one-outer.-two p span {
  font-weight: 700;
}

.hero-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right;
}


@media (max-width: 768px) {
	.hero-one{
		text-align: center;
		padding-bottom: 15px !important;
	}	
	
}	


.hero-one,
.hero-two {
  height: 100%;
  position: relative;
}
.hero-one .btn,
.hero-two .btn {
  position: absolute;
  /*width: 100%;
  max-width: 200px;*/
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-one {
  position: relative;
  padding-bottom: 140px;
  padding-bottom: 70px;
  color: hsl(var(--color-white));
}
.hero-one h1 {
  font-size: var(--font-20xl);
  line-height: 89px;
  margin: 0 0 20px;
}
.hero-one p {
  font-size: var(--font-6xl);
  line-height: 1.2;
  max-width: 810px;
}

.confetti-primary {
  position: absolute;
  bottom: 0;
  left: 0;
}

.doodle-primary {
  position: absolute;
  top: 118px;
  right: 0;
  max-width: 136px;
  width: 100%;
}

.doodle-secondary {
  position: absolute;
  top: 118px;
  right: 0;
  max-width: 136px;
  width: 100%;
}

.playsation-img {
  position: absolute;
  right: -138px;
  bottom: 8px;
  max-width: 416px;
}

.tesla-primary {
  position: absolute;
  right: -30px;
  bottom: 8px;
  max-width: 250px;
  /*min-height: 300px;*/
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #99FF00;
}

.swiper-button-prev, .swiper-button-next {
  width: 40px;
  height: 40px;
  background: none;
}

.swiper-button-prev:focus, .swiper-button-next:focus, .swiper-button-prev:active, .swiper-button-next:active {
  outline: none;
  background: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
}

.swiper-button-prev::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzUyIDExNS40IDMzMS4zIDk2IDE2MCAyNTZsMTcxLjMgMTYwIDIwLjctMTkuM0wyMDEuNSAyNTZ6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=") center no-repeat;
  background-size: contain;
}

.swiper-button-next:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMTYwIDExNS40IDE4MC43IDk2IDM1MiAyNTYgMTgwLjcgNDE2IDE2MCAzOTYuNyAzMTAuNSAyNTZ6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=") center no-repeat;
  background-size: contain;
}

.btn-fixed {
  display: none;
}

.site-header-burger {
  display: none;
}

.mobile-nav {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  padding-bottom: 40px;
  background: #fff;
  z-index: 11;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  z-index: 990;
}
.mobile-nav.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  box-shadow: -1px 5px 7px -4px rgba(42, 42, 42, 0.2);
}
.mobile-nav-header {
  display: flex;
  grid-gap: 20px;
  grid-template-columns: 74px 84px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.mobile-nav-logo {
  width: 74px;
  margin-right: auto;
}
.mobile-nav-close {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.mobile-nav-menu li {
  border-top: 1px solid #d4d4d4;
}
.mobile-nav-menu-link {
  padding: 15px 0;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.mobile-nav-menu-link:hover, .mobile-nav-menu-link.-active {
  color: #d4d4d4;
}

@media (min-width: 575px) {
  .hero-one h1 {
    font-size: var(--font-15xl);
    margin: 10px 0;
  }
  .hero-one p {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .swiper-button-prev, .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .hero-one-outer,
.hero-two-outer {
    padding-top: var(--header-height);
    height: 100vh;
    max-height: 720px;
    min-height: 700px;
  }

  .hero-one .btn,
.hero-two .btn {
    flex: 0 0 auto;
    position: absolute;
    bottom: 80px;
    bottom: 30px;
    left: 0;
    transform: initial;
  }
  .hero-one .btn-static,
.hero-two .btn-static {
    position: static;
  }

  .hero-one {
    color: hsl(var(--color-white));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 60px;
  }
  .hero-one h1 {
    font-size: var(--font-20xl);
    margin: 10px 0 30px;
  }
  .hero-one p {
    margin-top: 10px;
  }

  .hero-one-outer.-village .hero-one-img-confetti {
    bottom: 0;
    left: initial;
    width: 910px;
    right: 420px;
  }
  .hero-one-outer.-village .hero-one-img-cash {
    right: 486px;
    bottom: 10px;
    width: 232px;
  }
  .hero-one-outer.-village .hero-one-img-ferrari {
    right: 158px;
    bottom: 10px;
    width: 400px;
  }
  .hero-one-outer.-village .hero-one-img-doodle {
    bottom: 0;
    right: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    height: 100%;
  }
  .hero-one-outer.-village .hero-one-img-house {
    bottom: 36px;
    right: 0;
    width: 920px;
  }
  .hero-one-outer.-village .hero-one-img-tesla {
    right: 0;
    bottom: 10px;
    width: 300px;
  }
  .hero-one-outer.-village .hero-one-img-trial {
    right: 40px;
    bottom: initial;
    width: 200px;
    top: 150px;
  }

  .hero-two-outer.-stages .hero-two-img-doodle-one {
    height: 84%;
    top: 133px;
  }
  .hero-two-outer.-stages .hero-two-img-doodle-two {
    height: 84%;
    bottom: -20px;
  }
  .hero-two-outer.-stages .hero-two-img-confetti {
    left: initial;
    right: 0;
    bottom: 0;
    width: 60%;
  }
  .hero-two-outer.-stages .hero-two-img-trial {
    right: 20px;
    top: initial;
    bottom: 20px;
    width: 180px;
    height: 180px;
  }
  .hero-two-outer.-stages .hero-two {
    height: 100%;
    align-content: center;
  }
  .hero-two-outer.-stages h1,
.hero-two-outer.-stages .project-stages {
    grid-column: 1/3;
    grid-row: 1;
  }
  .hero-two-outer.-stages h1 {
    font-size: 57px;
    line-height: 1;
    margin: 0;
  }
  .hero-two-outer.-stages .project-stages {
    grid-template-columns: repeat(4, 250px);
    grid-gap: 30px 0;
    margin: auto;
  }
  .hero-two-outer.-stages .btn {
    grid-column: span 2;
    margin: 80px auto 0;
  }

  .hero-one-outer.-gadgets .hero-one-img-confetti {
    left: initial;
    right: 0;
    bottom: 0;
    width: 1200px;
  }
  .hero-one-outer.-gadgets .hero-one-img-doodle {
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
  }
  .hero-one-outer.-gadgets .hero-one-img-playstation {
    right: -160px;
    bottom: 146px;
    width: 600px;
  }
  .hero-one-outer.-gadgets .hero-one-img-tablet {
    right: 300px;
    bottom: 172px;
    width: 240px;
  }
  .hero-one-outer.-gadgets .hero-one-img-dyson {
    right: 186px;
    bottom: 138px;
    width: 140px;
  }
  .hero-one-outer.-gadgets .hero-one-img-iphone {
    bottom: 74px;
    right: 570px;
    width: 230px;
  }
  .hero-one-outer.-gadgets .hero-one-img-switch {
    bottom: 108px;
    right: 98px;
    width: 522px;
  }
  .hero-one-outer.-gadgets .hero-one-img-amazon {
    right: 558px;
    bottom: 80px;
    width: 154px;
  }
  .hero-one-outer.-gadgets .hero-one-img-trial {
    width: 190px;
    height: 190px;
    right: 30px;
    bottom: 30px;
  }

  .hero-one-outer.-man {
    padding-top: 120px;
    margin-bottom: 0;
  }
  .hero-one-outer.-man .hero-one-img-confetti {
    width: 1060px;
  }
  .hero-one-outer.-man .hero-one-img-doodle {
    left: -480px;
    top: 0;
    width: auto;
    height: 100%;
  }
  .hero-one-outer.-man .hero-one-img-man {
    right: 60px;
    bottom: 0;
    width: auto;
    height: 90%;
  }
  .hero-one-outer.-man .hero-one {
    display: block;
  }
  .hero-one-outer.-man .hero-one h1 {
    font-size: var(--font-15xl);
  }
  .hero-one-outer.-man .hero-one p {
    font-size: var(--font-6xl);
  }

  .hero-one-outer.-tesla .hero-one-img-doodle {
    right: 80px;
    height: 100%;
    width: auto;
    top: 0;
  }
  .hero-one-outer.-tesla .hero-one-img-confetti {
    left: 50%;
    bottom: 0;
    width: 76%;
    transform: translateX(-50%);
  }
  .hero-one-outer.-tesla .hero-one-img-tesla {
    width: 484px;
    bottom: 30px;
    right: 0;
  }

  .hero-one-outer.-two h1,
.hero-one-outer.-two p {
    max-width: 1000px;
  }
  .hero-one-outer.-two h3 {
    font-size: var(--font-4xl);
    margin: 0;
  }
  .hero-one-outer.-two h1 {
    font-size: var(--font-16xl);
  }
  .hero-one-outer.-two p {
    font-size: var(--font-8xl);
    line-height: 1.4;
    margin: 0 0 20px;
  }


  .hero-one-outer.-saving-plans .btn {
    position: absolute;
    margin-top: 0;
    border-radius: 30px;
    padding: 20px;
  }

  .hero-one-outer.-saving-plans p {
    font-size: var(--font-md);
    /*max-width: 700px;*/
  }

  .doodle-primary {
    height: 100%;
    top: 0;
    right: 40px;
    width: initial;
    max-width: initial;
  }

  .doodle-secondary {
    top: 0;
    height: 100%;
    width: initial;
    max-width: initial;
  }

  .confetti-primary {
    width: 74%;
    left: 0;
    left: 20%;
  }

  .playsation-img {
    right: -138px;
    bottom: 72px;
    max-width: 678px;
  }

  .tesla-primary {
    right: 0px;
    bottom: 63px;
    max-width: 567px;
  }
}
@media (max-width: 1440px) {
  .hero-one h1 {
    font-size: 92px;
  }

  .hero-one-outer.-one p {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .hero-one h1 {
    font-size: 86px;
  }

  .hero-one-outer.-one p {
    font-size: 44px;
  }

  .hero-one-outer.-saving-plans h1 {
    font-size: 40px;
  }
  .hero-one-outer.-saving-plans p {
    font-size: 17px;
  }
  .hero-one-outer.-saving-plans .btn {
    position: absolute;
    margin-top: 0;
  }

  .hero-one-outer.-two p {
    font-size: 27px;
  }
}
@media (max-width: 992px) {
  .hero-one h1 {
    font-size: 70px;
  }
  .hero-one p {
    font-size: 24px;
    max-width: 70%;
  }

  .hero-one-outer.-one p {
    font-size: 38px;
  }

  .hero-one-outer.-saving-plans h1 {
    font-size: 38px;
  }
  .hero-one-outer.-saving-plans p {
    font-size: 16px;
  }

  .hero-one-outer.-two p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .mobile-nav-menu-link {
    display: block;
  }

  .hero-one h1 {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 1.2;
  }
  .hero-one p {
    max-width: 414px;
    font-size: 20px;
  }

  .hero-one-outer.-one p {
    font-size: 30px;
  }

  .hero-one-outer.-two p {
    font-size: 22px;
  }

  .hero-one-outer.-saving-plans h1 {
    font-size: 30px;
  }
  .hero-one-outer.-saving-plans p {
    max-width: 490px;
    font-size: 13.5px;
  }

  .doodle-secondary {
    top: 135px;
    max-width: 111px;
  }

  .tesla-primary {
    bottom: 0;
    width: 264px;
  }

  .hero-one .btn,
.hero-two .btn {
    display: none;
  }
  .hero-one .btn-visible,
.hero-two .btn-visible {
    display: flex;
    max-width: 290px;
    height: 50px;
    bottom: 20px;
  }

  .hero-one-outer.-man {
    height: 470px;
  }
  .hero-one-outer.-man .hero-one-img-man {
    left: 0;
    margin: 0 auto;
  }

  .btn-fixed {
    display: inline-flex;
    position: fixed;
    bottom: 2%;
    left: 0;
    width: 94%;
    height: 60px;
    max-width: none;
    margin: 0 3%;
    font-size: 18px;
    z-index: 9;
    border-radius: 30px;
    padding: 20px;
  }

  .comeback-btn {
    transform: translate(-10px, -70px);
    -webkit-transform: translate(-10px, -70px);
    -moz-transform: translate(-10px, -70px);
    -ms-transform: translate(-10px, -70px);
    -o-transform: translate(-10px, -70px);
  }

  .d-none-mob {
    display: none;
  }

  .swiper-button-prev, .swiper-button-next {
    display: none;
  }

  .hero-one-outer, .hero-two-outer {
    height: 500px;
  }
  
  .prize-image{
		max-width: 80%;
		margin: 0 auto;
  }

  .hero-one-outer.-village .hero-one-img-house {
    bottom: 75px;
    right: -100px;
    width: 295px;
  }

  .hero-one-outer.-village .hero-one-img-cash {
    bottom: 30px;
    right: 153px;
    width: 109px;
  }

  .hero-one-outer.-village .hero-one-img-ferrari {
    bottom: 14px;
    right: -25px;
    width: 249px;
  }

  .hero-one-outer.-village .hero-one-img-tesla {
    bottom: 5px;
    right: -60px;
    width: 189px;
  }

  .hero-one-outer.-village .hero-one-img-trial {
    bottom: 119px;
    width: 75px;
  }

  .hero-one-outer.-gadgets .hero-one-img-doodle {
    right: 0;
    top: 115px;
    width: 111px;
  }

  .hero-one-outer.-gadgets .hero-one-img-playstation {
    bottom: 65px;
    width: 195px;
  }

  .hero-one-outer.-gadgets .hero-one-img-tablet {
    right: 139px;
    bottom: 91px;
    width: 109px;
  }

  .hero-one-outer.-gadgets .hero-one-img-dyson {
    right: 56px;
    bottom: 47px;
    width: 55px;
  }

  .hero-one-outer.-gadgets .hero-one-img-iphone {
    bottom: 29px;
    right: 179px;
    width: 109px;
  }

  .hero-one-outer.-gadgets .hero-one-img-amazon {
    right: 189px;
    bottom: 33px;
    width: 65px;
  }

  .hero-one-outer.-gadgets .hero-one-img-switch {
    bottom: 35px;
    width: 281px;
  }

  .hero-one-outer.-gadgets .hero-one-img-trial {
    bottom: 25px;
    right: 0;
    width: 70px;
    height: 70px;
  }

  .hero-one-outer.-tesla .hero-one-img-tesla {
    width: 250px;
    bottom: 0;
  }

  .doodle-primary {
    top: 200px;
    max-width: 100px;
  }
}
@media (max-width: 576px) {
  .hero-one h1 {
    font-size: 35px;
  }
  .hero-one p {
    max-width: 290px;
    font-size: 16px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
  }

  .hero-one-outer.-two p {
    font-size: 20px;
  }

  .hero-one-outer.-one p {
    font-size: 26px;
  }

  .hero-one-outer.-saving-plans {
    height: auto;
  }
  .hero-one-outer.-saving-plans h1 {
    font-size: 26px;
  }
  .hero-one-outer.-saving-plans p {
    max-width: 440px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .hero-one br {
    display: none;
  }

  .hero-one-outer.-saving-plans {
    height: auto;
  }
  .hero-one-outer.-saving-plans h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 15px;
    
  }
  .hero-one-outer.-saving-plans p {
    /*max-width: 340px;*/
    font-size: 14px;
  }
}
.block-winners-outer {
  margin: 60px 0;
}

.block-winners {
  display: grid;
}
.block-winners .btn {
  width: 100%;
  max-width: 230px;
  margin: auto;
}

.block-winners-title {
  font-size: var(--font-3xl);
  margin: 0 0 34px;
}

.block-winners-slider {
  width: 100%;
  margin-bottom: 44px;
}
.block-winners-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  grid-gap: 20px;
}

.block-winners-item {
  padding: 22px 26px 26px;
  background-color: hsl(var(--color-gray-200));
  display: grid;
  grid-gap: 20px;
}

.block-winners-item-name {
  color: hsl(var(--color-purple-100));
  font-size: var(--font-3xl);
  margin: 0;
}

.block-winners-item-img {
  justify-self: center;
  max-width: 108px;
}
.block-winners-item-img img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .block-winners-slider {
    padding-bottom: 40px;
  }
  .block-winners-slider .swiper-wrapper {
    display: flex;
    grid-template-columns: initial;
    grid-gap: initial;
    margin-bottom: 0;
  }

  .block-winners-item {
    grid-template-rows: -webkit-max-content 108px -webkit-max-content;
    grid-template-rows: max-content 108px max-content;
  }

  .block-winners-item-img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .block-winners-outer {
    margin: 130px 0;
  }

  .block-winners .btn {
    /*max-width: 390px;*/
    border-radius:20px;
  }

  .block-winners-title {
    font-size: var(--font-8xl);
  }

  .block-winners-item {
    padding: 44px 52px;
  }

  .block-winners-item-date {
    font-size: var(--font-sm);
  }
}
@media (max-width: 768px) {
  .block-winners .btn {
    max-width: 290px;
    height: 50px;
  }
}
.project-packages-outer {
  margin: 60px 0;
}

.project-packages-desc {
  display: none;
}

.project-packages-title {
  font-size: var(--font-3xl);
  margin: 0 0 34px;
}

.project-packages-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  grid-gap: 20px;
}

.project-packages-item {
  text-align: center;
  color: hsl(var(--color-gray-500));
  position: relative;
  background-color: hsl(var(--color-gray-200));
}
.project-packages-item.selected {
  color: hsl(var(--color-white));
  background-image: linear-gradient(-182deg, #4facfe 0%, #00f2fe 100%);
}
.project-packages-item:not(.selected) .btn {
  color: hsl(var(--color-secondary));
  border-color: hsl(var(--color-secondary));
  background-color: transparent;
}
.project-packages-item:not(.selected) .btn:hover {
  color: hsl(var(--color-white));
  background-color: hsl(var(--color-secondary-hover));
}

.project-packages-item-wrap {
  position: relative;
  padding: 32px 24px 24px;
  overflow: hidden;
}

.project-packages-item-tariff {
  position: relative;
}

.project-packages-item-sale {
  color: hsl(var(--color-white));
  font-weight: 700;
  position: absolute;
  top: -1px;
  right: -1px;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.project-packages-item-sale::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 54px solid transparent;
  border-left: 54px solid transparent;
  border-bottom: 54px solid hsl(var(--color-green));
  transform: rotate(45deg) translate(19px, -30px);
}
.project-packages-item-sale div {
  font-size: var(--font-xl);
  z-index: 1;
  position: relative;
  transform: rotate(45deg) translate(19px, 3px);
  text-shadow: hsla(var(--color-black-400), 0.26) 0 0 22px;
}

.project-packages-item-timeline {
  font-size: var(--font-md);
  font-weight: 700;
  margin-bottom: 24px;
}

.project-packages-item-tarif {
  position: relative;
  margin-bottom: 24px;
}

.project-packages-item-price {
  font-size: var(--font-12xl);
  margin: 0;
}

.project-packages-item-old-price {
  text-decoration: line-through;
  font-size: var(--font-sm);
  margin: 0;
}

.project-packages-item-price span {
  display: inline-block;
}
.project-packages-item-price span:first-of-type {
  font-size: var(--font-2xl);
  transform: translate(-2px, -20px);
}
.project-packages-item-price span:last-of-type {
  font-size: var(--font-5xl);
  transform: translate(-10px, -16px);
}

.project-packages-item-price-timeline {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(calc(50% + 40px), -7px);
  font-size: var(--font-sm);
}

.project-packages-item-text {
  margin: 0 auto 50px;
  text-align: left;
  max-width: 240px;
}
.project-packages-item-text ul li {
  position: relative;
  padding-left: 14px;
}
.project-packages-item-text ul li:not(:last-child) {
  margin-bottom: 8px;
}
.project-packages-item-text ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: hsl(var(--color-purple-100));
  display: inline-flex;
  border-radius: var(--rounded-full);
}

.project-packages-item-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-28px, 40px);
  width: 90px;
  height: 90px;
}

@media (min-width: 992px) {
  .project-packages-item .btn {
    font-size: var(--font-md);
  }
}
@media (min-width: 1200px) {
  .project-packages-outer {
    margin: 130px 0;
  }

  .project-packages-title {
    font-size: var(--font-8xl);
  }

  .project-packages-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 84px;
  }
}

.hidden-for-mobile {
	display: none;
}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}





@media (max-width: 768px) {
	
	.desktop-only {
		display: none;
	}
	
	.mobile-only {
		display: block;
	}
	
	.hero-one  p{
	text-align:center;
}

	
	.saving-plans-page .site-header-logo {
		display: none;
	}
	.saving-plans-page .site-header-logo.hidden-for-mobile {
		display: block;
	}
  .saving-plans-page .site-main {
    padding-top: 30px;
	padding-top: var(--header-height);
  }

  .saving-plans-page .site-header-burger svg{
    filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
  }

  .project-packages-outer {
    margin: 0 0 20px;
  }

  .project-packages-title {
    display: none;
  }

  .project-packages-desc {
    display: block;
    margin-bottom: 40px;
  }
  .project-packages-desc p {
    margin: 10px 0 0;
    font-size: 17px;
  }
  .project-packages-desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
  }

  .project-packages-list {
    display: block;
  }

  .project-packages-item {
    margin-bottom: 15px;
    text-align: left;
    cursor: pointer;
  }
  .project-packages-item * {
    pointer-events: none;
  }
  .project-packages-item-wrap {
    padding: 12px 35px 11px;
  }
  .project-packages-item-sale {
    width: 60px;
    height: 60px;
  }
  .project-packages-item-sale:before {
    border-right-width: 40px;
    border-left-width: 40px;
    border-bottom-width: 40px;
  }
  .project-packages-item-sale div {
    font-size: 14px;
    transform: rotate(45deg) translate(28px, -4px);
    -webkit-transform: rotate(45deg) translate(28px, -4px);
    -moz-transform: rotate(45deg) translate(28px, -4px);
    -ms-transform: rotate(45deg) translate(28px, -4px);
    -o-transform: rotate(45deg) translate(28px, -4px);
  }
  .project-packages-item-header {
    display: flex;
    justify-content: space-between;
  }
  .project-packages-item-timeline {
    margin-bottom: 0;
    font-size: 18px;
  }
  .project-packages-item-tarif {
    margin-bottom: 0;
  }
  .project-packages-item-price {
    padding-left: 14px;
    font-size: 18px;
  }
  
  .project-packages-item-old-price {
    padding-top:5px;
    width:30%;
    text-align:right;
  }
  
  .project-packages-item-price span:first-of-type {
    transform: none;
    font-size: 18px;
  }
  .project-packages-item-price span:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    font-size: 18px;
  }
  .project-packages-item-price-timeline {
    font-weight: 600;
  }
  .project-packages-item-price-timeline {
    position: relative;
    right: 0;
    transform: none;
    white-space: nowrap;
  }
  .project-packages-item-text {
    width: calc(100% - 10px);
    margin: 0 0 0;
    max-width: none;
  }
  
  
  
  
  .project-packages-item-text ul {
    list-style-type: disc;
  }
  
  .project-packages-item-text ul li {
    padding-left: 0;
    font-weight: 600;
  }
  .project-packages-item-text ul li s {
    display: none;
  }
  .project-packages-item-text ul li:before {
    display: none;
  }
  .project-packages-item-text ul li:last-child {
    display: none;
  }
  .project-packages-item-text ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .project-packages-item-btn {
    display: none;
  }
  .project-packages-item-img {
    transform: translate(-15px, -17px);
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-15px, -17px);
    -moz-transform: translate(-15px, -17px);
    -ms-transform: translate(-15px, -17px);
    -o-transform: translate(-15px, -17px);
  }

  section.get-voucher-outer {
    margin: 20px 0 60px;
  }
  section.get-voucher-outer .get-voucher-title {
    margin: 0 0 15px;
  }
  section.get-voucher-outer .get-voucher-form-top {
    display: block;
    margin-bottom: 15px;
  }
  section.get-voucher-outer .form-group {
    margin-bottom: 15px;
  }

  .get-voucher .btn {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .project-packages-desc p {
    font-size: 16px;
  }
}
@media (max-width: 413px) {
  .project-packages-item-text {
    font-size: 12px;
  }
}
.get-voucher-outer {
  margin: 86px 0;
  position: relative;
}

.get-voucher-img {
  display: none;
}

.get-voucher {
  max-width: 320px;
  margin: auto;
}
.get-voucher .btn {
  width: 100%;
}

.get-voucher-form-top {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 36px;
}
.get-voucher-form-top .btn {
  color: hsl(var(--color-primary));
  border-color: hsl(var(--color-primary));
  background-color: transparent;
}
.get-voucher-form-top .btn:hover {
  color: hsl(var(--color-white));
  background-color: hsl(var(--color-primary-hover));
}

.get-voucher-title {
  font-size: var(--font-md);
  text-align: center;
  margin: 0 0 24px;
}

@media (min-width: 992px) {
  .get-voucher .btn {
    font-size: var(--font-md);
  }
}
@media (min-width: 1200px) {
  .get-voucher-outer {
    margin: 150px 0 100px;
  }

  .get-voucher-img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100px);
    width: auto;
    height: 100%;
  }

  .get-voucher {
    max-width: 612px;
  }

  .get-voucher-form {
    display: grid;
  }
  .get-voucher-form > .btn {
    max-width: 386px;
    margin: auto;
  }

  .get-voucher-form-top {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .get-voucher-title {
    font-size: var(--font-5xl);
    margin: 0 0 34px;
  }
}
.project-benefits-outer {
  position: relative;
  background-image: linear-gradient(28deg, #40c9fe 0%, #2ae3fc 100%);
}

.project-benefits {
  display: grid;
  grid-template-rows: -webkit-max-content 300px;
  grid-template-rows: max-content 300px;
}

.project-benefits-content {
  color: hsl(var(--color-white));
  padding: 30px 0;
}
.project-benefits-content h2 {
  background-image: linear-gradient(61deg, #f772d1 0%, #c872f2 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: var(--font-2xl);
  margin: 0 0 26px;
}
.project-benefits-content ul {
  font-size: var(--font-md);
  display: grid;
  grid-gap: 10px;
}
.project-benefits-content ul li {
  display: grid;
  grid-template-columns: 22px 1fr;
  grid-gap: 10px;
}
.project-benefits-content ul li::before {
  content: "";
  background-position: top center;
  background-size: 22px 20px;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAmCAMAAABqHZIsAAAAAXNSR0IB2cksfwAAAutQTFRFAAAAzGbmyXPxyHXxyXTxyHLxyHLyyHHz0XToyHLyx3LyynDvynHxyXLxyHLxyXLyyHLyyXHxynLwynHwynLxyHLwxnL1v4DfzHLvzHLvy3LwynLwyXLxyXTwznbrznLvzHLuy3LvynLwyHbtzXPr0HLuznLuzXLvzHLwy3Lwz3Hs0HLsz3HsznLtzXLuzHHvzXHx03Pq0nLs0HLs0HLtz3LtzXLuznLv/wD/03Hq03Lr0XLr0XLsznLtz3Pt/1X/1HLo1XLq03Lq0HHt1XLm1nLo1HHo1HLq0nLq0nLr0XPt1YDV2HPn2HLo1XLp1HLp0nHtqlX/5mbm2nLl2XLm13Lm13Lo1XLo03Lp03Lqz3Dv73PZ/4DV23Lk23Ll2XLn13Ln1XLq0XTo8nPZ8HLW7nHW7nLX73Df3XLj3HLk2nHk2nLl2HLn1nHn1XLp8XTV8XLW8HLW8HLX7nLX7nLY73PW3XHi3nLj3HLj2nLm2HLm1nLo83LU8nLV8XLV8XLW73LW73LX7XLY6nLb33Ph33Li3nLi3XLj13Lm43Hj9HLU8nLU8nLV7XLX7XLZ7XHY43Lg4XLh4HLh3XLk2XLl2XLp83LU8HHV7HLZ6nHY43Le43Lf4XHg33Lh23Lk23Pk/2bM83LU8HLV7nLY7XLY7HLZ63PZ5XLd5HLf4nLg4XLg3HHk7nfM8nLU7HLY6nLa5nLd5nLd5HLe4nLf4HLg3nLj2HTg8mvX8nLV63La6nHb53Lb6HLd5XLe3nLi823O73HW63HY6XHa6XLb53Hb53Lc5XLd43He33Hh/4D/7nLW63LZ6XLb6HLc53Ld43Lg4XLg43Hj8HLV6nLZ6nLa6HLb5nLc5HLd4XLf9nHZ8XLW7HLa6nLb5nLe5XLf63bY7W3R8HLW7XHX63LY6XLa5XHc5HHf7XbR7XLZ6XLc5XPd5nPf73LW6HLc53Db6nLZ7nLW6nLZ7Xbb7nLY7HLZ7W3b7HLY7XPZ/2bMwpuRKAAAAPl0Uk5TAApxJUvi/5ALmOkw2v////RaZfj/5DEIof///9whGsn//9wcM+f////eT/b////oJG39////8S8Bhf////pFA5v//2Gl//////+KBrL///+0Awq4///////bEF0Gvv////QsFLn/wBC+//////9cN+L////WH7b/////nGv6/////+Yxsv///9UJpv////NIqv////kvuf/8Y5v/////cQrE/////4GJ////vw/J/51w//////QhE9P/tlX+/2sV///R+f/////GAv////////st0///////iRvc////5w0c3P////9fHP//z0fcwEDF3Eoc3Nsc3HEFoDICmAAAAjlJREFUeJxjYCASMDIxE6uUhZWNnTiVHJxsbGxcRCnl5uHl4xcQJEapkLAIL6+oGBEqxSUkpaRFZGSJUConryCpKKWkTIRSFVU1dUkNTWKUamnr6Oqp6xsQodTQyNjEVM3MnLBKC0sraxtjU1s7wkrtHRydQIqdiVDq4urm7uFp7UVYqbePr6ufv7tHQCBBpUHBIaFh4X4RkVFotkXHYCiNjQuJTwgLT0xCFU9OSU1LR1OakZmVHZKT65qHKp5fUFhUXFKK4tay8orM7MqqnGpUpTW1dfUNjcVNzUhKW1rb2iviskM6OlHVdnX3gBT39vXDnT9h4qTWtsmZcVOmovkiZlp3z/TChuLeGTMhAhazZs+ZNLetPXPefHQfMyxY2FO3qKh48ZKlyyxA/OUrZq9cNam1vH21BYZahjVrwS5evG7pensGhg0bN63YvHJLa9vWbZhKGRi27wArXrJ0566g3Xs27t00eyXQxfuwKWVg2L9jUeGB4t4lB3ceOnzk6LG9x2evmnjiJHa1YMWngC4+vfPM2aPnjm2aff7CRRxKgYovFYJdfPnK1bPXNl5fsfkGTqUMDDdvgRQvvX3lDlDx3U337uNRy/DgYUPjoyWPdz45c/Xo073P8CllYHj+EBgUL07vfPLy6LlXWIIWTTHIxaevPDl79DUBpUDFb4CKQS5+S1Ap0M1vgGF8+sqZd0SoBZoMcvF7YpQCFX8ARshH4tQyfPq85Auu2MUAX799J1YpA8MPe1wyAG/S5t6M65FQAAAAAElFTkSuQmCC");
}

.project-benefits-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  transform: translateY(-50px);
}

@media (min-width: 768px) {
  .project-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: initial;
    grid-gap: 40px;
  }
}
@media (min-width: 992px) {
  .project-benefits {
    grid-template-columns: 1fr 540px;
  }

  .project-benefits-content h2 {
    font-size: var(--font-5xl);
    margin: 0 0 34px;
  }
  .project-benefits-content ul {
    font-size: var(--font-3xl);
  }

  .project-benefits-img {
    top: 50%;
    width: 500px;
    transform: translateY(-50%);
  }
}
.content {
  padding: 40px 0 30px;
}
.content-text {
  max-width: 1095px;
  margin: 0 auto;
  font-size: 19px;
}
.content-text h1, .content-text h2 {
  margin-bottom: 40px;
  font-size: 31px;
}
.content-text p {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .content {
    padding: 0 0 20px;
  }
  .content-text {
    font-size: 16px;
  }
  .content-text h1, .content-text h2 {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .content-text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .content-text h1, .content-text h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.project-description-outer {
  margin: 54px 0;
}

.project-description {
  display: grid;
  grid-gap: 70px;
}

.project-description-content {
  position: relative;
  padding-bottom: 80px;
}
.project-description-content h2 {
  font-size: var(--font-3xl);
}
.project-description-content h3 {
  background: linear-gradient(61deg, #0dccff 0%, #4760ff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--font-2xl);
}
.project-description-content h3 span:first-child {
  font-size: var(--font-7xl);
}
.project-description-content h3 span:nth-child(2) {
  font-size: var(--font-21xl);
  line-height: 1;
  display: block;
  margin: -38px 0 -20px;
}
html[lang="de"] .project-description-content h3 span:nth-child(2) {
	margin: -18px 0 -20px;
}

.project-description-content p {
  font-size: var(--font-md);
}
.project-description-content blockquote {
  background: linear-gradient(61deg, #f772d1 0%, #c872f2 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--font-3xl);
  font-weight: 700;
  margin: 42px 0 10px;
}
.project-description-content img {
  max-width: 94px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.project-description-img {
  justify-self: center;
  position: relative;
}
.project-description-img img {
  height: 100%;
  max-height: 700px;
}
.project-description-img .text {
	position: absolute;
	top: 100px;
	left: 50px;
	right: 50px;
	color: #FFF;
	font-size: 16px;
}
.project-description-img .text ul {
	/*list-style: disc;*/
}
.project-description-img .text ul li::before {
	
	content: "•";font-size: 20px;
	color: rgb(153, 0, 255);
	display: inline-block;
	width: 15px;
	margin-left: -15px;

}
.project-description-img .text ul li {
	margin: 12px 0;
}

@media (min-width: 992px) {
  .project-description {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    grid-gap: 60px;
  }

  .project-description-img {
    justify-self: initial;
  }
}
@media (min-width: 1200px) {
  .project-description-outer {
    margin: 100px 0;
  }

  .project-description {
    grid-template-columns: 1fr 520px;
    grid-gap: 200px;
  }

  .project-description-content {
    padding-bottom: 0;
  }
  .project-description-content h2 {
    font-size: var(--font-8xl);
  }
  .project-description-content h3 {
    font-size: var(--font-8xl);
  }
  .project-description-content h3 span:first-child {
    font-size: var(--font-12xl);
  }
  .project-description-content h3 span:nth-child(2) {
    font-size: var(--font-23xl);
    margin: -30px 0 -18px;
  }
  .project-description-content p {
    font-size: var(--font-lg);
  }
  .project-description-content blockquote {
    font-size: var(--font-8xl);
  }
  .project-description-content img {
    bottom: 26px;
  }
}
.project-stages-outer {
  margin: 46px 0;
  position: relative;
}

.project-stages {
  counter-reset: item;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(94px, 1fr));
  grid-gap: 40px 30px;
  background-color: hsl(var(--color-gray-200));
  padding: 76px 38px 58px;
}

.project-stages-stage {
  text-align: center;
  /*color: hsl(var(--color-purple-100));*/
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.project-stages-stage::before {
  counter-increment: item;
  content: counter(item);
  font-size: 15px;
  font-weight: 700;
  border: 1px solid hsl(var(--color-purple-100));
  border-radius: var(--rounded-full);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  flex: 0 0 auto;
}

.project-stages-stage-title {
  font-weight: 700;
  margin: 16px 0 14px;
  min-height: 34px;
}

.project-stages-stage-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(var(--color-pink-200));
  position: relative;
  border-radius: var(--rounded-full);
  width: 90px;
  height: 90px;
}
.project-stages-stage-icon img {
  width: 84px;
  height: 84px;
  -o-object-fit: contain;
  object-fit: contain;
}

.project-stages-bg {
  display: none;
}

@media (min-width: 768px) {
  .project-stages {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .project-stages-outer {
    margin: 70px 0 40px;
  }

  .project-stages {
    grid-template-columns: repeat(4, 230px);
	grid-template-columns: repeat(4, 260px);
    justify-content: center;
    grid-gap: 30px 0;
    padding: 64px 38px 70px;
  }

  .project-stages-stage::before {
    font-size: var(--font-2xl);
    width: 50px;
    height: 50px;
  }

  .project-stages-stage-title {
    font-size: var(--font-2xl);
    margin: 20px 0 16px;
    min-height: 107px;
    max-width: 214px;
		max-width: 270px;
		display: flex;
		align-items: center;
		justify-content: center;
  }

  .project-stages-stage-icon {
    width: 180px;
    height: 180px;
  }

  .project-stages-bg {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: translate(0, 116px);
  }
}
@media (max-width: 1200px) {
  .project-stages-stage-icon img {
    width: 64px;
    height: 64px;
  }

  .project-stages-outer .project-stages-stage-title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .project-stages {
    padding: 76px 18px 58px;
  }

  .project-stages-outer .project-stages {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-stages-outer .project-stages-stage-icon {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .hero-two-outer.-stages .project-stages, .project-stages {
    grid-gap: 30px 0;
  }

  .project-stages {
    padding: 30px 15px;
  }

  .project-stages-stage {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  

  .project-stages-stage-icon {
    flex: 0 0 75px;
    order: 1;
    height: 75px;
    margin-left: 12px;
  }
  .project-stages-stage-icon img {
    width: 60px;
    height: 60px;
  }

  .project-stages-outer .project-stages {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-stages-outer .project-stages-stage {
    flex-direction: column;
    padding: 15px;
    text-align: center;
  }
  .project-stages-outer .project-stages-stage-title {
    margin-left: 0;
  }
  .project-stages-outer .project-stages-stage-icon {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    margin: 10px 0;
  }
}

@media (max-width: 1200px) {
	.project-stages-stage-title {
	    order: 2;
	    min-height: auto;
	    margin: 0 0 0 20px;
	    font-size: 16px;
	  }
}

@media (max-width: 575px) {
  .hero-two-outer.-stages .project-stages, .project-stages {
    grid-template-columns: 1fr;
    grid-gap: 7px 0;
  }

  .project-stages-stage-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }
  .project-stages-stage-icon img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .project-stages-outer .project-stages {
    grid-template-columns: 1fr;
  }
  .project-stages-outer .project-stages-stage {
    flex-direction: row;
    padding: 15px 0;
    text-align: left;
  }
  .project-stages-outer .project-stages-stage-icon {
    margin: 0 10px;
  }
}
.raffles-outer {
  margin: 50px 0;
}

.raffles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 34px;
}

.raffles-title {
  /* font-size: var(--font-3xl); */
  font-size:14px;
  margin: 0;
}

.raffles-sort {
  font-weight: 700;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-gap: 16px;
}

.raffles-filter-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.raffles-filter-btn {
  display: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.raffles-filter-btn.active svg path {
  fill: #41B3E6;
}

.raffles-filter {
  width: 100%;
  padding: 10px;
  background-color: hsl(var(--color-gray-200));
  margin-bottom: 24px;
  display: grid;
}

.raffles-filter-header {
  display: flex;
  justify-content: space-between;
}

.raffles-filter-name {
  margin: 0;
}

.raffles-filter-done {
  display: none;
  font-size: var(--font-light);
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  padding: 0;
}

.raffles-filter-list {
  margin: 0 -4px;
}
.raffles-filter-list .form-group {
  display: inline-flex;
  align-items: center;
  margin: 4px;
}

.raffles-filter-clear-all {
  margin-top: 6px;
  font-size: var(--font-light);
  font-weight: 700;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 4px;
  align-items: center;
  justify-self: flex-end;
  background-color: transparent;
  border: none;
  padding: 0;
}
.raffles-filter-clear-all img {
  width: 10px;
  height: 10px;
}

.raffles-content {
  display: grid;
}
.raffles-content > .btn {
  width: 100%;
  max-width: 290px;
  height: 50px;
  margin: auto;
}

.raffles-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 20px;
  margin-bottom: 36px;
}

.raffles-item {
  overflow: hidden;
  position: relative;
  color: hsl(var(--color-white));
  border-radius: var(--rounded-sm);
  padding: 30px 20px 20px;
  height: 180px;
  background-image: linear-gradient(to top, #0dccff -50%, #e719d9 100%);
}
/* .raffles-item.-primary {
  background-image: linear-gradient(28deg, #0dccff 0%, #4760ff 100%);
} */

.raffles-item:nth-child(2n+1) .raffles-item-body {
  background-image: linear-gradient(28deg, #0dccff 0%, #4760ff 100%);
}
.raffles-item:nth-child(2n+2) .raffles-item-body {
  background-image: linear-gradient(28deg, #40c9fe 0%, #2ae3fc 100%);
}
/* .raffles-item.-secondary {
  background-image: linear-gradient(28deg, #f772d1 0%, #c872f2 100%);
} */
/*.raffles-item:nth-child(3n) .raffles-item-body {
  background-image: linear-gradient(28deg, #f772d1 0%, #c872f2 100%);
}*/

/* .raffles-item.-tertiary {
  background-image: linear-gradient(28deg, #40c9fe 0%, #2ae3fc 100%);
} */

.raffles-item.hidden{
    display:none;
}

.raffles-item .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: var(--font-sm);
}
.raffles-item:hover .raffles-item-img img {
  transform: scale(1.1);
}

.raffles-item-body {
  display: grid;
  /*align-content: space-between;*/
  position: relative;
  z-index: 1;
  height: 100%;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.7);
}

.raffles-item-title {
  font-size: var(--font-xl);
  margin: 0 0 24px;
  max-width: 200px;
  text-shadow: 1px 1px rgba(0,0,0,0.6);
}

.raffles-item-img {
  position: absolute;
  right: 0;
  height: 70%;
  max-width: 180px;
  top: 50%;
  transform: translateY(-50%);
  
}

@media (max-width: 768px) {
	.raffles-item-img {
		right: 5%;	
		
	}	
	
}	



.raffles-item-img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
  transition: transform var(--easing) 0.3s;
}

.inner-page .site-main {
  padding-top: 124px;
}

.inner-page .site-header-nav-link {
  color: hsl(var(--color-purple-200));
}

@media (min-width: 1200px) {
  .raffles-outer {
    margin: 120px 0 40px;
  }

  .raffles-title {
    font-size: var(--font-8xl);
  }

  .raffles-filter {
    grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
    grid-template-columns: max-content 1fr max-content;
    grid-gap: 10px;
    align-items: baseline;
  }

  .raffles-filter-clear-all {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .raffles-header {
    margin-bottom: 15px;
  }

  .raffles-filter-wrap {
    padding-bottom: 15px;
  }

  .raffles-filter-btn {
    display: inline-block;
  }

  .raffles-filter {
    position: absolute;
    opacity: 0;
    padding: 15px 10px;
    transform: translateY(70px);
    transition: all 0.3s ease-in-out;
    z-index: -1;
  }
  .raffles-filter.visible {
    z-index: 990;
    opacity: 1;
    transform: translateY(35px);
    transition: all 0.3s ease-in-out;
    box-shadow: -1px 5px 7px -4px rgba(42, 42, 42, 0.2);
  }

  .raffles-filter-header {
    padding: 5px 0 15px;
  }

  .raffles-filter-done {
    display: inline-block;
  }

  .raffles-filter-list {
    display: flex;
    flex-direction: column;
  }
  .raffles-filter-list .form-group {
    display: flex;
    width: 100%;
    margin: 10px 4px;
  }
  .raffles-filter-list input[type=checkbox] {
    position: relative;
    top: -1px;
    width: 18px;
    height: 18px;
  }
  .raffles-filter-list .form-label {
    width: 100%;
    margin-left: 5px;
    font-size: 18px;
  }

  .raffles-filter-clear-all {
    justify-self: start;
    margin-top: 10px;
  }
  .raffles-filter-clear-all img {
    position: relative;
    top: -1px;
  }
}
.registration-outer {
  overflow: hidden;
}

.registration-step {
  color: hsl(var(--color-gray-500));
  font-size: var(--font-light);
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
}

.registration-title {
  font-size: var(--font-xl);
  margin: 8px 0;
}
.registration-title br {
  display: none;
}

.registration-description {
  font-size: var(--font-sm);
  margin: 0;
}
.registration-description span {
  font-weight: 700;
}

.registration-form {
  padding: 32px 0 44px;
}
.registration-form .form-group {
  margin-bottom: 14px;
}
.registration-form .btn {
  width: 100%;
}

.registration-authorize-btns {
  display: grid;
  grid-gap: 18px;
  margin-top: 24px;
}
.registration-authorize-btns .btn-google, .registration-authorize-btns .btn-facebook, .registration-authorize-btns .btn-apple {
	position: relative;
}
.registration-authorize-btns .btn-google::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 38px;
	background: #FFF url('/assets/images/g-logo.png') no-repeat;
	background-size: 18px;
	background-position: center;
	border-radius: 7px 0 0 7px;
}

.registration-authorize-btns .btn-facebook::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 38px;
	background: #FFF url('/assets/images/f-logo.png') no-repeat;
	background-size: 18px;
	background-position: center;
	border-radius: 7px 0 0 7px;
}

.registration-authorize-btns .btn-apple::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 38px;
	background: #FFF url('/assets/images/a-logo.png') no-repeat;
	background-size: 18px;
	background-position: center;
	border-radius: 7px 0 0 7px;
}

.registration-separator {
  color: hsl(var(--color-gray-500));
  text-align: center;
  font-size: var(--font-light);
  margin: 18px 0;
}

.registration-payment,
.registration-step-three,
.registration-step-four {
  display: grid;
}
.registration-payment .btn,
.registration-step-three .btn,
.registration-step-four .btn {
  width: 100%;
  max-width: 246px;
  margin: auto;
}
.registration-payment > .form-group,
.registration-step-three > .form-group,
.registration-step-four > .form-group {
  margin-bottom: 20px;
}

.registration-step-three .payment-images {
  margin: 26px 0 14px;
}

.registration-step-four {
  justify-content: center;
}

.registration-payment-list {
  display: grid;
  justify-content: center;
  grid-gap: 12px;
  grid-template-columns: 420px;
  margin: 26px 0 48px;
}

.registration-payment-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  min-width: 280px;
  padding: 10px;
  background-color: hsl(var(--color-white));
  border-radius: var(--rounded-sm);
  border: 1px solid hsl(var(--color-gray-400));
  outline: none;
}
.registration-payment-item.selected {
  background-color: hsl(var(--color-secondary-hover));
  color: #FFF;
  border-color: transparent;
}

.payment-images {
  display: grid;
  grid-gap: 4px;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.registration-tariff {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 10px;
  background-color: hsl(var(--color-white));
  margin-top: 26px;
}

.registration-tariff-title {
  font-size: var(--font-sm);
  font-weight: 700;
}

.registration-tariff-description {
  color: var(--color-gray-400);
  font-size: var(--font-light);
}

.registration-tariff-btn {
  color: hsl(var(--color-purple-100));
  font-size: var(--font-light);
  background-color: transparent;
  padding: 0;
  border: none;
}

.registration-terms {
  color: var(--color-gray-400);
  font-size: var(--font-light);
  margin: 26px 0;
}
.registration-terms a {
  color: hsl(var(--color-purple-100));
  text-decoration: underline;
}

.registration-card-info {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
}

.registration-step-four-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}
.registration-step-four-content h1 {
  font-size: var(--font-4xl);
}
.registration-step-four-content p {
  font-size: var(--font-sm);
}
.registration-step-four-content span {
  color: #00ccff;
}
.registration-step-four-content img {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-22deg) translate(4px, 22px);
}

@media (min-width: 768px) {
  .registration {
    max-width: 588px;
    margin: auto;
  }

  .registration-outer {
    margin: 20px 0;
  }

  .registration-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
  }
  .registration-form .form-group.form-agreement,
.registration-form .registration-separator,
.registration-form .registration-authorize-btns {
    grid-column: span 2;
  }
  .registration-form .form-group {
    margin-bottom: 0;
  }
  .registration-form .form-agreement {
    margin: 20px 0 36px;
  }

  .registration-authorize-btns {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .registration-separator {
    color: hsl(var(--color-gray-500));
    text-align: center;
    font-size: var(--font-light);
    margin: 18px 0;
  }
}
@media (max-width: 768px) {
  .personal-cabinet-layout .info-top-outer {
    display: none;
  }

  .personal-cabinet-layout .site-header-outer {
    display: none;
  }

  .personal-cabinet-layout .site-main {
    padding-top: 20px;
  }

  .registration-title {
    margin-bottom: 20px;
  }
  .registration-title br {
    display: block;
  }

  .registration-description {
    margin-top: 10px;
    font-size: 17px;
  }

  .registration-step-four-content img {
    width: 125px;
    transform: rotate(-22deg) translate(6px, 12px);
    -webkit-transform: rotate(-22deg) translate(6px, 12px);
    -moz-transform: rotate(-22deg) translate(6px, 12px);
    -ms-transform: rotate(-22deg) translate(6px, 12px);
    -o-transform: rotate(-22deg) translate(6px, 12px);
  }

  .registration-step-four-content h1 {
    margin: 20px 0;
    font-size: 38px;
  }

  .registration-step-four-content p {
    margin: 10px 0;
    font-size: 20px;
  }

  .registration-payment-list {
    grid-template-columns: 1fr;
  }

  .inner-page .site-main {
    padding-top: 150px;
  }

  .registration-payment .btn, .registration-step-three .btn, .registration-step-four .btn {
    max-width: 290px;
    height: 50px;
  }

  .registration-form .btn {
    height: 50px;
  }
  .registration-authorize-btns .btn-google::before, .registration-authorize-btns .btn-facebook::before, .registration-authorize-btns .btn-apple::before{
    width: 50px;
  }
}
@media (max-width: 480px) {
  .registration-step-four-content img {
    width: 115px;
    transform: rotate(-22deg) translate(2px, 22px);
    -webkit-transform: rotate(-22deg) translate(2px, 22px);
    -moz-transform: rotate(-22deg) translate(2px, 22px);
    -ms-transform: rotate(-22deg) translate(2px, 22px);
    -o-transform: rotate(-22deg) translate(2px, 22px);
  }

  .registration-step-four-content h1 {
    font-size: 32px;
  }

  .registration-step-four-content p {
    font-size: 17px;
  }
}
@media (max-width: 413px) {
  .registration-step-four-content img {
    width: 110px;
    transform: rotate(-22deg) translate(3px, 24px);
    -webkit-transform: rotate(-22deg) translate(3px, 24px);
    -moz-transform: rotate(-22deg) translate(3px, 24px);
    -ms-transform: rotate(-22deg) translate(3px, 24px);
    -o-transform: rotate(-22deg) translate(3px, 24px);
  }

  .registration-step-four-content h1 {
    font-size: 24px;
  }

  .registration-step-four-content p {
    font-size: 14px;
  }
}
.profile-steps {
  padding: 10px 0;
}

.progress-bar {
  width: 100%;
  background-image: linear-gradient(90deg, #00ccff 33%, #666666 33%);
  max-width: 236px;
  height: 1px;
  margin: 0 auto 12px;
}
.progress-bar.-first {
  background-image: linear-gradient(90deg, #00ccff 12%, #666666 12%);
}
.progress-bar.-second {
  background-image: linear-gradient(90deg, #00ccff 33%, #666666 33%);
}
.progress-bar.-third {
  background-image: linear-gradient(90deg, #00ccff 66%, #666666 66%);
}

.profile-steps-one,
.profile-steps-two,
.profile-steps-three {
  display: grid;
  grid-gap: 14px 6px;
}
.profile-steps-one .btn,
.profile-steps-two .btn,
.profile-steps-three .btn {
  margin-top: 30px;
}

.profile-steps-step {
  color: hsl(var(--color-gray-600));
  font-size: var(--font-light);
}

.profile-steps-title {
  font-size: var(--font-xl);
}

.profile-steps-two {
  grid-template-columns: repeat(6, 1fr);
}
.profile-steps-two .form-street {
  grid-column: span 4;
}
.profile-steps-two .form-house-number {
  grid-column: span 2;
}
.profile-steps-two .form-zip {
  grid-column: span 2;
}
.profile-steps-two .form-city {
  grid-column: span 4;
}
.profile-steps-two .form-country {
  grid-column: span 3;
}
.profile-steps-two .btn {
  grid-column: span 6;
}
.profile-steps-two .form-birthday {
  grid-column: span 6;
}

.profile-steps-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
}
.profile-steps-three .form-check {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.profile-steps-three .form-check:checked + .form-check-label {
  background-color: #00ccff;
}
.profile-steps-three .form-check-label {
  color: var(--color-black);
  padding: 10px;
  background-color: #fff;
  border-radius: var(--rounded-sm);
  text-align: center;
  border: 1px solid hsl(var(--color-gray-600));
}
.profile-steps-three .btn {
  grid-column: span 3;
}

@media (min-width: 768px) {
  .profile-steps {
    max-width: 340px;
    margin: auto;
  }
}
.profile {
  font-size: var(--font-sm);
}
.profile .tab-pane {
  max-width: 300px;
  margin: auto;
}
.profile .nav-tabs {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  overflow: auto;
  grid-gap: 6px;
  margin: 0 calc(var(--wrap-indent) - var(--wrap-indent) * 2);
  padding: 0 var(--wrap-indent);
}
.profile .nav-link {
  font-weight: 700;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: var(--rounded-sm);
  background-color: transparent;
}
.profile .nav-link.active {
  border-color: hsl(var(--color-gray-600));
  background-color: hsl(var(--color-white));
}
.profile .tab-content {
  padding: 40px 0;
}
.profile .tab-pane-content {
  display: grid;
}
.profile .tab-pane-content .form-group {
  margin-bottom: 12px;
}
.profile .btn {
  width: 100%;
  margin-top: 28px;
}

.profile-nav .invite {
  display: none;
}

.profile-title {
  font-size: var(--font-xl);
}

.profile-subtitle {
  font-size: var(--font-md);
  font-weight: 700;
}

.profile-description {
  font-size: var(--font-md);
}

.overview-header {
  margin-bottom: 40px;
}

.profile-section {
  padding: 20px 0;
}
.profile-section .form-check-list {
  grid-auto-flow: row;
  grid-gap: 4px;
}

.profile-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.profile-header.-center {
  justify-content: center;
}

.overview-header-title {
  font-size: var(--font-lg);
  font-weight: 700;
}

.profile-btn {
  color: hsl(var(--color-purple-100));
  font-size: var(--font-light);
  border: none;
  background-color: transparent;
  text-decoration: underline;
}

.overview-header-description {
  grid-column: span 2;
}

.overview-body {
  display: grid;
  justify-content: center;
}
.overview-body .profile-header {
  justify-content: center;
}

.overview-body-title {
  font-weight: 700;
  text-align: center;
}

.account-img {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.account-img .profile-btn {
  margin-left: 10px;
}

.account-avatar {
  width: 66px;
  height: 66px;
  border-radius: var(--rounded-full);
  background-color: #ededed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.account-avatar img {
  /*width: 40px;
  height: 40px;*/
  height: 100%;
}

.profile-info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  margin: 14px 0;
}
.profile-info-list .profile-btn {
  grid-column: 2;
  padding: 0;
  justify-self: flex-start;
  text-align: left;
}

.profile-info-name {
  font-weight: 700;
}

.invite {
  width: 200px;
  /*height: 168px;*/
  border-radius: var(--rounded-sm);
  margin: auto;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(28deg, #40c9fe 0%, #2ae3fc 100%);
}
.invite .btn {
  color: hsl(var(--color-black));
  margin-top: 0;
  width: auto;
  background-color: hsl(var(--color-white));
}

.invite-title {
  color: hsl(var(--color-white));
  font-size: var(--font-sm);
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}




.personal-cabinet-cancel .site-header-nav, .personal-cabinet-cancel .site-header-login {
	display: none;
  }
  
  .profile-cancel {
	position: relative;
	display: flex;
	margin-bottom: 50px;
  }
  .profile-cancel-main {
	max-width: 575px;
	width: 100%;
	padding-right: 30px;
  }
  .profile-cancel__description {
	font-size: var(--font-md);
  }
  .profile-cancel__description p {
	margin-bottom: 12px;
  }
  .profile-cancel-btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 18px;
	margin-top: 50px;
  }
  .profile-cancel-btns__repeat {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-self: center;
	grid-gap: 10px;
	white-space: nowrap;
	font-size: 16px;
  }
  .profile-cancel-btns__repeat p {
	margin: 0;
  }
  .profile-cancel-btns__repeat a {
	font-size: inherit;
	color: #00ccff;
	text-decoration: underline;
  }
  .profile-cancel-btns__repeat a:hover {
	text-decoration: none;
  }
  .profile-cancel__img {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	max-height: 500px;
  }
  .profile-cancel__img img {
	max-height: 100%;
  }
  .profile-cancel__logo {
	display: none;
	max-width: 144px;
  }
  .profile-cancel__logo img {
	display: block;
	max-width: 100%;
  }
  .profile-cancel-form .form-check-list {
	grid-auto-flow: row;
	grid-gap: 10px;
  }
  .profile-cancel-form .form-check-list .form-check {
	justify-content: flex-start;
  }
  .profile-cancel-form .form-check-list .form-check-label span {
	display: block;
	margin-top: 5px;
  }
  .profile-cancel-form__textarea {
	padding-top: 10px;
  }
  .profile-cancel-form__textarea textarea {
	display: block;
	height: 140px;
  }
  .profile-cancel-form__textarea textarea:focus-visible {
	outline: 1px solid #000;
	border-color: #000;
  }
  .profile-cancel-offer {
	margin-top: 30px;
	padding: 25px 15px 30px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	background-image: linear-gradient(28deg, #40c9fe 0%, #2ae3fc 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
  }
  .profile-cancel-offer__title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
  }
  .profile-cancel-offer__desc {
	margin-bottom: 25px;
	font-size: 15px;
  }
  .profile-cancel-offer .btn {
	width: 100%;
	max-width: 264px;
  }

  @media (max-width: 991px) {
	.profile-cancel-main {
	  max-width: 50%;
	}
	.profile-cancel-btns {
	  grid-template-columns: 1fr;
	  margin-top: 30px;
	}
  }

@media (min-width: 768px) {
  .profile {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 150px;
    margin-bottom: 50px;
  }
  .profile .nav-tabs {
    grid-auto-flow: row;
    margin: 0;
    padding: 0;
  }
  .profile .tab-content {
    padding: 0;
  }
  .profile .tab-pane {
    margin: 0;
  }

  .profile-nav .invite {
    display: flex;
    margin-top: 20px;
  }

  .profile-content .invite {
    display: none;
  }

  .overview-header .profile-info-list {
    display: block;
  }
  .overview-header .profile-info-name {
    font-size: var(--font-xl);
    margin-bottom: 18px;
  }
  .overview-header .profile-info-value,
.overview-header p span {
    font-weight: 700;
  }

  .account-img {
    margin-bottom: 20px;
  }

  .account-img .profile-btn {
    margin-left: 10px;
  }
}

.profile-btn_terminate {
	display: none;
	margin-top: 10px;
	padding: 1px 6px;
	white-space: nowrap;
	color: #ff0000;
	text-decoration: none;
  }
 @media (max-width: 768px) {
  .profile-cancel {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .profile-cancel-main {
    order: 2;
    max-width: 100%;
    padding: 20px 0 0;
  }
  .profile-cancel__img {
    order: 1;
  }
  .profile-cancel__logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .profile-btn_terminate {
    left: auto;
    right: 0;
    top: 100%;
    margin: 10px 0 0;
  }
}
@media (max-width: 575px) {
	.profile-cancel__logo {
	  max-width: 100px;
	}
	.profile-cancel-btns__repeat {
	  font-size: 15px;
	}
  }
  
@media (min-width: 1024px) {
  .profile .tab-pane {
    max-width: 400px;
  }
  .profile .tab-pane#profile .form-group {
    grid-auto-flow: initial;
    justify-content: flex-start;
    grid-template-columns: 100px 1fr;
    align-items: center;
  }
  .profile .btn {
    width: auto;
  }
  .profile .tab-pane-content .btn {
    justify-self: flex-start;
  }

  .profile-header.-center {
    justify-content: flex-start;
  }

  .account-img {
    margin-bottom: 0;
  }

  .account-avatar {
    margin: 0;
  }

  .account-img .profile-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 35px;
    padding: 0;
  }

  .overview-body {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-gap: 0 20px;
  }
  .overview-body .profile-header {
    grid-column: span 2;
    justify-content: flex-start;
  }
  .overview-body .account-avatar {
    grid-column: 1;
  }
  .overview-body .profile-info-list {
    grid-column: 2;
  }
}
@media (max-width: 768px) {
  .account-img {
    position: relative;
    margin: 0 auto 10px;
  }

  .account-img .profile-btn {
    position: absolute;
    top: 50%;
    left: 76px;
    transform: translateY(-50%);
    margin-left: 0;
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .profile .btn {
    max-width: 290px;
    height: 50px;
  }

  .profile-steps-one .btn, .profile-steps-two .btn, .profile-steps-three .btn {
    height: 50px;
  }
}

.errors-list {
	width: 100%;
	padding-left: 20px;
}
.errors-list li {
	list-style: disc;
	color: #F00;
}