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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
  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; }

a {
  text-decoration: none; }

/* Normalize Styles */
html {
  min-height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background: transparent; }

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

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

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

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("ttf"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("ttf"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("ttf"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("ttf"), url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-style: normal;
  font-weight: demi; }

/* Fonts */
/* Colors */
/* color title h1, display-title */
/* color title h2, h3, h4 */
/* color text */
/* color display-subtitle, text subtitles */
/* Border width */
.modal__close-icon, a,
.link, .nav-vertical__item, .breadcrumbs__item, .muar, .swiper-nav__item, .more {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.nav-vertical__link {
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Inter", sans-serif; }

.more:hover .my-icon {
  position: relative;
  -webkit-animation: 1s infinite bouncearrowright;
  animation: 1s infinite bouncearrowright; }

.modal__close-icon, a,
.link, .nav-vertical__item, .breadcrumbs__item, .muar, .swiper-nav__item, .more {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.modal__container {
  -webkit-box-shadow: -15px 15px 15px rgba(0, 0, 0, 0.1), 15px 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: -15px 15px 15px rgba(0, 0, 0, 0.1), 15px 15px 15px rgba(0, 0, 0, 0.1); }

.modal__close-icon {
  width: 24px;
  height: 24px;
  display: block;
  background: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  fill: #3a3e41; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  color: #3a3e41; }

.display-title {
  font-size: 1.625em;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  color: #f1f5f9;
  font-weight: 700;
  max-width: 830px;
  margin-bottom: 32px;
  margin-top: 0;
  text-transform: unset; }

.display-caption {
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.75); }

.display-subtitle {
  font-size: 18px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  color: #d4d7d9;
  max-width: 830px; }

p, .p {
  margin: 0 0 24px; }

p:last-child,
.p:last-child {
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #1d1f20; }

h1, .h1 {
  font-size: 1.4375em;
  line-height: 1.2;
  margin: 3.13043478em 0 1.04347826em; }

h2, .h2 {
  font-size: 1.25em;
  line-height: 1.3;
  margin: 3em 0 1.2em; }

h3, .h3 {
  font-size: 1.125em;
  line-height: 1.4;
  margin: 2.66666667em 0 1.33333333em; }

h4, .h4 {
  font-size: 1em;
  line-height: 1.5;
  margin: 2.25em 0 1.5em; }

h5, .h5 {
  font-size: 0.75em;
  line-height: 2;
  margin: 2em 0 0;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

@media (min-width: 768px) {
  .display-title {
    font-size: 3.4375em; }
  h1, .h1 {
    font-size: 1.9375em;
    margin-top: 3.09677419em;
    margin-bottom: 0.77419355em; }
  h2, .h2 {
    font-size: 1.5625em;
    margin-top: 2.88em;
    margin-bottom: 0.96em; }
  h3, .h3 {
    font-size: 1.25em;
    margin-top: 2.4em;
    margin-bottom: 1.2em; } }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0; }

/* double headers */
h1 + h2, .h1 + .h2 {
  margin-top: 1.2em; }

h2 + h3, .h2 + .h3 {
  margin-top: 1.3em; }

h3 + h4, .h3 + .h4 {
  margin-top: 1.4em; }

h4 + h5, .h4 + .h5 {
  margin-top: 1.5em; }

h5 + h6, .h5 + .h6 {
  margin-top: 2em; }

/* lists */
/* lists without classes */
ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 0; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.subtitle {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  color: #3a3e41;
  margin-bottom: 44px; }

.caption {
  font-size: 12px;
  line-height: 16px;
  color: #3a3e41;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px; }

.small-text {
  font-size: 14px;
  line-height: 20px; }

.blockquote__text {
  font-style: italic;
  max-width: 800px; }

.blockquote__author {
  margin-top: 24px; }

.blockquote__author-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  max-width: 280px; }

.blockquote__author-sanaev {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #262a2b; }

/* Common */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100%; }

body {
  position: relative;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1920px; }

body.is-ovh {
  overflow: hidden;
  height: 100%; }

body.is-scroll {
  overflow: hidden; }

/* Link */
a,
.link {
  color: #818cf8;
  text-decoration: none;
  cursor: pointer; }

a:hover,
.link:hover {
  color: #d61f2b;
  text-decoration: none; }

/* Image */
img,
.img {
  display: block;
  max-width: 100%; }

/* Nav */
.nav-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -8px; }

.nav-vertical__item {
  margin: 0 8px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.nav-vertical__link {
  color: #262a2b; }

/* Helpers */
.tac {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.my-icon--ml {
  margin-left: 8px; }

.my-icon--mr {
  margin-right: 8px; }

.is-overflow {
  overflow: hidden; }

.letter {
  opacity: 0; }

/* Breadcrumbs */
.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #697277;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 10px; }

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

.breadcrumbs__item:after {
  padding: 0 4px;
  content: "/"; }

.breadcrumbs__item--last:after {
  display: none; }

.breadcrumbs__link {
  color: #989b9f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap; }

.breadcrumbs__link--last {
  color: #bec3c5; }

.breadcrumbs__icon {
  margin-right: 4px;
  font-size: 16px;
  line-height: 16px; }

/* Muar */
.muar {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.muar--light {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); }

.muar--invisible {
  opacity: 0;
  visibility: hidden; }

.muar--select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Swiper Slider */
.swiper-nav {
  max-width: 387px;
  margin: 24px auto 0; }

.swiper-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swiper-nav__item {
  margin: 0 16px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #d61f2b;
  color: #e9ebec;
  font-size: 20px;
  line-height: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer; }

.swiper-nav__item:hover {
  background: #b31924;
  color: #fff; }

.swiper-nav__item:hover:before {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.swiper-nav__pagination {
  text-align: center;
  min-width: 60px !important; }

.swiper-pagination-current {
  font-weight: 600;
  font-size: 20px; }

.swiper-pagination-total {
  font-size: 14px;
  color: #989b9f; }

/* Loading */
.loading {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #f1f5f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.loading__progress {
  padding: 24px 0;
  text-align: center; }

.loading__logo {
  margin: auto 0;
  width: 222px; }

.loading__progress__text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.loading__progress-value {
  margin-bottom: 8px; }
  .loading__progress-value svg path,
  .loading__progress-value svg rect {
    fill: #e12d39; }

/* Order inline */
.order-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px; }

.order-inline__left {
  margin: 0 15px;
  width: -webkit-calc(33.3333% - 30px);
  width: calc(33.3333% - 30px); }

.order-inline__right {
  margin: 0 15px;
  width: -webkit-calc(66.6666% - 30px);
  width: calc(66.6666% - 30px); }

.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #565e61;
  margin-top: 24px; }

.more--mt-0 {
  margin-top: 0; }

.more:hover {
  color: #e12d39; }

.more:hover .my-icon {
  position: relative; }

#root {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 10;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  flex: 1 1 auto;
  min-height: 100%; }

.nav-panel {
  min-width: 280px;
  width: 280px;
  max-width: 280px;
  -webkit-transition: margin 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  -o-transition: margin 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: margin 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  height: 100vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  background-color: #111827; }

.nav-panel.is-closed {
  margin-left: -280px; }

.nav-panel__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }

.nav-panel__header {
  height: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 72px;
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px; }

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

.logo__img {
  display: block;
  margin-right: 10px; }

.logo__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500; }

.button-icon {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 12px;
  font-size: 2.8rem; }

.panel-open {
  margin-right: 24px;
  display: none; }

.panel-open.is-visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.button-icon__icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  fill: #fff; }

.button-icon__icon--black {
  fill: rgba(0, 0, 0, 0.54); }

.nav-panel__list {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  overflow: hidden auto;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 64px;
  margin-bottom: 64px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent; }

.nav-panel__list::-webkit-scrollbar {
  height: 8px;
  width: 8px; }

.nav-panel__list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1); }

.nav-panel__list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  border: 3px solid transparent; }

.nav-list {
  list-style: none;
  margin: 0px;
  position: relative;
  white-space: nowrap; }

.nav-list__item {
  position: relative; }

.nav-list__item + .nav-list__item {
  margin-top: 24px; }

.nav-list__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: pointer; }

.nav-list__wrap.is-selected {
  background-color: rgba(255, 255, 255, 0.1); }

.nav-list__wrap:hover {
  background-color: rgba(255, 255, 255, 0.05); }

.nav-list__item:hover .nav-list__wrap {
  background-color: rgba(255, 255, 255, 0.05); }

.nav-list__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #818cf8;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.nav-list__icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  fill: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.nav-list__wrap.is-selected .nav-list__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.nav-subitems {
  overflow: hidden;
  -webkit-transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  visibility: hidden;
  height: 0; }

.nav-subitems.is-opened {
  height: auto;
  min-height: 0;
  visibility: visible; }

.nav-subitems__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 16px;
  border-radius: 6px;
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: pointer;
  margin-top: 4px; }

.nav-subitems__item.is-selected {
  background-color: rgba(255, 255, 255, 0.1); }

.nav-subitems__item:hover {
  background-color: rgba(255, 255, 255, 0.05); }

.nav-subitems__icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  fill: rgba(255, 255, 255, 0.7);
  margin-right: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.nav-subitems__title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.nav-panel__footer {
  margin-bottom: 0;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }

.tariff {
  position: relative; }

.tariff__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tariff__row + .tariff__row {
  margin-top: 12px; }

.tariff__title {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7); }

.tariff__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  margin-left: 4px; }

.tariff__title-date {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5); }

.tariff__text-date {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 4px; }

.tariff__change {
  font-size: 14px;
  line-height: 20px; }

.header {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 20; }

.header__container {
  padding-left: 32px;
  padding-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 64px;
  width: 100%; }

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

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

.button-user {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  padding: 6px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  outline: 0px;
  border: 0;
  background: none;
  text-align: left; }

.button-user__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.87); }

.button-user__position {
  font-size: 11px;
  line-height: 12px;
  color: #6b7280;
  text-align: right; }

.company-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500; }

.company-balance {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-left: 24px; }

.arena {
  background-color: #f1f5f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.huge-header {
  background-color: #fff;
  position: relative;
  z-index: 19;
  border: 1px solid #e2e8f0; }

.huge-header__container {
  padding: 32px; }

.huge-header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.huge-header__title {
  position: relative; }

.huge-header__title-h1 {
  margin-bottom: 0; }

.huge-header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.huge-header__button {
  margin-left: 16px; }

.search {
  position: relative; }

.search__icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  fill: #b5bfd1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.search__input {
  height: 40px;
  padding: 6px 16px 6px 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #b5bfd1;
  color: #3a3e41;
  width: 280px; }

.search__input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #b5bfd1; }

.search__input::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #b5bfd1; }

.search__input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #b5bfd1; }

.search__input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #b5bfd1; }

.search__input::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #b5bfd1; }

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, scale 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, scale 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, scale 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, scale 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, scale 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  padding: 6px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  outline: 0px;
  border: 0;
  text-align: left;
  border-radius: 20px;
  background-color: #4f46e5;
  color: #fff; }

.button:hover {
  background-color: #3730a3; }

.button:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97); }

.button--sm {
  height: 36px; }

.button__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500; }

.button--sm .button__text {
  font-size: 13px; }

.button__icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  fill: #fff;
  margin-right: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.button__icon--sm {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-right: 6px;
  border-radius: 18px; }

.button-bordered {
  background-color: transparent;
  border: 1px solid #4f46e5;
  color: #4f46e5; }

.button-bordered:hover {
  color: #fff; }

.huge-header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px; }

.sorter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e2e8f0;
  padding: 4px;
  border-radius: 20px; }

.sorter__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, scale 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, scale 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, scale 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, scale 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, scale 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 32px;
  padding: 6px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  outline: 0px;
  border: 0;
  text-align: left;
  border-radius: 18px;
  background-color: transparent;
  color: #3a3e41;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500; }

.sorter__button.is-active {
  background-color: #fff; }

.sorter__button:hover {
  background-color: rgba(255, 255, 255, 0.5); }

.sorter__button.is-active:hover {
  background-color: #fff; }

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

.calendar__date {
  font-size: 14px;
  line-height: 20px; }

.calendar__selector {
  margin-left: 24px; }

.calendar__selector svg {
  fill: #111827; }

.calendar__icon {
  margin-left: 24px; }

.calendar__icon svg {
  fill: #111827; }

.arena-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  padding: 32px 32px 40px; }

.arena-data__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0px;
  min-height: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  background-color: #f1f5f9; }

.checkbox {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20px;
  -ms-flex: 1 1 20px;
  flex: 1 1 20px;
  width: 20px;
  height: 20px; }

.checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0; }

.checkbox__real {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #111827;
  background-color: #fff;
  border-radius: 2px; }

.checkbox__input:checked + .checkbox__real {
  border-color: #4f46e5;
  background-color: #4f46e5; }

.checkbox__icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  fill: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px; }

.table-icon svg {
  fill: rgba(0, 0, 0, 0.54); }

.table-do {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.table-do svg {
  fill: rgba(0, 0, 0, 0.54); }

.table-header__do.is-visible {
  background-color: #e2e8f0; }

.table-header__do.is-visible .table-do {
  opacity: 1;
  visibility: visible; }

.table {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  overflow: auto; }

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f9fb;
  border-radius: 16px 16px 0 0;
  border: 1px solid #e2e8f0;
  height: 64px; }

.table-header__checkboxes {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 64px;
  -ms-flex: 0 1 64px;
  flex: 0 1 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.table-header__do {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 64px;
  -ms-flex: 0 1 64px;
  flex: 0 1 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.table-header__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 260px;
  -ms-flex: 0 1 260px;
  flex: 0 1 260px;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #111827;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.table-date {
  height: 48px;
  min-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f1f5f9;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 16px;
  border: 1px solid #e2e8f0;
  border-top: 0; }

.table-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  z-index: 2;
  max-width: 100%;
  min-width: 0px;
  background-color: #f1f5f9;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  overflow: auto;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent; }

.table-rows::-webkit-scrollbar {
  height: 8px;
  width: 8px; }

.table-rows::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); }

.table-rows::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  border: 3px solid transparent; }

.table-rows__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-top: 0;
  padding-right: 24px;
  cursor: pointer;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.table-rows__row:hover {
  background-color: #f6f9fb; }

.table-rows__row.is-hidden {
  display: none; }

.table-rows__checkbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 64px;
  -ms-flex: 0 1 64px;
  flex: 0 1 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.table-rows__do {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 64px;
  -ms-flex: 0 1 64px;
  flex: 0 1 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.table-rows__data {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 260px;
  -ms-flex: 0 1 260px;
  flex: 0 1 260px;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column; }

.table-rows__price {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px; }

.green {
  color: #43a047; }

.table-rows__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #111827;
  max-width: 220px; }

.table-rows__title span {
  display: inline-block; }

.table-rows__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  color: rgba(17, 24, 39, 0.7);
  max-width: 220px; }

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

.table-rows__icon {
  width: 16px;
  height: 16px;
  min-height: 16px;
  max-width: 16px;
  fill: #111827;
  display: inline-block;
  vertical-align: middle; }

.footer {
  background-color: #fff;
  -webkit-box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1), 0 -2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1), 0 -2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 20; }

.footer__container {
  padding-left: 32px;
  padding-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 64px;
  width: 100%; }

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

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

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

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

.transactions__item + .transactions__item {
  margin-left: 24px; }

.transactions__text {
  font-size: 14px;
  line-height: 20px; }

.transactions__data {
  font-size: 14px;
  line-height: 20px;
  margin-left: 4px;
  font-weight: 500; }

.bold {
  font-weight: 500; }

.red {
  color: #d73613; }

.row-do__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 8px 8px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.row-do__icon {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-right: 8px; }

.row-do__text {
  font-size: 14px;
  line-height: 20px; }

.row-do__item + .row-do__item {
  margin-top: 2px; }

.row-do__item:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.form {
  width: 600px; }

.form .input {
  width: 100%; }

.form .select {
  width: 100%; }

.modal {
  position: fixed;
  z-index: 1002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.55); }

.modal.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  -o-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease; }

.modal__wrapper {
  margin: auto; }

.modal__container {
  width: 100%;
  min-width: 480px;
  max-width: 900px;
  padding: 32px;
  background: #fff;
  border-radius: 16px; }

.modal__container--video {
  max-width: 1280px; }

.modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px; }

.h3.modal__title {
  margin-bottom: 0;
  margin-right: 50px;
  font-weight: 500; }

.modal__close {
  cursor: pointer; }

.modal__close-icon {
  fill: #3a3e41; }

.modal__close:hover .modal__close-icon {
  fill: red; }

.modal__video {
  max-width: 100%; }

body.is-modal {
  overflow: hidden;
  height: 100%; }

.disable-mouse {
  pointer-events: none; }

.label {
  font-size: 12px;
  line-height: 12px;
  color: #111827;
  max-width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.label--fly {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  background-color: #fff;
  padding: 2px;
  pointer-events: none; }

.label.is-fly {
  top: -7px;
  right: initial; }

.label--select {
  top: -16px; }

.input {
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 0 16px;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  height: 48px;
  width: auto;
  max-width: 100%;
  background: transparent;
  color: #111827;
  display: block;
  outline: none;
  -webkit-appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.input::-webkit-input-placeholder {
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.input::-moz-placeholder {
  -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.input:-ms-input-placeholder {
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.input::-ms-input-placeholder {
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.input::placeholder {
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.input:focus::-webkit-input-placeholder {
  opacity: 1; }

.input:focus::-moz-placeholder {
  opacity: 1; }

.input:focus:-ms-input-placeholder {
  opacity: 1; }

.input:focus::-ms-input-placeholder {
  opacity: 1; }

.input:focus::placeholder {
  opacity: 1; }

.input:hover {
  border-color: 1px solid rgba(0, 0, 0, 0.5); }

.input:focus {
  border-color: 1px solid #111827; }

.select {
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 0 14px;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  height: 48px;
  width: auto;
  max-width: 100%;
  background: transparent;
  color: #111827;
  display: block;
  outline: none;
  border-radius: 4px;
  -webkit-transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.select::-webkit-input-placeholder {
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.select::-moz-placeholder {
  -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.select:-ms-input-placeholder {
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.select::-ms-input-placeholder {
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.select::placeholder {
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.select:focus::-webkit-input-placeholder {
  opacity: 1; }

.select:focus::-moz-placeholder {
  opacity: 1; }

.select:focus:-ms-input-placeholder {
  opacity: 1; }

.select:focus::-ms-input-placeholder {
  opacity: 1; }

.select:focus::placeholder {
  opacity: 1; }

.select:hover {
  border-color: 1px solid rgba(0, 0, 0, 0.5); }

.select:focus {
  border-color: 1px solid #111827; }

.textarea {
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  width: auto;
  max-width: 100%;
  background: transparent;
  color: #111827;
  display: block;
  outline: none;
  resize: none;
  height: 148px;
  -webkit-appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.textarea::-moz-placeholder {
  -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.textarea:-ms-input-placeholder {
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.textarea::-ms-input-placeholder {
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.textarea::placeholder {
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #6b7280;
  opacity: 0.8; }

.textarea:focus::-webkit-input-placeholder {
  opacity: 1; }

.textarea:focus::-moz-placeholder {
  opacity: 1; }

.textarea:focus:-ms-input-placeholder {
  opacity: 1; }

.textarea:focus::-ms-input-placeholder {
  opacity: 1; }

.textarea:focus::placeholder {
  opacity: 1; }

.textarea:hover {
  border-color: 1px solid rgba(0, 0, 0, 0.5); }

.textarea:focus {
  border-color: 1px solid #111827; }

.form-group {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 24px; }

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

.form-group__half {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }

.form-group__half:first-child {
  margin-right: 12px; }

.form-group__half:last-child {
  margin-left: 12px; }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px; }

.form-row .form-group {
  margin-bottom: 0; }

.form-row__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-right: 24px;
  color: #111827;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 120px;
  -ms-flex: 1 1 120px;
  flex: 1 1 120px; }

.form-empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px; }

.form-empty.is-hidden {
  display: none; }

.form-admission {
  display: none; }

.form-write-off {
  display: none; }

.form-transfer {
  display: none; }

.form-admission.is-visible {
  display: block; }

.form-write-off.is-visible {
  display: block; }

.form-transfer.is-visible {
  display: block; }

.form-row__cancel {
  margin-left: 24px; }

.form-row-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

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