@import url(https://fonts.googleapis.com/css?family=Unbounded:300,400,500,600&display=swap);

@charset "UTF-8";

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2?v=1") format("woff2"), url("../fonts/icons.woff?v=1") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: DelaGothicOne;
  font-display: swap;
  src: url("../fonts/DelaGothicOne-Regular.woff2") format("woff2"), url("../fonts/DelaGothicOne-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.select__value:after,
.checkbox__label:after,
[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-video:before {
  content: "\e916";
  color: #fff;
}

._icon-align-center:before {
  content: "\e900";
}

._icon-align-left:before {
  content: "\e901";
}

._icon-align-right:before {
  content: "\e902";
}

._icon-ar-sl:before {
  content: "\e903";
}

._icon-back:before {
  content: "\e904";
}

._icon-burger:before {
  content: "\e905";
}

._icon-check:before {
  content: "\e906";
}

._icon-close:before {
  content: "\e907";
}

._icon-dep:before {
  content: "\e908";
}

._icon-discord:before {
  content: "\e909";
}

._icon-telegram:before {
  content: "\e91B";
}

._icon-down:before {
  content: "\e90a";
}

._icon-download:before {
  content: "\e90b";
}

._icon-image:before {
  content: "\e90c";
  color: #fff;
}

._icon-info:before {
  content: "\e90d";
}

._icon-list:before {
  content: "\e90e";
}

._icon-list-check:before {
  content: "\e90f";
}

._icon-news:before {
  content: "\e910";
}

._icon-note:before {
  content: "\e911";
}

._icon-poly:before {
  content: "\e912";
}

._icon-shop:before {
  content: "\e913";
}

._icon-sup:before {
  content: "\e914";
}

._icon-user:before {
  content: "\e915";
}

._icon-wiki:before {
  content: "\e917";
}

._icon-youtube:before {
  content: "\e918";
}

._icon-uniE919:before {
  content: "\e919";
}

._icon-pencil:before {
  content: "\e91a";
  color: #fff;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #fff;
  line-height: 1;
  font-family: "Unbounded", cursive;
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*чтобы не прыгали цифры*/
}

input,
button,
textarea {
  font-family: "Unbounded";
  font-size: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}



html,
body {
  scrollbar-color: #592eb2 #2D0457;
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: thin;
  /* толщина */
  /* ползунок скроллбара */
}

html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 0.375rem;
  /* ширина для вертикального скролла */
  height: 0.125rem;
  /* высота для горизонтального скролла */
  background: #3A2467;
  border-radius: 5px;
}

html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background-color: #FD1966;
  border-radius: 9em;
}

body {
  background-color: #3A2467;
  font-weight: 300;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 92.5rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.form {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}

.registration .form {
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
}

.add-news .form {
  text-align: center;
}

.form.supports__form {
  gap: 0.9375rem;
}

.account-wrapper__form .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.account-wrapper__form .form__row:first-child .form__line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.account-wrapper__form .form__row:nth-child(2) .form__line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 32%;
          flex: 1 1 32%;
}

.account-wrapper__form .form__row:nth-child(3) .form__line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.form__input,
.form .input__wrapper {
  text-align: center;
  background: rgba(241, 245, 249, 0.1);
  border-radius: 1.375rem;
  height: 5rem;
}

.form-block .form__input,
.form-block .form .input__wrapper {
  background: none;
  border-radius: 0;
}

.form__button {
  -ms-grid-column-align: center;
      justify-self: center;
}

.news-single__answer .form__button {
  margin-top: 0.625rem;
}

.supports__form .form__button {
  padding: 1.25rem 1.75rem;
}

.form__label {
  margin-bottom: 0.625rem;
  display: block;
}

.form__error {
  display: none;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.3125rem auto 0 auto;
}

.form__error._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__error:before {
  color: #FD1966;
}

.editor__col .input__wrapper {
  background: transparent;
  height: 3.75rem;
  border-radius: 0;
}

.button {
  font-family: "DelaGothicOne", cursive;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.125rem 1.875rem;
  gap: 0.9375rem;
  border-radius: 0.75rem;
  background: #F1F5F9;
  -webkit-box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
          box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #36333C;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button._disable {
  opacity: 0.5;
  pointer-events: none;
}

.button._rect {
  padding: 1.0625rem;
}

.account-wrapper .button._rect {
  padding: 0.4375rem;
  border-radius: 0.375rem;
}

.account-wrapper .button._rect:before {
  font-size: 1rem;
}

.button:before {
  font-size: 1.25rem;
  color: #FD1966;
}

.button::after {
  content: "";
  position: absolute;
  width: calc(100% + 1.5rem);
  height: calc(100% + 1.5rem);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 1.375rem;
}

.button._small {
  font-size: 0.75rem;
  border-radius: 0.75rem;
}

.button._fw {
  width: 100%;
}

.button_red,
.button_redsmall {
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#FB6382), to(#FD1966));
  background: -o-radial-gradient(0% 0%, 32.15% 159.64%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -o-linear-gradient(top, #FB6382 0%, #FD1966 100%);
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), linear-gradient(180deg, #FB6382 0%, #FD1966 100%);
  -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
          box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
  border-radius: 1.25rem;
  color: #fff;
  padding: 1.75rem 4.6875rem;
}

.button_red:before,
.button_redsmall:before {
  color: #fff;
}

.button_red:after,
.button_redsmall:after {
  display: none;
}

.button_red:active,
.button_redsmall:active {
  background: #FD1966;
}

.supports__navigation .button_red,
.supports__navigation .button_redsmall {
  padding: 1.125rem;
}

.template__icon .button_red,
.template__icon .button_redsmall {
  -ms-grid-column-align: center;
      justify-self: center;
  padding: 3.125rem;
}

.template__icon .button_red img,
.template__icon .button_redsmall img {
  width: 4.6875rem;
  height: 4.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-content__footer .button_red,
.item-content__footer .button_redsmall {
  padding: 1rem;
  border-radius: 0.75rem;
}

.button_redsmall {
  padding: 1.125rem 1.875rem;
}

.footer__contacts .button {
  padding: 0.75rem;
}

.footer__contacts .button:before {
  font-size: 1.75rem;
}

.footer__contacts .button:after {
  display: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  display: block;
  padding: 0px 20px;
  outline: 0;
  color: inherit;
}

.account-wrapper__form .input {
  font-size: 0.875rem;
  padding: 0px 30px;
}

.input::-webkit-input-placeholder {
  color: #fff;
}

.input::-moz-placeholder {
  color: #fff;
}

.input:-ms-input-placeholder {
  color: #fff;
}

.input::-ms-input-placeholder {
  color: #fff;
}

.input::placeholder {
  color: #fff;
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: none;
  height: 100%;
  text-align: left;
  padding: 1.5rem 1.875rem;
}

.news-single textarea.input {
  padding: 0.9375rem 1.25rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  background-color: #3A2467;
}

.add-news__form textarea.input {
  color: #fff;
  resize: vertical;
}

.supports textarea.input {
  min-height: 6.25rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}

.supports textarea.input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.supports textarea.input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.supports textarea.input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.supports textarea.input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.supports textarea.input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

textarea.input._border {
  border-radius: 0 0 1.375rem 1.375rem;
}

.input__wrapper {
  width: 100%;
  position: relative;
}

.editor .input__wrapper {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.editor .input__wrapper:last-child {
  padding-right: 0;
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-icon-wrapper {
  font-size: 1.5rem;
  color: #FD1966;
}

.editor .input__file-icon-wrapper:before {
  font-size: 1.125rem;
}

.input__file-button-text {
  font-size: 0.875rem;
}

.editor .input__file-button-text {
  font-size: 0.75rem;
}

.input__file-button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox {
  position: relative;
}

.checkbox:not(:last-child) {
  margin-bottom: 0.3125em;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__label:before {
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#FB6382), to(#FD1966));
  background: -o-radial-gradient(0% 0%, 32.15% 159.64%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -o-linear-gradient(top, #FB6382 0%, #FD1966 100%);
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), linear-gradient(180deg, #FB6382 0%, #FD1966 100%);
  -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
          box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
}

.checkbox__input:checked + .checkbox__label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 10px;
}

.checkbox__label:after {
  content: "\e906";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  font-size: 1rem;
  position: absolute;
  left: 4px;
  top: 4px;
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#FB6382), to(#FD1966));
  background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF), -o-radial-gradient(0% 0%, 32.15% 159.64%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -o-linear-gradient(top, #FB6382 0%, #FD1966 100%);
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), linear-gradient(180deg, #FB6382 0%, #FD1966 100%);
  -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
          box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
  border-radius: 6px;
}

.checkbox__text {
  line-height: 1.25;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__item:not(:last-child) {
  margin-bottom: 0.3125em;
}

.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.options__input:focus + .options__label:before {
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
}

.options__input:checked + .options__label:before {
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#FB6382), to(#FD1966));
  background: -o-radial-gradient(0% 0%, 32.15% 159.64%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -o-linear-gradient(top, #FB6382 0%, #FD1966 100%);
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), linear-gradient(180deg, #FB6382 0%, #FD1966 100%);
  -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
          box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
}

.options__input:checked + .options__label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.options__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 10px;
}

.options__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#FB6382), to(#FD1966));
  background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF), -o-radial-gradient(0% 0%, 32.15% 159.64%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -o-linear-gradient(top, #FB6382 0%, #FD1966 100%);
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), linear-gradient(180deg, #FB6382 0%, #FD1966 100%);
  -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
          box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
  border-radius: 6px;
}

.options__label:after {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0.3125rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  height: 14px;
  border-radius: 0.1875rem;
  background-color: #fff;
}

.options__text {
  line-height: 1.25;
}

.select {
  min-width: 0;
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  text-align: center;
  cursor: pointer;
  width: 100%;
  border-radius: 1.375rem;
  background: #F1F5F9;
  -webkit-box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
          box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
  color: #36333C;
  text-transform: uppercase;
  font-family: "DelaGothicOne", cursive;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.account-wrapper__form .select__title {
  font-family: inherit;
  font-size: 0.875rem;
  text-transform: inherit;
  background: rgba(241, 245, 249, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  padding: 0 1.875rem;
  gap: 0.625rem;
  position: relative;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  position: absolute;
  right: 2.1875rem;
  top: 1.875rem;
  content: "\e912";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #FD1966;
}

._select-open .select__value:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: calc(100% - 1.375rem);
  border-radius: 0 0 1.375rem 1.375rem;
  min-width: 100%;
  left: 0;
  background: #F1F5F9;
  padding: 10px 0px 5px 0px;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}

.select__option {
  font-family: "DelaGothicOne", cursive;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.account-wrapper__form .select__option {
  font-family: inherit;
  font-size: 0.875rem;
  text-transform: inherit;
  padding: 0.3125rem 1.875rem;
}

.select__option._select-selected {
  background-color: #eee;
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.select__asset {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.select_show-top .select__options {
  top: auto;
  bottom: calc(100% - 0.0625rem);
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 5px 0px 10px 0px;
}

._select-tag {
  cursor: pointer;
}

.quantity {
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #FFFFFF;
  border-radius: 1.375rem;
  padding: 1.4375rem 1.875rem;
}

.form-template__calc .quantity {
  border: 0;
  height: 4.375rem;
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  position: relative;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#FB6382), to(#FD1966));
  background: -o-radial-gradient(0% 0%, 32.15% 159.64%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -o-linear-gradient(top, #FB6382 0%, #FD1966 100%);
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), linear-gradient(180deg, #FB6382 0%, #FD1966 100%);
  -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
          box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(253, 25, 102, 0.25);
  border-radius: 0.375rem;
}

.quantity__button:active {
  background: #FD1966;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  margin: 0px 0px 0px -4px;
  background-color: #fff;
  width: 20px;
  height: 2px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  font-family: "DelaGothicOne", cursive;
  background-color: transparent;
  height: 100%;
  color: inherit;
  width: 100%;
  text-align: center;
}

.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  padding: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 1.375rem;
}

.template .pagging {
  -ms-grid-column-align: center;
      justify-self: center;
}

.pagging__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5rem;
          flex: 0 0 3.5rem;
  background: #F1F5F9;
  border-radius: 0.75rem;
  color: #FD1966;
  padding: 1.25rem;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.pagging__arrow-prev {
  -webkit-box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
          box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
}

.pagging__arrow-next {
  -webkit-box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px #372066;
          box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px #372066;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagging__list {
  font-family: "DelaGothicOne", cursive;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.pagging__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5rem;
          flex: 0 0 3.5rem;
  width: 3.5rem;
}

.pagging__item {
  display: block;
  padding: 1.25rem 1.125rem;
  border-radius: 0.75rem;
  background: rgba(241, 245, 249, 0.1);
  font-size: 0.75rem;
  line-height: 1.4166666667;
  text-align: center;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.title {
  font-family: "DelaGothicOne", cursive;
  line-height: 1.45;
  text-transform: uppercase;
}

.heading {
  font-family: "DelaGothicOne", cursive;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.heading_h2 {
  line-height: 1.45;
}

.heading_h3 {
  line-height: 1.45;
}
.template_wheel .heading_h3 {
    position: relative;
    z-index: 2;
}

.heading_h4 {
  line-height: 1.44;
}

.heading_h5 {
  line-height: 1.4166666667;
}

.heading_h6 {
  font-size: 0.75rem;
  line-height: 1.4166666667;
}

.text {
  line-height: 1.4285714286;
}

.link {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #FD1966;
  text-decoration: underline;
}

.news-main__items .link {
  text-decoration: none;
}

.link.item-review__link {
  text-decoration: none;
}

.img {
  position: relative;
  -webkit-box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
          box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
}

.img::before {
  content: "";
  position: absolute;
  width: calc(100% + 1.5rem);
  height: calc(100% + 1.5rem);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(58, 36, 103, 0.01);
  -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
}

.img._no-box-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-single-news .img,
.img.news-single__video {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-single-news .img:before,
.img.news-single__video:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(58, 36, 103, 0.01);
  -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4.375rem;
}

.page-img {
  position: absolute;
  top: 0;
  right: 0;
}

.page-img_01 {
  z-index: -2;
}

.page-img_02 {
  z-index: -3;
}

.main-text_big {
  line-height: 1.25;
}

.main-text_xl {
  font-size: 1.25rem;
  line-height: 1.25;
}

.main-text_l {
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

.main-text_middle {
  font-size: 1rem;
  line-height: 1.25;
}

.main-text_s {
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

.main-text_xs {
  font-size: 0.75rem;
  line-height: 1.25;
}

time,
.tags {
  -ms-grid-column-align: end;
      justify-self: end;
  background: #422B72;
  border-radius: 0.3125rem;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0.4375rem 0.75rem;
}

.wrapper-block {
  padding: 3.125rem 2.5rem;
  border-radius: 3.125rem;
}

@supports ((-webkit-backdrop-filter: blur(7.5px)) or (backdrop-filter: blur(7.5px))) {
  .wrapper-block {
    background: rgba(71, 49, 115, 0.9);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
  }
}

.header__container {
  padding-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.logo img {
  max-width: 100%;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu__link {
  font-weight: 500;
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  gap: 0.625rem;
  max-width: 5rem;
  text-align: center;
}

.menu__link i {
  font-size: 1.375rem;
}
.menu__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.menu__link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu__link span {
    margin-top: 0.5rem;
    padding: 2px 5px;
}

.menu__item:hover .menu__link span {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    transition: background 0.3s ease;
}

.icon-menu {
  display: none;
  color: #FD1966;
  font-size: 1.25rem;
}

.footer {
  padding: 4.6875rem 0 5.6875rem;
  background: url("../img/footer-img.svg") no-repeat bottom/cover;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__col {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.footer__col p {
  line-height: 1.4285714286;
}

.footer__col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.7142857143%;
          flex: 0 0 35.7142857143%;
}

.footer__col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-footer {
  padding: 0.75rem;
  background: rgba(58, 36, 103, 0.01);
  -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.contacts-footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.375rem;
          flex: 0 0 3.375rem;
}

.contacts-footer__item._icon-youtube:before {
  color: #E84D4D;
}

.contacts-footer__item._icon-discord:before {
  color: #5865F2;
}

.contacts-footer__item._icon-telegram:before {
  color: #1e96e3;
}

/* Контейнер для всех контактов */
.footer__contacts-wrapper {
    display: flex;
    flex-direction: column; /* Располагает элементы вертикально */
    align-items: center; /* Центрирует содержимое */
    gap: 1.5rem; /* Отступ между блоками */
}

/* Первый блок (иконки + возрастное ограничение) */
.footer__contacts-block {
    display: flex;
    flex-direction: column; /* Выстраивает элементы внутри блока вертикально */
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(58, 36, 103, 0.05);
    box-shadow:
        -1px -1px 0px rgba(0, 0, 0, 0.45),
        -2px -2px 0px rgba(255, 255, 255, 0.15),
        inset -1px -1px 0px rgba(255, 255, 255, 0.15),
        inset -2px -2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
}

/* Иконка возраста */
.footer__age-icon {
    width: 50px;
    height: 50px;
}

/* Контейнер для соцсетей */
.footer__social-icons {
    display: flex;
    flex-direction: column; /* Иконки идут вертикально */
    gap: 0.5rem;
}

/* Иконки */
.footer__icon {
    width: 3.375rem;
    height: 3.375rem;
    display: block;
}

/* Цвета иконок */
.footer__icon._icon-youtube:before {
    color: #E84D4D;
}

.footer__icon._icon-discord:before {
    color: #5865F2;
}

.footer__icon._icon-telegram:before {
    color: #1e96e3;
}

/* Блок с текстом */
.footer__contacts-text {
    padding: 1rem;
    background: rgba(58, 36, 103, 0.05);
    box-shadow:
        -1px -1px 0px rgba(0, 0, 0, 0.45),
        -2px -2px 0px rgba(255, 255, 255, 0.15),
        inset -1px -1px 0px rgba(255, 255, 255, 0.15),
        inset -2px -2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    text-align: center;
}

/* Текст в контактах */
.footer__contacts-text p {
    margin: 0;
    line-height: 1.5;
}


.hero__inner {
  display: -ms-grid;
  display: grid;
  max-width: 45.625rem;
}

.hero__text {
  line-height: 1.3333333333;
}

.hero__text p + p {
  margin-top: 1.25rem;
}

.hero__btn {
  -ms-grid-column-align: start;
      justify-self: start;
}

.news-main__items {
  display: -ms-grid;
  display: grid;
}

.item-main-news {
  position: relative;
  padding: 0.75rem;
  background: rgba(58, 36, 103, 0.01);
  -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-main-news__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.25rem;
          flex: 0 0 11.25rem;
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #F1F5F9;
  -webkit-box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
          box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
}

.item-main-news__img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-main-news__body {
  display: -ms-grid;
  display: grid;
  gap: 0.3125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.news .item-main-news__body {
  text-align: left;
}

.item-main-news__text {
  line-height: 1.4285714286;
}

.what {
  background: url("../img/what-img.jpg") no-repeat center/cover;
}

.what__title {
  max-width: 48.125rem;
}

.what__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-what {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.item-what__img {
  padding-bottom: 112%;
  background: #F1F5F9;
  margin-bottom: 0.625rem;
}

.item-what__title {
  text-align: center;
  line-height: 1.44;
}

.item-what__title span {
  white-space: nowrap;
  display: block;
}

.process {
  background: url("../img/process-bg.png") no-repeat center/cover;
}

.process__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.process__title {
  max-width: 25rem;
}

.process__gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}

.process__body {
  padding: 1.375rem 2.75rem;
  position: relative;
}

.swiper-slide__img {
  padding-bottom: 75.5%;
}

.swiper-controls {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 94%;
  pointer-events: none;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper-button {
  pointer-events: auto;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-next:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.gallery-process__img {
  padding-bottom: 76.5%;
}

.download .template__container {
  display: -ms-grid;
  display: grid;
  gap: 0.0625rem;
}

.template__wrapper {
  padding: 3.125rem 2.5rem;
  border-radius: 3.125rem;
  text-align: center;
  display: -ms-grid;
  display: grid;
}

@supports ((-webkit-backdrop-filter: blur(7.5px)) or (backdrop-filter: blur(7.5px))) {
  .template__wrapper {
    background: rgba(71, 49, 115, 0.9);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
  }
}

.download .template__wrapper {
  border-radius: 3.125rem 3.125rem 0 0;
}
.template_wheel .template__wrapper {
    background: #463072;
    overflow: hidden;
}
.news-single .template__wrapper {
  border-radius: 3.125rem 3.125rem 0 0;
}

.policy .template__wrapper {
  text-align: left;
}

.template__icon {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

.template__deposit {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 2.5rem;
  text-align: center;
}

.template__form {
  width: 100%;
  max-width: 31.25rem;
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.template__text-agree {
  font-size: 0.6875rem;
  line-height: 1.8181818182;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.policy .template__title {
  text-align: center;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.form-template__title {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.1111111111;
}

.form-template__btn {
  -ms-grid-column-align: center;
      justify-self: center;
  margin-top: 1.875rem;
}

.calc-popup {
  display: -ms-grid;
  display: grid;
  gap: 0.0625rem;
  text-align: center;
}

.calc-popup__line {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.calc-popup__line:first-child {
  border-radius: 1.375rem 1.375rem 0 0;
}

.calc-popup__line:last-child,
.calc-popup__line:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.5625rem;
}

.calc-popup__line:last-child {
  border-radius: 0 0 1.375rem 1.375rem;
}

.shop__inner {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.shop__items {
  padding-top: 0.125rem;
  -ms-flex-line-pack: start;
      align-content: start;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14.375rem, 1fr));
  gap: 1.25rem;
}

.balance-aside {
  padding: 1.25rem 1.875rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.375rem;
  text-align: center;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.balance-aside__balance strong {
  font-family: "DelaGothicOne";
  font-weight: 400;
  font-size: 1.25rem;
}

.balance-aside__btn {
  padding: 1.25rem;
  font-size: 0.75rem;
}

.category {
  text-align: center;
}

.category__title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}

.template_account .category__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.category__item:first-child .category__link {
  border-radius: 1.375rem 1.375rem 0 0;
}

.category__item:last-child .category__link {
  border-radius: 0 0 1.375rem 1.375rem;
}

.category__link {
  display: block;
  width: 100%;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.item-content {
  background: rgba(58, 36, 103, 0.01);
  -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1.875rem;
  text-align: center;
  padding: 0.75rem 0.75rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.item-content__img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 6.625rem;
  height: 6.625rem;
  border-radius: 0.75rem;
  background: #F1F5F9;
  -webkit-box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
          box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
}

.item-content__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-content__title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  margin-bottom: 0.625rem;
}

.item-content__text {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-bottom: 0.9375rem;
}

.item-content__price {
  color: #FD1966;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
}

.item-content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}

.item-content__input {
  background: #FFFFFF;
  -webkit-box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
          box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.8125rem;
          flex: 0 0 2.8125rem;
  overflow: hidden;
}

.item-content__input input {
  outline: 0;
  font-family: "DelaGothicOne", cursive;
  width: 2.8125rem;
  text-align: center;
  height: 100%;
  font-size: 0.75rem;
}

.item-content__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.download {
  text-align: center;
}

.download__title {
  margin-bottom: 0.625rem;
}

.download__text {
  max-width: 62.5rem;
  line-height: 1.5625;
  margin: 0 auto;
}

.download__btn {
  -ms-grid-column-align: center;
      justify-self: center;
}

.download__block {
  padding: 3.125rem;
  border-radius: 0 0 3.125rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

@supports ((-webkit-backdrop-filter: blur(7.5px)) or (backdrop-filter: blur(7.5px))) {
  .download__block {
    background: rgba(71, 49, 115, 0.9);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
  }
}

.download__table {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.table-download {
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.875rem 1fr;
  grid-template-columns: 11.875rem 1fr;
  gap: 0.625rem;
}

.table-download__title {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
}

.table-download__label {
  font-size: 0.75rem;
}

.table-download__value {
  -ms-grid-column-align: end;
      justify-self: end;
  font-size: 0.75rem;
  line-height: 1.25;
  opacity: 0.5;
}

.news__inner {
  display: -ms-grid;
  display: grid;
}

.news-single p {
  line-height: 1.5;
  text-align: left;
}

.news-single p + p {
  margin-top: 0.9375rem;
}

.news-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-single__video {
  -ms-grid-column-align: center;
      justify-self: center;
  position: relative;
  width: 32.5rem;
  height: 20rem;
}

.news-single__video img {
  max-width: 100%;
}

.news-single__video .button {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-single__video .button img {
  width: 0.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-single__answer {
  text-align: center;
  margin-top: 0.625rem;
  padding: 3.125rem 2.5rem;
  border-radius: 3.125rem;
}

@supports ((-webkit-backdrop-filter: blur(7.5px)) or (backdrop-filter: blur(7.5px))) {
  .news-single__answer {
    background: rgba(71, 49, 115, 0.9);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
  }
}

.header-single-news__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
}

.header-single-news__img img {
  width: 20rem;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-single-news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}

.header-single-news__title {
  text-align: left;
  line-height: 1.4583333333;
}

.header-single-news__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
}

.reviews {
  display: -ms-grid;
  display: grid;
  gap: 0.0625rem;
}

.item-review {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  padding: 1.875rem 2.5rem;
}

@supports ((-webkit-backdrop-filter: blur(7.5px)) or (backdrop-filter: blur(7.5px))) {
  .item-review {
    background: rgba(71, 49, 115, 0.9);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
  }
}

.item-review:first-child {
  margin-top: 0.0625rem;
}

.item-review:last-child {
  border-radius: 0 0 3.125rem 3.125rem;
}

.item-review._two {
  padding-left: 5rem;
}

.item-review._three {
  padding-left: 8.125rem;
}

.item-review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-review__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.item-review__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.875rem;
          flex: 0 0 2.875rem;
  width: 2.875rem;
  height: 2.875rem;
  overflow: hidden;
  border-radius: 0.75rem;
}

.item-review__avatar img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-review__name {
  font-weight: 400;
  font-size: 1rem;
}

.item-review__text {
  opacity: 0.5;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5833333333;
}

.editor {
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#FB6382), to(#FD1966));
  background: -o-radial-gradient(0% 0%, 32.15% 159.64%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -o-linear-gradient(top, #FB6382 0%, #FD1966 100%);
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), linear-gradient(180deg, #FB6382 0%, #FD1966 100%);
  border-radius: 22px 22px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.editor__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.editor__col:first-child .editor__item {
  border-right: 0;
}

.editor__col:nth-child(3) .editor__item:first-child {
  border-left: 0.0625rem solid rgba(58, 36, 103, 0.1);
}

.editor__col:nth-child(4) {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.editor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 0.75rem;
  border-right: 0.0625rem solid rgba(58, 36, 103, 0.1);
}

.editor__item:before {
  font-size: 1.125rem;
}

.policy {
  text-align: left;
  /* 2-й уровень */
  /* 3-й уровень */
}

.policy ol,
.policy ul {
  padding-left: 1.25rem;
}

.policy ul {
  margin: 1.25rem 0;
}

.policy ul li {
  list-style: square;
}

.policy li {
  font-size: 0.75rem;
  line-height: 1.5833333333;
}

.policy p {
  font-size: 0.75rem;
  line-height: 1.5833333333;
  margin: 1.25rem 0;
}

.policy p:first-child {
  margin-top: 0;
}

.policy ol {
  list-style-type: none;
  counter-reset: num;
}

.policy ol li {
  position: relative;
  padding-left: 1.5625rem;
}

.policy ol li:before {
  position: absolute;
  left: 0;
  top: 0;
}

.policy ol > li {
  counter-increment: num;
}

.policy ol > li::before {
  content: counter(num) ".";
}

.policy ol ol {
  counter-reset: num2;
}

.policy ol ol > li {
  counter-increment: num2;
}

.policy ol ol > li::before {
  content: counter(num) "." counter(num2);
}

.policy ol ol ol {
  counter-reset: num3;
}

.policy ol ol ol > li {
  counter-increment: num3;
}

.policy ol ol ol > li::before {
  content: counter(num) "." counter(num2) "." counter(num3);
}

.policy ul li {
  padding-left: 0;
}

.supports__items {
  text-align: left;
  display: -ms-grid;
  display: grid;
}

.table-supports {
  display: -ms-grid;
  display: grid;
  gap: 0.0625rem;
}

.table-supports__row {
  padding: 1.5rem 1.875rem;
  background: rgba(241, 245, 249, 0.1);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.table-supports__row:last-child {
  border-radius: 0 0 1.375rem 1.375rem;
}

.table-supports__row._header {
  display: -ms-grid;
  display: grid;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#FB6382), to(#FD1966));
  background: -o-radial-gradient(0% 0%, 32.15% 159.64%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -o-linear-gradient(top, #FB6382 0%, #FD1966 100%);
  background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), linear-gradient(180deg, #FB6382 0%, #FD1966 100%);
  border-radius: 1.375rem 1.375rem 0 0;
}

.table-supports__col {
  display: -ms-grid;
  display: grid;
}

.table-supports__col:first-child {
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}

.table-supports__label {
  font-weight: 400;
  line-height: 1.2142857143;
  word-break: break-word;
}

.supports__text {
  text-align: left;
  line-height: 1.5;
}

.supports__inner {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.supports__text {
  line-height: 1.5;
}

.supports__img {
  max-width: 45.3125rem;
  margin: 0 auto;
}

.supports__img img {
  max-width: 100%;
}

.navigation-supports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation-supports__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
}

.messages-supports {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.supports-block {
  border-radius: 1.375rem;
  background-color: #3A2467;
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  max-width: 62.5rem;
}

.supports-block._answer {
  -ms-grid-column-align: end;
      justify-self: end;
}

.supports-block._answer .supports-block__name,
.supports-block._answer time {
  -ms-grid-column-align: end;
      justify-self: end;
}

.supports-block__name {
  font-weight: 400;
  line-height: 0.8;
}

.supports-block__text {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  line-height: 1.5;
}

.account-wrapper {
  padding-top: 1.875rem;
}

.account-wrapper__title {
  text-align: left;
  text-transform: uppercase;
  line-height: 0.6857142857;
}

.account-wrapper_character {
  text-align: left;
}

.form-block {
  background: rgba(241, 245, 249, 0.1);
  border-radius: 1.375rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.875rem;
}

.form-block__item:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form-block__item:last-child {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  width: 1.875rem;
}

.character {
  padding: 0.75rem;
  background: rgba(58, 36, 103, 0.01);
  -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.45), -2px -2px 0px rgba(255, 255, 255, 0.15), inset -1px -1px 0px rgba(255, 255, 255, 0.15), inset -2px -2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.character__img {
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 1.25rem;
  background: #F1F5F9;
  -webkit-box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
          box-shadow: 8px 8px 16px rgba(54, 51, 59, 0.5), -8px -8px 16px rgba(255, 255, 255, 0.2);
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.25rem;
          flex: 0 0 11.25rem;
}

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

.character__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.character__title {
  line-height: 1.4444444444;
  margin-bottom: 0.625rem;
}

.parameters {
  display: -ms-grid;
  display: grid;
}

.parameters__value {
  font-weight: 400;
  font: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.parameters__value span {
  color: rgba(255, 255, 255, 0.5);
}

.wheel {
    width: 47.625rem;
    height: 47.625rem;
    position: relative;
    border-radius: 50%;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #6148a9;
    margin-bottom: 1.25rem;
}
.wheel::before {
    content: "";
    position: absolute;
    width: 55.625rem;
    height: 55.625rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: #463072;
    z-index: -1;
}
.wheel::after {
    content: "";
    position: absolute;
    width: 105%;
    height: 105%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0.5rem solid #f1f5f9;
    border-radius: 50%;
}
.wheel__circle {
    width: 2.875rem;
    height: 2.875rem;
    position: absolute;
    z-index: 2;
    background-blend-mode: screen;
    mix-blend-mode: screen;
}
.wheel__circle_01-l {
    top: 8%;
    left: 8%;
    width: 7.5rem;
    height: 7.5rem;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.wheel__circle_02-l {
    left: 30.5%;
    top: -7%;
    width: 10rem;
    height: 10rem;
}
.wheel__circle_03-l {
    top: 6.5%;
    right: 6.5%;
    width: 8.375rem;
    height: 10rem;
    -webkit-transform: rotate(133deg);
    -ms-transform: rotate(133deg);
    transform: rotate(133deg);
}
.wheel__circle_04-l {
    bottom: 6%;
    right: 8%;
    width: 8.375rem;
    height: 8.375rem;
    -webkit-transform: rotate(115deg);
    -ms-transform: rotate(115deg);
    transform: rotate(115deg);
}
.wheel__circle_05-l {
    top: 80%;
    left: 13%;
    width: 8.375rem;
    height: 8.375rem;
    -webkit-transform: rotate(115deg);
    -ms-transform: rotate(115deg);
    transform: rotate(115deg);
}
.wheel__circle_06-l {
    top: 57%;
    width: 8.375rem;
    height: 8.375rem;
    left: -4%;
    -webkit-transform: rotate(181deg);
    -ms-transform: rotate(181deg);
    transform: rotate(181deg);
}
.wheel__circle_01 {
    left: 1%;
    top: 34%;
}
.wheel__circle_02 {
    left: 2%;
    top: 63%;
}
.wheel__circle_03 {
    left: 13%;
    top: 13%;
}
.wheel__circle_04 {
    left: 38%;
    top: 0;
}
.wheel__circle_05 {
    left: 61%;
    top: 2%;
}
.wheel__circle_06 {
    right: 12%;
    top: 14%;
}
.wheel__circle_07 {
    right: 0.5%;
    bottom: 57%;
}
.wheel__circle_08 {
    right: 1%;
    bottom: 34%;
}
.wheel__circle_09 {
    right: 33%;
    bottom: 1%;
}
.wheel__circle_10 {
    right: 14%;
    bottom: 12%;
}
.wheel__circle_11 {
    right: 53%;
    bottom: -1%;
}
.wheel__circle_12 {
    right: 75%;
    bottom: 8%;
}
.wheel__container {
    height: 42.1875rem;
    width: 42.1875rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    z-index: -1;
}
.wheel__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    //-webkit-transition: 3s all;
    //-o-transition: 3s all;
    //transition: 3s all;
}
.wheel__wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-radial-gradient(50% 50%, 50% 50%, #fff 0, #fff 63%, #fff 73%, #fdfdfd 83%, #f6f6f6 87%, #ebebeb 89%, #dadada 91%, #c4c4c4 93%, #a8a8a8 95%, #888 96%, #626262 97%, #373737 99%, #000 100%);
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, #fff 63%, #fff 73%, #fdfdfd 83%, #f6f6f6 87%, #ebebeb 89%, #dadada 91%, #c4c4c4 93%, #a8a8a8 95%, #888 96%, #626262 97%, #373737 99%, #000 100%);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    opacity: 0.75;
    z-index: 2;
}
.prize {
    text-transform: uppercase;
    position: absolute;
    height: 50%;
    width: 50%;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: rotate(calc(27.6deg * var(--i)));
    -ms-transform: rotate(calc(27.6deg * var(--i)));
    transform: rotate(calc(27.6deg * var(--i)));
    -webkit-clip-path: polygon(0 0, 44% 0, 100% 100%, 0 38%);
    clip-path: polygon(0 0, 44% 0, 100% 100%, 0 38%);
    color: #000;
    background: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.prize img {
    position: absolute;
    width: 8rem;
    height: 8rem;
    -o-object-fit: cover;
    object-fit: cover;
    right: 50%;
    -webkit-transform: translate(27%, -26%) rotate(-45deg);
    -ms-transform: translate(27%, -26%) rotate(-45deg);
    transform: translate(27%, -26%) rotate(-45deg);
}
.prize span {
    -webkit-transform: translateX(100px) rotate(135deg);
    -ms-transform: translateX(100px) rotate(135deg);
    transform: translateX(100px) rotate(135deg);
    padding-left: 130px;
    position: relative;
}
.prize:nth-child(even) {
    background: #fd1966;
    color: #fff;
}
.prize_accent {
    background: #6148a9;
    color: #fff500;
}
.mid {
    height: 5rem;
    width: 5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
    background: -o-linear-gradient(315deg, #fff 14.65%, #999 85.36%);
    background: linear-gradient(135deg, #fff 14.65%, #999 85.36%);
    z-index: 2;
}
.mid::before {
    content: "";
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -o-linear-gradient(315deg, #f2f2f2 14.65%, #b3b3b3 85.36%);
    background: linear-gradient(135deg, #f2f2f2 14.65%, #b3b3b3 85.36%);
}
.stoper {
    height: 72px;
    width: 40px;
    top: 50%;
    left: 50%;
    background: #001f30;
    position: absolute;
    -webkit-transform: translate(-65px, -80px) rotate(135deg);
    -ms-transform: translate(-65px, -80px) rotate(135deg);
    transform: translate(-65px, -80px) rotate(135deg);
    -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0);
    clip-path: polygon(100% 0, 50% 100%, 0 0);
}
#spin {
    -ms-grid-column-align: center;
    justify-self: center;
    gap: 0.0625rem;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

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

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

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

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

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

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

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

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

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

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

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

/* Attention seekers  */

@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

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

@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

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

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-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;
  }
}

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

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  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);
  }
}

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

@-webkit-keyframes shakeX {
  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 shakeX {
  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);
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

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

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

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

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: 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);
  }
}

.animate__swing {
  -webkit-transform-origin: top center;
  -ms-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);
  }
}

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

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

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

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

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

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

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

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

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

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

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */

@-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);
  }
}

.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

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

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

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

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

  to {
    -webkit-transform: 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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

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

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

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

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

.animate__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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

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

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

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

  to {
    -webkit-transform: 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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

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

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

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

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

.animate__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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

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

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

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

  to {
    -webkit-transform: 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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

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

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

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

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

.animate__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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

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

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

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

  to {
    -webkit-transform: 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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

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

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

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

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

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fading entrances  */

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

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

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

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

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

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

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

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

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

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

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

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

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

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

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

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

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

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

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

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */

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

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

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

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

.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  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;
  }
}

.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */

@-webkit-keyframes lightSpeedInRight {
  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 lightSpeedInRight {
  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);
  }
}

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  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 lightSpeedInLeft {
  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);
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

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

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

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

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

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

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

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

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

/* Rotating exits */

@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

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

@keyframes rotateOut {
  from {
    opacity: 1;
  }

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

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

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

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

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

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

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

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

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

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

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

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

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

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

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

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

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

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
      transform-origin: right bottom;
}

/* Specials */

@-webkit-keyframes hinge {
  0% {
    -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-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-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -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-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
}

@-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);
  }
}

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

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

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */

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

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

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

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

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

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */

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

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

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

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

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

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

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

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

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

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
      transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

/* Sliding entrances */

@-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);
  }
}

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

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

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

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */

@-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);
  }
}

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

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

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

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@media (min-width: 29.99875em) {
  .news-main__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .what__items {
    margin-left: auto;
  }

  .process__images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.1428571429%;
            flex: 0 0 57.1428571429%;
  }
}

@media (min-width: 47.99875em) {
  .account-wrapper .form__input,
  .account-wrapper .form .input__wrapper {
    text-align: left;
  }

  .account-wrapper .form__label {
    text-align: left;
  }

  .account-wrapper__form .select__title {
    text-align: left;
  }

  .account-wrapper__form .select__option {
    text-align: left;
  }

  .news-main__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .editor__col:nth-child(2) .editor__item,
  .editor__col:nth-child(3) .editor__item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .editor__col:nth-child(4) .input__wrapper:first-child {
    border-left: 0.0625rem solid rgba(58, 36, 103, 0.1);
    border-right: 0.0625rem solid rgba(58, 36, 103, 0.1);
  }
}

@media (min-width: 47.99875em) and (min-width: 90em) {
  .gallery-process__img + .gallery-process__img {
    margin-top: 4.8125rem;
  }
}

@media (min-width: 61.99875em) {
  .editor .input__file-button-text {
    white-space: nowrap;
  }

  .shop__wrapper {
    display: -ms-grid;
    display: grid;
    gap: 1.25rem;
    -ms-grid-columns: 25% 1fr;
    grid-template-columns: 25% 1fr;
  }

  .balance-aside__balance span {
    margin-bottom: 0.3125rem;
    display: block;
  }

  .table-download {
    padding: 0 1.25rem;
  }

  .table-supports__row._header {
    -ms-grid-columns: 5% 20% 25% 20% 15% 15%;
    grid-template-columns: 5% 20% 25% 20% 15% 15%;
  }

  .table-supports__row._header:not(:first-child) {
    text-align: center;
  }

  .table-supports__col {
    -ms-grid-columns: 5% 20% 25% 20% 15% 15%;
    grid-template-columns: 5% 20% 25% 20% 15% 15%;
  }

  .table-supports__col:first-child {
    display: none;
  }

  .table-supports__label:not(:first-child) {
    text-align: center;
  }
}

@media (min-width: 92.5em) {
  .form.account-wrapper__form {
    gap: 1.25rem;
  }

  .form__label {
    font-size: 1.125rem;
  }

  .form__error {
    font-size: 1.125rem;
  }

  .form__error:before {
    font-size: 1.5rem;
  }

  .button._big {
    min-height: 5.3125rem;
  }

  .button._big {
    font-size: 1.125rem;
  }

  .input {
    font-size: 1.125rem;
  }

  .add-news__form textarea.input {
    font-size: 0.875rem;
  }

  .add-news__form textarea.input {
    height: 18.75rem;
  }

  .checkbox__text {
    font-size: 1rem;
  }

  .options__text {
    font-size: 1rem;
  }

  .select__title {
    font-size: 0.9375rem;
  }

  .select__option {
    font-size: 0.9375rem;
  }

  .quantity__input input {
    font-size: 1.25rem;
  }

  .title {
    font-size: 5rem;
  }

  .heading_h2 {
    font-size: 3.75rem;
  }

  .heading_h3 {
    font-size: 2.5rem;
  }

  .template__block .heading_h3 {
    margin-bottom: 3.125rem;
  }

  .heading_h4 {
    font-size: 1.5625rem;
  }

  .heading_h5 {
    font-size: 1.125rem;
  }

  .text {
    font-size: 0.875rem;
  }

  .main-text_big {
    font-size: 1.5rem;
  }

  .header {
    padding-top: 2.3125rem;
  }

  .footer__col p {
    font-size: 0.875rem;
  }

  .page__hero {
    padding-bottom: 19.6875rem;
  }

  .page__news {
    padding-bottom: 12.5rem;
  }

  .page__what {
    margin-bottom: 12.5rem;
  }

  .page__process {
    padding-bottom: 6.25rem;
  }

  .hero__inner {
    gap: 3.125rem;
  }

  .hero__text {
    font-size: 1.5rem;
  }

  .news-main__header {
    margin-bottom: 2.5rem;
  }

  .news-main__items {
    gap: 1.875rem;
  }

  .item-main-news {
    gap: 1.875rem;
  }

  .item-main-news__text {
    font-size: 0.875rem;
  }

  .item-what:first-child {
    margin-top: 6.25rem;
  }

  .item-what__title {
    font-size: 3.125rem;
  }

  .item-what__title span {
    font-size: 1.875rem;
  }

  .page-inner {
    padding-top: 11.25rem;
  }

  .template__wrapper {
    gap: 2.5rem;
  }

  .template__icon {
    gap: 1.875rem;
  }

  .template__icon {
    min-height: 40.375rem;
  }

  .template__text-agree {
    margin-top: 3.125rem;
  }

  .form-template__title {
    font-size: 1.125rem;
  }

  .download__text {
    font-size: 1rem;
  }

  .news__inner {
    gap: 2.5rem;
  }

  .news-single p {
    font-size: 1rem;
  }

  .header-single-news__title {
    font-size: 1.5rem;
  }

  .policy li + li {
    margin-top: 1.25rem;
  }

  .supports__items {
    gap: 2.5rem;
  }

  .table-supports__label {
    font-size: 0.875rem;
  }

  .supports__text {
    font-size: 1rem;
  }

  .supports__text {
    font-size: 1rem;
  }

  .supports__text {
    margin-bottom: 1.875rem;
  }

  .supports__img {
    margin-bottom: 2.5rem;
  }

  .supports-block {
    padding: 1.875rem;
  }

  .supports-block__name {
    font-size: 1rem;
  }

  .account-wrapper__title {
    font-size: 1.5rem;
  }

  .account-wrapper__title {
    margin-bottom: 1.875rem;
  }

  .character {
    gap: 1.875rem;
  }

  .character__title {
    font-size: 1.125rem;
  }

  .parameters {
    gap: 1.25rem;
  }
 
}

@media (min-width: 75em) {
  .editor__col:nth-child(2) .editor__item:first-child,
  .editor__col:nth-child(3) .editor__item:first-child {
    border-left: 0.0625rem solid rgba(58, 36, 103, 0.1);
  }
}

@media (min-width: 90em) {
  .footer__container {
    gap: 7.5rem;
  }

  .hero {
    padding-top: 6.5625rem;
  }

  .process__inner {
    gap: 3.125rem;
  }

  .process__gallery {
    margin-top: -14.375rem;
  }

  .page-inner {
    padding-bottom: 6.25rem;
  }

  .add-news .template__wrapper {
    padding-left: 2.5rem;
  }

  .add-news .template__wrapper {
    padding-right: 2.5rem;
  }

  .balance-aside {
    margin-bottom: 1.875rem;
  }

  .news-single__header {
    gap: 2.5rem;
  }

  .editor {
    gap: 6.25rem;
  }
}

@media (min-width: 120em) {
  .img {
    border-radius: 5rem;
  }

  .img::before {
    border-radius: 5rem;
  }

  .template__icon .img {
    border-radius: 3.125rem;
  }

  .template__icon .img:before {
    border-radius: 3.125rem;
  }

  .page-img_01 {
    width: 58.125rem;
  }

  .page-img_02 {
    width: 97.125rem;
  }

  .header__logo {
    width: 25.75rem;
  }

  .what {
    min-height: 100.625rem;
  }

  .what__items {
    max-width: 60.625rem;
  }

  .what__row {
    gap: 4.6875rem;
  }

  .item-what__img {
    border-radius: 5rem;
  }

  .process {
    min-height: 69.5rem;
  }

  .process__title {
    margin-bottom: 6.25rem;
  }

  .process__images {
    max-width: 50rem;
  }
}

@media (max-width: 75em) {
  .editor {
    gap: 0.625rem;
  }

  .editor {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .editor__col:first-child {
    padding-right: 1.25rem;
  }

  .editor__col:first-child span {
    display: none;
  }

  .editor__col:nth-child(2) {
    border-left: 0.0625rem solid rgba(58, 36, 103, 0.1);
  }
}

@media (max-width: 62em) {
  .page-img_01 {
    width: 31.25rem;
  }

  .page-img_02 {
    width: 51.875rem;
  }

  .footer__container {
    gap: 1.875rem;
  }

  .add-news .template__wrapper {
    padding-left: 0.9375rem;
  }

  .add-news .template__wrapper {
    padding-right: 0.9375rem;
  }

  .balance-aside {
    margin-bottom: 0.625rem;
  }

  .news-single__header {
    gap: 0.625rem;
  }
}

@media (max-width: 48em) {
  .hero {
    padding-top: 4.75rem;
  }

  .what {
    min-height: 40.3125rem;
  }

  .process__inner {
    gap: 1.875rem;
  }

  .process__gallery {
    margin-top: -9.375rem;
  }
}

@media (max-width: 30em) {
  .header__logo {
    width: 16.25rem;
  }

  .process__images {
    max-width: 26.25rem;
  }

  .page-inner {
    padding-bottom: 0.625rem;
  }
}

@media (max-width: 20em) {
  .form.account-wrapper__form {
    gap: 0.9375rem;
  }

  .form__label {
    font-size: 1rem;
  }

  .form__error {
    font-size: 1rem;
  }

  .form__error:before {
    font-size: 1.25rem;
  }

  .button._big {
    min-height: 3.5rem;
  }

  .button._big {
    font-size: 0.75rem;
  }

  .input {
    font-size: 1rem;
  }

  .add-news__form textarea.input {
    font-size: 0.75rem;
  }

  .add-news__form textarea.input {
    height: 12.5rem;
  }

  .checkbox__text {
    font-size: 0.875rem;
  }

  .options__text {
    font-size: 0.875rem;
  }

  .select__title {
    font-size: 0.625rem;
  }

  .select__option {
    font-size: 0.625rem;
  }

  .quantity__input input {
    font-size: 1.0625rem;
  }

  .title {
    font-size: 2.25rem;
  }

  .heading_h2 {
    font-size: 1.5625rem;
  }

  .heading_h3 {
    font-size: 1.0625rem;
  }

  .template__block .heading_h3 {
    margin-bottom: 1.25rem;
  }

  .heading_h4 {
    font-size: 0.75rem;
  }

  .heading_h5 {
    font-size: 0.75rem;
  }

  .text {
    font-size: 0.75rem;
  }

  .img {
    border-radius: 1.875rem;
  }

  .img::before {
    border-radius: 1.875rem;
  }

  .template__icon .img {
    border-radius: 1.375rem;
  }

  .template__icon .img:before {
    border-radius: 1.375rem;
  }

  .main-text_big {
    font-size: 1.25rem;
  }

  .header {
    padding-top: 1.25rem;
  }

  .footer__col p {
    font-size: 0.75rem;
  }

  .page__hero {
    padding-bottom: 5.3125rem;
  }

  .page__news {
    padding-bottom: 4.6875rem;
  }

  .page__what {
    margin-bottom: 4.6875rem;
  }

  .page__process {
    padding-bottom: 3.125rem;
  }

  .hero__inner {
    gap: 1.25rem;
  }

  .hero__text {
    font-size: 0.9375rem;
  }

  .news-main__header {
    margin-bottom: 1.25rem;
  }

  .news-main__items {
    gap: 0.9375rem;
  }

  .item-main-news {
    gap: 1.25rem;
  }

  .item-main-news__text {
    font-size: 0.6875rem;
  }

  .what__items {
    max-width: 17.5rem;
  }

  .what__row {
    gap: 0.9375rem;
  }

  .item-what:first-child {
    margin-top: 2.1875rem;
  }

  .item-what__img {
    border-radius: 1.25rem;
  }

  .item-what__title {
    font-size: 1.125rem;
  }

  .item-what__title span {
    font-size: 0.9375rem;
  }

  .process {
    min-height: 12.5rem;
  }

  .process__title {
    margin-bottom: 0.625rem;
  }

  .page-inner {
    padding-top: 5.625rem;
  }

  .template__wrapper {
    gap: 1.25rem;
  }

  .template__icon {
    gap: 1.25rem;
  }

  .template__icon {
    min-height: 27.875rem;
  }

  .template__text-agree {
    margin-top: 1.875rem;
  }

  .form-template__title {
    font-size: 1rem;
  }

  .download__text {
    font-size: 0.875rem;
  }

  .news__inner {
    gap: 1.25rem;
  }

  .news-single p {
    font-size: 0.8125rem;
  }

  .header-single-news__title {
    font-size: 1rem;
  }

  .policy li + li {
    margin-top: 0.625rem;
  }

  .supports__items {
    gap: 1.25rem;
  }

  .table-supports__label {
    font-size: 0.75rem;
  }

  .supports__text {
    font-size: 0.875rem;
  }

  .supports__text {
    font-size: 0.875rem;
  }

  .supports__text {
    margin-bottom: 1.25rem;
  }

  .supports__img {
    margin-bottom: 1.25rem;
  }

  .supports-block {
    padding: 1.25rem;
  }

  .supports-block__name {
    font-size: 0.75rem;
  }

  .account-wrapper__title {
    font-size: 1.125rem;
  }

  .account-wrapper__title {
    margin-bottom: 1.25rem;
  }

  .character {
    gap: 1.25rem;
  }

  .character__title {
    font-size: 1rem;
  }

  .parameters {
    gap: 0.9375rem;
  }
}

@media (max-width: 61.99875em) {
  .editor .input__file-button-text {
    display: none;
  }

  time,
  .tags {
    padding: 0.4375rem 0.625rem;
    font-size: 0.5625rem;
  }

  .menu__body {
    padding-top: 6.625rem;
    padding-right: 1.875rem;
    position: fixed;
    width: 18.75rem;
    height: 100%;
    top: 0;
    right: -100%;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 150;
    background-color: #3A2467;
  }

  .menu-open .menu__body {
    right: 0;
    overflow: auto;
  }

  .header__menu-right .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2.6875rem;
  }

  .header__menu-right .menu__item:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .header__menu-right .menu__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .header__menu-right .menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2rem;
    max-width: 100%;
  }

  .icon-menu {
    display: block;
  }

  .icon-menu._icon-close {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.5rem;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .item-main-news__img {
    margin-bottom: 1.875rem;
  }

  .item-main-news__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
    width: 5rem;
    height: 5rem;
    border-radius: 0.625rem;
  }

  .item-main-news time {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
  }

  .shop__wrapper {
    overflow: auto;
  }

  .shop__items {
    padding-left: 0.125rem;
  }

  .shop__aside {
    margin-bottom: 1.25rem;
  }

  .balance-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .balance-aside__balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3125rem;
  }

  .category {
    overflow: auto;
    padding-bottom: 0.9375rem;
  }

  .category__title {
    display: none;
  }

  .category__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .category__item:first-child .category__link {
    border-radius: 1.375rem 0 0 1.375rem;
  }

  .category__item:last-child .category__link {
    border-radius: 0 1.375rem 1.375rem 0;
  }

  .category__link {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    white-space: nowrap;
  }

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

  .news-single__header {
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header-single-news__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header-single-news__title {
    text-align: center;
  }

  .header-single-news__date {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .table-supports__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .table-supports__row:nth-child(2) {
    border-radius: 1.375rem 1.375rem 0 0;
  }

  .table-supports__row._header {
    display: none;
  }

  .table-supports__col {
    gap: 0.625rem;
  }

  .table-supports__col:last-child {
    text-align: right;
  }

  .navigation-supports {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .navigation-supports__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 16rem;
  }

  .account-wrapper_character {
    padding-left: 0.125rem;
  }

  .character {
    padding-left: 0.125rem;
  }
}

@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 47.99875em) {
  [class*=__container] {
    padding: 0 1.875rem;
  }

  .account-wrapper__form .form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .account-wrapper__form .form__row:first-child .form__line {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .account-wrapper__form .form__row:nth-child(2) .form__line {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .editor .input__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .editor .input__file-button-text {
    display: block;
    text-align: left;
  }

  .process {
    background-position: right 5rem;
    background-size: 110%;
  }

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

  .process__gallery {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .gallery-process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gallery-process__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.3333%;
            flex: 0 0 28.3333%;
    padding-bottom: 21.5%;
  }

  .balance-aside {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .news-single__video {
    width: 19.375rem;
    height: 12.1875rem;
  }

  .editor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }

  .editor__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .editor__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }

  .editor__col:first-child {
    padding-right: 0;
  }

  .editor__col:nth-child(2) .editor__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33333%;
            flex: 1 1 33.33333%;
  }

  .editor__col:nth-child(2) .editor__item:last-child {
    border-right: 0;
  }

  .editor__col:nth-child(3) .editor__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .editor__col:nth-child(3) .editor__item:last-child {
    border-right: 0;
  }

  .editor__col:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .editor__col:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
  }

  .editor__col:nth-child(4) .input__wrapper {
    border-top: 0.0625rem solid rgba(58, 36, 103, 0.1);
  }

  .editor__item {
    height: 3.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .character {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .character__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
  }
  .wheel {
        width: 18.75rem;
        height: 18.75rem;
    }
    .wheel::before {
        width: 43.125rem;
        height: 43.125rem;
    }
    .wheel::after {
        border-width: 0.125rem;
        width: 100%;
        height: 100%;
    }
    .wheel__circle {
        width: 1.625rem;
        height: 1.625rem;
    }
    .wheel__circle_01-l {
        width: 3.75rem;
        height: 3.75rem;
    }
    .wheel__circle_02-l {
        width: 5rem;
        height: 5rem;
        left: 28.5%;
    }
    .wheel__circle_03-l {
        right: 5.5%;
        top: 4.5%;
        width: 4.0625rem;
        height: 5rem;
    }
    .wheel__circle_04-l {
        width: 4.0625rem;
        height: 4.0625rem;
        bottom: 5%;
        right: 7%;
    }
    .wheel__circle_05-l {
        width: 4.0625rem;
        height: 4.0625rem;
        top: 76%;
        left: 10%;
    }
    .wheel__circle_06-l {
        width: 4.0625rem;
        height: 4.0625rem;
        top: 56%;
        left: -6%;
    }
    .wheel__container {
        width: 16.25rem;
        height: 16.25rem;
    }
    .prize img {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-transform: translate(5%, -50%) rotate(-45deg);
        -ms-transform: translate(5%, -50%) rotate(-45deg);
        transform: translate(30%, -22.5%) rotate(-45deg);
    }
    .prize span {
        -webkit-transform: translateX(40px) rotate(135deg);
        -ms-transform: translateX(40px) rotate(135deg);
        transform: translateX(40px) rotate(135deg);
        padding-left: 55px;
    }
    .mid {
        height: 1.25rem;
        width: 1.25rem;
    }
    .mid::before {
        height: 0.75rem;
        width: 0.75rem;
    }
    .stoper {
        height: 32px;
        width: 20px;
        -webkit-transform: translate(-24px, -30px) rotate(135deg);
        -ms-transform: translate(-24px, -30px) rotate(135deg);
        transform: translate(-24px, -30px) rotate(135deg);
    }
}

@media (max-width: 29.99875em) {
  [class*=__container] {
    padding: 0 0.9375rem;
  }

  .form {
    gap: 1.25rem;
  }

  .form__input,
  .form .input__wrapper {
    height: 3.5rem;
  }

  .news-single__answer .form__button {
    margin-top: 1.5625rem;
  }

  .button_red,
  .button_redsmall {
    padding: 1.1875rem 1.875rem;
  }

  .template__icon .button_red,
  .template__icon .button_redsmall {
    padding: 1.5625rem;
    font-size: 3.125rem;
  }

  .template__icon .button_red img,
  .template__icon .button_redsmall img {
    width: 3.125rem;
    height: 3.125rem;
  }

  textarea.input {
    padding: 1.5rem 0.9375rem;
  }

  .news-single textarea.input {
    min-height: 9.375rem;
  }

  .select__title {
    border-radius: 0.75rem;
  }

  .select__value {
    padding: 0 1.25rem;
    height: 3.5rem;
  }

  .select__value:after {
    right: 1.375rem;
    top: 1.375rem;
  }

  .quantity {
    padding: 0.75rem 1.25rem;
    height: 3.5rem;
    border-radius: 0.75rem;
  }

  .form-template__calc .quantity {
    padding: 1.4375rem 1.25rem;
  }

  .heading_h2 {
    text-align: center;
  }

  .img {
    -webkit-box-shadow: 4px 4px 8px rgba(54, 51, 59, 0.5), -4px -4px 8px rgba(255, 255, 255, 0.2);
            box-shadow: 4px 4px 8px rgba(54, 51, 59, 0.5), -4px -4px 8px rgba(255, 255, 255, 0.2);
  }

  .img::before {
    width: calc(100% + 0.75rem);
    height: calc(100% + 0.75rem);
  }

  .img.news-single__video:before {
    border-radius: 3.125rem;
  }

  .wrapper-block {
    border-radius: 1.875rem;
    padding: 1.875rem 0.9375rem;
  }

  .header__menu-right .menu__item:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .header__menu-right .menu__item:nth-child(6) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .header__menu-left .menu__item span {
    display: none;
  }

  .footer {
    padding: 3.125rem 0;
  }

  .hero {
    padding-top: 27.125rem;
  }

  .hero__title {
    text-align: center;
  }

  .hero__heading {
    text-align: center;
  }

  .hero__text {
    text-align: center;
  }

  .hero__btn {
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .news-main__btn {
    margin-top: 1.125rem;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .what {
    background-position-x: right;
  }

  .what__items {
    margin: 0 auto;
  }

  .what__title {
    margin-bottom: 1.25rem;
  }

  .process {
    background-position: right 25rem;
    background-size: 180%;
  }

  .process__inner {
    gap: 1.25rem;
  }

  .process__images {
    max-width: 100%;
  }

  .process__body {
    padding: 0.75rem;
  }

  .swiper-controls {
    width: 87%;
  }

  .gallery-process {
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }

  .gallery-process__img {
    padding-bottom: 73.5%;
  }

  .gallery-process__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .page-inner {
    padding-bottom: 0;
  }

  .not-found .template__container {
    padding-top: 22.125rem;
    text-align: center;
  }

  .template__wrapper {
    border-radius: 1.875rem;
    padding: 1.875rem 0.9375rem;
  }

  .download .template__wrapper {
    border-radius: 1.875rem 1.875rem 0 0;
  }
  
  .template_wheel .template__wrapper {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }

  .news-single .template__wrapper {
    border-radius: 1.875rem 1.875rem 0 0;
  }

  .policy .template__title {
    max-width: 17.5rem;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .download__block {
    border-radius: 0 0 1.875rem 1.875rem;
    padding: 1.875rem 0.9375rem;
  }

  .table-download {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .news-single__answer {
    border-radius: 1.875rem;
    padding: 1.25rem 0.9375rem;
  }

  .item-review {
    padding: 1.25rem 0.9375rem;
  }

  .item-review:last-child {
    border-radius: 0 0 1.875rem 1.875rem;
  }

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

  .editor {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .editor__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }

  .editor__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .editor__col:first-child {
    padding-left: 0;
  }

  .editor__col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }

  .policy ol,
  .policy ul {
    padding-left: 0.625rem;
  }

  .policy ul {
    margin: 0.625rem 0;
  }

  .policy p {
    margin: 0.625rem 0;
  }

  .policy ol li {
    padding-left: 0.9375rem;
  }

  .table-supports__row {
    padding: 0.9375rem;
  }

  .account-wrapper__title {
    text-align: center;
  }

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

@media (max-width: 23.75em) {
  .pagging__arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.25rem;
            flex: 0 0 2.25rem;
    padding: 0.625rem 0.75rem;
  }

  .pagging__list li {
    width: 2.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.25rem;
            flex: 0 0 2.25rem;
  }

  .pagging__item {
    padding: 0.5rem 0.75rem;
  }
}

@media (max-width: 23.4375em) {
  .hero {
    padding-top: 17.5rem;
  }

  .not-found .template__container {
    padding-top: 17.5rem;
  }
}

@media (max-width: 22.5em) {
  .editor .input__file-button-text {
    display: none;
  }

  .item-what__title span {
    white-space: initial;
  }

  .news-single .template__wrapper {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .balance-aside__balance {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .news-single__video {
    width: 17.5rem;
    height: 10.75rem;
  }

  .header-single-news__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.5rem;
            flex: 0 0 17.5rem;
  }

  .header-single-news__img img {
    width: 17.5rem;
    height: 17.5rem;
  }

  .item-review {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .editor__col:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
  }
}

@media (min-width: 20em) and (max-width: 92.5em) {
@supports (gap: clamp( 0.9375rem , 0.8512931034rem  +  0.4310344828vw , 1.25rem )) {
    .form.account-wrapper__form {
      gap: clamp( 0.9375rem , 0.8512931034rem  +  0.4310344828vw , 1.25rem );
    }
}

@supports not (gap: clamp( 0.9375rem , 0.8512931034rem  +  0.4310344828vw , 1.25rem )) {
    .form.account-wrapper__form {
      gap: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem )) {
    .form__label {
      font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem )) {
    .form__label {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem )) {
    .form__error {
      font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem )) {
    .form__error {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1810344828rem  +  0.3448275862vw , 1.5rem )) {
    .form__error:before {
      font-size: clamp( 1.25rem , 1.1810344828rem  +  0.3448275862vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1810344828rem  +  0.3448275862vw , 1.5rem )) {
    .form__error:before {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 72.5);
    }
}

@supports (min-height: clamp( 3.5rem , 3rem  +  2.5vw , 5.3125rem )) {
    .button._big {
      min-height: clamp( 3.5rem , 3rem  +  2.5vw , 5.3125rem );
    }
}

@supports not (min-height: clamp( 3.5rem , 3rem  +  2.5vw , 5.3125rem )) {
    .button._big {
      min-height: calc(3.5rem + 1.8125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6465517241rem  +  0.5172413793vw , 1.125rem )) {
    .button._big {
      font-size: clamp( 0.75rem , 0.6465517241rem  +  0.5172413793vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6465517241rem  +  0.5172413793vw , 1.125rem )) {
    .button._big {
      font-size: calc(0.75rem + 0.375 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem )) {
    .input {
      font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem )) {
    .input {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem )) {
    .add-news__form textarea.input {
      font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem )) {
    .add-news__form textarea.input {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (height: clamp( 12.5rem , 10.775862069rem  +  8.6206896552vw , 18.75rem )) {
    .add-news__form textarea.input {
      height: clamp( 12.5rem , 10.775862069rem  +  8.6206896552vw , 18.75rem );
    }
}

@supports not (height: clamp( 12.5rem , 10.775862069rem  +  8.6206896552vw , 18.75rem )) {
    .add-news__form textarea.input {
      height: calc(12.5rem + 6.25 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem )) {
    .checkbox__text {
      font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem )) {
    .checkbox__text {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem )) {
    .options__text {
      font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem )) {
    .options__text {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.625rem , 0.5387931034rem  +  0.4310344828vw , 0.9375rem )) {
    .select__title {
      font-size: clamp( 0.625rem , 0.5387931034rem  +  0.4310344828vw , 0.9375rem );
    }
}

@supports not (font-size: clamp( 0.625rem , 0.5387931034rem  +  0.4310344828vw , 0.9375rem )) {
    .select__title {
      font-size: calc(0.625rem + 0.3125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.625rem , 0.5387931034rem  +  0.4310344828vw , 0.9375rem )) {
    .select__option {
      font-size: clamp( 0.625rem , 0.5387931034rem  +  0.4310344828vw , 0.9375rem );
    }
}

@supports not (font-size: clamp( 0.625rem , 0.5387931034rem  +  0.4310344828vw , 0.9375rem )) {
    .select__option {
      font-size: calc(0.625rem + 0.3125 * (100vw - 20rem) / 72.5);
    }
}

@supports ( font-size: clamp( 1.0625rem , 1.0107758621rem  +  0.2586206897vw , 1.25rem )) {
    .quantity__input input {
      font-size: clamp( 1.0625rem , 1.0107758621rem  +  0.2586206897vw , 1.25rem );
    }
}

@supports not ( font-size: clamp( 1.0625rem , 1.0107758621rem  +  0.2586206897vw , 1.25rem )) {
    .quantity__input input {
      font-size: calc(1.0625rem + 0.1875 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 2.25rem , 1.4913793103rem  +  3.7931034483vw , 5rem )) {
    .title {
      font-size: clamp( 2.25rem , 1.4913793103rem  +  3.7931034483vw , 5rem );
    }
}

@supports not (font-size: clamp( 2.25rem , 1.4913793103rem  +  3.7931034483vw , 5rem )) {
    .title {
      font-size: calc(2.25rem + 2.75 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1.5625rem , 0.9590517241rem  +  3.0172413793vw , 3.75rem )) {
    .heading_h2 {
      font-size: clamp( 1.5625rem , 0.9590517241rem  +  3.0172413793vw , 3.75rem );
    }
}

@supports not (font-size: clamp( 1.5625rem , 0.9590517241rem  +  3.0172413793vw , 3.75rem )) {
    .heading_h2 {
      font-size: calc(1.5625rem + 2.1875 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1.0625rem , 0.6659482759rem  +  1.9827586207vw , 2.5rem )) {
    .heading_h3 {
      font-size: clamp( 1.0625rem , 0.6659482759rem  +  1.9827586207vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.0625rem , 0.6659482759rem  +  1.9827586207vw , 2.5rem )) {
    .heading_h3 {
      font-size: calc(1.0625rem + 1.4375 * (100vw - 20rem) / 72.5);
    }
}

@supports ( margin-bottom: clamp( 1.25rem , 0.7327586207rem  +  2.5862068966vw , 3.125rem )) {
    .template__block .heading_h3 {
      margin-bottom: clamp( 1.25rem , 0.7327586207rem  +  2.5862068966vw , 3.125rem );
    }
}

@supports not ( margin-bottom: clamp( 1.25rem , 0.7327586207rem  +  2.5862068966vw , 3.125rem )) {
    .template__block .heading_h3 {
      margin-bottom: calc(1.25rem + 1.875 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.75rem , 0.525862069rem  +  1.1206896552vw , 1.5625rem )) {
    .heading_h4 {
      font-size: clamp( 0.75rem , 0.525862069rem  +  1.1206896552vw , 1.5625rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.525862069rem  +  1.1206896552vw , 1.5625rem )) {
    .heading_h4 {
      font-size: calc(0.75rem + 0.8125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6465517241rem  +  0.5172413793vw , 1.125rem )) {
    .heading_h5 {
      font-size: clamp( 0.75rem , 0.6465517241rem  +  0.5172413793vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6465517241rem  +  0.5172413793vw , 1.125rem )) {
    .heading_h5 {
      font-size: calc(0.75rem + 0.375 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem )) {
    .text {
      font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem )) {
    .text {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1810344828rem  +  0.3448275862vw , 1.5rem )) {
    .main-text_big {
      font-size: clamp( 1.25rem , 1.1810344828rem  +  0.3448275862vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1810344828rem  +  0.3448275862vw , 1.5rem )) {
    .main-text_big {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-top: clamp( 1.25rem , 0.9568965517rem  +  1.4655172414vw , 2.3125rem )) {
    .header {
      padding-top: clamp( 1.25rem , 0.9568965517rem  +  1.4655172414vw , 2.3125rem );
    }
}

@supports not (padding-top: clamp( 1.25rem , 0.9568965517rem  +  1.4655172414vw , 2.3125rem )) {
    .header {
      padding-top: calc(1.25rem + 1.0625 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem )) {
    .footer__col p {
      font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem )) {
    .footer__col p {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-bottom: clamp( 5.3125rem , 1.3469827586rem  +  19.8275862069vw , 19.6875rem )) {
    .page__hero {
      padding-bottom: clamp( 5.3125rem , 1.3469827586rem  +  19.8275862069vw , 19.6875rem );
    }
}

@supports not (padding-bottom: clamp( 5.3125rem , 1.3469827586rem  +  19.8275862069vw , 19.6875rem )) {
    .page__hero {
      padding-bottom: calc(5.3125rem + 14.375 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-bottom: clamp( 4.6875rem , 2.5323275862rem  +  10.775862069vw , 12.5rem )) {
    .page__news {
      padding-bottom: clamp( 4.6875rem , 2.5323275862rem  +  10.775862069vw , 12.5rem );
    }
}

@supports not (padding-bottom: clamp( 4.6875rem , 2.5323275862rem  +  10.775862069vw , 12.5rem )) {
    .page__news {
      padding-bottom: calc(4.6875rem + 7.8125 * (100vw - 20rem) / 72.5);
    }
}

@supports (margin-bottom: clamp( 4.6875rem , 2.5323275862rem  +  10.775862069vw , 12.5rem )) {
    .page__what {
      margin-bottom: clamp( 4.6875rem , 2.5323275862rem  +  10.775862069vw , 12.5rem );
    }
}

@supports not (margin-bottom: clamp( 4.6875rem , 2.5323275862rem  +  10.775862069vw , 12.5rem )) {
    .page__what {
      margin-bottom: calc(4.6875rem + 7.8125 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-bottom: clamp( 3.125rem , 2.2629310345rem  +  4.3103448276vw , 6.25rem )) {
    .page__process {
      padding-bottom: clamp( 3.125rem , 2.2629310345rem  +  4.3103448276vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 3.125rem , 2.2629310345rem  +  4.3103448276vw , 6.25rem )) {
    .page__process {
      padding-bottom: calc(3.125rem + 3.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (gap: clamp( 1.25rem , 0.7327586207rem  +  2.5862068966vw , 3.125rem )) {
    .hero__inner {
      gap: clamp( 1.25rem , 0.7327586207rem  +  2.5862068966vw , 3.125rem );
    }
}

@supports not (gap: clamp( 1.25rem , 0.7327586207rem  +  2.5862068966vw , 3.125rem )) {
    .hero__inner {
      gap: calc(1.25rem + 1.875 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.7823275862rem  +  0.775862069vw , 1.5rem )) {
    .hero__text {
      font-size: clamp( 0.9375rem , 0.7823275862rem  +  0.775862069vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.7823275862rem  +  0.775862069vw , 1.5rem )) {
    .hero__text {
      font-size: calc(0.9375rem + 0.5625 * (100vw - 20rem) / 72.5);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem )) {
    .news-main__header {
      margin-bottom: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem )) {
    .news-main__header {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 72.5);
    }
}

@supports (gap: clamp( 0.9375rem , 0.6788793103rem  +  1.2931034483vw , 1.875rem )) {
    .news-main__items {
      gap: clamp( 0.9375rem , 0.6788793103rem  +  1.2931034483vw , 1.875rem );
    }
}

@supports not (gap: clamp( 0.9375rem , 0.6788793103rem  +  1.2931034483vw , 1.875rem )) {
    .news-main__items {
      gap: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 72.5);
    }
}

@supports (gap: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .item-main-news {
      gap: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem );
    }
}

@supports not (gap: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .item-main-news {
      gap: calc(1.25rem + 0.625 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.6875rem , 0.6357758621rem  +  0.2586206897vw , 0.875rem )) {
    .item-main-news__text {
      font-size: clamp( 0.6875rem , 0.6357758621rem  +  0.2586206897vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.6875rem , 0.6357758621rem  +  0.2586206897vw , 0.875rem )) {
    .item-main-news__text {
      font-size: calc(0.6875rem + 0.1875 * (100vw - 20rem) / 72.5);
    }
}

@supports (margin-top: clamp( 2.1875rem , 1.0668103448rem  +  5.6034482759vw , 6.25rem )) {
    .item-what:first-child {
      margin-top: clamp( 2.1875rem , 1.0668103448rem  +  5.6034482759vw , 6.25rem );
    }
}

@supports not (margin-top: clamp( 2.1875rem , 1.0668103448rem  +  5.6034482759vw , 6.25rem )) {
    .item-what:first-child {
      margin-top: calc(2.1875rem + 4.0625 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1.125rem , 0.5732758621rem  +  2.7586206897vw , 3.125rem )) {
    .item-what__title {
      font-size: clamp( 1.125rem , 0.5732758621rem  +  2.7586206897vw , 3.125rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.5732758621rem  +  2.7586206897vw , 3.125rem )) {
    .item-what__title {
      font-size: calc(1.125rem + 2 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.6788793103rem  +  1.2931034483vw , 1.875rem )) {
    .item-what__title span {
      font-size: clamp( 0.9375rem , 0.6788793103rem  +  1.2931034483vw , 1.875rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.6788793103rem  +  1.2931034483vw , 1.875rem )) {
    .item-what__title span {
      font-size: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding-top: clamp( 5.625rem , 4.0732758621rem  +  7.7586206897vw , 11.25rem )) {
    .page-inner {
      padding-top: clamp( 5.625rem , 4.0732758621rem  +  7.7586206897vw , 11.25rem );
    }
}

@supports not (padding-top: clamp( 5.625rem , 4.0732758621rem  +  7.7586206897vw , 11.25rem )) {
    .page-inner {
      padding-top: calc(5.625rem + 5.625 * (100vw - 20rem) / 72.5);
    }
}

@supports (gap: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem )) {
    .template__wrapper {
      gap: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem );
    }
}

@supports not (gap: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem )) {
    .template__wrapper {
      gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 72.5);
    }
}

@supports (gap: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .template__icon {
      gap: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem );
    }
}

@supports not (gap: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .template__icon {
      gap: calc(1.25rem + 0.625 * (100vw - 20rem) / 72.5);
    }
}

@supports (min-height: clamp( 27.875rem , 24.4267241379rem  +  17.2413793103vw , 40.375rem )) {
    .template__icon {
      min-height: clamp( 27.875rem , 24.4267241379rem  +  17.2413793103vw , 40.375rem );
    }
}

@supports not (min-height: clamp( 27.875rem , 24.4267241379rem  +  17.2413793103vw , 40.375rem )) {
    .template__icon {
      min-height: calc(27.875rem + 12.5 * (100vw - 20rem) / 72.5);
    }
}

@supports (margin-top: clamp( 1.875rem , 1.5301724138rem  +  1.724137931vw , 3.125rem )) {
    .template__text-agree {
      margin-top: clamp( 1.875rem , 1.5301724138rem  +  1.724137931vw , 3.125rem );
    }
}

@supports not (margin-top: clamp( 1.875rem , 1.5301724138rem  +  1.724137931vw , 3.125rem )) {
    .template__text-agree {
      margin-top: calc(1.875rem + 1.25 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem )) {
    .form-template__title {
      font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem )) {
    .form-template__title {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem )) {
    .download__text {
      font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem )) {
    .download__text {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (gap: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem )) {
    .news__inner {
      gap: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem );
    }
}

@supports not (gap: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem )) {
    .news__inner {
      gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.8125rem , 0.7607758621rem  +  0.2586206897vw , 1rem )) {
    .news-single p {
      font-size: clamp( 0.8125rem , 0.7607758621rem  +  0.2586206897vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.8125rem , 0.7607758621rem  +  0.2586206897vw , 1rem )) {
    .news-single p {
      font-size: calc(0.8125rem + 0.1875 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1rem , 0.8620689655rem  +  0.6896551724vw , 1.5rem )) {
    .header-single-news__title {
      font-size: clamp( 1rem , 0.8620689655rem  +  0.6896551724vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.8620689655rem  +  0.6896551724vw , 1.5rem )) {
    .header-single-news__title {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 72.5);
    }
}

@supports (margin-top: clamp( 0.625rem , 0.4525862069rem  +  0.8620689655vw , 1.25rem )) {
    .policy li + li {
      margin-top: clamp( 0.625rem , 0.4525862069rem  +  0.8620689655vw , 1.25rem );
    }
}

@supports not (margin-top: clamp( 0.625rem , 0.4525862069rem  +  0.8620689655vw , 1.25rem )) {
    .policy li + li {
      margin-top: calc(0.625rem + 0.625 * (100vw - 20rem) / 72.5);
    }
}

@supports (gap: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem )) {
    .supports__items {
      gap: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem );
    }
}

@supports not (gap: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem )) {
    .supports__items {
      gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem )) {
    .table-supports__label {
      font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.7155172414rem  +  0.1724137931vw , 0.875rem )) {
    .table-supports__label {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem )) {
    .supports__text {
      font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem )) {
    .supports__text {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem )) {
    .supports__text {
      font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.8405172414rem  +  0.1724137931vw , 1rem )) {
    .supports__text {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .supports__text {
      margin-bottom: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .supports__text {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 72.5);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem )) {
    .supports__img {
      margin-bottom: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.9051724138rem  +  1.724137931vw , 2.5rem )) {
    .supports__img {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 72.5);
    }
}

@supports (padding: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .supports-block {
      padding: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem );
    }
}

@supports not (padding: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .supports-block {
      padding: calc(1.25rem + 0.625 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 0.75rem , 0.6810344828rem  +  0.3448275862vw , 1rem )) {
    .supports-block__name {
      font-size: clamp( 0.75rem , 0.6810344828rem  +  0.3448275862vw , 1rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.6810344828rem  +  0.3448275862vw , 1rem )) {
    .supports-block__name {
      font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1.125rem , 1.0215517241rem  +  0.5172413793vw , 1.5rem )) {
    .account-wrapper__title {
      font-size: clamp( 1.125rem , 1.0215517241rem  +  0.5172413793vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0215517241rem  +  0.5172413793vw , 1.5rem )) {
    .account-wrapper__title {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 72.5);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .account-wrapper__title {
      margin-bottom: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .account-wrapper__title {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 72.5);
    }
}

@supports (gap: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .character {
      gap: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem );
    }
}

@supports not (gap: clamp( 1.25rem , 1.0775862069rem  +  0.8620689655vw , 1.875rem )) {
    .character {
      gap: calc(1.25rem + 0.625 * (100vw - 20rem) / 72.5);
    }
}

@supports (font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem )) {
    .character__title {
      font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9655172414rem  +  0.1724137931vw , 1.125rem )) {
    .character__title {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 72.5);
    }
}

@supports (gap: clamp( 0.9375rem , 0.8512931034rem  +  0.4310344828vw , 1.25rem )) {
    .parameters {
      gap: clamp( 0.9375rem , 0.8512931034rem  +  0.4310344828vw , 1.25rem );
    }
}

@supports not (gap: clamp( 0.9375rem , 0.8512931034rem  +  0.4310344828vw , 1.25rem )) {
    .parameters {
      gap: calc(0.9375rem + 0.3125 * (100vw - 20rem) / 72.5);
    }
}
}

@media (min-width: 20em) and (max-width: 120em) {
@supports (border-radius: clamp( 1.875rem , 1.25rem  +  3.125vw , 5rem )) {
    .img {
      border-radius: clamp( 1.875rem , 1.25rem  +  3.125vw , 5rem );
    }
}

@supports not (border-radius: clamp( 1.875rem , 1.25rem  +  3.125vw , 5rem )) {
    .img {
      border-radius: calc(1.875rem + 3.125 * (100vw - 20rem) / 100);
    }
}

@supports (border-radius: clamp( 1.875rem , 1.25rem  +  3.125vw , 5rem )) {
    .img::before {
      border-radius: clamp( 1.875rem , 1.25rem  +  3.125vw , 5rem );
    }
}

@supports not (border-radius: clamp( 1.875rem , 1.25rem  +  3.125vw , 5rem )) {
    .img::before {
      border-radius: calc(1.875rem + 3.125 * (100vw - 20rem) / 100);
    }
}

@supports (border-radius: clamp( 1.375rem , 1.025rem  +  1.75vw , 3.125rem )) {
    .template__icon .img {
      border-radius: clamp( 1.375rem , 1.025rem  +  1.75vw , 3.125rem );
    }
}

@supports not (border-radius: clamp( 1.375rem , 1.025rem  +  1.75vw , 3.125rem )) {
    .template__icon .img {
      border-radius: calc(1.375rem + 1.75 * (100vw - 20rem) / 100);
    }
}

@supports (border-radius: clamp( 1.375rem , 1.025rem  +  1.75vw , 3.125rem )) {
    .template__icon .img:before {
      border-radius: clamp( 1.375rem , 1.025rem  +  1.75vw , 3.125rem );
    }
}

@supports not (border-radius: clamp( 1.375rem , 1.025rem  +  1.75vw , 3.125rem )) {
    .template__icon .img:before {
      border-radius: calc(1.375rem + 1.75 * (100vw - 20rem) / 100);
    }
}

@supports (max-width: clamp( 17.5rem , 8.875rem  +  43.125vw , 60.625rem )) {
    .what__items {
      max-width: clamp( 17.5rem , 8.875rem  +  43.125vw , 60.625rem );
    }
}

@supports not (max-width: clamp( 17.5rem , 8.875rem  +  43.125vw , 60.625rem )) {
    .what__items {
      max-width: calc(17.5rem + 43.125 * (100vw - 20rem) / 100);
    }
}

@supports (gap: clamp( 0.9375rem , 0.1875rem  +  3.75vw , 4.6875rem )) {
    .what__row {
      gap: clamp( 0.9375rem , 0.1875rem  +  3.75vw , 4.6875rem );
    }
}

@supports not (gap: clamp( 0.9375rem , 0.1875rem  +  3.75vw , 4.6875rem )) {
    .what__row {
      gap: calc(0.9375rem + 3.75 * (100vw - 20rem) / 100);
    }
}

@supports (border-radius: clamp( 1.25rem , 0.5rem  +  3.75vw , 5rem )) {
    .item-what__img {
      border-radius: clamp( 1.25rem , 0.5rem  +  3.75vw , 5rem );
    }
}

@supports not (border-radius: clamp( 1.25rem , 0.5rem  +  3.75vw , 5rem )) {
    .item-what__img {
      border-radius: calc(1.25rem + 3.75 * (100vw - 20rem) / 100);
    }
}

@supports (min-height: clamp( 12.5rem , 1.1rem  +  57vw , 69.5rem )) {
    .process {
      min-height: clamp( 12.5rem , 1.1rem  +  57vw , 69.5rem );
    }
}

@supports not (min-height: clamp( 12.5rem , 1.1rem  +  57vw , 69.5rem )) {
    .process {
      min-height: calc(12.5rem + 57 * (100vw - 20rem) / 100);
    }
}

@supports (margin-bottom: clamp( 0.625rem , -0.5rem  +  5.625vw , 6.25rem )) {
    .process__title {
      margin-bottom: clamp( 0.625rem , -0.5rem  +  5.625vw , 6.25rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , -0.5rem  +  5.625vw , 6.25rem )) {
    .process__title {
      margin-bottom: calc(0.625rem + 5.625 * (100vw - 20rem) / 100);
    }
}
}

@media (min-width: 62em) and (max-width: 120em) {
@supports (width: clamp( 31.25rem , 2.5215517241rem  +  46.3362068966vw , 58.125rem )) {
    .page-img_01 {
      width: clamp( 31.25rem , 2.5215517241rem  +  46.3362068966vw , 58.125rem );
    }
}

@supports not (width: clamp( 31.25rem , 2.5215517241rem  +  46.3362068966vw , 58.125rem )) {
    .page-img_01 {
      width: calc(31.25rem + 26.875 * (100vw - 62rem) / 58);
    }
}

@supports (width: clamp( 51.875rem , 3.5043103448rem  +  78.0172413793vw , 97.125rem )) {
    .page-img_02 {
      width: clamp( 51.875rem , 3.5043103448rem  +  78.0172413793vw , 97.125rem );
    }
}

@supports not (width: clamp( 51.875rem , 3.5043103448rem  +  78.0172413793vw , 97.125rem )) {
    .page-img_02 {
      width: calc(51.875rem + 45.25 * (100vw - 62rem) / 58);
    }
}
}

@media (min-width: 29.99875em) and (max-width: 62em) {
@supports (width: clamp( 25rem , 19.141098004rem  +  19.5304870903vw , 31.25rem )) {
    .page-img_01 {
      width: clamp( 25rem , 19.141098004rem  +  19.5304870903vw , 31.25rem );
    }
}

@supports not (width: clamp( 25rem , 19.141098004rem  +  19.5304870903vw , 31.25rem )) {
    .page-img_01 {
      width: calc(25rem + 6.25 * (100vw - 29.99875rem) / 32.00125);
    }
}

@supports (right: clamp( -10rem , -16.4447921956rem  +  21.4835357994vw , -3.125rem )) {
    .page-img_01 {
      right: clamp( -10rem , -16.4447921956rem  +  21.4835357994vw , -3.125rem );
    }
}

@supports not (right: clamp( -10rem , -16.4447921956rem  +  21.4835357994vw , -3.125rem )) {
    .page-img_01 {
      right: calc(-10rem + 6.875 * (100vw - 29.99875rem) / 32.00125);
    }
}

@supports (width: clamp( 39.375rem , 27.657196008rem  +  39.0609741807vw , 51.875rem )) {
    .page-img_02 {
      width: clamp( 39.375rem , 27.657196008rem  +  39.0609741807vw , 51.875rem );
    }
}

@supports not (width: clamp( 39.375rem , 27.657196008rem  +  39.0609741807vw , 51.875rem )) {
    .page-img_02 {
      width: calc(39.375rem + 12.5 * (100vw - 29.99875rem) / 32.00125);
    }
}

@supports (right: clamp( -8.75rem , -14.0230117964rem  +  17.5774383813vw , -3.125rem )) {
    .page-img_02 {
      right: clamp( -8.75rem , -14.0230117964rem  +  17.5774383813vw , -3.125rem );
    }
}

@supports not (right: clamp( -8.75rem , -14.0230117964rem  +  17.5774383813vw , -3.125rem )) {
    .page-img_02 {
      right: calc(-8.75rem + 5.625 * (100vw - 29.99875rem) / 32.00125);
    }
}
}

@media (min-width: 20em) and (max-width: 23.4375em) {
@supports (width: clamp( 23.75rem , 16.4772727273rem  +  36.3636363636vw , 25rem )) {
    .page-img_01 {
      width: clamp( 23.75rem , 16.4772727273rem  +  36.3636363636vw , 25rem );
    }
}

@supports not (width: clamp( 23.75rem , 16.4772727273rem  +  36.3636363636vw , 25rem )) {
    .page-img_01 {
      width: calc(23.75rem + 1.25 * (100vw - 20rem) / 3.4375);
    }
}

@supports (width: clamp( 40rem , 32.7272727273rem  +  36.3636363636vw , 41.25rem )) {
    .page-img_02 {
      width: clamp( 40rem , 32.7272727273rem  +  36.3636363636vw , 41.25rem );
    }
}

@supports not (width: clamp( 40rem , 32.7272727273rem  +  36.3636363636vw , 41.25rem )) {
    .page-img_02 {
      width: calc(40rem + 1.25 * (100vw - 20rem) / 3.4375);
    }
}
}

@media (min-width: 30em) and (max-width: 120em) {
@supports (width: clamp( 16.25rem , 13.0833333333rem  +  10.5555555556vw , 25.75rem )) {
    .header__logo {
      width: clamp( 16.25rem , 13.0833333333rem  +  10.5555555556vw , 25.75rem );
    }
}

@supports not (width: clamp( 16.25rem , 13.0833333333rem  +  10.5555555556vw , 25.75rem )) {
    .header__logo {
      width: calc(16.25rem + 9.5 * (100vw - 30rem) / 90);
    }
}

@supports (max-width: clamp( 26.25rem , 18.3333333333rem  +  26.3888888889vw , 50rem )) {
    .process__images {
      max-width: clamp( 26.25rem , 18.3333333333rem  +  26.3888888889vw , 50rem );
    }
}

@supports not (max-width: clamp( 26.25rem , 18.3333333333rem  +  26.3888888889vw , 50rem )) {
    .process__images {
      max-width: calc(26.25rem + 23.75 * (100vw - 30rem) / 90);
    }
}
}

@media (min-width: 62em) and (max-width: 90em) {
@supports (gap: clamp( 1.875rem , -10.5803571429rem  +  20.0892857143vw , 7.5rem )) {
    .footer__container {
      gap: clamp( 1.875rem , -10.5803571429rem  +  20.0892857143vw , 7.5rem );
    }
}

@supports not (gap: clamp( 1.875rem , -10.5803571429rem  +  20.0892857143vw , 7.5rem )) {
    .footer__container {
      gap: calc(1.875rem + 5.625 * (100vw - 62rem) / 28);
    }
}

@supports (padding-left: clamp( 0.9375rem , -2.5223214286rem  +  5.5803571429vw , 2.5rem )) {
    .add-news .template__wrapper {
      padding-left: clamp( 0.9375rem , -2.5223214286rem  +  5.5803571429vw , 2.5rem );
    }
}

@supports not (padding-left: clamp( 0.9375rem , -2.5223214286rem  +  5.5803571429vw , 2.5rem )) {
    .add-news .template__wrapper {
      padding-left: calc(0.9375rem + 1.5625 * (100vw - 62rem) / 28);
    }
}

@supports (padding-right: clamp( 0.9375rem , -2.5223214286rem  +  5.5803571429vw , 2.5rem )) {
    .add-news .template__wrapper {
      padding-right: clamp( 0.9375rem , -2.5223214286rem  +  5.5803571429vw , 2.5rem );
    }
}

@supports not (padding-right: clamp( 0.9375rem , -2.5223214286rem  +  5.5803571429vw , 2.5rem )) {
    .add-news .template__wrapper {
      padding-right: calc(0.9375rem + 1.5625 * (100vw - 62rem) / 28);
    }
}

@supports (margin-bottom: clamp( 0.625rem , -2.1428571429rem  +  4.4642857143vw , 1.875rem )) {
    .balance-aside {
      margin-bottom: clamp( 0.625rem , -2.1428571429rem  +  4.4642857143vw , 1.875rem );
    }
}

@supports not (margin-bottom: clamp( 0.625rem , -2.1428571429rem  +  4.4642857143vw , 1.875rem )) {
    .balance-aside {
      margin-bottom: calc(0.625rem + 1.25 * (100vw - 62rem) / 28);
    }
}

@supports (gap: clamp( 0.625rem , -3.5267857143rem  +  6.6964285714vw , 2.5rem )) {
    .news-single__header {
      gap: clamp( 0.625rem , -3.5267857143rem  +  6.6964285714vw , 2.5rem );
    }
}

@supports not (gap: clamp( 0.625rem , -3.5267857143rem  +  6.6964285714vw , 2.5rem )) {
    .news-single__header {
      gap: calc(0.625rem + 1.875 * (100vw - 62rem) / 28);
    }
}
}

@media (min-width: 48em) and (max-width: 90em) {
@supports (padding-top: clamp( 4.75rem , 2.6785714286rem  +  4.3154761905vw , 6.5625rem )) {
    .hero {
      padding-top: clamp( 4.75rem , 2.6785714286rem  +  4.3154761905vw , 6.5625rem );
    }
}

@supports not (padding-top: clamp( 4.75rem , 2.6785714286rem  +  4.3154761905vw , 6.5625rem )) {
    .hero {
      padding-top: calc(4.75rem + 1.8125 * (100vw - 48rem) / 42);
    }
}

@supports (gap: clamp( 1.875rem , 0.4464285714rem  +  2.9761904762vw , 3.125rem )) {
    .process__inner {
      gap: clamp( 1.875rem , 0.4464285714rem  +  2.9761904762vw , 3.125rem );
    }
}

@supports not (gap: clamp( 1.875rem , 0.4464285714rem  +  2.9761904762vw , 3.125rem )) {
    .process__inner {
      gap: calc(1.875rem + 1.25 * (100vw - 48rem) / 42);
    }
}

@supports (margin-top: clamp( -14.375rem , -3.6607142857rem  +  -11.9047619048vw , -9.375rem )) {
    .process__gallery {
      margin-top: clamp( -14.375rem , -3.6607142857rem  +  -11.9047619048vw , -9.375rem );
    }
}

@supports not (margin-top: clamp( -14.375rem , -3.6607142857rem  +  -11.9047619048vw , -9.375rem )) {
    .process__gallery {
      margin-top: calc(-9.375rem + -5 * (100vw - 48rem) / 42);
    }
}
}

@media (min-width: 48em) and (max-width: 120em) {
@supports (min-height: clamp( 40.3125rem , 0.1041666667rem  +  83.7673611111vw , 100.625rem )) {
    .what {
      min-height: clamp( 40.3125rem , 0.1041666667rem  +  83.7673611111vw , 100.625rem );
    }
}

@supports not (min-height: clamp( 40.3125rem , 0.1041666667rem  +  83.7673611111vw , 100.625rem )) {
    .what {
      min-height: calc(40.3125rem + 60.3125 * (100vw - 48rem) / 72);
    }
}
}

@media (min-width: 30em) and (max-width: 48em) {
@supports (gap: clamp( 1.875rem , -0.2083333333rem  +  6.9444444444vw , 3.125rem )) {
    .gallery-process {
      gap: clamp( 1.875rem , -0.2083333333rem  +  6.9444444444vw , 3.125rem );
    }
}

@supports not (gap: clamp( 1.875rem , -0.2083333333rem  +  6.9444444444vw , 3.125rem )) {
    .gallery-process {
      gap: calc(1.875rem + 1.25 * (100vw - 30rem) / 18);
    }
}
}

@media (min-width: 47.99875em) and (min-width: 48em) and (max-width: 90em) {
@supports (margin-top: clamp( 2.9375rem , 0.7946428571rem  +  4.4642857143vw , 4.8125rem )) {
    .gallery-process__img + .gallery-process__img {
      margin-top: clamp( 2.9375rem , 0.7946428571rem  +  4.4642857143vw , 4.8125rem );
    }
}

@supports not (margin-top: clamp( 2.9375rem , 0.7946428571rem  +  4.4642857143vw , 4.8125rem )) {
    .gallery-process__img + .gallery-process__img {
      margin-top: calc(2.9375rem + 1.875 * (100vw - 48rem) / 42);
    }
}
}

@media (min-width: 47.99875em) and (max-width: 48em) {
  .gallery-process__img + .gallery-process__img {
    margin-top: 2.9375rem;
  }
}

@media (min-width: 30em) and (max-width: 90em) {
@supports (padding-bottom: clamp( 0.625rem , -2.1875rem  +  9.375vw , 6.25rem )) {
    .page-inner {
      padding-bottom: clamp( 0.625rem , -2.1875rem  +  9.375vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 0.625rem , -2.1875rem  +  9.375vw , 6.25rem )) {
    .page-inner {
      padding-bottom: calc(0.625rem + 5.625 * (100vw - 30rem) / 60);
    }
}
}

@media (min-width: 20em) and (max-width: 23.75em) {
@supports (padding-left: clamp( 2.1875rem , -12.8125rem  +  75vw , 5rem )) {
    .item-review._two {
      padding-left: clamp( 2.1875rem , -12.8125rem  +  75vw , 5rem );
    }
}

@supports not (padding-left: clamp( 2.1875rem , -12.8125rem  +  75vw , 5rem )) {
    .item-review._two {
      padding-left: calc(2.1875rem + 2.8125 * (100vw - 20rem) / 3.75);
    }
}

@supports (padding-left: clamp( 3.125rem , -23.5416666667rem  +  133.3333333333vw , 8.125rem )) {
    .item-review._three {
      padding-left: clamp( 3.125rem , -23.5416666667rem  +  133.3333333333vw , 8.125rem );
    }
}

@supports not (padding-left: clamp( 3.125rem , -23.5416666667rem  +  133.3333333333vw , 8.125rem )) {
    .item-review._three {
      padding-left: calc(3.125rem + 5 * (100vw - 20rem) / 3.75);
    }
}
}

@media (min-width: 75em) and (max-width: 90em) {
@supports (gap: clamp( 0.625rem , -27.5rem  +  37.5vw , 6.25rem )) {
    .editor {
      gap: clamp( 0.625rem , -27.5rem  +  37.5vw , 6.25rem );
    }
}

@supports not (gap: clamp( 0.625rem , -27.5rem  +  37.5vw , 6.25rem )) {
    .editor {
      gap: calc(0.625rem + 5.625 * (100vw - 75rem) / 15);
    }
}
}

@media (min-width: 20em) and (max-width: 30em) {
@supports (width: clamp( 16.25rem , 10rem  +  31.25vw , 19.375rem )) {
    .supports__img {
      width: clamp( 16.25rem , 10rem  +  31.25vw , 19.375rem );
    }
}

@supports not (width: clamp( 16.25rem , 10rem  +  31.25vw , 19.375rem )) {
    .supports__img {
      width: calc(16.25rem + 3.125 * (100vw - 20rem) / 10);
    }
}

@supports (width: clamp( 15rem , 2.5rem  +  62.5vw , 21.25rem )) {
    .supports-block {
      width: clamp( 15rem , 2.5rem  +  62.5vw , 21.25rem );
    }
}

@supports not (width: clamp( 15rem , 2.5rem  +  62.5vw , 21.25rem )) {
    .supports-block {
      width: calc(15rem + 6.25 * (100vw - 20rem) / 10);
    }
}
}

@media (any-hover: hover) {
  .button:hover {
    color: #fff;
    background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#FB6382), to(#FD1966));
    background: -o-radial-gradient(0% 0%, 32.15% 159.64%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), -o-linear-gradient(top, #FB6382 0%, #FD1966 100%);
    background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), linear-gradient(180deg, #FB6382 0%, #FD1966 100%);
    -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.25), -8px -8px 16px rgba(255, 255, 255, 0.35);
            box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.25), -8px -8px 16px rgba(255, 255, 255, 0.35);
  }

  .button:hover:before {
    color: #fff;
  }

  .select__title:hover {
    color: #FD1966;
  }

  .select__option:hover {
    color: #FD1966;
  }

  .pagging__arrow:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .pagging__item:hover {
    color: #FD1966;
  }

  .news-main__items .link:hover {
    text-decoration: underline;
  }

  .contacts-footer__item:hover:before {
    color: #fff;
  }

  .category__link:hover {
    background-color: #FD1966;
  }

  .table-supports__row:hover {
    background-color: #FD1966;
  }
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
       transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}


/* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9999;
    }

    .modal__content {
      position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
  max-height: 90vh;  /* новое свойство */
  overflow-y: auto;  /* новое свойство */
  background-color: #e6e6e6;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
  -webkit-overflow-scrolling: touch;
    }
	
	.tooltip {
  display: none;
  position: absolute;
  top: 4.3rem; /* Изменено с -0.75rem на 1.25rem */
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  font-family: DelaGothicOne, cursive;
  padding: 0.25rem;
  border-radius: 5px;
  font-size: 0.75rem;
}

    .tooltip.show {
  display: block;
}



    .modal__items {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
	  width: 90%;
    }

    .modal__items.disabled {
      pointer-events: none;
    }

    .modal__items.disabled .modal__item {
      cursor: default;
    }

    .modal__items.disabled .modal__item.selected img {
      border: none;
    }

    .modal__item {
      display: flex;
      align-items: center;
      margin-bottom: 0.5rem;
      width: calc(100% / 4 - 5px);
      cursor: pointer;
    }

    .modal__item img {
      width: 6rem;
      height: 6rem;
    }

    .modal__item.selected img {
      border: 2px solid red;
    }

    .modal__item input[type="radio"] {
      display: none;
    }

    .modal__button {
      background-color: #fd1966;
      color: #fff;
      border: none;
      padding: 0.5rem 1rem;
      border-radius: 0.5rem;
      cursor: pointer;
	  font-family: DelaGothicOne, cursive;
	  font-size: large;
    }

    /* Modal Open Animation */
    .modal.open {
      display: flex;
      animation: modalFadeIn 0.3s ease-in-out forwards;
    }

    @keyframes modalFadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

.red-text {
color: red;
}

.green-text {
    color: green;
}

.black-text {
    color: black;
}

.blue-text {
    color: blue;
}

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

@keyframes smoothBlink {
    0%, 100% { background-color: #FD1966; }
    50% { background-color: rgba(241, 245, 249, 0.1); }
}

.blinking {
    animation: smoothBlink 3s ease-in-out infinite;
}

.newtooltip {
    position: relative;
    display: inline-block;
}

.newtooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    min-width: 120px;
    max-width: 80vw; /* Можно увеличить, если требуется */
    background: radial-gradient(32.15% 159.64% at 0% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(253, 25, 102, 0) 100%), linear-gradient(180deg, #FB6382 0%, #FD1966 100%);
	margin-top: 5px;
    color: #fff;
    text-align: left; /* Лучше для больших объемов текста */
    border-radius: 6px;
    padding: 0px 10px;
    float: left;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 125%;

	white-space: pre-line;
    word-wrap: break-word; /* Для переноса текста */
    overflow-y: auto; /* Добавляет прокрутку при необходимости */
    max-height: 200px; /* Максимальная высота с прокруткой */
}

.newtooltip:hover .tooltiptext {
    visibility: visible;
}

.newtooltip .tooltiptext.top {
    bottom: 125%;
    top: auto;
}

.newtooltip .tooltiptext.bottom {
    top: 100%;
    bottom: auto;
}

@media screen and (max-width: 600px) {
    .newtooltip .tooltiptext {
        max-width: 90vw; /* На мобильных устройствах */
    }
}

.pagging__item._active {
    color: red; /* Или любой другой оттенок красного, который вы предпочитаете */
}

.new-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 5px 15px;
        background: linear-gradient(135deg, #ff5252, #ff7f7f);
        color: white;
        font-weight: bold;
        font-size: 0.8em;
        border-radius: 20px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        animation: pulse 1.5s infinite ease-in-out;
    }

    @keyframes pulse {
        0%, 100% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.2);
            opacity: 0.7;
        }
    }



.calculator-link {
cursor: pointer;
display: inline-block;
margin-top: 10px;
font-weight: bold;
transition: color 0.3s ease, transform 0.3s ease;
}
.calculator-link:hover {
color: #FB6382;
transform: scale(1.05);
}
.calculator-link i {
margin-left: 5px;
transition: transform 0.3s ease;
}
.calculator-link.active i {
transform: rotate(180deg);
}

    .modal_prize {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 100;
    }
    .modal-content {
        background: radial-gradient(circle, #ff6ec4, #7873f5);
        padding: 50px;
        border-radius: 30px;
        text-align: center;
        box-shadow: 0 0 50px rgba(255, 110, 196, 0.5);
        max-width: 450pt;
        position: relative;
        overflow: hidden;
        animation: pulse 2s infinite alternate;
    }
    @keyframes pulse {
        0% { box-shadow: 0 0 50px rgba(255, 110, 196, 0.5); }
        100% { box-shadow: 0 0 80px rgba(120, 115, 245, 0.8); }
    }
    .modal-content h2 {
        color: #fff;
        font-size: 36px;
        margin-bottom: 40px;
        text-shadow: 3px 3px 8px rgba(0,0,0,0.7);
        font-weight: 700;
        letter-spacing: 1.5px;
    }
    .modal-content p {
        color: #fff;
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.8;
        text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
    }
    .firework-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    .firework {
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    @keyframes explode {
        0% { transform: scale(0); opacity: 1; }
        100% { transform: scale(25); opacity: 0; }
    }
    @keyframes spiral {
        0% { transform: rotate(0deg) translateX(0) scale(0); opacity: 1; }
        100% { transform: rotate(720deg) translateX(150px) scale(1.8); opacity: 0; }
    }
    .modal-close {
        position: absolute;
        top: 20px;
        right: 20px;
        background: rgba(255, 255, 255, 0.4);
        color: #fff;
        border: none;
        border-radius: 50%;
        font-size: 28px;
        width: 45px;
        height: 45px;
        cursor: pointer;
        transition: all 0.4s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .modal-close:hover {
        background: rgba(255, 255, 255, 0.6);
        transform: scale(1.2);
    }
    .sparkle {
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #fff;
        opacity: 0;
        animation: sparkle 1.5s infinite;
    }
    @keyframes sparkle {
        0%, 100% { opacity: 0; transform: scale(0); }
        50% { opacity: 1; transform: scale(1.5); }
    }

    .advent-button-container {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
  transition: top 0.7s ease-in-out;
  z-index: 99999;
}

.advent-button-container.visible {
  top: 20px;
}

.advent-button {
  background: linear-gradient(145deg, #d32f2f, #c62828);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.advent-button:hover {
  transform: scale(1.05);
}

.advent-button:active {
  transform: scale(0.95);
}

.snowflake {
  position: absolute;
  font-size: 20px;
  color: white;
  pointer-events: none;
}

.snowflake-1 {
  top: -5px;
  left: -5px;
  animation: spin 4s linear infinite;
}

.snowflake-2 {
  top: -5px;
  right: -5px;
  animation: spin 4s linear infinite reverse;
}

.glow {
  position: absolute;
  inset: -5px;
  background: linear-gradient(45deg, #ffd700, #ff4444, #4CAF50);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 30px;
  filter: blur(15px);
  z-index: -1;
}

.advent-button:hover .glow {
  opacity: 0.3;
}

.bounce {
  animation: bounce 1s ease;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* Контейнер для аватара и его оверлея */
.account-avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 2rem; /* Центрирует блок и добавляет отступ снизу */
    overflow: hidden; /* Обрезает все, что выходит за круглую рамку */
    background-color: var(--bg-card); /* Фон на случай, если картинка не загрузится */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.3);
    border: 3px solid var(--border-light);
}

/* Оболочка для SVG, которая будет анимироваться */
.account-avatar__svg-wrapper {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* Стили для самого тега <svg> внутри оболочки */
.account-avatar__svg-wrapper svg {
    display: block; /* Убирает возможные отступы под SVG */
    width: 100%;
    height: 100%;
}

/* Затемняющий оверлей, который появляется при наведении */
.account-avatar__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--accent-red-rgb), 0.75); /* Полупрозрачный фон с вашим акцентным цветом */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; /* Скрыт по умолчанию */
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Кнопка/ссылка "Обновить" внутри оверлея */
.account-avatar__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--text-light);
    transform: translateY(15px); /* Начальное положение для анимации "выезда" */
    opacity: 0;
    transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s; /* Задержка для красивого появления */
    cursor: pointer; /* Делаем label похожим на кнопку */
}

/* Иконка внутри кнопки */
.account-avatar__button i {
    font-size: 2.5rem;
    line-height: 1;
}

/* Текст "Обновить" */
.account-avatar__button span {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* --- Эффекты при наведении --- */

/* При наведении на весь блок аватара... */
.account-avatar:hover .account-avatar__overlay {
    opacity: 1; /* ...показываем оверлей */
    visibility: visible;
}

.account-avatar:hover .account-avatar__svg-wrapper {
    transform: scale(1.1); /* ...немного увеличиваем и размываем фон */
    filter: blur(3px) brightness(0.7);
}

.account-avatar:hover .account-avatar__button {
    transform: translateY(0); /* ...плавно "поднимаем" кнопку на место */
    opacity: 1;
}

/* --- Styles for Avatar Update Loading State --- */

/* Добавляем к основному блоку, когда идет загрузка */
.account-avatar.is-loading .account-avatar__overlay {
    opacity: 1;
    visibility: visible;
    background-color: rgba(var(--accent-red-rgb), 0.85); /* Делаем фон чуть плотнее */
}

/* Скрываем кнопку "Обновить" во время загрузки */
.account-avatar.is-loading .account-avatar__button {
    display: none;
}

/* Создаем спиннер с помощью псевдо-элемента */
.account-avatar.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffffff; /* Яркая часть спиннера */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

/* Анимация вращения спиннера */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}