@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: "ALS Schlange Sans";
  src: local("ALS Schlange Sans Bold"), local("ALS-Schlange-Sans-Bold"), url(/fonts/ALSSchlangesans-Bold.woff2?546cf51a981b6001bd8c4dc5c98fd42b) format("woff2"), url(/fonts/ALSSchlangesans-Bold.woff?45c878f9643c72cfce3e958caab14a4a) format("woff"), url(/fonts/ALSSchlangesans-Bold.ttf?10908c6eb311f170b4cc29cfde452653) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ALS Schlange Sans";
  src: local("ALS Schlange Sans Regular"), local("ALS-Schlange-Sans-Regular"), url(/fonts/ALSSchlangesans.woff2?1e00bc1bfcae0e9514a811c1d7ff8ff7) format("woff2"), url(/fonts/ALSSchlangesans.woff?79b1ce47bf9a73ed3e783d363827afae) format("woff"), url(/fonts/ALSSchlangesans.ttf?997fab9bb598ea3d2872ecc2f79f0ba2) format("truetype");
  font-weight: 400;
  font-style: normal;
}

/**
 * Swiper 6.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 18, 2020
 */

@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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

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

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

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

/* Auto Height */

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

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

/* 3D Effects */

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

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

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

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

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

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

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

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

.swiper-button-prev:after,
.swiper-button-next: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-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

@media all and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }
}

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

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

@media all and (max-width: 768px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
}

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #A9BECA;
  opacity: 0.3;
}

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #044263;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */

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

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

.swiper-container-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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

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

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

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          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% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

/* a11y */

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.pets .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.pets .swiper-button-prev:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.awards .swiper-button-next,
.awards .swiper-button-prev {
  width: 74px;
  height: 74px;
}

@media all and (max-width: 768px) {
  .awards .swiper-button-next,
  .awards .swiper-button-prev {
    width: 46px;
    height: 46px;
  }
}

.awards .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 74px;
  height: 74px;
}

.awards .swiper-button-prev:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 74px;
  height: 74px;
}

img {
  max-width: 100%;
}

pre {
  white-space: break-spaces;
}

h1 {
  font-weight: 600;
  font-size: 6rem;
  line-height: 116%;
}

@media all and (max-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 3.2rem;
  }
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 18px;
  }
}

ul,
ol {
  list-style: disc;
  margin-bottom: 1.2em;
}

ul li,
ol li {
  margin-bottom: 1.7rem;
  font-size: 1.6rem;
  line-height: 120%;
  list-style: none;
  padding-left: 2.6rem;
  position: relative;
  color: #627289;
}

strong,
b {
  font-weight: 600;
}

em {
  font-style: italic;
}

h2 {
  font-size: 4.2rem;
  margin-bottom: 10px;
}

@media all and (max-width: 1200px) {
  h2 {
    font-size: 3.4rem;
  }
}

@media all and (max-width: 1024px) {
  h2 {
    font-size: 2.6rem;
  }
}

@media all and (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  font-size: 3.6rem;
}

@media all and (max-width: 1200px) {
  h3 {
    font-size: 3.2rem;
  }
}

@media all and (max-width: 1024px) {
  h3 {
    font-size: 2.4rem;
  }
}

@media all and (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  h3 {
    font-size: 14px;
  }
}

h4 {
  font-size: 3rem;
}

@media all and (max-width: 1200px) {
  h4 {
    font-size: 2.6rem;
  }
}

@media all and (max-width: 1024px) {
  h4 {
    font-size: 2.2rem;
  }
}

@media all and (max-width: 768px) {
  h4 {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  h4 {
    font-size: 12px;
  }
}

h5 {
  font-size: 2.4rem;
}

h6 {
  font-size: 1.8rem;
}

table th {
  font-weight: 600;
}

table td {
  font-weight: 400;
}

table th,
table td {
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 28px;
  color: #000000;
  border-top: 1px solid black;
  padding: 10px;
}

table th.actions,
table td.actions {
  text-align: left;
}

table th.actions .button,
table td.actions .button {
  padding: 14px 30px;
}

table tr {
  border: 1px solid black;
}

table tr td,
table tr th {
  padding: 4px 10px;
}

p {
  font-size: 1.6rem;
  line-height: 153.9%;
  color: #191919;
  margin-bottom: 2rem;
}

a {
  text-decoration: none;
}

select {
  font-size: 16px;
  padding: 4px 10px;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-align-center {
  -ms-flex-align: center;
      align-items: center;
}

.flex-justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.flex-justify-spacebetween {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.nunito-bold,
.footer__header,
.delivery__more,
.subscription form button,
.subscription form input[type=submit],
.subscription span,
.recomendation__mobile .swiper-slide h3:not(.rec-slider__slide-title),
.recomendation .recomendation__container .parent > div h3:not(.rec-slider__slide-title),
.header .basket,
.header__bottom a,
.header__category {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}

.nunito-regular,
.footer__copyright,
.footer__nav-lnk,
.footer__locale .devider,
.footer__locale a,
.footer__locale span,
.rec-slider__slide-title,
.products-slider__contents-title,
.added-slider__contents-title,
.products-characteristics table td,
.product-single__content .default-text p,
.shop-page__result-header,
.shop-page__seo p,
.shop-page__seo,
.shop-page__rubrik-name,
.delivery__desc,
.products-menu-subitem .products-menu-chielditem,
.products-menu-lnk,
.header__right .adress,
.header__right .personal,
.header__right .basket,
.header__left form input,
.header__top {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}

.transition,
.rec-slider__slide-add,
.delivery__more,
.header .basket,
.header__category {
  transition: 0.3s ease-in;
}

* {
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  -webkit-user-select: none;
  /* user-select -- это нестандартное свойство */
  -moz-user-select: none;
  /* поэтому нужны префиксы */
  -ms-user-select: none;
}

html {
  font-family: "ALS Schlange Sans";
  font-display: swap;
  font-size: 10px;
  font-weight: 400;
}

body {
  background-color: rgb(246, 246, 246);
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 768px) {
  body {
    height: auto;
  }
}

body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-track {
  background: #F1F1F1;
  width: 5px;
  border-right: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
  background-clip: content-box;
}

body::-webkit-scrollbar-thumb {
  background: #0E6D8B;
  width: 5px;
}

.locked {
  overflow: hidden;
  border-right: 4px solid #0E6D8B;
}

img {
  max-width: 100%;
}

main {
  -ms-flex: 1;
      flex: 1;
  max-width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  [data-aos-delay] {
    transition-delay: 0.3s !important;
  }
}

.padding-right,
.main-container {
  padding-right: 100px;
}

@media all and (max-width: 1024px) {
  .padding-right,
  .main-container {
    padding-right: 50px;
  }
}

@media all and (max-width: 768px) {
  .padding-right,
  .main-container {
    padding-right: 35px;
  }
}

@media all and (max-width: 500px) {
  .padding-right,
  .main-container {
    padding-right: 20px;
  }
}

.padding-left,
.main-container {
  padding-left: 100px;
}

@media all and (max-width: 1024px) {
  .padding-left,
  .main-container {
    padding-left: 50px;
  }
}

@media all and (max-width: 768px) {
  .padding-left,
  .main-container {
    padding-left: 35px;
  }
}

@media all and (max-width: 500px) {
  .padding-left,
  .main-container {
    padding-left: 20px;
  }
}

.main-container {
  max-width: 1806px;
  margin: auto;
  width: 100%;
}

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

@media all and (max-width: 1400px) {
  .small-container {
    padding: 0 75px;
  }
}

@media all and (max-width: 1024px) {
  .small-container {
    padding: 0 50px;
  }
}

@media all and (max-width: 768px) {
  .small-container {
    padding: 0 35px;
  }
}

@media all and (max-width: 500px) {
  .small-container {
    padding: 0 20px;
  }
}

.button {
  padding: 13px 30px;
  min-width: 206px;
  background-color: rgb(255, 204, 0);
  border-radius: 50px;
  transition: 0.2s;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 150%;
}

@media all and (max-width: 768px) {
  .button {
    min-width: auto;
    font-size: 14px;
    padding: 11px 29px;
  }
}

@media all and (max-width: 500px) {
  .button {
    width: 100%;
    padding: 9px 28px;
  }
}

.button.stroke-yellow {
  background-color: transparent;
  border: 1px solid rgb(255, 204, 0);
}

.button:hover {
  background-color: rgb(235, 192, 20);
}

@media all and (max-width: 500px) {
  .button {
    min-width: 248px;
  }
}

@media all and (max-width: 320px) {
  .button {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.button span {
  font-size: 16px;
  color: rgb(38, 36, 31);
  font-weight: 600;
}

.section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #26241F;
}

@media all and (max-width: 1600px) {
  .section-title {
    font-size: 36px;
  }
}

@media all and (max-width: 1440px) {
  .section-title {
    font-size: 32px;
  }
}

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

@media all and (max-width: 1024px) {
  .section-title {
    font-size: 28px;
  }
}

@media all and (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }
}

@media all and (max-width: 500px) {
  .section-title {
    font-size: 24px;
  }
}

.page--title {
  font-size: 40px;
  line-height: 125.9%;
  color: #044263;
  margin-top: 45px;
  margin-bottom: 16px;
}

@media all and (max-width: 1440px) {
  .page--title {
    font-size: 38px;
  }
}

@media all and (max-width: 1024px) {
  .page--title {
    margin-top: 30px;
    margin-bottom: 17px;
    font-size: 34px;
  }
}

@media all and (max-width: 768px) {
  .page--title {
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: 30px;
  }
}

@media all and (max-width: 500px) {
  .page--title {
    margin-top: 10px;
    margin-bottom: 19px;
    font-size: 24px;
  }
}

.preloader-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background: linear-gradient(95.58deg, #F3F5FF 25.17%, #FFFFFF 94.41%);
  z-index: 999;
}

.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #e0e0e0;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  -webkit-animation: preloader-rotate 2s infinite linear;
          animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #005BAA;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  -webkit-animation: preloader-bounce 2s infinite ease-in-out;
          animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

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

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

@-webkit-keyframes preloader-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes preloader-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.breadcrumbs {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media all and (max-width: 1200px) {
  .breadcrumbs {
    margin-bottom: 13px;
  }
}

@media all and (max-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 12px;
  }
}

@media all and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 11px;
  }
}

@media all and (max-width: 500px) {
  .breadcrumbs {
    margin-bottom: 10px;
  }
}

.breadcrumbs .breadcrumb {
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs a {
  font-size: 14px;
  line-height: 21px;
  color: #9DBAC5;
  text-decoration: none;
  font-weight: 700;
}

@media all and (max-width: 1024px) {
  .breadcrumbs a {
    font-size: 13px;
  }
}

@media all and (max-width: 500px) {
  .breadcrumbs a {
    font-size: 12px;
  }
}

.breadcrumbs .current-page {
  font-size: 14px;
  line-height: 21px;
  color: #465C65;
  font-weight: 700;
}

@media all and (max-width: 1024px) {
  .breadcrumbs .current-page {
    font-size: 13px;
  }
}

@media all and (max-width: 500px) {
  .breadcrumbs .current-page {
    font-size: 12px;
  }
}

.breadcrumbs .devider {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.header .search-mobile {
  display: none;
  cursor: pointer;
}

@media all and (max-width: 1280px) {
  .header .search-mobile {
    display: block;
  }
}

.header .burger-mobile {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}

.header .burger-mobile span {
  width: 30px;
  height: 4px;
  border-radius: 4px;
  margin: 4px 0;
  background-color: #9DBAC5;
}

@media all and (max-width: 460px) {
  .header .burger-mobile span {
    width: 20px;
    height: 3px;
    margin: 2px 0;
  }
}

.header .burger-mobile span:nth-child(2) {
  width: 16px;
}

@media all and (max-width: 460px) {
  .header .burger-mobile span:nth-child(2) {
    width: 11px;
  }
}

@media all and (max-width: 1280px) {
  .header .burger-mobile {
    display: -ms-flexbox;
    display: flex;
  }
}

.header .basket {
  margin-right: 0 !important;
  position: relative;
}

.header .basket > span {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 10px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  background-color: #009EE3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 4px;
  color: #FFFFFF;
}

@media all and (max-width: 1024px) {
  .header .basket {
    margin-right: 2px !important;
  }
}

@media all and (max-width: 768px) {
  .header .basket img {
    height: 24px;
    width: auto;
  }
}

.header__top {
  background-color: #EAF3F8;
  color: #465C65;
  font-size: 1.2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.header__top img {
  margin-right: 0.9rem;
}

.header__top .blue {
  color: #009EE3;
}

@media all and (max-width: 768px) {
  .header__top .main-container {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.header__center {
  margin-top: 2rem;
}

@media all and (max-width: 1280px) {
  .header__center {
    margin-top: 11px;
  }
}

.header__category {
  background-color: #FFCC00;
  color: #26241F;
  font-size: 1.8rem;
  padding: 1.3rem 2.9rem;
  border-radius: 5rem;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 2.4rem;
}

@media all and (max-width: 1500px) {
  .header__category {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 1280px) {
  .header__category {
    display: none;
  }
}

.header__category:hover {
  background-color: #EBC014;
}

.header__category img {
  margin-right: 2rem;
}

@media all and (max-width: 1680px) {
  .header__left {
    -ms-flex: 1;
        flex: 1;
  }
}

@media all and (max-width: 1280px) {
  .header__left {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.header__left .custom-logo-link {
  margin-right: 3.8rem;
  width: 24.8rem;
}

@media all and (max-width: 1500px) {
  .header__left .custom-logo-link {
    margin-right: 2rem;
    width: 156px;
  }
}

@media all and (max-width: 1280px) {
  .header__left .custom-logo-link {
    margin-right: 0;
    width: auto;
  }
}

@media all and (max-width: 768px) {
  .header__left .custom-logo-link {
    width: 156px;
  }
}

.header__left .custom-logo-link img {
  max-width: none;
}

@media all and (max-width: 1500px) {
  .header__left .custom-logo-link img {
    max-width: 100%;
  }
}

.header__left form {
  width: 38.4rem;
  position: relative;
}

@media all and (max-width: 1680px) {
  .header__left form {
    width: auto;
    -ms-flex: 1;
        flex: 1;
    margin-right: 20px;
  }
}

@media all and (max-width: 1280px) {
  .header__left form {
    display: none;
  }
}

.header__left form input {
  box-sizing: border-box;
  width: 100%;
  background-color: #F4FCFF;
  border: 1px solid #9DBAC5;
  border-radius: 5rem;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  padding: 1.2rem 5rem 1.2rem 2rem;
}

@media all and (max-width: 1440px) {
  .header__left form input {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .header__left form input {
    padding: 4px 80px 4px 20px;
  }
}

.header__left form input::-webkit-input-placeholder {
  color: #9DBAC5;
}

.header__left form input:-ms-input-placeholder {
  color: #9DBAC5;
}

.header__left form input::-ms-input-placeholder {
  color: #9DBAC5;
}

.header__left form input::placeholder {
  color: #9DBAC5;
}

.header__left form button {
  position: absolute;
  right: 18px;
  height: 100%;
  width: auto;
  top: 0;
  border: none;
  background-color: transparent;
}

@media all and (max-width: 1280px) {
  .header__right {
    display: none;
  }
}

.header__right .adress,
.header__right .personal,
.header__right .basket {
  margin-right: 3rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: #26241F;
}

@media all and (max-width: 1500px) {
  .header__right .adress,
  .header__right .personal,
  .header__right .basket {
    margin-right: 2rem;
  }
}

.header__right .adress img,
.header__right .personal img,
.header__right .basket img {
  margin-right: 1rem;
}

.header__right a {
  color: #26241F;
  text-decoration: none;
}

.header__bottom {
  background-color: #009EE3;
  margin-top: 2rem;
  padding: 1.3rem 0;
}

@media all and (max-width: 1280px) {
  .header__bottom > .main-container:not(.header__bottom-mob) {
    display: none;
  }
}

@media all and (max-width: 1280px) {
  .header__bottom {
    margin-top: 11px;
  }
}

.header__bottom-mob {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  color: #FFFFFF;
  font-size: 14px;
}

@media all and (max-width: 1280px) {
  .header__bottom-mob {
    display: -ms-flexbox;
    display: flex;
  }
}

.header__bottom-mob svg {
  margin-right: 10px;
}

.header__bottom a {
  color: #FFFFFF;
  font-weight: 500;
  margin-right: 5.3rem;
  font-size: 1.6rem;
}

@media all and (max-width: 1500px) {
  .header__bottom a {
    margin-right: 2rem;
    font-size: 1.5rem;
  }
}

.header__bottom a:last-child {
  margin-right: 0;
}

.header__bottom a:hover {
  text-decoration: underline;
}

.header__bottom a img {
  margin-right: 1rem;
}

.header .basket {
  background-color: #FFCC00;
  padding: 1.2rem 2.9rem;
  border-radius: 5rem;
  font-weight: 700;
  margin: 0;
}

.header .basket:hover {
  background-color: #EBC014;
}

.basket-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  background: linear-gradient(0deg, rgba(4, 66, 99, 0.5), rgba(4, 66, 99, 0.5));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.basket-popup__container {
  max-width: 550px;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  padding: 0;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(169, 190, 202, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.basket-popup__container-inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.basket-popup__header {
  padding: 20px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.basket-popup__header .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.basket-popup__header .buttons svg {
  margin-left: 15px;
}

.basket-popup .ordering__aside-totals {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 25px 40px;
}

.basket-popup .ordering__aside-totals .button {
  min-width: auto;
  padding: 13px 20px;
  display: block;
}

.basket-popup .ordering__aside-totals .button span {
  white-space: nowrap;
  padding: 0;
}

.basket-popup .ordering__aside-totals .line.total {
  margin-bottom: 0;
}

.basket-popup .ordering__aside-totals .total {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 50%;
  -ms-flex-direction: column;
      flex-direction: column;
}

.basket-popup .ordering__aside-totals .total .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 12px;
  width: 100%;
}

.basket-popup .ordering__aside-totals .total .row:last-child {
  margin-bottom: 0;
}

.basket-popup .ordering__aside-totals .total .name {
  color: #A9BECA;
  font-size: 14px;
  font-weight: 400;
}

.basket-popup .ordering__aside-totals .total .value .currency {
  font-size: 14px;
}

.popup-one-click,
.popup-fast-order {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(0deg, rgba(4, 66, 99, 0.5), rgba(4, 66, 99, 0.5));
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.popup-one-click__container,
.popup-fast-order__container {
  background-color: #F5F9FA;
  border-radius: 5px;
  position: relative;
  max-width: 484px;
  width: 100%;
  overflow: hidden;
}

.popup-one-click__close,
.popup-fast-order__close {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.popup-one-click__header,
.popup-fast-order__header {
  background: #FFF;
  padding: 22px 36px 19px 36px;
}

.popup-one-click__title,
.popup-fast-order__title {
  color: #044263;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.9%;
}

.popup-one-click__content,
.popup-fast-order__content {
  padding: 16px 36px 36px 36px;
}

.popup-one-click__content p,
.popup-fast-order__content p {
  color: #A9BECA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.4%;
}

.popup-one-click__content form label,
.popup-fast-order__content form label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 23px;
}

.popup-one-click__content form label span,
.popup-fast-order__content form label span {
  color: #044263;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-bottom: 3px;
}

.popup-one-click__content form label input,
.popup-fast-order__content form label input {
  border-radius: 5px;
  border: 1px solid #DEE8EE;
  background: #FFF;
  padding: 13px 20px;
  color: #044263;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popup-one-click__content form label input::-webkit-input-placeholder, .popup-fast-order__content form label input::-webkit-input-placeholder {
  color: #A9BECA;
}

.popup-one-click__content form label input:-ms-input-placeholder, .popup-fast-order__content form label input:-ms-input-placeholder {
  color: #A9BECA;
}

.popup-one-click__content form label input::-ms-input-placeholder, .popup-fast-order__content form label input::-ms-input-placeholder {
  color: #A9BECA;
}

.popup-one-click__content form label input::placeholder,
.popup-fast-order__content form label input::placeholder {
  color: #A9BECA;
}

.popup-one-click__content form .button,
.popup-fast-order__content form .button {
  margin-top: 14px;
  width: 100%;
}

.slider {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media all and (max-width: 500px) {
  .slider {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .slider.small-container {
    padding: 0;
  }
}

.slider__container {
  border-radius: 15px;
}

@media all and (max-width: 768px) {
  .slider__container {
    border-radius: 0;
    text-align: center;
  }
}

.slider__container-block {
  position: relative;
}

.slider__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

@media all and (max-width: 768px) {
  .slider__navigation {
    display: none;
  }
}

.slider__navigation > div {
  position: absolute;
  width: 54px;
  height: 54px;
  z-index: 10;
  cursor: pointer;
}

.slider__navigation > div.prev {
  left: -27px;
  top: calc(50% - 27px);
}

.slider__navigation > div.next {
  right: -27px;
  top: calc(50% - 27px);
}

.slider__pagination {
  position: absolute;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: auto !important;
  display: inline-block;
  padding: 8px;
  background-color: rgba(70, 92, 101, 0.5);
  border-radius: 56px;
}

@media all and (max-width: 768px) {
  .slider__pagination {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-color: transparent;
    margin: 0 auto 10px auto;
  }
}

.slider__pagination.swiper-pagination {
  bottom: 24px;
}

.slider__pagination span {
  background: #DEE8EE;
  transition: 0.2s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 7px;
}

@media all and (max-width: 768px) {
  .slider__pagination span {
    position: static;
    margin-top: 20px;
    border: 1px solid #044263;
  }
}

@media all and (max-width: 768px) {
  .slider__pagination span {
    width: 8px;
    height: 8px;
  }
}

@media all and (max-width: 500px) {
  .slider__pagination span {
    width: 5px;
    height: 5px;
    margin: 0 5px !important;
  }
}

.slider__pagination span.swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}

@media all and (max-width: 768px) {
  .slider__pagination span.swiper-pagination-bullet-active {
    background: #044263;
  }
}

.slider__slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}

.slider__slide-desc {
  width: 38%;
  background-color: #044263;
  padding: 90px 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media all and (max-width: 1600px) {
  .slider__slide-desc {
    padding: 80px 80px 80px 70px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide-desc {
    padding: 70px 70px 70px 60px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide-desc {
    padding: 60px 60px 60px 50px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide-desc {
    padding: 50px 50px 50px 40px;
    width: auto;
    max-width: 50%;
  }
}

@media all and (max-width: 768px) {
  .slider__slide-desc {
    padding: 40px 40px 40px 30px;
    max-width: none;
  }
}

@media all and (max-width: 500px) {
  .slider__slide-desc {
    padding: 30px 30px 30px 20px;
    width: 50%;
  }
}

.slider__slide-untitle {
  font-family: "Circe-Light";
  font-size: 46px;
  margin-bottom: 0.3em;
  color: white;
  text-transform: uppercase;
}

@media all and (max-width: 1600px) {
  .slider__slide-untitle {
    font-size: 42px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide-untitle {
    font-size: 37px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide-untitle {
    font-size: 32px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide-untitle {
    font-size: 26px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide-untitle {
    font-size: 21px;
  }
}

@media all and (max-width: 500px) {
  .slider__slide-untitle {
    font-size: 16px;
  }
}

.slider__slide-title {
  font-family: "Circe-Extra-Bold";
  font-size: 80px;
  margin-bottom: 44px;
  color: white;
}

@media all and (max-width: 1600px) {
  .slider__slide-title {
    font-size: 76px;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide-title {
    font-size: 72px;
    margin-bottom: 36px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide-title {
    font-size: 62px;
    margin-bottom: 32px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide-title {
    font-size: 52px;
    margin-bottom: 28px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide-title {
    font-size: 42px;
    margin-bottom: 24px;
  }
}

@media all and (max-width: 500px) {
  .slider__slide-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.slider__slide-subtitle {
  font-size: 34px;
  color: white;
  font-family: "Circe-Light";
  line-height: 112%;
  margin-bottom: 0;
}

@media all and (max-width: 1600px) {
  .slider__slide-subtitle {
    font-size: 30px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide-subtitle {
    font-size: 28px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide-subtitle {
    font-size: 24px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide-subtitle {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide-subtitle {
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  .slider__slide-subtitle {
    font-size: 13px;
  }
}

.slider__slide-button {
  margin-top: 64px;
  background-color: #FFCC00;
}

@media all and (max-width: 1600px) {
  .slider__slide-button {
    margin-top: 50px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide-button {
    margin-top: 44px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide-button {
    margin-top: 38px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide-button {
    margin-top: 32px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide-button {
    min-width: auto;
    margin-top: 26px;
  }
}

.slider__slide-img {
  width: 100%;
}

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

.products-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(0deg, rgba(4, 66, 99, 0.5), rgba(4, 66, 99, 0.5));
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.products-menu__mobile {
  display: none;
}

.products-menu__mobile .mobile-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
}

.products-menu__mobile .mobile-tab {
  padding: 13px 36px;
  color: #FFF;
  font-family: "Circe-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}

.products-menu__mobile .mobile-tab-active {
  background-color: #A9BECA;
}

.products-menu__container {
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0;
  min-height: 100%;
  height: 100%;
}

.products-menu__container .products-menu__close {
  display: block;
}

.products-menu__close svg path {
  transition: 0.2s;
}

.products-menu__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.products-menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 16px 30px;
  position: static;
  transition: 0.2s;
  margin-bottom: 0;
  background-color: #FFFFFF;
  cursor: pointer;
  width: 100%;
}

.products-menu-item__marker .products-menu-lnk {
  font-weight: 600;
}

.products-menu-item__marker .products-menu-lnk:after {
  display: none;
}

.products-menu-item.active {
  background-color: rgb(234, 243, 248);
  width: 100%;
}

.products-menu-item.active .products-menu-subitem {
  display: block;
}

.products-menu-item:hover {
  background-color: rgb(234, 243, 248);
}

.products-menu-item img {
  height: 24px;
  width: auto;
  margin-right: 0;
}

.products-menu-lnk {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  color: rgb(38, 36, 31);
}

.products-menu-lnk:after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-right: 2px solid rgb(157, 186, 197);
  border-bottom: 2px solid rgb(157, 186, 197);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.products-menu-lnk img {
  margin-right: 18px;
}

.products-menu-subitem {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 220%;
  padding: 100px 71px;
  background-color: #EAF3F8;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: auto;
}

.products-menu-subitem:hover::-webkit-scrollbar-track {
  background: #DEE8EE;
}

.products-menu-subitem:hover::-webkit-scrollbar-thumb {
  background: #A9BECA;
}

.products-menu-subitem::-webkit-scrollbar {
  width: 2px;
}

.products-menu-subitem::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-menu-subitem::-webkit-scrollbar-thumb {
  background: transparent;
  width: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-menu-subitem__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  width: calc(100% + 15px);
  height: auto;
}

.products-menu-subitem__header {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  text-align: center;
}

.products-menu-subitem__header .back,
.products-menu-subitem__header .close {
  cursor: pointer;
  -ms-flex-align: center;
      align-items: center;
  display: none;
}

.products-menu-subitem__header .text {
  font-size: 24px;
  color: #26241F;
  font-weight: 700;
  padding: 0 71px;
  text-align: left;
}

.products-menu-subitem__header img {
  margin-right: 10px;
  display: none;
}

.products-menu-subitem .current-category a {
  font-weight: bolder;
  color: #044263;
}

.products-menu-subitem .current-category span {
  text-transform: lowercase;
}

.products-menu-subitem .products-menu-chielditem {
  background-color: #FFFFFF;
  margin-left: 0 !important;
  padding: 10px 16px;
  overflow: hidden;
  position: relative;
  height: 185px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: calc(25% - 15px);
  margin-right: 15px;
  margin-bottom: 15px !important;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  transition: 0.3s;
  font-size: 16px;
  margin-top: 10px;
  -ms-flex-align: end;
      align-items: flex-end;
  color: #26241F;
}

.products-menu-subitem .products-menu-chielditem img {
  height: 80%;
}

.products-menu-subitem .products-menu-chielditem:hover {
  border: 1px solid #044263;
}

.products-menu-subitem .products-menu-chielditem:hover a {
  color: rgb(38, 36, 31);
}

.products-menu-subitem .products-menu-chielditem a {
  font-weight: 400;
  font-size: 20px;
  line-height: 112.9%;
  color: rgb(38, 36, 31);
  transition: 0.2s;
}

.products-menu-subitem .products-menu-chielditem:last-child {
  margin-bottom: 0;
}

.products-menu-sublnk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 24px;
}

.products-menu__category {
  width: 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  margin-bottom: 0;
  height: 100%;
  padding: 100px 0 0 0;
  background-color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
          filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
}

.products-menu__category__wrapper {
  border-top: 1px solid #EAF3F8;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

.products-menu__category__wrapper::-webkit-scrollbar {
  width: 3px;
}

.products-menu__category__wrapper::-webkit-scrollbar-track {
  background: #F1F1F1;
  width: 5px;
  border-right: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
  background-clip: content-box;
}

.products-menu__category__wrapper::-webkit-scrollbar-thumb {
  background: #FFCC00;
  width: 3px;
}

.products-menu .products-category__header {
  position: absolute;
  font-weight: 800;
  font-size: 30px;
  line-height: 125.9%;
  color: #26241F;
  top: 30px;
  left: 30px;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.products-menu .products-category__header svg {
  margin-right: 20px;
  cursor: pointer;
}

.recomendation {
  margin: 4.3rem 0;
}

@media all and (max-width: 768px) {
  .recomendation {
    margin: 0 0 20px 0;
  }
}

.recomendation .recomendation__container .parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

@media all and (max-width: 1500px) {
  .recomendation .recomendation__container .parent {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media all and (max-width: 1024px) {
  .recomendation .recomendation__container .parent {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media all and (max-width: 768px) {
  .recomendation .recomendation__container .parent {
    display: block;
  }
}

.recomendation .recomendation__container .parent > div {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.recomendation .recomendation__container .parent > div img {
  transition: 0.1s ease-in-out;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  max-width: 100%;
  height: auto;
}

.recomendation .recomendation__container .parent > div:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.recomendation .recomendation__container .parent > div h3:not(.rec-slider__slide-title) {
  position: absolute;
  font-size: 1.6rem;
  bottom: 2.1rem;
  left: 0;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  line-height: 1.3;
}

.recomendation .recomendation__container .parent > div a:not(.rec-slider__slide-lnk) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recomendation .recomendation__container .parent .div1 {
  grid-area: 1/1/3/3;
}

.recomendation .recomendation__container .parent .div2 {
  grid-area: 1/3/2/4;
}

.recomendation .recomendation__container .parent .div3 {
  grid-area: 1/4/2/5;
}

.recomendation .recomendation__container .parent .div4 {
  grid-area: 1/5/2/6;
}

.recomendation .recomendation__container .parent .div5 {
  grid-area: 1/6/2/7;
}

.recomendation .recomendation__container .parent .div6 {
  grid-area: 2/3/3/4;
}

.recomendation .recomendation__container .parent .div7 {
  grid-area: 2/4/3/5;
}

.recomendation .recomendation__container .parent .div8 {
  grid-area: 2/5/3/6;
}

.recomendation .recomendation__container .parent .div9 {
  grid-area: 2/6/3/7;
}

@media all and (max-width: 1500px) {
  .recomendation .recomendation__container .parent .div1 {
    grid-area: 1/1/3/3;
  }

  .recomendation .recomendation__container .parent .div2 {
    grid-area: 1/3/2/4;
  }

  .recomendation .recomendation__container .parent .div3 {
    grid-area: 1/4/2/5;
  }

  .recomendation .recomendation__container .parent .div4 {
    grid-area: 2/3/3/4;
  }

  .recomendation .recomendation__container .parent .div5 {
    grid-area: 2/4/3/5;
  }

  .recomendation .recomendation__container .parent .div6 {
    grid-area: 3/1/4/2;
  }

  .recomendation .recomendation__container .parent .div7 {
    grid-area: 3/2/4/3;
  }

  .recomendation .recomendation__container .parent .div8 {
    grid-area: 3/3/4/4;
  }

  .recomendation .recomendation__container .parent .div9 {
    grid-area: 3/4/4/5;
  }
}

@media all and (max-width: 1024px) {
  .recomendation .recomendation__container .parent .div1 {
    grid-area: 1/1/3/3;
  }

  .recomendation .recomendation__container .parent .div2 {
    grid-area: 1/3/2/4;
  }

  .recomendation .recomendation__container .parent .div3 {
    grid-area: 2/3/3/4;
  }

  .recomendation .recomendation__container .parent .div4 {
    grid-area: 3/1/4/2;
  }

  .recomendation .recomendation__container .parent .div5 {
    grid-area: 3/2/4/3;
  }

  .recomendation .recomendation__container .parent .div6 {
    grid-area: 3/3/4/4;
  }

  .recomendation .recomendation__container .parent .div7 {
    grid-area: 4/1/5/2;
  }

  .recomendation .recomendation__container .parent .div8 {
    grid-area: 4/2/5/3;
  }

  .recomendation .recomendation__container .parent .div9 {
    grid-area: 4/3/5/4;
  }
}

@media all and (max-width: 768px) {
  .recomendation .recomendation__container .parent > div:not(.div1) {
    display: none;
  }

  .recomendation .recomendation__container .parent .div1 {
    width: 100%;
  }
}

.recomendation__mobile {
  display: none;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .recomendation__mobile {
    display: block;
  }
}

.recomendation__mobile .swiper-wrapper {
  -ms-flex-align: stretch;
      align-items: stretch;
  height: auto !important;
}

.recomendation__mobile .swiper-slide {
  height: auto;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 30px 40px 30px;
  border-radius: 8px;
}

@media all and (max-width: 500px) {
  .recomendation__mobile .swiper-slide {
    padding: 30px 30px 40px 30px;
  }
}

.recomendation__mobile .swiper-slide img {
  transition: 0.1s ease-in-out;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  max-width: 100%;
  height: auto;
}

.recomendation__mobile .swiper-slide:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.recomendation__mobile .swiper-slide h3:not(.rec-slider__slide-title) {
  position: absolute;
  font-size: 14px;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  line-height: 1.3;
  padding: 0 20px;
}

@media all and (max-width: 500px) {
  .recomendation__mobile .swiper-slide h3:not(.rec-slider__slide-title) {
    font-size: 12px;
    bottom: 12px;
  }
}

.recomendation__mobile .swiper-slide a:not(.rec-slider__slide-lnk) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subscription {
  margin-top: 6rem;
  margin-bottom: 0;
  background: #FFCC00;
  padding-top: 3.2rem;
  padding-bottom: 3.1rem;
}

@media all and (max-width: 768px) {
  .subscription {
    padding: 14px 0 16px 0;
    margin-top: 50px;
  }
}

.subscription span {
  width: 100%;
  padding: 1rem;
  font-size: 2rem;
  text-align: center;
}

@media all and (max-width: 500px) {
  .subscription__left {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .subscription__left svg {
    display: none;
  }
}

.subscription__text {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 125.9%;
  color: #26241F;
  margin-bottom: 0;
  font-family: "ALS Schlange Sans";
  margin-left: 4.2rem;
  margin-right: 20px;
}

@media all and (max-width: 1600px) {
  .subscription__text {
    font-size: 26px;
  }
}

@media all and (max-width: 1440px) {
  .subscription__text {
    font-size: 24px;
  }
}

@media all and (max-width: 1200px) {
  .subscription__text {
    font-size: 20px;
  }
}

@media all and (max-width: 1024px) {
  .subscription__text {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .subscription__text {
    font-size: 16px;
    margin-left: 20px;
    text-align: center;
  }
}

@media all and (max-width: 500px) {
  .subscription__text {
    font-size: 14px;
  }
}

.subscription form {
  max-width: 61.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

@media all and (max-width: 1024px) {
  .subscription form {
    width: 100%;
    max-width: none;
    -ms-flex: auto;
        flex: auto;
    margin-top: 20px;
  }
}

@media all and (max-width: 768px) {
  .subscription form {
    margin-top: 10px;
  }
}

.subscription form input:not([type=submit]) {
  padding: 1.5rem 2.3rem 1.3rem 2.3rem;
  font-size: 1.6rem;
  line-height: 100%;
  color: #26241F;
  width: 100%;
  max-width: 38.4rem;
  background: #FFFFFF;
  border-radius: 5rem;
  border: none;
  margin-right: 2.8rem;
}

@media all and (max-width: 768px) {
  .subscription form input:not([type=submit]) {
    margin-right: 10px;
  }
}

.subscription form input:not([type=submit])::-webkit-input-placeholder {
  color: #A9BECA;
}

.subscription form input:not([type=submit]):-ms-input-placeholder {
  color: #A9BECA;
}

.subscription form input:not([type=submit])::-ms-input-placeholder {
  color: #A9BECA;
}

.subscription form input:not([type=submit])::placeholder {
  color: #A9BECA;
}

@media all and (max-width: 768px) {
  .subscription form input:not([type=submit]) {
    padding: 6px 19px;
    font-size: 12px;
  }
}

.subscription form button,
.subscription form input[type=submit] {
  background: #26241F;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 27px;
  padding: 1.1rem 5.3rem 1.2rem 5.3rem;
  border: none;
  border-radius: 5rem;
  transition: 0.2s;
}

.subscription form button:hover,
.subscription form input[type=submit]:hover {
  background-color: #26241F;
}

@media all and (max-width: 768px) {
  .subscription form button,
  .subscription form input[type=submit] {
    padding: 6px 19px;
    font-size: 12px;
  }
}

.delivery {
  margin: 8rem auto;
}

@media all and (max-width: 1600px) {
  .delivery {
    margin: 70px auto;
  }
}

@media all and (max-width: 1440px) {
  .delivery {
    margin: 64px auto;
  }
}

@media all and (max-width: 1200px) {
  .delivery {
    margin: 58px auto;
  }
}

@media all and (max-width: 1024px) {
  .delivery {
    margin: 120px auto 52px auto;
  }
}

@media all and (max-width: 768px) {
  .delivery {
    margin: 150px auto 46px auto;
  }
}

@media all and (max-width: 500px) {
  .delivery {
    margin: 160px auto 40px auto;
  }
}

.delivery__container {
  background-color: #BFD9E2;
  border-radius: 1.5rem;
  padding: 4.9rem 5.2rem 5.1rem 0;
}

@media all and (max-width: 1024px) {
  .delivery__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 4.9rem 5.2rem 5.1rem 5.2rem;
  }
}

@media all and (max-width: 768px) {
  .delivery__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 35px;
  }
}

@media all and (max-width: 500px) {
  .delivery__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 20px 30px 20px;
  }
}

.delivery__title {
  font-size: 4rem;
  color: #26241F;
  margin-bottom: 1.6rem;
  font-weight: 600;
}

@media all and (max-width: 1440px) {
  .delivery__title {
    font-size: 38px;
  }
}

@media all and (max-width: 1024px) {
  .delivery__title {
    font-size: 36px;
  }
}

@media all and (max-width: 768px) {
  .delivery__title {
    font-size: 34px;
  }
}

@media all and (max-width: 500px) {
  .delivery__title {
    font-size: 32px;
    text-align: left;
  }
}

.delivery__desc {
  font-size: 1.6rem;
  color: #26241F;
  margin-bottom: 3rem;
}

@media all and (max-width: 500px) {
  .delivery__desc {
    font-size: 14px;
    text-align: left;
  }
}

.delivery__more {
  background-color: #FFCC00;
  padding: 1.4rem 2.9rem;
  color: #26241F;
  border-radius: 5rem;
  font-size: 1.6rem;
  display: inline-block;
}

.delivery__more:hover {
  background-color: #EBC014;
}

.delivery__img {
  width: 63.6rem;
  position: relative;
  height: 100%;
  pointer-events: none;
}

@media all and (max-width: 1440px) {
  .delivery__img {
    width: 50%;
  }
}

@media all and (max-width: 1024px) {
  .delivery__img {
    width: 100%;
    height: 308px;
    margin-top: -174px;
  }
}

@media all and (max-width: 768px) {
  .delivery__img {
    text-align: center;
  }
}

@media all and (max-width: 500px) {
  .delivery__img {
    width: auto;
    margin-top: -136px;
    height: auto;
  }
}

.delivery__img img {
  position: absolute;
  top: -50%;
  left: -50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media all and (max-width: 1024px) {
  .delivery__img img {
    position: static;
    -webkit-transform: none;
            transform: none;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
  }
}

@media all and (max-width: 500px) {
  .delivery__img img {
    height: auto;
  }
}

.delivery__text {
  width: calc(100% - 63.6rem);
}

@media all and (max-width: 1440px) {
  .delivery__text {
    width: 50%;
  }
}

@media all and (max-width: 1024px) {
  .delivery__text {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .delivery__text {
    text-align: center;
  }
}

.shop-page__rubrik {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.shop-page__rubrik:last-child {
  margin-bottom: 0;
}

.shop-page__rubrik-block {
  margin-top: 20px;
  padding-right: 10px;
}

.shop-page__rubrik-block.scroll {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.shop-page__rubrik-block.scroll:hover::-webkit-scrollbar-track {
  background: #DEE8EE;
}

.shop-page__rubrik-block.scroll:hover::-webkit-scrollbar-thumb {
  background: #A9BECA;
}

.shop-page__rubrik-block.scroll::-webkit-scrollbar {
  width: 2px;
}

.shop-page__rubrik-block.scroll::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page__rubrik-block.scroll::-webkit-scrollbar-thumb {
  background: transparent;
  width: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page__rubrik span {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  border: 1px solid #DEE8EE;
  background-color: white;
  border-radius: 2px;
}

.shop-page__rubrik > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.shop-page__rubrik-name {
  font-size: 14px;
  line-height: 100%;
  color: #26241F;
  -ms-flex: 1;
      flex: 1;
}

.shop-page__rubrik-name .count {
  font-family: "serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
  margin-right: 0;
  border: none;
}

.shop-page__rubrik input:checked + span {
  border: 1px solid #044263;
  background-color: #044263;
}

.shop-page__rubrik input:checked + span:before {
  width: 10px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  content: "";
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  margin-bottom: 4px;
}

.shop-page__aside .range-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 2rem;
}

.shop-page__aside-item {
  position: relative;
}

.shop-page__aside-item .ui-widget-header {
  background: #FFCC00;
}

.shop-page__aside-item .ui-widget.ui-widget-content {
  border: none;
  background-color: #DEE8EE;
  border-radius: 10px;
}

.shop-page__aside-item .ui-slider-horizontal {
  height: 4px;
  width: 100%;
  margin-bottom: 22px;
}

.shop-page__aside-item .ui-slider .ui-slider-range {
  background: #FFCC00;
  border-radius: 10px;
}

.shop-page__aside-item .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 4px solid #FFCC00 !important;
  margin-top: -2px;
}

.shop-page__aside-item .price-range-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.shop-page__aside-item .price-range-select input::-webkit-outer-spin-button,
.shop-page__aside-item .price-range-select input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.shop-page__aside-item .price-range-select span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: inline-block;
}

.shop-page__aside-item .price-range-search {
  background-color: #FFCC00;
  border: 1px solid #FFCC00;
  width: calc(50% - 10px);
  min-width: 16%;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  border-radius: 5px;
  font-size: 16px;
}

.shop-page__aside-item .price-range-field {
  width: calc(50% - 10px);
  min-width: 16%;
  background-color: transparent;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  padding: 6px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.shop-page__aside-item .search-results-block {
  position: relative;
  display: block;
  clear: both;
}

.shop-page__aside-item svg {
  position: absolute;
  right: 24px;
  top: 23px;
  cursor: pointer;
}

.shop-page__aside-item-title {
  font-size: 16px;
  line-height: 100%;
  color: #26241F;
  font-weight: 600;
}

.shop-page__apply {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

@media all and (max-width: 1024px) {
  .shop-page__apply {
    display: block;
    text-align: center;
  }
}

.shop-page__sort {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  display: none;
}

@media all and (max-width: 1024px) {
  .shop-page__sort {
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 500px) {
  .shop-page__sort {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.shop-page__sort > div {
  min-width: 120px;
  border-radius: 5px;
  margin-right: 11px;
  padding: 8px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}

@media all and (max-width: 500px) {
  .shop-page__sort > div {
    width: calc(50% - 5px);
    margin-right: 0;
  }
}

.shop-page__sort > div.js-sort-button {
  color: #044263;
}

.shop-page__sort > div.js-show-filter {
  background-color: #FFCC00;
  color: white;
}

.shop-page__sort > div svg,
.shop-page__sort > div img {
  margin-right: 10px;
}

.shop-page__sort > div:last-child {
  margin-right: 0;
}

.shop-page .call-back {
  margin: 26px 20px 48px 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.shop-page__seo {
  margin-bottom: 135px;
  margin-top: 80px;
}

.shop-page__seo li {
  line-height: 130%;
  margin-bottom: 10px;
}

.shop-page__rubrik {
  display: -ms-flexbox;
  display: flex;
}

.shop-page__rubrik:has(input.disabled) {
  display: none !important;
}

.shop-page__rubrik input.disabled {
  pointer-events: none;
}

.shop-page .products-slider__contents-slide {
  width: calc(20% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media all and (max-width: 1200px) {
  .shop-page .products-slider__contents-slide {
    width: calc(25.33333% - 20px);
  }
}

@media all and (max-width: 1024px) {
  .shop-page .products-slider__contents-slide {
    width: calc(25% - 20px);
  }
}

@media all and (max-width: 768px) {
  .shop-page .products-slider__contents-slide {
    width: calc(33.33333% - 20px);
  }
}

@media all and (max-width: 500px) {
  .shop-page .products-slider__contents-slide {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.shop-page__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

@media all and (max-width: 500px) {
  .shop-page__result {
    margin-right: -10px;
  }
}

.shop-page__result-header {
  width: 100%;
  margin-right: 20px;
  border-radius: 5px;
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  padding: 0 30px;
}

@media all and (max-width: 1340px) {
  .shop-page__result-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (max-width: 1024px) {
  .shop-page__result-header {
    display: none;
  }
}

.shop-page__result-count {
  color: #A9BECA;
  font-size: 16px;
}

@media all and (max-width: 1340px) {
  .shop-page__result-count {
    width: 100%;
    padding-top: 18px;
  }
}

.shop-page__result-count span {
  margin-left: 11px;
  color: #044263;
  font-size: 16px;
  line-height: 125.9%;
}

.shop-page__result-sort {
  color: #A9BECA;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.shop-page__result-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.shop-page__result-item {
  margin-left: 29px;
  color: #044263;
  font-size: 16px;
  padding: 18px 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: 0.2s;
}

.shop-page__result-item:hover {
  color: #FFCC00;
}

.shop-page__result-item.current {
  color: #FFCC00;
  border-bottom: 2px solid #FFCC00;
}

.shop-page__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 31px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.shop-page__aside {
  width: 248px;
}

@media all and (max-width: 1024px) {
  .shop-page__aside {
    padding: 0 20px 20px 20px;
    background-color: #F5F9FA;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 99;
    overflow-y: scroll;
    -webkit-transform: translateX(-120%) !important;
            transform: translateX(-120%) !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0px 20px 20px 0 rgba(169, 190, 202, 0.3);
  }
}

@media all and (max-width: 500px) {
  .shop-page__aside {
    width: 100%;
  }
}

.shop-page__aside-mobile {
  display: none;
  padding: 15px 20px;
  margin-bottom: 26px;
}

@media all and (max-width: 1024px) {
  .shop-page__aside-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    background-color: #FFFFFF;
  }
}

.shop-page__aside-mobile h3 {
  color: #044263;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.9%;
}

.shop-page__aside-mobile .js-filter-close {
  cursor: pointer;
}

.shop-page__aside.active {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.shop-page__aside #category_filter {
  height: auto;
}

.shop-page__aside .filter-title {
  font-size: 16px;
  line-height: 100%;
  color: #26241F;
  margin-bottom: 20px;
  font-weight: 600;
}

.shop-page__aside .filter-count {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 14px;
  line-height: 21px;
  color: #A9BECA;
}

.shop-page__aside-item {
  position: relative;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 20px 20px;
  margin-bottom: 15px;
}

.shop-page__aside-item .shop-page__rubrik-block {
  display: none;
}

.shop-page__aside-item.showed .shop-page__rubrik-block {
  display: block;
}

.shop-page__aside-item.showed .category__group-triger {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.shop-page__aside-item.category__group-cat-taxo .shop-page__rubrik-name {
  text-transform: none;
}

.shop-page__aside-item.category-products-category .shop-page__rubrik-name .count {
  display: none;
}

.shop-page__added-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
}

.shop-page__added-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 3px 43px 3px 15px;
  background: #DEE8EE;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.shop-page__added-item.disable-checkbox {
  padding-right: 15px;
}

.shop-page__added-item.disable-checkbox svg {
  display: none;
}

.shop-page__added-item span {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.shop-page__added-item svg.cancel-id-item {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
}

.shop-page__added-item svg.cancel-id-item path {
  transition: 0.2s ease-in-out;
}

.shop-page__added-item svg.cancel-id-item:hover path {
  fill: #000000;
}

.shop-page__main {
  width: calc(100% - 272px);
  margin-left: auto;
}

@media all and (max-width: 1024px) {
  .shop-page__main {
    width: 100%;
  }
}

.product-single {
  margin-bottom: 64px;
}

@media all and (max-width: 1200px) {
  .product-single {
    margin-bottom: 60px;
  }
}

@media all and (max-width: 1024px) {
  .product-single {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 500px) {
  .product-single {
    margin-bottom: 40px;
  }
}

.product-single .products-quantity {
  margin-top: 0;
}

.product-single h2 {
  font-size: 20px;
  font-weight: 600;
  color: #26241F;
}

.product-single__money {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px dashed #BFD9E2;
}

.product-single .products-butons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.product-single .products-butons__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
}

@media all and (max-width: 500px) {
  .product-single .products-butons__item {
    margin-bottom: 10px;
    padding: 13px;
  }
}

@media all and (max-width: 500px) {
  .product-single .products-butons__item:last-child {
    margin: 0 0 30px 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.product-single .products-butons__item svg {
  margin-right: 10px;
}

.product-single .products-butons__item-else {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 15px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

.product-single .products-butons__item-else img {
  margin-left: 5px;
}

.product-single__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.product-single__price-econom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 14px;
}

.product-single__price-econom .econom-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
  margin-right: 15px;
}

.product-single__price-econom .econom-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #30C690;
}

.product-single__price-value {
  position: relative;
  margin-right: 36px;
}

.product-single__price-current {
  font-weight: 600;
  font-size: 48px;
  line-height: 125.9%;
  color: #EF4136;
}

.product-single__price-old {
  position: absolute;
  top: -20px;
  left: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 125.9%;
  text-decoration-line: line-through;
  color: #9DBAC5;
}

.product-single__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #BFD9E2;
}

.product-single__header-present.products-slider__contents-in {
  padding: 9px 13px;
  background-color: #C9EDC3;
  border-radius: 5px;
  color: #24642A;
  margin-right: 40px;
  font-weight: 600;
  font-size: 20px;
}

.product-single__header-present.products-slider__contents-in svg {
  margin-right: 10px;
}

.product-single__title {
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 40px;
  color: #000000;
}

.product-single__sku {
  font-size: 20px;
  line-height: 100%;
  color: #9DBAC5;
  font-weight: 600;
}

.product-single__sku strong {
  color: #465C65;
}

.product-single__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 32px;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 50px;
}

@media all and (max-width: 768px) {
  .product-single__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 35px;
  }
}

@media all and (max-width: 500px) {
  .product-single__container {
    padding: 20px;
  }
}

.product-single__main {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media all and (max-width: 768px) {
  .product-single__main {
    width: 100%;
  }
}

.product-single__content {
  width: 100%;
}

.product-single__content .default-text p strong {
  font-weight: bolder;
}

.product-single__desc {
  padding-top: 40px;
  border-top: 1px dashed #BFD9E2;
  margin-top: 40px;
}

.product-single__desc-atributes {
  margin-top: 19px;
}

@media all and (max-width: 1400px) {
  .product-single__desc-atributes {
    margin-right: 20px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 5px;
  }
}

@media all and (max-width: 500px) {
  .product-single__desc-atributes {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}

.product-single__desc-atributes-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1400px) {
  .product-single__desc-atributes-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-single__desc-atributes-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

.product-single__desc-atributes-values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 19px;
}

.product-single__desc-atributes-item {
  border: 1px solid #A9BECA;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #000000;
  padding: 8px 12px 5px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.product-single__desc-atributes-item:hover:not(.absent) {
  border-color: #044263;
}

.product-single__desc-atributes-item:last-child {
  margin-right: 0;
}

.product-single__desc-atributes-item.absent {
  background-color: #DEE8EE;
  color: #A9BECA;
  cursor: not-allowed;
}

.product-single__desc-atributes-item.current {
  background-color: #044263;
  color: #FFFFFF;
  cursor: auto;
}

.product-single__desc-atributes-item.current:hover {
  border: 1px solid #A9BECA;
}

.product-single__desc-note {
  margin-top: 48px;
  width: 100%;
  background-color: #DEE8EE;
  border-radius: 5px;
  padding: 22px 28px;
}

.product-single__desc-note span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

.product-single__desc-params {
  position: relative;
}

.product-single__desc .params-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
}

.product-single__desc .params-row.center {
  margin-bottom: 0;
}

.product-single__desc .params-row:last-child {
  margin-bottom: 0;
}

.product-single__desc .params-row__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
  margin-right: 10px;
}

.product-single__desc .params-row__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #000000;
  text-align: right;
}

.product-single__aside {
  width: 294px;
}

@media all and (max-width: 1400px) {
  .product-single__aside {
    width: 100%;
  }
}

.product-single__bottom {
  width: 100%;
}

.product-single__bottom-item {
  width: calc(25% - 22px);
}

@media all and (max-width: 768px) {
  .product-single__bottom-item {
    width: calc(50% - 22px);
    margin-bottom: 30px;
  }
}

@media all and (max-width: 500px) {
  .product-single__bottom-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.product-single__image {
  width: 50%;
  padding-right: 60px;
}

@media all and (max-width: 768px) {
  .product-single__image {
    width: 100%;
  }
}

.products-characteristics {
  width: 100%;
}

.products-characteristics__title {
  margin-top: 0;
  margin-bottom: 27px;
}

.products-characteristics__group {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #044263;
  margin-top: 53px;
  margin-bottom: 20px;
}

@media all and (max-width: 500px) {
  .products-characteristics__list {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.products-characteristics table {
  width: 100%;
}

.products-characteristics table tr {
  background-color: transparent;
  border: none;
}

.products-characteristics table td {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #85837E;
  padding: 8px 0;
  border: none;
}

@media all and (max-width: 768px) {
  .products-characteristics table td {
    padding: 6px 0;
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  .products-characteristics table td {
    padding: 4px 0;
    font-size: 14px;
  }
}

.products-characteristics table td:last-child {
  text-align: right;
  color: #26241F;
  font-weight: 600;
}

.product-description {
  margin-top: 81px;
}

@media all and (max-width: 1400px) {
  .product-description {
    margin-top: 70px;
  }
}

@media all and (max-width: 1200px) {
  .product-description {
    margin-top: 60px;
  }
}

@media all and (max-width: 1024px) {
  .product-description {
    margin-top: 50px;
  }
}

@media all and (max-width: 500px) {
  .product-description {
    margin-top: 40px;
  }
}

@media all and (max-width: 500px) {
  .product-description .default-text ul {
    margin-bottom: 20px;
  }

  .product-description .default-text li {
    margin-bottom: 0;
    line-height: 150%;
  }
}

.product-description .default-text p strong {
  font-weight: bolder;
  font-family: "Circe-Bold";
}

.product-description .products-slider {
  margin-bottom: 0;
}

.product-description .tabs-elements__wrapper {
  border-bottom: 3px solid #DEE8EE;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-description__main {
  width: 100%;
}

@media all and (max-width: 768px) {
  .product-description__main {
    width: 100%;
  }
}

.product-description__tabs-content {
  display: none;
  padding-bottom: 40px;
  border-bottom: 3px solid #DEE8EE;
}

.product-description__tabs-content.active {
  display: block;
}

.product-description__tabs-item {
  padding: 17px 33px 12px 33px;
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 100%;
  color: #044263;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}

@media all and (max-width: 1400px) {
  .product-description__tabs-item {
    font-size: 20px;
    padding: 14px 20px 12px 20px;
  }
}

@media all and (max-width: 1024px) {
  .product-description__tabs-item {
    font-size: 18px;
    padding: 14px 20px 12px 20px;
  }
}

@media all and (max-width: 500px) {
  .product-description__tabs-item {
    font-size: 16px;
    padding: 14px 16px 12px 16px;
  }
}

.product-description__tabs-item.active,
.product-description__tabs-item:hover {
  display: block;
  background-color: #DEE8EE;
  border-radius: 5px 5px 0 0;
}

.products-slider,
.added-slider {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
}

@media all and (max-width: 1600px) {
  .products-slider,
  .added-slider {
    margin: 70px auto;
  }
}

@media all and (max-width: 1440px) {
  .products-slider,
  .added-slider {
    margin: 64px auto;
  }
}

@media all and (max-width: 1200px) {
  .products-slider,
  .added-slider {
    margin: 58px auto;
  }
}

@media all and (max-width: 1024px) {
  .products-slider,
  .added-slider {
    margin: 52px auto;
  }
}

@media all and (max-width: 768px) {
  .products-slider,
  .added-slider {
    margin: 46px auto;
  }
}

@media all and (max-width: 500px) {
  .products-slider,
  .added-slider {
    margin: 40px auto;
  }
}

.products-slider__markers,
.added-slider__markers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  position: absolute;
  left: 20px;
  top: 20px;
}

@media all and (max-width: 500px) {
  .products-slider__markers,
  .added-slider__markers {
    left: 16px;
  }
}

.products-slider__markers > div,
.added-slider__markers > div {
  color: rgb(255, 255, 255);
  padding: 8px 10px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

@media all and (max-width: 500px) {
  .products-slider__markers > div,
  .added-slider__markers > div {
    font-size: 11px;
    padding: 5px;
  }
}

.products-slider__markers > div:before,
.added-slider__markers > div:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: inherit;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -4px;
  top: calc(50% - 4px);
}

.products-slider__markers > div.recomended,
.added-slider__markers > div.recomended {
  background-color: rgb(0, 158, 227);
}

.products-slider__markers > div.percent,
.added-slider__markers > div.percent {
  background-color: rgb(239, 65, 54);
}

.products-slider .swiper-container,
.added-slider .swiper-container {
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
}

@media all and (max-width: 768px) {
  .products-slider .swiper-container,
  .added-slider .swiper-container {
    margin-right: -35px;
    margin-left: -35px;
    padding: 0 35px;
    width: calc(100% + 70px);
  }
}

@media all and (max-width: 500px) {
  .products-slider .swiper-container,
  .added-slider .swiper-container {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px;
    width: calc(100% + 40px);
  }
}

.products-slider .swiper-container::-webkit-scrollbar,
.added-slider .swiper-container::-webkit-scrollbar {
  width: 0;
}

.products-slider .swiper-container::-webkit-scrollbar-track,
.added-slider .swiper-container::-webkit-scrollbar-track {
  background: transparent;
  width: 0;
  border: none;
  background-clip: content-box;
}

.products-slider .swiper-container::-webkit-scrollbar-thumb,
.added-slider .swiper-container::-webkit-scrollbar-thumb {
  background: transparent;
  width: 0;
}

.products-slider .tabs-content-item,
.added-slider .tabs-content-item {
  display: none;
}

@media all and (max-width: 1200px) {
  .products-slider .tabs-content-item,
  .added-slider .tabs-content-item {
    display: block;
    margin-bottom: 40px;
  }

  .products-slider .tabs-content-item:last-child,
  .added-slider .tabs-content-item:last-child {
    margin-bottom: 0;
  }
}

.products-slider .tabs-content-item.active,
.added-slider .tabs-content-item.active {
  display: block;
}

.products-slider .tabs-nav-item,
.added-slider .tabs-nav-item {
  cursor: pointer;
}

.products-slider__tabs,
.added-slider__tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 60px;
}

@media all and (max-width: 1200px) {
  .products-slider__tabs,
  .added-slider__tabs {
    display: none;
  }
}

.products-slider__tabs-item,
.added-slider__tabs-item {
  font-size: 40px;
  line-height: 125.9%;
  color: rgb(38, 36, 31);
  font-weight: 700;
  transition: 0.2s;
  margin-right: 60px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media all and (max-width: 1440px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    margin-bottom: 28px;
  }
}

@media all and (max-width: 1200px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    margin-bottom: 26px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    margin-bottom: 24px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    margin-bottom: 22px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    margin-bottom: 20px;
  }
}

.products-slider__tabs-item span,
.added-slider__tabs-item span {
  color: #009EE3;
}

.products-slider__tabs-item span:after,
.added-slider__tabs-item span:after {
  content: " ";
  display: inline-block;
}

@media all and (max-width: 1600px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 36px;
    margin-right: 50px;
  }
}

@media all and (max-width: 1440px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 32px;
    margin-right: 46px;
  }
}

@media all and (max-width: 1200px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 30px;
    margin-right: 42px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 28px;
    margin-right: 38px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 26px;
    margin-right: 34px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 24px;
    margin-right: 30px;
  }
}

@media all and (max-width: 400px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 22px;
  }
}

.products-slider__tabs-item:hover,
.added-slider__tabs-item:hover {
  color: #044263;
}

.products-slider__tabs-item:last-child,
.added-slider__tabs-item:last-child {
  margin-right: 0;
}

.products-slider__tabs-item.active,
.added-slider__tabs-item.active {
  color: #044263;
}

.products-slider__contents,
.added-slider__contents {
  margin-top: 37px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1200px) {
  .products-slider__contents,
  .added-slider__contents {
    margin-top: 0;
  }
}

.products-slider__contents-bottom,
.added-slider__contents-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 24px;
}

@media all and (max-width: 768px) {
  .products-slider__contents-bottom,
  .added-slider__contents-bottom {
    margin-top: 20px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-bottom,
  .added-slider__contents-bottom {
    margin-top: 16px;
  }
}

.products-slider__contents-img,
.added-slider__contents-img {
  margin-bottom: 20px;
  height: auto;
  min-height: 208px;
}

@media all and (max-width: 1600px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 195px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1440px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 175px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1200px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 165px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 155px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 145px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 135px;
    margin-bottom: 15px;
  }
}

.products-slider__contents-img a,
.added-slider__contents-img a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.products-slider__contents-img a img,
.added-slider__contents-img a img {
  width: auto;
  max-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.products-slider__contents-atributes,
.added-slider__contents-atributes {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 20px 19px 20px;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  box-shadow: 0px 0px 40px #DEE8EE;
  border-radius: 5px;
  z-index: -1;
  display: none;
}

.products-slider__contents-atributes .atribute-name,
.added-slider__contents-atributes .atribute-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #A9BECA;
  padding-right: 20px;
}

.products-slider__contents-atributes .atribute-name__row,
.added-slider__contents-atributes .atribute-name__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
}

.products-slider__contents-atributes .atribute-name__row:last-child,
.added-slider__contents-atributes .atribute-name__row:last-child {
  margin-bottom: 0;
}

.products-slider__contents-atributes .atribute-value,
.added-slider__contents-atributes .atribute-value {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #000000;
  text-align: right;
}

.products-slider__contents-add:not(.rec-slider__slide-add),
.added-slider__contents-add:not(.rec-slider__slide-add) {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: rgb(255, 204, 0);
  border-radius: 50%;
  padding: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.2s;
}

@media all and (min-width: 1024px) {
  .products-slider__contents-add:not(.rec-slider__slide-add):hover img,
  .added-slider__contents-add:not(.rec-slider__slide-add):hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.products-slider__contents-add:not(.rec-slider__slide-add).already-added,
.added-slider__contents-add:not(.rec-slider__slide-add).already-added {
  background-color: #E63525;
}

.products-slider__contents-add:not(.rec-slider__slide-add).already-added .hidden,
.added-slider__contents-add:not(.rec-slider__slide-add).already-added .hidden {
  display: none !important;
}

.products-slider__contents-add:not(.rec-slider__slide-add).disabled,
.added-slider__contents-add:not(.rec-slider__slide-add).disabled {
  pointer-events: none;
  opacity: 0.3;
}

@media all and (max-width: 1440px) {
  .products-slider__contents-add:not(.rec-slider__slide-add) svg,
  .added-slider__contents-add:not(.rec-slider__slide-add) svg {
    width: 30px;
    height: 30px;
  }
}

@media all and (max-width: 1200px) {
  .products-slider__contents-add:not(.rec-slider__slide-add) svg,
  .added-slider__contents-add:not(.rec-slider__slide-add) svg {
    width: 28px;
    height: 28px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-add:not(.rec-slider__slide-add) svg,
  .added-slider__contents-add:not(.rec-slider__slide-add) svg {
    width: 24px;
    height: 24px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-add:not(.rec-slider__slide-add) svg,
  .added-slider__contents-add:not(.rec-slider__slide-add) svg {
    width: 20px;
    height: 20px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-add:not(.rec-slider__slide-add) svg,
  .added-slider__contents-add:not(.rec-slider__slide-add) svg {
    width: 16px;
    height: 16px;
  }
}

.products-slider__contents-add:not(.rec-slider__slide-add) .hidden,
.products-slider__contents-add:not(.rec-slider__slide-add):before,
.added-slider__contents-add:not(.rec-slider__slide-add) .hidden,
.added-slider__contents-add:not(.rec-slider__slide-add):before {
  overflow: hidden;
  display: inline-block;
  max-width: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #FFFFFF;
  transition: all 0.2s;
}

@media all and (max-width: 1200px) {
  .products-slider__contents-add:not(.rec-slider__slide-add) .hidden,
  .products-slider__contents-add:not(.rec-slider__slide-add):before,
  .added-slider__contents-add:not(.rec-slider__slide-add) .hidden,
  .added-slider__contents-add:not(.rec-slider__slide-add):before {
    font-size: 14px;
  }
}

.products-slider__contents-add:not(.rec-slider__slide-add) rect,
.added-slider__contents-add:not(.rec-slider__slide-add) rect {
  transition: all 0.2s;
}

.products-slider__contents-add:not(.rec-slider__slide-add):hover rect,
.added-slider__contents-add:not(.rec-slider__slide-add):hover rect {
  fill: #E63525;
}

.products-slider__contents-price,
.added-slider__contents-price {
  font-size: 24px;
  line-height: 125.9%;
  color: rgb(239, 65, 54);
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-price,
  .added-slider__contents-price {
    font-size: 20px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-price,
  .added-slider__contents-price {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-price,
  .added-slider__contents-price {
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-price,
  .added-slider__contents-price {
    font-size: 14px;
  }
}

.products-slider__contents-price span,
.added-slider__contents-price span {
  font-size: 14px;
  line-height: 125.9%;
  font-weight: 700;
  text-decoration-line: line-through;
  color: rgb(157, 186, 197);
}

@media all and (max-width: 1024px) {
  .products-slider__contents-price span,
  .added-slider__contents-price span {
    font-size: 13px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-price span,
  .added-slider__contents-price span {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-price span,
  .added-slider__contents-price span {
    font-size: 11px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-price span,
  .added-slider__contents-price span {
    font-size: 10px;
  }
}

.products-slider__contents-desc,
.added-slider__contents-desc {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.products-slider__contents-desc:after,
.added-slider__contents-desc:after {
  transition: 0.2s;
  position: absolute;
  opacity: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  bottom: -18px;
  left: 0;
  border-bottom: 1px dashed #A9BECA;
}

.products-slider__contents-lnk,
.added-slider__contents-lnk {
  -ms-flex: 1;
      flex: 1;
}

.products-slider__contents-title,
.added-slider__contents-title {
  font-size: 14px;
  line-height: 125.9%;
  font-weight: 400;
  color: rgb(38, 36, 31);
}

@media all and (max-width: 1024px) {
  .products-slider__contents-title,
  .added-slider__contents-title {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-title,
  .added-slider__contents-title {
    font-size: 13px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-title,
  .added-slider__contents-title {
    font-size: 12px;
    color: #26241F;
  }
}

.products-slider__contents-sku,
.added-slider__contents-sku {
  font-size: 14px;
  line-height: 125.9%;
  color: #A9BECA;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-sku,
  .added-slider__contents-sku {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-sku,
  .added-slider__contents-sku {
    font-size: 11px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-sku,
  .added-slider__contents-sku {
    font-size: 10px;
  }
}

.products-slider__contents-in,
.products-slider__contents-out,
.added-slider__contents-in,
.added-slider__contents-out {
  font-size: 14px;
  line-height: 125.9%;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-in,
  .products-slider__contents-out,
  .added-slider__contents-in,
  .added-slider__contents-out {
    font-size: 13px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-in,
  .products-slider__contents-out,
  .added-slider__contents-in,
  .added-slider__contents-out {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-in,
  .products-slider__contents-out,
  .added-slider__contents-in,
  .added-slider__contents-out {
    font-size: 11px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-in,
  .products-slider__contents-out,
  .added-slider__contents-in,
  .added-slider__contents-out {
    font-size: 10px;
  }
}

.products-slider__contents-in,
.added-slider__contents-in {
  color: #30C690;
}

.products-slider__contents-out,
.added-slider__contents-out {
  color: #E63525;
}

.products-slider__contents-init,
.added-slider__contents-init {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-init,
  .added-slider__contents-init {
    margin-top: 11px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-init,
  .added-slider__contents-init {
    margin-top: 8px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-init,
  .added-slider__contents-init {
    margin-top: 5px;
  }
}

.products-slider__contents-slide:not(.rec-slider__slide-content),
.added-slider__contents-slide:not(.rec-slider__slide-content) {
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 15px;
  position: relative;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .products-slider__contents-slide:not(.rec-slider__slide-content),
  .added-slider__contents-slide:not(.rec-slider__slide-content) {
    padding: 15px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-slide:not(.rec-slider__slide-content),
  .added-slider__contents-slide:not(.rec-slider__slide-content) {
    padding: 10px;
  }
}

.products-slider__contents-slide,
.added-slider__contents-slide {
  border-radius: 15px;
}

.products-slider__contents-star,
.added-slider__contents-star {
  border-radius: 0px 3px 3px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 8px;
}

.products-slider__contents-favorite,
.products-slider__contents-compare,
.added-slider__contents-favorite,
.added-slider__contents-compare {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media all and (max-width: 768px) {
  .products-slider__contents-favorite,
  .products-slider__contents-compare,
  .added-slider__contents-favorite,
  .added-slider__contents-compare {
    top: 15px;
    right: 15px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-favorite,
  .products-slider__contents-compare,
  .added-slider__contents-favorite,
  .added-slider__contents-compare {
    top: 10px;
    right: 10px;
  }
}

.products-slider__contents-favorite svg path,
.products-slider__contents-compare svg path,
.added-slider__contents-favorite svg path,
.added-slider__contents-compare svg path {
  transition: 0.2s;
}

.products-slider__contents-favorite:hover svg path,
.products-slider__contents-favorite.selected svg path,
.products-slider__contents-compare:hover svg path,
.products-slider__contents-compare.selected svg path,
.added-slider__contents-favorite:hover svg path,
.added-slider__contents-favorite.selected svg path,
.added-slider__contents-compare:hover svg path,
.added-slider__contents-compare.selected svg path {
  fill: #E63525;
}

.products-slider__contents-compare,
.added-slider__contents-compare {
  top: 53px;
}

@media all and (max-width: 768px) {
  .products-slider__contents-compare,
  .added-slider__contents-compare {
    top: 40px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-compare,
  .added-slider__contents-compare {
    top: 35px;
  }
}

.products-slider__contents-item,
.added-slider__contents-item {
  position: relative;
}

.products-slider__contents-item-navigate,
.added-slider__contents-item-navigate {
  position: absolute;
  right: 0;
  top: -80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 768px) {
  .products-slider__contents-item-navigate,
  .added-slider__contents-item-navigate {
    position: static;
    margin-top: 20px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-item-navigate,
  .added-slider__contents-item-navigate {
    top: 0;
  }
}

.products-slider__contents-item-navigate a,
.added-slider__contents-item-navigate a {
  margin-right: 16px;
}

@media all and (max-width: 768px) {
  .products-slider__contents-item-navigate a,
  .added-slider__contents-item-navigate a {
    margin-right: 0;
  }

  .products-slider__contents-item-navigate a.button,
  .added-slider__contents-item-navigate a.button {
    width: auto;
  }
}

.products-slider__contents-item-navigate div,
.added-slider__contents-item-navigate div {
  margin-left: 20px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 768px) {
  .products-slider__contents-item-navigate div,
  .added-slider__contents-item-navigate div {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-item-navigate div svg,
  .added-slider__contents-item-navigate div svg {
    width: 32px;
    height: 32px;
  }
}

@media all and (max-width: 1200px) {
  .products-slider__contents-item-navigate div,
  .added-slider__contents-item-navigate div {
    margin-left: 10px;
  }
}

.rec-slider {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #FFFFFF;
}

.rec-slider__container {
  height: 100%;
  position: relative;
}

.rec-slider__pagination {
  position: static;
  margin: 0 14px;
}

.rec-slider__pagination .swiper-pagination-bullet {
  margin-right: 16px;
}

.rec-slider__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.rec-slider__navigate {
  position: absolute;
  z-index: 12;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media all and (max-width: 768px) {
  .rec-slider__navigate {
    bottom: 14px;
  }
}

.rec-slider .desc {
  position: absolute;
  right: 30px;
  top: 33px;
  color: rgb(70, 92, 101);
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 45px;
  z-index: 12;
  background-color: rgb(234, 243, 248);
}

@media all and (max-width: 500px) {
  .rec-slider .desc {
    font-size: 11px;
    right: 20px;
  }
}

.rec-slider__title {
  position: absolute;
  top: 27px;
  left: 0;
  background-color: rgb(0, 158, 227);
  border-radius: 0 21px 21px 0;
  padding: 10px 28px 10px 30px;
  width: auto;
  height: auto;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  z-index: 12;
}

@media all and (max-width: 500px) {
  .rec-slider__title {
    font-size: 11px;
    padding: 10px 20px;
  }
}

.rec-slider__slide {
  padding: 96px 30px 70px 30px;
  width: 100%;
}

@media all and (max-width: 500px) {
  .rec-slider__slide {
    padding: 90px 20px 40px 20px;
  }
}

@media all and (max-width: 500px) {
  .rec-slider__slide-desc {
    padding-bottom: 20px;
  }
}

.rec-slider__slide-bottom {
  text-align: right;
}

.rec-slider__slide-add {
  background-color: rgb(255, 204, 0);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: rgb(38, 36, 31);
  border-radius: 80px;
  padding: 13px 30px;
  margin-top: 43px;
  cursor: pointer;
}

@media all and (max-width: 500px) {
  .rec-slider__slide-add {
    margin-top: 20px;
    padding: 7px 18px;
    font-size: 12px;
  }
}

.rec-slider__slide-add:hover {
  background-color: rgb(235, 192, 20);
}

.rec-slider__slide-add svg {
  margin-right: 16px;
}

.rec-slider__slide-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.rec-slider__slide-lnk {
  position: static;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.rec-slider__slide-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  color: rgb(38, 36, 31);
  margin-bottom: 27px;
}

@media all and (max-width: 768px) {
  .rec-slider__slide-title {
    font-size: 18px;
  }
}

@media all and (max-width: 500px) {
  .rec-slider__slide-title {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.rec-slider__slide-old {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 12px;
}

@media all and (max-width: 500px) {
  .rec-slider__slide-old {
    font-size: 14px;
  }
}

.rec-slider__slide-old-perc {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 10px;
  background-color: rgb(239, 65, 54);
  border-radius: 5px;
  margin-left: 20px;
}

@media all and (max-width: 500px) {
  .rec-slider__slide-old-perc {
    font-size: 11px;
    padding: 6px;
  }
}

.rec-slider__slide-old-price {
  font-size: 24px;
  color: rgb(157, 186, 197);
  font-weight: 700;
  text-decoration: line-through;
}

@media all and (max-width: 500px) {
  .rec-slider__slide-old-price {
    font-size: 14px !important;
  }
}

.rec-slider__slide-img {
  height: auto;
  width: auto;
}

.rec-slider__slide-img img {
  height: 100%;
  width: auto;
  -webkit-transform: none !important;
          transform: none !important;
}

.rec-slider__slide-price {
  font-size: 40px;
  font-weight: 700;
  font-family: "ALS Schlange Sans";
  color: rgb(239, 65, 54);
  margin-top: 12px;
}

.rec-slider__slide-price span {
  display: block;
  text-align: right;
}

@media all and (max-width: 500px) {
  .rec-slider__slide-price span {
    font-size: 24px;
  }
}

.ordering__aside {
  border-radius: 5px;
  background: #FFF;
  padding: 25px 31px 36px 31px;
  margin-bottom: 60px;
}

.ordering__aside-title {
  color: #044263;
  font-size: 24px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
}

.ordering__aside-title svg {
  margin-right: 20px;
  cursor: pointer;
}

.ordering__aside-subtitle {
  color: #A9BECA;
  font-size: 16px;
  margin-bottom: 22px;
}

.ordering__aside-list {
  margin-bottom: 17px;
  overflow-y: scroll;
  -ms-flex: 1;
      flex: 1;
  padding: 50px 40px;
  background-color: #F6F6F6;
}

.ordering__aside-list:hover::-webkit-scrollbar-track {
  background: #DEE8EE;
}

.ordering__aside-list:hover::-webkit-scrollbar-thumb {
  background: #A9BECA;
}

.ordering__aside-list::-webkit-scrollbar {
  width: 2px;
}

.ordering__aside-list::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ordering__aside-list::-webkit-scrollbar-thumb {
  background: transparent;
  width: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 960px) {
  .ordering__aside-list {
    max-height: none;
    overflow-y: visible;
  }
}

.ordering__aside-item {
  border-radius: 5px;
  background: #FFFFFF;
  padding: 5px 28px 5px 5px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  position: relative;
}

.ordering__aside-item-delete {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.ordering__aside-item:last-child {
  margin-bottom: 0;
}

.ordering__aside-item .image {
  width: 15%;
  height: 72px;
  overflow: hidden;
  margin-right: 23px;
}

.ordering__aside-item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.ordering__aside-item .content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.ordering__aside-item .content a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 55%;
}

.ordering__aside-item .content .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 45%;
}

.ordering__aside-item .content .bottom .count {
  color: #A9BECA;
  font-size: 14px;
}

.ordering__aside-item .content .bottom .count .products-quantity {
  margin-top: 0;
}

.ordering__aside-item .content .bottom .count .products-quantity__wrapper {
  border: 1px solid #EAF3F8;
  border-radius: 28px;
  width: auto;
  padding: 3px;
}

.ordering__aside-item .content .bottom .count .products-quantity__wrapper > div {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.ordering__aside-item .content .bottom .count .products-quantity__wrapper > div svg {
  width: 100%;
  height: 100%;
}

.ordering__aside-item .content .bottom .count .products-quantity__wrapper input {
  font-size: 12px;
  line-height: 100%;
}

.ordering__aside-item .content .bottom .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ordering__aside-item .content .bottom .price .old {
  color: #E63525;
  font-size: 12px;
  text-decoration-line: line-through;
}

.ordering__aside-item .content .bottom .price .current {
  margin-left: 13px;
  color: #044263;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.ordering__aside-name {
  color: #044263;
  font-size: 14px;
  font-weight: 400;
  line-height: 125.9%;
  margin-bottom: 0;
}

.ordering__aside-promocode {
  color: #044263;
  font-size: 16px;
  margin-bottom: 19px;
}

.ordering__aside-promocode input {
  margin-top: 4px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #044263;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  padding: 8px 10px;
}

.ordering__aside-promocode input::-webkit-input-placeholder {
  color: #A9BECA;
}

.ordering__aside-promocode input:-ms-input-placeholder {
  color: #A9BECA;
}

.ordering__aside-promocode input::-ms-input-placeholder {
  color: #A9BECA;
}

.ordering__aside-promocode input::placeholder {
  color: #A9BECA;
}

.ordering__aside-totals .line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.ordering__aside-totals .line .name {
  color: #044263;
  font-size: 16px;
}

.ordering__aside-totals .line .value {
  color: #000;
  font-size: 16px;
}

.ordering__aside-totals .line.total .name {
  font-weight: 700;
}

.ordering__aside-totals .line.total .value {
  font-size: 20px;
  font-weight: 700;
  color: #044263;
}

.ordering__aside-buttons .button {
  width: 100%;
}

.ordering__aside-buttons .button.disabled {
  pointer-events: none;
  background-color: #CDD9E0;
}

.ordering__aside-buttons p {
  margin-top: 17px;
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
}

.ordering__aside-buttons p a {
  color: #044263;
  text-decoration: underline;
}

.basket {
  margin-top: 45px;
  margin-bottom: 82px;
}

.basket-mob {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media all and (max-width: 1024px) {
  .basket-mob {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.basket-mob__content {
  font-size: 14px;
  margin-bottom: 12px;
}

.basket-mob__bottom {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.basket-mob .basket__table-row {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media all and (max-width: 1024px) {
  .basket-mob .basket__table-row {
    width: 100%;
  }
}

.basket-mob .basket__table-price {
  margin-top: 12px;
  font-size: 20px;
}

.basket-mob .basket__table-title {
  font-size: 20px;
  margin-bottom: 5px;
}

@media all and (max-width: 768px) {
  .basket-mob .basket__table-title {
    font-size: 18px;
  }
}

@media all and (max-width: 500px) {
  .basket-mob .basket__table-title {
    font-size: 16px;
  }
}

.basket-mob .basket__table-name {
  -ms-flex-align: start;
      align-items: flex-start;
  width: calc(100% - 70px);
}

@media all and (max-width: 440px) {
  .basket-mob .basket__table-name {
    width: calc(100% - 56px);
  }
}

.basket-mob .basket__table-img a {
  margin-right: 10px;
}

@media all and (max-width: 768px) {
  .basket-mob .basket__table-img a {
    width: 60px;
    height: auto;
  }
}

.basket-mob .basket__table-remove svg {
  width: 50px;
  height: auto;
}

@media all and (max-width: 440px) {
  .basket-mob .basket__table-remove svg {
    width: 36px;
    height: auto;
  }
}

.basket table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.basket table thead {
  background: #DEE8EE;
  border-radius: 5px;
  margin-bottom: 15px;
}

.basket table thead th {
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
  text-align: left;
}

.basket table tr,
.basket table td,
.basket table th {
  border: none;
}

.basket table td,
.basket table th {
  padding: 15px 25px;
  vertical-align: middle;
}

.basket table td:first-child,
.basket table th:first-child {
  border-radius: 5px 0 0 5px;
}

.basket table td:last-child,
.basket table th:last-child {
  border-radius: 0 5px 5px 0;
}

.basket__table {
  border-spacing: 15px 0;
}

.basket__table-name {
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.basket__table-name img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.basket__table-img a {
  overflow: hidden;
  display: block;
  margin-right: 42px;
  width: 110px;
  height: 110px;
}

.basket__table-price {
  font-family: "Circe-Light";
  font-size: 24px;
  line-height: 125.9%;
  color: #044263;
}

.basket__table-total {
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 125.9%;
  color: #044263;
}

.basket__table-row {
  background: #FFFFFF;
  border-radius: 5px;
}

.basket__table-title {
  font-family: "Circe-Light";
  font-size: 24px;
  line-height: 125.9%;
  color: #044263;
  margin-bottom: 5px;
}

.basket__table-remove svg {
  cursor: pointer;
  transition: 0.2s;
  border-radius: 3px;
}

.basket__table-remove svg * {
  transition: 0.2s;
}

.basket__table-remove svg:hover {
  border: 2px solid #044263;
}

.basket__table-remove svg:hover path {
  fill: #044263;
}

.basket-order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 27px;
}

@media all and (max-width: 1024px) {
  .basket-order {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media all and (max-width: 1024px) {
  .basket-order__simple {
    margin-bottom: 16px;
  }
}

@media all and (max-width: 1024px) {
  .basket-order__go {
    -ms-flex-order: 3;
        order: 3;
    margin-bottom: 16px;
  }
}

.basket-order__total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #044263;
}

@media all and (max-width: 1024px) {
  .basket-order__total {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 20px;
  }
}

.basket-order__total-item {
  margin-bottom: 4px;
}

.basket-order__total-item:last-child {
  margin-bottom: 0;
}

.basket-order__total span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
  margin-bottom: 10px;
}

.basket-order form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
}

@media all and (max-width: 1024px) {
  .basket-order form {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
}

.basket-order form input {
  margin-left: 19px;
  padding: 13px 20px;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
}

.basket-order form input::-webkit-input-placeholder {
  color: #A9BECA;
}

.basket-order form input:-ms-input-placeholder {
  color: #A9BECA;
}

.basket-order form input::-ms-input-placeholder {
  color: #A9BECA;
}

.basket-order form input::placeholder {
  color: #A9BECA;
}

.basket-order__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1024px) {
  .basket-order__buttons {
    -ms-flex-order: 4;
        order: 4;
  }
}

@media all and (max-width: 500px) {
  .basket-order__buttons {
    width: 100%;
  }
}

.basket-order__buttons .button {
  margin-bottom: 16px;
}

.basket-order__buttons .button:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 500px) {
  .basket-order__buttons .button {
    width: 100%;
  }
}

.body-fade {
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.login-popup {
  padding: 0;
  position: relative;
  max-width: 530px;
  width: 100%;
  background: #FFFFFF;
  -webkit-filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
          filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
  border-radius: 5px;
  overflow: hidden;
}

@media all and (max-width: 500px) {
  .login-popup {
    width: calc(100% - 40px);
  }
}

.login-popup__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login-popup__header .login-popup__tab {
  width: auto;
  border-bottom: 2px solid transparent;
  text-align: center;
  padding: 22px 20px;
  font-weight: 700;
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 125.9%;
  color: #044263;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  margin: 0 20px;
}

@media all and (max-width: 500px) {
  .login-popup__header .login-popup__tab {
    padding: 10px;
    font-size: 18px;
  }
}

.login-popup__header .login-popup__tab.active {
  border-bottom: 2px solid #E63525;
}

.login-popup .tabs-content-item {
  display: none;
  width: 100%;
  padding: 36px 40px;
  background-color: #F5F9FA;
}

@media all and (max-width: 500px) {
  .login-popup .tabs-content-item {
    padding: 30px 20px;
  }
}

@media all and (max-width: 400px) {
  .login-popup .tabs-content-item {
    padding: 10px 20px 20px 20px;
  }
}

.login-popup .tabs-content-item.active {
  display: block;
}

.login-popup .tabs-content-item form {
  width: 100%;
}

.login-popup .tabs-content-item.active {
  display: -ms-flexbox;
  display: flex;
}

.login-popup__close {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.login-popup .bottom {
  margin-top: 20px;
  text-align: center;
}

.login-popup button {
  margin-top: 16px;
  width: 100%;
  border: none;
  padding: 20px;
}

@media all and (max-width: 500px) {
  .login-popup button {
    padding: 10px;
  }
}

.login-popup button:before {
  display: none;
}

.login-popup button span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.login-popup .form-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login-popup .form-header-google {
  margin-top: 12px;
  width: 100%;
  position: relative;
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  padding: 21px 20px 20px 20px;
  border: 1px solid #DEE8EE;
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}

@media all and (max-width: 500px) {
  .login-popup .form-header-google {
    padding: 10px;
  }
}

.login-popup .form-header-google svg {
  margin-right: 20px;
}

.login-popup .group-label {
  font-family: "Circe-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #044263;
}

.login-popup .form-header .title,
.login-popup .form-header .devider {
  font-family: "Circe-Regular";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #A9BECA;
}

.login-popup .form-header .devider {
  margin: 0 10px;
  text-decoration: none;
}

.login-popup .else {
  text-decoration: underline;
  color: #1d8fbd;
  cursor: pointer;
  margin-left: 20px;
}

.login-popup .recovery {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #C2C6DC;
}

.login-popup .group label {
  width: 100%;
  display: block;
  margin-bottom: 14px;
}

@media all and (max-width: 500px) {
  .login-popup .group label {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.login-popup .group label.flex {
  display: -ms-flexbox;
  display: flex;
}

.login-popup .group label input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C2C6DC;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2E3A87;
  padding: 22px 20px 12px 24px;
}

@media all and (max-width: 500px) {
  .login-popup .group label input {
    padding: 10px;
    font-size: 14px;
  }
}

.login-popup .group label input:focus {
  border: 1px solid #2E3A87;
}

.login-popup .group label input:not(:-ms-input-placeholder) {
  border: 1px solid #2E3A87;
}

.login-popup .group label input:not(:placeholder-shown) {
  border: 1px solid #2E3A87;
}

.products-quantity {
  margin-top: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.products-quantity .favorite {
  margin-left: 20px;
}

.products-quantity .compare {
  margin-left: 14px;
}

.products-quantity .favorite,
.products-quantity .compare {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.products-quantity .favorite svg,
.products-quantity .compare svg {
  margin-right: 8px;
}

.products-quantity .favorite.selected svg path,
.products-quantity .compare.selected svg path {
  fill: #E63525;
}

.products-quantity__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #FFFFFF;
  border: 1px solid #EAF3F8;
  border-radius: 45px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5px;
}

.products-quantity__wrapper .number-plus,
.products-quantity__wrapper .number-minus {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
}

.products-quantity__wrapper .number-plus.disable,
.products-quantity__wrapper .number-minus.disable {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.products-quantity input {
  font-family: "Nunito Sans", sans-serif;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #000000;
}

.products-quantity input[type=number] {
  -moz-appearance: textfield;
  max-width: 40px;
}

.products-quantity input::-webkit-outer-spin-button,
.products-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.quantity__wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  alignment-baseline: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  padding: 5px 11px;
  font-size: 14px;
  font-weight: 700;
  width: auto;
  align-items: center;
}

@media all and (max-width: 768px) {
  .quantity__wrap {
    margin-left: auto;
    margin-right: 0;
  }
}

.quantity__wrap .custom_input_num {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
}

.quantity__wrap .custom_input_num svg * {
  transition: 0.2s;
}

.quantity__wrap .custom_input_num:hover svg rect {
  fill: #044263;
}

.quantity__wrap .custom_input_num.disable {
  pointer-events: none;
  opacity: 0.5;
}

.quantity__wrap input {
  border: none;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  min-width: 50px;
  max-width: 80px;
}

.quantity__wrap input[type=number] {
  -moz-appearance: textfield;
}

.quantity__wrap input::-webkit-outer-spin-button,
.quantity__wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.ordering__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}

.ordering__aside {
  width: 421px;
}

@media all and (max-width: 960px) {
  .ordering__aside {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 52px;
  }
}

@media all and (max-width: 500px) {
  .ordering__aside {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 20px !important;
    border-radius: 0;
  }
}

.ordering__main {
  width: calc(100% - 441px);
}

@media all and (max-width: 960px) {
  .ordering__main {
    width: 100%;
  }
}

.ordering__main-item {
  padding-bottom: 40px;
  border-bottom: 2px solid #DEE8EE;
}

@media all and (max-width: 500px) {
  .ordering__main-item {
    padding-bottom: 6px;
  }
}

.ordering__main-item.active .marker-list {
  background-color: #E63525;
  color: #FFFFFF;
}

.ordering__main-item.active .ordering__main-content {
  display: -ms-flexbox;
  display: flex;
}

.ordering__main-item.order-first label {
  width: calc(50% - 35px);
  margin-top: 0;
}

@media all and (max-width: 1400px) {
  .ordering__main-item.order-first label {
    width: 100%;
  }
}

.ordering__main-title {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  margin-top: 50px;
}

@media all and (max-width: 500px) {
  .ordering__main-title {
    margin-top: 25px;
  }
}

.ordering__main-title .marker-list {
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 43px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  padding-top: 4px;
  margin-bottom: 4px;
  color: #A9BECA;
  background-color: #DEE8EE;
}

.ordering__main-content {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  transition: all 1s ease-in;
  padding-left: 60px;
  width: 100%;
}

@media all and (max-width: 768px) {
  .ordering__main-content {
    padding-left: 0;
  }
}

.ordering__main-content .row {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dotted #A9BECA;
}

.ordering__main-content .row > label > input:checked ~ .dop {
  display: block;
}

.ordering__main-content .row.self p {
  color: #044263;
  text-align: left;
  -ms-flex: 1;
      flex: 1;
  margin-right: 20px;
}

.ordering__main-content .row.self p i {
  color: #A9BECA;
}

.ordering__main-content .row.self b {
  color: #30C690;
  font-size: 16px;
}

.ordering__main-content .row label {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
}

.ordering__main-content .row label .dop label {
  margin: 20px 0;
}

.ordering__main-content .row label .wrapper-input {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  width: 100%;
  margin: 20px -10px 0 0;
}

@media all and (max-width: 1440px) {
  .ordering__main-content .row label .wrapper-input {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.ordering__main-content .row label .wrapper-input input {
  max-width: calc(33.333% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%;
}

@media all and (max-width: 1440px) {
  .ordering__main-content .row label .wrapper-input input {
    max-width: calc(50% - 35px);
    margin-right: 35px;
  }
}

@media all and (max-width: 1400px) {
  .ordering__main-content .row label .wrapper-input input {
    max-width: 100%;
    margin-right: 0;
  }
}

.ordering__main-content .row label .delivery-item__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.ordering__main-content .row label > span:not(.wrapper-input) {
  width: 16px;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  border: 1px solid #DEE8EE;
  margin-right: 10px;
  background-color: #FFFFFF;
}

.ordering__main-content .row label > span:not(.wrapper-input):before {
  content: "";
  display: block;
  background-color: #044263;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
}

.ordering__main-content .row label p {
  color: #A9BECA;
  text-align: right;
  font-size: 16px;
  margin-bottom: 0;
}

.ordering__main-content .row label input:checked + span {
  border: 1px solid #044263;
  background-color: transparent;
}

.ordering__main-content .row label input:checked ~ .wrapper-input {
  display: -ms-flexbox;
  display: flex;
}

.ordering__main-content .row label input:checked + span:before {
  opacity: 1;
}

.ordering__main-content .ordering-delivery {
  width: 100%;
}

.ordering__main-content .ordering-delivery label {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ordering__main-content .ordering-delivery .dop {
  display: none;
  width: 100%;
  padding-left: 40px;
  margin-top: 24px;
}

.ordering__main-content .button {
  margin-top: 24px;
  width: calc(50% - 35px);
}

@media all and (max-width: 500px) {
  .ordering__main-content .button {
    width: 100%;
  }
}

.ordering__main-content label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 35px;
  width: calc(50% - 35px);
  margin-bottom: 10px;
}

@media all and (max-width: 1400px) {
  .ordering__main-content label {
    width: 100%;
    margin-right: 0;
  }
}

.ordering__main-content label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
}

.ordering__main-content label input,
.ordering__main-content label textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  padding: 13px 20px;
}

.ordering__main-content label input::-webkit-input-placeholder, .ordering__main-content label textarea::-webkit-input-placeholder {
  color: #A9BECA;
}

.ordering__main-content label input:-ms-input-placeholder, .ordering__main-content label textarea:-ms-input-placeholder {
  color: #A9BECA;
}

.ordering__main-content label input::-ms-input-placeholder, .ordering__main-content label textarea::-ms-input-placeholder {
  color: #A9BECA;
}

.ordering__main-content label input::placeholder,
.ordering__main-content label textarea::placeholder {
  color: #A9BECA;
}

.ordering__main-content > label {
  margin-top: 24px;
  width: 100%;
}

.ordering__main-content > label.agry {
  position: relative;
  padding-left: 28px;
}

.ordering__main-content > label.agry .wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.ordering__main-content > label.agry .wrap span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 2px;
}

.ordering__main-content > label.agry input {
  display: none;
}

.ordering__main-content > label.agry input:checked + span {
  border: 1px solid #044263;
}

.ordering__main-content > label.agry input:checked + span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #044263;
}

.ordering__main-content > label.agry .label {
  color: #000;
  font-size: 12px;
}

.ordering__main-content > label.agry .sublable {
  color: #A9BECA;
  font-size: 12px;
}

.cabinet {
  margin-bottom: 115px;
}

.cabinet .scroll-block {
  overflow-y: scroll;
  -ms-flex: 1;
      flex: 1;
}

.cabinet .scroll-block:hover::-webkit-scrollbar-track {
  background: #DEE8EE;
}

.cabinet .scroll-block:hover::-webkit-scrollbar-thumb {
  background: #A9BECA;
}

.cabinet .scroll-block::-webkit-scrollbar {
  width: 2px;
}

.cabinet .scroll-block::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cabinet .scroll-block::-webkit-scrollbar-thumb {
  background: transparent;
  width: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cabinet #resultFields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 768px) {
  .cabinet #resultFields .shop-page__aside-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media all and (max-width: 500px) {
  .cabinet #resultFields .shop-page__aside-item svg {
    display: block;
    right: 0;
    top: 5px;
  }
}

.cabinet #resultFields .category__group {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  max-height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1440px) {
  .cabinet #resultFields .category__group {
    width: calc(33.3333% - 20px);
  }
}

@media all and (max-width: 768px) {
  .cabinet #resultFields .category__group {
    width: calc(50% - 20px);
  }

  .cabinet #resultFields .category__group .shop-page__rubrik-name {
    font-size: 14px;
  }

  .cabinet #resultFields .category__group .shop-page__aside-item-title {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .cabinet #resultFields .category__group {
    width: 100%;
  }
}

.cabinet #resultFields .category__group-triger {
  display: none;
}

.cabinet__tabs {
  margin-top: 31px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.cabinet__links {
  width: 274px;
}

@media all and (max-width: 1300px) {
  .cabinet__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
}

@media all and (max-width: 430px) {
  .cabinet__links {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.cabinet__links-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #044263;
  padding: 18px 24px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1300px) {
  .cabinet__links-item {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-right: 1px;
  }
}

@media all and (max-width: 768px) {
  .cabinet__links-item {
    font-size: 16px;
    padding: 14px 16px;
  }
}

@media all and (max-width: 430px) {
  .cabinet__links-item {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
  }
}

.cabinet__links-item.active,
.cabinet__links-item:hover {
  background-color: #DEE8EE;
}

.cabinet__contents {
  width: calc(100% - 294px);
}

@media all and (max-width: 1300px) {
  .cabinet__contents {
    width: 100%;
  }
}

.cabinet__contents-item {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
}

.cabinet__contents-item.active {
  display: -ms-flexbox;
  display: flex;
}

.cabinet__contents-header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #FFFFFF;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
  padding: 0 31px;
  margin-bottom: 12px;
}

@media all and (max-width: 1024px) {
  .cabinet__contents-header {
    padding: 16px 31px;
  }
}

@media all and (max-width: 500px) {
  .cabinet__contents-header {
    padding: 16px 20px;
  }
}

.cabinet__contents-header .header-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.cabinet__contents-header .header-item-mobile {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #044263;
}

@media all and (max-width: 1024px) {
  .cabinet__contents-header .header-item-mobile {
    display: -ms-flexbox;
    display: flex;
  }
}

.cabinet__contents-header .header-item-mobile svg {
  margin-right: 20px;
}

.cabinet__contents-header .header-item-mobile span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

.cabinet__contents-header .header-item__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.cabinet__contents-header .header-item__list-item {
  margin-left: 29px;
  cursor: pointer;
  padding: 17px 0;
  border-bottom: 2px solid transparent;
  color: #044263;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s;
}

.cabinet__contents-header .header-item__list-item.active,
.cabinet__contents-header .header-item__list-item:hover {
  border-bottom: 2px solid #E63525;
  color: #E63525;
}

.cabinet__contents-header .found {
  -ms-flex: 1;
      flex: 1;
}

@media all and (max-width: 450px) {
  .cabinet__contents-header .found {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.cabinet__contents-header .found span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
  margin-left: 11px;
}

@media all and (max-width: 450px) {
  .cabinet__contents-header .found span {
    margin-left: 0;
  }
}

@media all and (max-width: 1024px) {
  .cabinet__contents-header .show {
    display: none;
  }

  .cabinet__contents-header .show.active-sort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.cabinet__contents-order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 56px 16px 31px;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  position: relative;
  margin-bottom: 12px;
}

@media all and (max-width: 600px) {
  .cabinet__contents-order {
    padding: 20px 20px 16px 20px;
  }
}

.cabinet__contents-order.show .cabinet__contents-order-full {
  display: -ms-flexbox;
  display: flex;
}

.cabinet__contents-order.show svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cabinet__contents-order:before {
  content: "";
  display: block;
  background: #30C690;
  border-radius: 12px;
  width: 8px;
  height: calc(100% - 20px);
  max-height: 36px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.cabinet__contents-order.done .order-item__status {
  color: #30C690;
}

.cabinet__contents-order.done:before {
  background-color: #30C690;
}

.cabinet__contents-order.cancel .order-item__status {
  color: #A9BECA;
}

.cabinet__contents-order.cancel:before {
  background-color: #A9BECA;
}

.cabinet__contents-order.process .order-item__status {
  color: #E63525;
}

.cabinet__contents-order.process:before {
  background-color: #E63525;
}

.cabinet__contents-order svg {
  position: absolute;
  top: 17px;
  right: 16px;
  cursor: pointer;
}

@media all and (max-width: 500px) {
  .cabinet__contents-order svg {
    right: 10px;
  }
}

.cabinet__contents-order-header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #A9BECA;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cabinet__contents-order-header .order-item__sku {
  width: 25%;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-header .order-item__sku {
    width: auto;
    white-space: nowrap;
  }
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-header .order-item__sku {
    padding-left: 6px;
  }
}

@media all and (max-width: 500px) {
  .cabinet__contents-order-header .order-item__sku {
    -ms-flex-order: 2;
        order: 2;
    padding-left: 6px;
    margin-top: 10px;
  }
}

.cabinet__contents-order-header .order-item__sku a {
  margin-left: 10px;
  color: #E63525;
}

.cabinet__contents-order-header .order-item__sku span {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #044263;
  margin-right: 7px;
}

.cabinet__contents-order-header .order-item__status {
  width: 55%;
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-header .order-item__status {
    padding: 0 20px;
    width: 20%;
  }
}

@media all and (max-width: 500px) {
  .cabinet__contents-order-header .order-item__status {
    -ms-flex-order: 1;
        order: 1;
    padding-left: 6px;
    width: 100%;
  }
}

.cabinet__contents-order-header .order-item__total {
  width: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-header .order-item__total {
    width: 60%;
    text-align: right;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .cabinet__contents-order-header .order-item__total br {
    display: none;
  }
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-header .order-item__total {
    width: 100%;
    text-align: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 6px;
    padding-left: 6px;
  }
}

@media all and (max-width: 500px) {
  .cabinet__contents-order-header .order-item__total {
    -ms-flex-order: 3;
        order: 3;
  }
}

.cabinet__contents-order-header .order-item__total span {
  width: 60%;
  font-weight: 400;
  font-size: 14px;
  color: #A9BECA;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-header .order-item__total span {
    width: auto;
    margin-right: 20px;
  }
}

.cabinet__contents-order-full {
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 24px;
  display: none;
}

.cabinet__contents-order-full .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 20px;
  position: relative;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-left: 120px;
  }
}

@media all and (max-width: 600px) {
  .cabinet__contents-order-full .row {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 10px 50px 120px;
    overflow: hidden;
    min-height: 140px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media all and (min-width: 601px) {
  .cabinet__contents-order-full .row:last-child {
    padding-bottom: 0;
  }
}

.cabinet__contents-order-full .row:last-child:after {
  display: none;
}

.cabinet__contents-order-full .row:after {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  bottom: 10px;
  width: calc(82% - 58px);
  border-bottom: 1px dashed #A9BECA;
}

@media all and (max-width: 600px) {
  .cabinet__contents-order-full .row:after {
    display: none;
  }
}

.cabinet__contents-order-full .row .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.cabinet__contents-order-full .row .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #A9BECA;
}

.cabinet__contents-order-full .row .value {
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

.cabinet__contents-order-full .row .empty {
  width: 25%;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-full .row .empty {
    width: 0;
  }
}

.cabinet__contents-order-full .row .product {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-full .row .product {
    width: 60%;
    padding-right: 40px;
  }
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row .product {
    width: 100%;
    padding-right: 0;
  }
}

.cabinet__contents-order-full .row .product img {
  width: 47px;
  height: auto;
  margin-right: 22px;
  max-width: 47px;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row .product img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    max-width: 100px;
    max-height: 100%;
  }
}

.cabinet__contents-order-full .row .product-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #044263;
}

.cabinet__contents-order-full .row .price {
  width: 10%;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-full .row .price {
    width: 15%;
  }
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row .price {
    width: 33.3333%;
  }
}

@media all and (max-width: 768px) {
  .cabinet__contents-order-full .row .price {
    width: 46.6666%;
  }
}

@media all and (max-width: 768px) {
  .cabinet__contents-order-full .row .price {
    width: 66.6666%;
  }
}

.cabinet__contents-order-full .row .quantity {
  width: 12%;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row .quantity {
    width: 33.3333%;
  }
}

.cabinet__contents-order-full .row .sum {
  width: 8%;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row .sum {
    width: 33.3333%;
  }
}

@media all and (max-width: 768px) {
  .cabinet__contents-order-full .row .sum {
    width: 20%;
  }
}

@media all and (max-width: 600px) {
  .cabinet__contents-order-full .row .sum {
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #DEE8EE;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .cabinet__contents-order-full .row .sum * {
    color: #044263;
  }

  .cabinet__contents-order-full .row .sum .name {
    margin-right: 20px;
  }
}

.cabinet__personal-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #A9BECA;
  margin-bottom: 15px;
}

.cabinet__personal-pas {
  margin-top: 43px;
}

.cabinet__personal-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px;
}

.cabinet__personal-block {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  width: calc(50% - 10px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

@media all and (max-width: 700px) {
  .cabinet__personal-block {
    width: 100%;
  }
}

.cabinet__personal-block .edit {
  position: absolute;
  right: 13px;
  bottom: 13px;
  cursor: pointer;
}

.cabinet__personal-block .edit path {
  transition: 0.2s;
}

.cabinet__personal-block .edit:hover path {
  fill: #2D404A;
}

.cabinet__personal-block span {
  margin-bottom: 3px;
}

.cabinet__personal-block input {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  padding: 13px 20px;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
}

.cabinet__personal-block input::-webkit-input-placeholder {
  color: #044263;
}

.cabinet__personal-block input:-ms-input-placeholder {
  color: #044263;
}

.cabinet__personal-block input::-ms-input-placeholder {
  color: #044263;
}

.cabinet__personal-block input::placeholder {
  color: #044263;
}

.page-404 {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.page-404 footer {
  z-index: 2;
}

.page-404 .main {
  -ms-flex: 1;
      flex: 1;
  padding-top: 0;
}

.page-404 .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-404 .container-star {
  background-image: linear-gradient(to bottom, #0E6D8B 0%, #0E6D8B 70%, #0E6D8B 100%);
}

.page-404 .container-star:after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(15, 10, 38, 0.2) 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.page-404 .star-1 {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-animation: twinkle 5s infinite ease-in-out;
          animation: twinkle 5s infinite ease-in-out;
}

.page-404 .star-1:after {
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}

.page-404 .star-1:before {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  border-radius: 50%;
  content: "";
  top: -20%;
  left: -50%;
}

.page-404 .star-1:nth-of-type(1) {
  top: 46vh;
  left: 61vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(1):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(2) {
  top: 68vh;
  left: 40vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-1:nth-of-type(2):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(3) {
  top: 98vh;
  left: 50vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(3):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(4) {
  top: 11vh;
  left: 91vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(4):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(5) {
  top: 81vh;
  left: 35vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(5):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(6) {
  top: 29vh;
  left: 59vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(6):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(7) {
  top: 98vh;
  left: 24vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-1:nth-of-type(7):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(8) {
  top: 9vh;
  left: 28vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(8):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(9) {
  top: 57vh;
  left: 64vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(9):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(10) {
  top: 27vh;
  left: 97vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(10):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(11) {
  top: 84vh;
  left: 36vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(11):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(12) {
  top: 84vh;
  left: 12vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(12):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(13) {
  top: 56vh;
  left: 26vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(13):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(14) {
  top: 48vh;
  left: 87vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(14):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(15) {
  top: 57vh;
  left: 94vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(15):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(16) {
  top: 36vh;
  left: 15vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(16):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(17) {
  top: 44vh;
  left: 43vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(17):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(18) {
  top: 69vh;
  left: 81vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(18):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(19) {
  top: 87vh;
  left: 47vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(19):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(20) {
  top: 52vh;
  left: 9vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(20):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(21) {
  top: 22vh;
  left: 49vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(21):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(22) {
  top: 25vh;
  left: 30vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(22):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(23) {
  top: 72vh;
  left: 36vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-1:nth-of-type(23):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(24) {
  top: 5vh;
  left: 79vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-1:nth-of-type(24):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(25) {
  top: 100vh;
  left: 3vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(25):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(26) {
  top: 13vh;
  left: 58vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(26):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(27) {
  top: 12vh;
  left: 74vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(27):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(28) {
  top: 36vh;
  left: 71vw;
  width: 8px;
  height: 2.6666666667px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(28):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(29) {
  top: 72vh;
  left: 13vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(29):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(30) {
  top: 43vh;
  left: 60vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(30):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-2 {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-animation: twinkle 5s infinite ease-in-out;
          animation: twinkle 5s infinite ease-in-out;
}

.page-404 .star-2:nth-of-type(31) {
  top: 37vh;
  left: 62vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(31):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(32) {
  top: 96vh;
  left: 17vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(32):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(33) {
  top: 72vh;
  left: 77vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(33):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(34) {
  top: 27vh;
  left: 2vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(34):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(35) {
  top: 38vh;
  left: 44vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(35):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(36) {
  top: 85vh;
  left: 80vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(36):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(37) {
  top: 64vh;
  left: 25vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(37):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(38) {
  top: 39vh;
  left: 29vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(38):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(39) {
  top: 14vh;
  left: 18vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(39):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(40) {
  top: 24vh;
  left: 88vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(40):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(41) {
  top: 26vh;
  left: 24vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(41):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(42) {
  top: 20vh;
  left: 24vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(42):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(43) {
  top: 79vh;
  left: 98vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(43):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(44) {
  top: 41vh;
  left: 48vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(44):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(45) {
  top: 18vh;
  left: 55vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(45):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(46) {
  top: 78vh;
  left: 85vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(46):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(47) {
  top: 100vh;
  left: 74vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(47):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(48) {
  top: 17vh;
  left: 36vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(48):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(49) {
  top: 1vh;
  left: 39vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(49):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(50) {
  top: 85vh;
  left: 84vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(50):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(51) {
  top: 22vh;
  left: 26vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(51):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(52) {
  top: 5vh;
  left: 24vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(52):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(53) {
  top: 99vh;
  left: 55vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(53):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(54) {
  top: 6vh;
  left: 29vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(54):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(55) {
  top: 88vh;
  left: 73vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(55):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(56) {
  top: 90vh;
  left: 14vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(56):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(57) {
  top: 56vh;
  left: 91vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(57):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(58) {
  top: 71vh;
  left: 74vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(58):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(59) {
  top: 8vh;
  left: 95vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(59):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(60) {
  top: 88vh;
  left: 17vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(60):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .container-title {
  width: 600px;
  height: 450px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  color: white;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

.page-404 .title > * {
  display: inline-block;
  font-size: 200px;
}

.page-404 .number {
  text-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0.2em;
  font-family: "Russo One", sans-serif;
}

.page-404 .subtitle {
  font-size: 25px;
  margin-top: 1.5em;
  font-family: "Lato", sans-serif;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.page-404 .abutton {
  font-size: 22px;
  margin-top: 1.5em;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  color: white;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  z-index: 999;
  border: 2px solid white;
  border-radius: 5px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
}

.page-404 .abutton:hover {
  opacity: 0.7;
}

.page-404 .abutton:focus {
  outline: 0;
}

.page-404 .moon {
  position: relative;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 70px #fff, 0 0 80px #fff, 0 0 100px #ff1177;
  -webkit-animation: rotate 5s ease-in-out infinite;
          animation: rotate 5s ease-in-out infinite;
}

.page-404 .moon .face {
  top: 60%;
  left: 47%;
  position: absolute;
}

.page-404 .moon .face .mouth {
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #0E6D8B;
  width: 25px;
  height: 25px;
  position: absolute;
  -webkit-animation: snore 5s ease-in-out infinite;
          animation: snore 5s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.3);
}

.page-404 .moon .face .eyes {
  position: absolute;
  top: -30px;
  left: -30px;
}

.page-404 .moon .face .eyes .eye-left,
.page-404 .moon .face .eyes .eye-right {
  border: 4px solid #0E6D8B;
  width: 30px;
  height: 15px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: 0;
  position: absolute;
}

.page-404 .moon .face .eyes .eye-left:before,
.page-404 .moon .face .eyes .eye-left:after,
.page-404 .moon .face .eyes .eye-right:before,
.page-404 .moon .face .eyes .eye-right:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #0E6D8B;
  top: -2px;
  left: -4px;
}

.page-404 .moon .face .eyes .eye-left:after,
.page-404 .moon .face .eyes .eye-right:after {
  left: auto;
  right: -4px;
}

.page-404 .moon .face .eyes .eye-right {
  left: 50px;
}

.page-404 .container-bird {
  -webkit-perspective: 2000px;
          perspective: 2000px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-404 .bird {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 50px;
  -webkit-transform: translate3d(-100vw, 0, 0) rotateY(90deg);
          transform: translate3d(-100vw, 0, 0) rotateY(90deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.page-404 .bird-container {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate3d(50px, 30px, -300px);
          transform: translate3d(50px, 30px, -300px);
}

.page-404 .wing {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 300;
}

.page-404 .wing-left {
  background: linear-gradient(to bottom, #fdf8d4 0%, #F6E04F 100%);
  -webkit-transform: translate3d(0, 0, 0) rotateX(-30deg);
          transform: translate3d(0, 0, 0) rotateX(-30deg);
  -webkit-animation: wingLeft 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingLeft 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .wing-right {
  background: linear-gradient(to bottom, #f5e7b0 0%, #F6E04F 100%);
  -webkit-transform: translate3d(0, 0, 0) rotateX(-30deg);
          transform: translate3d(0, 0, 0) rotateX(-30deg);
  -webkit-animation: wingRight 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingRight 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .wing-right-top,
.page-404 .wing-left-top {
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  top: -20px;
  width: 100%;
  position: absolute;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.page-404 .wing-right-top {
  border-bottom: 20px solid #faf084;
  -webkit-transform: translate3d(0, 0, 0) rotateX(60deg);
          transform: translate3d(0, 0, 0) rotateX(60deg);
  -webkit-animation: wingRightTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingRightTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .wing-left-top {
  border-bottom: 20px solid #fff0a2;
  -webkit-transform: translate3d(0, 0, 0) rotateX(-60deg);
          transform: translate3d(0, 0, 0) rotateX(-60deg);
  -webkit-animation: wingLeftTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingLeftTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .bird-anim:nth-child(1) {
  -webkit-animation: bird1 30s linear infinite forwards;
          animation: bird1 30s linear infinite forwards;
}

.page-404 .bird-anim:nth-child(2) {
  -webkit-animation: bird2 30s linear infinite forwards;
          animation: bird2 30s linear infinite forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  z-index: -1;
}

.page-404 .bird-anim:nth-child(3) {
  -webkit-animation: bird3 30s linear infinite forwards;
          animation: bird3 30s linear infinite forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .bird-anim:nth-child(4) {
  -webkit-animation: bird4 30s linear infinite forwards;
          animation: bird4 30s linear infinite forwards;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.page-404 .bird-anim:nth-child(5) {
  -webkit-animation: bird5 30s linear infinite forwards;
          animation: bird5 30s linear infinite forwards;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}

.page-404 .bird-anim:nth-child(6) {
  -webkit-animation: bird6 30s linear infinite forwards;
          animation: bird6 30s linear infinite forwards;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  z-index: -1;
}

@-webkit-keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes snore {
  0%, 100% {
    -webkit-transform: scale(1) rotate(30deg);
            transform: scale(1) rotate(30deg);
  }

  50% {
    -webkit-transform: scale(0.5) rotate(30deg);
            transform: scale(0.5) rotate(30deg);
    border-bottom-left-radius: 50%;
  }
}

@keyframes snore {
  0%, 100% {
    -webkit-transform: scale(1) rotate(30deg);
            transform: scale(1) rotate(30deg);
  }

  50% {
    -webkit-transform: scale(0.5) rotate(30deg);
            transform: scale(0.5) rotate(30deg);
    border-bottom-left-radius: 50%;
  }
}

@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.3;
  }
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.3;
  }
}

@-webkit-keyframes wingLeft {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-50deg);
            transform: translate3d(0, 0, 0) rotateX(-50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(-130deg);
            transform: translate3d(0, -20px, 0) rotateX(-130deg);
    background: linear-gradient(to bottom, #fffadc 0%, #f6b000 100%);
  }
}

@keyframes wingLeft {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-50deg);
            transform: translate3d(0, 0, 0) rotateX(-50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(-130deg);
            transform: translate3d(0, -20px, 0) rotateX(-130deg);
    background: linear-gradient(to bottom, #fffadc 0%, #f6b000 100%);
  }
}

@-webkit-keyframes wingLeftTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-10deg);
            transform: translate3d(0, 0, 0) rotateX(-10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0) rotateX(-40deg);
            transform: translate3d(0px, 0px, 0) rotateX(-40deg);
    border-bottom: 20px solid #f1cf0e;
  }
}

@keyframes wingLeftTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-10deg);
            transform: translate3d(0, 0, 0) rotateX(-10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0) rotateX(-40deg);
            transform: translate3d(0px, 0px, 0) rotateX(-40deg);
    border-bottom: 20px solid #f1cf0e;
  }
}

@-webkit-keyframes wingRight {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(50deg);
            transform: translate3d(0, 0, 0) rotateX(50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(130deg);
            transform: translate3d(0, -20px, 0) rotateX(130deg);
    background: linear-gradient(to bottom, #fdeb73 0%, #ffbd00 100%);
  }
}

@keyframes wingRight {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(50deg);
            transform: translate3d(0, 0, 0) rotateX(50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(130deg);
            transform: translate3d(0, -20px, 0) rotateX(130deg);
    background: linear-gradient(to bottom, #fdeb73 0%, #ffbd00 100%);
  }
}

@-webkit-keyframes wingRightTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(10deg);
            transform: translate3d(0, 0, 0) rotateX(10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(40deg);
            transform: translate3d(0px, 0px, 0px) rotateX(40deg);
    border-bottom: 20px solid #f6c300;
  }
}

@keyframes wingRightTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(10deg);
            transform: translate3d(0, 0, 0) rotateX(10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(40deg);
            transform: translate3d(0px, 0px, 0px) rotateX(40deg);
    border-bottom: 20px solid #f6c300;
  }
}

@-webkit-keyframes bird1 {
  0% {
    -webkit-transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
  }
}

@keyframes bird1 {
  0% {
    -webkit-transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
  }
}

@-webkit-keyframes bird2 {
  0%, 15% {
    -webkit-transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
  }
}

@keyframes bird2 {
  0%, 15% {
    -webkit-transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
  }
}

@-webkit-keyframes bird3 {
  0% {
    -webkit-transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }
}

@keyframes bird3 {
  0% {
    -webkit-transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }
}

@-webkit-keyframes bird4 {
  0% {
    -webkit-transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }
}

@keyframes bird4 {
  0% {
    -webkit-transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }
}

@-webkit-keyframes bird5 {
  0%, 5% {
    -webkit-transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }
}

@keyframes bird5 {
  0%, 5% {
    -webkit-transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }
}

@-webkit-keyframes bird6 {
  0%, 10% {
    -webkit-transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
            transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
            transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
  }
}

@keyframes bird6 {
  0%, 10% {
    -webkit-transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
            transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
            transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
  }
}

@media screen and (max-width: 580px) {
  .page-404 .container-404 {
    width: 100%;
  }

  .page-404 .number {
    font-size: 100px;
  }

  .page-404 .subtitle {
    font-size: 20px;
    padding: 0 1em;
  }

  .page-404 .moon {
    width: 100px;
    height: 100px;
  }

  .page-404 .face {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.page-404 .button-404 {
  margin-top: 3rem;
  font-size: 22px;
  margin-top: 1.5em;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  color: white;
  background-color: transparent;
  cursor: pointer;
  z-index: 999;
  border: 2px solid white;
  border-radius: 5px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
  text-decoration: none;
}

.page-404 .button-404:hover {
  opacity: 0.7;
}

.page-404 .button-404:focus {
  outline: 0;
}

.footer {
  background-color: #26241F;
  padding-top: 8.7rem;
}

@media all and (max-width: 500px) {
  .footer {
    padding-top: 50px;
  }
}

.footer__header {
  font-size: 1.6rem;
  margin-bottom: 1.1rem;
  color: #FFFFFF;
}

@media all and (max-width: 500px) {
  .footer__header {
    font-size: 20px;
  }
}

.footer__brand {
  margin-top: -2rem;
}

@media all and (max-width: 1500px) {
  .footer__brand {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 500px) {
  .footer__brand {
    text-align: center;
  }
}

.footer__locale {
  margin-top: 2.7rem;
}

.footer__locale a,
.footer__locale span {
  font-size: 1.6rem;
  color: #85837E;
  transition: 0.3s ease-in;
}

.footer__locale a:hover,
.footer__locale span:hover {
  color: #FFFFFF;
}

.footer__locale span {
  color: #FFFFFF;
}

.footer__locale .devider {
  font-size: 1.6rem;
  color: #85837E;
  margin: 0 1rem;
}

@media all and (max-width: 1400px) {
  .footer__container {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media all and (max-width: 500px) {
  .footer__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.footer__container-column {
  margin-right: 12.1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 500px) {
  .footer__container-column {
    width: 100%;
    margin-right: 0;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media all and (max-width: 1400px) {
  .footer__container-column:nth-child(n+2) {
    display: none;
  }
}

.footer__container-column:last-child {
  margin-right: 0;
}

.footer__nav {
  margin-bottom: 1.1rem;
}

.footer__nav-item {
  margin-bottom: 0.6rem;
  padding-left: 0;
}

@media all and (max-width: 500px) {
  .footer__nav-item {
    margin-bottom: 11px;
  }
}

.footer__nav-item:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 500px) {
  .footer__nav-item {
    text-align: center;
  }
}

.footer__nav-lnk {
  font-size: 1.4rem;
  color: #85837E;
}

@media all and (max-width: 500px) {
  .footer__nav-lnk {
    font-size: 16px;
  }
}

.footer__nav-lnk:hover {
  text-decoration: underline;
}

@media all and (max-width: 500px) {
  .footer__contacts {
    margin-top: 29px;
  }
}

.footer__socials {
  margin-top: 1.5rem;
}

.footer__socials img {
  margin-right: 1.3rem;
}

.footer__socials .footer__nav {
  margin-bottom: 0;
}

.footer__copyright {
  padding: 1.6rem 0;
  font-size: 1.4rem;
  color: #85837E;
}

@media all and (max-width: 500px) {
  .footer__copyright {
    margin-top: 18px;
  }

  .footer__copyright > div {
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
  }
}


