/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \*************************************************************************************************************************/
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./usertpl/css/style.scss ***!
  \*****************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

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, input {
  overflow: visible;
}

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: 1px dotted ButtonText;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[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;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Bold"), url(fonts/Gilroy-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-SemiBold"), url(fonts/Gilroy-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/open-sans-v44-cyrillic_latin-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/open-sans-v44-cyrillic_latin-700.woff2) format("woff2");
}
/*!
* animate.css - https://animate.style/
* Version - 4.0.0
* 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;
}

.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;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animated.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);
}

.animated.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);
}

.animated.delay-small {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: calc(var(--animate-delay) / 2);
  animation-delay: calc(var(--animate-delay) / 2);
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animated.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);
}

.animated.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);
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animated.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 {
  .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;
  }
  .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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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(0);
    transform: rotate(0);
  }
}
@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(0);
    transform: rotate(0);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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(0);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -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(0);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.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);
  }
}
.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);
  }
}
.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;
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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;
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.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);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

.fixed {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
}

.invalid {
  border-color: #FF0000 !important;
}

.component {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .component {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .component {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .component {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .component {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .component {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .component {
    max-width: 320px;
  }
}

.header {
  background-color: #f7f7f7;
}
.header__inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .header__inner {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .header__inner {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .header__inner {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__inner {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .header__inner {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .header__inner {
    max-width: 320px;
  }
}
.header__inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.header__topbar {
  padding: 13px 0 14px;
  box-shadow: 3px 4px 5px rgba(135, 135, 135, 0.27);
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .header__nav {
    transform: translate(-100%, 0);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f2efe2;
    border-right: 2px solid #fdd000;
    z-index: 10;
    min-width: 260px;
    width: 70%;
    transition: 1s;
  }
  .header__nav_open {
    display: block;
    transform: translate(0, 0);
  }
}
.header__button {
  display: block;
  background-color: #f2efe2;
  border-radius: 8px;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
}
.header__button .mobile {
  display: none;
}
.header__button:not(:last-of-type) {
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .header__button {
    height: 52px;
    line-height: 52px;
  }
}
@media (min-width: 500px) and (max-width: 1023px) {
  .header__button {
    height: 42px;
    line-height: 42px;
    top: 15px;
  }
}
@media (min-width: 500px) {
  .header__button {
    width: 170px;
    font-size: 14px;
  }
}
@media (max-width: 499px) {
  .header__button {
    height: 36px;
    line-height: 36px;
    width: unset;
    font-size: 12px;
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .header__button .mobile {
    display: block;
  }
  .header__button .desktop {
    display: none;
  }
}
.header__button:hover, .header__button:active, .header__button:focus {
  outline: none;
  background-color: #fdd000;
}
.header__content {
  background-image: url(images/bg.d22e464e20267ec01922.png);
  height: auto !important;
  background-repeat: no-repeat;
}
@media (min-width: 1170px) {
  .header__content {
    background-position: bottom -4px left 224px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .header__content {
    background-size: 480px;
    background-position: bottom -2px left 224px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .header__content {
    background-size: 328px;
    background-position: bottom -2px left 224px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__content {
    background-size: 328px;
    background-position: bottom -2px left 195px;
    height: 136px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .header__content {
    background-size: 148px;
    background-position: bottom 0px left 148px;
    height: 89px;
  }
}
@media (max-width: 499px) {
  .header__content {
    background-size: 148px;
    background-position: bottom 0px left;
    height: 89px;
  }
}
@media (min-width: 992px) {
  .header__content {
    height: 157px;
  }
}
.header__logo {
  z-index: 10;
  position: absolute;
  top: -13px;
  left: 0;
  padding: 18px 27px 16px;
  background-color: #f2efe2;
}
@media (min-width: 992px) {
  .header__logo {
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    width: 195px;
    height: 205px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .header__logo {
    width: 148px;
    height: 158px;
  }
}
@media (min-width: 500px) {
  .header__logo {
    padding: 18px 27px 16px;
  }
}
@media (max-width: 499px) {
  .header__logo {
    width: 80px;
    height: 90px;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .header__contacts {
    padding-top: 24px;
  }
}
@media (min-width: 500px) and (max-width: 991px) {
  .header__contacts {
    padding-top: 26px;
  }
}
@media (max-width: 499px) {
  .header__contacts {
    padding-top: 18px;
  }
}
@media (min-width: 768px) {
  .header__contacts {
    margin: 0 0 0 235px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .header__contacts {
    margin: 0 0 0 136px;
  }
}
.header__phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .header__phone {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .header__phone {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .header__phone span {
    padding-left: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__phone span {
    padding-left: 18px;
  }
}
@media (max-width: 767px) {
  .header__phone span {
    padding-left: 12px;
  }
}
@media (max-width: 499px) {
  .header__phone span {
    display: block;
  }
}
.header__phone .whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: linear-gradient(40deg, #308c36 10%, #63bf69 100%);
}
.header__address {
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  text-align: right;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .header__address {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__address {
    font-size: 18px;
  }
}

.logo__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.logo__link {
  display: block;
  cursor: pointer;
}

.menu {
  list-style: none;
}
@media (min-width: 1024px) {
  .menu {
    margin: 0 3px 0 235px;
    flex-grow: 1;
    text-align: right;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .menu {
    padding: 24px 0 30px;
    overflow: auto;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .menu__item {
    display: inline-block;
  }
}
@media (min-width: 1170px) {
  .menu__item {
    padding-right: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .menu__item {
    padding-right: 16px;
  }
}
@media (max-width: 1023px) {
  .menu__item {
    margin: 0 20px;
  }
}
.menu__link {
  height: 16px;
  color: #201e1e;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}
@media (min-width: 1170px) {
  .menu__link {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .menu__link {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .menu__link {
    display: block;
    font-size: 18px;
    padding: 12px 15px 30px;
    border-bottom: 2px solid #f7f7f7;
  }
}
.menu__link:hover, .menu__link:active, .menu__link:focus {
  outline: none;
}
@media (min-width: 1024px) {
  .menu__link:hover, .menu__link:active, .menu__link:focus {
    border-bottom: 2px solid #201e1e;
  }
}
@media (max-width: 1023px) {
  .menu__link:hover, .menu__link:active, .menu__link:focus {
    background-color: #fdd000;
    color: #fff;
  }
}

@media (min-width: 1024px) {
  .menu-button {
    display: none;
  }
}
@media (max-width: 1023px) {
  .menu-button {
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border: none;
    background-color: transparent;
    outline: none;
  }
}
@media (min-width: 500px) and (max-width: 1023px) {
  .menu-button {
    width: 50px;
    height: 30px;
    margin: 4px 0 4px 20px;
  }
}
@media (max-width: 499px) {
  .menu-button {
    width: 30px;
    height: 20px;
    margin: 6px 0 6px 10px;
  }
}
.menu-button:hover, .menu-button:active, .menu-button:focus {
  outline: none;
  background-color: transparent;
}
.menu-button__line {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fdd000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-button__line:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.menu-button__line:nth-child(2) {
  transform-origin: left center;
}
@media (min-width: 500px) and (max-width: 1023px) {
  .menu-button__line:nth-child(2) {
    top: 15px;
  }
}
@media (max-width: 499px) {
  .menu-button__line:nth-child(2) {
    top: 10px;
  }
}
.menu-button__line:nth-child(3) {
  transform-origin: left center;
}
@media (min-width: 500px) and (max-width: 1023px) {
  .menu-button__line:nth-child(3) {
    top: 30px;
  }
}
@media (max-width: 499px) {
  .menu-button__line:nth-child(3) {
    top: 20px;
  }
}
.menu-button_open .menu-button__line:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
}
.menu-button_open .menu-button__line:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu-button_open .menu-button__line:nth-child(3) {
  transform: rotate(-45deg);
}
@media (min-width: 500px) and (max-width: 1023px) {
  .menu-button_open .menu-button__line:nth-child(3) {
    top: 33px;
  }
}
@media (max-width: 499px) {
  .menu-button_open .menu-button__line:nth-child(3) {
    top: 19px;
  }
}

.main {
  background-color: #f7f7f7;
}
.main__head {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .main__head {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .main__head {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .main__head {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__head {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .main__head {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .main__head {
    max-width: 320px;
  }
}
.main__head {
  animation-delay: 0.2s;
}
@media (min-width: 1170px) {
  .main__head {
    padding: 60px 4px 15px;
  }
}
@media (max-width: 1169px) {
  .main__head {
    padding: 35px 4px 10px;
  }
}
.main__title {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .main__title {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .main__title {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .main__title {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__title {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .main__title {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .main__title {
    max-width: 320px;
  }
}
.main__title {
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.main__sub-title {
  display: block;
  margin: 0;
  padding-top: 9px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.rsform .form {
  width: 360px;
  height: 437px;
  background-color: #f2efe2;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .rsform .form {
    width: 100%;
  }
}
.rsform .form__title {
  display: block;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 39px 0 43px;
}
.rsform .form input {
  display: block;
  width: 286px;
  height: 54px;
  margin: 0 auto 16px;
  padding: 0px 23px;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  transition: 0.5s;
  border: 1px solid #f2efe2;
}
.rsform .form input:hover, .rsform .form input:active, .rsform .form input:focus {
  outline: none;
  border: 1px solid #fdd000;
}
.rsform .form input[type=submit] {
  width: 284px;
  margin: 50px auto 0;
  display: block;
  height: 52px;
  background-color: #fdd000;
  border: none;
  border-radius: 10px;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: 1s;
}
.rsform .form input[type=submit]:hover, .rsform .form input[type=submit]:active, .rsform .form input[type=submit]:focus {
  outline: none;
  background-color: #201e1e;
  color: #fff;
}
.rsform .form .rsform-error {
  border: 1px solid red !important;
}

.thankyou {
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .services {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .services {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .services {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .services {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .services {
    max-width: 320px;
  }
}
.services {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .services {
    padding: 15px 0 28px;
  }
}
@media (max-width: 1023px) {
  .services {
    padding: 15px 0 55px;
    flex-wrap: wrap;
  }
}
.services__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 24px;
}
.services__item {
  border-radius: 8px;
  background-color: #fdd000;
  background-image: linear-gradient(-223deg, rgba(242, 239, 226, 0.5) 0%, rgba(253, 208, 0, 0.5) 100%);
  text-decoration: none;
  position: relative;
}
@media (min-width: 1170px) {
  .services__item {
    width: 238px;
    height: 205px;
    margin-bottom: 27px;
    padding: 56px 34px 55px 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .services__item {
    width: 210px;
    height: 195px;
    margin-bottom: 24px;
    padding: 36px 34px 55px 22px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .services__item {
    width: 240px;
    height: 205px;
    margin-bottom: 24px;
    padding: 56px 34px 55px 22px;
  }
}
@media (min-width: 500px) and (max-width: 991px) {
  .services__item {
    width: 210px;
    height: 195px;
    margin-bottom: 24px;
    padding: 36px 34px 55px 22px;
  }
}
@media (max-width: 499px) {
  .services__item {
    width: 100%;
    height: 160px;
    margin-bottom: 16px;
    padding: 36px 34px 55px 22px;
  }
}
.services__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #fdd000;
  background-image: linear-gradient(333deg, rgba(242, 239, 226, 0.5) 0%, rgba(253, 208, 0, 0.5) 100%);
  box-shadow: 2px 2px 3px rgba(135, 135, 135, 0.27);
  opacity: 0;
  transition: 0.5s;
}
.services__item:hover, .services__item:active, .services__item:focus {
  outline: none;
}
.services__item:hover .services__name, .services__item:active .services__name, .services__item:focus .services__name {
  color: #000;
}
.services__item:hover .services__text, .services__item:active .services__text, .services__item:focus .services__text {
  color: #000;
}
.services__item:hover::before, .services__item:active::before, .services__item:focus::before {
  opacity: 1;
}
@media (min-width: 992px) {
  .services__item:nth-child(1) {
    animation-delay: 0.7s;
  }
  .services__item:nth-child(2) {
    animation-delay: 0.9s;
  }
  .services__item:nth-child(3) {
    animation-delay: 1.1s;
  }
  .services__item:nth-child(4) {
    animation-delay: 1.3s;
  }
  .services__item:nth-child(5) {
    animation-delay: 1.5s;
  }
  .services__item:nth-child(6) {
    animation-delay: 1.7s;
  }
}
.services__item-top {
  display: flex;
  position: relative;
  z-index: 2;
}
.services__name {
  width: 110px;
  color: #201e1e;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.services__icon {
  width: 48px;
  height: 48px;
  margin: 0 23px 16px 0;
}
.services__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.services__text {
  position: relative;
  z-index: 2;
  color: #201e1e;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.services__desc {
  width: 100%;
  padding: 20px 22px;
  background-color: #f2efe2;
  border-radius: 8px;
  color: #201e1e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .services__desc {
    height: auto;
  }
}
@media (max-width: 767px) {
  .services__desc {
    min-height: auto;
  }
}
.services .rsform {
  display: flex;
}
@media (max-width: 1023px) {
  .services .rsform {
    width: 100%;
  }
}
.services .rsform .form {
  height: unset;
}
.services .rsform .form .form__title {
  margin: 32px 0;
}
.services .rsform .form button {
  width: 284px;
  margin: 0 auto;
  display: block;
  height: 52px;
  background-color: #fdd000;
  border: none;
  border-radius: 10px;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: 1s;
}
@media (min-width: 1024px) {
  .services__form {
    animation-delay: 2.2s;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .services__form {
    width: 320px;
    height: 414px;
  }
}
@media (max-width: 1023px) {
  .services__form {
    animation-delay: 0.5s;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .services__form .form__title {
    margin: 36px 0 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .services__form .form__input {
    width: 260px;
  }
}
@media (max-width: 499px) {
  .services__form .form__input {
    width: 260px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .services__form .form__submit {
    width: 258px;
    margin: 42px auto 0;
  }
}
@media (max-width: 499px) {
  .services__form .form__submit {
    width: 258px;
  }
}
.services .top {
  display: grid;
  grid-template-columns: 750px 1fr;
  gap: 28px;
  margin-bottom: 28px;
}
@media (max-width: 1170px) {
  .services .top {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.services .top .block:first-of-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1170px) {
  .services .top .block:first-of-type {
    grid-template-columns: 1fr;
  }
}
.services .top .block:last-of-type {
  display: flex;
}
.services .top .block .services__item {
  width: 100%;
  margin-bottom: 0;
}
.services .bottom {
  display: flex;
  gap: 28px;
}
@media (max-width: 1170px) {
  .services .bottom {
    flex-wrap: wrap;
  }
  .services .bottom .services__desc {
    width: 100%;
  }
  .services .bottom .rsform {
    width: 100%;
  }
}
.services .bottom .services__desc {
  width: 750px;
}
@media (max-width: 1170px) {
  .services .bottom .services__desc {
    width: 100%;
  }
}
.services.service-promo {
  display: grid;
  grid-template-columns: 1fr 1fr 320px;
  gap: 16px;
}
@media (max-width: 1100px) {
  .services.service-promo {
    grid-template-columns: 1fr;
  }
}
.services.service-promo .service-image {
  display: block;
  width: 420px;
  height: 300px;
}
@media (max-width: 1100px) {
  .services.service-promo .service-image {
    width: 100%;
    height: unset;
    aspect-ratio: 1.5/1;
  }
}
.services.service-promo .service-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services.service-promo .advantages__inner {
  background-color: #f2efe2;
  border-radius: 8px;
  padding: 28px 32px;
  height: 100%;
}
.services.service-promo .advantages__inner .advantages__title {
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.services.service-promo .advantages__inner .advantages__content .advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services.service-promo .advantages__inner .advantages__content .advantages__list .advantages__item {
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 30px;
  text-transform: uppercase;
  background-image: url(images/icon.5f15cca1f123019cfc24.png);
  background-repeat: no-repeat;
  background-position: top 3px left;
}
.services.service-promo .advantages__inner .advantages__content .advantages__list .advantages__item:not(:last-child) {
  margin-bottom: 8px;
}

.service {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .service {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .service {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .service {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .service {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .service {
    max-width: 320px;
  }
}
.service {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .service {
    padding: 15px 0 28px;
  }
}
@media (max-width: 1023px) {
  .service {
    padding: 15px 0 25px;
    flex-wrap: wrap;
  }
}
.service__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1170px) {
  .service__inner {
    width: 765px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .service__inner {
    width: 656px;
  }
}
@media (max-width: 1023px) {
  .service__inner {
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .service__form {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .service__form .form__title {
    margin: 36px 0 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .service__form .form__input {
    width: 260px;
  }
}
@media (max-width: 499px) {
  .service__form .form__input {
    width: 260px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .service__form .form__submit {
    width: 258px;
    margin: 42px auto 0;
  }
}
@media (max-width: 499px) {
  .service__form .form__submit {
    width: 258px;
  }
}
.service .rsform {
  display: flex;
}
@media (max-width: 1023px) {
  .service .rsform {
    width: 100%;
  }
}

.service-description {
  padding-bottom: 48px;
}
.service-description p {
  margin: 0;
}

.counter {
  padding: 57px 0 70px;
  background-color: #ffffff;
}
@media (max-width: 976px) {
  .counter {
    padding: 32px 0 48px;
  }
}
.counter__inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .counter__inner {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .counter__inner {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .counter__inner {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter__inner {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .counter__inner {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .counter__inner {
    max-width: 320px;
  }
}
.counter__inner {
  display: flex;
}
@media (max-width: 991px) {
  .counter__inner {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .counter__item {
    width: 33%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .counter__item {
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 499px) {
  .counter__item {
    width: 100%;
    padding: 20px;
  }
}
.counter__score {
  display: block;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  margin: 8px 0;
}
@media (max-width: 976px) {
  .counter__score {
    font-size: 26px;
  }
}
.counter__name {
  display: block;
  margin-top: 10px;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-size: 19px;
}
@media (max-width: 976px) {
  .counter__name {
    font-size: 18px;
  }
}

.clients__inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .clients__inner {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .clients__inner {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .clients__inner {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clients__inner {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .clients__inner {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .clients__inner {
    max-width: 320px;
  }
}
@media (min-width: 500px) {
  .clients__inner {
    padding: 85px 0 38px;
  }
}
@media (max-width: 499px) {
  .clients__inner {
    padding: 70px 0;
  }
}
.clients__title {
  display: block;
  margin: 9px 0;
  text-align: center;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.clients__sub-title {
  display: block;
  text-align: center;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.clients .slider__item {
  background-color: #F2EFE2;
  border-radius: 4px;
}

.slider {
  display: flex;
  justify-content: space-between;
  margin: 54px -15px 0;
}
.slider__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .slider__item {
    width: 360px;
    height: 172px;
  }
}
@media (max-width: 1023px) {
  .slider__item {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .slider__img {
    max-width: 220px;
    max-height: 120px;
    margin-top: 6px;
  }
}
@media (max-width: 1023px) {
  .slider__img {
    max-width: 100%;
    height: 40px;
    object-fit: contain;
  }
}

.description {
  padding-top: 50px;
}
.description__inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .description__inner {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .description__inner {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .description__inner {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .description__inner {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .description__inner {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .description__inner {
    max-width: 320px;
  }
}
.description__title {
  margin: 10px 0 10px;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.description__sub-title {
  margin: 10px 0 25px;
  display: block;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.description__text {
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.article {
  margin-top: 18px;
}
.article__inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .article__inner {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .article__inner {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .article__inner {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article__inner {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .article__inner {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .article__inner {
    max-width: 320px;
  }
}
.article__inner {
  background-color: #fff;
  padding: 8px 16px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.gallery__inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .gallery__inner {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .gallery__inner {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .gallery__inner {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery__inner {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .gallery__inner {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .gallery__inner {
    max-width: 320px;
  }
}
.gallery__inner {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .gallery__inner {
    padding: 3px 38px 20px;
  }
}
@media (max-width: 991px) {
  .gallery__inner {
    padding: 3px 16px 15px;
  }
}
.gallery .sigpro__img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.gallery .sigpro__item {
  cursor: pointer;
  padding: 10px;
}

.ask {
  margin-top: 40px;
}
.ask__inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .ask__inner {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .ask__inner {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .ask__inner {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ask__inner {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .ask__inner {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .ask__inner {
    max-width: 320px;
  }
}
.ask__inner {
  background-color: #f2efe2;
  border-radius: 8px;
}
.ask__form {
  display: flex;
}
@media (min-width: 1170px) {
  .ask__form {
    padding: 14px 62px 14px 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .ask__form {
    padding: 14px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ask__form {
    padding: 10px 30px 30px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .ask__form {
    padding: 30px 0;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .ask__right {
    margin-left: 29px;
  }
}
.ask__content {
  display: flex;
}
@media (max-width: 767px) {
  .ask__content {
    flex-direction: column;
  }
}
.ask__title {
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (min-width: 1170px) {
  .ask__title {
    margin-right: 69px;
  }
}
@media (min-width: 1024px) {
  .ask__title {
    width: 242px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .ask__title {
    margin-right: 54px;
  }
}
@media (max-width: 1023px) {
  .ask__title {
    text-align: center;
    margin: 20px 0 30px;
  }
}
.ask input {
  display: block;
  padding: 0px 23px;
  color: #a6a4a4;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  transition: 0.5s;
  border: 1px solid #f2efe2;
}
@media (min-width: 768px) {
  .ask input {
    width: 197px;
    height: 53px;
  }
}
@media (max-width: 767px) {
  .ask input {
    width: 260px;
    height: 54px;
    margin: 0 auto 16px;
  }
}
.ask input:hover, .ask input:active, .ask input:focus {
  outline: none;
  border: 1px solid #fdd000;
}
.ask textarea {
  display: block;
  height: 118px;
  padding: 23px 29px 25px;
  color: #a6a4a4;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  background-color: #ffffff;
  border: none;
  border-radius: 21px;
  transition: 0.5s;
  border: 1px solid #f2efe2;
  resize: none;
}
@media (min-width: 1170px) {
  .ask textarea {
    width: 488px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .ask textarea {
    width: 410px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ask textarea {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .ask textarea {
    width: 260px;
    margin: 0 auto 16px;
  }
}
.ask textarea:hover, .ask textarea:active, .ask textarea:focus {
  outline: none;
  border: 1px solid #fdd000;
}
.ask input[type=submit] {
  display: block;
  height: 51px;
  background-color: #fdd000;
  border: none;
  border-radius: 10px;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: 1s;
}
@media (min-width: 768px) {
  .ask input[type=submit] {
    width: 195px;
    margin: 14px 0 0;
  }
}
@media (max-width: 767px) {
  .ask input[type=submit] {
    width: 258px;
    margin: 42px auto 0;
  }
}
.ask input[type=submit]:hover, .ask input[type=submit]:active, .ask input[type=submit]:focus {
  outline: none;
  background-color: #201e1e;
  color: #fff;
}

.steps {
  margin-top: 56px;
}
.steps_contact {
  margin-top: 40px;
}
.steps__inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .steps__inner {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .steps__inner {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .steps__inner {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps__inner {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .steps__inner {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .steps__inner {
    max-width: 320px;
  }
}
.steps__inner {
  background-color: #f2efe2;
}
@media (min-width: 1024px) {
  .steps__inner {
    padding: 19px 105px 26px 76px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps__inner {
    padding: 19px 30px 26px 30px;
  }
}
@media (max-width: 767px) {
  .steps__inner {
    padding: 50px 30px 26px 30px;
  }
}
.steps__title {
  margin: 15px 0 10px;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.steps__sub-title {
  display: block;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.steps__content {
  padding-top: 49px;
}
@media (min-width: 768px) {
  .steps__content {
    display: flex;
    justify-content: space-between;
  }
}
.steps__item {
  position: relative;
  width: 173px;
}
@media (max-width: 767px) {
  .steps__item {
    margin: 0 auto 100px;
  }
  .steps__item:last-child {
    margin: 0 auto 50px;
  }
}
.steps__item::after {
  content: "";
  position: absolute;
  width: 47px;
  height: 18px;
  background-image: url(images/arrow.e4ba4fc487bdc2839e69.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1169px) {
  .steps__item::after {
    right: -137px;
    bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .steps__item::after {
    right: -98px;
    bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .steps__item::after {
    bottom: 128px;
    right: -42px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .steps__item::after {
    bottom: 128px;
    right: -48px;
  }
}
@media (max-width: 767px) {
  .steps__item::after {
    transform: rotate(90deg);
    bottom: -58px;
    right: 61px;
  }
}
.steps__item:last-child::after {
  display: none;
}
.steps__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 27px;
  background-repeat: no-repeat;
  background-position: center;
}
.steps__icon_icon1 {
  background-image: url(images/step1.561dccd67121af464994.png);
}
.steps__button {
  width: 173px;
  height: 60px;
  background-color: #fdd000;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 400;
  border: none;
  cursor: pointer;
}
.steps__button:hover, .steps__button:active, .steps__button:focus {
  outline: none;
  background-color: #201e1e;
  color: #fff;
}

.footer {
  background-color: #f7f7f7;
}
.footer__top {
  background-image: url(images/footer.1b8f54a318d07311539a.png);
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 1170px) {
  .footer__top {
    height: 718px;
    padding-top: 198px;
  }
}
@media (min-width: 768px) and (max-width: 1169px) {
  .footer__top {
    height: 668px;
    padding-top: 158px;
  }
}
@media (max-width: 767px) {
  .footer__top {
    background-size: cover;
  }
}
.footer__content {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .footer__content {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .footer__content {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .footer__content {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__content {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .footer__content {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .footer__content {
    max-width: 320px;
  }
}
.footer__content {
  display: flex;
}
@media (max-width: 767px) {
  .footer__content {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.footer__inner {
  padding: 22px 0;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) {
  .footer__inner {
    height: 456px;
  }
}
.footer__map {
  height: 412px;
}
@media (min-width: 1024px) {
  .footer__map {
    width: 779px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .footer__map {
    width: 520px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__map {
    width: 412px;
  }
}
@media (max-width: 767px) {
  .footer__map {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .footer__contacts {
    width: 359px;
    padding: 6px 0 0 70px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .footer__contacts {
    width: 248px;
    padding: 6px 0 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__contacts {
    width: 248px;
    padding: 6px 0 0 40px;
  }
}
@media (max-width: 767px) {
  .footer__contacts {
    width: 100%;
    padding: 6px 0 40px;
  }
}
.footer__bottom {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .footer__bottom {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .footer__bottom {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .footer__bottom {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__bottom {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .footer__bottom {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .footer__bottom {
    max-width: 320px;
  }
}
.footer__bottom {
  height: 53px;
  position: relative;
}
@media (max-width: 576px) {
  .footer__bottom {
    height: unset;
  }
  .footer__bottom .copyright .text {
    display: block;
    margin-bottom: 2px;
  }
  .footer__bottom .copyright .divider {
    display: none;
  }
}
.footer__logo {
  width: 85px;
  height: 89px;
  padding: 7px 10px 6px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
}

.contacts__sub-title {
  display: block;
  margin: 28px 0 18px;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.contacts__phone {
  display: block;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
}
.contacts__mail {
  display: block;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contacts__item {
    text-align: center;
  }
}

.copyright {
  padding: 25px 16px 17px 101px;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.pop-up {
  background-color: rgba(247, 247, 247, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-120%);
  transition: 1s;
}
.pop-up_open {
  transform: translateY(0);
}
.pop-up__inner {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}
@media (min-width: 740px) and (min-height: 726px) {
  .pop-up__inner {
    max-width: 619px;
    max-height: 628px;
  }
}
.pop-up__inner .rsform {
  width: 360px;
  height: 437px;
  display: flex;
}
@media (max-width: 380px) {
  .pop-up__inner .rsform {
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 740px) and (min-height: 726px) {
  .pop-up__inner_success {
    max-width: 619px;
    max-height: 371px;
  }
}
.pop-up__inner_success .rsform {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pop-up__scroll {
  overflow: auto;
  height: 100%;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-height: 480px) {
  .pop-up__scroll {
    align-items: center;
  }
}
.pop-up__close {
  position: absolute;
  width: 11px;
  height: 13px;
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 381px) {
  .pop-up__close {
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 380px) {
  .pop-up__close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 380px) {
  .pop-up__form {
    height: 414px;
  }
}
@media (max-width: 380px) {
  .pop-up__form input {
    width: 240px;
  }
}
@media (max-width: 380px) {
  .pop-up__form input[type=submit] {
    width: 238px;
    margin: 40px auto 0;
  }
}
.pop-up__title {
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.pop-up__text {
  color: #000000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#partners {
  scroll-margin-block-start: 172px;
}

section.about .about-section-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 976px) {
  section.about .about-section-gallery {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
section.about .about-section-gallery .gallery-item .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
section.about .about-section-title {
  font-size: 20px;
  margin: 20px 0;
}
section.about section {
  margin-bottom: 64px;
}
section.about .technique-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  section.about .technique-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
section.about .technique-items .technique-item {
  display: block;
  border-radius: 8px;
  height: 250px;
}
@media (max-width: 768px) {
  section.about .technique-items .technique-item {
    height: 150px;
  }
}
section.about .technique-items .technique-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
section.about .partners {
  margin-bottom: 24px;
}
section.about .clients-reviews .reviews-items .review-item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 380px;
  border-radius: 4px;
}
@media (max-width: 576px) {
  section.about .clients-reviews .reviews-items .review-item {
    height: 250px;
  }
}
@media (hover: hover) {
  section.about .clients-reviews .reviews-items .review-item:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
  }
  section.about .clients-reviews .reviews-items .review-item:hover .image {
    transform: scale(1.01);
  }
}
section.about .clients-reviews .reviews-items .review-item::after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(images/play.d36c7bfc1bdeac962d84.svg) center/24px no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  transition: transform 0.2s;
}
@media (max-width: 576px) {
  section.about .clients-reviews .reviews-items .review-item::after {
    width: 32px;
    height: 32px;
    background-size: 16px;
  }
}
section.about .clients-reviews .reviews-items .review-item .image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
  border-radius: 4px;
}
section.about .certificates .certificates-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 976px) {
  section.about .certificates .certificates-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
section.about .certificates .certificates-items .certificate-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.about .works .works_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 976px) {
  section.about .works .works_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
section.about .works .works_items .works_item-gallery {
  display: none;
}
section.about .works .works_items .works_item {
  text-decoration: none;
  text-align: center;
}
section.about .works .works_items .works_item-img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  box-shadow: 7px 10px 24px -7px rgba(0, 0, 0, 0.36);
  border-radius: 20px;
  margin-bottom: 8px;
  overflow: hidden;
}
section.about .works .works_items .works_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.about .works .works_items .works_item-title {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 976px) {
  section.about .works .works_items .works_item-title {
    font-size: 13px;
  }
}
section.about .advantages_wrapper {
  border: 1px solid rgba(0, 0, 0, 0.45);
  padding: 24px 32px;
  border-radius: 30px;
  width: 100%;
}
@media (max-width: 976px) {
  section.about .advantages_wrapper {
    padding: 16px 20px;
  }
}
section.about .advantages_wrapper .advantages_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 48px;
}
@media (max-width: 976px) {
  section.about .advantages_wrapper .advantages_title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
section.about .advantages_wrapper .advantages_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
@media (max-width: 976px) {
  section.about .advantages_wrapper .advantages_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 32px;
  }
}
section.about .advantages_wrapper .advantages_items .advantages_item {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 976px) {
  section.about .advantages_wrapper .advantages_items .advantages_item {
    font-size: 10px;
  }
}
section.about .advantages_wrapper .advantages_items .advantages_item-img {
  margin-bottom: 20px;
}
@media (max-width: 976px) {
  section.about .advantages_wrapper .advantages_items .advantages_item-img {
    margin-bottom: 12px;
  }
}
section.about .advantages_wrapper .advantages_items .advantages_item-img img {
  height: 120px;
  object-fit: contain;
}
@media (max-width: 976px) {
  section.about .advantages_wrapper .advantages_items .advantages_item-img img {
    height: 54px;
  }
}
section.about .advantages_wrapper .advantages_info {
  display: flex;
  gap: 48px;
}
@media (max-width: 976px) {
  section.about .advantages_wrapper .advantages_info {
    flex-wrap: wrap;
    font-size: 13px;
    gap: 20px;
  }
}
section.about .advantages_wrapper .advantages_info .advantages_img {
  height: 280px;
  flex-shrink: 0;
}
@media (max-width: 976px) {
  section.about .advantages_wrapper .advantages_info .advantages_img {
    width: 100%;
    height: unset;
  }
}
section.about .advantages_wrapper .advantages_info .advantages_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumbs {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .breadcrumbs {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 6px;
}
@media (max-width: 768px) {
  .breadcrumbs ul li {
    white-space: nowrap;
  }
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "-";
  margin-left: 1px;
}
.breadcrumbs ul a:hover {
  text-decoration: underline;
}
.breadcrumbs ul a, .breadcrumbs ul li, .breadcrumbs ul span {
  color: #000;
  font-family: "Open Sans", sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.popular-slider .product {
  width: unset;
  max-width: unset;
  margin: 0;
}

.gallery-slider {
  padding-bottom: 24px;
}
.gallery-slider .gallery-item .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-navigation-icon {
  display: none !important;
}

.swiper-button-prev, .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(images/arrow.3c99061971a670afd23d.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1;
}

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

.swiper-button-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.catalog {
  background-color: #f2efe2;
  border-radius: 10px;
  height: 100%;
}

@media (min-width: 1170px) {
  .catalog {
    width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .catalog {
    width: 300px;
    height: fit-content;
  }
}
@media (max-width: 991px) {
  .catalog {
    width: 100%;
    margin-bottom: 40px;
  }
}
.catalog__title {
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 12px;
  padding: 29px 0 24px;
  border-bottom: 2px dashed #fff;
  text-align: center;
}

.catalog__list {
  margin: 23px auto 44px;
  width: 278px;
  list-style: none;
}

@media (min-width: 1170px), (max-width: 1023px) {
  .catalog__list {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .catalog__list {
    padding: 0 20px;
  }
}
@media (max-width: 499px) {
  .catalog__list {
    padding: 0 20px;
  }
}
.catalog__list .catalog__list {
  margin: 0;
  padding: 0 0 14px;
  list-style: none;
}

.catalog__list .catalog__list .catalog__item::before {
  content: "-";
  width: 12px;
  height: 12px;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.catalog__item_parent {
  padding: 14px 0 0;
}

.catalog__link {
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.catalog__button {
  display: block;
  position: relative;
  width: 252px;
  height: 52px;
  margin: 0 auto 24px;
  padding-left: 47px;
  background-color: #fad83a;
  border-radius: 10px;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog__button::before {
  content: "";
  width: 19px;
  height: 27px;
  position: absolute;
  background-image: url(images/icon.3d825c7e7b9ec8e1cd10.png);
  background-repeat: no-repeat;
  left: 20px;
  top: 11px;
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.catalog__button:active,
.catalog__button:focus,
.catalog__button:hover {
  outline: 0;
  background-color: #201e1e;
  color: #fff;
}

.catalog__button:active::before,
.catalog__button:focus::before,
.catalog__button:hover::before {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.catalog__banner {
  max-width: 300px;
  max-height: 450px;
  margin: 0 auto 33px;
}

@media (min-width: 992px) and (max-width: 1169px) {
  .catalog__banner {
    padding: 0 20px;
  }
}
@media (max-width: 499px) {
  .catalog__banner {
    padding: 0 20px;
  }
}
.catalog__banner img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog__banner p {
  margin: 0;
}

.products {
  width: calc(100% - 225px);
}
@media (max-width: 991px) {
  .products {
    width: 100%;
  }
}

.products__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}
@media (max-width: 576px) {
  .products__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
    margin-top: 10px;
  }
}

.products__inner::after {
  content: "";
}

@media (min-width: 1170px) {
  .products__inner::after {
    -ms-flex-preferred-size: 218px;
    flex-basis: 218px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .products__inner::after {
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products__inner::after {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}
.products__title {
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.products__sub-title {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.product__picture {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  height: 190px;
}
@media (max-width: 576px) {
  .product__picture {
    height: 160px;
  }
}
.product__picture a {
  display: block;
  width: 100%;
  height: 100%;
}

.product__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__name {
  display: block;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  height: 32px;
  margin: 16px 0 6px;
}
@media (max-width: 576px) {
  .product__name {
    font-size: 13px;
  }
}

.product__available {
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  color: #4CAF50;
  margin-bottom: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 576px) {
  .product__available {
    font-size: 12px;
  }
  .product__available svg {
    width: 11px;
    height: 11px;
  }
}

.product__price {
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  margin-bottom: 8px;
}

.product__button {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #fad83a;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 10px;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
@media (max-width: 576px) {
  .product__button {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}

.product__button:active,
.product__button:focus,
.product__button:hover {
  outline: 0;
  background-color: #201e1e;
  color: #fff;
}

.product__button_light {
  background-color: #f2efe2;
}

.product__button_light:active,
.product__button_light:focus,
.product__button_light:hover {
  outline: 0;
  background-color: #fad83a;
  color: #000;
}

.showcase__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}

@media (min-width: 1170px) {
  .showcase__inner {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .showcase__inner {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .showcase__inner {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .showcase__inner {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .showcase__inner {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .showcase__inner {
    width: calc(100% - 32px);
  }
}
@media (max-width: 991px) {
  .showcase__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .showcase_main .showcase__inner {
    padding: 48px 0 80px;
  }
}
@media (max-width: 991px) {
  .showcase_main .showcase__inner {
    padding: 60px 0 84px;
  }
}
@media (min-width: 1170px) {
  .showcase_main .products {
    margin-left: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .showcase_main .products {
    margin-left: 21px;
    padding: 0 22px 0 16px;
  }
}
.showcase_main .products__title {
  margin-bottom: 4px;
}

.showcase_main .products__sub-title {
  padding: 0 0 8px 8px;
}

@media (min-width: 992px) {
  .showcase_catalog .showcase__inner {
    padding: 89px 0 25px;
  }
}
@media (max-width: 991px) {
  .showcase_catalog .showcase__inner {
    padding: 60px 0 25px;
  }
}
@media (min-width: 992px) {
  .showcase_catalog .products {
    margin-left: 34px;
  }
}
.showcase_catalog .products__title {
  padding: 21px 0 9px;
}

.showcase_catalog .products__sub-title {
  padding-bottom: 8px;
}

.showcase_catalog .product {
  margin: 33px 0 19px;
}

.pagination {
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pagination__item {
  display: inline-block;
  margin: 0 1px;
}

.pagination__link {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.pagination__link_active {
  font-size: 16px;
  font-weight: 700;
}

.features {
  padding: 39px 0 21px;
  background-color: #fff;
}

.features__inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1170px) {
  .features__inner {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .features__inner {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .features__inner {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features__inner {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .features__inner {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .features__inner {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .features__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .features__item {
    width: 25%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .features__item {
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 499px) {
  .features__item {
    width: 100%;
    padding: 20px;
  }
}
.features__icon {
  width: 98px;
  height: 100px;
  margin: 0 auto;
}

.features__img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.features__name {
  display: block;
  margin: 33px auto 0;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1024px) {
  .features__name {
    font-size: 14px;
    width: 198px;
  }
}
@media (max-width: 1023px) {
  .features__name {
    font-size: 12px;
    padding: 0 10px;
  }
}
.offer__top {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .offer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .offer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.offer__button {
  display: block;
  height: 52px;
  width: 100%;
  max-width: 353px;
  margin: 64px auto 0;
  background-color: #fad83a;
  text-transform: uppercase;
  border-radius: 10px;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1170px) {
  .offer__button {
    width: 353px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .offer__button {
    width: 320px;
  }
}
@media (max-width: 1023px) {
  .offer__button {
    margin-bottom: 40px;
  }
}
.offer__button:active,
.offer__button:focus,
.offer__button:hover {
  outline: 0;
  background-color: #201e1e;
  color: #fff;
}

.offer__text {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.offer__text p {
  margin-bottom: 19px;
}

.offer__slider {
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

@media (min-width: 767px) {
  .offer__slider {
    width: 326px;
    height: 326px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .offer__slider {
    width: 444px;
    height: 444px;
  }
}
@media (max-width: 499px) {
  .offer__slider {
    max-width: 300px;
    height: 300px;
  }
}
.offer__slider img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.offer__thumbs {
  padding: 25px 8px 17px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 767px) {
  .offer__thumbs {
    width: 326px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .offer__thumbs {
    width: 444px;
  }
}
@media (max-width: 499px) {
  .offer__thumbs {
    max-width: 300px;
  }
}
.offer__thumbs .sigpro__item {
  width: 69px;
  height: 69px;
  margin: 0 4px;
}

.offer__thumbs .sigpro__img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 1170px) {
  .spec {
    margin-left: 65px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .spec {
    margin-left: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spec {
    margin-left: 24px;
  }
}
.spec__title {
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 35px 0 18px;
}

.spec__title:first-child {
  margin: 1px 0 19px;
}

.spec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spec__name {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.spec__name::after {
  content: "";
  height: 54%;
  border-bottom: 1px dashed #000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 13px 0 6px;
}

.spec__val {
  width: 69px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.popular__inner {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1170px) {
  .popular__inner {
    max-width: 1138px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  .popular__inner {
    max-width: 992px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .popular__inner {
    max-width: 768px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popular__inner {
    max-width: 660px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .popular__inner {
    max-width: 444px;
  }
}
@media (max-width: 499px) {
  .popular__inner {
    max-width: 300px;
  }
}
.popular__title {
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0 20px;
}

.popular .product {
  margin: 26px 8px 26px;
}

.product-page {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
}
@media (max-width: 768px) {
  .product-page {
    grid-template-columns: 1fr;
  }
}
.product-page .image-block {
  width: 100%;
}
.product-page .image-block .images {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}
.product-page .image-block .images .image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page .image-block .images .image:not(.active) {
  display: none;
}
.product-page .image-block .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page .image-block .previews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.product-page .image-block .previews .preview {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.product-page .content .product__available {
  margin-bottom: 24px;
}
.product-page .content .product__available svg {
  width: 15px;
  height: 15px;
}
.product-page .content .product__available {
  font-size: 15px;
}
.product-page .content .product__description {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 32px;
}
.product-page .content .product__price {
  font-size: 24px;
}
.product-page .content .order-button {
  width: 100%;
  height: 52px;
  display: block;
  background-color: #fad83a;
  text-transform: uppercase;
  border-radius: 10px;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 6px;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "-";
  margin-left: 1px;
}
.breadcrumbs ul a:hover {
  text-decoration: underline;
}
.breadcrumbs ul a, .breadcrumbs ul li, .breadcrumbs ul span {
  color: #000;
  font-family: "Open Sans", sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 576px) {
  .breadcrumbs ul a, .breadcrumbs ul li, .breadcrumbs ul span {
    font-size: 12px;
  }
}

.popular-slider .product {
  width: unset;
  max-width: unset;
  margin: 0;
}

.gallery-slider {
  padding-bottom: 24px;
  margin-top: 32px;
}
.gallery-slider .gallery-item {
  text-decoration: none;
}
.gallery-slider .gallery-item .company-name {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
  color: #1D1D1D;
}
@media (max-width: 576px) {
  .gallery-slider .gallery-item .company-name {
    height: 26px;
  }
}
.gallery-slider .gallery-item .image {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border: 1px solid #d4d4d4;
}
@media (max-width: 576px) {
  .gallery-slider .gallery-item .image {
    height: 200px;
  }
}

.popular-slider .swiper-navigation-icon, .gallery-slider .swiper-navigation-icon {
  display: none !important;
}
.popular-slider .swiper-button-prev, .popular-slider .swiper-button-next, .gallery-slider .swiper-button-prev, .gallery-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(images/arrow.3c99061971a670afd23d.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.popular-slider .swiper-button-prev:hover, .popular-slider .swiper-button-next:hover, .gallery-slider .swiper-button-prev:hover, .gallery-slider .swiper-button-next:hover {
  opacity: 1;
}
.popular-slider .swiper-button-prev, .gallery-slider .swiper-button-prev {
  left: 0;
}
.popular-slider .swiper-button-next, .gallery-slider .swiper-button-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.contact-links {
  padding: 8px 0;
}
.contact-links .contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-links .contact-link:not(:last-child) {
  margin-bottom: 8px;
}
.contact-links .contact-link .text {
  font-style: normal;
  line-height: 1.2;
}
.contact-links .contact-link .text .link {
  color: inherit;
}
.contact-links .contact-link .text .link:hover {
  text-decoration: none;
}
.contact-links .contact-link .text p {
  margin: 0;
}

.popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}
.popup-overlay.active {
  display: flex;
}
.popup-overlay .popup {
  display: none;
  width: 400px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.popup-overlay .popup.active {
  display: block;
}
.popup-overlay .popup-head .popup-title {
  font-family: "Gilroy", sans-serif;
  margin: 0 0 32px 0;
  font-size: 21px;
}
.popup-overlay .popup-head .popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.popup-overlay .popup-content input {
  width: 100%;
  height: 44px;
  border: 1px solid #f2efe2;
  outline: none;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 16px;
  border-radius: 8px;
  margin-bottom: 8px;
  transition: border-color 0.2s;
}
.popup-overlay .popup-content button {
  width: 100%;
  height: 44px;
  background-color: #fad83a;
  text-transform: uppercase;
  border-radius: 8px;
  border: none;
  text-align: center;
  cursor: pointer;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}
.popup-overlay .loader {
  display: none;
  width: 120px;
  height: 120px;
  background: url(images/loader.220f239bdc789beb0fed.svg) center/cover no-repeat;
}
.popup-overlay .loader.active {
  display: block;
}
.popup-overlay .message {
  display: none;
  padding: 32px;
  background-color: #fff;
  border-radius: 8px;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.popup-overlay .message.active {
  display: block;
}

.whatsapp-float-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  position: fixed;
  bottom: -100px;
  right: 24px;
  border-radius: 50%;
  background: linear-gradient(40deg, #308c36 10%, #63bf69 100%);
  animation: pulse-animation 2s infinite;
  transition: visibility 0.1s, opacity 0.1s, bottom 0.1s;
  z-index: 2;
}
@media (max-width: 768px) {
  .whatsapp-float-button {
    width: 60px;
    height: 60px;
    right: 20px;
  }
  .whatsapp-float-button.active {
    bottom: 20px;
  }
  .whatsapp-float-button svg {
    width: 28px;
    height: 28px;
  }
}
.whatsapp-float-button.active {
  visibility: visible;
  opacity: 1;
  bottom: 24px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(48, 140, 54, 0.15);
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(48, 140, 54, 0);
    transform: scale(1);
  }
}
.item-wrapper.news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.item-wrapper.news .news-item {
  display: flex;
  gap: 24px;
  padding: 12px;
}
@media (max-width: 768px) {
  .item-wrapper.news .news-item {
    gap: 16px;
    padding: 4px;
  }
}
.item-wrapper.news .news-item .item-image {
  width: 250px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .item-wrapper.news .news-item .item-image {
    width: 100px;
  }
}
.item-wrapper.news .news-item .item-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.item-wrapper.news .news-item .item-content .item-title {
  font-size: 20px;
  margin: 0 0 8px 0;
  color: #201e1e;
  transition: color 0.15s;
}
@media (max-width: 768px) {
  .item-wrapper.news .news-item .item-content .item-title {
    font-size: 14px;
  }
}
.item-wrapper.news .news-item .item-content .item-title .link {
  text-decoration: none;
}
.item-wrapper.news .news-item .item-content .item-title:hover {
  color: #fdd000;
}
.item-wrapper.news .news-item .item-content .item-date {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 28px;
  color: #a7a7a7;
}
@media (max-width: 768px) {
  .item-wrapper.news .news-item .item-content .item-date {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .item-wrapper.news .news-item .item-content .item-date .icon {
    width: 14px;
    height: 14px;
  }
}
.item-wrapper.news .news-item .item-content .item-date .date {
  font-weight: 700;
}
.item-wrapper.news .news-item .item-content .item-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  background-color: #fdd000;
  padding: 10px 20px;
  border-radius: 8px;
  transition: 0.15s;
}
@media (max-width: 768px) {
  .item-wrapper.news .news-item .item-content .item-link {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.item-wrapper.news .news-item .item-content .item-link:hover {
  background-color: #201e1e;
  color: #FFFFFF;
}

.news-page .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 976px) {
  .news-page .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .news-page .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-page .gallery .item {
  width: 100%;
  height: 400px;
}
@media (max-width: 976px) {
  .news-page .gallery .item {
    height: 320px;
  }
}
@media (max-width: 976px) {
  .news-page .gallery .item {
    height: 200px;
  }
}
.news-page .gallery .item .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-description {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.page-description-wrapper {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 576px) {
  .page-description-wrapper {
    gap: 20px;
  }
}
.page-description-wrapper .certificate-item {
  height: 160px;
}
@media (max-width: 576px) {
  .page-description-wrapper .certificate-item {
    height: 150px;
  }
}
.page-description-wrapper .certificate-item img {
  height: 100%;
  object-fit: contain;
}

.showcase__catalog {
  width: 225px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .showcase__catalog {
    width: 100%;
  }
}
.showcase__catalog .catalog__title {
  padding: 20px 0 16px;
  font-size: 16px;
}
.showcase__catalog .catalog__list {
  width: 100%;
  padding: 0 16px;
  margin: 20px auto 36px;
}
.showcase__catalog .catalog__list .catalog__item:not(:last-child) {
  margin-bottom: 2px;
}
.showcase__catalog .catalog__list .catalog__item .catalog__link {
  font-size: 12px;
}
.showcase__catalog .catalog__button {
  display: flex;
  align-items: center;
  width: calc(100% - 32px);
  height: 44px;
  font-size: 12px;
  padding-left: 36px;
}
.showcase__catalog .catalog__button::before {
  width: 14px;
  height: 20px;
  background-size: contain;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

/* New Year */
/*
body {
  background: url('/usertpl/i/new-year/snow.webp') top / contain repeat;
}
.header {
  position: relative;
  padding-top: 28px;
  background: #f7f7f7 url('/usertpl/i/new-year/snow.webp') top / contain repeat;
  &::before {
    content: '';
    width: 100%;
    height: 60px;
    background: url('/usertpl/i/new-year/top.webp') top / contain repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    @media (max-width: 576px) {
      background-repeat: no-repeat;
      height: 48px;
    }
  }
}
.main {
  background: #f7f7f7 url('/usertpl/i/new-year/snow.webp') top / contain repeat;
}
 */
