

/* Start:/local/templates/main/assets/styles/style.css?178034844468959*/
*,
*::before,
*::after {
  box-sizing: border-box;
  outline:none;
}

ul,
ol {
  padding-left: 0;
}

body,
blockquote,
figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin-block: 0;
}

dd {
  margin-left: 0;
}

fieldset {
  margin-left: 0;
  padding: 0;
  border: none;
}

ul {
  list-style: none;
}

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

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

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1.5;
}

svg *[fill] {
  fill: currentColor;
}

svg *[stroke] {
  stroke: currentColor;
}

svg * {
  transition-property: fill, stroke;
}

a {
  color: inherit;
}

a,
a:hover {
  text-decoration: none;
}

button,
a {
  padding: 0;
  background-color: transparent;
  border: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 16px !important;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

body {
  position: relative;
  height: 100%;
  line-height: 1.4 !important;
}

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

.wrapper main {
  flex: 1 1 auto;
  margin-bottom: -20px;
  border-radius: 16px;
  background-color: #fff;
  width: 100%;
}

.hr {
  font-weight: 300;
  line-height: 0.8;
}

.button {
  line-height: 1.3 !important;
  font-weight: 500;
}

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

@media (min-width: 300px) and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(100%) !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

/* === .visible-mobile: виден только на телефонах === */
@media (min-width: 300px) and (max-width: 767px) {
  .visible-mobile {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .visible-mobile {
    display: none !important;
  }
}

/* === .tablet-image: виден только на планшетах === */
.tablet-image {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-image {
    display: block !important;
  }
}

/* === .hidden-mobile: виден только на десктопе === */
@media (min-width: 300px) and (max-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hidden-mobile {
    display: block !important;
  }
}

.h1 {
  line-height: 1.1 !important;
}

.h2 {
  line-height: 1.1 !important;
}

.h3 {
  line-height: 1.2 !important;
}

.h4 {
  line-height: 1.35 !important;
}

.p5 {
  font-size: 0.875rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500 !important;
}

.p6 {
  font-size: 0.75rem;
}

@media (min-width: 1280px) {
  .hr {
    font-size: 5.75rem;
  }

  .h1 {
    font-size: 3.75rem;
  }

  .h2 {
    font-size: 3.375rem;
  }

  .h3 {
    font-size: 2.75rem;
  }

  .h4,
  .p1 {
    font-size: 1.5rem;
  }

  .p2 {
    font-size: 1.25rem;
  }

  .h5,
  .p3,
  .button,
  .input-text {
    font-size: 1.125rem;
  }

  .h6,
  .p4,
  .small-button {
    font-size: 1rem;
  }

  .p5,
  .input-mark {
    font-size: 0.875rem;
  }

}

@media (max-width: 1279px) {
  .hr {
    font-size: 5rem;
  }

  .h1 {
    font-size: 3rem;
  }

  .h2 {
    font-size: 2.75rem;
  }

  .h3 {
    font-size: 2.25rem;
  }

  .h4,
  .p1 {
    font-size: 1.375rem;
  }

  .h5,
  .p2,
  .p3 {
    font-size: 1.125rem;
  }

  .h6 {
    font-size: 1rem;
  }
}

@media (max-width: 1023px) {
  .hr {
    font-size: 4.5rem;
  }

  .h1 {
    font-size: 2.75rem;
  }

  .h2 {
    font-size: 2.25rem;
  }

  .h3 {
    font-size: 2rem;
  }

  .h4,
  .p1 {
    font-size: 1.125rem;
  }

  .h5,
  .p3,
  .input-text,
  .button {
    font-size: 1rem;
  }

  .h6,
  .p4,
  .small-button {
    font-size: 0.875rem;
  }

  .p6,
  .input-mark {
    font-size: 0.75rem;
  }
}

.button  {
  cursor: pointer;
}

@media (min-width: 300px) and (max-width: 767px) {
  .hr {
    font-size: 3.5rem;
  }

  .h1 {
    font-size: 2rem;
  }

  .h2 {
    font-size: 1.75rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .p1 {
    font-size: 1.125rem;
  }

  .p2 {
    font-size: 1rem;
  }

  .p5 {
    font-size: 0.75rem;
  }
}

.header {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 112px;
}

@media (max-width: 1279px) {
  .header {
    overflow: visible;
    gap: 80px;
  }
}

@media (max-width: 1023px) {
  .header {
    gap: 0;
  }
}

.header video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.header__head {
  color: #fff;
  padding: 32px 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header__head {
    margin-bottom: 80px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .header__head {
    padding: 20px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1279px) {
  .header__body {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header__body {
    margin-bottom: 96px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .header__body {
    margin-bottom: 58px;
  }
}

.header__menu {
  display: none;
  gap: 58px;
  align-items: center;
  transition: 0.3s ease;
  position: relative;
}

@media (min-width: 1280px) {
  .header__menu {
    display: flex;
  }
}

.header__menu .drop-down__button {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: -4px;
}

.header__menu .drop-down__button svg {
  transition: 0.3s ease;
}

.header__menu .drop-down__menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 59px;
  left: -58px;
  z-index: 2;
  background-color: #fff;
  color: #000;
  padding: 32px;
  transition: 0.3s ease;
  opacity: 0;
  border-radius: 0 0 16px 16px;
}

.header__menu .drop-down__menu li {
  padding-left: 24px;
  border-left: 1px solid #DCDCE0;
}

.header__menu .drop-down__menu li:not(:last-child) {
  padding-bottom: 24px;
}

.header__menu .drop-down__menu.active {
  display: flex !important;
  opacity: 1;
}

.header__image {
  cursor: pointer;
  transition: 0.3s ease;
  height: auto;
  width: 173px;
}

.header__image a {
  display: flex;
  align-items: center;
}

.header__image svg {
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  .header__image:hover {
    transform: scale(1.05);
  }
}

@media (hover: none) {
  .header__image:active {
    transform: scale(1.05);
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .header__image {
    max-width: 130px;
  }
}

.header__phone {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header__phone svg {
  padding-bottom: 4px;
}

@media (max-width: 1280px) {
  .header__phone svg {
    padding-bottom: 0;
  }
}

.header__phone a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__phone a p {
  padding-bottom: 4px;
}

@media (max-width: 1280px) {
  .header__phone a p {
    padding-bottom: 0;
  }
}

.drop-down__menu {
  display: none;
}

.svg-rotate {
  transform: rotate(-180deg);
  transition: 0.5s ease;
}

.header__background-white {
  background-color: #fff;
}

.header__background-white .header__image svg {
  color: #000;
}

.header__background-white .header__menu,
.header__background-white .header__phone {
  color: #000;
}

.underline-hover {
  padding-bottom: 4px;
  background: linear-gradient(currentColor 0 0) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  transition: 0.3s ease-out, background-position 0s 0.3s ease-out;
}

.underline-hover:hover {
  --d: 100%;
  --p: 100%;
}

@media (max-width: 1023px) {
  .underline-hover {
    padding-bottom: 0;
  }
}

.burger__menu-bottom {
  margin-top: 12px;
}

.burger__menu-bottom a {
  color: #6800B3;
  margin-bottom: 8px;
}

.burger__menu-bottom p {
  color: #76767A;
}

.drop-down__button-burger {
  gap: 8px !important;
  display: flex;
  align-items: center;
}

.header__burger-button {
  z-index: 2;
  width: 24px;
  cursor: pointer;
}

.header__burger-button .burger-overlay {
  display: none;
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  height: 110vh;
  background-color: rgba(1, 1, 1, 0.5);
}

@media (max-width: 1279px) {
  .header__burger-button {
    display: block !important;
  }
}

.header__burger-button svg {
  transition: 0.3s ease;
}

.header__burger-button .line {
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease-in-out;
}

.header__burger-button.is-active .line {
  background-color: #000;
}

.header__burger-button.is-active .burger-overlay {
  display: block;
}

.header__burger-menu {
  position: absolute;
  top: 96px;
  right: 0;
  height: 110vh;
  background-color: #fff;
  padding: 48px 40px;
  z-index: 3;
}

.header__burger-menu ul:first-child {
  margin-bottom: 48px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .header__burger-menu {
    top: 64px;
    width: 100%;
    padding: 32px 20px;
  }
}

.header__burger-menu li {
  text-wrap: nowrap;
  min-width: 300px;
}

.header__burger-menu li:not(:last-child) {
  padding-bottom: 32px;
}

.header__burger-menu li .drop-down__menu {
  padding-top: 24px;
}

.header__burger-menu li .drop-down__menu li {
  padding-left: 24px;
  border-left: 1px solid #DCDCE0;
}

.header__burger-menu li .drop-down__menu li:not(:last-child) {
  padding-bottom: 24px;
}

.header__burger-menu,
.header__burger-button {
  display: none;
}

.header__burger-button.is-active .line:nth-child(2) {
  opacity: 0;
}

.header__burger-button.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header__burger-button.is-active .line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.button {
  cursor: pointer;
}

.button svg {
  flex: 0 0 24px;
}

@media (max-width: 480px) {
  .button {
    height: 52px !important;
  }
}

.button-aware {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-wrap: nowrap;
  padding: 20px 40px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s ease;
}

.button-aware span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #6800B3;
  transition: width 0.3s ease-out, height 0.3s ease-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1023px) {
  .button-aware span {
    background-color: transparent;
    transform: none;
  }
}

.button-aware.reverse-animation span {
  width: 0;
  height: 0;
  transition: width 0.3s ease-out, height 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
}

.button-aware:hover {
  color: #fff;
  border-color: #6800B3;
}

.button-aware:hover span {
  color: #fff;
  border-color: #6800B3;

  width: 225%;
  height: 562.5px;
}

.button-big {
  width: 308px;
}

@media (max-width: 480px) {
  .button-big {
    height: 52px;
  }
}

.button-padding {
  padding: 19px 40px;
}

.button-white {
  background-color: #fff;
  color: #000;
}

.button-transparante {
  border: 1px solid #fff;
  transition: 0.3s ease-out;
}

@media (max-width: 480px) {
  .header__body-buttons a {
    width: 85vw;
  }
}

.button-small {
  padding: 16px 32px;
  width: 160px;
  height: 64px;
  text-align: center;
}

@media (hover: hover) {
  .button-small:hover span {
    width: 180%;
    height: 350px;
  }
}

@media (hover: none) {
  .button-small:active span {
    width: 180%;
    height: 350px;
  }
}

.button-small-dark {
  background-color: #1F1F21;
  color: #fff;
}

.button-small-light {
  background-color: #fff;
  color: #000;
  border: 1px solid #1F1F21;
}


.button-small-light:active {
  color: #000;
}

.button-small-light:hover {
  color: #fff;
}

.header__body {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.header__body-buttons {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .header__body-buttons {
    flex-direction: column;
    gap: 24px;
  }
}

.header__footer {
  width: 100%;
  display: flex;
  color: #fff;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .header__footer {
    max-width: 1000px;
  }
}

.header__footer p {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-top: -20px;
  margin-bottom: -20px;
  border-radius: 16px;
  padding: 24px 0;
}

.main .container {
  margin-bottom: 144px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main .container {
    margin-bottom: 100px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .main .container {
    margin-bottom: 80px;
  }
}

@media (max-width: 480px) {
  .main .container {
    margin-bottom: 72px;
  }
}

.main .h2-margin {
  width: 100%;
  margin: 48px auto;
  margin-top: 24px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main .h2-margin {
    margin: 32px auto;
    margin-top: 8px;
  }
}

.main__catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  grid-template-areas: "coffee machine carob" "coffee ingredients other";
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main__catalog {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "coffee machine" "coffee carob" "ingredients other";
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__catalog {
    display: flex;
    overflow-x: auto;
    gap: 16px;
  }

  .main__catalog::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .main__catalog a {
    flex: 1 0 264px;
  }

  .main__catalog a img {
    max-height: 146px;
    height: auto;
    width: 100%;
  }
}

.main__catalog a {
  display: flex;
  flex-direction: column;
  background-color: #F6F6F7;
  border-radius: 16px;
  overflow: hidden;
}

.main__catalog a img {
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-top: auto;
  transition: 0.3s ease;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .main__catalog a img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main__catalog a img {
    width: 60%;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__catalog a img {
    width: auto;
  }
}

.main__catalog a div {
  display: flex;
  padding: 32px;
  gap: 8px;
  padding-bottom: 0;
}

.main__catalog a div p {
  max-width: 230px;
}

.main__catalog a div svg {
  color: #76767A;
  transition: 0.4s ease;
  margin-left: auto;
  flex: 0 0 28px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__catalog a div {
    padding: 24px;
    padding-bottom: 0;
  }
}

.main__catalog a:nth-child(1) {
  grid-area: coffee;
}

.main__catalog a:nth-child(2) {
  grid-area: machine;
}

.main__catalog a:nth-child(3) {
  grid-area: carob;
}

.main__catalog a:nth-child(4) {
  grid-area: ingredients;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main__catalog a:nth-child(4) div {
    padding-bottom: 30px;
  }
}

.main__catalog a:nth-child(5) {
  grid-area: other;
}

@media (hover: hover) {
  .main__catalog a:hover div svg {
    color: #000;
    transform: rotate(45deg);
  }

  .main__catalog a:hover img {
    transform: scale(1.05);
  }
}

@media (hover: none) {
  .main__catalog a:active div svg {
    color: #000;
    transform: rotate(45deg);
  }

  .main__catalog a:active img {
    transform: scale(1.05);
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__catalog a svg {
    flex: 0 0 24px !important;
  }
}

.main__slider {
  position: relative;
  padding: 32px;
  border-radius: 16px;
  background-color: #F6F6F7;
  overflow: hidden;
  max-width: 1540px;
}

.main__slider .h2 {
  margin-bottom: 48px;
  text-wrap: wrap;
}

.main__slider .slider__switches {
  margin-bottom: 64px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__slider .slider__switches {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .main__slider {
    padding: 24px 20px;
    padding-bottom: 90px;
  }

  .main__slider .h2 {
    margin-bottom: 32px;
  }
}

.coffee__slider {
  display: none;
}

.coffee__slider.active {
  display: block;
}

div.slider__control-button {
  padding: 20px;
}

.coffee-slider__item {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr auto;
  gap: 48px 0;
  grid-template-areas: "left right" "button button";
  height: auto !important;
}

.coffee-slider__item .slide__part-left {
  grid-area: left;
  padding-right: 32px;
}

.coffee-slider__item .slide__part-left .p4 {
  margin-bottom: 8px;
  color: #636366;
}

.coffee-slider__item .slide__part-left .h3 {
  margin-bottom: 24px;
}

.coffee-slider__item .slide__part-left .slide-specifications {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.coffee-slider__item .slide__part-left .slide-specifications__item {
  display: flex;
  gap: 12px;
  text-wrap: nowrap;
}

.coffee-slider__item .slide__part-left .slide-specifications__item span {
  height: 1px;
  width: 100%;
  transform: translate(0, 15px);
  border-top: 1px solid #DCDCE0;
}

.coffee-slider__item .slide__part-left .slide-specifications__item div {
  display: flex;
  gap: 12px;
  align-items: center;
}

.coffee-slider__item .slide__part-left .slide-specifications__item div svg {
  flex: 0 0 24px;
}

@media (max-width: 1023px) {
  .coffee-slider__item .slide__part-left .slide-specifications__item {
    flex-direction: column;
    gap: 4px;
  }

  .coffee-slider__item .slide__part-left .slide-specifications__item span {
    display: none;
  }

  .coffee-slider__item .slide__part-left .slide-specifications__item p:nth-child(3) {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .coffee-slider__item .slide__part-left {
    padding-right: 0;
  }
}

.coffee-slider__item .slide__part-right {
  grid-area: right;
  display: flex;
  justify-content: center;
  max-height: 314px;
  background-color: #F6F6F7;
}

.coffee-slider__item .slide__part-right img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  mix-blend-mode: darken;
  width: 100%;
}

@media (max-width: 480px) {
  .coffee-slider__item .slide__part-right {
    max-height: 220px;
  }
}

@media (max-width: 380px) {
  .coffee-slider__item .slide__part-right {
    max-height: 200px;
  }
}

@media (max-width: 767px) {
  .coffee-slider__item {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
  }

  .coffee-slider__item .slide__part-right {
    order: -1;
  }
}

.slider__container-buttons {
  margin-top: auto;
}

.slider__container-buttons {
  display: flex;
  grid-area: button;
  justify-content: space-between;
  position: relative;
}

.slider__container-buttons .button-small-light {
  background-color: transparent;
}

@media (max-width: 767px) {
  .slider__container-buttons {
    gap: 16px;
  }

  .slider__container-buttons a {
    flex: 1 1 50%;
  }
}

.slider__control {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  top: auto;
  bottom: -2px;
}

.slider__control .swiper-button-prev::after,
.slider__control .swiper-button-next::after {
  content: none;
}

.slider__control .slider__control-button {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  transition: 0.3s ease;
}

.slider__control .slider__control-button svg {
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .slider__control .slider__control-button svg:hover {
    transform: scale(1.3);
  }
}

@media (hover: none) {
  .slider__control .slider__control-button svg:active {
    transform: scale(1.3);
  }
}

@media (max-width: 767px) {
  .slider__control {
    padding: 0 20px;
    bottom: -20px;
    width: 100%;
    justify-content: space-between;
  }
}

.slider__switches {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.slider__switches .slider-switch__button {
  cursor: pointer;
  padding: 16px;
  height: 76px;
  border-radius: 8px;
  transition: 0.5s ease;
  background-color: transparent;
  border: 1px solid #000;
  flex: 1 1 15%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider__switches .slider-switch__button.active {
  background-color: #000;
  color: #fff;
}

@media (hover: hover) {
  .slider__switches .slider-switch__button:hover {
    background-color: #000;
    color: #fff;
  }
}

@media (hover: none) {
  .slider__switches .slider-switch__button:active {
    background-color: #000;
    color: #fff;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .slider__switches {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}

@media (max-width: 1023px) {
  .slider__switches {
    flex-wrap: wrap;
  }

  .slider__switches .slider-switch__button {
    flex: 1 1 30%;
  }
}

@media (max-width: 767px) {
  .slider__switches {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .slider__switches::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .slider__switches .slider-switch__button {
    flex: 0 0 150px;
    height: 72px;
  }
}

.main__service {
  display: flex;
  gap: 16px;
  margin-bottom: 72px !important;
}

.main__service .main__service-left,
.main__service .main__service-right {
  flex: 0 1 50%;
}

.main__service .main__service-left {
  padding-right: 48px;
}

.main__service .main__service-left .h2 {
  margin-bottom: 24px;
}

.main__service .main__service-left .p1 {
  margin-bottom: 48px;
}

.main__service .main__service-left .button-dark {
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.main__service .main__service-left .button-dark svg {
  flex: 0 0 24px;
}

@media (max-width: 1023px) {
  .main__service .main__service-left .h2 {
    margin-bottom: 24px;
  }

  .main__service .main__service-left .p1 {
    margin-bottom: 32px;
  }
}

.main__service .main__service-right {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.main__service .main__service-right .main__service-item {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 15px;
  background-color: #F6F6F7;
  padding: 32px;
}

@media (max-width: 480px) {
  .main__service .main__service-right .main__service-item {
    gap: 16px;
    flex-direction: row;
    justify-content: flex-start;
  }
}

.main__service .main__service-right .main__service-item .h4 {
  color: #6800B3;
}

@media (min-width: 1280px) {
  .main__service .main__service-right .main__service-item p {
    font-size: 20px;
  }
}

.main__service .main__service-right .main__service-image {
  padding: 0;
  background-color: transparent;
  border-radius: 16px;
  overflow: hidden;
}

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

@media (max-width: 480px) {
  .main__service .main__service-right .main__service-image {
    max-height: 90px;
    order: -1;
  }
}

@media (max-width: 1023px) {
  .main__service {
    flex-direction: column;
    gap: 0;
  }

  .main__service-left {
    padding-right: 0 !important;
    order: -1;
  }

  .main__service-right {
    margin-bottom: 32px;
  }
}

@media (max-width: 480px) {
  .main__service-right {
    flex-direction: column;
  }

  .main__service-right .main__service-item {
    padding: 24px !important;
    line-height: 1.2;
  }

  .main__service-right .main__service-image {
    padding: 0 !important;
  }
}

@media (max-width: 1023px) {
  .button-desctop {
    display: none !important;
  }
}

.button-tablet {
  display: none;
  color: #fff;
  background: #000;
  gap: 12px;
  flex-wrap: nowrap;
}

.button-tablet svg {
  flex: 0 0 24px;
}

@media (max-width: 1023px) {
  .button-tablet {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .button-tablet {
    width: 100% !important;
    align-items: center;
  }
}

.main__special {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 1540px;
  padding: 16px;
  padding-top: 32px;
  border-radius: 16px;
  background-color: #F6F6F7;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__special {
    padding: 20px;
    padding-top: 32px;
    border-radius: 16px;
  }
}

.main__special .h3 {
  text-align: center;
}

.main__special .main__special-items {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.main__special .main__special-items .main__special-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 35%;
  gap: 64px;
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
}

.main__special .main__special-items .main__special-item .p4 {
  color: #76767A;
}

.main__special .main__special-items .main__special-item .special__item-svg {
  height: 64px;
  width: 64px;
  padding: 16px;
  border-radius: 8px;
  background-color: #F6F6F7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__special .main__special-items .main__special-item .special__item-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__special .main__special-items {
    flex-direction: column;
    gap: 16px;
  }

  .main__special .main__special-items .main__special-item {
    padding: 24px;
    flex-direction: row;
    gap: 24px;
  }

  .main__special .main__special-items .main__special-item .special__item-svg {
    padding: 12px;
    width: 48px;
    height: 48px;
  }

  .main__special .main__special-items .main__special-item .special__item-title {
    gap: 8px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .special-container {
    padding: 0;
  }
}

.main__about {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.main__about .main__about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  grid-template-areas: "machine free rent" "machine partner without" "ingridients ingridients years";
}

.main__about .main__about-grid .about-grid__element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 32px;
  background-color: #F6F6F7;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__about .main__about-grid .about-grid__element {
    padding: 24px;
  }
}

.main__about .main__about-grid .about-grid__element .p4 {
  color: #76767A;
}

.main__about .main__about-grid .about-grid__element .hr {
  color: #6800B3;
}

.main__about .main__about-grid .about-grid__element:nth-child(1) {
  grid-area: machine;
}

.main__about .main__about-grid .about-grid__element:nth-child(2) {
  grid-area: free;
}

.main__about .main__about-grid .about-grid__element:nth-child(3) {
  grid-area: rent;
}

.main__about .main__about-grid .about-grid__element:nth-child(4) {
  grid-area: partner;
}

.main__about .main__about-grid .about-grid__element:nth-child(5) {
  grid-area: without;
}

.main__about .main__about-grid .about-grid__element:nth-child(6) {
  grid-area: ingridients;
}

.main__about .main__about-grid .about-grid__element:nth-child(7) {
  grid-area: years;
}

.main__about .main__about-grid .flex-start {
  justify-content: flex-start;
}

.main__about .main__about-grid .about-grid__element-row {
  display: flex;
  padding: 0;
}

.main__about .main__about-grid .about-grid__element-column .about__link-title {
  padding: 32px;
  padding-bottom: 0;
}

.main__about .main__about-grid .about-grid__element-column .about__img-mob {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .main__about .main__about-grid .about-grid__element-column .about__link-img {
    padding: 32px;
    padding-top: 0;
  }

  .main__about .main__about-grid .about-grid__element-column .about__img-mob {
    display: block;
  }

  .main__about .main__about-grid .about-grid__element-column .about__img-desc {
    display: none;
  }
}

.main__about .main__about-grid .about-grid__element-link {
  align-items: center;
  gap: 0;
  padding: 0 !important;
  justify-content: space-between;
}

.main__about .main__about-grid .about-grid__element-link img {
  transition: 0.3s ease;
}

.main__about .main__about-grid .about-grid__element-link svg {
  flex: 0 0 28px;
}

.main__about .main__about-grid .about-grid__element-link .about__link-img {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 0 1 40%;
}

.main__about .main__about-grid .about-grid__element-link .about__link-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.main__about .main__about-grid .about-grid__element-link .about__link-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 1 50%;
}

.main__about .main__about-grid .about-grid__element-link .about__link-title .h4 {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}

.main__about .main__about-grid .about-grid__element-link .about__link-title .h4 .svg-item {
  display: flex;
  position: relative;
  color: #76767A;
  transition: 0.3s ease;
  flex: 1 1 28px;
}

.main__about .main__about-grid .about-grid__element-link .about__link-title .h4 .svg-item svg {
  transition: 0.3s ease;
  position: absolute;
  right: 0;
  top: 2px;
}

.main__about .main__about-grid .about-grid__element-row {
  display: flex;
  flex-direction: row;
  padding: 0 !important;
}

.main__about .main__about-grid .about-grid__element-row .about__link-title {
  padding: 32px;
  padding-right: 0;
}

.main__about .main__about-grid .about-grid__element-padding {
  padding: 32px;
}

.main__about .main__about-grid .about-grid__element-uncommon {
  background: linear-gradient(111deg, #150022 0%, #550D81 50%, #D62EE5 100%);
}

.main__about .main__about-grid .about-grid__element-uncommon .hr,
.main__about .main__about-grid .about-grid__element-uncommon .p1 {
  color: #fff !important;
}

@media (max-width: 1023px) {
  .main__about .main__about-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "machine free " "machine rent " "partner ingridients" "without ingridients" "years years";
  }

  .main__about .main__about-grid .about-grid__element-row {
    flex-direction: column;
  }

  .main__about .main__about-grid .about-grid__element-row .about__link-title {
    padding: 32px;
    padding-bottom: 0;
  }

  .main__about .main__about-grid .about-grid__element-link .about__link-img {
    flex: 1 1 100%;
  }
}

@media (max-width: 767px) {
  .main__about .main__about-grid {
    display: flex;
    flex-direction: column;
  }

  .main__about .main__about-grid .about-grid__element:nth-child(1) {
    order: 1;
  }

  .main__about .main__about-grid .about-grid__element:nth-child(2) {
    order: 2;
  }

  .main__about .main__about-grid .about-grid__element:nth-child(3) {
    order: 3;
  }

  .main__about .main__about-grid .about-grid__element:nth-child(4) {
    order: 5;
  }

  .main__about .main__about-grid .about-grid__element:nth-child(5) {
    order: 6;
  }

  .main__about .main__about-grid .about-grid__element:nth-child(6) {
    order: 4;
  }

  .main__about .main__about-grid .about-grid__element:nth-child(7) {
    order: 7;
  }
}

@media (max-width: 767px) {
  .main__about {
    gap: 32px;
  }
}

@media (hover: hover) {
  .about-grid__element-link:hover img {
    transform: scale(1.05);
  }

  .about-grid__element-link:hover .svg-item svg {
    color: #000 !important;
    transform: rotate(45deg);
  }
}

@media (hover: none) {
  .about-grid__element-link:active img {
    transform: scale(1.05);
  }

  .about-grid__element-link:active .svg-item svg {
    color: #000 !important;
    transform: rotate(45deg);
  }
}

.about-grid__element-link .about__link-title {
  width: 100%;
}

.about-grid__element-link .p4 {
  max-width: 352px;
}

.main__steps {
  padding: 32px 0 16px 0;
  background-color: #F6F6F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 1540px;
  border-radius: 16px;
}

.main__steps .h3 {
  text-align: center;
  padding: 0 20px;
}

.main__steps-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
  padding: 0 20px;
}

.main__steps-items .main__step-item {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
}

.main__steps-items .main__step-item .h4 {
  color: #6800B3;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__steps-items .main__step-item {
    flex-direction: row;
    align-items: center;
    padding: 24px;
    line-height: 1 !important;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__steps-items {
    flex-direction: column;
  }

  .main__steps-items .main__step-item {
    flex: 1 1 100%;
  }
}

.main__request {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.main__request-image {
  flex: 0 0 50%;
  padding-right: 64px;
  max-height: 572px;
}

.main__request-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.main__request-form {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .main__request-form {
    max-height: 572px;
  }
}

.main__request-form h2 {
  padding-bottom: 24px;
}

.main__request-form .p1 {
  padding-bottom: 32px;
}

.main__request-form form {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__request-form form {
    gap: 32px;
  }
}

.main__request-form form .field {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.main__request-form form .field:focus-within .field__input {
  border-color: #6800B3;
}

.main__request-form form .field .field__label {
  cursor: pointer;
  position: absolute;
  font-size: 18px;
  top: 12px;
  left: 0;
  transition: 0.3s ease;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__request-form form .field .field__label {
    font-size: 16px;
  }
}

.main__request-form form .field .field__input {
  cursor: pointer;
  padding: 12px 0;
  border: none;
  outline-width: 0;
  width: 100%;
  border-bottom: 1px solid #DCDCE0;
  transition: 0.3s ease;
}

.main__request-form form .field .field__input:focus {
  outline-width: 0;
}

.main__request-form form .field .field__input:not(:-moz-placeholder-shown)+.field__label {
  color: #76767A;
  top: -10px;
  font-size: 14px;
}

.main__request-form form .field .field__input:focus+.field__label,
.main__request-form form .field .field__input:not(:placeholder-shown)+.field__label {
  color: #76767A;
  top: -10px;
  font-size: 14px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__request-form form .field .field__input:not(:-moz-placeholder-shown)+.field__label {
    font-size: 12px;
  }

  .main__request-form form .field .field__input:focus+.field__label,
  .main__request-form form .field .field__input:not(:placeholder-shown)+.field__label {
    font-size: 12px;
  }
}

.main__request-form form .double-field {
  display: flex;
  gap: 24px;
}

.main__request-form form .double-field .field {
  flex: 1 1 50%;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__request .main__request-image {
    display: none;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__request .double-field {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .main__request .main__request-button button {
    width: 100%;
  }
}

.main__request-button {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 16px;
}

.main__request-button button {
  width: 210px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__request-button {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.main__request-button .request-agree {
  color: #76767A;
}

a.open__popup-request {
  width: 328px;
}

.underline-decoration {
  -webkit-text-decoration: underline 1px rgba(0, 0, 0, 0);
  text-decoration: underline 1px rgba(0, 0, 0, 0);
  text-underline-offset: 3px;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .underline-decoration:hover {
    text-decoration: underline;
    text-decoration-color: #76767A;
    text-underline-offset: 6px;
  }
}

@media (hover: none) {
  .underline-decoration:active {
    text-decoration: underline;
    text-decoration-color: #76767A;
    text-underline-offset: 6px;
  }
}

.main__contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 250px);
  grid-template-areas: "contacts map map" ". map map";
  margin-bottom: 0 !important;
}

.main__contacts .main__contacts-info {
  grid-area: contacts;
}

.main__contacts .h2 {
  margin-bottom: 48px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__contacts .h2 {
    margin-bottom: 32px;
  }
}

.main__contacts iframe {
  grid-area: map;
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: relative;
}

.main__contacts .main__info-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 1279px) {
  .main__contacts {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .main__contacts .main__info-details {
    gap: 16px;
  }

  .main__contacts iframe {
    min-height: 400px;
  }
}

.main__sale-information {
  color: #76767A;
  margin-top: 48px;
  margin-bottom: 0 !important;
  width: 100%;
  padding-bottom: 8px;
}

.main__sale-information p {
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #DCDCE0;
  display: flex;
  gap: 4px;
}

.main__sale-information p span {
  display: block;
  max-width: 682px;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 72px 40px 0 40px;
}

.footer::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1F1F21;
  z-index: -1;
  left: 0;
  top: 0;
}

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

.footer__top-img img {
  max-width: 210px;
  height: auto;
  width: 100%;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .footer__top-img a:hover img {
    scale: 1.05;
  }
}

@media (hover: none) {
  .footer__top-img a:active img {
    scale: 1.05;
  }
}

.footer__top-links {
  display: flex;
  gap: 82px;
}

.footer__top-links .footer__top-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #9E9EA3;
}

.footer__top-links .footer__top-item:first-child {
  max-width: 160px;
}

.footer .footer-hidden {
  display: none;
}

@media (max-width: 1140px) {
  .footer .footer__top {
    flex-direction: column;
    gap: 48px;
  }

  .footer .footer__top-img {
    display: flex;
    gap: 48px;
  }

  .footer .footer-hidden {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #9E9EA3;
  }

  .footer .footer-visible {
    display: none;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  color: #636366;
  padding: 24px 0;
  padding-right: 10px;
  border-top: 1px solid #636366;
}

@media (min-width: 300px) and (max-width: 767px) {
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .footer__top .footer__top-img {
    flex-direction: column;
  }

  .footer__top .footer__top-links {
    flex-direction: column;
    gap: 48px;
  }
}

.mb-4 {
  margin-bottom: 2px;
  display: block;
}

.popup__form {
  display: none;
  width: 50%;
  height: 100vh;
  background-color: #fff;
  padding: 40px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}

.popup__form .h3 {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.popup__form .h3 svg {
  color: #636366;
  flex: 0 0 32px;
}

.popup__form .h3 .close-popup {
  cursor: pointer;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .popup__form .h3 .close-popup:hover {
    transform: scale(1.2);
    color: #000;
  }
}

@media (hover: none) {
  .popup__form .h3 .close-popup:active {
    transform: scale(1.2);
    color: #000;
  }
}

.popup__form form {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.popup__form form .main__request-button {
  margin-top: 16px;
}

.popup__form form .main__request-button button svg {
  flex: 0 0 24px;
}

@media (max-width: 1023px) {
  .popup__form form .main__request-button {
    flex-direction: column;
    align-items: flex-start;
  }
}

.popup__form form .field {
  position: relative;
  width: 100%;
}

.popup__form form .field:focus-within .field__input {
  border-color: #6800B3;
}

.popup__form form .field .field__label {
  cursor: pointer;
  position: absolute;
  font-size: 18px;
  top: 3px;
  left: 0;
  transition: 0.3s ease;
}

@media (min-width: 300px) and (max-width: 767px) {
  .popup__form form .field .field__label {
    font-size: 16px;
  }
}

.popup__form form .field .field__input {
  cursor: pointer;
  border: none;
  outline-width: 0;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #DCDCE0;
  transition: 0.3s ease;
}

.popup__form form .field .field__input:focus {
  outline-width: 0;
}

.popup__form form .field .field__input:not(:-moz-placeholder-shown)+.field__label {
  color: #76767A;
  top: -10px;
  font-size: 14px;
}

.popup__form form .field .field__input:focus+.field__label,
.popup__form form .field .field__input:not(:placeholder-shown)+.field__label {
  color: #76767A;
  top: -10px;
  font-size: 14px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .popup__form form .field .field__input:not(:-moz-placeholder-shown)+.field__label {
    font-size: 12px;
  }

  .popup__form form .field .field__input:focus+.field__label,
  .popup__form form .field .field__input:not(:placeholder-shown)+.field__label {
    font-size: 12px;
  }
}

.popup__form form .double-field {
  display: flex;
  gap: 24px;
}

.popup__form form .double-field .field {
  flex: 1 1 50%;
}

@media (max-width: 1023px) {
  .popup__form {
    width: 100%;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .popup__form .double-field {
    flex-direction: column;
  }

  .popup__form .main__request-button {
    margin-top: 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .popup__form .main__request-button button {
    width: 100%;
  }
}

.popup__form-background {
  width: 50%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (max-width: 1023px) {
  .popup__form-background {
    display: none;
  }
}

.request-service,
.just-request {
  display: block;
}

.request-service .request-title {
  display: flex;
}

.just-request h3.common-title {
  display: flex;
}

.header__catalog {
  padding-bottom: 0;
  overflow: unset;
}

.header__catalog .header__head-catalog {
  color: #000;
  border-bottom: 1px solid #DCDCE0;
  margin-bottom: 0;
  background-color: #fff;
}

.header__catalog .header__burger-button span {
  background-color: #000;
}

.header__catalog .header__menu .drop-down__menu.active {
  border: 1px solid #DCDCE0;
  border-top: none;
  top: 60px;
}

.main__catalog-page {
  padding: 40px;
}

.main__catalog-page .main__catalog-title {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main__catalog-page .main__catalog-title {
    margin-bottom: 40px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__catalog-page .main__catalog-title {
    margin-bottom: 32px;
  }
}

.main__catalog-page .main__catalog-bottom {
  display: flex;
  gap: 64px;
}

.main__catalog-page .main__catalog-bottom .main__catalog-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 1023px) {
  .main__catalog-page .main__catalog-bottom .main__catalog-side {
    gap: 24px;
    order: 1;
  }

  .main__catalog-page .main__catalog-bottom .main__catalog-side div.main__side-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__catalog-page .main__catalog-bottom .main__catalog-side div.main__side-items {
    flex-direction: column;
  }
}

.main__catalog-page .main__catalog-bottom .main__catalog-side .main__side-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main__catalog-page .main__catalog-bottom .main__catalog-side .main__side-items a {
  display: inline;
  text-wrap: nowrap;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #000;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__catalog-page {
    padding: 32px 20px;
    gap: 32px;
  }
}

@media (max-width: 1023px) {
  .main__catalog-page .main__catalog-bottom {
    flex-direction: column;
    gap: 64px;
  }
}

.catalog__cards-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .catalog__cards-wrapper {
    gap: 48px;
  }
}

.catalog__cards-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.catalog__cards-container .catalog__cards {
  gap: 48px 16px;
  align-items: center;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 48px 16px;
}

.catalog__cards-container .catalog__cards .catalog__card-item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 4px;
}

.catalog__cards-container .catalog__cards .catalog__card-item .catalog-price {
  position: relative;
}

.catalog__cards-container .catalog__cards .catalog__card-item .catalog-price .catalog-rent {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  right: -200%;
  transition: 0.3s ease;
}

@media (max-width: 1023px) {
  .catalog__cards-container .catalog__cards .catalog__card-item .catalog-price .catalog-rent {
    display: none;
  }
}

.catalog__cards-container .catalog__cards .catalog__card-item .h4 {
  margin-bottom: 2px;
}

.catalog__cards-container .catalog__cards .catalog__card-item .catalog__card-image {
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: darken;
  border-radius: 16px;
  background-color: #F6F6F7;
  height: 72%;
  width: 100%;
  margin-bottom: 12px;
}

.catalog__cards-container .catalog__cards .catalog__card-item .catalog__card-image img {
  transition: 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.catalog__cards-container .catalog__cards .catalog__card-item .catalog-weight {
  position: relative;
  width: 100%;
  margin-bottom: 2px;
}

.catalog__cards-container .catalog__cards .catalog__card-item .catalog-weight .catalog-rent {
  position: absolute;
  text-wrap: nowrap;
  transition: 0.3s ease;
  right: -120%;
  top: 0;
  padding: 2px 4px;
  color: #6800B3;
  border: 1px solid #6800B3;
  border-radius: 8px;
}

@media (hover: hover) {
  .catalog__cards-container .catalog__cards .catalog__card-item:hover .catalog-rent {
    right: -10%;
  }

  .catalog__cards-container .catalog__cards .catalog__card-item:hover .catalog__card-image img {
    transform: scale(1.05);
  }
}

@media (hover: none) {
  .catalog__cards-container .catalog__cards .catalog__card-item:active .catalog-rent {
    right: -10%;
  }

  .catalog__cards-container .catalog__cards .catalog__card-item:active .catalog__card-image img {
    transform: scale(1.05);
  }
}

@media (max-width: 1552px) {
  .catalog__cards-container .catalog__cards {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px 16px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .catalog__cards-container .catalog__cards {
    grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
  }
}

@media (max-width: 480px) {
  .catalog__cards-container .catalog__cards {
    grid-template-columns: repeat(auto-fit, minmax(152px, 1fr));
  }
}

.catalog__cards-slider .catalog__cards .catalog__card-item .catalog-weight {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.main__error {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 96px;
}

.main__error .error-flex {
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
  color: #6800B3;
}

.main__error .error-flex s .h3 {
  text-align: center;
}

.main__error .error-flex .error__svg {
  width: 100%;
}

.main__error .error-flex .error__svg svg {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  color: #6800B3;
}

.main__error a {
  color: #fff;
  background-color: #000;
}

.main__error a svg {
  flex: 0 0 24px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__error {
    max-width: 234px;
  }
}

.delivery-container {
  padding: 40px;
  padding-bottom: 62px;
}

.delivery-container .h2 {
  margin-bottom: 40px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .delivery-container .h2 {
    margin-bottom: 32px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .delivery-container {
    padding: 32px 20px 42px 20px;
  }
}

.delivery-container .main__delivery-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .delivery-container .main__delivery-items {
    margin-bottom: 48px;
    flex-direction: column;
  }

  .delivery-container .main__delivery-items .main__delivery-card {
    justify-content: space-around;
    padding: 24px !important;
    max-height: 223px;
  }

  .delivery-container .main__delivery-items .main__delivery-card:nth-child(1) {
    flex-direction: column;
  }

  .delivery-container .main__delivery-items .main__delivery-card:nth-child(1) p {
    margin-bottom: 0 !important;
  }

  .delivery-container .main__delivery-items .main__delivery-card:nth-child(1) img {
    position: relative !important;
    width: 100% !important;
    max-height: 140px;
  }
}

.delivery-container .main__delivery-items .main__delivery-card {
  flex: 1 1 45%;
  position: relative;
  padding: 32px;
  background-color: #F6F6F7;
  border-radius: 16px;
}

.delivery-container .main__delivery-items .main__delivery-card .h4 {
  margin-bottom: 12px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .delivery-container .main__delivery-items .main__delivery-card .double-delivery {
    margin-bottom: 0px;
  }
}

.delivery-container .main__delivery-items .main__delivery-card .margin-delivery {
  margin-bottom: 24px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .delivery-container .main__delivery-items .main__delivery-card .margin-delivery {
    margin-bottom: 16px;
  }
}

.delivery-container .main__delivery-items .main__delivery-card .p3 {
  color: #636366;
}

.delivery-container .main__delivery-items .main__delivery-card .h5 {
  color: #6800B3;
}

.delivery-container .main__delivery-items .main__delivery-card .pickpoint-adress {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.delivery-container .main__delivery-items .main__delivery-card .pickpoint-adress p {
  display: flex;
  gap: 8px;
  color: #636366;
}

.delivery-container .main__delivery-items .main__delivery-card:nth-child(1) .p3 {
  margin-bottom: 112px;
}

.delivery-container .main__delivery-items .main__delivery-card:nth-child(1) img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.delivery-container .main__delivery-map {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.delivery-container .main__delivery-map img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 60%;
}

.delivery-container .main__delivery-map .areas__list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 220px;
  padding-left: 48px;
}

.delivery-container .main__delivery-map .areas__list .h4 {
  margin-bottom: 16px;
  text-wrap: nowrap;
}

.delivery-container .main__delivery-map .areas__list a {
  color: #fff;
  background-color: #000;
  width: 202px;
}

.delivery-container .main__delivery-map .areas__list a svg {
  flex: 0 0 24px;
}

.delivery-container .main__delivery-map .areas__list .areas__name-container {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.delivery-container .main__delivery-map .areas__list .areas__name-container p {
  display: flex;
  gap: 8px;
}

.delivery-container .main__delivery-map .tablet-visible {
  display: none;
  color: #fff;
  background-color: #000;
  width: 100%;
}

@media (max-width: 1023px) {
  .delivery-container .main__delivery-map {
    flex-direction: column;
  }

  .delivery-container .main__delivery-map .tablet-hidden {
    display: none;
  }

  .delivery-container .main__delivery-map .areas__name-container {
    margin-bottom: 32px !important;
  }

  .delivery-container .main__delivery-map a {
    padding: 14px;
  }

  .delivery-container .main__delivery-map .areas__list {
    padding-left: 0;
  }

  .delivery-container .main__delivery-map .areas__list .areas__name-container {
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 160px;
  }

  .delivery-container .main__delivery-map .tablet-visible {
    display: flex;
    order: 2;
  }

  .delivery-container .main__delivery-map img {
    width: 100%;
    order: 1;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .delivery-container .main__delivery-map .areas__name-container {
    margin-bottom: 8px !important;
  }

  .delivery-container .main__delivery-map .areas__name-container {
    max-height: none !important;
  }

  .delivery-container .main__delivery-map img {
    margin-bottom: 8px;
  }
}

.policy__container {
  padding: 40px;
  max-width: 940px;
  margin: 0 auto;
}

.policy__container .h1 {
  margin-bottom: 40px;
}

.policy__container .policy__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.policy__container .policy__text p {
  display: block;
}

.policy__container .policy__text .mb-16 {
  margin-bottom: 16px;
}

.policy__container .policy__text .mb-12 {
  margin-bottom: 12px;
}

.policy__container .policy__text .policy-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}

.policy__container .policy__text .policy-list p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .policy__container .policy__text .margin-bottom-16 {
    margin-bottom: 12px;
  }

  .policy__container .policy__text .mb-12 {
    margin-bottom: 8px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .policy__container {
    padding: 32px 16px;
  }

  .policy__container .h1 {
    margin-bottom: 32px;
  }
}

.main__page {
  display: flex;
  flex-direction: column;
  gap: 64px;
  min-width: 0;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__page {
    gap: 48px;
  }
}

.main__page .button,
.main__page button {
  color: #000;
}

@media (min-width: 300px) and (max-width: 767px) {

  .main__page .button svg,
  .main__page button svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
}

.main__page-header {
  display: flex;
  gap: 64px;
  padding: 40px;
  background-color: #F6F6F7;
}

@media (max-width: 480px) {
  .main__page-header {
    padding: 20px;
  }
}

.main__page-header .swiper-page {
  flex: 1 1 42%;
  padding: 40px;
  overflow: hidden;
  position: relative;
}

.main__page-header .swiper-page .swiper-slide {
  display: flex;
  align-items: center;
}

.main__page-header .swiper-page .page-header__img {
  position: relative;
}

.main__page-header .swiper-page .page-header__img img {
  width: 100%;
  height: auto;
  max-height: 560px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 1028px) and (max-width: 1240px) {
  .main__page-header .swiper-page .page-header__img img {
    width: 110%;
    max-height: 500px;
  }
}

@media (max-width: 1023px) {
  .main__page-header .swiper-page .page-header__img img {
    max-height: 300px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__page-header .swiper-page .page-header__img img {
    max-height: 240px;
  }
}

.main__page-header .swiper-page .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  left: 10px;
  z-index: 2;
  cursor: pointer;
}

.main__page-header .swiper-page .swiper-button-prev::after {
  content: "";
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__page-header .swiper-page .swiper-button-prev {
    display: none;
  }
}

.main__page-header .swiper-page .swiper-button-next {
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  right: -10px;
  z-index: 2;
  cursor: pointer;
}

.main__page-header .swiper-page .swiper-button-next::after {
  content: "";
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__page-header .swiper-page .swiper-button-next {
    display: none;
  }
}

.main__page-header .swiper-page .swiper-pagination {
  position: absolute;
  bottom: -6px;
  z-index: 1;
  cursor: pointer;
}

.main__page-header .page-header__info {
  display: flex;
  flex-direction: column;
  flex: 1 1 42%;
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
}

.main__page-header .page-header__info .breadcrumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  line-height: 1;
  color: #76767A;
}

.main__page-header .page-header__info .breadcrumbs .border {
  padding-right: 8px;
  border-right: 1px solid #76767A;
}

.main__page-header .page-header__info .h3 {
  margin-bottom: 16px;
}

.main__page-header .page-header__info .page-header__weight {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.main__page-header .page-header__info .page-header__weight .h6 {
  color: #6800B3;
}

.main__page-header .page-header__info .page-header__weight .weight-info {
  display: flex;
  gap: 7px;
  align-items: flex-end;
}

.main__page-header .page-header__info .page-header__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.main__page-header .page-header__info .page-header__list p {
  display: flex;
  gap: 8px;
}

.main__page-header .page-header__info .page__delivery-link {
  display: flex;
  margin-bottom: 48px;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}

.main__page-header .page-header__info .page__delivery-link svg {
  transition: 0.3s ease;
}

@media (hover: hover) {
  .main__page-header .page-header__info .page__delivery-link:hover {
    color: #6800B3;
  }

  .main__page-header .page-header__info .page__delivery-link:hover svg {
    transform: translate(10px);
  }
}

@media (hover: none) {
  .main__page-header .page-header__info .page__delivery-link:active {
    color: #6800B3;
  }

  .main__page-header .page-header__info .page__delivery-link:active svg {
    transform: translate(10px);
  }
}

.main__page-header .page-header__info .button-dark {
  margin-top: 48px;
  text-wrap: nowrap;
  width: 100%;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  transition: 0.3s ease;
}

.main__page-header .page-header__info .button-dark svg {
  transition: 0.3s ease;
}

@media (min-width: 1280px) {
  .main__page-header .page-header__info .button-dark span {
    transition: width 0.7s ease-out, height 1s ease-out;
  }

  .main__page-header .page-header__info .button-dark.reverse-animation span {
    width: 0;
    height: 0;
    transition: width 0.7s ease-out, height 0.7s ease-out, top 0.7s ease-out, left 0.7s ease-out;
  }

  .main__page-header .page-header__info .button-dark:hover {
    color: #fff;
    border-color: #6800B3;
  }

  .main__page-header .page-header__info .button-dark:hover span {
    width: 280%;
    height: 1100px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__page-header .page-header__info .button-dark {
    height: 52px;
    margin-top: 32px;
  }

  .main__page-header .page-header__info .button-dark:hover {
    background-color: #fff;
    color: #000;
  }

  .main__page-header .page-header__info .button-dark:hover svg {
    transform: translate(10px, 0);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .main__page-header {
    gap: 96px;
  }

  .main__page-header .pager-header__img {
    width: 40%;
  }
}

@media (max-width: 1023px) {
  .main__page-header {
    flex-direction: column;
    gap: 32px;
  }

  .main__page-header .pager-header__img img {
    max-height: 280px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .main__page-header .page-header__info .page__delivery-link {
    margin-bottom: 32px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__page-header .page-header__info {
    padding: 24px;
  }
}

.main__page-description {
  display: flex;
  justify-content: space-between;
  gap: 96px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__page-description {
    flex-direction: column;
    gap: 64px;
  }
}

.main__page-description .page__description-left {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.main__page-description .page__description-left .page__description-text {
  display: flex;
  flex-direction: column;
  max-height: 236px;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.toogle__button-open,
.toogle__button-char {
  display: none;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #000;
}

.toogle__button-open svg,
.toogle__button-char svg {
  transition: 0.3s ease;
}

.toogle__button-open.active__page-svg svg,
.toogle__button-char.active__page-svg svg {
  transform: rotate(-180deg);
}

.page__description-right {
  display: flex;
  flex: 1 1 47%;
  flex-direction: column;
  gap: 24px;
}

.page__description-characteristic {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 326px;
  overflow: hidden;
}

.page__description-characteristic div {
  display: flex;
  gap: 12px;
  align-items: center;
  text-wrap: nowrap;
}

.page__description-characteristic div span {
  flex: 1 1 100%;
  height: 1px;
  border-top: 1px solid #DCDCE0;
}

.page__description-characteristic div p:first-child {
  flex: 1 0 auto;
  max-width: 244px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main__page-choose {
  display: flex;
  gap: 16px;
}

.main__page-choose .main__page-choose_wrapper {
  display: flex;
  gap: 16px;
  background-color: #F6F6F7;
  border-radius: 16px;
}

.main__page-choose .main__page-choose_wrapper .tablet-visible-page {
  display: none;
  border: 1px solid #000;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 16px;
  gap: 12px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.main__page-choose .main__page-choose_wrapper .tablet-visible-page svg {
  transition: 0.3s ease;
}

.main__page-choose .main__page-choose_wrapper .tablet-visible-page:hover {
  background-color: black;
  color: #fff;
}

.main__page-choose .main__page-choose_wrapper .tablet-visible-page:hover svg {
  transform: translate(10px, 0);
}

@media (max-width: 1023px) {
  .main__page-choose .main__page-choose_wrapper {
    flex-direction: column;
    padding: 32px;
  }

  .main__page-choose .main__page-choose_wrapper .tablet-hidden {
    display: none;
  }

  .main__page-choose .main__page-choose_wrapper .tablet-visible-page {
    display: flex;
  }

  .main__page-choose .main__page-choose_wrapper .main__page-choose__left {
    padding: 0;
  }
}

.main__page-choose .main__page-choose__left {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main__page-choose .main__page-choose__left button {
  width: 240px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__page-choose .main__page-choose__left button {
    width: 100%;
  }
}

@media (hover: hover) {
  .main__page-choose .main__page-choose__left button:hover {
    color: #fff;
  }
}

@media (hover: none) {
  .main__page-choose .main__page-choose__left button:active {
    color: #fff;
  }
}

.main__page-choose .main__page-choose__img {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

@media (min-width: 300px) and (max-width: 767px) {
  .main__page-choose .main__page-choose__img {
    margin: 0 -32px;
  }
}

.main__page-choose .main__page-choose__left {
  padding: 32px;
  padding-right: 0;
}

.main__page-choose .main__page-choose__left .h5 {
  color: #6800B3;
  margin-bottom: 8px;
}

.main__page-choose .main__page-choose__left .h3 {
  margin-bottom: 24px;
}

.main__page-choose .main__page-choose__left .p2 {
  margin-bottom: 24px;
}

.main__page-choose .main__page-choose__left .button {
  border-color: #000;
}

.cards_swiper {
  min-width: 0;
  position: relative;
  overflow-x: hidden;
  gap: 0;
}

.cards_swiper .h3 {
  margin-bottom: 32px;
}

.cards_swiper .catalog__cards {
  display: flex;
  gap: 0;
}

.cards_swiper .page__cards-control {
  position: absolute;
  top: -2px;
  right: 40px;
  display: flex;
  gap: 24px;
}

@media (min-width: 300px) and (max-width: 767px) {
  .cards_swiper .page__cards-control {
    display: none;
  }
}

.cards_swiper .page__cards-control div {
  z-index: 2;
}

.cards_swiper .page__cards-control div::after {
  content: "";
}

.page__sale-information {
  padding-bottom: 24px;
}

.cards_swiper-page {
  max-width: 1540px;
}

.page__sale-information {
  margin-top: 24px;
  width: 102%;
}

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


/* Доработки */


.catalog__cards-container .catalog__cards .catalog__card-item .page-slider {
  display: flex !important;
}

.link_catalog-slider {
  transition: 0.3s ease;
}

.link_catalog-slider:hover {
  color: #000 !important;
}

.wow-first {
  opacity: 0;
  animation: ani 0.3s forwards;
  animation-delay: 1.8s, 480ms;
  transform: scale(0);
}

@keyframes ani {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(100%);
  }
}

.wow-second {
  opacity: 0;
  animation: pani 0.3s forwards;
  animation-delay: 1.9s, 480ms;
  transform: scale(0);

}

@keyframes pani {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(100%);
  }
}

.response {
  position: fixed;
  /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}

.response__block {
  padding: 40px;
  z-index: 100;
  background-color: #fff;
  width: auto;
  max-width: 640px;
  border-radius: 16px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

@media (max-width: 768px) {
  .response__block {
    max-width: none;
    width: 90%;
    left: 5%;
  }
}

@media (max-width: 480px) {
  .response__block {
    bottom: 20px;
    padding: 24px;
  }
}


.response__block button {
  background-color: #000;
  color: #fff;
}

.response__block-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.response__block .p2 {
  margin-bottom: 48px;
}

.main__request-button button {
  z-index: 0;
}



@media (max-width: 768px) {
  .delay-zero {
    animation-delay: 0.3s !important;
  }
}

.close-popup {
  cursor: pointer;
}

.response-close {
  cursor: pointer;
  transition: 0.3s ease;
}

@media (hover: hover) {
  .response-close:hover {
    transform: scale(1.2);
    color: #000;
  }
}

@media (hover: none) {
  .response-close:active {
    transform: scale(1.2);
    color: #000;
  }
}

.field__label-email {
  cursor: pointer;
    position: absolute;
    font-size: 18px;
    top: 12px;
    left: 0;
    transition: 0.3s ease;
}
/* End */


/* Start:/local/templates/main/assets/styles/animate.css?172968699777906*/
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    transform: translate3d(0, -30px, 0);
  }

  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);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    transform: translate3d(0, -30px, 0);
  }

  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);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  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);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  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);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  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);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  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);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  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);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  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);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  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);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  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);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    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 flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    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 {
  from {
    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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .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;
  }
}
/* End */


/* Start:/local/templates/main/assets/styles/swiper-bundle.min.css?172968699720557*/
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
    perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(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, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(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, .5), rgba(0, 0, 0, 0))
}

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

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

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

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

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-lock {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper.swiper-cube {
    overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper.swiper-flip {
    overflow: visible
}

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

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

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

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

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

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
/* End */
/* /local/templates/main/assets/styles/style.css?178034844468959 */
/* /local/templates/main/assets/styles/animate.css?172968699777906 */
/* /local/templates/main/assets/styles/swiper-bundle.min.css?172968699720557 */
