@charset "UTF-8";

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

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

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

:focus {
  outline: 0;
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

figure {
  margin: 0;
}

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

form {
  margin: 0;
}

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

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

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

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

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

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

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

button,
input {
  line-height: normal;
}

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

:root {
  --main-bg: #efefef;
  --main-color: #2d2b2b;
  --color-muted: #00000073;
  --color-dark: #000;
  --header-bg: #efefef;
  --sidebar-bg: #2d2c2c;
  --footer-bg: #fff;
  --card-bg: #fff;
  --form-control-bg: #fff;
  --article-card-title: #2f2f2f;
}

[data-theme=dark] {
  --main-bg: #2d2b2b;
  --main-color: #fff;
  --color-muted: #fff;
  --color-dark: #fff;
  --header-bg: #2d2b2b;
  --sidebar-bg: #000;
  --footer-bg: #212121;
  --card-bg: #434343;
  --form-control-bg: #212121;
  --article-card-title: #fff;
}

/* ========== GRID ========== */

@media all and (max-width: 360px) {
  :root {
    --media-breakdown: 360 * 100vw;
  }
}

@media all and (min-width: 360px) {
  :root {
    --media-breakdown: 480 * 100vw;
  }
}

@media all and (min-width: 480px) {
  :root {
    --media-breakdown: 568 * 100vw;
  }
}

@media all and (min-width: 568px) {
  :root {
    --media-breakdown: 768 * 100vw;
  }
}

@media all and (min-width: 768px) {
  :root {
    --media-breakdown: 992 * 100vw;
  }
}

@media all and (min-width: 992px) {
  :root {
    --media-breakdown: 1200 * 100vw;
  }
}

@media all and (min-width: 1200px) {
  :root {
    --media-breakdown: 1580 * 100vw;
  }
}

@media all and (min-width: 1580px) {
  :root {
    --media-breakdown: 1920 * 100vw;
  }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: calc(-10 / var(--media-breakdown));
  margin-left: calc(-10 / var(--media-breakdown));
}

[class^=col-],
[class*=" col-"] {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: calc(10 / var(--media-breakdown));
  padding-left: calc(10 / var(--media-breakdown));
  width: 100%;
  margin: 0 auto;
}

.margin-auto {
  margin: auto;
}

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

.margin-bottom-auto {
  margin-bottom: auto;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-left: auto;
}

.margin-20 {
  margin: 20px 0;
}

@media all and (max-width: 1920px) {
  .margin-20 {
    margin: calc(20 / var(--media-breakdown)) 0;
  }
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

@media all and (max-width: 1920px) {
  .margin-bottom-20 {
    margin-bottom: calc(20 / var(--media-breakdown));
  }
}

.margin-none {
  margin: 0;
}

.flex-full {
  width: calc(100% + 2 * 10 / var(--media-breakdown));
  margin-right: calc(-10 / var(--media-breakdown));
  margin-left: calc(-10 / var(--media-breakdown));
}

@media (min-width: 360px) {
  .col-xxs-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 360px) {
  .col-xxs-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 360px) {
  .col-xxs-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 360px) {
  .col-xxs-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 360px) {
  .col-xxs-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 360px) {
  .col-xxs-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 360px) {
  .col-xxs-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 360px) {
  .col-xxs-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 360px) {
  .col-xxs-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 360px) {
  .col-xxs-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 360px) {
  .col-xxs-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 360px) {
  .col-xxs-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  .col-xs-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 480px) {
  .col-xs-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 480px) {
  .col-xs-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 480px) {
  .col-xs-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 568px) {
  .col-ms-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 568px) {
  .col-ms-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 568px) {
  .col-ms-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 568px) {
  .col-ms-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 568px) {
  .col-ms-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 568px) {
  .col-ms-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 568px) {
  .col-ms-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 568px) {
  .col-ms-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 568px) {
  .col-ms-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 568px) {
  .col-ms-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 568px) {
  .col-ms-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 568px) {
  .col-ms-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1280px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1280px) {
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1440px) {
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1440px) {
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1560px) {
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

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

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

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

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

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

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

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

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

@media (min-width: 992px) {
  .align-items-md-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

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

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

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.flex-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

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

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

.text-right {
  text-align: right;
}

@font-face {
  font-family: "Circe-Light";
  src: url(/fonts/Circe-Light.otf?9b873950dc2ae3209c619419dfe9b468) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Circe-Regular";
  src: url(/fonts/Circe-Regular.ttf?f80cf2f1a50fc5107f4c51e11d746047) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Circe-Bold";
  src: url(/fonts/Circe-Bold.ttf?bcd01100961c0fac3f4103f4fc02acac) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Circe-Extra-Bold";
  src: url(/fonts/Circe-Extra-Bold.otf?0bf9e7f626ded5ce2e195beb2f033310) format("opentype");
  font-display: swap;
}

.selectric-font-size,
.selectric-items ul,
.selectric-items li,
.selectric .label {
  font-size: 16px;
}

@media all and (max-width: 1920px) {
  .selectric-font-size,
  .selectric-items ul,
  .selectric-items li,
  .selectric .label {
    font-size: calc(16 / var(--media-breakdown));
  }
}

.selectric-inner-height {
  height: 38px;
}

@media all and (max-width: 1920px) {
  .selectric-inner-height {
    height: calc(38 / var(--media-breakdown));
  }
}

.selectric-height {
  height: 40px;
}

@media all and (max-width: 1920px) {
  .selectric-height {
    height: calc(40 / var(--media-breakdown));
  }
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #8F8F2D;
  border-radius: 56px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 20px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media all and (max-width: 1920px) {
  .selectric .label {
    margin: 0 calc(38 / var(--media-breakdown)) 0 calc(20 / var(--media-breakdown));
  }
}

@media all and (max-width: 1920px) {
  .selectric .label {
    height: calc(38 / var(--media-breakdown));
  }
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

@media all and (max-width: 1920px) {
  .selectric .button {
    height: calc(38 / var(--media-breakdown));
    width: calc(38 / var(--media-breakdown));
  }
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #414115;
}

.selectric-hover .selectric {
  border-color: #686821;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #686821;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #686821;
  border-top: none;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  border-radius: 0 0 20px 20px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px 20px;
  color: #666;
  cursor: pointer;
}

.selectric-items li:last-child {
  border-radius: 0 0 20px 20px;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

img {
  max-width: 100%;
}

pre {
  white-space: break-spaces;
}

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

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

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

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

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

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

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

strong,
b {
  font-weight: 600;
}

em {
  font-style: italic;
}

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

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

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

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

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

h3 {
  font-size: 3.6rem;
}

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

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

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

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

h4 {
  font-size: 3rem;
}

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

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

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

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

h5 {
  font-size: 2.4rem;
}

h6 {
  font-size: 1.8rem;
}

table th {
  font-weight: 600;
}

table td {
  font-weight: 400;
}

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

@media all and (max-width: 1920px) {
  table th,
  table td {
    font-size: calc(16 / var(--media-breakdown));
    padding: calc(10 / var(--media-breakdown));
  }
}

p {
  font-size: 16px;
  line-height: 120%;
  color: #191919;
  margin-bottom: 1em;
}

@media all and (max-width: 1920px) {
  p {
    font-size: calc(16 / var(--media-breakdown));
  }
}

a {
  text-decoration: none;
}

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

@media all and (max-width: 1920px) {
  select {
    font-size: calc(16 / var(--media-breakdown));
    padding: calc(4 / var(--media-breakdown)) calc(10 / var(--media-breakdown));
  }
}

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

html {
  font-family: "Open Sans", sans-serif;
  font-display: swap;
  font-size: 10px;
  font-weight: 400;
}

@media all and (max-width: 1400px) {
  html {
    font-size: calc(10 / var(--media-breakdown));
  }
}

body {
  background-color: #F5F9FA;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

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

body.page-blog,
body.page-basket,
body.page-drafts,
body.page-comparison,
body.page-favorites,
body.page-cabinet,
body.page-search,
body.page-documentations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

body.page-blog main,
body.page-basket main,
body.page-drafts main,
body.page-comparison main,
body.page-favorites main,
body.page-cabinet main,
body.page-search main,
body.page-documentations main {
  -ms-flex: 1;
      flex: 1;
}

body:before {
  opacity: 0;
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

body.fade:before {
  opacity: 1;
  pointer-events: auto;
}

body.blog-single main {
  padding-bottom: 62px;
}

body.page-order-is-processed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

body.page-order-is-processed .main {
  padding: 40px 0;
}

body.page-offer ul {
  list-style: none;
}

body.page-offer ul li {
  list-style: none;
}

.locked {
  overflow: hidden;
}

img {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.button:not(b) {
  padding: 0.75em 1.25em;
  min-width: 206px;
  background-color: #8F8F2D;
  border-radius: 50px;
  transition: 0.2s;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 150%;
  width: auto;
}

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

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

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

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

.button:not(b) span {
  font-weight: 400;
  color: #FFFFFF;
}

.section-title {
  font-size: 40px;
  line-height: 125.9%;
  color: #8F8F2D;
  margin-bottom: 20px;
}

@media all and (max-width: 1920px) {
  .section-title {
    font-size: calc(40 / var(--media-breakdown));
  }
}

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

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

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

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

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

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

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

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

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

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

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

.block-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media all and (max-width: 1920px) {
  .block-title {
    font-size: calc(20 / var(--media-breakdown));
    margin-bottom: calc(20 / var(--media-breakdown));
  }
}

.column {
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  margin-right: 20px;
}

@media all and (max-width: 1920px) {
  .column {
    min-width: calc(200 / var(--media-breakdown));
    margin-right: calc(20 / var(--media-breakdown));
  }
}

.column input {
  width: 100% !important;
  margin-top: 10px;
}

@media all and (max-width: 1920px) {
  .column input {
    margin-top: calc(10 / var(--media-breakdown));
  }
}

.block-wrapper {
  margin-bottom: 30px;
}

@media all and (max-width: 1920px) {
  .block-wrapper {
    margin-top: calc(30 / var(--media-breakdown));
  }
}

.block-wrapper .block-title {
  margin-bottom: 10px;
}

@media all and (max-width: 1920px) {
  .block-wrapper .block-title {
    margin-top: calc(10 / var(--media-breakdown));
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.loaded .preloader {
  display: none;
}

.cabinet__content .select2-container {
  width: 100% !important;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  height: 40px;
  vertical-align: middle;
}

@media all and (max-width: 1920px) {
  .cabinet__content .select2-container {
    height: calc(40 / var(--media-breakdown));
  }
}

.cabinet__content .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

#select2-student-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding-left: 20px;
}

@media all and (max-width: 1920px) {
  #select2-student-container {
    padding-left: calc(20 / var(--media-breakdown));
  }
}

.select-student-wrapper {
  position: relative;
}

.select2-container .select2-search__field {
  font-size: 16px;
  padding: 6px;
}

@media all and (max-width: 1920px) {
  .select2-container .select2-search__field {
    font-size: calc(16 / var(--media-breakdown));
    padding: calc(6 / var(--media-breakdown));
  }
}

.select2-container .select2-results__option {
  height: 40px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 1920px) {
  .select2-container .select2-results__option {
    height: calc(40 / var(--media-breakdown));
  }
}

.select2-container .select2-results__option--highlighted {
  background: #D0D0D0 !important;
  color: #444 !important;
  font-size: 16px !important;
}

@media all and (max-width: 1920px) {
  .select2-container .select2-results__option--highlighted {
    font-size: calc(16 / var(--media-breakdown)) !important;
  }
}

.select2-container .selection {
  height: 100%;
}

.select2-container .selection .select2-selection {
  height: 100%;
  border: 1px solid #8F8F2D;
  border-radius: 20px;
  overflow: hidden;
}

@media all and (max-width: 1920px) {
  .select2-container .selection .select2-selection {
    border-radius: calc(20 / var(--media-breakdown));
  }
}

.select2-container .selection .select2-selection .select2-selection__rendered {
  padding-left: 0;
}

.select2-container .selection .select2-selection .select2-selection__arrow {
  width: 38px;
  height: 38px;
  border-radius: 0 20px 20px 0;
}

@media all and (max-width: 1920px) {
  .select2-container .selection .select2-selection .select2-selection__arrow {
    width: calc(38 / var(--media-breakdown));
    height: calc(38 / var(--media-breakdown));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #F8f8f8;
    border-radius: 0 calc(20 / var(--media-breakdown)) calc(20 / var(--media-breakdown)) 0;
  }
}

.select2-container .selection .select2-selection .select2-selection__placeholder {
  line-height: 38px;
  font-size: 16px;
  color: #444;
  padding: 0 38px 0 20px;
}

@media all and (max-width: 1920px) {
  .select2-container .selection .select2-selection .select2-selection__placeholder {
    line-height: calc(38 / var(--media-breakdown));
    font-size: calc(16 / var(--media-breakdown));
    padding: 0 calc(38 / var(--media-breakdown)) 0 calc(20 / var(--media-breakdown));
  }
}

.only-login {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}

.only-login .buttons-block {
  max-width: 220px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 60px;
  margin: auto;
}

.only-login .buttons-block svg {
  margin-bottom: 60px;
}

@media all and (max-width: 1920px) {
  .only-login .buttons-block svg {
    margin-bottom: calc(60 / var(--media-breakdown));
  }
}

@media all and (max-width: 1920px) {
  .only-login .buttons-block {
    padding: calc(60 / var(--media-breakdown));
  }
}

.only-login .buttons-block a {
  border-radius: 50px;
  margin-bottom: 20px;
}

@media all and (max-width: 1920px) {
  .only-login .buttons-block a {
    border-radius: calc(50 / var(--media-breakdown));
    margin-bottom: calc(20 / var(--media-breakdown));
  }
}

.only-login .buttons-block a:last-child {
  margin-bottom: 0;
}

.only-login__title {
  font-size: 40px;
  color: #8F8F2D;
  margin-bottom: 40px;
}

.only-login input {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  background-color: #D3D360;
  border-radius: 50px;
  border: 1px solid #8F8F2D;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10px;
  text-align: center;
}

.only-login__container {
  max-width: 500px;
  border-radius: 20px;
  background-color: #FFFFFF;
  text-align: center;
  width: 100%;
}

.only-login label {
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  color: #8F8F2D;
}

.only-login button {
  margin-top: 16px;
  border: none;
  padding: 20px;
  background-color: #8F8F2D;
}

@media all and (max-width: 500px) {
  .only-login button {
    padding: 10px;
  }
}

.only-login button:before {
  display: none;
}

.only-login button span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.body-fade {
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.login-popup {
  padding: 0;
  position: relative;
  max-width: 530px;
  width: 100%;
  background: #FFFFFF;
  -webkit-filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
          filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
  border-radius: 5px;
  overflow: hidden;
}

@media all and (max-width: 500px) {
  .login-popup {
    width: calc(100% - 40px);
  }
}

.login-popup__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login-popup__header .login-popup__tab {
  width: auto;
  border-bottom: 2px solid transparent;
  text-align: center;
  padding: 22px 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 125.9%;
  color: #044263;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  margin: 0 20px;
}

@media all and (max-width: 500px) {
  .login-popup__header .login-popup__tab {
    padding: 10px;
    font-size: 18px;
  }
}

.login-popup__header .login-popup__tab.active {
  border-bottom: 2px solid #E63525;
}

.login-popup .tabs-content-item {
  display: none;
  width: 100%;
  padding: 36px 40px;
  background-color: #F5F9FA;
}

@media all and (max-width: 500px) {
  .login-popup .tabs-content-item {
    padding: 30px 20px;
  }
}

@media all and (max-width: 400px) {
  .login-popup .tabs-content-item {
    padding: 10px 20px 20px 20px;
  }
}

.login-popup .tabs-content-item.active {
  display: block;
}

.login-popup .tabs-content-item form {
  width: 100%;
}

.login-popup .tabs-content-item.active {
  display: -ms-flexbox;
  display: flex;
}

.login-popup__close {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.login-popup .bottom {
  margin-top: 20px;
  text-align: center;
}

.login-popup button {
  margin-top: 16px;
  width: 100%;
  border: none;
  padding: 20px;
}

@media all and (max-width: 500px) {
  .login-popup button {
    padding: 10px;
  }
}

.login-popup button:before {
  display: none;
}

.login-popup button span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.login-popup .form-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login-popup .form-header-google {
  margin-top: 12px;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  padding: 21px 20px 20px 20px;
  border: 1px solid #DEE8EE;
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}

@media all and (max-width: 500px) {
  .login-popup .form-header-google {
    padding: 10px;
  }
}

.login-popup .form-header-google svg {
  margin-right: 20px;
}

.login-popup .group-label {
  font-size: 16px;
  line-height: 24px;
  color: #044263;
}

.login-popup .form-header .title,
.login-popup .form-header .devider {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #A9BECA;
}

.login-popup .form-header .devider {
  margin: 0 10px;
  text-decoration: none;
}

.login-popup .else {
  text-decoration: underline;
  color: #1d8fbd;
  cursor: pointer;
  margin-left: 20px;
}

.login-popup .recovery {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #C2C6DC;
}

.login-popup .group label {
  width: 100%;
  display: block;
  margin-bottom: 14px;
}

@media all and (max-width: 500px) {
  .login-popup .group label {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.login-popup .group label.flex {
  display: -ms-flexbox;
  display: flex;
}

.login-popup .group label input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C2C6DC;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2E3A87;
  padding: 22px 20px 12px 24px;
}

@media all and (max-width: 500px) {
  .login-popup .group label input {
    padding: 10px;
    font-size: 14px;
  }
}

.login-popup .group label input:focus {
  border: 1px solid #2E3A87;
}

.login-popup .group label input:not(:-ms-input-placeholder) {
  border: 1px solid #2E3A87;
}

.login-popup .group label input:not(:placeholder-shown) {
  border: 1px solid #2E3A87;
}

.header__language {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto 60px auto;
  font-size: 20px;
  font-weight: bolder;
}

@media all and (max-width: 1920px) {
  .header__language {
    margin: 0 auto calc(60 / var(--media-breakdown)) auto;
    font-size: calc(20 / var(--media-breakdown));
  }
}

.header__language .header__language-current,
.header__language .header__language-devider,
.header__language .header__language-else {
  color: #8F8F2D;
}

.header__language .header__language-current {
  text-decoration: underline;
}

.custom-label .selectric-wrapper {
  width: 100% !important;
  margin-bottom: 0 !important;
  margin-top: 6px;
}

@media all and (max-width: 1920px) {
  .custom-label .selectric-wrapper {
    margin-top: calc(6 / var(--media-breakdown));
  }
}

.add-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #8F8F2D;
  border-radius: 56px;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 6px 27px 6px 6px;
  font-size: 16px;
}

@media all and (max-width: 1920px) {
  .add-button {
    font-size: calc(16 / var(--media-breakdown));
    border-radius: calc(56 / var(--media-breakdown));
    padding: calc(6 / var(--media-breakdown)) calc(27 / var(--media-breakdown)) calc(6 / var(--media-breakdown)) calc(6 / var(--media-breakdown));
  }
}

.add-button.red-button {
  border: 1px solid red;
  color: red;
}

.add-button svg {
  margin-right: 19px;
}

@media all and (max-width: 1920px) {
  .add-button svg {
    margin-right: calc(19 / var(--media-breakdown));
  }
}

.cabinet {
  width: 100%;
  min-height: 100vh;
  background-color: #FBFBEB;
  display: -ms-flexbox;
  display: flex;
}

.cabinet__container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media all and (max-width: 1580px) {
  .cabinet__container {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.cabinet__aside {
  width: 270px;
  height: 100vh;
  border-radius: 0 30px 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #FFFFFF;
  position: sticky;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  top: 0;
}

@media all and (max-width: 1920px) {
  .cabinet__aside {
    width: calc(270 / var(--media-breakdown));
    border-radius: 0 calc(30 / var(--media-breakdown)) calc(30 / var(--media-breakdown)) 0;
  }
}

@media all and (max-width: 1580px) {
  .cabinet__aside {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    background-color: #FFFFFF;
    width: calc(70 / var(--media-breakdown));
    transition: 0.3s ease-in;
  }
}

@media all and (max-width: 1580px) and (min-width: 1024px) {
  .cabinet__aside:hover {
    width: calc(250 / var(--media-breakdown));
  }

  .cabinet__aside:hover a span {
    opacity: 1;
  }
}

@media all and (max-width: 1023px) {
  .cabinet__aside {
    width: 100%;
    height: calc(70 / var(--media-breakdown));
    -ms-flex-direction: row;
        flex-direction: row;
    border-radius: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: calc(10 / var(--media-breakdown)) calc(20 / var(--media-breakdown)) calc(10 / var(--media-breakdown)) calc(10 / var(--media-breakdown));
  }
}

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

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

.cabinet__aside-burger span {
  width: 40px;
  height: 2px;
  margin: 6px 0;
  background-color: #8F8F2D;
}

@media all and (max-width: 1920px) {
  .cabinet__aside-burger span {
    width: calc(40 / var(--media-breakdown));
    margin: calc(6 / var(--media-breakdown)) 0;
  }
}

.cabinet__aside-logo {
  padding: 43px 20px 43px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 1920px) {
  .cabinet__aside-logo {
    border-radius: calc(43 / var(--media-breakdown)) calc(20 / var(--media-breakdown)) calc(43 / var(--media-breakdown)) calc(20 / var(--media-breakdown));
  }
}

@media all and (max-width: 1580px) {
  .cabinet__aside-logo {
    padding: calc(10 / var(--media-breakdown));
  }

  .cabinet__aside-logo img {
    width: calc(50 / var(--media-breakdown));
    height: auto;
  }
}

.cabinet__aside-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
}

@media all and (max-width: 1023px) {
  .cabinet__aside-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: calc(320 / var(--media-breakdown));
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    transition: 0.3s ease-in-out;
  }

  .cabinet__aside-menu.burger {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.cabinet__aside-item {
  width: 100%;
  height: 60px;
  border-left: 6px solid #FFFFFF;
  margin-bottom: 33px;
}

@media all and (max-width: 1920px) {
  .cabinet__aside-item {
    height: calc(60 / var(--media-breakdown));
    margin-bottom: calc(33 / var(--media-breakdown));
    border-left: calc(6 / var(--media-breakdown)) solid #FFFFFF;
  }
}

@media all and (max-width: 1580px) {
  .cabinet__aside-item {
    margin-bottom: calc(10 / var(--media-breakdown));
    padding-left: calc(10 / var(--media-breakdown));
    overflow: hidden;
  }
}

.cabinet__aside-item.current,
.cabinet__aside-item:hover {
  border-left-color: #8F8F2D;
  background-color: #E9E9B0;
}

.cabinet__aside-item.current a,
.cabinet__aside-item:hover a {
  color: #8F8F2D;
}

.cabinet__aside-item.current a path,
.cabinet__aside-item:hover a path {
  fill: #8F8F2D;
}

.cabinet__aside-item a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 10px 28px;
  color: #8A8A8A;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

@media all and (max-width: 1920px) {
  .cabinet__aside-item a {
    font-size: calc(20 / var(--media-breakdown));
    padding: calc(10 / var(--media-breakdown)) calc(28 / var(--media-breakdown));
  }
}

@media all and (max-width: 1580px) {
  .cabinet__aside-item a {
    padding: calc(10 / var(--media-breakdown)) calc(10 / var(--media-breakdown));
  }
}

.cabinet__aside-item a span {
  white-space: nowrap;
  transition: 0.1s ease-in-out;
  transition-delay: 0.2s;
}

@media all and (max-width: 1580px) {
  .cabinet__aside-item a span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 0;
    left: calc(50 / var(--media-breakdown));
    height: 100%;
    opacity: 0;
  }
}

@media all and (max-width: 1023px) {
  .cabinet__aside-item a span {
    opacity: 1;
    position: static;
  }
}

.cabinet__aside-item a svg {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

@media all and (max-width: 1920px) {
  .cabinet__aside-item a svg {
    width: calc(25 / var(--media-breakdown));
  }
}

.cabinet__aside-item a svg path {
  transition: 0.3s ease-in-out;
}

.cabinet__aside-exit {
  margin-top: auto;
}

.cabinet__aside-exit a {
  color: #E55858;
}

.cabinet__content {
  width: calc(100% - 270px);
  padding: 40px;
}

@media all and (max-width: 1920px) {
  .cabinet__content {
    padding: calc(40 / var(--media-breakdown));
    width: calc(100% - 270 / var(--media-breakdown));
  }
}

@media all and (max-width: 1580px) {
  .cabinet__content {
    padding: calc(20 / var(--media-breakdown));
    width: calc(100% - 70 / var(--media-breakdown));
  }
}

@media all and (max-width: 1023px) {
  .cabinet__content {
    width: 100%;
    padding: calc(80 / var(--media-breakdown)) calc(20 / var(--media-breakdown)) calc(20 / var(--media-breakdown)) calc(20 / var(--media-breakdown));
  }
}

.cabinet__table {
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 30px;
  font-size: 16px;
  margin-bottom: 40px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

@media all and (max-width: 1920px) {
  .cabinet__table {
    padding: calc(40 / var(--media-breakdown));
    border-radius: calc(30 / var(--media-breakdown));
    font-size: calc(16 / var(--media-breakdown));
    margin-bottom: calc(40 / var(--media-breakdown));
  }
}

@media all and (max-width: 1580px) {
  .cabinet__table {
    padding: calc(20 / var(--media-breakdown));
    border-radius: calc(20 / var(--media-breakdown));
  }
}

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

.cabinet__table input {
  height: 38px;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 0 38px 0 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #8F8F2D;
}

@media all and (max-width: 1920px) {
  .cabinet__table input {
    height: 38px;
    border-radius: calc(20 / var(--media-breakdown));
    padding: 0 calc(38 / var(--media-breakdown)) 0 calc(20 / var(--media-breakdown));
  }
}

@media all and (max-width: 1023px) {
  .cabinet__table-pay form {
    margin-right: calc(-10 / var(--media-breakdown));
    width: calc(100% + 10 / var(--media-breakdown));
  }
}

@media all and (max-width: 500px) {
  .cabinet__table-pay form {
    margin-right: 0;
    width: 100%;
  }
}

.cabinet__table-pay-transfer {
  width: 100%;
  margin-bottom: 20px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-pay-transfer {
    margin-bottom: calc(20 / var(--media-breakdown));
  }
}

.cabinet__table-pay-transfer thead {
  background-color: #8F8F2D;
}

.cabinet__table-pay-transfer thead th {
  color: #FFFFFF;
}

.cabinet__table-pay-transfer th,
.cabinet__table-pay-transfer td {
  text-align: left;
}

.cabinet__table-pay-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-right: -10px;
  width: calc(100% + 10px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1920px) {
  .cabinet__table-pay-row {
    margin-right: calc(-10 / var(--media-breakdown));
    width: calc(100% + 10 / var(--media-breakdown));
  }
}

.cabinet__table-pay-item {
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(25% - 10px);
}

@media all and (max-width: 1920px) {
  .cabinet__table-pay-item {
    margin-bottom: calc(10 / var(--media-breakdown));
    margin-right: calc(10 / var(--media-breakdown));
    width: calc(25% - 10 / var(--media-breakdown));
  }
}

@media all and (max-width: 1023px) {
  .cabinet__table-pay-item {
    width: calc(33.3333% - 10 / var(--media-breakdown));
  }
}

@media all and (max-width: 768px) {
  .cabinet__table-pay-item {
    width: calc(50% - 10 / var(--media-breakdown));
  }
}

@media all and (max-width: 500px) {
  .cabinet__table-pay-item {
    margin-right: 0;
    width: 100%;
  }
}

.cabinet__table .title {
  font-size: 20px;
  margin-bottom: 4px;
}

@media all and (max-width: 1920px) {
  .cabinet__table .title {
    font-size: calc(20 / var(--media-breakdown));
    margin-bottom: calc(4 / var(--media-breakdown));
  }
}

.cabinet__table #delete-empty-time {
  border-top: 1px solid #8F8F2D;
  padding-top: 20px;
}

@media all and (max-width: 1920px) {
  .cabinet__table #delete-empty-time {
    padding-top: calc(20 / var(--media-breakdown));
  }
}

.cabinet__table #delete-empty-time button {
  margin-top: 10px;
}

@media all and (max-width: 1920px) {
  .cabinet__table #delete-empty-time button {
    margin-top: calc(10 / var(--media-breakdown));
  }
}

.cabinet__table #edit-timetable-btn {
  margin-top: 10px;
}

@media all and (max-width: 1920px) {
  .cabinet__table #edit-timetable-btn {
    margin-top: calc(10 / var(--media-breakdown));
  }
}

.cabinet__table-add {
  margin-top: 20px;
  position: relative;
}

@media all and (max-width: 1920px) {
  .cabinet__table-add {
    margin-top: calc(20 / var(--media-breakdown));
  }
}

@media all and (max-width: 768px) {
  .cabinet__table-add form.add-form .add-form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .cabinet__table-add form.add-form .add-form-row .selectric-wrapper {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 768px) {
  .cabinet__table-add form.add-form .add-form-row input {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 768px) {
  .cabinet__table-add form.add-form .add-form-row label {
    width: 100%;
    margin-right: 0;
  }
}

.cabinet__table-add .right-bottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-add .right-bottom {
    bottom: calc(20 / var(--media-breakdown));
    right: calc(20 / var(--media-breakdown));
  }
}

.cabinet__table-add .right-bottom .selectric-wrapper {
  min-width: 200px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-add .right-bottom .selectric-wrapper {
    min-width: calc(200 / var(--media-breakdown));
  }
}

.cabinet__table-add .right-bottom-small {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cabinet__table-add label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.cabinet__table-add label input {
  display: none;
}

.cabinet__table-add label input:checked + .custom-chackbox:before {
  background-color: #000000;
}

.cabinet__table-add label .custom-chackbox {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 20px;
  border: 1px solid #000000;
  position: relative;
}

@media all and (max-width: 1920px) {
  .cabinet__table-add label .custom-chackbox {
    width: calc(20 / var(--media-breakdown));
    height: calc(20 / var(--media-breakdown));
    margin-right: calc(20 / var(--media-breakdown));
  }
}

.cabinet__table-add label .custom-chackbox:before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: transparent;
}

@media all and (max-width: 1920px) {
  .cabinet__table-add label .custom-chackbox:before {
    top: calc(3 / var(--media-breakdown));
    left: calc(3 / var(--media-breakdown));
    width: calc(100% - 6 / var(--media-breakdown));
    height: calc(100% - 6 / var(--media-breakdown));
  }
}

.cabinet__table-add .add-form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: -15px;
  width: calc(100% + 15px);
}

@media all and (max-width: 1920px) {
  .cabinet__table-add .add-form-row {
    margin-right: calc(-15 / var(--media-breakdown));
    width: calc(100% + 15 / var(--media-breakdown));
  }
}

.cabinet__table-add .add-form-row .column select {
  margin-top: 10px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-add .add-form-row .column select {
    margin-top: calc(10 / var(--media-breakdown));
  }
}

.cabinet__table-add .add-form-row .column .selectric-wrapper,
.cabinet__table-add .add-form-row .column .select2-container {
  margin-top: 10px;
  width: 100%;
}

@media all and (max-width: 1920px) {
  .cabinet__table-add .add-form-row .column .selectric-wrapper,
  .cabinet__table-add .add-form-row .column .select2-container {
    margin-top: calc(10 / var(--media-breakdown));
  }
}

.cabinet__table-add .add-form-row select,
.cabinet__table-add .add-form-row input,
.cabinet__table-add .add-form-row .selectric-wrapper,
.cabinet__table-add .add-form-row label,
.cabinet__table-add .add-form-row .add-form-row-item,
.cabinet__table-add .add-form-row .select2-container,
.cabinet__table-add .add-form-row .two-time {
  width: calc(33.333333% - 15px);
  margin-right: 15px;
  margin-bottom: 14px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-add .add-form-row select,
  .cabinet__table-add .add-form-row input,
  .cabinet__table-add .add-form-row .selectric-wrapper,
  .cabinet__table-add .add-form-row label,
  .cabinet__table-add .add-form-row .add-form-row-item,
  .cabinet__table-add .add-form-row .select2-container,
  .cabinet__table-add .add-form-row .two-time {
    width: calc(33.333333% - 15 / var(--media-breakdown));
    margin-right: calc(15 / var(--media-breakdown));
    margin-bottom: calc(14 / var(--media-breakdown));
  }
}

.cabinet__table-add .add-form-row .col-md-3,
.cabinet__table-add .add-form-row .col-md-4 {
  margin-right: 0;
}

.cabinet__table-add .add-form-row .col-md-3 .selectric-wrapper,
.cabinet__table-add .add-form-row .col-md-4 .selectric-wrapper {
  width: 100%;
}

.cabinet__table-add .add-form-row .add-form-row-item .selectric-wrapper {
  width: 100%;
}

.cabinet__table-add .add-form-row label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(33.333333% - 15px);
  -ms-flex-align: start;
      align-items: flex-start;
}

@media all and (max-width: 1920px) {
  .cabinet__table-add .add-form-row label {
    width: calc(33.333333% - 15 / var(--media-breakdown));
  }
}

.cabinet__table-add .add-form-row label input[type=date],
.cabinet__table-add .add-form-row label input[type=time],
.cabinet__table-add .add-form-row label input.full {
  margin-top: 6px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  height: 40px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-add .add-form-row label input[type=date],
  .cabinet__table-add .add-form-row label input[type=time],
  .cabinet__table-add .add-form-row label input.full {
    height: calc(40 / var(--media-breakdown));
    margin-top: calc(6 / var(--media-breakdown));
  }
}

.cabinet__table-add .add-form-row label input.full {
  margin-top: 0;
}

.cabinet__table-filter {
  margin-bottom: 20px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-filter {
    margin-bottom: calc(20 / var(--media-breakdown));
  }
}

.cabinet__table-filter form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1023px) {
  .cabinet__table-filter form {
    width: calc(100% + 20 / var(--media-breakdown));
    margin-right: calc(-20 / var(--media-breakdown));
  }
}

@media all and (max-width: 768px) {
  .cabinet__table-filter form {
    width: 100%;
    margin-right: 0;
  }
}

.cabinet__table-filter form .selectric-wrapper {
  width: 200px;
  margin-right: 14px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-filter form .selectric-wrapper {
    width: calc(200 / var(--media-breakdown));
    margin-right: calc(14 / var(--media-breakdown));
  }
}

@media all and (max-width: 1023px) {
  .cabinet__table-filter form .selectric-wrapper {
    width: calc(50% - 20 / var(--media-breakdown));
    margin-right: calc(20 / var(--media-breakdown));
    margin-bottom: calc(10 / var(--media-breakdown));
  }
}

@media all and (max-width: 768px) {
  .cabinet__table-filter form .selectric-wrapper {
    width: 100%;
    margin-right: 0;
  }
}

.cabinet__table-filter form input {
  margin-left: auto;
  width: 200px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-filter form input {
    width: calc(200 / var(--media-breakdown));
  }
}

@media all and (max-width: 1023px) {
  .cabinet__table-filter form input {
    width: calc(50% - 20 / var(--media-breakdown));
    margin-right: calc(20 / var(--media-breakdown));
  }
}

@media all and (max-width: 768px) {
  .cabinet__table-filter form input {
    width: 100%;
    margin-right: 0;
  }
}

.cabinet__table-filter form select {
  margin-right: 10px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-filter form select {
    margin-right: calc(10 / var(--media-breakdown));
  }
}

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

@media all and (max-width: 1023px) {
  .cabinet__table-visible {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.cabinet__table-visible-row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin-bottom: calc(6 / var(--media-breakdown));
}

@media all and (max-width: 1023px) {
  .cabinet__table-visible-row > div {
    text-align: right;
  }
}

.cabinet__table-visible > div {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cabinet__table-visible > div div {
  width: 100%;
}

.cabinet__table-visible > div .selectric-wrapper {
  width: 100%;
}

.cabinet__table-to {
  margin-left: auto;
}

@media all and (max-width: 1023px) {
  .cabinet__table-to {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-top: calc(20 / var(--media-breakdown));
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.cabinet__table-to.active-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cabinet__table-head {
  background-color: #8F8F2D;
  color: #FFFFFF;
  border: 1px solid #8F8F2D;
}

.cabinet__table-hide {
  margin-top: 10px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-hide {
    margin-top: calc(10 / var(--media-breakdown));
  }
}

.cabinet__table-container {
  padding: 20px;
  border: 1px solid #F0F0D8;
  margin-top: 10px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-container {
    padding: calc(20 / var(--media-breakdown));
    margin-top: calc(10 / var(--media-breakdown));
  }
}

.cabinet__table-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-item {
    margin-bottom: calc(10 / var(--media-breakdown));
  }
}

.cabinet__table-item:last-child {
  margin-bottom: 0;
}

.cabinet__table-row {
  padding: 10px;
  margin-bottom: 4px;
}

@media all and (max-width: 1920px) {
  .cabinet__table-row {
    padding: calc(10 / var(--media-breakdown));
    margin-bottom: calc(4 / var(--media-breakdown));
  }
}

@media all and (max-width: 768px) {
  .cabinet__table-row {
    margin-bottom: calc(20 / var(--media-breakdown));
  }
}

.cabinet__table-row:not(.cabinet__table-head) {
  border: 1px solid #F0F0D8;
}

.cabinet__table-row:not(.cabinet__table-head) a {
  color: #8F8F2D;
  text-decoration: underline;
}

.cabinet__table-row:not(.cabinet__table-head):nth-child(odd) {
  background-color: #F0F0D8;
}

.cabinet__table-row:not(.cabinet__table-head):nth-child(odd) .selectric {
  background-color: #FFFFFF;
}

.cabinet__table-row:not(.cabinet__table-head):nth-child(odd) .cabinet__table-container {
  border: 1px solid #FFFFFF;
}

.cabinet__table-row .id {
  width: 6%;
}

.cabinet__table-row .name {
  width: 16%;
}

@media all and (max-width: 1023px) {
  .cabinet__table-row .name {
    width: 50%;
  }
}

.cabinet__table-row .language {
  width: 16%;
}

@media all and (max-width: 1023px) {
  .cabinet__table-row .language {
    width: 50%;
  }
}

.cabinet__table-row .group {
  width: 18%;
}

@media all and (max-width: 1023px) {
  .cabinet__table-row .group {
    width: 50%;
  }
}

.cabinet__table-row .teatcher {
  width: 19%;
}

@media all and (max-width: 1023px) {
  .cabinet__table-row .teatcher {
    width: 50%;
  }
}

.cabinet__table-row .active {
  width: 15%;
}

@media all and (max-width: 1023px) {
  .cabinet__table-row .active {
    width: 100%;
    margin-top: calc(10 / var(--media-breakdown));
  }
}

.cabinet__table-row .active form {
  width: 100%;
}

.cabinet .all-teachers-pay {
  width: 100%;
  margin-bottom: calc(20 / var(--media-breakdown));
}

.cabinet .all-teachers-pay th,
.cabinet .all-teachers-pay td {
  border: 1px solid #8F8F2D;
  vertical-align: middle;
}

.two-time .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.two-time .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #8F8F2D;
  border-radius: 20px;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

@media all and (max-width: 1920px) {
  .two-time .wrapper {
    border-radius: calc(20 / var(--media-breakdown));
  }
}

.two-time .wrapper input {
  margin: 0;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}

#timatable-filter .add-form-row {
  -ms-flex-align: end;
      align-items: flex-end;
}

.timetable__event {
  border-radius: 6px;
  border-left: 7px solid #8F8F2D;
  padding: 10px;
  margin-bottom: 10px;
}

@media all and (max-width: 1920px) {
  .timetable__event {
    border-radius: calc(6 / var(--media-breakdown));
    border-left: calc(7 / var(--media-breakdown)) solid #8F8F2D;
    padding: calc(10 / var(--media-breakdown));
    margin-bottom: calc(10 / var(--media-breakdown));
  }
}

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

.timetable__event.normal {
  background-color: #FBFBEB;
}

.timetable__event.test {
  background-color: rgba(243, 232, 179, 0.66);
  border-left: 7px solid #8c5714;
}

.timetable__event.window {
  background-color: lightgrey;
  border-left: 7px solid #676767;
}

@media all and (max-width: 1920px) {
  .timetable__event.window {
    border-left: calc(7 / var(--media-breakdown)) solid #676767;
  }
}

.timetable__event.cancel {
  border-left: 7px solid red;
  background-color: #facfcf;
}

@media all and (max-width: 1920px) {
  .timetable__event.cancel {
    border-left: calc(7 / var(--media-breakdown)) solid #facfcf;
  }
}

.timetable__event.planed {
  border-left: 7px solid #2c43ff;
  background-color: #aecfff;
}

@media all and (max-width: 1920px) {
  .timetable__event.planed {
    border-left: calc(7 / var(--media-breakdown)) solid #2c43ff;
  }
}

.timetable__event-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 14px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 6px;
}

@media all and (max-width: 1920px) {
  .timetable__event-row {
    font-size: calc(14 / var(--media-breakdown));
    margin-bottom: calc(6 / var(--media-breakdown));
  }
}

.timetable__event-row:last-child {
  margin-bottom: 0;
}

.timetable__event-row svg {
  margin-right: 5px;
}

@media all and (max-width: 1920px) {
  .timetable__event-row svg {
    margin-right: calc(5 / var(--media-breakdown));
  }
}

.timetable__event-row .name {
  color: #8F8F2D;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.timetable__event-row .value {
  color: #BC7546;
  -ms-flex-align: center;
      align-items: center;
}

.timetable__event-row .time {
  font-size: 12px;
  color: #8F8F2D;
  -ms-flex-align: center;
      align-items: center;
}

.timetable__table-box {
  margin-top: 40px;
  margin-bottom: 80px;
}

@media all and (max-width: 1920px) {
  .timetable__table-box {
    margin-top: calc(40 / var(--media-breakdown));
    margin-bottom: calc(80 / var(--media-breakdown));
  }
}

.timetable__table-row {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #B1B1B1;
  min-height: 50px;
  border-bottom: 1px solid #DCDCDC;
}

@media all and (max-width: 1920px) {
  .timetable__table-row {
    font-size: calc(16 / var(--media-breakdown));
    min-height: calc(50 / var(--media-breakdown));
  }
}

.timetable__table-row:first-child {
  -ms-flex-align: center;
      align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #FFFFFF;
}

.timetable__table-row:first-child .timetable__table-cell {
  width: 12.5%;
}

.timetable__table-cell {
  width: 13.1428571429%;
  padding: 10px;
}

@media all and (max-width: 1920px) {
  .timetable__table-cell {
    padding: calc(10 / var(--media-breakdown));
  }
}

.timetable__table-cell:first-child {
  width: 8%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.timetable__table-cell.current {
  color: #8F8F2D;
}

.personal__data {
  margin-top: 0;
}

.personal .row {
  margin-bottom: 20px;
}

@media all and (max-width: 1920px) {
  .personal .row {
    margin-bottom: calc(20 / var(--media-breakdown));
  }
}

.personal__photo {
  margin-top: 0;
}

.personal__row {
  margin-bottom: 20px;
}

@media all and (max-width: 1920px) {
  .personal__row {
    margin-bottom: calc(20 / var(--media-breakdown));
  }
}

.personal__statistic {
  padding: calc(40 / var(--media-breakdown));
  border-radius: calc(30 / var(--media-breakdown));
  background-color: #E9E9B0;
}

.personal__statistic .name {
  font-weight: bold;
}

.marketing__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-right: -40px;
  width: calc(100% + 40px);
  margin-bottom: 40px;
}

@media all and (max-width: 1920px) {
  .marketing__header {
    margin-right: calc(-40 / var(--media-breakdown));
    width: calc(100% + 40 / var(--media-breakdown));
    margin-bottom: calc(40 / var(--media-breakdown));
  }
}

.marketing__list {
  margin-right: -20px;
  width: calc(100% + 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

@media all and (max-width: 1920px) {
  .marketing__list {
    margin-bottom: calc(40 / var(--media-breakdown));
    margin-right: calc(-20 / var(--media-breakdown));
    width: calc(100% + 20 / var(--media-breakdown));
  }
}

.marketing__group {
  padding: 40px;
  border-radius: 30px;
  background-color: #FFFFFF;
  font-size: 20px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  width: calc(25% - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
}

@media all and (max-width: 1920px) {
  .marketing__group {
    padding: calc(40 / var(--media-breakdown));
    border-radius: calc(30 / var(--media-breakdown));
    font-size: calc(20 / var(--media-breakdown));
    width: calc(25% - 20 / var(--media-breakdown));
    margin-bottom: calc(20 / var(--media-breakdown));
    margin-right: calc(20 / var(--media-breakdown));
  }
}

.marketing__group.google p:before {
  background-image: url(/images/google.svg?94804868ec0d58a760a81d9cfe0c9d94);
}

.marketing__group.tiktok p:before {
  background-image: url(/images/tiktok.svg?683b6cf6a374aa565c1343a1158b2d9d);
}

.marketing__group.youtube p:before {
  background-image: url(/images/yooutube.svg?5849764e087647f9273e4d6362cc9d4d);
}

.marketing__group.instagram p:before {
  background-image: url(/images/insta.svg?5b511262ed33b57194bf2f23c27a5771);
}

.marketing__group.facebook p:before {
  background-image: url(/images/facebook.svg?89b365d2f1e9c268275ae223d084b432);
}

.marketing__group.earth p:before {
  background-image: url(/images/earth.svg?36dc4eb0501ba2e3690c8cfbf4cdd826);
}

.marketing__group-name {
  color: #8F8F2D;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}

@media all and (max-width: 1920px) {
  .marketing__group-name {
    margin-bottom: calc(20 / var(--media-breakdown));
  }
}

.marketing__group-name:before {
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

@media all and (max-width: 1920px) {
  .marketing__group-name:before {
    margin-right: calc(10 / var(--media-breakdown));
    width: calc(40 / var(--media-breakdown));
    height: calc(40 / var(--media-breakdown));
  }
}

.marketing__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 16px;
  margin-bottom: 10px;
}

@media all and (max-width: 1920px) {
  .marketing__row {
    font-size: calc(16 / var(--media-breakdown));
    margin-bottom: calc(10 / var(--media-breakdown));
  }
}

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

.marketing__row .name {
  font-weight: bold;
}

.marketing__row .value {
  font-weight: normal;
}

.teach-desc {
  border: 1px solid #8F8F2D;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px;
}

@media all and (max-width: 1920px) {
  .teach-desc {
    border-radius: calc(10 / var(--media-breakdown));
    margin: calc(20 / var(--media-breakdown)) 0;
    padding: calc(20 / var(--media-breakdown));
  }
}

.page-accounting .add-form-row .selectric-wrapper {
  width: 100%;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 40px;
}

@media all and (max-width: 1920px) {
  .pagination {
    margin-top: calc(40 / var(--media-breakdown));
  }
}

.pagination > a {
  margin: 0 10px;
}

@media all and (max-width: 1920px) {
  .pagination > a {
    margin: 0 calc(10 / var(--media-breakdown));
  }
}

.pagination__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 10px;
}

@media all and (max-width: 1920px) {
  .pagination__wrapper {
    margin: 0 calc(10 / var(--media-breakdown));
  }
}

.pagination__wrapper li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin: 0 10px;
}

@media all and (max-width: 1920px) {
  .pagination__wrapper li {
    margin: 0 calc(10 / var(--media-breakdown));
  }
}

.pagination__wrapper li a {
  color: #8A8A8A;
}

.pagination__wrapper li a.current {
  pointer-events: none;
  color: #8F8F2D;
  font-weight: 600;
}

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

.propositions__buttons > div {
  margin-right: 20px;
  cursor: pointer;
}

@media all and (max-width: 1920px) {
  .propositions__buttons > div {
    margin-right: calc(20 / var(--media-breakdown));
  }
}

.propositions__add-new {
  margin-top: 20px;
}

@media all and (max-width: 1920px) {
  .propositions__add-new {
    margin-top: calc(20 / var(--media-breakdown));
  }
}

.propositions__item-new,
.propositions__add-pay-part,
.propositions__item-custom-pay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 50;
  margin-top: 0;
}

.propositions__item-new .cabinet__table-add,
.propositions__add-pay-part .cabinet__table-add,
.propositions__item-custom-pay .cabinet__table-add {
  position: relative;
  width: 1024px;
  max-width: calc(100% - 40px);
  background-color: #FFFFFF;
  border: 1px solid #858523;
  border-radius: 40px;
  padding: 60px 60px 60px 60px;
}

@media all and (max-width: 1920px) {
  .propositions__item-new .cabinet__table-add,
  .propositions__add-pay-part .cabinet__table-add,
  .propositions__item-custom-pay .cabinet__table-add {
    border-radius: calc(40 / var(--media-breakdown));
    width: calc(1024 / var(--media-breakdown));
    padding: calc(60 / var(--media-breakdown)) calc(60 / var(--media-breakdown)) calc(60 / var(--media-breakdown)) calc(60 / var(--media-breakdown));
  }
}

.propositions__item-new h3,
.propositions__add-pay-part h3,
.propositions__item-custom-pay h3 {
  margin-bottom: 20px;
}

@media all and (max-width: 1920px) {
  .propositions__item-new h3,
  .propositions__add-pay-part h3,
  .propositions__item-custom-pay h3 {
    margin-bottom: calc(20 / var(--media-breakdown));
  }
}

.propositions__item-close {
  position: absolute;
  right: 26px;
  top: 26px;
  cursor: pointer;
  width: 36px;
  height: 36px;
}

@media all and (max-width: 1920px) {
  .propositions__item-close {
    right: calc(26 / var(--media-breakdown));
    top: calc(26 / var(--media-breakdown));
    width: calc(36 / var(--media-breakdown));
    height: calc(36 / var(--media-breakdown));
  }
}

.propositions__add-new {
  cursor: pointer;
}

.page-404 {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.page-404 footer {
  z-index: 2;
}

.page-404 .main {
  -ms-flex: 1;
      flex: 1;
  padding-top: 0;
}

.page-404 .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-404 .container-star {
  background-image: linear-gradient(to bottom, #8F8F2D 0%, #8F8F2D 70%, #8F8F2D 100%);
}

.page-404 .container-star:after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(15, 10, 38, 0.2) 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.page-404 .star-1 {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-animation: twinkle 5s infinite ease-in-out;
          animation: twinkle 5s infinite ease-in-out;
}

.page-404 .star-1:after {
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}

.page-404 .star-1:before {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  border-radius: 50%;
  content: "";
  top: -20%;
  left: -50%;
}

.page-404 .star-1:nth-of-type(1) {
  top: 58vh;
  left: 86vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(1):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(2) {
  top: 55vh;
  left: 58vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(2):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(3) {
  top: 45vh;
  left: 96vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(3):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(4) {
  top: 99vh;
  left: 49vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(4):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(5) {
  top: 78vh;
  left: 63vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(5):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(6) {
  top: 74vh;
  left: 47vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(6):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(7) {
  top: 21vh;
  left: 46vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(7):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(8) {
  top: 14vh;
  left: 54vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(8):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(9) {
  top: 63vh;
  left: 83vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-1:nth-of-type(9):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(10) {
  top: 24vh;
  left: 91vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(10):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(11) {
  top: 43vh;
  left: 66vw;
  width: 8px;
  height: 2.6666666667px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(11):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(12) {
  top: 14vh;
  left: 62vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(12):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(13) {
  top: 81vh;
  left: 12vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-1:nth-of-type(13):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(14) {
  top: 72vh;
  left: 90vw;
  width: 8px;
  height: 2.6666666667px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(14):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(15) {
  top: 1vh;
  left: 22vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(15):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(16) {
  top: 44vh;
  left: 58vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(16):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(17) {
  top: 94vh;
  left: 32vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(17):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(18) {
  top: 55vh;
  left: 75vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(18):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(19) {
  top: 22vh;
  left: 80vw;
  width: 8px;
  height: 2.6666666667px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(19):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(20) {
  top: 29vh;
  left: 78vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(20):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(21) {
  top: 58vh;
  left: 17vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(21):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(22) {
  top: 68vh;
  left: 27vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(22):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(23) {
  top: 19vh;
  left: 29vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(23):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(24) {
  top: 27vh;
  left: 21vw;
  width: 8px;
  height: 2.6666666667px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(24):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(25) {
  top: 52vh;
  left: 73vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-1:nth-of-type(25):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(26) {
  top: 85vh;
  left: 31vw;
  width: 8px;
  height: 2.6666666667px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(26):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(27) {
  top: 46vh;
  left: 61vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(27):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(28) {
  top: 27vh;
  left: 7vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(28):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(29) {
  top: 84vh;
  left: 59vw;
  width: 8px;
  height: 2.6666666667px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(29):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(30) {
  top: 25vh;
  left: 100vw;
  width: 8px;
  height: 2.6666666667px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(30):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.page-404 .star-2 {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-animation: twinkle 5s infinite ease-in-out;
          animation: twinkle 5s infinite ease-in-out;
}

.page-404 .star-2:nth-of-type(31) {
  top: 38vh;
  left: 91vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(31):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(32) {
  top: 68vh;
  left: 7vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(32):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(33) {
  top: 61vh;
  left: 76vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(33):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(34) {
  top: 60vh;
  left: 93vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(34):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(35) {
  top: 19vh;
  left: 92vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(35):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(36) {
  top: 38vh;
  left: 21vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(36):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(37) {
  top: 61vh;
  left: 75vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(37):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(38) {
  top: 82vh;
  left: 16vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(38):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(39) {
  top: 73vh;
  left: 53vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(39):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(40) {
  top: 37vh;
  left: 26vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(40):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(41) {
  top: 40vh;
  left: 23vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(41):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(42) {
  top: 12vh;
  left: 10vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(42):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(43) {
  top: 34vh;
  left: 59vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(43):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(44) {
  top: 100vh;
  left: 52vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(44):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(45) {
  top: 68vh;
  left: 34vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(45):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(46) {
  top: 83vh;
  left: 74vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(46):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(47) {
  top: 64vh;
  left: 10vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(47):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(48) {
  top: 28vh;
  left: 24vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(48):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(49) {
  top: 85vh;
  left: 36vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(49):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(50) {
  top: 75vh;
  left: 11vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(50):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(51) {
  top: 90vh;
  left: 83vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(51):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(52) {
  top: 7vh;
  left: 41vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(52):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(53) {
  top: 55vh;
  left: 40vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(53):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(54) {
  top: 88vh;
  left: 48vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(54):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(55) {
  top: 27vh;
  left: 84vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(55):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(56) {
  top: 58vh;
  left: 51vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(56):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(57) {
  top: 54vh;
  left: 50vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(57):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(58) {
  top: 36vh;
  left: 79vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(58):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(59) {
  top: 67vh;
  left: 20vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(59):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(60) {
  top: 41vh;
  left: 54vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(60):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .container-title {
  width: 600px;
  height: 450px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  color: white;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

.page-404 .title > * {
  display: inline-block;
  font-size: 200px;
}

.page-404 .number {
  text-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0.2em;
  font-family: "Russo One", sans-serif;
}

.page-404 .subtitle {
  font-size: 25px;
  margin-top: 1.5em;
  font-family: "Lato", sans-serif;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.page-404 .abutton {
  font-size: 22px;
  margin-top: 1.5em;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  color: white;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  z-index: 999;
  border: 2px solid white;
  border-radius: 5px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
}

.page-404 .abutton:hover {
  opacity: 0.7;
}

.page-404 .abutton:focus {
  outline: 0;
}

.page-404 .moon {
  position: relative;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 70px #fff, 0 0 80px #fff, 0 0 100px #ff1177;
  -webkit-animation: rotate 5s ease-in-out infinite;
          animation: rotate 5s ease-in-out infinite;
}

.page-404 .moon .face {
  top: 60%;
  left: 47%;
  position: absolute;
}

.page-404 .moon .face .mouth {
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #8F8F2D;
  width: 25px;
  height: 25px;
  position: absolute;
  -webkit-animation: snore 5s ease-in-out infinite;
          animation: snore 5s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.3);
}

.page-404 .moon .face .eyes {
  position: absolute;
  top: -30px;
  left: -30px;
}

.page-404 .moon .face .eyes .eye-left,
.page-404 .moon .face .eyes .eye-right {
  border: 4px solid #8F8F2D;
  width: 30px;
  height: 15px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: 0;
  position: absolute;
}

.page-404 .moon .face .eyes .eye-left:before,
.page-404 .moon .face .eyes .eye-left:after,
.page-404 .moon .face .eyes .eye-right:before,
.page-404 .moon .face .eyes .eye-right:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #8F8F2D;
  top: -2px;
  left: -4px;
}

.page-404 .moon .face .eyes .eye-left:after,
.page-404 .moon .face .eyes .eye-right:after {
  left: auto;
  right: -4px;
}

.page-404 .moon .face .eyes .eye-right {
  left: 50px;
}

.page-404 .container-bird {
  -webkit-perspective: 2000px;
          perspective: 2000px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-404 .bird {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 50px;
  -webkit-transform: translate3d(-100vw, 0, 0) rotateY(90deg);
          transform: translate3d(-100vw, 0, 0) rotateY(90deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.page-404 .bird-container {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate3d(50px, 30px, -300px);
          transform: translate3d(50px, 30px, -300px);
}

.page-404 .wing {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 300;
}

.page-404 .wing-left {
  background: linear-gradient(to bottom, #fdf8d4 0%, #F6E04F 100%);
  -webkit-transform: translate3d(0, 0, 0) rotateX(-30deg);
          transform: translate3d(0, 0, 0) rotateX(-30deg);
  -webkit-animation: wingLeft 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingLeft 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .wing-right {
  background: linear-gradient(to bottom, #f5e7b0 0%, #F6E04F 100%);
  -webkit-transform: translate3d(0, 0, 0) rotateX(-30deg);
          transform: translate3d(0, 0, 0) rotateX(-30deg);
  -webkit-animation: wingRight 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingRight 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .wing-right-top,
.page-404 .wing-left-top {
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  top: -20px;
  width: 100%;
  position: absolute;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.page-404 .wing-right-top {
  border-bottom: 20px solid #faf084;
  -webkit-transform: translate3d(0, 0, 0) rotateX(60deg);
          transform: translate3d(0, 0, 0) rotateX(60deg);
  -webkit-animation: wingRightTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingRightTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .wing-left-top {
  border-bottom: 20px solid #fff0a2;
  -webkit-transform: translate3d(0, 0, 0) rotateX(-60deg);
          transform: translate3d(0, 0, 0) rotateX(-60deg);
  -webkit-animation: wingLeftTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingLeftTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .bird-anim:nth-child(1) {
  -webkit-animation: bird1 30s linear infinite forwards;
          animation: bird1 30s linear infinite forwards;
}

.page-404 .bird-anim:nth-child(2) {
  -webkit-animation: bird2 30s linear infinite forwards;
          animation: bird2 30s linear infinite forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  z-index: -1;
}

.page-404 .bird-anim:nth-child(3) {
  -webkit-animation: bird3 30s linear infinite forwards;
          animation: bird3 30s linear infinite forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .bird-anim:nth-child(4) {
  -webkit-animation: bird4 30s linear infinite forwards;
          animation: bird4 30s linear infinite forwards;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.page-404 .bird-anim:nth-child(5) {
  -webkit-animation: bird5 30s linear infinite forwards;
          animation: bird5 30s linear infinite forwards;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}

.page-404 .bird-anim:nth-child(6) {
  -webkit-animation: bird6 30s linear infinite forwards;
          animation: bird6 30s linear infinite forwards;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  z-index: -1;
}

@-webkit-keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }

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

@keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }

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

@-webkit-keyframes snore {
  0%, 100% {
    -webkit-transform: scale(1) rotate(30deg);
            transform: scale(1) rotate(30deg);
  }

  50% {
    -webkit-transform: scale(0.5) rotate(30deg);
            transform: scale(0.5) rotate(30deg);
    border-bottom-left-radius: 50%;
  }
}

@keyframes snore {
  0%, 100% {
    -webkit-transform: scale(1) rotate(30deg);
            transform: scale(1) rotate(30deg);
  }

  50% {
    -webkit-transform: scale(0.5) rotate(30deg);
            transform: scale(0.5) rotate(30deg);
    border-bottom-left-radius: 50%;
  }
}

@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.3;
  }
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.3;
  }
}

@-webkit-keyframes wingLeft {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-50deg);
            transform: translate3d(0, 0, 0) rotateX(-50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(-130deg);
            transform: translate3d(0, -20px, 0) rotateX(-130deg);
    background: linear-gradient(to bottom, #fffadc 0%, #f6b000 100%);
  }
}

@keyframes wingLeft {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-50deg);
            transform: translate3d(0, 0, 0) rotateX(-50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(-130deg);
            transform: translate3d(0, -20px, 0) rotateX(-130deg);
    background: linear-gradient(to bottom, #fffadc 0%, #f6b000 100%);
  }
}

@-webkit-keyframes wingLeftTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-10deg);
            transform: translate3d(0, 0, 0) rotateX(-10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0) rotateX(-40deg);
            transform: translate3d(0px, 0px, 0) rotateX(-40deg);
    border-bottom: 20px solid #f1cf0e;
  }
}

@keyframes wingLeftTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-10deg);
            transform: translate3d(0, 0, 0) rotateX(-10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0) rotateX(-40deg);
            transform: translate3d(0px, 0px, 0) rotateX(-40deg);
    border-bottom: 20px solid #f1cf0e;
  }
}

@-webkit-keyframes wingRight {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(50deg);
            transform: translate3d(0, 0, 0) rotateX(50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(130deg);
            transform: translate3d(0, -20px, 0) rotateX(130deg);
    background: linear-gradient(to bottom, #fdeb73 0%, #ffbd00 100%);
  }
}

@keyframes wingRight {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(50deg);
            transform: translate3d(0, 0, 0) rotateX(50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(130deg);
            transform: translate3d(0, -20px, 0) rotateX(130deg);
    background: linear-gradient(to bottom, #fdeb73 0%, #ffbd00 100%);
  }
}

@-webkit-keyframes wingRightTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(10deg);
            transform: translate3d(0, 0, 0) rotateX(10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(40deg);
            transform: translate3d(0px, 0px, 0px) rotateX(40deg);
    border-bottom: 20px solid #f6c300;
  }
}

@keyframes wingRightTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(10deg);
            transform: translate3d(0, 0, 0) rotateX(10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(40deg);
            transform: translate3d(0px, 0px, 0px) rotateX(40deg);
    border-bottom: 20px solid #f6c300;
  }
}

@-webkit-keyframes bird1 {
  0% {
    -webkit-transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
  }
}

@keyframes bird1 {
  0% {
    -webkit-transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
  }
}

@-webkit-keyframes bird2 {
  0%, 15% {
    -webkit-transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
  }
}

@keyframes bird2 {
  0%, 15% {
    -webkit-transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
  }
}

@-webkit-keyframes bird3 {
  0% {
    -webkit-transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }
}

@keyframes bird3 {
  0% {
    -webkit-transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }
}

@-webkit-keyframes bird4 {
  0% {
    -webkit-transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }
}

@keyframes bird4 {
  0% {
    -webkit-transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }
}

@-webkit-keyframes bird5 {
  0%, 5% {
    -webkit-transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }
}

@keyframes bird5 {
  0%, 5% {
    -webkit-transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }
}

@-webkit-keyframes bird6 {
  0%, 10% {
    -webkit-transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
            transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
            transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
  }
}

@keyframes bird6 {
  0%, 10% {
    -webkit-transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
            transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
            transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
  }
}

@media screen and (max-width: 580px) {
  .page-404 .container-404 {
    width: 100%;
  }

  .page-404 .number {
    font-size: 100px;
  }

  .page-404 .subtitle {
    font-size: 20px;
    padding: 0 1em;
  }

  .page-404 .moon {
    width: 100px;
    height: 100px;
  }

  .page-404 .face {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.page-404 .button-404 {
  margin-top: 3rem;
  font-size: 22px;
  margin-top: 1.5em;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  color: white;
  background-color: transparent;
  cursor: pointer;
  z-index: 999;
  border: 2px solid white;
  border-radius: 5px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
  text-decoration: none;
}

.page-404 .button-404:hover {
  opacity: 0.7;
}

.page-404 .button-404:focus {
  outline: 0;
}


