@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type='checkbox'],
[type='radio'],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.vmodal {
  z-index: 888;
}
.sale ~ p strong {
  display: block;
  margin-top: 10px;
}
.sale ~ p {
  line-height: 22px;
}

dialog {
  margin: 0 auto;
  top: 37%;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

#dialog-info {
  width: 20%;
  height: 25%;
  border-radius: 15px;
  border-color: transparent;
  outline: none;
}
@media (max-width: 998px) {
  dialog {
    top: 30%;
  }
  #dialog-info {
    height: 60vh;
    width: 40vw;
  }
}
@media (max-width: 500px) {
  dialog {
    top: 10%;
  }
  #dialog-info {
    height: 90vh;
    width: 100vw;
  }
}

@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;
  font-display: swap;
}

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

/* swiper is here */
.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 {
  flex-direction: column;
}

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

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  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 {
  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;
}

/* mfp (Magnific Popup) */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url('../fonts/lightcase.eot?55356177');
  src: url('../fonts/lightcase.eot?55356177#iefix') format('embedded-opentype'),
    url('../fonts/lightcase.woff?55356177') format('woff'),
    url('../fonts/lightcase.ttf?55356177') format('truetype'),
    url('../fonts/lightcase.svg?55356177#lightcase') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: '\e800';
}

.lightcase-icon-pause:before {
  content: '\e801';
}

.lightcase-icon-close:before {
  content: '\e802';
}

.lightcase-icon-prev:before {
  content: '\e803';
}

.lightcase-icon-next:before {
  content: '\e804';
}

.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes lightcase-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  html[data-lc-type='inline'] #lightcase-case,
  html[data-lc-type='ajax'] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type='error']) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}

@media screen and (min-width: 641px) {
  html[data-lc-type='image'] #lightcase-content,
  html[data-lc-type='video'] #lightcase-content {
    background-color: #333;
  }
}

html[data-lc-type='inline'] #lightcase-content,
html[data-lc-type='ajax'] #lightcase-content,
html[data-lc-type='error'] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type='inline'] #lightcase-content,
  html[data-lc-type='ajax'] #lightcase-content,
  html[data-lc-type='error'] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type='inline'] #lightcase-content .lightcase-contentInner,
html[data-lc-type='ajax'] #lightcase-content .lightcase-contentInner,
html[data-lc-type='error'] #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  html[data-lc-type='inline'] #lightcase-content .lightcase-contentInner,
  html[data-lc-type='ajax'] #lightcase-content .lightcase-contentInner,
  html[data-lc-type='error'] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }

  html[data-lc-type='inline'] #lightcase-content .lightcase-contentInner,
  html[data-lc-type='inline'] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type='ajax'] #lightcase-content .lightcase-contentInner,
  html[data-lc-type='ajax'] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type='error'] #lightcase-content .lightcase-contentInner,
  html[data-lc-type='error'] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  html[data-lc-type='inline']
    #lightcase-content
    .lightcase-contentInner
    > *:not(iframe),
  html[data-lc-type='ajax']
    #lightcase-content
    .lightcase-contentInner
    > *:not(iframe),
  html[data-lc-type='error']
    #lightcase-content
    .lightcase-contentInner
    > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type='iframe']
    #lightcase-content
    .lightcase-contentInner
    iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type='image'] #lightcase-content .lightcase-contentInner,
  html[data-lc-type='video'] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

html[data-lc-type='image'] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type='inline']
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap,
  html[data-lc-type='ajax']
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap,
  html[data-lc-type='error']
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type='error'])
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-open body {
  overflow: hidden;
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  html:not([data-lc-type='image']):not([data-lc-type='video']):not(
      [data-lc-type='flash']
    ):not([data-lc-type='error'])
    #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='lightcase-icon-'],
a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-pause,
a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*='lightcase-icon-'].lightcase-icon-pause,
  a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*='lightcase-icon-']:hover,
  #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url(../fonts/Gilroy/Gilroy-Light.woff) format('woff'),
    url(../fonts/Gilroy/Gilroy-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: 'normal';
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url(../fonts/Gilroy/Gilroy-Regular.woff) format('woff'),
    url(../fonts/Gilroy/Gilroy-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: 'normal';
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url(../fonts/Gilroy/Gilroy-Medium.woff) format('woff'),
    url(../fonts/Gilroy/Gilroy-Medium.ttf) format('truetype');
  font-weight: 600;
  font-style: 'normal';
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url(../fonts/Gilroy/Gilroy-Black.woff) format('woff'),
    url(../fonts/Gilroy/Gilroy-Black.ttf) format('truetype');
  font-weight: 900;
  font-style: 'normal';
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(../fonts/Inter/Inter-Light.woff) format('woff'),
    url(../fonts/Inter/Inter-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: 'normal';
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(../fonts/Inter/Inter-Regular.woff) format('woff'),
    url(../fonts/Inter/Inter-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: 'normal';
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(../fonts/Inter/Inter-Medium.woff) format('woff'),
    url(../fonts/Inter/Inter-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: 'normal';
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(../fonts/Inter/Inter-SemiBold.woff) format('woff'),
    url(../fonts/Inter/Inter-SemiBold.ttf) format('truetype');
  font-weight: 600;
  font-style: 'normal';
  font-display: swap;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
  color: #474442;
  font-family: 'Gilroy', sans-serif;
}

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

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

a {
  color: #d02526;
  text-decoration: underline;
  transition: all ease 0.2s;
}

a:hover {
  color: #d02526;
  text-decoration: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  outline: none !important;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  flex: 1 0 auto;
}

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

@media screen and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

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

@media screen and (max-width: 1199px) {
  .container-small {
    max-width: 970px;
  }
}

@media screen and (max-width: 992px) {
  .container-small {
    max-width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .container-small {
    max-width: none;
  }
}

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

.rub {
  font-weight: bold;
}

.rub::after {
  content: '₽';
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  margin-left: 2px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  background-color: #82b145;
  transition: all ease 0.2s;
  border-radius: 16px 0px;
  padding: 7px 60px;
  text-decoration: none;
}

.button:hover {
  background-color: #d02526;
  color: #fff;
  text-decoration: none;
}

.g-title1,
h1,
h2,
h3 {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin: 20px 0 50px 0;
}

@media screen and (max-width: 577px) {
  .g-title1,
  h1,
  h2,
  h3 {
    font-size: 24px;
  }
}

h3 {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 577px) {
  h3 {
    font-size: 24px;
  }
}

.g-title2 {
  font-weight: 900;
  font-size: 20px;
  color: #d02526;
}

.g-title3 {
  font-weight: 900;
  font-size: 30px;
  color: #d02526;
  text-align: center;
}

@media screen and (max-width: 577px) {
  .g-title3 {
    font-size: 24px;
    text-align: left;
  }
}

.g-title4 {
  font-weight: 900;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 577px) {
  .g-title4 {
    font-size: 24px;
    text-align: left;
  }
}

.g-title5 {
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  display: block;
}

.g-ligthText {
  font-size: 20px;
  font-weight: 300;
}

@media screen and (max-width: 577px) {
  .g-ligthText {
    font-size: 16px;
  }
}

.custom-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}

/* для элемента input c type="checkbox" */
.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox > span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  background: #bebbb7;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-image: url('../images/content/minus.svg');
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox > input:checked + span::before {
  content: '';
  background-color: #82b145;
  background-image: url('../images/content/check.svg');
}

.custom-checkbox > input:checked + span {
  background-color: #5c6263;
  color: #fff !important;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox > input:disabled + span::before {
  background-color: #e9ecef;
}

.custom-checkbox2 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}

/* для элемента input c type="checkbox" */
.custom-checkbox2 > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox2 > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox2 > span::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  background: #bebbb7;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-image: url('../images/content/minus.svg');
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox2 > input:checked + span::before {
  content: '';
  background-color: #82b145;
  background-image: url('../images/content/check.svg');
}

.custom-checkbox2 > input:checked + span {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 577px) {
  .custom-checkbox2 > input:checked + span {
    color: #474442 !important;
  }
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox2 > input:disabled + span::before {
  background-color: #e9ecef;
}

.custom-checkbox3 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}

/* для элемента input c type="checkbox" */
.custom-checkbox3 > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox3 > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox3 > span::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  background: #bebbb7;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-image: url('../images/content/plus.svg');
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox3 > input:checked + span::before {
  content: '';
  background-color: #82b145;
  background-image: url('../images/content/check33.svg');
}

.custom-checkbox3 > input:checked + span {
  color: #474442;
}

@media screen and (max-width: 577px) {
  .custom-checkbox3 > input:checked + span {
    color: #474442 !important;
  }
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox3 > input:disabled + span::before {
  background-color: #e9ecef;
}

.custom-checkbox4 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}

/* для элемента input c type="checkbox" */
.custom-checkbox4 > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox4 > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #bebbb7;
  color: #fff;
  border-radius: 0px 16px;
  padding: 2.5px 5px 2.5px 0;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox4 > span::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/content/opl-1.svg');
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox4 > input:checked + span::before {
  content: '';
  background-image: url('../images/content/opl-1.svg');
}

.custom-checkbox4 > input:checked + span {
  color: #fff;
  background-color: #82b145;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox4 > input:disabled + span::before {
  background-color: #e9ecef;
}

.custom-checkbox5 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}

/* для элемента input c type="checkbox" */
.custom-checkbox5 > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox5 > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #bebbb7;
  color: #fff;
  border-radius: 0px 16px;
  padding: 2.5px 5px 2.5px 0;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox5 > span::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/content/opl-2.svg');
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox5 > input:checked + span::before {
  content: '';
  background-image: url('../images/content/opl-2.svg');
}

.custom-checkbox5 > input:checked + span {
  color: #fff;
  background-color: #82b145;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox5 > input:disabled + span::before {
  background-color: #e9ecef;
}

@media screen and (max-width: 768px) {
  .fiter__change2Big {
    flex: 0 1 32% !important;
  }
}

@media screen and (max-width: 577px) {
  .fiter__change2Big {
    flex: 0 1 48% !important;
  }
}

@media screen and (max-width: 577px) {
  .assembly__right-stuffing3 {
    display: inline-flex !important;
  }

  .custom-checkbox-bigBg > span {
    font-size: 12px !important;
  }
}

.custom-checkbox-big {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}

/* для элемента input c type="checkbox" */
.custom-checkbox-big > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox-big {
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
  background-color: #fff;
  position: relative;
}

.custom-checkbox-big > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  height: 40px;
  font-size: 14px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .custom-checkbox-big > span {
    white-space: normal;
    height: auto;
  }
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox-big > span::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  background: #bebbb7;
  background-repeat: no-repeat;
  background-position: center center;
}

.custom-checkbox-big span img {
  display: inline-block;
  position: absolute;
  left: -5px;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
}

.custom-checkbox-big > span::after {
  content: '';
  position: absolute;
  left: -5px;
  display: inline-block;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  flex-grow: 0;
  opacity: 0;
  border-radius: 50%;
  background: rgba(196, 196, 196, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  transition: all ease 0.2s;
  background-size: 50% 50%;
  background-image: url('../images/content/check2.svg');
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox-big > input:checked + span::before {
  content: '';
  background-color: #82b145;
  background-size: 50% 50%;
  background-image: url('../images/content/check2.svg');
  position: relative;
  z-index: 2;
}

.custom-checkbox-big > input:hover + span::after {
  opacity: 1;
  background-image: url('../images/content/plus.svg');
}

.custom-checkbox-big > input:hover + span.act::after {
  opacity: 0;
  background-image: url('../images/content/plus.svg');
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox-big > input:disabled + span::before {
  background-color: #e9ecef;
}

.custom-checkbox-bigBg {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
  padding-right: 12px;
}

.greenprice {
  color: #82b145;
  font-weight: bold;
  margin-left: 5px;
}

/* для элемента input c type="checkbox" */
.custom-checkbox-bigBg > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox-bigBg {
  background-color: #fff;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
  border-radius: 18px;
  margin-bottom: 0;
  position: relative;
  border: 1px solid #a3a1a0;
}

.custom-checkbox-bigBg > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  height: 40px;
  font-size: 14px;
  white-space: nowrap;
}

.custom-checkbox-bigBg > span .rub {
  font-weight: bold;
  margin-left: 3px;
  color: #82b145;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox-bigBg > span::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  background: #bebbb7;
  background-repeat: no-repeat;
  background-position: center center;
}

.custom-checkbox-bigBg > span::after {
  content: '';
  position: absolute;
  left: -5px;
  display: inline-block;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  background: #c4c4c4;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all ease 0.2s;
  background-size: 50% 50%;
  background-image: url('../images/content/plus.svg');
}

@media (max-width: 400px) {
  .custom-checkbox-bigBg > span::after,
  .custom-checkbox-bigBg > span::before {
    left: -1px;
  }
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox-bigBg > input:checked + span::before {
  content: '';
  background-color: #82b145;
  background-size: 50% 50%;
  background-image: url('../images/content/check2.svg');
  position: relative;
}

.custom-checkbox-bigBg > input:checked + span::after {
  opacity: 0;
}

.custom-checkbox-bigBg.act {
  background-color: #474442;
  color: #fff;
}

.custom-checkbox-bigBg.act {
  background-color: #474442;
  color: #fff;
}

.custom-checkbox-big.act {
  background-color: #474442;
  color: #fff;
}

.check-group-1.act .p span,
.check-group-2.act span {
  color: white;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox-bigBg > input:disabled + span::before {
  background-color: #e9ecef;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 16px;
  font-weight: 600;
  color: white;
  background-color: black;
  display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: red;
}

.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.breadcrumbs-menu {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 577px) {
  .breadcrumbs-menu {
    margin-bottom: 0px;
  }
}

.breadcrumbs-menu li {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  /* new */
  color: #474442;
}

.breadcrumbs-menu li::after {
  content: '/';
  margin: 0 5px;
  /* new */
  color: #474442;
}

.breadcrumbs-menu li a {
  text-decoration: underline;
  font-size: 14px;
  /* color: #BEBBB7; */
  /* new */
  color: #474442;
}

.created__soc li::after {
  display: none;
}

.breadcrumbs-menu li.active::after {
  display: none;
}

.cards__int,
.cards__int2 {
  width: 20px;
  text-align: center;
  border: none;
}

.p {
  position: absolute;
  left: 45px;
}

.p .on {
  font-weight: 600;
  font-size: 14px;
  color: #474442;
}

.p span {
  display: block;
  color: #000;
}

.inform__wrap {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 577px) {
  .inform__wrap {
    flex-direction: column;
  }
}

.inform__left {
  flex: 0 1 43%;
}

@media screen and (max-width: 577px) {
  .inform__left {
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
}

.inform__right {
  flex: 0 1 43%;
}

@media screen and (max-width: 577px) {
  .inform__right {
    flex: 0 1 100%;
  }
}

.sort h1 {
  text-align: left;
  margin-bottom: 30px;
}

.sort__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sort__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.sort__el {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sort__el {
    width: 100%;
    justify-content: space-between;
  }
}

.sort__el span {
  margin-right: 10px;
}

.sort__el .label {
  width: 277px;
}

@media screen and (max-width: 992px) {
  .sort__el .label {
    width: 200px;
  }
}

.sort .assembly__right-stuffing {
  margin-bottom: 0;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .sort .assembly__right-stuffing {
    margin-bottom: 25px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .assembly .assembly__right-stuffing2 {
    flex-direction: column;
  }
}

.sort .fiter__change2 {
  margin-right: 20px;
}

@media screen and (max-width: 992px) {
  .sort .fiter__change2 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 577px) {
  .sort .fiter__change2 {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.sort .fiter__change2:last-child {
  margin-right: 0;
}

.sort .custom-checkbox-bigBg {
  padding-right: 10px;
}

@media screen and (max-width: 577px) {
  .sort .custom-checkbox-bigBg {
    padding-right: 3px;
  }
}

@media screen and (max-width: 577px) {
  .sort .custom-checkbox-bigBg > span::after {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 577px) {
  .sort .custom-checkbox-bigBg > span::before {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 577px) {
  .sort .custom-checkbox-bigBg > span {
    height: 32px;
  }
}

.mySelect {
  width: 100%;
  line-height: 15px;
  height: calc(1.5em + 0.75rem + 10px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 18px;
  border: 1.5px solid #bebbb7;
  font-size: 14px;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.75rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-image: url('../images/content/arrow_bottom.svg');
}

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

.label:not(:last-child) {
  margin-bottom: 15px;
}

.label span {
  display: block;
  margin-bottom: 7px;
  font-weight: bold;
}

.label--password {
  position: relative;
}

.label--password input {
  padding-right: 2rem !important;
}

.g-input {
  width: 100%;
  line-height: 15px;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #bebbb7 !important;
}

input[type='date'] {
  width: 100% !important;
  line-height: 15px;
  height: calc(1.5em + 0.75rem + 7px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #bebbb7 !important;
}

.basketPay input[type='text'],
.basketPay input[type='tel'],
.basketPay input[type='number'],
.basketPay input[type='date'],
.basketPay input[type='password'],
.basketPay input[type='email'],
.basketPay textarea,
.basketPay select {
  width: 100% !important;
  line-height: 15px;
  height: calc(1.5em + 0.75rem + 7px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #bebbb7 !important;
}

.basketPay h1 {
  margin: 30px 0;
}

.basketPay__wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .basketPay__wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 992px) {
  .basketPay__wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.basketPay .basketPay__right1-sm-bot {
  width: 100%;
}

.basketPay__left {
  border: 1.5px solid #474442;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
  flex: 0 1 49%;
  padding: 20px 10px;
}

@media screen and (max-width: 1199px) {
  .basketPay__left {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.basketPay__bottom {
  border: 1.5px solid #474442;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
  padding: 20px 10px;
}

.basketPay__left-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.basketPay__left-top span {
  font-weight: 600;
}

.basketPay__left-top a {
  font-size: 14px;
  text-decoration: underline;
}

.basketPay__left-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.basketPay__left-inputs a {
  text-decoration: underline;
}

@media screen and (max-width: 577px) {
  .basketPay__left-inputs {
    flex-direction: column;
  }
}

.basketPay__left-inputs-el {
  flex: 0 1 31%;
}

@media screen and (max-width: 577px) {
  .basketPay__left-inputs-el {
    flex: 0 1 100%;
    margin-bottom: 10px;
  }
}

.basketPay__left-inputs-el p {
  margin-bottom: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.basketPay__left-inputs-el p span {
  color: #d02526;
}

.basketPay__left-sel {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 577px) {
  .basketPay__left-sel {
    flex-direction: column;
    align-items: flex-start;
  }
}

.basketPay__left-sel .block {
  display: none;
}

.basketPay__left-sel .block.active {
  display: flex;
}

.basketPay__left-sel .block.active label input {
  min-width: 180px;
}

.basketPay__left-sel .label {
  min-width: 278px;
  margin-right: 10px;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .basketPay__left-sel .label {
    margin-right: 31px;
  }
}

@media screen and (max-width: 768px) {
  .basketPay__left-sel .label {
    min-width: 200px;
  }
}

@media screen and (max-width: 577px) {
  .basketPay__left-sel .label {
    min-width: 100%;
    margin-bottom: 10px !important;
    margin-right: 0;
  }
}

.basketPay__left-sel .calendar {
  margin-right: 10px;
}

.basketPay__left-sel .bl input {
  border: 1px solid #bebbb7;
  text-align: center;
}

.basketPay__left-sel label {
  margin-bottom: 0 !important;
}

.basketPay__left-sel input {
  height: 40px !important;
}

.basketPay__left-way,
.basketPay__left-mark {
  margin-bottom: 15px;
}

.basketPay__left-way p,
.basketPay__left-mark p {
  font-weight: 900;
  margin-bottom: 10px;
}

.basketPay__left-way input,
.basketPay__left-mark input {
  height: 40px !important;
}

.basketPay__left-way .fiter__change,
.basketPay__left-mark .fiter__change {
  display: flex;
  align-items: center;
}

.basketPay__left-way .custom-checkbox3,
.basketPay__left-mark .custom-checkbox3 {
  margin-right: 10px;
}

.basketPay__left-way .custom-checkbox3:last-child,
.basketPay__left-mark .custom-checkbox3:last-child {
  margin-right: 0;
}

@media screen and (max-width: 577px) {
  .basketPay__left-way .fiter__change {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 577px) {
  .basketPay__left-way .fiter__change .custom-checkbox3 {
    margin-bottom: 15px;
  }
}

.basketPay__left-map iframe {
  width: 100%;
  height: 250px;
}

@media screen and (max-width: 768px) {
  .basketPay__left-map iframe {
    height: 180px;
  }
}

@media screen and (max-width: 577px) {
  .basketPay__left-map iframe {
    height: 126px;
  }
}

.basketPay__right1 {
  border: 1.5px solid #474442;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
  flex: 0 1 49%;
  padding: 20px 10px;
}

@media screen and (max-width: 768px) {
  .basketPay__right1 {
    margin-bottom: 20px;
  }
}

.basketPay__right1 .cards__item-bottom-value {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .basketPay__right1 .cards__item-bottom-value {
    display: flex;
  }
}

.basketPay__right1 .cards__item-bottom-value input {
  border: none !important;
  width: 36px !important;
}

.basketPay__right1 .cards__item-bottom-pr {
  margin-right: 10px;
}

.basketPay__right1 .cards__item-bottom-pr p {
  white-space: nowrap;
}

.basketPay__right1-el {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #bebbb7;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .basketPay__right1-el {
    flex-direction: column;
  }
}

.basketPay__right1-el-left {
  display: flex;
  align-items: center;
}

.basketPay__right1-el-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .basketPay__right1-el-right {
    justify-content: center;
  }
}

.basketPay__right1-el-body {
  max-width: 180px;
}

@media screen and (max-width: 768px) {
  .basketPay__right1-el-body {
    max-width: 100%;
  }
}

.basketPay__right1-el-body p {
  font-weight: 900;
  margin-bottom: 5px;
}

.basketPay__right1-el-body span {
  font-weight: 300;
}

@media screen and (max-width: 577px) {
  .basketPay__right1-el-body span {
    font-size: 14px;
  }
}

.basketPay__right1-el-img {
  margin-right: 10px;
}

.basketPay__right1-el-img img {
  width: 114px;
}

.basketPay__right1-el-del {
  border: 1px solid #d02526;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.basketPay__right1-el-del .svg-sprite-icon {
  width: 16px;
  height: 18px;
  fill: #d02526;
}

.basketPay__right1-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (max-width: 577px) {
  .basketPay__right1-price {
    flex-direction: column;
  }
}

.basketPay__right1-comm,
.basketPay__right1-payment,
.basketPay__right1-of {
  margin-bottom: 15px;
}

.basketPay__right1-of p {
  font-size: 14px;
}

.basketPay__right1-of p a {
  text-decoration: underline;
}

.basketPay__right1-price-bal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.basketPay__right1-price-b234 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  justify-content: space-between;
}

@media screen and (max-width: 577px) {
  .basketPay__right1-price-bal {
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #bebbb7;
    padding-bottom: 10px;
  }
}

.basketPay__right1-price-bal p {
  margin-right: 15px;
}

@media screen and (max-width: 577px) {
  .basketPay__right1-price-bal p {
    margin-right: 0;
  }
}

.basketPay__right1-price-bal p span {
  font-weight: 900;
}

@media screen and (max-width: 577px) {
  .basketPay__right1-price-bal p span {
    margin-left: 5px;
  }
}

.basketPay__right1-price-bal .custom-checkbox3 {
  margin-bottom: 0;
}

.basketPay__right1-price-pr {
  display: flex;
  margin-left: auto;
}

@media screen and (max-width: 577px) {
  .basketPay__right1-price-pr {
    display: none;
  }
}

.basketPay__right1-price-hid,
.basketPay__right1-price-hid2 {
  display: none;
}

.basketPay__right1-price-hid p,
.basketPay__right1-price-hid2 p {
  margin-bottom: 10px;
  margin-right: 5px;
}

@media screen and (max-width: 577px) {
  .basketPay__right1-price-hid,
  .basketPay__right1-price-hid2 {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #bebbb7;
    padding-bottom: 10px;
  }
}

.basketPay__right1-price-hid .basketPay__right1-hid-b2,
.basketPay__right1-price-hid .basketPay__right1-hid-b,
.basketPay__right1-price-hid2 .basketPay__right1-hid-b2,
.basketPay__right1-price-hid2 .basketPay__right1-hid-b {
  display: flex;
  width: 100%;
}

.basketPay__right1-price-b {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.basketPay__right1-price-b p {
  margin-bottom: 10px;
}

.basketPay__right1-price-b p:last-child {
  margin-bottom: 0;
}

.basketPay__right1-price-p {
  display: flex;
  flex-direction: column;
}

.basketPay__right1-price-p span {
  margin-bottom: 10px;
}

.basketPay__right1-price-p span:last-child {
  margin-bottom: 0;
}

.basketPay__right1-comm p,
.basketPay__right1-payment p {
  font-weight: 900;
  margin-bottom: 10px;
}

.basketPay__right1-comm textarea,
.basketPay__right1-payment textarea {
  height: 82px;
  border-radius: 2px;
}

.basketPay__right1-payment .fiter__change {
  display: flex;
  align-items: center;
}

.basketPay__right1-payment .fiter__change .custom-checkbox4 {
  margin-right: 5px;
}

@media screen and (max-width: 1199px) {
  .basketPay__right1-payment .fiter__change .custom-checkbox4 {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .basketPay__right1-payment .fiter__change .custom-checkbox4:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .basketPay__right1-payment .fiter__change {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.basketPay__right1-btn {
  display: flex;
  justify-content: flex-end;
}

.basketPay__right1-btn .button {
  background-color: #d02526;
  padding: 9px 20px;
}

.basketPay__right1-btn .button:hover {
  background-color: #82b145;
}

.basketPay__bottom {
  display: none;
}

@media screen and (max-width: 1199px) {
  .basketPay__bottom {
    display: flex;
  }
}

.vmodal__body .reviews__slider-link {
  font-size: 16px;
}

.calendar {
  position: relative;
  display: flex;
  flex-direction: column;
}

.calendar::after {
  position: absolute;
}

.calendar input[type='date'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-size: 25px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-image: url('../images/content/calendar.svg');
}

.calendar .g-btn {
  align-self: flex-end;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9em;
  min-width: initial;
}

::-webkit-calendar-picker-indicator {
  background-repeat: no-repeat;
  background-image: url('../images/content/back.png');
  background-color: transparent;
}

.authorisation {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.authorisation h1 {
  margin-bottom: 10px;
}

.authorisation__block {
  width: 460px;
  padding: 20px;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 577px) {
  .authorisation__block {
    width: 100%;
  }
}

.authorisation__form-el {
  margin-bottom: 10px;
}

.authorisation__form-el label {
  margin: 0 !important;
  width: 100%;
}

.authorisation__form-el label input {
  margin: 0 !important;
}

.authorisation__form-el p {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
}

.authorisation__form-el span {
  color: #d02526;
}

.authorisation__form-btn {
  padding-top: 10px;
}

.authorisation__form-btn .button {
  width: 100%;
  height: 34px;
  background-color: #d02526;
  font-size: 14px;
}

.authorisation__form-btn .button:hover {
  background-color: #82b145;
}

.authorisation__reg {
  display: flex;
  justify-content: space-between;
  width: 430px;
}

@media screen and (max-width: 577px) {
  .authorisation__reg {
    width: 98%;
  }
}

.authorisation__reg .button {
  height: 34px;
  width: 48%;
  font-size: 14px;
  padding: 7px 20px;
  background-color: #474442;
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .authorisation__reg .button {
    padding: 7px 5px;
  }
}

.authorisation__reg .button:hover {
  background-color: #d02526;
  color: #fff;
}

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

.show__more .button {
  height: 34px;
}

.footer {
  background-color: #0f1c1e;
  position: relative;
  width: 100%;
  color: #fff;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url('../images/content/sun.webp');
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .footer::before {
    width: 50%;
    bottom: 0;
    background-position: bottom right;
    background-size: contain;
  }
}

.footer::after {
  content: '';
  position: absolute;
  top: -100px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url('../images/content/cloud.webp');
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .footer::after {
    width: 50%;
    bottom: 0;
    background-position: bottom right;
    background-size: contain;
  }
}

.footer a:hover {
  color: #d02526;
}

.footer__wrap {
  padding: 100px 0 50px 0;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .footer__wrap {
    padding: 100px 0 0 0;
  }
}

@media screen and (max-width: 992px) {
  .footer__wrap {
    padding: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 577px) {
  .footer__wrap {
    flex-direction: column;
  }
}

.footer__wrap-left {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .footer__wrap-left {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer__wrap-left {
    width: 100%;
  }
}

.footer__wrap-right {
  display: flex;
  align-items: flex-start;
  padding-top: 35px;
}

@media screen and (max-width: 1199px) {
  .footer__wrap-right {
    padding-top: 15px;
  }
}

@media screen and (max-width: 992px) {
  .footer__wrap-right {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer__wrap-right {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 3px;
  }
}

.footer__logo {
  display: flex;
}

@media screen and (max-width: 992px) {
  .footer__logo {
    flex-shrink: 0;
  }
}

.footer__logo img {
  margin-right: 10px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .footer__logo img {
    top: 0;
    margin-right: 10px;
  }
}

@media screen and (max-width: 992px) {
  .footer__logo img {
    width: 200px;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 150px;
    height: 60px;
  }
}

.footer__left {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 992px) {
  .footer__left {
    width: 100%;
  }
}

.footer__wrap-top {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .footer__wrap-top {
    align-items: center;
    margin-bottom: 10px;
    order: -2;
  }
}

.footer__name {
  position: relative;
  border-right: 1px solid #bebbb7;
  padding-right: 30px;
  height: 40px;
}

@media screen and (max-width: 992px) {
  .footer__name {
    border-right: none;
    height: auto;
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
  }
}

.footer__addr {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 15px;
  padding-top: 35px;
}

@media screen and (max-width: 1199px) {
  .footer__addr {
    padding-top: 15px;
  }
}

@media screen and (max-width: 992px) {
  .footer__addr {
    margin-right: 0;
    margin-bottom: 15px;
    padding-left: 0;
    order: -1;
  }
}

@media screen and (max-width: 768px) {
  .footer__addr {
    padding: 0;
  }
}

.footer a {
  color: #fff;
  text-decoration: underline;
  margin-bottom: 5px;
}

.footer__addr span {
  font-size: 14px;
}

.footer__addr-modal {
  margin-bottom: 5px;
  text-decoration: underline;
  cursor: pointer;
  transition: all ease 0.2s;
}

.footer__addr-modal:hover {
  color: #d02526;
}

.footer .footer__addr span {
  display: block;
  margin-bottom: 15px;
}

.footer__streets {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 15px;
}

@media screen and (max-width: 992px) {
  .footer__streets {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .footer__streets {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #bebbb7;
  }
}

.footer__streets li {
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .footer__streets li {
    margin-bottom: 5px;
  }
}

.footer__streets li:last-child {
  margin-bottom: 0;
}

.footer__streets li:first-child {
  border-right: 1px solid #bebbb7;
  padding-right: 15px;
}

@media screen and (max-width: 992px) {
  .footer__streets li:first-child {
    border-right: none;
  }
}

.footer__wrap-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .footer__wrap-bottom {
    margin-bottom: 10px;
  }
}

.footer__number li {
  margin-bottom: 10px;
}

.footer__number a {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.footer__number span {
  font-size: 14px;
}

.footer_bot {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.footer_bot span {
  margin-right: 10px;
}

.footer_bot-rights {
  border-right: 1px solid #bebbb7;
  padding-right: 10px;
}

@media screen and (max-width: 992px) {
  .footer_bot-rights {
    padding-right: 0;
    margin-bottom: 5px;
    border-right: none;
  }
}

.footer_bot-made {
  padding: 0 10px;
  border-right: 1px solid #bebbb7;
}

@media screen and (max-width: 992px) {
  .footer_bot-made {
    order: 0;
    border-right: none;
    padding: 0;
  }
}

.footer_bot-made a {
  text-transform: uppercase;
  color: #fff;
}

.footer_bot-el {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_bot-elems {
  display: flex;
}

@media screen and (max-width: 992px) {
  .footer_bot-elems {
    margin-bottom: 5px;
  }
}

.header__top-addr-cont2 {
  box-shadow: 40px 40px 50px rgba(184, 187, 190, 0.2);
  padding: 20px;
  display: none;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 500px;
  z-index: 100;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .header__top-addr-cont2 iframe {
    width: 100%;
    margin-bottom: 20px;
    height: 400px;
  }
}

@media screen and (max-width: 577px) {
  .header__top-addr-cont2 iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .header__top-addr-cont2 {
    width: 100% !important;
    height: auto !important;
  }
}

.header__top-addr-cont.active {
  display: block;
}

.header__top-addr-cont-wrap {
  display: flex;
}

@media screen and (max-width: 768px) {
  .header__top-addr-cont-wrap {
    flex-direction: column;
  }
}

.header__top-addr-cont-right {
  padding-left: 10px;
}

.header__top-addr-cont-right li {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}

.header__top-addr-cont-right li:last-child {
  margin-bottom: 30px;
}

.header__top-addr-cont-right li:hover .svg-sprite-icon {
  fill: #d02526;
}

.header__top-addr-cont-right li .svg-sprite-icon {
  margin-right: 5px;
  transition: all ease 0.2s;
}

.header__top-addr-cont-right p {
  margin-left: 25px !important;
}

.el-left .svg-sprite-icon {
  width: 20px;
  height: 20px;
}

.intrlogo {
  display: block;
  padding: 5px 20px 6px 30px;
  font: 10pt Arial;
  background-image: url('../images/content/white.png');
  background-repeat: no-repeat;
  color: #141414 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.footer.active::before {
  transition: all linear 1s;
  opacity: 1;
}

.footer.active::after {
  transition: all 1s linear 0.5s;
  opacity: 1;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .footer__name {
    position: relative;
    bottom: 10px;
    left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 992px) {
  .footer__name {
    bottom: 0px;
    left: 0;
    padding-right: 30px;
  }
}

.footer__name span {
  line-height: 26px;
}

.header {
  position: relative;
}

.header__wrap {
  display: flex;
}

.header__addr-modal {
  cursor: pointer;
  text-decoration: underline;
  position: relative;
}

@media screen and (max-width: 577px) {
  .header__logo {
    display: flex;
    flex-shrink: 0;
    width: 100px;
  }
}

.header__top {
  display: flex;
  font-size: 14px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
}

@media screen and (max-width: 992px) {
  .header__top {
    flex-direction: row;
  }
}

.header__top-cont {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .header__top-cont {
    width: 100%;
    justify-content: flex-end;
    bottom: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .header__top-cont {
    justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  .header__top-cont {
    justify-content: flex-end;
  }
}

.header__top-name {
  margin-right: 15px;
}

@media screen and (max-width: 1199px) {
  .header__top-name {
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .header__top-name {
    display: none !important;
  }
}

.header__top-name span {
  font-weight: 600;
  font-size: 14px;
  color: #d02526;
  line-height: 20px;
}

.header__top-logo {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.header__top-logo:hover {
  text-decoration: none;
}

.header__top-addr {
  margin-right: 15px;
  border-left: 1px solid #bebbb7;
  padding-left: 15px;
}

@media screen and (max-width: 1199px) {
  .header__top-addr {
    margin-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .header__top-addr {
    margin-right: 10px;
    padding-left: 10px;
  }
}

.header__top-addr a {
  text-decoration: underline;
}

.header__top-addr-cont {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .header__top-addr-cont iframe {
    width: 100%;
    margin-bottom: 20px;
    height: 400px;
  }
}

@media screen and (max-width: 577px) {
  .header__top-addr-cont iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
}

.header__top-addr-cont.active {
  display: block;
}

.header__top-addr-cont2.active {
  display: block;
}

.header__top-addr-cont-wrap {
  display: flex;
}

.header__top-number a {
  color: black;
  text-decoration: none;
}

.header__top-left {
  display: flex;
}

@media screen and (max-width: 600px) {
  .header__top-left {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .header__top-left-el {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
  }
}

.header__top-right {
  display: flex;
  margin-left: auto;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .header__top-right {
    margin-left: 0;
  }
}

.header__top-right__links {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header__top-right__links a {
  color: #474442;
}

.header__top-right__links a:hover {
  color: #d02526;
}

@media screen and (max-width: 1199px) {
  .header__top-right__links {
    flex: 0 1 48%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .header__top-right__links {
    display: none;
  }
}

.header__top-right__links .link {
  text-decoration: underline;
  margin-right: 20px;
  font-weight: 600;
}

.header__top-right__links a {
  margin-right: 10px;
}

.header__top-right__links a span {
  margin-left: 10px;
}

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

.header__top-right__links a:hover {
  text-decoration: none;
}

.header__top-right__links a:hover span {
  text-decoration: underline;
}

.header__top-right__links a .svg-sprite-icon {
  width: 15px;
  height: 20px;
}

.header__top-right__prof {
  display: inline-flex;
  align-items: center;
}

.header__top-right .svg-sprite-icon {
  width: 25px;
  height: 20px;
  fill: #474442;
  transition: all ease 0.2s;
}

.header .header__top-comparison-products-el.act {
  transition: all ease 0.2s;
}

.header .header__top-comparison-products-el.act .svg-sprite-icon {
  width: 28px;
  height: 23px;
  fill: #474442;
  transition: all ease 0.2s;
}

.header .header__top-comparison-products-el.act::before {
  font-size: 14px;
}

.header__top-comparison-wrap,
.header__top-heart-wrap {
  border-right: 1px solid #bebbb7;
  margin-right: 10px;
  padding-right: 15px;
}

@media screen and (max-width: 992px) {
  .header__top-comparison-wrap,
  .header__top-heart-wrap {
    margin-right: 5px;
    padding-right: 5px;
    border-right: none;
  }
}

.header__top-comparison {
  display: flex;
  align-items: center;
  max-width: 58px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 15px;
  padding: 12px 16px;
  transition: all linear 0.3s;
}

@media screen and (max-width: 992px) {
  .header__top-comparison {
    padding: 5px;
    max-width: auto;
    overflow: visible;
  }

  .header__top-comparison:hover {
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 10px 30px #e7e7e7;
  }
}

.header__top-comparison:hover {
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0px 10px 30px #e7e7e7;
  max-width: 300px;
  transition: all linear 0.3s;
}

.header__top-comparison:hover span {
  padding-left: 18px;
}

.header__top-comparison span {
  padding-left: 18px;
}

.header__top-heart-comparison {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 15px;
  padding: 12px 16px;
  max-width: 58px;
  transition: all linear 0.3s;
  background: #ffffff;
}

@media screen and (max-width: 992px) {
  .header__top-heart-comparison {
    padding: 5px;
    overflow: visible;
    max-width: auto;
  }

  .header__top-heart-comparison:hover {
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 10px 30px #e7e7e7;
  }
}

.header__top-heart-comparison:hover {
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0px 10px 30px #e7e7e7;
  max-width: 300px;
  transition: all linear 0.3s;
}

.header__top-heart-comparison:hover span {
  padding-left: 18px;
}

.favcom {
  padding-left: 18px;
}

@media screen and (max-width: 992px) {
  .favcom {
    display: none;
  }
}

.header__top-products-comparison {
  display: flex;
  align-items: center;
  max-width: 112px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 15px;
  padding: 12px 16px;
  transition: all linear 0.3s;
  text-decoration: none;
}

.header__top-products-comparison:hover span::before {
  content: attr(data-txt2) ' ';
}

.header__top-products-comparison span {
  font-weight: normal !important;
}

@media screen and (max-width: 1192px) {
  .header__top-products-comparison {
    padding: 5px;
    max-width: auto;
    overflow: visible;
  }

  .header__top-products-comparison:hover {
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 10px 30px #e7e7e7;
  }

  .header__top-products-comparison span:before,
  .header__top-products-comparison span:after,
  .favcom {
    display: none;
  }
}

.header__top-products-comparison:hover {
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0px 10px 30px #e7e7e7;
  max-width: 300px;
  transition: all linear 0.3s;
}

.header__top-products-comparison:hover span {
  padding-left: 18px;
  white-space: nowrap;
}

.header__top-products-comparison span {
  padding-left: 18px;
  white-space: nowrap;
}

.header__top-products-comparison span::before {
  content: attr(data-txt) ' ';
}

.header__top-comparison-el {
  position: relative;
}

.count-compare {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background-color: #82b145;
  border-radius: 50%;
  padding-left: 0 !important;
}

.header__top-comparison-heart-el {
  position: relative;
}

.header__top-comparison-heart-el .svg-sprite-icon {
  fill: #d02526;
}

.count-favorit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #474442;
  position: absolute;
  border: 1px solid #474442;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  padding-left: 0 !important;
}

.header__top-comparison-products-el {
  position: relative;
}

.count-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background-color: #d02526;
  border-radius: 50%;
  padding-left: 0 !important;
}

.header__bottom {
  background-color: #0f1c1e;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .header__bottom {
    background-color: #fff;
  }
}

.header__bottom.active {
  position: fixed;
  width: 100%;
  z-index: 550;
  top: 0;
}

.header__bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .header__bottom-wrap {
    justify-content: flex-end;
  }
}

.header__list {
  display: flex;
}

.header__list-ind {
  position: relative;
  border-right: 1px solid #bebbb7;
}

.header__list a {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .header__list-ind {
    border: none;
  }
}

.header__list li {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  white-space: nowrap;
  transition: all ease 0.2s;
}

.header__list li:hover {
  background-color: #fff;
}

.header__list li:hover a:not(.header__bottom-outInp a) {
  color: #474442;
}

.header .header__list-sm {
  display: none;
}

.header .header__info-sm {
  display: none;
}

.header__link {
  color: #fff;
  font-weight: 500;
  padding: 23px 20px;
}

@media screen and (max-width: 1199px) {
  .header__link {
    padding: 15px 5px;
  }
}

.header__link:hover {
  text-decoration: none;
}

.header__bottom-right {
  display: flex;
}

@media screen and (max-width: 992px) {
  .header__bottom-right {
    width: 100%;
  }
}

.header__bottom-search {
  margin-right: 15px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .header__bottom-search {
    width: 100%;
  }
}

.header__bottom-search .header__bottom-inp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .header__bottom-search .header__bottom-inp {
    width: 100%;
  }
}

.header__bottom-search input {
  border: 1px solid #bebbb7;
  background-color: #0f1c1e;
  border-radius: 5px;
  height: 30px;
  width: 100%;
  color: #fff;
  min-width: 150px;
}

@media screen and (max-width: 992px) {
  .header__bottom-search input {
    background-color: #fff;
    color: #474442;
  }
}

.header__bottom-search .svg-sprite-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 10px;
  fill: #fff;
}

@media screen and (max-width: 992px) {
  .header__bottom-search .svg-sprite-icon {
    fill: #474442;
  }
}

#rollsLink {
  position: relative;
}

.header__mnu .header__bottom-outInp {
  opacity: 0;
  display: none;
  background: #0f1c1e;
  border: 1px solid #0f1c1e;
  box-sizing: border-box;
  border-radius: 0px 0px 18px 0px;
  position: absolute;
  z-index: 3;
  top: 66px;
  left: -82px;
  width: 246px;
  min-height: 100px;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 10px 0;
  transition: all ease 0.2s;
}

.header__mnu .header__bottom-outInp.active {
  opacity: 1;
  transition: all ease 0.2s;
  display: flex;
}

@media screen and (max-width: 992px) {
  .header__mnu .header__bottom-outInp {
    min-width: auto;
    width: 100%;
  }
}

.header__mnu .header__bottom-outInp li {
  cursor: pointer;
}

.header__mnu .header__bottom-outInp li:hover {
  background-color: #5c6263;
}

.header__mnu .header__bottom-outInp a {
  color: #fff;
  padding: 10px 20px;
  display: block;
}

.header__mnu .header__bottom-outInp a:hover {
  color: #fff;
  text-decoration: none;
}

.header__bottom-filter {
  display: flex;
  align-items: center;
  transition: all ease 0.2s;
  cursor: pointer;
}

.header__bottom-filter:hover span {
  color: #d02526;
}

.header__bottom-filter:hover .svg-sprite-icon {
  fill: #d02526;
}

.header__bottom-filter span {
  margin-left: 10px;
  color: #fff;
  transition: all ease 0.2s;
}

@media screen and (max-width: 992px) {
  .header__bottom-filter span {
    color: #474442;
  }
}

.header__bottom-filter:hover {
  text-decoration: none;
}

.header__bottom-filter .svg-sprite-icon {
  width: 18px;
  height: 18px;
  transition: all ease 0.2s;
  fill: #fff;
}

@media screen and (max-width: 992px) {
  .header__bottom-filter .svg-sprite-icon {
    fill: #474442;
  }
}

.header__bottom-filter-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 577px) {
  .header__bottom-filter-wrap {
    position: static;
  }
}

.header .header__bottom-filter-cont {
  opacity: 0;
  display: none;
  background: #0f1c1e;
  border: 1px solid #0f1c1e;
  box-sizing: border-box;
  border-radius: 0px 0px 18px 0px;
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 0;
  min-width: 300px;
  min-height: 100px;
  flex-direction: column;
  padding: 20px 0 10px 0;
  transition: all ease 0.2s;
}

@media screen and (max-width: 577px) {
  .header .header__bottom-filter-cont {
    min-width: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px 0 40px 0;
    box-shadow: 0px 4px 70px rgba(102, 110, 138, 0.25);
    border-radius: 0;
  }
}

.header .header__bottom-filter-cont .fiter__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 10px;
}

.header .header__bottom-filter-cont .fiter__top span {
  color: #fff;
}

@media screen and (max-width: 577px) {
  .header .header__bottom-filter-cont .fiter__top span {
    color: #474442;
  }
}

.header .header__bottom-filter-cont .fiter__top .rub {
  color: #fff;
}

@media screen and (max-width: 577px) {
  .header .header__bottom-filter-cont .fiter__top .rub {
    color: #474442;
  }
}

.header .header__bottom-filter-cont .fiter__elem {
  margin-bottom: 10px;
  position: relative;
}

.header .header__bottom-filter-cont .fiter__elem::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}

.header .header__bottom-filter-cont .fiter__elem span {
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 577px) {
  .header .header__bottom-filter-cont .fiter__elem span {
    color: #474442;
  }
}

.header .header__bottom-filter-cont .fiter__elem .svg-sprite-icon {
  width: 12px;
  height: 12px;
  fill: #bebbb7;
}

.header .header__bottom-filter-cont .fiter__title,
.header .header__bottom-filter-cont .fiter__title2 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 15px;
  line-height: 30px;
}

.header .header__bottom-filter-cont .fiter__title.active .svg-sprite-icon,
.header .header__bottom-filter-cont .fiter__title2.active .svg-sprite-icon {
  transform: rotate(180deg);
}

.header .header__bottom-filter-cont .fiter__cont,
.header .header__bottom-filter-cont .fiter__cont2 {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  top: 100%;
  right: 0;
  z-index: 9;
  background-color: #0f1c1e;
  width: 100%;
  transition: max-height 0.3s;
}

@media screen and (max-width: 577px) {
  .header .header__bottom-filter-cont .fiter__cont,
  .header .header__bottom-filter-cont .fiter__cont2 {
    background-color: #fff;
  }
}

.header .header__bottom-filter-cont .fiter__cont .custom-checkbox span,
.header .header__bottom-filter-cont .fiter__cont2 .custom-checkbox span {
  width: 100%;
  padding: 5px 15px;
}

.header .header__bottom-filter-cont .fiter__change {
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 10px;
}

.header .header__bottom-filter-cont .fiter__change .custom-checkbox2 {
  margin-right: 20px;
}

.header
  .header__bottom-filter-cont
  .fiter__change
  .custom-checkbox2:last-child {
  margin-right: 0;
}

.header .header__bottom-filter-cont .fiter__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 577px) {
  .header .header__bottom-filter-cont .fiter__btn .button {
    width: 100%;
  }
}

.header .header__bottom-filter-cont input {
  border: 1px solid #bebbb7;
  background-color: #0f1c1e;
  border-radius: 5px;
  height: 30px;
  width: 30%;
  color: #fff;
}

@media screen and (max-width: 577px) {
  .header .header__bottom-filter-cont input {
    background-color: #fff;
  }
}

.header .header__bottom-filter-cont li {
  padding: 10px 0px;
  cursor: pointer;
}

.header .header__bottom-filter-cont li:hover {
  background-color: #5c6263;
}

.header .header__bottom-filter-cont a {
  color: #fff;
  padding: 0 20px;
}

.header .header__bottom-filter-cont a:hover {
  color: #fff;
  text-decoration: none;
}

.header .header__bottom-filter-cont.active {
  opacity: 1;
  transition: all ease 0.2s;
  display: flex;
}

@media screen and (max-width: 992px) {
  body.lock {
    overflow: hidden;
  }

  .header:before {
    z-index: 3;
  }

  .header .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 3;
  }

  .header .header__burger:before,
  .header .header__burger:after {
    content: '';
    background-color: #474442;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }

  .header .header__burger:before {
    top: 0;
  }

  .header .header__burger:after {
    bottom: 0;
  }

  .header .header__burger span {
    position: absolute;
    background-color: #474442;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    transition: all 0.3s ease 0s;
  }

  .header .header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
  }

  .header .header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .header .header__burger.active span {
    transform: scale(0);
  }

  .header .header__bottom-wrap .header__mnu {
    position: fixed;
    z-index: 10;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease 0s;
    overflow: auto;
  }

  .header .header__bottom-wrap .header__mnu .header__list {
    margin-top: 90px;
    display: none;
  }

  .header .header__bottom-wrap .header__mnu .header__list li {
    margin-bottom: 40px;
  }

  .header .header__bottom-wrap .header__mnu .header__list-sm {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
  }

  .header .header__bottom-wrap .header__mnu .header__list-sm li {
    flex: 0 1 49%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .header .header__bottom-wrap .header__mnu .header__list-sm li a {
    display: flex;
    flex-direction: column;
    height: 159px;
  }

  .header .header__bottom-wrap .header__mnu .header__list-sm li a img {
    width: 140px;
  }

  .header .header__bottom-wrap .header__mnu .header__list-sm li a span {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .header .header__bottom-wrap .header__mnu .header__info-sm {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding: 30px 45px 45px 45px;
  }

  .header .header__bottom-wrap .header__mnu .header__info-sm li {
    margin-bottom: 20px;
  }

  .header .header__bottom-wrap .header__mnu .header__info-sm li:last-child {
    margin-bottom: 0;
  }

  .header .header__bottom-wrap .header__mnu.active {
    top: 80px;
    height: calc(100% - 80px);
  }
}

@media screen and (max-width: 767px) {
  .header .header__bottom-wrap .header__mnu.active {
    top: 65px;
    height: calc(100% - 65px);
  }
}

@media screen and (max-width: 577px) {
  .header .header__bottom-wrap .header__mnu.active {
    top: 60px;
    height: calc(100% - 60px);
  }
}

.header__top-addr-cont-top {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top: 5px;
  right: 5px;
}

.header__top-addr-cont-top span {
  font-size: 16px;
  color: #474442;
  padding: 3px;
  position: relative;
  border: 1px solid #474442;
  line-height: 13px;
  position: relative;
}

.header__top-addr-cont-top span::before {
  content: '✖';
  position: relative;
}

.header__controls {
  display: flex;
  margin-left: auto;
  background-color: white;
}

.header__controls-action {
  border-radius: 15px;
  margin: 0 27px;
  padding: 13px 16px;
  position: relative;
  max-width: 58px;
  overflow-x: hidden;
  display: flex;
  cursor: pointer;
  align-items: center;
  transition: all 0.3s;
}

.header__controls-action:first-child {
  margin-left: 0;
}

.header__controls-action:last-child {
  margin-right: 0;
}

.header__controls-action-icon {
  margin-right: 16px;
  position: relative;
  font-size: 26px;
}

.header__controls-action-value {
  position: absolute;
  bottom: 13px;
  left: 13px;
  font-size: 12px;
  line-height: 22px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
  background-color: white;
  z-index: 9;
}

.header__controls-action-content {
  white-space: nowrap;
}

.header__controls-action:hover {
  background: white;
  box-shadow: 0px 10px 50px #e7e7e7;
  max-width: 200px;
}

.header__controls-action--statistic .header__controls-action-value {
  border-color: #d02526;
  background-color: #d02526;
  color: white;
}

.header__controls-action--favourite .header__controls-action-icon:before {
  color: #d02526;
}

.header__controls-action--cart {
  max-width: unset;
}

.header__controls-separator {
  height: 100%;
  width: 1px;
  background-color: #474442;
}

.header__top-comparison-wrap.active {
  position: fixed;
  z-index: 100;
  top: 90px;
  right: 20px;
  border: none;
  margin: 0;
  padding: 0;
}

.header__top-heart-wrap.active {
  position: fixed;
  z-index: 100;
  top: 140px;
  right: 20px;
  border: none;
  margin: 0;
  padding: 0;
}

.header__top-products-wrap.active {
  position: fixed;
  z-index: 100;
  top: 190px;
  right: 20px;
  border: none;
  margin: 0;
  padding: 0;
}

.header__top-products-wrap.active:hover .header__top-products-comparison {
  max-width: 300px;
}

.header__top-products-wrap.active .header__top-products-comparison {
  max-width: 58px;
}

.header__bottom-hiddenLogo {
  display: none;
}

.header__bottom-hiddenLogo.active {
  display: block;
  margin-right: 10px;
}

.header.active2 {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  background-color: #fff;
}

.header.active2 .header__bottom-right {
  display: none;
}

.icon-search {
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .header__top-products-wrap {
    margin-right: 10px;
  }
}

@media screen and (max-width: 577px) {
  .header__top-products-wrap {
    margin-right: 20px;
  }
}

body.show-modal {
  overflow: hidden;
}

.vmodal.open .vmodal__overlay {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.vmodal.open .vmodal__overlay,
.vmodal.open .vmodal__window {
  opacity: 1;
  z-index: 999;
}

.vmodal.hide .vmodal__overlay,
.vmodal.hide .vmodal__window {
  opacity: 1;
  z-index: 999;
}

.vmodal.open .vmodal__window {
  transform: translateY(1.75rem);
}

.vmodal.open .vmodal__overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.vmodal.hide .vmodal__window {
  transform: translateY(-200px);
}

.vmodal.hide .vmodal__overlay {
  background-color: rgba(0, 0, 0, 0);
}

.vmodal__window,
.vmodal__overlay {
  opacity: 0;
  z-index: -1;
}

.vmodal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.2s ease-in;
}

.vmodal__window {
  padding-bottom: 15px;
  width: 95%;
  margin: 0 auto 1.75rem;
  background: #fff;
  border-radius: 15px;
  transform: translateY(-200px);
  transition: transform 0.2s ease-in;
}

.vmodal__window .g-btn {
  width: 100%;
  padding: 10px 45px;
}

.vmodal__window input[type='text'],
.vmodal__window input[type='email'],
.vmodal__window input[type='tel'],
.vmodal__window input[type='date'],
.vmodal__window input[type='password'],
.vmodal__window select,
.vmodal__window textarea {
  margin-bottom: 15px !important;
  padding: 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}

.vmodal__window label {
  display: inline-flex;
  align-items: flex-start;
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

.vmodal__window label:hover {
  color: #d02526;
}

.vmodal__window label .filter__checkbox {
  position: relative;
  display: inline-block;
  margin-top: 4px;
  margin-right: 8px;
  margin-left: 8px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 4px;
  width: 14px;
  height: 14px;
}

.vmodal__window label .filter__checkbox:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background-color: transparent;
  border-radius: 2px;
}

.vmodal__window label input[type='checkbox'],
.vmodal__window label input[type='radio'] {
  display: none;
}

.vmodal__window label input[type='checkbox']:checked ~ .filter__checkbox:after,
.vmodal__window label input[type='radio']:checked ~ .filter__checkbox:after {
  background-color: #d02526;
}

.vmodal__header {
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.vmodal__title {
  font-size: 1.5rem;
  font-family: 'Gilroy';
  color: #474442;
}

.vmodal__close {
  font-size: 28px;
  cursor: pointer;
  border: 1px solid #474442;
  line-height: 28px;
  padding: 0 8px;
}

.vmodal__body {
  padding: 10px 15px;
}

@media screen and (max-width: 577px) {
  .vmodal__body {
    padding: 10px 5px;
  }
}

.vmodal__body p {
  margin: 0 0 5px;
}

.vmodal__footer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px 15px;
  border-top: 1px solid #eee;
  align-items: center;
}

.vmodal__link {
  display: inline-block;
  margin-left: auto;
  background: transparent;
  font-size: 14px;
  border: none;
  color: #ccc;
  box-shadow: none;
}

.works {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 577px) {
  .works {
    margin-bottom: 0;
  }
}

.works .swiper-pagination {
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 20px;
  bottom: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .works .swiper-pagination {
    display: flex;
  }
}

@media screen and (max-width: 577px) {
  .works .swiper-pagination {
    bottom: -5px;
  }
}

.works .swiper-pagination-bullet {
  background-color: #bebbb7;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  bottom: 0px;
  left: 0;
  cursor: pointer;
}

.works .swiper-pagination-bullet:focus {
  outline: none;
}

.works .swiper-pagination-bullet-active {
  background-color: #d02526;
}

.works .swiper-wrapper {
  padding-bottom: 40px;
}

.works .swiper-slide-mobile {
  display: none;
}

.works__slider {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

.works .swiper-container {
  overflow: visible !important;
}

.works .swiper-slide {
  position: static;
}

.works .swiper-slide-prev,
.works .swiper-slide-next {
  position: relative;
  transition: all ease 0.2s;
}

.works .swiper-slide-prev::before,
.works .swiper-slide-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.2s;
  background: linear-gradient(
    285.91deg,
    rgba(255, 255, 255, 0.6) 100%,
    rgba(255, 255, 255, 0) 111.89%
  );
}

.works img {
  width: 100%;
  height: 100%;
  border-radius: 21px;
  aspect-ratio: 7 / 2;
  object-fit: cover;
}

@media screen and (max-width: 577px) {
  .works .swiper-slide-mobile {
    display: block;
  }

  .works img {
    aspect-ratio: 7 / 5;
    object-fit: cover;
  }
}

.sale {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.sale ul {
  list-style: disc;
  padding: 5px 25px 10px;
}

.sale ol {
  list-style: decimal;
  padding: 5px 25px 10px;
}

@media screen and (max-width: 676px) {
  .sale {
    justify-content: center;
  }
}

.sale img {
  max-width: 328px;
  max-height: 246px;
  border-radius: 21px;
  margin-bottom: 10px;
}

.swiper-button-prev,
.swiper-button-prev2 {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 20;
  left: -12%;
  transition: all ease 0.2s;
  background-color: #0c0a0a;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-prev2 {
    display: none;
  }
}

.swiper-button-prev .svg-sprite-icon,
.swiper-button-prev2 .svg-sprite-icon {
  width: 40px;
  height: 40px;
  fill: #fff;
  position: relative;
  left: 10px;
}

.swiper-button-prev:hover,
.swiper-button-prev2:hover {
  background-color: #362d2d;
  left: -11.5%;
}

.swiper-button-prev::after,
.swiper-button-prev2::after {
  content: '';
}

@media screen and (max-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-prev2::after {
    left: 0px;
  }
}

.swiper-button-next,
.swiper-button-next2 {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 20;
  right: -12%;
  transition: all ease 0.2s;
  background-color: #0c0a0a;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-next2 {
    display: none;
  }
}

.swiper-button-next .svg-sprite-icon,
.swiper-button-next2 .svg-sprite-icon {
  width: 40px;
  height: 40px;
  fill: #fff;
  position: relative;
  right: 10px;
}

.swiper-button-next:hover,
.swiper-button-next2:hover {
  background-color: #362d2d;
  right: -11.5%;
}

.swiper-button-next::after,
.swiper-button-next2::after {
  content: '';
}

@media screen and (max-width: 768px) {
  .swiper-button-next::after,
  .swiper-button-next2::after {
    right: 0px;
  }
}

.japaneseCuisine {
  background-image: url('../images/content/bg-1.webp');
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  transition: all linear 0.3s;
}

/* serj: add fade effect, because lcp is high */
/* .japaneseCuisine.section-ind,
.cards.section-ind2 {
  opacity: 0;
  visibility: hidden;
  animation: ani 1s forwards;
  animation-delay: 1s;
  transition: 0.5s opacity 0.3s linear;
} */

[loading='lazy'] {
  /* opacity: 0; */
  /* visibility: hidden; */
  /* animation: ani 1s forwards; */
  /* animation-delay: 1s; */
  /* transition: opacity 0.3s linear; */
}

@media screen and (max-width: 575.98px) {
  .japaneseCuisine.section-ind,
  .cards.section-ind2 {
    overflow: hidden;
  }
}

@keyframes ani {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* serj: add fade effect, because lcp is high */

.japaneseCuisine h1,
.japaneseCuisine h2 {
  margin-bottom: 80px;
}

@media screen and (max-width: 992px) {
  .japaneseCuisine h1,
  .japaneseCuisine h2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 577px) {
  .japaneseCuisine h1,
  .japaneseCuisine h2 {
    margin-bottom: 30px;
  }
}

.japaneseCuisine__row {
  display: flex;
  margin: 0 -10px 100px -10px;
  padding: 0 12%;
}

@media screen and (max-width: 992px) {
  .japaneseCuisine__row {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 577px) {
  .japaneseCuisine__row {
    padding: 0 15px;
    margin: 0 0px 50px 0px;
    width: 100%;
  }
}

.japaneseCuisine__column {
  flex: 0 1 33.3333%;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.japaneseCuisine__column .g-title4 {
  transition: all ease 0.2s;
}

.japaneseCuisine__column:hover .japaneseCuisine__item {
  box-shadow: 0px 20px 30px rgba(184, 187, 190, 0.5);
}

.japaneseCuisine__column:hover .japaneseCuisine__item-btn {
  background-color: #d02526;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
}

.japaneseCuisine__column:hover .japaneseCuisine__item-img {
  top: 0px;
}

.japaneseCuisine__column:hover .g-title4 {
  color: #d02526;
}

@media screen and (max-width: 992px) {
  .japaneseCuisine__column {
    margin-bottom: 20px;
    flex: 0 1 100%;
  }

  .japaneseCuisine__column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 577px) {
  .japaneseCuisine__column {
    padding: 0;
  }
}

.japaneseCuisine__item {
  background: #ffffff;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.japaneseCuisine__item {
  color: #474442;
  text-decoration: none;
}

.japaneseCuisine__item:hover {
  text-decoration: none;
  color: #474442;
}

@media screen and (max-width: 992px) {
  .japaneseCuisine__item {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 147px;
  }
}

.japaneseCuisine__item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -40px;
}

@media screen and (max-width: 1199px) {
  .japaneseCuisine__item-info {
    top: -30px;
  }
}

@media screen and (max-width: 992px) {
  .japaneseCuisine__item-info {
    padding: 20px 0;
    align-items: flex-start;
    top: 0;
  }
}

.japaneseCuisine__item-info span {
  margin-bottom: 20px;
  display: block;
}

.japaneseCuisine p.rub {
  padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .japaneseCuisine p.rub {
    padding-bottom: 0;
  }
}

.japaneseCuisine__item-btn {
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #474442;
  width: 62px;
  height: 62px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
}

@media screen and (max-width: 992px) {
  .japaneseCuisine__item-btn {
    right: -31px;
    left: inherit;
    bottom: 50%;
    transform: translate(0%, 50%);
  }
}

@media screen and (max-width: 577px) {
  .japaneseCuisine__item-btn {
    width: 48px;
    height: 48px;
    right: -24px;
  }
}

.japaneseCuisine__item-btn:hover {
  background-color: #d02526;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
}

.japaneseCuisine__item-btn .svg-sprite-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}

@media screen and (max-width: 577px) {
  .japaneseCuisine__item-btn .svg-sprite-icon {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 992px) {
  .japaneseCuisine__item-btn2 {
    right: -11px !important;
  }
}

@media screen and (max-width: 577px) {
  .japaneseCuisine__item-btn2 {
    right: -24px !important;
  }
}

.japaneseCuisine__item-img {
  flex: 1 1 auto;
  position: relative;
  top: -40px;
  transition: all ease 0.2s;
}

@media screen and (max-width: 1199px) {
  .japaneseCuisine__item-img {
    top: -20px;
  }
}

@media screen and (max-width: 992px) {
  .japaneseCuisine__item-img {
    top: 0;
    flex: 0 0 auto;
    width: 140px;
  }
}

@media screen and (max-width: 1199px) {
  .japaneseCuisine__item-img img {
    height: auto;
    /* serj */
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }
}

@media screen and (max-width: 992px) {
  .japaneseCuisine__item-img {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 577px) {
  .japaneseCuisine__item-img {
    margin-right: 30px;
  }
}

@media screen and (max-width: 577px) {
  .japaneseCuisine__item-img2 img {
    height: auto;
    width: auto !important;
  }
}

.japaneseCuisine.active {
  transition: all linear 0.3s;
}

.japaneseCuisine.active::before {
  opacity: 1;
  transition: all linear 0.3s;
}

.otherFood__row {
  display: flex;
  margin: 0 -10px;
}

@media screen and (max-width: 992px) {
  .otherFood__row {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
  }
}

@media screen and (max-width: 577px) {
  .otherFood__row {
    margin: 0;
    padding: 0 15px;
  }
}

.otherFood__column {
  flex: 0 1 25%;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.otherFood__column .g-title4 {
  transition: all ease 0.2s;
}

.otherFood__column:hover .japaneseCuisine__item {
  box-shadow: 0px 20px 30px rgba(184, 187, 190, 0.5);
}

.otherFood__column:hover .japaneseCuisine__item-btn {
  background-color: #d02526;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
}

.otherFood__column:hover .japaneseCuisine__item-img {
  top: -30px;
}

@media screen and (max-width: 1199px) {
  .otherFood__column:hover .japaneseCuisine__item-img {
    top: 0;
  }
}

.otherFood__column:hover .g-title4 {
  color: #d02526;
}

@media screen and (max-width: 992px) {
  .otherFood__column {
    margin-bottom: 20px;
    flex: 0 1 100%;
  }

  .otherFood__column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 577px) {
  .otherFood__column {
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .cards .container {
    max-width: none;
  }
}

.cards__row,
.cards__row2 {
  display: flex;
  margin: 0 -10px 0 -10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .cards__row,
  .cards__row2 {
    margin: 0;
  }
}

@media screen and (max-width: 577px) {
  .cards__row,
  .cards__row2 {
    padding: 0 0px;
    margin: 0;
    justify-content: space-between;
  }
}

.cards__column {
  flex: 0 1 25%;
  width: 25%;
  padding: 0 10px;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .cards__column {
    flex: 0 1 25%;
    width: 25%;
    padding: 0 5px;
  }
}

@media screen and (max-width: 992px) {
  .cards__column {
    padding: 0 5px;
    flex: 0 1 33.3333%;
    width: 33.3333%;
  }
}

@media screen and (max-width: 577px) {
  .cards__column {
    padding: 0 5px;
    flex: 0 1 49%;
    width: 49%;
  }
}

.cards__item {
  background: #ffffff;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
  top: 0;
  transition: all ease 0.2s;
}

@media screen and (max-width: 577px) {
  .cards__item {
    justify-content: space-between;
  }
}

@media screen and (max-width: 577px) {
  .cards__item .cards__item-inner {
    flex-direction: column;
    margin-top: auto;
  }

  .cards__item .cards__item-inner .rating-result {
    order: -1;
  }

  .cards__item .cards__item-inner .economy--small {
    margin-left: 5px;
  }
}

.cards__item:hover {
  text-decoration: none;
  color: #474442;
  transition: all ease 0.2s;
  top: -10px;
}

.cards__item-top {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

@media screen and (max-width: 577px) {
  .cards__item-top {
    padding: 0px 5px 0 5px;
  }
}

.cards__item-top-el1 {
  margin-right: 10px;
}

.cards__item-top-el1:hover {
  text-decoration: none;
}

.cards__item-top-el1 .svg-sprite-icon {
  width: 18px;
  height: 18px;
  fill: #474442;
  transition: all ease 0.2s;
}

.cards__item-top-el1.active .svg-sprite-icon {
  fill: #82b145;
  transition: all ease 0.2s;
}

.cards__item-top-el2:hover {
  text-decoration: none;
}

.cards__item-top-el2 .svg-sprite-icon {
  width: 18px;
  height: 18px;
  fill: #474442;
  transition: all ease 0.2s;
}

.cards__item-top-el2.active .svg-sprite-icon {
  fill: #d02526;
  transition: all ease 0.2s;
}

section.cards {
  margin-top: 20px;
}

.pluso-more {
  display: none !important;
}

.cards .new {
  position: absolute;
  top: 0;
  left: 0;
  background: #82b145;
  border-radius: 12px 0px;
  padding: 8px 18px;
}

@media screen and (max-width: 577px) {
  .cards .new {
    padding: 5px 10px;
    font-size: 14px;
  }
}

.cards .new span {
  text-transform: uppercase;
  color: #fff;
}

.assembly .cards__item-req {
  position: absolute;
  left: 10px;
  top: 6px;
}

.cards__item-req {
  /* new */
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .cards__item-req {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 577px) {
  .cards__item-req {
    padding: 0;
  }
}

.cards__item-req-left .svg-sprite-icon {
  width: 18px;
  height: 24px;
  fill: #d02526;
  margin-right: -5px;
}

.cards__item-req-btn {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .cards__item-req-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.cards__item-req-btn .button {
  background-color: #474442;
  padding: 7px 30px;
  cursor: auto;
}

@media screen and (max-width: 577px) {
  .cards__item-req-btn .button {
    padding: 7px 10px;
  }
}

.cards__item-links {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #474442;
}

.cards__item-links:hover {
  text-decoration: none;
  color: #474442;
}

.cards__item-links:hover b {
  color: #d02526;
}

.cards__item-body {
  margin-bottom: 10px;
  padding: 5px 5px 0 5px;
}

.cards__item-body:hover {
  color: #474442;
  text-decoration: none;
}

.cards__item-body b {
  display: block;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .cards__item-body b {
    font-size: 16px;
  }
}

.cards__item-body p {
  min-height: 60px;
}

.cards__item-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 5px 5px 0 5px;
}

@media screen and (max-width: 992px) {
  .cards__item-info {
    flex-wrap: wrap;
  }
}

.cards__item-info .svg-sprite-icon {
  width: 18px;
  height: 16px;
  fill: #6b6b6b;
}

.cards__item-info span {
  font-size: 14px;
}

.cards__item-info-el {
  white-space: nowrap;
  margin: 0 5px 5px 0px;
}

.cards__item-img {
  position: relative;
}

.cards .cards__item-img img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 210px;
}

.cards__item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0px 0 5px;
}
@media screen and (max-width: 400px) {
  .cards__item .cards__item-bottom {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }

  .cards__item-bottom .cards__item-bottom-value {
  }
}

.cards__item-bottom-pr {
  display: flex;
}

@media screen and (max-width: 1199px) {
  .cards__item-bottom-pr {
    flex-direction: column;
  }
}

@media screen and (max-width: 577px) {
  .cards__item-bottom-pr {
    flex-direction: row;
  }
}

.cards__item-bottom-pr p {
  font-size: 18px;
}

@media screen and (max-width: 700px) {
  .cards__item-bottom-pr p {
    font-size: 16px;
  }
}

@media screen and (max-width: 577px) {
  .cards__item-bottom-pr p {
    font-size: 14px;
  }
}

.cards__item-bottom-pr .cards__item-priceOld {
  color: #bebbb7;
  text-decoration: line-through;
  margin-right: 10px;
}

.cards__item-bottom-value {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .created__row + .cards__item-bottom,
  .set__composition + .cards__item-bottom {
    justify-content: space-between !important;
  }

  .cards__item-bottom-mark2 {
    margin-left: 0 !important;
  }
}

.cards__item-bottom-value a:hover {
  text-decoration: none;
}

.cards__item-bottom-value span {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .cards__item-bottom-mark span {
    display: none;
  }
  .cards__item-bottom-mark {
    width: 50px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/content/cart.svg');
    margin-left: 10px;
  }
}
@media screen and (max-width: 577px) {
  .cards__item-bottom-value span {
    font-size: 14px;
  }
}

.cards__item-bottom-value .less,
.cards__item-bottom-value .more {
  width: 30px;
  height: 30px;
  background-color: #e0e0e0;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  font-size: 24px;
  color: #474442;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .cards__item-bottom-value .less,
  .cards__item-bottom-value .more {
    margin: 0;
  }
}
.cards__item-bottom-value .less:hover,
.cards__item-bottom-value .more:hover {
  color: #d02526;
}

.cards__item-bottom-value .less::before {
  content: '-';
}

.cards__item-bottom-value .more::before {
  content: '+';
}

.cards__item-bottom-value .svg-sprite-icon {
  width: 10px;
  height: 10px;
  fill: #474442;
}

.cards__item-bottom-mark,
.cards__item-bottom-mark2 {
  background-color: #d02526;
  border-radius: 16px 0;
  padding: 6px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
}
.cards__item-bottom-mark2 {
  text-decoration: none !important;
  justify-content: space-between !important;
}

.cards__item-bottom-mark2 {
  color: #fff !important;
}

.cards__item-bottom-mark:hover,
.cards__item-bottom-mark2:hover {
  background-color: #82b145;
  cursor: pointer;
}

.cards__item-bottom-mark .svg-sprite-icon,
.cards__item-bottom-mark2 .svg-sprite-icon {
  width: 26px;
  height: 22px;
  fill: #fff;
}

.cards__item-req-left {
  min-height: 24px;
  position: absolute;
  bottom: 50px;
  left: 5px;
}

.ostro {
  bottom: 0 !important;
}

.rating-area {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.rating-area:not(:checked) > input {
  display: none;
}

.rating-area:not(:checked) > label {
  float: right;
  width: 21px;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  color: lightgrey;
}

.rating-area:not(:checked) > label:before {
  content: '★';
}

.rating-area > input:checked ~ label {
  color: #82b145;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: #82b145;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #82b145;
}

.rate-area > label:active {
  position: relative;
}

.reviews {
  margin-bottom: 50px;
}

#review_img {
  border-radius: 15px;
}

.review_img-i {
  border-radius: 15px;
}

#review_text {
  height: 100px;
  overflow: hidden;
}

.review_text-i {
  height: 100px;
  overflow: hidden;
}

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

.reviews__btn a {
  background-color: #474442;
  padding: 10px 60px;
}

.reviews__slider-img {
  flex-shrink: 0;
  margin-right: 15px;
}

@media screen and (max-width: 577px) {
  .reviews__slider-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.reviews__slider-link {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  margin-bottom: 5px;
  display: block;
}

.reviews p {
  font-family: 'Inter';
  font-size: 14px;
  margin-bottom: 10px;
}

.reviews__slider-read {
  display: flex;
  justify-content: flex-end;
}

.reviews__slider-read a {
  font-size: 16px;
}

.reviews__slider-date {
  margin-bottom: 5px;
}

.reviews__slider-date .svg-sprite-icon {
  width: 19px;
  height: 19px;
  fill: #474442;
  margin-right: 5px;
}

.reviews span.name {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
  background-color: #0c0a0a;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: calc(translate(0%, -50%) - 30px);
  cursor: pointer;
  outline: none;
  transition: all ease 0.2s;
}

.reviews .swiper-button-prev:hover,
.reviews .swiper-button-next:hover {
  background-color: #362d2d;
}

.reviews .swiper-button-prev .svg-sprite-icon,
.reviews .swiper-button-next .svg-sprite-icon {
  width: 40px;
  height: 30px;
  fill: #fff;
  transition: all ease 0.2s;
}

@media screen and (max-width: 577px) {
  .reviews .swiper-button-prev .svg-sprite-icon,
  .reviews .swiper-button-next .svg-sprite-icon {
    width: 15px;
    height: 15px;
  }
}

.reviews .swiper-button-prev .svg-inline--fa,
.reviews .swiper-button-next .svg-inline--fa {
  color: #d02526;
}

.reviews .swiper-button-next {
  right: 1%;
}

.reviews .swiper-button-next:hover {
  right: 1.5%;
}

@media screen and (max-width: 1300px) {
  .reviews .swiper-button-next {
    right: 0;
  }
}

.reviews .swiper-button-prev {
  left: 1%;
}

.reviews .swiper-button-prev:hover {
  left: 1.5%;
}

@media screen and (max-width: 1300px) {
  .reviews .swiper-button-prev {
    left: 0;
  }
}

.reviews__slider {
  margin-bottom: 30px;
}

.reviews__slider .swiper-pagination {
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 20px;
  bottom: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .reviews__slider .swiper-pagination {
    display: flex;
  }
}

@media screen and (max-width: 577px) {
  .reviews__slider .swiper-pagination {
    bottom: -5px;
  }
}

.reviews__slider .swiper-pagination-bullet {
  background-color: #bebbb7;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  bottom: 0px;
  left: 0;
  cursor: pointer;
}

.reviews__slider .swiper-pagination-bullet:focus {
  outline: none;
}

.reviews__slider .swiper-pagination-bullet-active {
  background-color: #d02526;
}

.reviews__slider .swiper-wrapper {
  outline: none;
  padding-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .reviews__slider .swiper-wrapper {
    padding: 0;
  }
}

.reviews__slider .swiper-slide {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  outline: none;
  box-shadow: 0px 5px 5px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
}

@media screen and (max-width: 577px) {
  .reviews__slider .swiper-slide {
    flex-direction: column;
  }
}

.reviews__slider-rev {
  display: flex;
  background-color: #fff;
  padding: 20px;
  outline: none;
  box-shadow: 0px 5px 5px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
}

.reviews__slider-img-cl {
  position: relative;
}

.reviews__slider-img-cl .el {
  background-color: #474442;
  color: #fff;
  border-radius: 12px 0px;
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 577px) {
  .reviews__slider-rev {
    flex-direction: column;
  }
}

.reviews__slider-rev .reviews__slider-date {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 577px) {
  .reviews__slider-rev .reviews__slider-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .reviews__slider-rev .reviews__slider-date {
    padding: 8px;
  }

  .reviews__slider-img-el {
    margin-bottom: 10px;
  }

  .reviews__slider-img-el:last-child {
    margin-bottom: 0;
  }

  .reviews__slider-top {
    display: flex;
    align-items: center;
    padding: 0 20px;
  }

  .reviews__slider-top .reviews__slider-date {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .reviews__slider-top h3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 577px) {
  .reviews__slider-top h3 {
    font-size: 22px;
  }
}

.rating-result {
  float: left;
  display: flex;
}

@media screen and (max-width: 577px) {
  .rating-result {
    padding: 5px 0;
  }
}

.rating-result span {
  padding: 0;
  font-size: 24px;
  margin: 0 1px;
  line-height: 1;
  color: lightgrey;
}

.rating-result > span:before {
  content: '★';
}

.rating-result > span.active {
  color: #82b145;
}

.reviewsModal input[type='text'],
.reviewsModal input[type='tel'],
.reviewsModal input[type='number'],
.reviewsModal input[type='date'],
.reviewsModal input[type='password'],
.reviewsModal textarea,
.reviewsModal select {
  width: 100%;
  line-height: 15px;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #bebbb7;
}

.reviewsModal textarea:active {
  outline: none;
}

.reviewsModal textarea:focus {
  outline: none;
}

.reviewsModal textarea {
  height: initial;
}

.reviewsModal h6 {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 10px;
}

.reviewsModal__top {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 577px) {
  .reviewsModal__top {
    flex-direction: column;
  }
}

.reviewsModal__top-left {
  flex: 0 1 49%;
}

@media screen and (max-width: 577px) {
  .reviewsModal__top-left {
    flex: 0 1 100%;
  }
}

.reviewsModal__top-full {
  flex: 0 1 100%;
}

.reviewsModal__top-right {
  flex: 0 1 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 577px) {
  .reviewsModal__top-right {
    flex: 0 1 100%;
    align-items: flex-start;
  }
}

.reviewsModal__top-right .rating-result {
  justify-content: center;
}

@media screen and (max-width: 577px) {
  .reviewsModal__top-right .rating-result {
    justify-content: flex-start;
  }
}

.reviewsModal__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviewsModal__btns .button {
  background-color: #d02526;
  padding: 12px 30px;
}

@media screen and (max-width: 577px) {
  .reviewsModal__btns .button {
    padding: 12px 5px;
  }
}

.reviewsModal__btns .button:hover {
  background-color: #d02526;
}

.reviewsModal__btns label.button {
  background-color: #82b145;
  padding: 12px 30px;
  align-items: center !important;
  margin: 0 15px 0 0 !important;
}

@media screen and (max-width: 577px) {
  .reviewsModal__btns label.button {
    padding: 12px 5px;
    margin: 0 10px 0 0 !important;
  }
}

.reviewsModal__btns label.button:hover {
  color: #fff;
  background-color: #d02526;
}

.reviewsModal__btns label.button .svg-sprite-icon {
  width: 10px;
  height: 15px;
  fill: #fff;
  margin-right: 5px;
}

.reviewsModal__top-full textarea {
  height: 140px;
}

.news {
  margin-bottom: 50px;
}

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

.news__btn a {
  padding: 10px 60px;
}

.news__slider-img {
  flex-shrink: 0;
  margin-right: 15px;
}

@media screen and (max-width: 577px) {
  .news__slider-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.news__slider-body {
  display: flex;
  flex-direction: column;
}

.news__slider-body-left {
  margin-bottom: 10px;
}

.news__slider-body-left span {
  font-size: 14px;
  margin-bottom: 5px;
}

.news__slider-body-left p {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Inter';
}

.news__slider-body-right p {
  font-size: 14px;
  font-family: 'Inter';
}

.news .swiper-button-prev2,
.news .swiper-button-next2 {
  background-color: #0c0a0a;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: calc(translate(0%, -50%) - 30px);
  cursor: pointer;
  outline: none;
  transition: all ease 0.2s;
}

.news .swiper-button-prev2:hover,
.news .swiper-button-next2:hover {
  background-color: #362d2d;
}

.news .swiper-button-prev2 .svg-sprite-icon,
.news .swiper-button-next2 .svg-sprite-icon {
  width: 40px;
  height: 30px;
  fill: #fff;
  transition: all ease 0.2s;
}

@media screen and (max-width: 577px) {
  .news .swiper-button-prev2 .svg-sprite-icon,
  .news .swiper-button-next2 .svg-sprite-icon {
    width: 15px;
    height: 15px;
  }
}

.news .swiper-button-prev2 .svg-inline--fa,
.news .swiper-button-next2 .svg-inline--fa {
  color: #d02526;
}

.news .swiper-button-next2 {
  right: 1%;
}

.news .swiper-button-next2:hover {
  right: 1.5%;
}

@media screen and (max-width: 1300px) {
  .news .swiper-button-next2 {
    right: 0;
  }
}

.news .swiper-button-prev2 {
  left: 1%;
}

.news .swiper-button-prev2:hover {
  left: 1.5%;
}

@media screen and (max-width: 1300px) {
  .news .swiper-button-prev2 {
    left: 0;
  }
}

.news__slider {
  margin-bottom: 30px;
}

.news__slider .swiper-pagination2 {
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 20px;
  bottom: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .news__slider .swiper-pagination2 {
    display: flex;
  }
}

@media screen and (max-width: 577px) {
  .news__slider .swiper-pagination2 {
    bottom: -5px;
  }
}

.news__slider .swiper-pagination-bullet {
  background-color: #bebbb7;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  bottom: 0px;
  left: 0;
  cursor: pointer;
}

.news__slider .swiper-pagination-bullet:focus {
  outline: none;
}

.news__slider .swiper-pagination-bullet-active {
  background-color: #d02526;
}

.news__slider .swiper-wrapper {
  outline: none;
  padding-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .news__slider .swiper-wrapper {
    padding: 0;
  }
}

.news__slider .swiper-slide {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  outline: none;
  height: 100%;
  box-shadow: 0px 5px 5px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
}

@media screen and (max-width: 577px) {
  .news__slider .swiper-slide {
    flex-direction: column;
  }
}

.delivery {
  background-color: #0f1c1e;
  color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 80px 0;
}

@media screen and (max-width: 992px) {
  .delivery {
    margin: 40px 0;
  }
}

.delivery::before {
  content: '';
  background-image: url('../images/content/delivery__bg.webp');
  background-repeat: no-repeat;
  background-position: 105% 45%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -999px;
  right: -999px;
  opacity: 0;
}

@media screen and (max-width: 992px) {
  .delivery::before {
    width: 100%;
    transform: rotate(360deg);
    background-position: 104% 50%;
  }
}

@media screen and (max-width: 768px) {
  .delivery::before {
    width: 100%;
    transform: rotate(360deg);
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 577px) {
  .delivery::before {
    right: -5px !important;
    top: 10px !important;
    background-size: cover;
    width: 100%;
    transform: rotate(90deg);
    background-position: 50% 101%;
  }
}

.delivery::after {
  content: '';
  background-image: url('../images/content/delivery__bg.webp');
  background-repeat: no-repeat;
  background-position: 117% 45%;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -999px;
  left: -999px;
  opacity: 0;
}

@media screen and (max-width: 992px) {
  .delivery::after {
    width: 0;
    height: 0;
  }
}

.delivery__wrap {
  padding: 33px 0;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .delivery__wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  .delivery__body {
    margin-bottom: 20px;
  }
}

.delivery__body h2 {
  font-size: 40px;
  line-height: 35px;
  font-weight: 900;
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .delivery__body h2 {
    font-size: 30px;
  }
}

.delivery__body h1 {
  font-size: 40px;
  line-height: 35px;
  font-weight: 900;
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .delivery__body h1 {
    font-size: 30px;
  }
}

.delivery__body p {
  text-align: left;
}

.delivery__left {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .delivery__left {
    margin-bottom: 20px;
  }
}

.delivery__left-img {
  margin-right: 10px;
}

.delivery__left-body h3 {
  font-weight: 900;
  font-size: 22px;
}

.delivery__left-body p {
  font-size: 16px;
  font-weight: 400;
}

.delivery__left-body h3 {
  margin-bottom: 0;
  text-align: left;
}

.delivery.active {
  transition: all 2s linear 2s;
}

.delivery.active::before {
  opacity: 1;
  transition: all 0.5s linear 2s;
  right: 0;
  top: 0;
}

.delivery.active::after {
  opacity: 1;
  transition: all linear 2s;
  left: 0;
  bottom: 0;
}

.created {
  padding-top: 10px;
}

@media screen and (max-width: 992px) {
  .created {
    padding-top: 30px;
  }
}

.created h1 {
  text-align: left;
  margin-bottom: 30px;
}

.created__row {
  gap: 10px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .created__row {
    flex-direction: column;
  }
}

.created__left {
  flex: 0 1 80%;
}

.created__right {
  /* new */
  display: flex;
  flex-direction: column;
  flex: 1 0 20%;
}

@media screen and (max-width: 992px) {
  .created__right {
    display: flex;
    flex-direction: column-reverse;
  }
}

.pluso {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .pluso {
    margin: 0 0 20px 0;
  }
}

.pluso span {
  font-weight: 600;
  color: #000;
  margin-right: 25px;
  white-space: nowrap;
}

@media screen and (max-width: 577px) {
  .pluso span {
    font-size: 14px;
  }
}
.created__soc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  gap: 10px;
}
.created__soc-title {
  font-weight: 600;
  color: #474442;
}
@media (max-width: 770px) {
  .created__soc-title {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .created__body {
    max-height: 125px;
    overflow: auto;
  }
}
.created__body {
  display: none;
}
.created__body p {
  margin-bottom: 30px;
}

@media screen and (max-width: 577px) {
  .created__body p {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .created__benefits {
    /* new */
    padding-top: 15px;
  }
}

.created__benefits-el {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.created__benefits-el:last-child {
  margin-bottom: 0;
}

.created__benefits-el img {
  width: 25px;
  height: 35px;
  margin-right: 20px;
  flex-shrink: 0;
}

.created__benefits-el .svg-sprite-icon {
  width: 25px;
  height: 35px;
  fill: #82b145;
  margin-right: 20px;
  flex-shrink: 0;
}

.created__benefits-el p {
  font-weight: 600;
  font-size: 14px;
}

.created__benefits-el p span {
  font-weight: 900;
}

.created__benefits-el p a {
  text-decoration: underline;
}

.created__benefits-el .rub {
  font-weight: 400;
}

.assembly {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.assembly__left {
  flex: 0 1 50%;
}

@media screen and (max-width: 992px) {
  .assembly__left {
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 600px) {
  .assembly h1 {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .assembly {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 900px) {
  .assembly__left {
    margin-bottom: 30px;
  }
}

.assembly__left-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  flex: 0 0 55%;
}

@media screen and (max-width: 1000px) {
  .assembly__left-card {
    flex: 0 0 100%;
  }
}

.assembly .cards__item-top {
  /* new */
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  top: 10px;
  right: 10px;
  position: absolute;
}

.assembly .rating-result {
  width: auto;
  justify-content: flex-end;
}

.assembly__left-img {
  /* new */
  height: 100%;
}

@media screen and (max-width: 992px) {
  .assembly__left-img {
    pointer-events: none;
    cursor: default;
  }
}

.assembly__left-img img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .assembly__left-img img {
    max-width: 748px;
  }
}

.assembly__left-imgSm {
  display: none;
}

@media screen and (max-width: 577px) {
  .assembly__left-imgSm img {
    max-width: 394px;
  }
}

@media screen and (max-width: 768px) {
  .assembly__left-imgSm {
    display: flex !important;
  }
}

.assembly .cards__item-req {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .assembly .cards__item-req {
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}

.assembly .cards__item-req .svg-sprite-icon {
  width: 18px;
  height: 24px;
  fill: #d02526;
}

.assembly .cards__item-req span {
  font-size: 16px;
}

.assembly__left-title {
  text-align: center;
  margin-bottom: 5px;
}

.assembly__left-title .g-title4 {
  text-transform: uppercase;
}

.assembly__left-bottom {
  position: absolute;
  bottom: 0px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.assembly__left-bottom a {
  text-decoration: underline;
}

.assembly__left-bottom .rating-area {
  justify-content: flex-start;
  width: auto;
}

.assembly__right {
  /* new */
  display: flex;
  flex-direction: column;
  flex: 1 1 29%;
  margin-left: 1%;
}

@media screen and (max-width: 1199px) {
  .assembly__right {
    margin-right: 1.5%;
  }
}

.assembly__right h1 {
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .assembly__right h1 {
    margin-top: 0 !important;
  }
}

.assembly__right-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #bebbb7;
  margin-bottom: 10px;
}

.assembly__right-line p {
  font-weight: 600;
  color: #000;
}

.assembly__right-line span {
  font-weight: 600;
  font-size: 17px;
  color: #676258;
}

.assembly__right-stuffing {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .assembly__right-stuffing {
    margin-top: 5px;
    justify-content: flex-start;
  }
  .assembly__right-stuffing--desc {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 577px) {
  .assembly__right-stuffing {
    justify-content: space-between;
  }
  .assembly__right-button .souce-list {
    flex-direction: column;
  }
}

.souce-list--block {
  display: flex;
  flex-direction: column;
  max-height: 160px;
  width: 100%;
  overflow-x: visible;
  overflow-y: auto;
}

@media (max-width: 1000px) {
  .souce-list--block {
    max-height: unset;
    overflow: unset;
  }
}

.assembly .fiter__change2 {
  flex-grow: 1;
  margin-right: 3%;
}

@media screen and (max-width: 1199px) {
  .assembly .fiter__change2 {
    flex: 0 1 46%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .assembly .fiter__change2 {
    flex: 0 1 32%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 577px) {
  .assembly .fiter__change2 {
    flex: 0 1 48%;
    margin-right: 0;
  }
}

.assembly .cards__item-info {
  justify-content: flex-start;
  border-top: 1px solid #bebbb7;
  padding: 20px 0 0 0;
  margin-bottom: 10px;
}

.assembly .cards__item-info .cards__item-info-el {
  margin-right: 20px;
}

.assembly .cards__item-info .cards__item-info-el:last-child {
  margin-right: 0;
}

.assembly .cards__item-bottom-mark span,
.assembly .cards__item-bottom-mark2 span {
  color: #fff;
  margin-right: 5px;
}

.assembly .cards__item-bottom-mark:hover,
.assembly .cards__item-bottom-mark2:hover {
  text-decoration: none;
  color: #fff;
}

.assembly .cards__item-bottom {
  border-bottom: 1px solid #bebbb7;
  padding: 15px 0;
}
/* new */
.created__row + .cards__item-bottom .cards__item-bottom-pr p,
.set__composition + .cards__item-bottom .cards__item-bottom-pr p {
  font-size: 26px;
}

.assembly__right-button .cards__item-bottom {
  border-bottom: 1px solid #bebbb7;
  border-top: 1px solid #bebbb7;
  padding: 15px 0px 10px 15px !important;
  justify-content: space-between;
}

@media (max-width: 1199px) {
}

.assembly .cards__item-price {
  margin-right: 20px;
}

.assembly .cards__item-bottom-value {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .assembly .cards__item-bottom-value {
    display: flex !important;
  }
}

.assembly .cards__item-bottom-pr p {
  font-size: 20px;
}

.set {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 577px) {
  .set {
    flex-direction: column;
  }
}

.set .cards__item-bottom-value {
  font-size: 20px;
}

.set .cards__item-bottom-pr p {
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .set__left {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .set__composition {
    padding-right: 0px;
  }
}

.set__composition p {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

.set__composition span {
  font-size: 16px;
}

.set__composition a {
  color: #333;
}

.set__composition a:hover {
  text-decoration: none;
  color: #d02526;
}

.economy {
  color: #82b145;
}
.economy {
  color: #82b145;
  width: -moz-fit-content;
  width: fit-content;
}

.economy--big {
  font-weight: 900;
}

@media (max-width: 1199px) {
  .economy--small {
    font-size: 14px;
  }
  .economy--small span {
    font-size: 18px;
  }
}

@media (max-width: 490px) {
  .economy--big {
    margin-left: 0;
    margin-top: 10px;
    order: 1;
    width: 100%;
  }
}

.set__ec span,
.economy span {
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .set__right {
    flex: 0 1 27%;
  }
}

.set__right .cards__item-info {
  display: flex;
  width: 100%;
}
.set__right {
  padding-right: 15px;
}

@media screen and (max-width: 577px) {
  .set__right .cards__item-info {
    flex-direction: row;
  }
}

.set__right .cards__item-info-el {
  margin-right: 0;
}

/*custom backend*/

.header__bottom-right {
  position: relative;
}

.header__bottom-right .hint {
  top: 46px;
  left: 0;
  z-index: 3;
  width: 300px;
  background: #0f1c1e;
  position: absolute;
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 18px 0px;
}

.header__bottom-right a {
  color: whitesmoke;
  margin: 5px;
}

/*personal cabinet lk*/

.lc-nav .nav-link {
  color: #1a1a1a;
  border-radius: 0;
}

.lc-nav .nav-link.active {
  color: #fff;
  border-color: #d93636;
  background-color: #d93636;
}

.tab-content {
  padding-top: 25px;
}

.tab-content [aria-expanded='true'] {
  color: #fff;
  background-color: #d93636;
  border-color: #d93636;
}

.tab-content .card-header {
  display: flex;
  width: 100%;
  align-items: center;
}

.tab-content .card-header--name {
  margin-bottom: -1px;
  text-align: center;
}

.tab-content .card-header--name > * {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .tab-content .card-header--name {
    display: none;
  }
}

.tab-content .card-header__col {
  flex: 0 0 11%;
  width: 11%;
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
}

.tab-content .card-header__col--address {
  text-align: center;
  flex: 1 1 auto;
  font-size: 14px;
  font-family: sans-serif;
}

@media screen and (max-width: 991px) {
  .tab-content .card-header__col {
    flex: 1 1 auto;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .tab-content .card-header {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .tab-content .card-header {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-content .card-header .card-header__col {
    margin-bottom: 5px;
  }
}

.tab-content .card-body {
  display: flex;
  flex-direction: column;
}

.tab-content .card-body ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
}

.tab-content .card-body ul li {
  flex: 0 0 10%;
  width: 10%;
  text-align: center;
  white-space: nowrap;
  padding: 10px 0;
  font-size: 15px;
  font-family: sans-serif;
}

.tab-content .card-body ul li.li-link {
  flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .tab-content .card-body ul li {
    flex: 1 1 auto;
    width: 100%;
    padding: 0;
    margin: 5px 0;
    text-align: left;
  }
}

.tab-content .card-body ul a {
  text-align: left;
  color: #d93636;
  font-weight: bold;
}

.tab-content .card-body ul a:hover {
  color: #2372d9;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .tab-content .card-body ul a {
    font-size: 14px;
  }
}

.tab-content .card-body ul .rub {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .tab-content .card-body ul {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .tab-content .card-body ul {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
  }
}

.tab-content .card-body .g-btn {
  margin-top: 25px;
  align-self: flex-start;
}

/*custom*/

.cards__item-links:hover b {
  color: #d02526;
}

.pagination {
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  list-style: none;
  width: 206px;
  margin: 0 auto 10px;
}

.pagination li {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 10px 15px;
}

.pagination li.disabled {
  background: #ffffff;
}

.pagination li.active {
  background: linear-gradient(272.68deg, #ff0000 -33.19%, #ffd400 99.1%);
}

.pagination li a {
  color: black;
  text-decoration: none;
}

.pagination li.active a {
  color: #ffffff;
}

/*make-wok-style*/

.custom-checkbox-big.act {
  background-color: #474442;
}

.check-group-1.act .p span,
.check-group-2.act span {
  color: white;
}

.custom-checkbox-big span img {
  display: inline-block;
  position: absolute;
  left: -5px;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
}

.custom-checkbox-big > span::before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  background: #bebbb7;
  background-repeat: no-repeat;
  background-position: center center;
}

.header__top-addr-cont-left p {
  font-weight: 500;
  padding: 10px 0;
}

.cardss .cards__item-img img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}

.card-header.card-header--name {
  justify-content: space-between;
}

.tab-content .card-header {
  justify-content: space-between;
}

.not_review {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.reviews__slider-body {
  width: 100%;
}

.reviews__slider-body h3 {
  text-align: left;
}

.vmodal__window .img {
  border-radius: 20px;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.contacts__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contacts {
  padding: 20px;
  box-shadow: 0px 5px 5px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
  width: 30%;
  display: flex;
  margin-bottom: 40px;
  margin-right: 20px;
}

.contacts-data {
  display: flex;
  justify-content: space-around;
}

.contacts__tel p:nth-child(4) {
  margin-bottom: 10px;
}

@media (max-width: 1380px) {
  .contacts__wrapper {
    justify-content: space-around;
  }

  .contacts {
    width: 33%;
  }
}

@media (max-width: 1200px) {
  .contacts__wrapper {
    justify-content: normal;
  }

  .contacts {
    width: 46%;
  }
}

@media (max-width: 767px) {
  .contacts {
    width: 100%;
  }

  .contacts-data {
    display: block;
  }

  .contacts__tel {
    margin-bottom: 20px;
  }
}

.contacts .open-magn {
  width: 75%;
  margin-right: 10px;
}

.social__icon {
  fill: #ffffff;
}

.social__icon:hover {
  fill: #de5c49;
}

.social__link {
  text-decoration: none;
  margin-right: 10px;
}

.social-icon__modal {
  fill: #474442;
}

/*beckend_styles*/
.basketPay__right1-el-img {
  color: black;
}
.basketPay__right1 .fiter__change2 {
  margin: 0;
}

.basketPay__right1 .custom-checkbox-bigBgValue {
  padding-right: 0;
}

.basketPay__right1 .custom-checkbox-bigBgValue .basketPay__right1-el-img:hover {
  color: red;
}

.blog__item {
  text-decoration: none;
  color: #474442;
}

.blog__item .cards__column {
  width: 328px;
}

.blog__item .cards__item {
  background: #ffffff;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
  top: 0;
  transition: all ease 0.2s;
}

.blog__item .cards__item:hover {
  text-decoration: none;
  transition: all ease 0.2s;
  top: -10px;
}

.blog__item .cards__item:hover h3 {
  color: #d02526;
}

.blog__item .img {
  border-radius: 15px;
}

.blog__item p {
  padding: 10px;
}

#create-order {
  margin-bottom: 20px;
}

.blog-wrap {
  display: flex;
  margin-bottom: 30px;
}

.blog-wrap p {
  margin-bottom: 10px;
}

.blog-wrap img {
  margin-right: 10px;
}

.blog-list {
  list-style: disc !important;
  padding-left: 40px;
  margin-bottom: 10px;
}

.blog-list li {
  list-style: disc !important;
}

@media (max-width: 1200px) {
  .blog-wrap {
    flex-wrap: wrap;
  }
}

/* Оглавление */
.texts-list {
  float: right;
  width: 33%;
  margin-left: 7%;
  margin-bottom: 10px;
}

.ogg {
  border-bottom: 1px solid #0f1c1e;
  padding-bottom: 5px;
  font-weight: bold;
}

.menu-ogg {
  padding-left: 20px;
  text-indent: -10px;
  margin: 5px 0;
}

.menu-ogg:before {
  content: '- ';
}

.sub-menu-ogg {
  padding-left: 40px;
  text-indent: -10px;
  margin: 5px 0;
}

.sub-menu-ogg:before {
  content: '• ';
}

/* /Оглавление */

.inner-content ul {
  list-style: disc;
  padding: 1em;
  list-style-position: inside;
}

.inner-content ol {
  list-style: decimal;
  padding: 1em;
  list-style-position: inside;
}

.souce-button-add {
  padding: 0;
}

.assembly__right-stuffing--desc {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: normal;
  padding-left: 10px;
}

.souce-cart .fiter__change2 {
  margin-bottom: 10px;
}
.fiter__change2 {
  margin: 5px 10px;
  flex: 0 1 30%;
}

.souce-cart .fiter__change2 > div {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.souce-cart .custom-checkbox-bigBg > span {
  background-color: #fff;
  box-shadow: 0px 40px 50px rgba(184, 187, 190, 0.2);
  border-radius: 18px;
  border: 1px solid #a3a1a0;
  padding-right: 12px;
}

.soucesBlock .custom-checkbox-bigBg {
  padding-right: 12px;
}

.souce-cart span {
  color: black !important;
}

.add-sauce {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}

.add-sauce.active {
  background-color: #474442;
}

.add-sauce.active span {
  color: #fff;
}

.add-sauce.active span::before {
  content: '';
  background-color: #82b145;
  background-size: 50% 50%;
  background-image: url(../images/content/check2.svg);
  position: relative;
}

.add-sauce.active span::after {
  opacity: 0;
}

.bl {
  width: 100px;
}

.bl select {
  height: 40px !important;
}

.add-souce-block-in-good-page {
  border: 1px solid #d02526;
  border-radius: 5px;
  padding: 5px;
}
.add-souce-block-in-good-page p {
  color: #d02526;
  font-weight: 900;
}
.add-souce-block-in-good-page span {
  color: black;
}

.cards__item-inner {
  display: flex;
  justify-content: space-between;
}
.cards__item-bottom-mark span {
  color: white !important;
}
.card__main-image {
  object-fit: contain;
}
.set__left-flex {
  display: flex;
  align-items: flex-start;
}
.cards__item-bottom-mark2 {
  margin-left: 20px !important;
}

@media (max-width: 600px) {
  .cards__item-bottom-mark2 {
    margin-left: 0px !important;
  }
}

/*  */

.set__composition {
  position: relative;
  padding-right: 15px;
}

.set__composition p {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

.set__composition span {
  color: #000;
  font-size: 16px;
}

.set__ec {
  color: #82b145;
  font-weight: 900;
}

.set__ec span {
  font-size: 20px;
}

.set__right .cards__item-info {
  flex-direction: row;
  padding: 0;
  margin: 0;
  border: none;
}

.assembly__right-button .cards__item-price {
  font-size: 22px;
}

@media screen and (max-width: 577px) {
  .set__right .cards__item-info {
    flex-direction: row;
  }
}

.set__right .cards__item-info-el {
  margin-right: 0;
}

.hover-link {
  position: relative;
}

.image-container {
  padding: 12px 20px;
  z-index: 20;
  position: absolute;
  top: 115%;
  left: 0px;
  background-color: #fff;
  border: 3px solid #82b145;
  border-radius: 10px;

  .image-container--head {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    color: #474442;
  }

  .image-container-body {
    padding-top: 15px;
    width: 370px;
    display: flex;
    gap: 20px;
    text-align: center;
    margin-bottom: 15px;
  }

  .image-container--price {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #474442;
    font-weight: 700;
    line-height: normal;
  }
}

.assembly .cards__item-price {
  margin-right: 20px;
}

.assembly .cards__item-bottom-value {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .assembly .cards__item-bottom-value {
    display: flex !important;
  }
}

.assembly .cards__item-bottom-pr p {
  font-size: 20px;
}

.set {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 577px) {
  .set {
    flex-direction: column;
  }
}

.set .cards__item-bottom-value {
  font-size: 20px;
}

.set .cards__item-bottom-pr p {
  font-size: 20px;
}

.set__left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cards__item-info--free {
  flex-basis: 35%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0px 10px 6px 0px;
  border-right: 1px solid #bebbb7;
}

@media (max-width: 992px) {
  .cards__item-info--free {
    border: none;
    padding: 0;
  }
}
.cards__item-info--free p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: normal;
}

.info--free-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.info--free-icon {
  display: flex;
  align-items: center;
  gap: 3px;
}

.info--free-img {
  display: block;
  width: 27px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
}

.info--free-img.soy {
  background-image: url('/images/content/soy.svg');
}
.info--free-img.ginger {
  background-image: url('/images/content/ginger.svg');
}
.info--free-img.vasabi {
  background-image: url('/images/content/vasabi.svg');
}

.info--free-desc {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

@media (max-width: 988px) {
  .created__benefits {
    padding-top: 10px !important;
    min-height: 160px;
  }
}

.soucesBlock {
  margin-top: auto;
}

.assembly__right-content {
  flex: 0 0 43%;
  display: flex;
  align-items: baseline;
  gap: 15px;
  flex-direction: column;
}

@media (max-width: 1000px) {
  .assembly__right-content {
    flex: 0 0 100%;
  }
}

@media (max-width: 705px) {
  .created__right {
    order: 5;
  }
}

.assembly__right-button--info {
  gap: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .assembly__right-button--info {
    flex-wrap: wrap;
  }
}

@media (max-width: 1000px) {
  .assembly__right-button {
    display: flex;
    flex-direction: column;
  }

  .assembly__right-button .cards__item-bottom {
    order: 0;
  }

  .assembly__right-button .assembly__right-button--info {
    order: 1;
  }
}

@media (max-width: 600px) {
  .assembly__right-button {
    width: 100%;
  }
}

.assembly__right-top {
  display: flex;
  gap: 15px;
}

@media (max-width: 600px) {
  .assembly__right-top {
    flex-direction: column;
  }
}

.fiter__change2 {
  margin: 5px 5px;
}

@media screen and (max-width: 600px) {
  .fiter__change2 {
    margin: 5px 0px;
  }

  .economy--big {
    margin: 0px;
  }
}

@media (max-width: 1400px) {
  .created__right {
    display: none;
  }
}

@media (max-width: 1000px) {
  .created__right {
    display: flex;
  }
}

.modal__info-att {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.modal__info-text {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #474442;
  margin-bottom: 20px;
}

.modal__info-button {
  padding: 5px;
  color: #fff;
  display: flex;
  font-size: 18px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-top: auto;
  border: 1px solid #82b145;
  background-color: #82b145;
  transition: all 0.4s;
}

.modal__info-button:hover {
  background-color: #fff;
  color: #000;
}

.dialog__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .cards__item-info--free {
    flex-basis: 100%;
    margin-top: 10px;
    border-right: none;
  }
  .info--free-icons {
    flex-direction: row;
  }
}

.sale_cards__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-radius: 21px;
  background-color: #e6e6e6;
  text-align: start;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: 150ms ease-in-out;
  cursor: pointer;
}
.sale_cards__button svg {
  transform: rotate(0deg);
  transition: transform 150ms ease-in-out;
}
.sale_cards__button.active {
  border-radius: 21px 21px 0 0;
}
.sale_cards__button.active svg {
  transform: rotate(180deg);
  transition: transform 150ms ease-in-out;
}
.sale_cards__about {
  margin: 0 0 15px;
  line-height: 22px;
}
.sale_cards__description {
  margin: 0 0 15px;
  line-height: 22px;
  padding: 0 20px;
  border-radius: 21px;
  background-color: #e6e6e6;
  max-height: 0;
  overflow: hidden;
  transition: 150ms ease-in-out;
}
.sale_cards__description.opened {
  max-height: 100vh;
  height: 100%;
  display: block;
  padding: 10px 20px;
  border-radius: 0 0 21px 21px;
  transition: 150ms ease-in-out;
}
.sale_row {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sale_row {
    flex-direction: column;
  }
}
