/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%; 
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 9999;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.tippy-iOS {
  cursor: pointer !important;
}

.tippy-notransition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}


.tippy-popper {
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  -o-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  max-width: calc(100% - 10px);
  pointer-events: none;
  outline: 0;
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0;
}

.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -8px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  -webkit-transform-origin: 0 25%;
  -ms-transform-origin: 0 25%;
  transform-origin: 0 25%;
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -55%);
  -ms-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%);
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(.2) translate(-50%, -45%);
  -ms-transform: scale(.2) translate(-50%, -45%);
  transform: scale(.2) translate(-50%, -45%);
  opacity: 0;
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateY(-10px) rotateX(0);
  transform: perspective(700px) translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateY(0) rotateX(60deg);
  transform: perspective(700px) translateY(0) rotateX(60deg);
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=top] [data-animation=scale] {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateY(-10px) scale(1);
  -ms-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(.5);
  -ms-transform: translateY(-10px) scale(.5);
  transform: translateY(-10px) scale(.5);
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%;
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -8px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  -webkit-transform-origin: 0 -50%;
  -ms-transform-origin: 0 -50%;
  transform-origin: 0 -50%;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -45%);
  -ms-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%);
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(.2) translate(-50%);
  -ms-transform: scale(.2) translate(-50%);
  transform: scale(.2) translate(-50%);
  opacity: 0;
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateY(10px) rotateX(0);
  transform: perspective(700px) translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateY(0) rotateX(-60deg);
  transform: perspective(700px) translateY(0) rotateX(-60deg);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale] {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateY(10px) scale(1);
  -ms-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px) scale(.5);
  -ms-transform: translateY(10px) scale(.5);
  transform: translateY(10px) scale(.5);
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%;
}

.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -16px;
  -webkit-transform-origin: 33.33333333% 50%;
  -ms-transform-origin: 33.33333333% 50%;
  transform-origin: 33.33333333% 50%;
}

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(.2) translate(-75%, -50%);
  -ms-transform: scale(.2) translate(-75%, -50%);
  transform: scale(.2) translate(-75%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateX(-10px) rotateY(0);
  transform: perspective(700px) translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateX(0) rotateY(-60deg);
  transform: perspective(700px) translateX(0) rotateY(-60deg);
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=left] [data-animation=scale] {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateX(-10px) scale(1);
  -ms-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px) scale(.5);
  -ms-transform: translateX(-10px) scale(.5);
  transform: translateX(-10px) scale(.5);
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0;
}

.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -16px;
  -webkit-transform-origin: 66.66666666% 50%;
  -ms-transform-origin: 66.66666666% 50%;
  transform-origin: 66.66666666% 50%;
}

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  -webkit-transform-origin: -50% 0;
  -ms-transform-origin: -50% 0;
  transform-origin: -50% 0;
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(.2) translate(-25%, -50%);
  -ms-transform: scale(.2) translate(-25%, -50%);
  transform: scale(.2) translate(-25%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  -webkit-transform: perspective(700px) translateX(10px) rotateY(0);
  transform: perspective(700px) translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: perspective(700px) translateX(0) rotateY(60deg);
  transform: perspective(700px) translateX(0) rotateY(60deg);
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=right] [data-animation=scale] {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  -webkit-transform: translateX(10px) scale(1);
  -ms-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px) scale(.5);
  -ms-transform: translateX(10px) scale(.5);
  transform: translateX(10px) scale(.5);
}


.tippy-box[data-theme~='tomato'], .tippy-tooltip[data-theme~='tomato'] {
  background-color: tomato;
  color: yellow;
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: .9rem;
  padding: .3rem .6rem;
  line-height: 1.4;
  text-align: center;
  will-change: transform;
  background-color: #333;
}

.tippy-tooltip[data-size=small] {
  padding: .2rem .4rem;
  font-size: .75rem;
}

.tippy-tooltip[data-size=large] {
  padding: .4rem .8rem;
  font-size: 1rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-interactive], .tippy-tooltip[data-interactive] path {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
  -o-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}

.tippy-tooltip[data-inertia][data-state=hidden] {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.tippy-arrow, .tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0;
}

.tippy-roundarrow {
  width: 24px;
  height: 8px;
  fill: #333;
  pointer-events: none;
}

.tippy-backdrop {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all cubic-bezier(.46, .1, .52, .98);
  -o-transition: all cubic-bezier(.46, .1, .52, .98);
  transition: all cubic-bezier(.46, .1, .52, .98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%;
}

.tippy-backdrop + .tippy-content {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

.tippy-backdrop + .tippy-content[data-state=visible] {
  opacity: 1;
}

.tippy-backdrop + .tippy-content[data-state=hidden] {
  opacity: 0;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

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

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

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.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;
  -webkit-box-sizing: border-box;
  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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  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%;
  -webkit-box-sizing: border-box;
  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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !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: 1.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.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__remove {
  margin-left: 2px;
  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;
  -webkit-box-shadow: none;
  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[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.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--highlighted[aria-selected] {
  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: -o-linear-gradient(top, white 50%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eee));
  background-image: linear-gradient(to bottom, white 50%, #eee 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: 1.75rem;
}

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

.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: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 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: -o-linear-gradient(top, white 0%, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, white 0%, #eee 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: -o-linear-gradient(top, #eee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
  background-image: linear-gradient(to bottom, #eee 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;
}

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

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.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;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

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

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.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__remove {
  margin-left: 2px;
  margin-right: auto;
}

.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;
  -webkit-box-shadow: none;
  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[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  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-container--default .select2-selection--single {
  display: block;
  background-color: #fff;
  border: 1px solid #cbcdd5;
  outline: none;
  border-radius: 3px;
  height: 30px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 1.75rem;
  padding-left: 10px;
  padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  position: absolute;
  top: 5px;
  right: 1px;
  width: 30px;
  border-left: 1px solid #cbcdd5;
}

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

.has-error .select2-container--default .select2-selection--single {
  border-color: #fc6a6a;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #5d9bfb;
}

.has-error .select2-container--default.select2-container--open .select2-selection--single,
.has-error
  .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #fc6a6a;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.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__remove {
  margin-left: 2px;
  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: none;
  padding: 5px 10px;
  margin: 0;
  outline: none;
  font-size: .8125rem;
  line-height: 1.1875rem;
  background: #f2f3f7 url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M31.008 27.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998 1.789-2.096 2.87-4.815 2.87-7.787 0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12c2.972 0 5.691-1.081 7.787-2.87-0.031 0.677 0.293 1.515 0.998 2.299l6.447 7.58c1.104 1.226 2.907 1.33 4.007 0.23s0.997-2.903-0.23-4.007zM12 20c-4.418 0-8-3.582-8-8s3.582-8 8-8 8 3.582 8 8-3.582 8-8 8z" style="fill: %239599a8"></path></svg>') no-repeat calc(100% - 7px) 50%;
  background-size: 12px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  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 {
  padding: 5px 10px;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #9599a8;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dde0e6;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 10px;
}

.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: 10px;
  padding-left: 20px;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -20px;
  padding-left: 30px;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -30px;
  padding-left: 40px;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -40px;
  padding-left: 50px;
}

.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: -50px;
  padding-left: 60px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5d9bfb;
  color: white;
}

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

.select2-dropdown {
  border: 1px solid #cbcdd5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
}

.select2-container--open .select2-dropdown {
  border-color: #5d9bfb;
}

.select2-dropdown .select2-search {
  border-bottom: 1px solid #5d9bfb;
  padding: 0;
}

.select2-dropdown.select2-dropdown--above .select2-search {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-bottom: none;
  border-top: 1px solid #5d9bfb;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: .8125rem;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 2.75rem;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous,
.fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

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

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: .875rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 2.1875rem;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: .875rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: .875rem;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

/* ********************************************************** */

/* Sprites                                                    */

/* ********************************************************** */

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-check-round {
  font-size: 1.6rem;
  width: 1em;
}

.icon-clear {
  font-size: 3.2rem;
  width: 1em;
}

.icon-close {
  font-size: .807rem;
  width: 1em;
}

.icon-doc {
  font-size: 7.1rem;
  width: .71831em;
}

.icon-drag-handler {
  font-size: 1.3rem;
  width: .23077em;
}

.icon-edit {
  font-size: 1.302rem;
  width: 1.00077em;
}

.icon-exit {
  font-size: 3.2rem;
  width: 1.1875em;
}

.icon-group {
  font-size: 3.2rem;
  width: .96875em;
}

.icon-help {
  font-size: 3.6rem;
  width: 1em;
}

.icon-list {
  font-size: 2rem;
  width: 1.4em;
}

.icon-lock {
  font-size: 1.6rem;
  width: .8125em;
}

.icon-login {
  font-size: 1.398rem;
  width: .9299em;
}

.icon-mail {
  font-size: 1.1rem;
  width: 1.45455em;
}

.icon-next {
  font-size: 2.801rem;
  width: .64263em;
}

.icon-note {
  font-size: 3.2rem;
  width: .875em;
}

.icon-ok {
  font-size: 3.733rem;
  width: 1.07152em;
}

.icon-plus-b {
  font-size: 1.165rem;
  width: 1em;
}

.icon-point-bottom {
  font-size: .454rem;
  width: 1.55727em;
}

.icon-prev {
  font-size: 2.801rem;
  width: .64263em;
}

.icon-print {
  font-size: 1.599rem;
  width: 1.00063em;
}

.icon-school {
  font-size: 17.6rem;
  width: 1.26136em;
}

.icon-search {
  font-size: 2.399rem;
  width: 1.00042em;
}

.icon-settings {
  font-size: 3.2rem;
  width: 1em;
}

.icon-tel {
  font-size: 1.6rem;
  width: 1em;
}

.icon-time {
  font-size: 1.6rem;
  width: 1em;
}

.icon-zoom {
  font-size: 51.2rem;
  width: 1em;
}

/* ********************************************************** */

/* Main styles                                                */

/* ********************************************************** */

/* ==========================================================================
Common styles
========================================================================== */

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e6ea;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */

.browserupgrade {
  position: fixed;
  z-index: 100000;
  width: 100%;
  margin: .2em 0;
  background: #c00;
  color: #fbb;
  padding: 10px 15px;
}

.browserupgrade em {
  font-style: normal;
  color: #fff;
}

.browserupgrade a {
  color: #fff;
}

/* ==========================================================================
Site styles
========================================================================== */

html, body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}

html {
  position: relative;
  font-weight: normal;
  width: 100%;
  color: #000;
  background: #fff;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  position: relative;
  max-width: 100%;
  min-height: 100vh;
  min-width: 1200px;
  background: none;
  font-size: .8125rem;
  line-height: 1.125rem;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none !important;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: color, background-color, border-color, -webkit-box-shadow;
  transition-property: color, background-color, border-color, -webkit-box-shadow;
  -o-transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}

div::-webkit-scrollbar, .ui-menu::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track, .ui-menu::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 4px;
}

div::-webkit-scrollbar-thumb, .ui-menu::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
  background: #2cc17b;
  border-radius: 4px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}

div::-webkit-scrollbar-thumb:hover, .ui-menu::-webkit-scrollbar-thumb:hover,
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #239761;
}

a {
  color: currentColor;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: color, background-color, border-color, -webkit-box-shadow;
  transition-property: color, background-color, border-color, -webkit-box-shadow;
  -o-transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow;
  transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
}

a:hover {
  color: #5d9bfb;
}

.page-wrap {
  width: 100%;
  min-height: 100vh;
}

.main-frame {
  padding-top: 60px;
  padding-left: 240px;
  width: 100%;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: padding-left;
  -o-transition-property: padding-left;
  transition-property: padding-left;
}

.group-list-hidden .main-frame {
  padding-left: 75px;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: .6875rem;
  line-height: .8125rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 20px 8px;
  background: #2cc17b;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
}

.btn:hover {
  background: #39d58c;
  color: #fff;
}

.btn:active {
  background: #16a259;
  color: #fff;
}

.btn--fw {
  display: block;
  width: 100%;
}

.btn--sm {
  padding: 6px 10px 5px;
  font-size: .6875rem;
}

.btn--huge {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-transform: none;
  padding: 11px 10px 10px;
}

.btn--grey {
  background: #dde0e6;
}

.btn--grey:hover {
  background: #a2aabb;
}

.btn--blue {
  background: #5d9bfb;
}

.btn--blue:hover {
  background: #0660ec;
}

.btn--edit {
  color: #2cc17b;
  background: none;
  border: 2px solid currentColor;
  padding: 6px;
}

.btn--edit:hover {
  background: none;
  color: #196e46;
}

.btn--edit.btn--grey {
  color: #dde0e6;
}

.btn--edit.btn--grey:hover {
  color: #a2aabb;
}

.btn--edit.btn--blue {
  color: #5d9bfb;
}

.btn--edit.btn--blue:hover {
  color: #0660ec;
}

.btn--edit .icon {
  font-size: 13px;
}

.btn--danger {
  background: #fc6a6a;
}

.btn--danger:hover {
  background: #fb3838;
}

.error-msg {
  display: block;
  margin-top: 5px;
  font-size: .6875rem;
  line-height: .8125rem;
  color: #fc6a6a;
}

.form-sect {
  margin-bottom: 40px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: margin-bottom, opacity, max-height;
  -o-transition-property: margin-bottom, opacity, max-height;
  transition-property: margin-bottom, opacity, max-height;
}

.form-sect--top-border {
  border-top: 1px solid #dde0e6;
}

.form-sect.b-collapsible--collapsed {
  margin-bottom: 0;
}

.form-sect:last-child {
  margin-bottom: 0;
}

.ref-docs__side .form-sect {
  border-top: 1px solid #dde0e6;
  margin-top: -1px;
  margin-bottom: 0;
}

.ref-docs__side .form-sect__title + .form-sect__body > :first-child {
  margin-top: 10px;
}

.form-sect__title {
  position: relative;
  font-weight: 900;
  font-size: .8125rem;
  line-height: .875rem;
  text-transform: uppercase;
  padding: 10px 0 9px;
  border-bottom: 1px solid #dde0e6;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-sect__title:before {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  background: #2cc17b;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.form-sect__title.b-collapsible__trigger {
  cursor: pointer;
}

.b-collapsible--collapsed .form-sect__title.b-collapsible__trigger {
	background-color: #fff;
	color: #000000;
}

.form-sect__title.b-collapsible__trigger:hover {
  background: #2cc17b;
  color: #fff;
}


.form-sect__title.b-collapsible__trigger:after {
  content: '';
  display: block;
  margin-right: 10px;
  margin-left: auto;
  border: solid transparent;
  border-width: 4px 4px 0 4px;
  border-top-color: #b6b8c3;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: border-top-color;
  -o-transition-property: border-top-color;
  transition-property: border-top-color;
}

.b-collapsible--collapsed .form-sect__title.b-collapsible__trigger:after {
	  border-top-color: #b6b8c3;
}

.form-sect__title {
  border-bottom: 1px solid #2AC17B;
}
.b-collapsible--collapsed .form-sect__title {
  border-bottom: 1px solid #dde0e6;
}

.b-collapsible--collapsed .form-sect__title.b-collapsible__trigger:after {
  border-top-color: #2cc17b;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.b-collapsible--collapsed .form-sect__title.b-collapsible__trigger:hover:after {
  border-top-color: #fff;
}

.form-sect__title + .form-sect__body > :first-child {
  margin-top: 20px;
}

.form-sub-sect {
  margin-bottom: 20px;
}

.form-sub-sect__title {
  font-weight: 900;
  font-size: .6875rem;
  line-height: .9375rem;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #dde0e6;
  margin-bottom: 15px;
}

.form-sub-sect__body.categories-checks {
  margin-bottom: -15px;
}

.fl {
  margin-top: -15px;
  margin-right: -20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
*/
}

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

.fl--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-right: -10px;
}

.fl--buttons-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fl > .btn {
  margin-right: 10px;
}

.form-field {
  display: block;
}

.field-control {
  display: block;
  margin-right: 20px;
  line-height: 1.875rem;
}

.fl > .field-control {
  margin-top: 15px;
}

.field-control--fw, .field-control--w100p {
  max-width: calc(100% - 20px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 20px);
  flex-basis: calc(100% - 20px);
}

.field-control--w50p {
  max-width: calc(50% - 20px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}

.field-control--w580 {
  max-width: 580px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 580px;
  flex: 0 0 580px;
}

.field-control--w280 {
  max-width: 280px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
}

.field-control--w180 {
  max-width: 180px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

.field-control--w110 {
  max-width: 110px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}

.field-control--w80 {
  max-width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.field-control--w50 {
  max-width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.field-control--day {
  max-width: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}

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

.field-control__label {
  display: block;
  font-weight: 900;
  font-size: .5625rem;
  line-height: .75rem;
  text-transform: uppercase;
  color: #9599a8;
  min-height: 12px;
/*   margin-bottom: 7px; */
  margin-bottom: 2px;
}

.field-control--day .field-control__label {
  color: #2cc17b;
}

.field-control--day.weekend .field-control__label {
  color: #fc6a6a;
}

.field-control__input {
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-control__input .form-control + .form-control {
  margin-left: 20px;
}

.field-control__help {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-size: .625rem;
  line-height: .8125rem;
  color: #9599a8;
}

.fields-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fl > .fields-group {
  margin-top: 15px;
}

input[type="text"], input[type="password"], input[type="email"],
input[type="tel"], input[type="search"], select, textarea {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

input[type="text"].form-control, input[type="password"].form-control,
input[type="email"].form-control, input[type="tel"].form-control,
input[type="search"].form-control, select.form-control, textarea.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #b6b8c3;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder, select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #b6b8c3;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder, select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #b6b8c3;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder, select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #b6b8c3;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder, select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}

input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder, select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-control {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #cbcdd5;
  border-radius: 3px;
  margin: 0;
  padding: 6px 10px 5px;
  background: #fff;
  color: #000;
  font-size: .8125rem;
  line-height: 1.0625rem;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
}

.form-control:hover {
  border-color: #9599a8;
}

.form-control:focus {
  border-color: #5d9bfb;
}

.form-control--dark {
  background: #373a49;
  color: #9599a8;
  border-color: #616576;
}

.form-control--dark:hover {
  border-color: #2a2d39;
}

.form-control--dark:focus {
  border-color: #9599a8;
}

.form-control--w80 {
  max-width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.form-control--w180 {
  max-width: 180px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

.has-error .form-control, .form-control.error {
  color: #fc6a6a;
  border-color: #fc6a6a;
}

.form-control:disabled,
.form-control:focus:disabled,
.form-control:hover:disabled {
  border-color: #cbcdd5;
  background-color: #eeeeee;
  opacity: 0.6;
}

.c-combobox {
  position: relative;
  display: block;
}

.c-combobox__input {
  width: 100%;
  padding-right: 30px;
}

.c-combobox__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  outline: none;
  cursor: pointer;
}

.c-combobox__toggle:before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #b6b8c3;
  position: absolute;
  top: 5px;
  left: 0;
}

.c-combobox__toggle:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 4px 4px 0 4px;
  border-top-color: #9599a8;
  position: absolute;
  top: 13px;
  left: calc(50% - 4px);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
}

.c-combobox__toggle:hover:after {
  border-top-color: #2cc17b;
}

.checks-group {
  margin: -5px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checks-group .check {
  display: block;
  width: 100%;
  margin: 5px 0;
}

.checks-group--inline {
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checks-group--inline .check {
  width: auto;
  margin: 5px 20px 5px 0;
}

.check {
  display: inline-block;
  vertical-align: middle;
  font-size: .8125rem;
  line-height: 1.125rem;
  outline: none;
}

.checks-inline .check {
  margin-right: 15px;
}

.check__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.check__body {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.check__input:disabled + .check__body {
  opacity: .7;
  pointer-events: none;
}

.check__icon {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 18px;
  background: #fff;
  color: #4b4e5e;
  border: 1px solid #b6b8c3;
  border-radius: 3px;
  display: block;
  text-align: center;
  outline: none;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
}

.has-error .check__icon {
  border-color: #fc6a6a;
}

.check__icon:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 9px;
  outline: none;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  top: 3px;
  left: 6px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.check--lg .check__icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  top: 0;
}

.check--lg .check__icon:before {
  width: 7px;
  height: 11px;
  top: 7px;
  left: 11px;
}

.check--round .check__icon--svg {
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
  border: none;
  outline: none;
  background: none;
  color: #dde0e6;
}

.check--round .check__icon--svg:before {
  content: normal;
}

.check--round .check__icon--svg .icon {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.check:hover .check__icon {
  border-color: #5d9bfb;
}

.check:hover .check__icon--svg {
  color: #9599a8;
}

.check__input[type="radio"] + .check__body .check__icon {
  border-radius: 100%;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.check__input[type="radio"] + .check__body .check__icon:before {
  border: none;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #2cc17b;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}

.check__input:checked + .check__body .check__icon {
  color: #2cc17b;
}

.check__input:checked + .check__body .check__icon:before {
  opacity: 1;
}

.check__body .tippy-popper {
  display: none;
}

.check__input:checked + .check__body .tippy-popper {
  display: block;
}

.check__input:checked + .check__body .check__icon--svg:hover {
  color: #000;
}

.check__text {
  display: block;
  line-height: .9375rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.check--common-label .check__text {
  font-weight: 900;
  font-size: .5625rem;
  line-height: .75rem;
  text-transform: uppercase;
  color: #9599a8;
}

.check__icon + .check__text {
  margin-left: 7px;
}

.ui-menu {
  max-height: 200px;
  overflow: auto;
  font-size: .8125rem;
  line-height: 1.125rem;
  background: #fff;
  color: #000;
  border: 1px solid #5d9bfb;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 5px 10px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}

.ui-menu .ui-menu-item-wrapper:hover {
  color: #fff;
  background: #2cc17b;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0;
}

.ui-menu--dark {
  background: #373a49;
  color: #9599a8;
  border-color: #9599a8;
  border-width: 1px 1px 0;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 8px;
}

.ui-menu--dark:after {
  content: '';
  display: block;
  width: calc(100% - 10px);
  border-top: 1px solid #9599a8;
  position: absolute;
  bottom: 3px;
  left: 5px;
}

.ui-menu--dark .ui-menu-item-wrapper {
  padding: 0;
}

.ui-menu--dark .ui-menu-item-wrapper:hover {
  background: none;
  color: #fff;
}

.ui-datepicker {
  width: 210px;
  background: #fff;
  color: #000;
  border: 1px solid #b6b8c3;
  border-radius: 3px;
  padding: 0;
  overflow: hidden;
  font-size: .75rem;
  line-height: .875rem;
/*   z-index: 99 !important; */
  z-index: 99;
}

.ui-datepicker .ui-datepicker-header {
  background: #4b4e5e;
  color: #b6b8c3;
  min-height: 33px;
  padding: 7px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui-datepicker .ui-datepicker-header:before,
.ui-datepicker .ui-datepicker-header:after {
  content: normal;
}

.ui-datepicker .ui-datepicker-title {
  padding: 0 2px;
  margin: 0;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ui-datepicker .ui-datepicker-title select {
  display: block;
  height: 19px;
  margin: 0 4px;
  padding: 0 4px;
  background: #4b4e5e;
  border-color: #b6b8c3;
  border-radius: 4px;
  color: #b6b8c3;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.ui-datepicker .ui-datepicker-title .select2 {
  margin: 0 4px;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: relative;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  color: currentColor;
  border: 1px solid currentColor;
  border-radius: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  color: #2cc17b;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: '';
  display: block;
  border: solid transparent;
  border-width: 3px 4px 3px 0;
  border-right-color: currentColor;
  position: relative;
  left: -1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
  position: static;
}

.ui-datepicker .ui-datepicker-next {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ui-datepicker table {
  width: 100%;
  margin: 0;
  font-size: .75rem;
  line-height: .875rem;
}

.ui-datepicker th {
  padding: 5px 1px 3px;
  font-weight: normal;
}

.ui-datepicker td {
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  width: 100%;
  height: 24px;
  padding: 1px 0 0;
  font-size: .6875rem;
  line-height: 1.3125rem;
  text-align: center;
  border: 1px solid transparent;
  color: #b6b8c3;
}

.ui-datepicker td a {
  color: #000;
  background: #f2f3f7;
  border-color: #dde0e6;
}

.ui-datepicker td a:hover {
  color: #fff;
  background: #2cc17b;
  border-color: #16a259;
}

.ui-datepicker td.ui-datepicker-today a {
  color: #000;
  background: #dde0e6;
  border-color: #b6b8c3;
}

.ui-datepicker td.ui-datepicker-today a:hover {
  color: #fff;
  background: #2cc17b;
  border-color: #16a259;
}

.ui-datepicker td.ui-datepicker-current-day a {
  color: #fff;
  background: #5d9bfb;
  border-color: #3d7dec;
}

.ui-datepicker td.ui-datepicker-current-day a:hover {
  color: #fff;
  background: #2cc17b;
  border-color: #16a259;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0;
  padding: 0 2px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: none;
  margin: 0;
}

.side-select2 {
  display: block;
  width: 100%;
  font-size: .9375rem;
  line-height: 1.25rem;
  outline: none;
}

.side-select2.select2-selection {
  background: #2a2d39;
  border-color: #4b4e5e;
  height: 30px;
  border-radius: 4px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.select2-container--open .side-select2.select2-selection {
  background: #4b4e5e;
  border-color: #4b4e5e;
}

.side-select2.select2-selection .select2-selection__rendered {
  line-height: 1.75rem;
  color: #fff;
  padding-right: 30px;
}

.side-select2.select2-selection .select2-selection__arrow {
  width: 30px;
  height: 20px;
  top: 5px;
  border-left: 1px solid #4b4e5e;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
}

.select2-container--open .side-select2.select2-selection .select2-selection__arrow {
  border-left-color: #9599a8;
}

.side-select2.select2-selection .select2-selection__arrow b {
  border-top-color: #4b4e5e;
  margin-top: -1px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
}

.select2-container--open .side-select2.select2-selection .select2-selection__arrow b {
  border-top-color: #9599a8;
  margin-top: -3px;
}

.side-select2-dropdown {
  font-weight: normal;
  font-size: .9375rem;
  line-height: 1.25rem;
  background: #4b4e5e;
  border: none;
  border-radius: 4px;
}

.side-select2-dropdown .select2-results > .select2-results__options {
  max-height: 186px;
}

.side-select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.side-select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #4b4e5e;
  border-radius: 3px;
}

.side-select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #9599a8;
  border-radius: 3px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}

.side-select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #797e91;
}

.side-select2-dropdown .select2-results__option {
  border-top: 1px solid #373a49;
  color: #9599a8;
  padding: 5px 7px;
}

.side-select2-dropdown .select2-results__option[aria-selected=true] {
  background: #373a49;
}

.side-select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #2cc17b;
}

.select2-dark {
  position: relative;
  display: block;
  width: 100%;
  font-size: .9375rem;
  line-height: 1.25rem;
  outline: none;
}

.select2-dark--sm {
  font-size: .75rem;
  line-height: 1.0625rem;
}

.select2-dark.select2-selection {
  background: #4b4e5e;
  border-color: #b6b8c3;
  height: 30px;
  border-radius: 4px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: border-color, color, background;
  -o-transition-property: border-color, color, background;
  transition-property: border-color, color, background;
}

.select2-container--open .select2-dark.select2-selection {
  background: #4b4e5e;
  border-color: #b6b8c3;
}

.select2-dark.select2-selection .select2-selection__rendered {
  line-height: 1.75rem;
  color: #b6b8c3;
  padding-right: 26px;
}

.select2-dark.select2-selection .select2-selection__arrow {
  width: 26px;
  height: 20px;
  top: 5px;
  border-left: 1px solid #b6b8c3;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
}

.select2-container--open .select2-dark.select2-selection .select2-selection__arrow {
  border-left-color: #b6b8c3;
}

.select2-dark.select2-selection .select2-selection__arrow b {
  border-top-color: #b6b8c3;
  margin-top: -1px;
}

.select2-container--open .select2-dark.select2-selection .select2-selection__arrow b {
  border-bottom-color: #b6b8c3;
  margin-top: -3px;
}

.select2-dark--sm.select2-selection {
  height: 19px;
}

.select2-dark--sm.select2-selection .select2-selection__rendered {
  padding-top: 1px;
  line-height: 1rem;
  padding-right: 16px;
}

.select2-dark--sm.select2-selection .select2-selection__arrow {
  width: 16px;
  height: 11px;
  top: 3px;
}

.select2-dark--sm.select2-selection .select2-selection__arrow b {
  border-width: 4px 3px 0 3px;
  margin-top: -2px;
  margin-left: -3px;
}

.select2-container--open .select2-dark--sm.select2-selection .select2-selection__arrow b {
  border-width: 0 3px 4px 3px;
  margin-top: -3px;
}

.select2-dropdown-dark {
  font-weight: normal;
  font-size: .9375rem;
  line-height: 1.25rem;
  background: #4b4e5e;
  border: none;
  border-radius: 4px;
  z-index: 99;
}

.select2-dropdown-dark .select2-results > .select2-results__options {
  max-height: 186px;
}

.select2-dropdown-dark .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.select2-dropdown-dark .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #4b4e5e;
  border-radius: 3px;
}

.select2-dropdown-dark .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #9599a8;
  border-radius: 3px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}

.select2-dropdown-dark .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #797e91;
}

.select2-dropdown-dark .select2-results__option {
  border-top: 1px solid #373a49;
  color: #9599a8;
  padding: 5px 7px;
}

.select2-dropdown-dark .select2-results__option[aria-selected=true] {
  background: #373a49;
}

.select2-dropdown-dark .select2-results__option--highlighted[aria-selected] {
  background: #2cc17b;
}

.file-control {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.file-control.placeholder {
  color: #9599a8;
}

.file-control__input {
  position: absolute;
  left: -10000px;
  z-index: -1;
  opacity: 0;
}

.file-control__fake-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file-control__fake-input .form-control {
  color: currentColor;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.file-control__fake-input .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 10px;
  padding-left: 10px;
}

.file-control__input:focus + .file-control__fake-input .form-control {
  border-color: #5d9bfb;
}

.form-file {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-file__control {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.form-file__button {
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 10px;
}

.form-file .del-file {
  padding: 3px 5px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9599a8;
}

.form-file .del-file:hover {
  color: #fc6a6a;
}

.form-file .del-file .icon {
  display: block;
  font-size: 10px;
}

.form-file .del-file__text {
  display: block;
  margin-left: 5px;
}

.form-add-student {
  padding-top: 20px;
}

.fl-identification .fields-group.not-resident {
  display: none;
}

.fl-identification.show-non-resident .fields-group.resident {
  display: none;
}

.fl-identification.show-non-resident .fields-group.not-resident {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fl-identification.show-non-resident .fields-group .foreign-passp,
.fl-identification.show-non-resident .fields-group .foreign-permit,
.fl-identification.show-non-resident .fields-group .foreign-certificate {
  display: none;
}

.fl-identification.show-non-resident.show-foreign-passp .foreign-passp {
  display: inline-block;
}

.fl-identification.show-non-resident.show-foreign-permit .foreign-permit {
  display: inline-block;
}

.fl-identification.show-non-resident.show-foreign-certificate .foreign-certificate {
  display: inline-block;
}

.categories-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.categories-checks .check {
  width: 140px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.categories-checks .check__text {
  font-weight: 900;
  font-size: .5625rem;
  line-height: .8125rem;
  text-transform: uppercase;
  color: #9599a8;
}

.driving-instructors {
  width: calc(100% + 20px);
  margin: -5px -20px -5px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.driving-instructors__item {
  margin: 5px 20px 5px 0;
  max-width: 280px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
}

.driving-instructors__item select {
  display: block;
  width: 280px;
}

.driving-instructors__button {
  margin: 5px 20px 5px 0;
  max-width: 280px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
}

.add-btn {
  width: 280px;
  margin: 0;
  padding: 6px 10px 5px 11px;
  border: none;
  outline: none;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: .8125rem;
  line-height: 1.1875rem;
  text-decoration: none;
  background: #9599a8;
  color: #fff;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.add-btn:hover {
  background: #4b4e5e;
  color: #fff;
}

.add-btn.disabled, .add-btn:disabled {
  pointer-events: none;
  opacity: .5;
}

.add-btn__icon {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
}

.add-btn__icon:before, .add-btn__icon:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

.add-btn__icon:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.add-gibdd {
  position: relative;
  width: 100%;
}

.add-gibdd__button {
  overflow: hidden;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: max-height, opacity;
  -o-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
}

.add-gibdd--show .add-gibdd__button {
  opacity: 0;
  max-height: 0;
}

.add-gibdd__body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: max-height, opacity;
  -o-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
}

.add-gibdd--show .add-gibdd__body {
  max-height: 350px;
  opacity: 1;
}

.add-gibdd__footer {
  line-height: 1.125rem;
  text-align: right;
}

.time-schedule-control {
  margin: 0 0 -10px;
  padding: 0;
  list-style: none;
}

.time-schedule-control__item {
  line-height: 1.125rem;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.time-schedule-control__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.time-schedule-control__inputs .check-day + .check-day {
  margin-left: 5px;
}

.time-schedule-control__inputs .icon {
  font-size: 16px;
  color: #dde0e6;
  margin: 7px 15px 0;
}

.time-schedule-control__days {
  display: block;
  font-size: 0;
}

.time-schedule-control__time {
  display: block;
  font-size: 0;
}

.time-schedule-control__time__sep {
  display: inline-block;
  vertical-align: middle;
  font-size: .8125rem;
  margin: 0 10px;
}

.time-schedule-control__time .form-control {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}

.time-schedule-control__time .form-control + .form-control {
  margin-left: 0;
}

.time-schedule-control__btns {
  height: 30px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.time-schedule-control__btn {
  padding: 5px;
  line-height: .8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.time-schedule-control__btn .icon {
  font-size: 13px;
}

.time-schedule-control__btn.tcl-del {
  color: #fc6a6a;
  margin-right: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.time-schedule-control__btn.tcl-add {
  display: none;
  color: #2cc17b;
}

.is-empty .time-schedule-control__btn.tcl-add {
  color: #b6b8c3;
  pointer-events: none;
}

.time-schedule-control__btn:hover {
  color: #000;
}

.time-schedule-control__item:last-child .time-schedule-control__btn.tcl-add {
  display: block;
}

.check-day {
  display: inline-block;
  vertical-align: middle;
  font-size: .8125rem;
  cursor: pointer;
}

.check-day__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.check-day__body {
  display: inline-block;
  width: 30px;
  outline: none;
  border: 1px solid #b6b8c3;
  border-radius: 3px;
  margin: 0;
  padding: 5px 5px 5px;
  background: #fff;
  color: #000;
  font-size: .8125rem;
  line-height: 1.125rem;
  text-align: center;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: border-color, color, background;
  -o-transition-property: border-color, color, background;
  transition-property: border-color, color, background;
}

.has-error .check-day__body {
  border-color: #fc6a6a;
}

.check-day__input:checked + .check-day__body {
  border-color: #2cc17b;
  background: #2cc17b;
  color: #fff;
}

.date-time-picker {
  position: absolute;
  top: 70px;
  left: 300px;
  z-index: 50;
  min-width: 210px;
  background: #fff;
  border: 1px solid #b6b8c3;
  border-radius: 3px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}

.date-time-picker--show {
  visibility: visible;
  opacity: 1;
}

.date-time-picker:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.date-time-picker__date-picker .ui-datepicker {
  border: none;
}

.date-time-picker__time-picker {
  padding: 10px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.date-time-picker__time-picker .form-control,
.date-time-picker__time-picker .select2 {
  width: 70px !important;
}

.date-time-picker__time-picker-sep {
  margin: 0 5px;
}

.date-time-picker__buttons {
  padding: 6px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.date-time-picker__buttons .btn {
  min-width: 92px;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #171d22;
  color: #fff;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header__title {
  width: 240px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

.main-header__search {
  position: relative;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .5);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .5);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 700px;
}

.main-header__search:before, .main-header__search:after {
  content: '';
  display: block;
  height: calc(100% - 12px);
  border-left: 1px solid #373a49;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.main-header__search:before {
  margin-right: -1px;
}

.main-header__search:after {
  margin-left: -1px;
}

.main-header__search.search-active {
  background: #fff;
  color: #000;
}

.main-header__search.search-active:before,
.main-header__search.search-active:after {
  opacity: 0;
}

.main-header__auth-area {
  min-width: 220px;
  max-width: 350px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.start-logo {
  font-weight: 100;
  font-size: 1.125rem;
}
.start-id {
  font-weight: 400;
  color: #9599a8;
}

.start-logo b {
  font-weight: 900;
}

.header-search {
  position: relative;
  display: block;
  margin: 0 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

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

.header-search__body > .icon {
  font-size: 24px;
  color: rgba(149, 153, 168, .5);
  margin-right: 20px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.search-active .header-search__body > .icon {
  color: #b6b8c3;
}

.header-search__field {
  border-bottom: 1px solid #5d6164;
  padding-bottom: 3px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search__input {
  border: none;
  outline: none;
  background: none;
  color: #fff;
  width: 100%;
  height: 26px;
  font-family: Arial, sans-serif;
  font-size: 1.4375rem;
  line-height: 1.625rem;
  padding: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.search-active .header-search__input {
  color: #000;
}

.header-search__input::-webkit-input-placeholder {
  color: #9599a8;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.header-search__input:-moz-placeholder {
  color: #9599a8;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.header-search__input::-moz-placeholder {
  color: #9599a8;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.header-search__input:-ms-input-placeholder {
  color: #9599a8;
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.header-search__input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.header-search__input:focus:-moz-placeholder {
  opacity: 0;
}

.header-search__input:focus::-moz-placeholder {
  opacity: 0;
}

.header-search__input:focus:-ms-input-placeholder {
  opacity: 0;
}

.header-search__clear {
  height: 26px;
  padding: 8px;
  color: #9599a8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: color, opacity, visibility;
  -o-transition-property: color, opacity, visibility;
  transition-property: color, opacity, visibility;
}

.header-search__clear:hover {
  color: #000;
}

.search-active .header-search__clear {
  opacity: 1;
  visibility: visible;
}

.header-search__clear .icon {
  display: block;
  font-size: 10px;
}

.header-search__results {
  position: absolute;
  top: 100%;
/*   left: -10px; */
  left: 5px;
/*   width: calc(100% + 20px); */
  width: calc(100% + 35px);
  min-width: 880px;
/*   min-height: 60px; */
  min-height: 42px;
  max-height: 340px;
  overflow-y: auto;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

.show-s-results .header-search__results {
  opacity: 1;
  visibility: visible;
}

.header-search__results .loading {
  position: absolute;
  width: 100%;
/*   min-height: 60px; */
  min-height: 44px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.is-loading .header-search__results .loading {
  opacity: 1;
  visibility: visible;
}

.header-search__results-content {
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

.is-loading .header-search__results-content {
  opacity: 0;
  visibility: hidden;
}

.h-curr-user {
  color: #9599a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-curr-user__sign-out {
  display: block;
  color: currentColor;
  margin-right: 25px;
}

.h-curr-user__sign-out:hover {
  color: #fff;
}

.h-curr-user__sign-out .icon {
  font-size: 16px;
}

.h-curr-user__name {
  display: block;
  font-size: .8125rem;
  line-height: .9375rem;
  text-decoration: none;
  color: currentColor;
}

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

.sr-sect + .sr-sect {
  border-top: 1px solid #9599a8;
}

.sr-sect__icon {
  width: 50px;
  padding: 10px;
  background: #f2f3f7;
  color: #9599a8;
  text-align: center;
}

.sr-sect__icon .icon {
  font-size: 19px;
}

.sr-sect__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

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

.sr-sub + .sr-sub {
  border-top: 1px solid #caccd3;
}

.sr-sub__title {
  border-right: 1px solid #f2f3f7;
  width: 65px;
  padding: 13px 15px;
  font-size: .8125rem;
  text-align: center;
  color: #9599a8;
}

.sr-sub__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

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

.sr-sub__item + .sr-sub__item > * {
  border-top: 1px solid #f2f3f7;
}

.sr-sub__group, .sr-sub__name {
  padding: 13px 10px 11px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sr-sub__group {
  width: 110px;
  white-space: nowrap;
  color: #9599a8;
}

.sr-sect--guide .sr-sub__group {
  width: 175px;
}

.sr-sub__name {
  font-size: .9375rem;
  line-height: 1.125rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.sr-sect--guide .sr-sub__name {
  padding-left: 10px;
}

a.sr-sub__group:hover, a.sr-sub__name:hover {
  color: #fff;
  background: #5d9bfb;
}

.sr-g-num {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 4px;
  padding: 4px 5px 3px;
  font-style: normal;
  font-size: .6875rem;
  line-height: .6875rem;
  background: #b6b8c3;
  color: #fff;
  border-radius: 4px;
  max-height: 19px;
}

.side-nav {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  background: #222630;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-nav__menu {
  width: 75px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.side-nav__hide-btn {
  margin-top: auto;
  margin-bottom: 20px;
}

.side-nav__groups {
  z-index: 0;
  max-width: 165px;
  overflow: hidden;
  background: #2a2d39;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.group-list-hidden .side-nav__groups {
  max-width: 0;
}

.side-nav__groups__header {
  padding: 30px 20px;
  width: 165px;
  border-bottom: 1px solid #4b4e5e;
}

.side-nav__groups__header .btn {
  display: block;
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 25px;
}

.side-nav__groups__header .form-control {
  display: block;
  width: 100%;
}

.side-nav__groups__body {
  position: relative;
  width: 165px;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.side-nav__groups__body:not(.main-container)::-webkit-scrollbar {
  width: 6px;
}

.side-nav__groups__body:not(.main-container)::-webkit-scrollbar-track {
  background: #2a2d39;
  border-radius: 3px;
}

.side-nav__groups__body:not(.main-container)::-webkit-scrollbar-thumb {
  background: #b6b8c3;
  border-radius: 3px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}

.side-nav__groups__body:not(.main-container)::-webkit-scrollbar-thumb:hover {
  background: #9a9dac;
}

.main-menu {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.main-menu__item {
  border-bottom: 1px solid #373a49;
}

.main-menu__link {
  min-height: 84px;
  text-align: center;
  text-decoration: none;
  color: #9599a8;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  padding: 14px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu__link:hover {
  color: #fff;
}

.active .main-menu__link {
  border-left-color: #2cc17b;
  background: #373a49;
  color: #fff;
}

.main-menu__link .icon {
  display: block;
  margin: 0 auto 10px;
  font-size: 32px;
}

.main-menu__link .icon-list {
  font-size: 20px;
}

.main-menu__link .icon-help {
  font-size: 36px;
}

.main-menu__title {
  font-weight: 900;
  font-size: .5625rem;
  text-transform: uppercase;
}

.g-list-switcher {
  margin: 0 auto;
  padding: 0;
  width: 36px;
  height: 36px;
  background: none;
  outline: none;
  color: #9599a8;
  border: 2px solid currentColor;
  border-radius: 36px;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-list-switcher:hover {
  color: #fff;
}

.group-list-hidden .g-list-switcher {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.g-list-switcher:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent currentColor currentColor;
  -webkit-transform: translateX(2.5px) rotate(45deg);
  -ms-transform: translateX(2.5px) rotate(45deg);
  transform: translateX(2.5px) rotate(45deg);
}

.groups-list {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
  font-size: .9375rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
}

.groups-list__item {
  border-bottom: 1px solid #4b4e5e;
}

.groups-list__link {
  text-decoration: none;
  padding: 12px 15px 10px 12px;
  border-left: 3px solid transparent;
  color: #9599a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.groups-list__link:hover {
  color: #fff;
}

.active .groups-list__link {
  border-left-color: #2cc17b;
  background: #373a49;
  color: #fff;
}

.groups-list__title {
  margin-right: 5px;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.groups-list__num {
  margin-left: auto;
  display: block;
  padding: 0 4px;
  border: 1px solid #4b4e5e;
  font-size: .6875rem;
  line-height: 1.0625rem;
  border-radius: 4px;
}

.select-side {
  display: block;
  width: 100%;
}

.sn-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .6875rem;
  line-height: 1.0625rem;
}

.sn-submenu__item {
  border-bottom: 1px solid #4b4e5e;
}

.sn-submenu__link {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #9599a8;
  padding: 12px 10px 11px 12px;
  border-left: 3px solid transparent;
}

.sn-submenu__link:hover {
  color: #fff;
}

.active .sn-submenu__link {
  border-left-color: #2cc17b;
  background: #373a49;
  color: #fff;
}

.main-container {
  position: relative;
  width: 100%;
  padding: 20px 0 20px;
}

/* Preloader */

.loading {
  position: absolute;
  z-index: 10;
  width: 100%;
  min-height: 100px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}

.preloader {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: preloader-spin 1s steps(12, end) infinite;
  animation: preloader-spin 1s steps(12, end) infinite;
}

.preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.preloader--white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

.js-tabs__header, .js-tabs__content {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 9px;
}

.js-tabs__header__item {
  cursor: pointer;
}

.js-tabs__header__item.active {
  cursor: default;
}

.js-tabs__content__item {
  display: none;
}

.js-tabs__content__item.active {
  display: block;
}

.grp-header {
  margin-bottom: 22px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grp-header__title {
  font-size: 1.4375rem;
  line-height: 1.5625rem;
  padding: 0 0 0 20px;
  width: 260px;
}

.grp-header__title--num {
  font-size: 2.25rem;
  line-height: 2.25rem;
  width: 230px;
}

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

.grp-header__buttons {
  padding: 0 20px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grp-header__buttons .btn {
  margin-right: 7px;
}

.grp-header__buttons .btn:last-child {
  margin-right: 0;
}

.gh-sect {
  padding: 0 20px;
}

.gh-sect__lbl {
  font-weight: 900;
  font-size: .5625rem;
  text-transform: uppercase;
  color: #9599a8;
}

.doc-print-sect {
  margin-bottom: 25px;
}

.new-student-active .doc-print-sect {
  opacity: .5;
  pointer-events: none;
}

.doc-print-sect__title {
  padding: 0 40px 0 25px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.doc-print-sect__body {
  padding: 13px 40px 13px 25px;
  border: solid #dde0e6;
  border-width: 1px 0;
  background: #f8f8fa;
}

.print-switcher {
  margin: 0 0 5px;
  padding: 0 0 4px;
  list-style: none;
  font-weight: 900;
  font-size: .6875rem;
  text-transform: uppercase;
  color: #9599a8;
  border-bottom: 1px solid #dde0e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.print-switcher__item {
  margin: 0 7px 0 0;
}

.print-switcher__item:after {
  content: '/';
  display: inline-block;
  margin-left: 7px;
}

.print-switcher__item:last-child {
  margin-right: 0;
}

.print-switcher__item:last-child:after {
  content: normal;
}

.print-switcher__link {
  color: #9599a8;
  text-decoration: underline;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.print-switcher__link:hover {
  color: #000;
}

.active .print-switcher__link {
  color: #2cc17b;
  text-decoration: none;
}

.print-sub-sect {
  margin: 0 -20px;
}

.print-sub-sect.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.print-list {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

.print-list__item {
  margin-bottom: 7px;
}

.print-list__link {
  text-decoration: none;
  background: repeat-x 0 1.1em;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(66.6%, #000), color-stop(66.61%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, #000 0%, #000 66.6%, rgba(0, 0, 0, 0) 66.61%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, #000 0%, #000 66.6%, rgba(0, 0, 0, 0) 66.61%, rgba(0, 0, 0, 0) 100%);
  background-size: 6px 1px;
  -webkit-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
}

.print-list__link:hover {
  color: #5d9bfb;
  background-image: -webkit-gradient(linear, left top, right top, from(#5d9bfb), color-stop(66.6%, #5d9bfb), color-stop(66.61%, rgba(93, 155, 251, 0)), to(rgba(93, 155, 251, 0)));
  background-image: -o-linear-gradient(left, #5d9bfb 0%, #5d9bfb 66.6%, rgba(93, 155, 251, 0) 66.61%, rgba(93, 155, 251, 0) 100%);
  background-image: linear-gradient(to right, #5d9bfb 0%, #5d9bfb 66.6%, rgba(93, 155, 251, 0) 66.61%, rgba(93, 155, 251, 0) 100%);
}

.g-num {
  display: inline-block;
  border: 1px solid #9599a8;
  border-radius: 4px;
  padding: 2px 4px 1px;
  font-style: normal;
  font-size: .6875rem;
  line-height: .8125rem;
  margin-left: 4px;
}

.ajax-tabs__header {
  margin: 0 0 15px;
  padding: 0 36px 0 21px;
  list-style: none;
  border-bottom: 1px solid #dde0e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ajax-tabs__tab {
  padding: 0 4px;
}

.ajax-tabs__tab.new-student-tab {
  margin-left: auto;
}

.ajax-tabs__link {
  position: relative;
  display: block;
  padding: 6px 10px 5px 10px;
  background: #b6b8c3;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: .6875rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  text-decoration: none;
}

.ajax-tabs__link:hover {
  background: #9599a8;
  color: #fff;
}

.ajax-tabs__link:hover:after {
  background: #9599a8;
}

.ajax-tabs__link:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #b6b8c3;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: visibility, opacity, background;
  -o-transition-property: visibility, opacity, background;
  transition-property: visibility, opacity, background;
}

.active .ajax-tabs__link {
  background: #4b4e5e;
}

.active .ajax-tabs__link:after {
  background: #4b4e5e;
  opacity: 1;
  visibility: visible;
}

.new-student-tab .ajax-tabs__link {
  background: #5d9bfb;
}

.new-student-tab .ajax-tabs__link:after {
  background: #5d9bfb;
}

.new-student-tab .ajax-tabs__link:hover {
  background: #3d7dec;
}

.new-student-tab .ajax-tabs__link:hover:after {
  background: #3d7dec;
}

.new-student-tab.active .ajax-tabs__link {
  background: #5d9bfb;
}

.new-student-tab.active .ajax-tabs__link:after {
  background: #5d9bfb;
}

.ajax-tabs__link .g-num {
  margin-right: -3px;
  border-color: rgba(255, 255, 255, .45);
}

.ajax-tabs__container {
  min-height: 100px;
}

.ajax-tabs.ajax-data-loaded .loading {
  opacity: 0;
  visibility: hidden;
}

.content {
  padding-right: 40px;
  padding-left: 25px;
}

.reference-page .content {
  padding-top: 10px;
}

.content.edit-group {
  padding-top: 20px;
}

.page-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.cnt-w-footer {
  margin-bottom: 60px;
}

.float-footer {
  width: 100%;
  height: 60px;
}

.float-footer__container {
  width: inherit;
  min-width: calc(100% - 240px);
  background: #171d22;
  color: #9599a8;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 90;
  margin-left: 240px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: margin-left, min-width;
  -o-transition-property: margin-left, min-width;
  transition-property: margin-left, min-width;
}

.group-list-hidden .float-footer__container {
  min-width: calc(100% - 75px);
  margin-left: 75px;
}

.float-footer__body {
  height: 60px;
  padding: 15px 40px 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.float-footer__body .ff-right {
  margin-left: auto;
}

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

.ff-line__label {
  margin-right: 10px;
}

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

.ff-line__body > * {
  margin-right: 9px;
}

.ff-line__body > *:last-child {
  margin-right: 0;
}

.f-cancel-link:hover {
  color: #fff;
}

.lnk-table-settings {
  display: block;
  width: 25px;
  color: #9599a8;
  text-align: center;
}

.lnk-table-settings:hover {
  color: #5d9bfb;
}

.lnk-table-settings .icon {
  font-size: 14px;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.clr-danger {
  color: #fc6a6a;
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top-color: #5d9bfb;
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom-color: #5d9bfb;
}

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left-color: #5d9bfb;
}

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right-color: #5d9bfb;
}

.tippy-tooltip {
  border-radius: 3px;
  font-weight: normal;
  font-size: .8125rem;
  line-height: 1rem;
  text-transform: none;
  padding: 7px 10px;
  color: #fff;
  background-color: #5d9bfb;
}

.tippy-tooltip[data-size=small] {
  padding: 4px 7px;
  font-size: .75rem;
}

.tippy-tooltip[data-size=large] {
  padding: 7px 10px;
  font-size: .9375rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-roundarrow {
  fill: #5d9bfb;
}

.b-collapsible__body {
  position: relative;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: max-height, opacity;
  -o-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
  padding-left: 20px;
}

.b-collapsible--collapsed .b-collapsible__body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

.sect-rp {
  position: relative;
  max-width: 895px;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}

.sect-rp--template {
  display: none;
}

.sect-rp:last-child {
  border-bottom: 1px solid #e5e5e5;
}

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

.sect-rp--show-form .sect-rp__body {
  display: none;
}

.sect-rp__text {
  width: 580px;
  margin-right: 20px;
}

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

.sect-rp__buttons .btn + .btn {
  margin-left: 10px;
}

.sect-rp__title {
  font-weight: 900;
  font-size: .9375rem;
  line-height: 1.125rem;
  margin-bottom: 20px;
}

.sect-rp__details {
  margin-top: -10px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sect-rp__details .srd-sect {
  margin-top: 20px;
  margin-right: 20px;
}

.sect-rp__form {
  width: 580px;
  display: none;
}

.ref-schedule .sect-rp__form {
  width: 680px;
}

.sect-rp--show-form .sect-rp__form {
  display: block;
}

.sect-rp__form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sect-rp__form-buttons .btn {
  margin-right: 10px;
}

.sect-rp__form-buttons .btn:last-child {
  margin-right: 0;
}

.sect-rp--new .sect-rp__form-buttons .sect-rp-del {
  display: none;
}

.srd-sect--w580 {
  width: 580px;
}

.srd-sect--w280 {
  width: 280px;
}

.srd-sect--w180 {
  width: 180px;
}

.srd-sect__label {
  display: block;
  font-weight: 900;
  font-size: .5625rem;
  line-height: .75rem;
  text-transform: uppercase;
  color: #9599a8;
  min-height: 12px;
  margin-bottom: 5px;
}

.sch-list {
  margin: 0 -20px 0 0;
  padding: 0;
  list-style: none;
}

.sch-list__item {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sch-list__item:after {
  content: ';';
}

.sch-list__item:last-child:after {
  content: normal;
}

.sch-list__item .icon {
  font-size: 16px;
  color: #dde0e6;
  margin: 0 7px 0 12px;
}

.add-sect-rp {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  max-width: 895px;
}

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

.ref-docs {
  width: 100%;
  min-height: calc(100vh - 60px);
  margin: -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ref-docs__side {
  padding: 30px 15px 30px 25px;
  width: 290px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.ref-docs__main {
  position: relative;
  padding: 30px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.ref-docs__main .loading {
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: .25s ease-in-out;
  -ms-transform: .25s ease-in-out;
  transform: .25s ease-in-out;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}

.ref-docs__main.is-loading .loading {
  opacity: 1;
  visibility: visible;
}

.rd-empty {
  color: #dde0e6;
  margin-top: 130px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.is-empty .rd-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rd-empty__arrow {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rd-empty__arrow:before {
  content: '';
  display: block;
  border: solid transparent;
  border-width: 6px 7px 6px 0;
  border-right-color: currentColor;
}

.rd-empty__arrow:after {
  content: '';
  display: block;
  border-top: 2px dashed currentColor;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.rd-empty__spacer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.rd-empty__frame {
  width: 290px;
  height: 190px;
  border: 2px dashed #dde0e6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rd-empty__body {
  text-align: center;
}

.rd-empty__body .icon {
  font-size: 69px;
  margin-top: -8px;
  margin-bottom: 10px;
}

.rd-empty__text {
  font-size: 1.375rem;
  line-height: 1.5625rem;
  color: #9599a8;
}

.rd-line {
  margin-bottom: 26px;
}

.rd-line__label {
  font-size: .8125rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #9599a8;
  margin-bottom: 4px;
}

.rd-line__body {
  width: 100%;
}

.rd-line__body .form-control {
  width: 100%;
}

.rd-line__body .select2 {
  width: 100% !important;
}

.rd-input-filter {
  margin-bottom: 10px;
}

.table-generic {
  width: 100%;
  border-collapse: collapse;
}

.table-generic__header th {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #000;
  text-align: left;
  font-weight: 900;
  font-size: .625rem;
  padding: 3px 10px 3px;
  color: #9599a8;
}

.table-generic__header th:first-child {
  padding-left: 5px;
}

.table-generic__header th:last-child {
  border-right: none;
}

.table-generic__body td {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 10px 6px;
}

.table-generic__body td:first-child {
  padding-left: 5px;
}

.table-generic__body td:last-child {
  border-right: none;
}

.table-generic__body .tg-check {
  width: 35px;
}

.table-generic__body .tg-title-lnk {
  padding: 0;
}

.rdt-filter-link {
  display: block;
  text-decoration: none;
  border-left: 3px solid transparent;
  padding: 6px 6px 6px;
  color: #000;
  font-size: .8125rem;
  line-height: 1.25rem;
}

.rdt-filter-link:hover {
  color: #2cc17b;
  background: #f8f8fa;
}

.rdt-filter-link.active {
  border-left-color: #2cc17b;
  color: #000;
  background: #f2f3f7;
}

.doc-list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.doc-list__item {
  padding: 0 10px;
  margin-bottom: 20px;
  max-width: 212px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 212px;
  flex: 0 0 212px;
}

.doc-item__thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 142.1%;
  margin-bottom: 6px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.doc-item__thumb__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.doc-item__thumb__img img {
  width: 100%;
}

.doc-item__thumb__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(55, 58, 73, .1);
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doc-item__thumb:hover .doc-item__thumb__cover {
  opacity: 1;
}

.doc-item__thumb__icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #39d58c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doc-item__thumb__icon .icon {
  font-size: 21px;
}

.doc-item__title {
  display: block;
  font-size: .8125rem;
  line-height: .9375rem;
}

.doc-item__amount {
  display: block;
  font-size: .6875rem;
  line-height: .9375rem;
  color: #9599a8;
}

.find-student {
  margin-left: -25px;
  margin-right: -40px;
  padding: 0 40px 12px 25px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.find-student__field {
  padding: 0 0 2px;
  border: 0 solid currentColor;
  border-bottom-width: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.find-student__input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 1.4375rem;
  line-height: 1.625rem;
}

.find-student__clear {
  height: 26px;
  padding: 8px;
  color: #9599a8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: color, opacity, visibility;
  -o-transition-property: color, opacity, visibility;
  transition-property: color, opacity, visibility;
}

.find-student__clear:hover {
  color: #000;
}

.find-filled .find-student__clear {
  opacity: 1;
  visibility: visible;
}

.find-student__clear .icon {
  display: block;
  font-size: 10px;
}

.find-student__results-wrap {
  position: relative;
  width: 100%;
}

.find-student__results {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 60px;
  max-height: 340px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

.show-s-results .find-student__results {
  opacity: 1;
  visibility: visible;
}

.find-student__results .loading {
  position: absolute;
  width: 100%;
  min-height: 60px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.is-loading .find-student__results .loading {
  opacity: 1;
  visibility: visible;
}

.new-stud-sect--opened .new-stud-sect__header .btn {
  border-radius: 4px 4px 0 0;
  background: #4b4e5e;
}

.new-stud-sect__body {
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: max-height, opacity;
  -o-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
}

.content .new-stud-sect__body {
  margin-right: -40px;
  margin-left: -25px;
  padding-right: 40px;
  padding-left: 25px;
}

.new-stud-sect--opened .new-stud-sect__body {
  max-height: none;
  opacity: 1;
}

.new-stud-sect__form {
  max-width: 880px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table-wrap {
  position: relative;
}

.table-data {
  border-collapse: collapse;
  width: calc(100% + 25px);
  margin-left: -25px;
  margin-bottom: 25px;
  border: none;
}

.table-data__header th {
  font-weight: 900;
  font-size: .5625rem;
  line-height: .75rem;
  text-transform: uppercase;
  text-align: left;
  vertical-align: bottom;
  color: #9599a8;
  border-bottom: 1px solid #000;
  border-right: 1px solid #e5e5e5;
  padding: 5px 5px 7px;
}

.table-data__header .et-ch-group {
  margin-top: 9px;
}

.table-data--accountant .table-data__header th {
  padding-right: 10px;
  padding-left: 10px;
}

.table-data--accountant .table-data__header th.td-serv {
  width: 25px;
  padding-right: 0;
  padding-left: 0;
}

.table-data--accountant .table-data__header th.td-buttons {
  width: 130px;
}

.table-data__body {
  counter-reset: r-number;
}

.table-data__body td {
  vertical-align: top;
  font-size: .8125rem;
  line-height: 1.125rem;
  padding: 13px 5px 10px;
  border-right: 1px solid #e5e5e5;
}

.table-data__body td.td-serv:before {
  counter-increment: r-number;
  content: counter(r-number);
}

.table-data__body tr:nth-child(2n) td {
  background: #f2f3f7;
}

.table-data__body tr:nth-child(2n) td.td-serv {
  background: none;
}

.table-data__body tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}

.table-data__body tr:hover td {
  -webkit-box-shadow: inset 0 1px 0 #5d9bfb, inset 0 -1px 0 #5d9bfb;
  box-shadow: inset 0 1px 0 #5d9bfb, inset 0 -1px 0 #5d9bfb;
}

.table-data__body tr:hover td.td-serv {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table-data__body tr:hover td.td-check {
  -webkit-box-shadow: inset 0 1px 0 #5d9bfb, inset 0 -1px 0 #5d9bfb, inset 3px 0 0 #5d9bfb;
  box-shadow: inset 0 1px 0 #5d9bfb, inset 0 -1px 0 #5d9bfb, inset 3px 0 0 #5d9bfb;
}

.table-data__body tr:hover td.td-buttons {
  -webkit-box-shadow: inset 0 1px 0 #5d9bfb, inset 0 -1px 0 #5d9bfb, inset -1px 0 0 #5d9bfb;
  box-shadow: inset 0 1px 0 #5d9bfb, inset 0 -1px 0 #5d9bfb, inset -1px 0 0 #5d9bfb;
}

.table-data--accountant .table-data__body td {
  padding-top: 16px;
  padding-right: 10px;
  padding-left: 10px;
}

.table-data--accountant .table-data__body td.td-serv {
  width: 25px;
  padding-right: 0;
  padding-left: 0;
}

.table-data--accountant .table-data__body td.td-payment {
  padding-top: 10px;
}

.table-data--accountant .table-data__body td.td-buttons {
  width: 130px;
  padding-top: 10px;
}

.table-data--accountant .table-data__body td.td-buttons .act-buttons {
  margin-right: 0;
}

.table-data--accountant .table-data__body td.td-buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9599a8;
  background: #e9ebef;
}

.table-data--accountant .table-data__body td.td-buttons .btn:hover {
  color: #000;
  background: #dde0e6;
}

.table-data--accountant .table-data__body td.td-buttons .btn .icon {
  font-size: 16px;
  margin: -2px 0 -2px 10px;
}

.table-data--accountant .table-data__body tr:hover td.td-name {
  -webkit-box-shadow: inset 0 1px 0 #5d9bfb, inset 0 -1px 0 #5d9bfb, inset 3px 0 0 #5d9bfb;
  box-shadow: inset 0 1px 0 #5d9bfb, inset 0 -1px 0 #5d9bfb, inset 3px 0 0 #5d9bfb;
}

.table-data .td-serv {
  width: 25px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  color: #dde0e6;
  border: none !important;
}

.table-data .td-check {
  width: 35px;
  padding-left: 10px;
  border-right: none;
}

.table-data .td-check .check {
  display: block;
}

.table-data .td-buttons {
  width: 76px;
  padding: 10px;
  border-right: none;
}

.table-data .td-group {
  width: 100px;
}

.table-data .td-exam-type {
  width: 100px;
}

.table-data .td-exam-type-result {
  width: 130px;
}

.table-data .td-tel {
  width: 125px;
}

.table-data .td-p-expire {
  width: 80px;
  text-align: center;
}

.table-data .td-date {
  width: 151px;
}

.table-data .td-nonresident {
  width: 80px;
  text-align: center;
}

.table-data .td-not-adult {
  width: 50px;
  text-align: center;
}

.table-data .td-med {
  width: 80px;
  text-align: center;
}

.table-data .td-groups {
  width: 80px;
  text-align: center;
}

.table-data .td-exam-theory, .table-data .td-exam-area,
.table-data .td-exam-city {
  width: 165px;
}

.table-data .td-payment {
  width: 300px;
  padding-top: 10px;
}

.table-data__header .td-check {
  padding-bottom: 5px;
}

.table-data__header .td-group, .table-data__header .td-tel,
.table-data__header .td-p-expire, .table-data__header .td-date,
.table-data__header .td-nonresident, .table-data__header .td-not-adult,
.table-data__header .td-med, .table-data__header .td-groups,
.table-data__header .td-theory, .table-data__header .td-area,
.table-data__header .td-city {
  text-align: left;
}

.table-data .td-hidden {
  display: none;
}

.table-teacher {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.table-teacher__header th {
  font-weight: 900;
  font-size: .5625rem;
  line-height: .75rem;
  text-transform: uppercase;
  text-align: left;
  vertical-align: bottom;
  color: #9599a8;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 20px 7px 0;
}

.table-teacher__body td {
  padding: 7px 20px 7px 0;
  border-bottom: 1px solid #e5e5e5;
}

.table-teacher__body td.tt-title {
  font-weight: 900;
  font-size: .6875rem;
  text-transform: uppercase;
}

.table-teacher .tt-title {
  min-width: 200px;
}

.table-teacher .tt-sel-teach {
  width: 300px;
}

.table-teacher .tt-sel-teach select {
  width: 280px;
}

.table-teacher .tt-edu {
  width: 180px;
}

.table-teacher .tt-spec {
  width: 180px;
}

.table-teacher .tt-license {
  width: 80px;
  padding-right: 0;
  white-space: nowrap;
}

.cpt-fixed__header {
  table-layout: fixed;
  top: 60px;
  position: fixed;
  width: inherit;
  display: none;
  z-index: 10;
  border-top: 3px solid #fff;
  background: #fff;
  margin-left: 0;
}

.cpt-fixed__invis {
  visibility: hidden;
}

.act-buttons {
  margin-right: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.act-buttons .ico-btn {
  margin-right: 7px;
}

.ico-btn {
  color: #dde0e6;
  width: 24px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ico-btn:hover {
  color: #b6b8c3;
}

.ico-btn .icon {
  display: block;
  font-size: 16px;
}

.ico-btn--edit .icon {
  font-size: 13px;
}

.ico-btn--del .icon {
  font-size: 8px;
}

.ico-btn--sec {
  color: #5d9bfb;
}

.ico-btn--sec:hover {
  color: #0660ec;
}

.chck {
  display: inline-block;
}

.chck .icon {
  display: block;
  font-size: 8px;
}

.chck--dang {
  color: #fc6a6a;
}

.table-settings {
  margin: 0;
  padding: 0;
  list-style: none;
}

.table-settings__item {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table-settings__item .check__input:disabled + .check__body {
  opacity: 1;
}

.table-settings__item .check__input:disabled + .check__body .check__icon {
  display: none;
}

.table-settings__item .check__input:disabled + .check__body .check__text {
  margin-left: 0;
}

.table-settings__handler {
  display: block;
  width: 10px;
  height: 18px;
  cursor: -webkit-grab;
  cursor: grab;
}

.table-settings__handler i {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background: #dde0e6;
  margin-top: 2px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}

.table-settings__handler:hover i {
  background: #9599a8;
}

.exam-attemts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.exam-attemts__add-new {
  min-width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exam-attemts__add-new .add-icon {
  margin-left: 7px;
}

.exam-attemts__add-new:hover {
  color: #2cc17b;
}

.exam-attemts--not-empty .exam-attemts__add-new {
  display: none;
}

.exam-attemts__list {
  display: none;
  margin: 0 0 -2px;
  padding: 0;
  list-style: none;
  counter-reset: attempt 2;
  max-height: 18px;
  overflow: hidden;
}

.exam-attemts--not-empty .exam-attemts__list {
  display: block;
}

.exam-attemts--open .exam-attemts__list {
  max-height: none;
}

.exam-attemts__item-template {
  display: none;
}

.exam-attemts__item {
  margin-bottom: 2px;
  line-height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exam-attemts__item:before {
  counter-increment: attempt -1;
  content: counter(attempt) ".";
  color: #dde0e6;
  margin-right: 2px;
  text-align: right;
}

.exam-attemts__item .ea-btn {
  margin-top: -1px;
}

.exam-attemts__input {
  padding: 0;
  margin: 0 4px 0 0;
  outline: none;
  border: none;
  background: none;
  font-size: .8125rem;
  line-height: 1.125rem;
  text-align: center;
  width: 55px;
  color: #000;
}

.exam-attemts__input:disabled {
  color: #000;
}

.exam-attemts__buttons {
  margin-top: -1px;
  display: none;
}

.exam-attemts__buttons .ae-expand .icon {
  display: inline-block;
  width: 8px;
  font-size: 5px;
  -webkit-perspective: 999px;
  perspective: 999px;
}

.exam-attemts__buttons .check {
  margin: 0 2px 0 5px;
  height: 16px;
  background: none;
}

.exam-attemts--not-empty .exam-attemts__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exam-attemts--empty-new .exam-attemts__buttons,
.exam-attemts--empty-new .ea-btn__del {
  visibility: hidden;
}

.exam-attemts .ea-btn {
  display: block;
  outline: none;
  border: none;
  height: 18px;
  font-size: 1.4375rem;
  line-height: 1.125rem;
  padding: 0 2px;
  text-decoration: none;
  background: none;
}

.exam-attemts .ea-btn:hover {
  color: #000;
}

.exam-attemts .ea-btn__del {
  color: #fc6a6a;
}

.exam-attemts .ea-btn__add {
  color: #2cc17b;
}

.exam-attemts .ea-btn:disabled, .exam-attemts .ea-btn.disabled {
  color: #dde0e6;
  pointer-events: none;
}

.exam-attemts .ae-expand {
  display: none;
  color: #9599a8;
  width: 18px;
  text-align: center;
}

.exam-attemts .ae-expand:hover {
  color: #000;
}

.exam-attemts--expand .ae-expand {
  display: block;
}

.exam-attemts--open .ae-expand {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.add-icon {
  display: inline-block;
  outline: none;
  border: none;
  height: 18px;
  font-size: 23px;
  line-height: 18px;
  text-decoration: none;
  background: none;
  color: #2cc17b;
}

.exam-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background: #fff;
  border: 1px solid #b6b8c3;
  border-radius: 3px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}

.exam-date--show {
  visibility: visible;
  opacity: 1;
}

.exam-date:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.exam-date__picker .ui-datepicker {
  border: none;
}

.exam-date__buttons {
  padding: 6px 2px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.exam-date__buttons .btn {
  min-width: 85px;
}

.et-ch-group {
  margin-right: -2px;
  margin-left: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.et-ch-group__btn {
  display: block;
  width: 24px;
  font-weight: normal;
  font-size: .8125rem;
  line-height: .9375rem;
  text-decoration: none;
  text-align: center;
  margin: 0 2px;
  color: #9599a8;
}

.et-ch-group__btn:hover {
  color: #2cc17b;
}

.et-ch-group .et-ch {
  margin: -2px 2px;
}

.et-ch {
  position: relative;
  display: inline-block;
  outline: none;
}

.et-ch__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
}

.et-ch__body {
  display: block;
  min-width: 24px;
  height: 24px;
  border: 1px solid transparent;
  padding-top: 1px;
  font-weight: normal;
  font-size: .8125rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  text-align: center;
  color: #9599a8;
  border-radius: 3px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: border-color, background, color;
  -o-transition-property: border-color, background, color;
  transition-property: border-color, background, color;
  padding-left: 2px;
  padding-right: 2px;
}

.et-ch:hover .et-ch__body {
  border-color: #f5a623;
}

.et-ch__input:checked + .et-ch__body {
  background: #f5a623;
  color: #fff;
}

.popups-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -200%;
  top: -200%;
  z-index: 9999;
}

.popup-wnd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(221, 224, 230, .7);
  text-align: center;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}

.popup-wnd--show {
  visibility: visible;
  opacity: 1;
}

.popup-wnd:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.popup-wnd__container {
  vertical-align: middle;
  background: #fff;
  text-align: left;
  margin: 20px;
  padding: 15px 12px 12px;
  min-width: 340px;
  min-height: 125px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-wnd__header {
  font-size: .9375rem;
  line-height: 1.125rem;
  margin-bottom: 10px;
}

.popup-wnd__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.popup-wnd__footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-wnd__footer--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-wnd__footer .btn--pw-close {
  min-width: 125px;
}

.pw-cancel {
  display: inline-block;
  padding: 0 10px;
  color: #9599a8;
}

.pw-cancel:hover {
  color: #5d9bfb;
}

.fancybox-bg {
  background: rgba(221, 224, 230, .9);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-content {
  position: relative;
}

.fancybox-content .fancybox-image {
  -webkit-box-shadow: 0 0 0 2px #cbcdd5;
  box-shadow: 0 0 0 2px #cbcdd5;
}

.fnc-img-footer {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fnc-img-footer__title {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.fnc-img-footer__button {
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.fancybox-caption {
  background: none;
  color: #000;
  padding: 0 50px 20px;
}

.fancybox-toolbar {
  position: absolute;
  top: 10px;
  right: 10px;
}

.fancybox-button--close {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 4px;
  background: #2cc17b;
  color: #fff;
  border: none;
  outline: none !important;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}

.fancybox-button--close:hover {
  background: #16a259;
}

.fancybox-navigation .fancybox-button {
  width: 60px;
  height: auto;
  background: none;
  border: none;
  outline: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
  padding-left: 10px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding-right: 10px;
}

.fancybox-navigation .fancybox-button div {
  display: inline-block;
  width: 18px;
  height: 28px;
  padding: 0;
}

.fancybox-navigation .fancybox-button svg {
  fill: #2cc17b;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
}

.fancybox-navigation .fancybox-button:hover svg {
  fill: #16a259;
}

.fancybox-navigation .fancybox-button:disabled {
  cursor: default;
}

.fancybox-navigation .fancybox-button:disabled svg {
  fill: #9599a8;
}

.fancybox-slide--image {
  padding: 50px 50px 70px;
}

@media all and (min-width: 1200px) {
  body {
    padding: 0;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}


/* New style Finance */


.data_title_title{
    font-size: 13px;
    margin-bottom: -10px;
    text-align: left !important;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}
.w70{
    width: 70px;
    text-align: right;
}
.w100{
    width: 88px;
}
.w135{
    width: 135px;
}
.w350{
    width: 377px;
}
.text-center{
    text-align: center;
}
.text-r{
    text-align: right;
}
.data_title_text{
    text-align: left;
    padding-left: 9px;
    font-weight: 300;
    line-height: 1.5;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}
.act-buttons .ico-btn{
    opacity: 0.7;
    transition: all 0.4s;
}
.act-buttons .ico-btn:hover{
    opacity: 1;
}
.ico-blue{
    border-color: #12a9f0;
}
.ico-red{
    border-color: #e72161;
}
.ico-green{
    border-color: #3ecc9a;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #3ecc9a;
}
.ico-green:hover{
    opacity: 1;
    color: #3ecc9a;
}
.ico-feo{
    border-color: #9c2bac;
}



#ruble{
    width: 10px;
}
#invoice{
    width: 10px;
}
#credit-card{
    width: 14px;
}
.ico-blue svg{
    fill: #12a9f0;

}
.ico-red svg{
    fill: #e72161;
}
.ico-feo svg{
    fill: #9c2bac;
}





.td-exam-tarif .price{
    text-decoration: underline;
    font-size: 13px;
    outline: none;
}
.dolg{
    color: #ff5d64;
}
.btn.btn--vnesti{
    background: #fff;
    border: solid 2px #5e9bfb;
    color: #5e9bfb;
    margin-right: 15px;
}
.btn.btn--vnesti:hover{
    background: #5e9bfb;
    border: solid 2px #5e9bfb;
    color: #fff;
}
.btn.btn--otmena{
    background: #fff;
    border: solid 2px #fc6a6a;
    color: #fc6a6a;
    margin-right: 15px;
    margin-right: 20px;
}
.ostalos{
    font-size: 13px;
    font-weight: 300;
    color: #fc6a6a;
    position: relative;
    padding-right: 25px;
}
.ostalos .loading{
    opacity: 1 !important;
visibility: visible !important;
width: 16px;
height: 16px;
min-height: 16px;
right: 0;
top: 0;
}
.ostalos .loading svg{
    width: 100%;
    height: 100%;
}
.ostalos .preloader{
width: 16px;
height: 16px;
}
.btn.btn--otmena:hover{
    background: #fc6a6a;
    border: solid 2px #fc6a6a;
    color: #fff;
}
.btn.btn--check{
    background: #fff;
    border: solid 2px #9599a8;
    color: #9599a8;
}
.btn.btn--check:hover{
    background: #9599a8;
    border: solid 2px #9599a8;
    color: #fff;
}
.popup_oplata .popup-wnd__container{
    width: 800px;
    background: #f8f8fa;
    padding: 0;
    border-radius: 2px;
}
.popup_oplata .popup-wnd__header .oplata_title{
    font-size: 16px;
    font-weight: 500;
    color: #171d22 ;
    margin-bottom: 15px;

}
.popup_oplata .popup-wnd__header .oplata_tarif{
    font-size: 13px;
    font-weight: 400;
    color: #171d22 ;
    margin-bottom: 19px;
}
.popup_oplata .popup-wnd__header .oplata_tarif span{
    font-weight: 300;
}
.popup_oplata .popup-wnd__header .oplata_tarif small{
    font-weight: 400;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}
.popup_oplata .popup-wnd__header{
    background: #fff;
    margin-bottom: 9px;
    padding: 15px 19px 10px;
    border-radius: 2px 2px 0px 0px;
}
.oplacheno{
    position: relative;
    height: 13px;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    background: #dce0e7;
    border-radius: 8px;
}
.oplacheno .line{
    position: absolute;
    width: 70%;
    background: #f5a623;
    border-radius: 8px;
    left: 0;
    top: 0;
    height: 100%;
}
.oplacheno span{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5;
    line-height: 1.3;
}
.table-data--finance .table-data__body tr:hover td{
    box-shadow: none;
    background: #f2f3f7;
}
.table-data--finance tr td{
    border: none;
}
.oplacheno_info{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 300;
}
.close{
    opacity: 0.7;
    transition: all 0.3s;
}
.close:hover{
    opacity: 1;
}
.popup_oplata .popup-wnd__footer table td.date{
    width: 92px;
}
.oplacheno_info b{
    font-weight: 500;
}
.popup_oplata .popup-wnd__body{
    padding: 10px 19px;
    background: #fff;
    margin-bottom: 9px;
}
.popup_oplata .popup-wnd__body .vnesti{
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-size: 13px;
    margin-bottom: 12px;
}
.uslugi{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}
.uslugi .item{
    margin-right: 21px;
    width: 100%;
    max-width: 400px;
}
.uslugi .item:last-child{
    margin-right: 0;
}
.uslugi .price{
    color: #000;
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 10px;
    display: block;
}
.select2-container{
    z-index: 9999;
}
.page-wrap .select2-container {
	z-index: 1;
}
.uslugi label{
    width: 100%;

}
.td-exam-oplatit{
    width: 80px;
}
.uslugi .field-control--w380 {

    max-width: 380px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;

}
.sposob{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}
.hd{
    display: none;
}

.popup_oplata .popup-wnd__footer table table tbody tr:last-child td{
    border: none;
    padding-bottom: 15px !important;
}
.popup_oplata .popup-wnd__footer table table thead td{
    font-size: 9px;
    font-weight: 900;
    padding-bottom: 0;
    color: #9599a8;
    text-transform: uppercase;
    background: none !important;
}
.popup_oplata .popup-wnd__footer table table tbody tr:last-child td{
    padding-top: 3px;
    margin-bottom: 0;
}
.popup_oplata .popup-wnd__footer table table tbody tr:last-child td{
    border-color: #dddfe5 !important;
}

.popup_oplata .popup-wnd__footer table table tbody td{
    font-size: 13px;
    font-weight: 500;
    color: #171d22;
}
.sposob .item{
    width: 100%;
    max-width: 195px;
}
.field-control--w180 {
	max-width: 180px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
}
.sposob .item:last-child{
    margin-right: 0;
}


.popup_oplata .popup-wnd__footer{
    margin-bottom: 18px;
    padding: 9px 19px;
    background: #fff;
    margin-top: 0;
}
.popup_oplata .btns{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.popup_oplata .btns.nosb{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
}
.popup_oplata .btns .izmenit{
    font-size: 13px;
    color: #9399a9;
    text-decoration: underline;
}
.popup_oplata .btns .izmenit:hover{
    color: #5d9bfb;
}
.td-exam-tarif, .td-exam-dolg{
    text-align: right !important;
    width: 100px;
    padding-right: 20px !important;
}
.table-data--finance .table-data__header th{
    border-right: 0;
}
.izm_outer{
    flex-grow: 1;
    text-align: right;
}
.popup_oplata .popup-wnd__footer table{
    width: 100%;
    border-collapse: collapse;
}
.td_table{
    background: none !important;
}
.td_table td{
    background: none !important;
}
.td_table td:nth-child(1){
    width: 152px;
}
.td_table td:nth-child(2){
    width: 116px;
}
.td_table td:nth-child(3){
    width: 156px;
}
.td_table td:nth-child(6){
    width: 60px;
}
.popup_oplata .popup-wnd__footer table tbody tr:last-child td{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    position: relative;
}
.popup_oplata .popup-wnd__footer table table tbody tr td{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-top: 5px;
    position: relative;
}
.popup_oplata .popup-wnd__footer table table thead tr td{
    padding-top: 5px !important;
    padding-bottom: 2px !important;
    margin-top: 5px;
    position: relative;
}
.popup_oplata .popup-wnd__footer table table{
border-top: 1px solid #dddfe5;
border-bottom: 1px solid #dddfe5;
margin-top: 5px;
background-color: rgba(248, 248, 250, 0.25)
}
.popup_oplata .popup-wnd__footer table tablr tbody tr:last-child td{

    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    position: relative;
}
.popup_oplata .popup-wnd__footer table table tr td:after{
    content: none !important;
}
.popup_oplata .popup-wnd__footer table tbody tr:last-child td:after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background: #171d22;
    height: 1px;
    top: 6px;
}
.pogasit{
    text-decoration: underline;
    color: #fc6a6a;
}
.popup_oplata .popup-wnd__footer table thead td{
    font-size: 10px;
    color: #9599a8;
}
.popup_oplata .popup-wnd__footer table tbody tr:hover td{
    background: rgba(93, 155, 251, 0.1);
}
.popup_oplata .popup-wnd__footer table td{
    padding: 1px 5px;
    font-size: 13px;
    color: #000;
}
.popup_oplata .pw-cancel{
    text-align: right;
    margin-bottom: 15px;
    margin-right: 9px;
}
.close-td{
    vertical-align: middle;
    text-align: center;
}
.popup_oplata .btns.hd_btns{
    display: none;
}
.popup_oplata {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.pechat_btns{
    //display: none;
}
.vipolneno{
    display: none;
}
.vipolneno .title{
    background-color: rgba(44, 193, 123, 0.1);
    text-align: center;
    padding: 13px;
    font-size: 11px;
    color: #2cc17b;
}
.vipol_vnesti{
    padding: 10px 19px;
    background: #fff;
    margin-bottom: 10px;
}
.vipol_vnesti .vnesti{
    font-size: 13px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.accord{
    cursor: pointer;
}
@media (max-width: 840px){
    .popup_oplata{
        width: 840px;
        overflow: auto;
    }
}
.form-add-student {
	width: 100%;
}
.hints-list {
	display: flex;
	flex-direction: column;
}
.hints-item {
	margin-bottom: 12px;
}
.hints-item:hover {
	color: #2AC17B;
	cursor: pointer;
}
.copy-buttons button {
	margin-left: 8px;
}
.copy-buttons button:first-child {
	margin-left: 0;
}
.payment-delete {
	color: #FD5D64;
}
.wrap {
	max-width: 1230px;
	font-size: 15px;
	line-height: 24px;
}
.wrap h1 {
	font-size: 1.75rem;
	line-height: 2.125rem;
	margin: 1.875rem 0 1rem;
	font-weight: 400;
}
.wrap h2 {
	font-size: 1.5rem;
	line-height: 2.125rem;
	margin: 1.875rem 0 1rem;
	font-weight: 400;
}
.wrap ul {
	margin: 8px 0;
}
.wrap img + h2 {
	margin-top: 2.125rem;
}