th.tablesort-sortable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}

table .tablesort-sortable:after {
  content: "";
  float: right;
  margin-top: 7px;
  visibility: hidden;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 4px solid #000;
}

table .tablesort-desc:after {
  border-top: 4px solid #000;
  border-bottom: none;
}

table .tablesort-asc,
table .tablesort-desc {
  background-color: rgba(141, 192, 219, 0.25);
}

table .tablesort-sortable:hover:after,
table .tablesort-asc:after,
table .tablesort-desc:after {
  visibility: visible;
}

/*
 * Styling for the table row shown in empty tables
 */

/* The row is always added as the first row in a table
   Hide it by default */

.showIfLast {
  display: none;
}

/* Only show it if it is also the last row of the table. */

.showIfLast:last-child {
  display: table-row;
}

.showIfLast td {
  text-align: center;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */

.ui-select-highlight {
  font-weight: 700;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0)!important;
  width: 1px!important;
  height: 1px!important;
  border: 0!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  position: absolute!important;
  outline: 0!important;
  left: 0!important;
  top: 0!important;
}

.selectize-control.single>.selectize-input>input,
.selectize-control>.selectize-dropdown {
  width: 100%;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

.ng-dirty.ng-invalid>a.select2-choice {
  border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select-locked>.ui-select-match-close,
.select2-locked>.select2-search-choice-close {
  display: none;
}

body>.select2-container.open {
  z-index: 9999;
}

.ui-select-container.select2.direction-up .ui-select-match,
.ui-select-container[theme=select2].direction-up .ui-select-match {
  border-radius: 0 0 4px 4px;
}

.ui-select-container.select2.direction-up .ui-select-dropdown,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
  border-radius: 4px 4px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0,0,0,.25);
  margin-top: -4px;
}

.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
}

.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.selectize-input.selectize-focus {
  border-color: #007FBB!important;
}

.selectize-control.multi>.selectize-input>input {
  margin: 0!important;
}

.ng-dirty.ng-invalid>div.selectize-input {
  border-color: #D44950;
}

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0,0,0,.25);
  margin-top: -2px;
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle>.caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

.input-group>.ui-select-bootstrap.dropdown {
  position: static;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
  border-radius: 4px 0 0 4px;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up {
  border-radius: 4px 0 0 4px!important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap>.ui-select-match>.btn {
  text-align: left!important;
}

.ui-select-bootstrap>.ui-select-match>.caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

.ui-select-bootstrap>.ui-select-choices,
.ui-select-bootstrap>.ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body>.ui-select-bootstrap.open {
  z-index: 1000;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent!important;
  border: none;
  outline: 0;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: .75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:focus,
.ui-select-bootstrap .ui-select-choices-row>span:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none!important;
}

.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match {
  border-color: #D44950;
}

.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0,0,0,.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle>a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

/*# sourceMappingURL=select.min.css.map */

#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active,
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave,
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

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

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.gridster {
  position: relative;
  margin: auto;
  height: 0;
}

.gridster>ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.gridster-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  z-index: 2;
  position: absolute;
  display: none;
}

.gridster-loaded {
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}

.gridster-loaded .gridster-item {
  display: block;
  position: absolute;
  -webkit-transition: opacity .3s,left .3s,top .3s,width .3s,height .3s;
  -moz-transition: opacity .3s,left .3s,top .3s,width .3s,height .3s;
  -o-transition: opacity .3s,left .3s,top .3s,width .3s,height .3s;
  transition: opacity .3s,left .3s,top .3s,width .3s,height .3s;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

.gridster-loaded .gridster-preview-holder {
  display: none;
  z-index: 1;
  position: absolute;
  background-color: #ddd;
  border-color: #fff;
  opacity: .2;
}

.gridster-loaded .gridster-item.gridster-item-moving,
.gridster-loaded .gridster-preview-holder {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.gridster-mobile {
  height: auto !important;
}

.gridster-mobile .gridster-item {
  height: auto;
  position: static;
  float: none;
}

.gridster-item.ng-leave.ng-leave-active {
  opacity: 0;
}

.gridster-item.ng-enter {
  opacity: 1;
}

.gridster-item-moving {
  z-index: 3;
}

.gridster-item-resizable-handler {
  position: absolute;
  font-size: 1px;
  display: block;
  z-index: 5;
}

.handle-se {
  cursor: se-resize;
  width: 0;
  height: 0;
  right: 1px;
  bottom: 1px;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent;
}

.handle-ne {
  cursor: ne-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  top: 1px;
}

.handle-nw {
  cursor: nw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  top: 1px;
}

.handle-sw {
  cursor: sw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  bottom: 1px;
}

.handle-e {
  cursor: e-resize;
  width: 12px;
  bottom: 0;
  right: 1px;
  top: 0;
}

.handle-s {
  cursor: s-resize;
  height: 12px;
  right: 0;
  bottom: 1px;
  left: 0;
}

.handle-n {
  cursor: n-resize;
  height: 12px;
  right: 0;
  top: 1px;
  left: 0;
}

.handle-w {
  cursor: w-resize;
  width: 12px;
  left: 1px;
  top: 0;
  bottom: 0;
}

.gridster .gridster-item:hover .gridster-box {
  border: 1.5px solid #B3B2B3;
}

.gridster .gridster-item:hover .handle-se {
  border-color: transparent transparent #ccc;
}

.gu-mirror {
  position: fixed!important;
  margin: 0!important;
  z-index: 9999!important;
  opacity: .8;
}

.gu-hide {
  display: none!important;
}

.gu-unselectable {
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.gu-transit {
  opacity: .2;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.date-picker-date-time {
  position: absolute;
}

[date-picker-wrapper] {
  position: relative !important;
  z-index: 10;
  display: block;
}

[date-time-append] [date-picker] {
  position: relative;
  margin-right: -1000px;
  margin-bottom: -1000px;
}

[date-range] [date-picker] .after.before {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #499dcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f6ab4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f6ab4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f6ab4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f6ab4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f6ab4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f6ab4', GradientType=0);
  border-color: #2f6ab4 #2f6ab4 #1f4677;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f6ab4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

[date-range] [date-picker] .after.before:hover,
[date-range] [date-picker] .after.before:active,
[date-range] [date-picker] .after.before.active,
[date-range] [date-picker] .after.before.disabled,
[date-range] [date-picker] .after.before[disabled] {
  color: #ffffff;
  background-color: #2f6ab4;
  *background-color: #2a5ea0;
}

[date-range] [date-picker] .after.before:active,
[date-range] [date-picker] .after.before.active {
  background-color: #24528c \9;
}

[date-picker].hidden {
  display: none;
}

[date-picker] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  /* GENERAL */
  padding: 4px;
  /* SPECIFIC */
}

[date-picker] table {
  margin: 0;
}

[date-picker] td,
[date-picker] th {
  padding: 4px 5px;
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

[date-picker] .switch {
  width: 145px;
}

[date-picker] span {
  display: block;
  width: 23%;
  height: 26px;
  line-height: 25px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

[date-picker] span:hover {
  background: #eeeeee;
}

[date-picker] span.disabled,
[date-picker] span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

[date-picker] .active,
[date-picker] .now {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

[date-picker] .active:hover,
[date-picker] .now:hover,
[date-picker] .active:active,
[date-picker] .now:active,
[date-picker] .active.active,
[date-picker] .now.active,
[date-picker] .active.disabled,
[date-picker] .now.disabled,
[date-picker] .active[disabled],
[date-picker] .now[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

[date-picker] .active:active,
[date-picker] .now:active,
[date-picker] .active.active,
[date-picker] .now.active {
  background-color: #003399 \9;
}

[date-picker] .now {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ee735b;
  background-image: -moz-linear-gradient(top, #ee5f5b, #ee905b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee905b));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #ee905b);
  background-image: -o-linear-gradient(top, #ee5f5b, #ee905b);
  background-image: linear-gradient(to bottom, #ee5f5b, #ee905b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffee905b', GradientType=0);
  border-color: #ee905b #ee905b #e56218;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee905b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

[date-picker] .now:hover,
[date-picker] .now:active,
[date-picker] .now.active,
[date-picker] .now.disabled,
[date-picker] .now[disabled] {
  color: #ffffff;
  background-color: #ee905b;
  *background-color: #ec8044;
}

[date-picker] .now:active,
[date-picker] .now.active {
  background-color: #e9712d \9;
}

[date-picker] .disabled {
  background: none;
  color: #999999 !important;
  cursor: default;
}

[date-picker] [ng-switch-when="year"] span,
[date-picker] [ng-switch-when="month"] span,
[date-picker] [ng-switch-when="minutes"] span {
  height: 54px;
  line-height: 54px;
}

[date-picker] [ng-switch-when="date"] td {
  padding: 0;
}

[date-picker] [ng-switch-when="date"] span {
  width: 100%;
  height: 26px;
  line-height: 26px;
}

[date-picker] th:hover,
[date-picker] [ng-switch-when="date"] td span:hover {
  background: #eeeeee;
  cursor: pointer;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
@charset "UTF-8";

@keyframes bounce {
  from, 10%, 20%, 30%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  15%, 16% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0);
  }

  26% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -3px, 0);
  }

  28% {
    transform: translate3d(0, -1px, 0);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.otf") format("opentype"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

/* $badge-background: $secondary-color;
$badge-color: $white;
$badge-color-alt: $black;
$badge-palette: $foundation-palette;
$badge-padding: 0;
$badge-minwidth: 20px;
$badge-font-size: 0.8125rem; */

/* Вписывает изображение в контейнер и выравнивает по центру */

/* Убирает подстветку элемента при клике на моб. устройстве */

/* Обрезает однострочный текст и вставляет ... в конце */

/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large,
  .modal__content_small {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #111428;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #ffffff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.popup-image {
  outline: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close {
  cursor: pointer;
  font-size: 24px;
}

.mfp-close:before {
  margin: 0;
}

.mfp-arrow {
  font-size: 28px;
  color: #ffffff;
}

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

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #d8d8d8;
  background: #fafafa;
  position: relative;
  border-radius: 4px;
}

.selectric .label,
.selectric .checkbox_label input[type="checkbox"] + label,
.checkbox_label .selectric input[type="checkbox"] + label,
.selectric .radio_label input[type="radio"] + label,
.radio_label .selectric input[type="radio"] + label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 0;
  font-size: 1rem;
  line-height: 38px;
  color: #141414;
  height: 38px;
  user-select: none;
  border-radius: 0;
  background: #fafafa;
  padding: 0 12px;
  overflow: hidden;
  border-radius: 4px;
}

.selectric .label:hover,
.selectric .checkbox_label input[type="checkbox"] + label:hover,
.checkbox_label .selectric input[type="checkbox"] + label:hover,
.selectric .radio_label input[type="radio"] + label:hover,
.radio_label .selectric input[type="radio"] + label:hover,
.selectric .label:focus,
.selectric .checkbox_label input[type="checkbox"] + label:focus,
.checkbox_label .selectric input[type="checkbox"] + label:focus,
.selectric .radio_label input[type="radio"] + label:focus,
.radio_label .selectric input[type="radio"] + label:focus {
  color: #141414;
}

.selectric .icon-arrow-down {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  text-align: center;
  line-height: 40px;
}

.selectric-focus .selectric {
  border-color: #3f4993;
}

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

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

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

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

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

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

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

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

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

/* Items box */

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  border-radius: 4px;
  box-shadow: 0 0 25px 0 rgba(63, 73, 147, 0.4);
  overflow: hidden;
}

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

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

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

.selectric-items li {
  display: block;
  padding: 13px 12px;
  cursor: pointer;
}

.selectric-items li.selected {
  background: rgba(63, 73, 147, 0.18);
}

.selectric-items li.highlighted {
  background: rgba(63, 73, 147, 0.18);
}

.selectric-items li:hover {
  background: rgba(63, 73, 147, 0.18);
}

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

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

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

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

.multiple .selectric-items ul li {
  padding-left: 45px;
  position: relative;
}

.multiple .selectric-items ul li:before {
  content: '\e800';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #d8d8d8;
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -10px;
  line-height: 18px;
  color: transparent;
  font-size: 0.75rem;
}

.multiple .selectric-items ul li.selected:before {
  border-color: #3f4993;
  color: #3f4993;
  opacity: 1;
}

.multiple .selectric-items ul li:hover:before {
  border-color: #3f4993;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

.select2-container .select2-search--inline .select2-search__field {
  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;
  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;
  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%;
  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: 28px;
}

.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 {
  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;
  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: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

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

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

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  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: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

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

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

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

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

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

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

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

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

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

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

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

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

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  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: 0.67em 0;
}

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

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 1em 40px;
}

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

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

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

main {
  display: block;
}

/**
     * 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 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

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

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

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

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}

/**
     * 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 style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * 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
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

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

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

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

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

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

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

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

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

button {
  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;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

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

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

input {
  overflow: visible;
}

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

[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button,
[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 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

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

/**
     * 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 {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

textarea {
  overflow: auto;
}

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
       ========================================================================== */

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

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #141414;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 84.0625rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

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

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.25rem;
  font-size: inherit;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.form__title,
.select_header .label,
.select_header .checkbox_label input[type="checkbox"] + label,
.checkbox_label .select_header input[type="checkbox"] + label,
.select_header .radio_label input[type="radio"] + label,
.radio_label .select_header input[type="radio"] + label,
.ui-select-container_header.single .ui-select-match,
.ui-select-container_header.single .ui-select-search,
.modal-faq .modal__subtitle,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "ProximaNova-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
.form__title small,
.select_header .label small,
.select_header .checkbox_label input[type="checkbox"] + label small,
.checkbox_label .select_header input[type="checkbox"] + label small,
.select_header .radio_label input[type="radio"] + label small,
.radio_label .select_header input[type="radio"] + label small,
.ui-select-container_header.single .ui-select-match small,
.ui-select-container_header.single .ui-select-search small,
.modal-faq .modal__subtitle small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #828282;
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3,
.h3,
.form__title,
.select_header .label,
.select_header .checkbox_label input[type="checkbox"] + label,
.checkbox_label .select_header input[type="checkbox"] + label,
.select_header .radio_label input[type="radio"] + label,
.radio_label .select_header input[type="radio"] + label,
.ui-select-container_header.single .ui-select-match,
.ui-select-container_header.single .ui-select-search,
.modal-faq .modal__subtitle {
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 2.75rem;
  }

  h2,
  .h2 {
    font-size: 1.875rem;
  }

  h3,
  .h3,
  .form__title,
  .select_header .label,
  .select_header .checkbox_label input[type="checkbox"] + label,
  .checkbox_label .select_header input[type="checkbox"] + label,
  .select_header .radio_label input[type="radio"] + label,
  .radio_label .select_header input[type="radio"] + label,
  .ui-select-container_header.single .ui-select-match,
  .ui-select-container_header.single .ui-select-search,
  .modal-faq .modal__subtitle {
    font-size: 1.5rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }

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

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

a {
  line-height: inherit;
  color: #3f4993;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #515db4;
  text-decoration: underline;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #d8d8d8;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1.25rem;
  list-style-position: outside;
  line-height: 1.5;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #828282;
}

blockquote,
blockquote p {
  line-height: 1.5;
  color: #141414;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #141414;
}

cite:before {
  content: "— ";
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #828282;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.2;
  color: #141414;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.2;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #141414;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fafafa;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #141414;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #34468f;
  background-color: #fafafa;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #828282;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #000000;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 4px 0 0 4px;
}

.input-group > :last-child > * {
  border-radius: 0 4px 4px 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #828282;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #828282;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background-color: #ffffff;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #141414;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=http://www.w3.org/2000/svg version=1.1 width=32 height=24 viewBox=0 0 32 24><polygon points=0,0 32,0 16,24 style=fill: rgb%2820, 20, 20%29></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #34468f;
  background-color: #fafafa;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

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

.button,
.help-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.8125rem 1.25rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ed5d60;
  color: #ffffff;
}

[data-whatinput='mouse'] .button,
[data-whatinput='mouse'] .help-button {
  outline: 0;
}

.button:hover,
.help-button:hover,
.button:focus,
.help-button:focus {
  background-color: #ef6d70;
  color: #ffffff;
}

.button.tiny,
.tiny.help-button {
  font-size: 0.6rem;
}

.button.small,
.small.help-button {
  font-size: 0.75rem;
}

.button.large,
.large.help-button {
  font-size: 1.25rem;
}

.button.expanded,
.expanded.help-button {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary,
.primary.help-button {
  background-color: #3f4993;
  color: #ffffff;
}

.button.primary:hover,
.primary.help-button:hover,
.button.primary:focus,
.primary.help-button:focus {
  background-color: #323a76;
  color: #ffffff;
}

.button.secondary,
.secondary.help-button {
  background-color: #ed5d60;
  color: #000000;
}

.button.secondary:hover,
.secondary.help-button:hover,
.button.secondary:focus,
.secondary.help-button:focus {
  background-color: #e62226;
  color: #000000;
}

.button.header,
.header.help-button {
  background-color: #3f4993;
  color: #ffffff;
}

.button.header:hover,
.header.help-button:hover,
.button.header:focus,
.header.help-button:focus {
  background-color: #323a76;
  color: #ffffff;
}

.button.button-main,
.button-main.help-button {
  background-color: #ed5d60;
  color: #000000;
}

.button.button-main:hover,
.button-main.help-button:hover,
.button.button-main:focus,
.button-main.help-button:focus {
  background-color: #e62226;
  color: #000000;
}

.button.secondary2,
.secondary2.help-button {
  background-color: #ed5d60;
  color: #000000;
}

.button.secondary2:hover,
.secondary2.help-button:hover,
.button.secondary2:focus,
.secondary2.help-button:focus {
  background-color: #e62226;
  color: #000000;
}

.button.success,
.success.help-button {
  background-color: #1bbe00;
  color: #000000;
}

.button.success:hover,
.success.help-button:hover,
.button.success:focus,
.success.help-button:focus {
  background-color: #169800;
  color: #000000;
}

.button.warning,
.warning.help-button {
  background-color: #ffae00;
  color: #000000;
}

.button.warning:hover,
.warning.help-button:hover,
.button.warning:focus,
.warning.help-button:focus {
  background-color: #cc8b00;
  color: #000000;
}

.button.alert,
.alert.help-button {
  background-color: #cc4b37;
  color: #000000;
}

.button.alert:hover,
.alert.help-button:hover,
.button.alert:focus,
.alert.help-button:focus {
  background-color: #a53b2a;
  color: #000000;
}

.button.aside-bg,
.aside-bg.help-button {
  background-color: #e5e5e5;
  color: #000000;
}

.button.aside-bg:hover,
.aside-bg.help-button:hover,
.button.aside-bg:focus,
.aside-bg.help-button:focus {
  background-color: #b7b7b7;
  color: #000000;
}

.button.free,
.free.help-button {
  background-color: #33b600;
  color: #000000;
}

.button.free:hover,
.free.help-button:hover,
.button.free:focus,
.free.help-button:focus {
  background-color: #299200;
  color: #000000;
}

.button.light-red,
.light-red.help-button {
  background-color: #ed5d60;
  color: #000000;
}

.button.light-red:hover,
.light-red.help-button:hover,
.button.light-red:focus,
.light-red.help-button:focus {
  background-color: #e62226;
  color: #000000;
}

.button.disabled,
.disabled.help-button,
.button[disabled],
[disabled].help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled,
.disabled.help-button,
.button.disabled:hover,
.disabled.help-button:hover,
.button.disabled:focus,
.disabled.help-button:focus,
.button[disabled],
[disabled].help-button,
.button[disabled]:hover,
[disabled].help-button:hover,
.button[disabled]:focus,
[disabled].help-button:focus {
  background-color: #ed5d60;
  color: #ffffff;
}

.button.disabled.primary,
.disabled.primary.help-button,
.button[disabled].primary,
[disabled].primary.help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled.primary,
.disabled.primary.help-button,
.button.disabled.primary:hover,
.disabled.primary.help-button:hover,
.button.disabled.primary:focus,
.disabled.primary.help-button:focus,
.button[disabled].primary,
[disabled].primary.help-button,
.button[disabled].primary:hover,
[disabled].primary.help-button:hover,
.button[disabled].primary:focus,
[disabled].primary.help-button:focus {
  background-color: #3f4993;
  color: #ffffff;
}

.button.disabled.secondary,
.disabled.secondary.help-button,
.button[disabled].secondary,
[disabled].secondary.help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled.secondary,
.disabled.secondary.help-button,
.button.disabled.secondary:hover,
.disabled.secondary.help-button:hover,
.button.disabled.secondary:focus,
.disabled.secondary.help-button:focus,
.button[disabled].secondary,
[disabled].secondary.help-button,
.button[disabled].secondary:hover,
[disabled].secondary.help-button:hover,
.button[disabled].secondary:focus,
[disabled].secondary.help-button:focus {
  background-color: #ed5d60;
  color: #000000;
}

.button.disabled.header,
.disabled.header.help-button,
.button[disabled].header,
[disabled].header.help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled.header,
.disabled.header.help-button,
.button.disabled.header:hover,
.disabled.header.help-button:hover,
.button.disabled.header:focus,
.disabled.header.help-button:focus,
.button[disabled].header,
[disabled].header.help-button,
.button[disabled].header:hover,
[disabled].header.help-button:hover,
.button[disabled].header:focus,
[disabled].header.help-button:focus {
  background-color: #3f4993;
  color: #ffffff;
}

.button.disabled.button-main,
.disabled.button-main.help-button,
.button[disabled].button-main,
[disabled].button-main.help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled.button-main,
.disabled.button-main.help-button,
.button.disabled.button-main:hover,
.disabled.button-main.help-button:hover,
.button.disabled.button-main:focus,
.disabled.button-main.help-button:focus,
.button[disabled].button-main,
[disabled].button-main.help-button,
.button[disabled].button-main:hover,
[disabled].button-main.help-button:hover,
.button[disabled].button-main:focus,
[disabled].button-main.help-button:focus {
  background-color: #ed5d60;
  color: #000000;
}

.button.disabled.secondary2,
.disabled.secondary2.help-button,
.button[disabled].secondary2,
[disabled].secondary2.help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled.secondary2,
.disabled.secondary2.help-button,
.button.disabled.secondary2:hover,
.disabled.secondary2.help-button:hover,
.button.disabled.secondary2:focus,
.disabled.secondary2.help-button:focus,
.button[disabled].secondary2,
[disabled].secondary2.help-button,
.button[disabled].secondary2:hover,
[disabled].secondary2.help-button:hover,
.button[disabled].secondary2:focus,
[disabled].secondary2.help-button:focus {
  background-color: #ed5d60;
  color: #000000;
}

.button.disabled.success,
.disabled.success.help-button,
.button[disabled].success,
[disabled].success.help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled.success,
.disabled.success.help-button,
.button.disabled.success:hover,
.disabled.success.help-button:hover,
.button.disabled.success:focus,
.disabled.success.help-button:focus,
.button[disabled].success,
[disabled].success.help-button,
.button[disabled].success:hover,
[disabled].success.help-button:hover,
.button[disabled].success:focus,
[disabled].success.help-button:focus {
  background-color: #1bbe00;
  color: #000000;
}

.button.disabled.warning,
.disabled.warning.help-button,
.button[disabled].warning,
[disabled].warning.help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled.warning,
.disabled.warning.help-button,
.button.disabled.warning:hover,
.disabled.warning.help-button:hover,
.button.disabled.warning:focus,
.disabled.warning.help-button:focus,
.button[disabled].warning,
[disabled].warning.help-button,
.button[disabled].warning:hover,
[disabled].warning.help-button:hover,
.button[disabled].warning:focus,
[disabled].warning.help-button:focus {
  background-color: #ffae00;
  color: #000000;
}

.button.disabled.alert,
.disabled.alert.help-button,
.button[disabled].alert,
[disabled].alert.help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled.alert,
.disabled.alert.help-button,
.button.disabled.alert:hover,
.disabled.alert.help-button:hover,
.button.disabled.alert:focus,
.disabled.alert.help-button:focus,
.button[disabled].alert,
[disabled].alert.help-button,
.button[disabled].alert:hover,
[disabled].alert.help-button:hover,
.button[disabled].alert:focus,
[disabled].alert.help-button:focus {
  background-color: #cc4b37;
  color: #000000;
}

.button.disabled.aside-bg,
.disabled.aside-bg.help-button,
.button[disabled].aside-bg,
[disabled].aside-bg.help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled.aside-bg,
.disabled.aside-bg.help-button,
.button.disabled.aside-bg:hover,
.disabled.aside-bg.help-button:hover,
.button.disabled.aside-bg:focus,
.disabled.aside-bg.help-button:focus,
.button[disabled].aside-bg,
[disabled].aside-bg.help-button,
.button[disabled].aside-bg:hover,
[disabled].aside-bg.help-button:hover,
.button[disabled].aside-bg:focus,
[disabled].aside-bg.help-button:focus {
  background-color: #e5e5e5;
  color: #000000;
}

.button.disabled.free,
.disabled.free.help-button,
.button[disabled].free,
[disabled].free.help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled.free,
.disabled.free.help-button,
.button.disabled.free:hover,
.disabled.free.help-button:hover,
.button.disabled.free:focus,
.disabled.free.help-button:focus,
.button[disabled].free,
[disabled].free.help-button,
.button[disabled].free:hover,
[disabled].free.help-button:hover,
.button[disabled].free:focus,
[disabled].free.help-button:focus {
  background-color: #33b600;
  color: #000000;
}

.button.disabled.light-red,
.disabled.light-red.help-button,
.button[disabled].light-red,
[disabled].light-red.help-button {
  opacity: 0.3;
  cursor: not-allowed;
}

.button.disabled.light-red,
.disabled.light-red.help-button,
.button.disabled.light-red:hover,
.disabled.light-red.help-button:hover,
.button.disabled.light-red:focus,
.disabled.light-red.help-button:focus,
.button[disabled].light-red,
[disabled].light-red.help-button,
.button[disabled].light-red:hover,
[disabled].light-red.help-button:hover,
.button[disabled].light-red:focus,
[disabled].light-red.help-button:focus {
  background-color: #ed5d60;
  color: #000000;
}

.button.hollow,
.hollow.help-button {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.hollow,
.hollow.help-button,
.button.hollow:hover,
.hollow.help-button:hover,
.button.hollow:focus,
.hollow.help-button:focus {
  background-color: transparent;
}

.button.hollow.disabled,
.hollow.disabled.help-button,
.button.hollow.disabled:hover,
.hollow.disabled.help-button:hover,
.button.hollow.disabled:focus,
.hollow.disabled.help-button:focus,
.button.hollow[disabled],
.hollow[disabled].help-button,
.button.hollow[disabled]:hover,
.hollow[disabled].help-button:hover,
.button.hollow[disabled]:focus,
.hollow[disabled].help-button:focus {
  background-color: transparent;
}

.button.hollow:hover,
.hollow.help-button:hover,
.button.hollow:focus,
.hollow.help-button:focus {
  border-color: #951113;
  color: #951113;
}

.button.hollow:hover.disabled,
.hollow.help-button:hover.disabled,
.button.hollow:hover[disabled],
.hollow.help-button:hover[disabled],
.button.hollow:focus.disabled,
.hollow.help-button:focus.disabled,
.button.hollow:focus[disabled],
.hollow.help-button:focus[disabled] {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.hollow.primary,
.hollow.primary.help-button {
  border: 1px solid #3f4993;
  color: #3f4993;
}

.button.hollow.primary:hover,
.hollow.primary.help-button:hover,
.button.hollow.primary:focus,
.hollow.primary.help-button:focus {
  border-color: #20254a;
  color: #20254a;
}

.button.hollow.primary:hover.disabled,
.hollow.primary.help-button:hover.disabled,
.button.hollow.primary:hover[disabled],
.hollow.primary.help-button:hover[disabled],
.button.hollow.primary:focus.disabled,
.hollow.primary.help-button:focus.disabled,
.button.hollow.primary:focus[disabled],
.hollow.primary.help-button:focus[disabled] {
  border: 1px solid #3f4993;
  color: #3f4993;
}

.button.hollow.secondary,
.hollow.secondary.help-button {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.hollow.secondary:hover,
.hollow.secondary.help-button:hover,
.button.hollow.secondary:focus,
.hollow.secondary.help-button:focus {
  border-color: #951113;
  color: #951113;
}

.button.hollow.secondary:hover.disabled,
.hollow.secondary.help-button:hover.disabled,
.button.hollow.secondary:hover[disabled],
.hollow.secondary.help-button:hover[disabled],
.button.hollow.secondary:focus.disabled,
.hollow.secondary.help-button:focus.disabled,
.button.hollow.secondary:focus[disabled],
.hollow.secondary.help-button:focus[disabled] {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.hollow.header,
.hollow.header.help-button {
  border: 1px solid #3f4993;
  color: #3f4993;
}

.button.hollow.header:hover,
.hollow.header.help-button:hover,
.button.hollow.header:focus,
.hollow.header.help-button:focus {
  border-color: #20254a;
  color: #20254a;
}

.button.hollow.header:hover.disabled,
.hollow.header.help-button:hover.disabled,
.button.hollow.header:hover[disabled],
.hollow.header.help-button:hover[disabled],
.button.hollow.header:focus.disabled,
.hollow.header.help-button:focus.disabled,
.button.hollow.header:focus[disabled],
.hollow.header.help-button:focus[disabled] {
  border: 1px solid #3f4993;
  color: #3f4993;
}

.button.hollow.button-main,
.hollow.button-main.help-button {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.hollow.button-main:hover,
.hollow.button-main.help-button:hover,
.button.hollow.button-main:focus,
.hollow.button-main.help-button:focus {
  border-color: #951113;
  color: #951113;
}

.button.hollow.button-main:hover.disabled,
.hollow.button-main.help-button:hover.disabled,
.button.hollow.button-main:hover[disabled],
.hollow.button-main.help-button:hover[disabled],
.button.hollow.button-main:focus.disabled,
.hollow.button-main.help-button:focus.disabled,
.button.hollow.button-main:focus[disabled],
.hollow.button-main.help-button:focus[disabled] {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.hollow.secondary2,
.hollow.secondary2.help-button {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.hollow.secondary2:hover,
.hollow.secondary2.help-button:hover,
.button.hollow.secondary2:focus,
.hollow.secondary2.help-button:focus {
  border-color: #951113;
  color: #951113;
}

.button.hollow.secondary2:hover.disabled,
.hollow.secondary2.help-button:hover.disabled,
.button.hollow.secondary2:hover[disabled],
.hollow.secondary2.help-button:hover[disabled],
.button.hollow.secondary2:focus.disabled,
.hollow.secondary2.help-button:focus.disabled,
.button.hollow.secondary2:focus[disabled],
.hollow.secondary2.help-button:focus[disabled] {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.hollow.success,
.hollow.success.help-button {
  border: 1px solid #1bbe00;
  color: #1bbe00;
}

.button.hollow.success:hover,
.hollow.success.help-button:hover,
.button.hollow.success:focus,
.hollow.success.help-button:focus {
  border-color: #0e5f00;
  color: #0e5f00;
}

.button.hollow.success:hover.disabled,
.hollow.success.help-button:hover.disabled,
.button.hollow.success:hover[disabled],
.hollow.success.help-button:hover[disabled],
.button.hollow.success:focus.disabled,
.hollow.success.help-button:focus.disabled,
.button.hollow.success:focus[disabled],
.hollow.success.help-button:focus[disabled] {
  border: 1px solid #1bbe00;
  color: #1bbe00;
}

.button.hollow.warning,
.hollow.warning.help-button {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.hollow.warning.help-button:hover,
.button.hollow.warning:focus,
.hollow.warning.help-button:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled,
.hollow.warning.help-button:hover.disabled,
.button.hollow.warning:hover[disabled],
.hollow.warning.help-button:hover[disabled],
.button.hollow.warning:focus.disabled,
.hollow.warning.help-button:focus.disabled,
.button.hollow.warning:focus[disabled],
.hollow.warning.help-button:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert,
.hollow.alert.help-button {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.hollow.alert.help-button:hover,
.button.hollow.alert:focus,
.hollow.alert.help-button:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled,
.hollow.alert.help-button:hover.disabled,
.button.hollow.alert:hover[disabled],
.hollow.alert.help-button:hover[disabled],
.button.hollow.alert:focus.disabled,
.hollow.alert.help-button:focus.disabled,
.button.hollow.alert:focus[disabled],
.hollow.alert.help-button:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.aside-bg,
.hollow.aside-bg.help-button {
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
}

.button.hollow.aside-bg:hover,
.hollow.aside-bg.help-button:hover,
.button.hollow.aside-bg:focus,
.hollow.aside-bg.help-button:focus {
  border-color: #737373;
  color: #737373;
}

.button.hollow.aside-bg:hover.disabled,
.hollow.aside-bg.help-button:hover.disabled,
.button.hollow.aside-bg:hover[disabled],
.hollow.aside-bg.help-button:hover[disabled],
.button.hollow.aside-bg:focus.disabled,
.hollow.aside-bg.help-button:focus.disabled,
.button.hollow.aside-bg:focus[disabled],
.hollow.aside-bg.help-button:focus[disabled] {
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
}

.button.hollow.free,
.hollow.free.help-button {
  border: 1px solid #33b600;
  color: #33b600;
}

.button.hollow.free:hover,
.hollow.free.help-button:hover,
.button.hollow.free:focus,
.hollow.free.help-button:focus {
  border-color: #1a5b00;
  color: #1a5b00;
}

.button.hollow.free:hover.disabled,
.hollow.free.help-button:hover.disabled,
.button.hollow.free:hover[disabled],
.hollow.free.help-button:hover[disabled],
.button.hollow.free:focus.disabled,
.hollow.free.help-button:focus.disabled,
.button.hollow.free:focus[disabled],
.hollow.free.help-button:focus[disabled] {
  border: 1px solid #33b600;
  color: #33b600;
}

.button.hollow.light-red,
.hollow.light-red.help-button {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.hollow.light-red:hover,
.hollow.light-red.help-button:hover,
.button.hollow.light-red:focus,
.hollow.light-red.help-button:focus {
  border-color: #951113;
  color: #951113;
}

.button.hollow.light-red:hover.disabled,
.hollow.light-red.help-button:hover.disabled,
.button.hollow.light-red:hover[disabled],
.hollow.light-red.help-button:hover[disabled],
.button.hollow.light-red:focus.disabled,
.hollow.light-red.help-button:focus.disabled,
.button.hollow.light-red:focus[disabled],
.hollow.light-red.help-button:focus[disabled] {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.clear,
.clear.help-button {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.clear,
.clear.help-button,
.button.clear:hover,
.clear.help-button:hover,
.button.clear:focus,
.clear.help-button:focus {
  background-color: transparent;
}

.button.clear.disabled,
.clear.disabled.help-button,
.button.clear.disabled:hover,
.clear.disabled.help-button:hover,
.button.clear.disabled:focus,
.clear.disabled.help-button:focus,
.button.clear[disabled],
.clear[disabled].help-button,
.button.clear[disabled]:hover,
.clear[disabled].help-button:hover,
.button.clear[disabled]:focus,
.clear[disabled].help-button:focus {
  background-color: transparent;
}

.button.clear:hover,
.clear.help-button:hover,
.button.clear:focus,
.clear.help-button:focus {
  border-color: #951113;
  color: #951113;
}

.button.clear:hover.disabled,
.clear.help-button:hover.disabled,
.button.clear:hover[disabled],
.clear.help-button:hover[disabled],
.button.clear:focus.disabled,
.clear.help-button:focus.disabled,
.button.clear:focus[disabled],
.clear.help-button:focus[disabled] {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.clear,
.clear.help-button,
.button.clear.disabled,
.clear.disabled.help-button,
.button.clear[disabled],
.clear[disabled].help-button,
.button.clear:hover,
.clear.help-button:hover,
.button.clear:hover.disabled,
.clear.help-button:hover.disabled,
.button.clear:hover[disabled],
.clear.help-button:hover[disabled],
.button.clear:focus,
.clear.help-button:focus,
.button.clear:focus.disabled,
.clear.help-button:focus.disabled,
.button.clear:focus[disabled],
.clear.help-button:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary,
.clear.primary.help-button {
  border: 1px solid #3f4993;
  color: #3f4993;
}

.button.clear.primary:hover,
.clear.primary.help-button:hover,
.button.clear.primary:focus,
.clear.primary.help-button:focus {
  border-color: #20254a;
  color: #20254a;
}

.button.clear.primary:hover.disabled,
.clear.primary.help-button:hover.disabled,
.button.clear.primary:hover[disabled],
.clear.primary.help-button:hover[disabled],
.button.clear.primary:focus.disabled,
.clear.primary.help-button:focus.disabled,
.button.clear.primary:focus[disabled],
.clear.primary.help-button:focus[disabled] {
  border: 1px solid #3f4993;
  color: #3f4993;
}

.button.clear.primary,
.clear.primary.help-button,
.button.clear.primary.disabled,
.clear.primary.disabled.help-button,
.button.clear.primary[disabled],
.clear.primary[disabled].help-button,
.button.clear.primary:hover,
.clear.primary.help-button:hover,
.button.clear.primary:hover.disabled,
.clear.primary.help-button:hover.disabled,
.button.clear.primary:hover[disabled],
.clear.primary.help-button:hover[disabled],
.button.clear.primary:focus,
.clear.primary.help-button:focus,
.button.clear.primary:focus.disabled,
.clear.primary.help-button:focus.disabled,
.button.clear.primary:focus[disabled],
.clear.primary.help-button:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary,
.clear.secondary.help-button {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.clear.secondary:hover,
.clear.secondary.help-button:hover,
.button.clear.secondary:focus,
.clear.secondary.help-button:focus {
  border-color: #951113;
  color: #951113;
}

.button.clear.secondary:hover.disabled,
.clear.secondary.help-button:hover.disabled,
.button.clear.secondary:hover[disabled],
.clear.secondary.help-button:hover[disabled],
.button.clear.secondary:focus.disabled,
.clear.secondary.help-button:focus.disabled,
.button.clear.secondary:focus[disabled],
.clear.secondary.help-button:focus[disabled] {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.clear.secondary,
.clear.secondary.help-button,
.button.clear.secondary.disabled,
.clear.secondary.disabled.help-button,
.button.clear.secondary[disabled],
.clear.secondary[disabled].help-button,
.button.clear.secondary:hover,
.clear.secondary.help-button:hover,
.button.clear.secondary:hover.disabled,
.clear.secondary.help-button:hover.disabled,
.button.clear.secondary:hover[disabled],
.clear.secondary.help-button:hover[disabled],
.button.clear.secondary:focus,
.clear.secondary.help-button:focus,
.button.clear.secondary:focus.disabled,
.clear.secondary.help-button:focus.disabled,
.button.clear.secondary:focus[disabled],
.clear.secondary.help-button:focus[disabled] {
  border-color: transparent;
}

.button.clear.header,
.clear.header.help-button {
  border: 1px solid #3f4993;
  color: #3f4993;
}

.button.clear.header:hover,
.clear.header.help-button:hover,
.button.clear.header:focus,
.clear.header.help-button:focus {
  border-color: #20254a;
  color: #20254a;
}

.button.clear.header:hover.disabled,
.clear.header.help-button:hover.disabled,
.button.clear.header:hover[disabled],
.clear.header.help-button:hover[disabled],
.button.clear.header:focus.disabled,
.clear.header.help-button:focus.disabled,
.button.clear.header:focus[disabled],
.clear.header.help-button:focus[disabled] {
  border: 1px solid #3f4993;
  color: #3f4993;
}

.button.clear.header,
.clear.header.help-button,
.button.clear.header.disabled,
.clear.header.disabled.help-button,
.button.clear.header[disabled],
.clear.header[disabled].help-button,
.button.clear.header:hover,
.clear.header.help-button:hover,
.button.clear.header:hover.disabled,
.clear.header.help-button:hover.disabled,
.button.clear.header:hover[disabled],
.clear.header.help-button:hover[disabled],
.button.clear.header:focus,
.clear.header.help-button:focus,
.button.clear.header:focus.disabled,
.clear.header.help-button:focus.disabled,
.button.clear.header:focus[disabled],
.clear.header.help-button:focus[disabled] {
  border-color: transparent;
}

.button.clear.button-main,
.clear.button-main.help-button {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.clear.button-main:hover,
.clear.button-main.help-button:hover,
.button.clear.button-main:focus,
.clear.button-main.help-button:focus {
  border-color: #951113;
  color: #951113;
}

.button.clear.button-main:hover.disabled,
.clear.button-main.help-button:hover.disabled,
.button.clear.button-main:hover[disabled],
.clear.button-main.help-button:hover[disabled],
.button.clear.button-main:focus.disabled,
.clear.button-main.help-button:focus.disabled,
.button.clear.button-main:focus[disabled],
.clear.button-main.help-button:focus[disabled] {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.clear.button-main,
.clear.button-main.help-button,
.button.clear.button-main.disabled,
.clear.button-main.disabled.help-button,
.button.clear.button-main[disabled],
.clear.button-main[disabled].help-button,
.button.clear.button-main:hover,
.clear.button-main.help-button:hover,
.button.clear.button-main:hover.disabled,
.clear.button-main.help-button:hover.disabled,
.button.clear.button-main:hover[disabled],
.clear.button-main.help-button:hover[disabled],
.button.clear.button-main:focus,
.clear.button-main.help-button:focus,
.button.clear.button-main:focus.disabled,
.clear.button-main.help-button:focus.disabled,
.button.clear.button-main:focus[disabled],
.clear.button-main.help-button:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary2,
.clear.secondary2.help-button {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.clear.secondary2:hover,
.clear.secondary2.help-button:hover,
.button.clear.secondary2:focus,
.clear.secondary2.help-button:focus {
  border-color: #951113;
  color: #951113;
}

.button.clear.secondary2:hover.disabled,
.clear.secondary2.help-button:hover.disabled,
.button.clear.secondary2:hover[disabled],
.clear.secondary2.help-button:hover[disabled],
.button.clear.secondary2:focus.disabled,
.clear.secondary2.help-button:focus.disabled,
.button.clear.secondary2:focus[disabled],
.clear.secondary2.help-button:focus[disabled] {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.clear.secondary2,
.clear.secondary2.help-button,
.button.clear.secondary2.disabled,
.clear.secondary2.disabled.help-button,
.button.clear.secondary2[disabled],
.clear.secondary2[disabled].help-button,
.button.clear.secondary2:hover,
.clear.secondary2.help-button:hover,
.button.clear.secondary2:hover.disabled,
.clear.secondary2.help-button:hover.disabled,
.button.clear.secondary2:hover[disabled],
.clear.secondary2.help-button:hover[disabled],
.button.clear.secondary2:focus,
.clear.secondary2.help-button:focus,
.button.clear.secondary2:focus.disabled,
.clear.secondary2.help-button:focus.disabled,
.button.clear.secondary2:focus[disabled],
.clear.secondary2.help-button:focus[disabled] {
  border-color: transparent;
}

.button.clear.success,
.clear.success.help-button {
  border: 1px solid #1bbe00;
  color: #1bbe00;
}

.button.clear.success:hover,
.clear.success.help-button:hover,
.button.clear.success:focus,
.clear.success.help-button:focus {
  border-color: #0e5f00;
  color: #0e5f00;
}

.button.clear.success:hover.disabled,
.clear.success.help-button:hover.disabled,
.button.clear.success:hover[disabled],
.clear.success.help-button:hover[disabled],
.button.clear.success:focus.disabled,
.clear.success.help-button:focus.disabled,
.button.clear.success:focus[disabled],
.clear.success.help-button:focus[disabled] {
  border: 1px solid #1bbe00;
  color: #1bbe00;
}

.button.clear.success,
.clear.success.help-button,
.button.clear.success.disabled,
.clear.success.disabled.help-button,
.button.clear.success[disabled],
.clear.success[disabled].help-button,
.button.clear.success:hover,
.clear.success.help-button:hover,
.button.clear.success:hover.disabled,
.clear.success.help-button:hover.disabled,
.button.clear.success:hover[disabled],
.clear.success.help-button:hover[disabled],
.button.clear.success:focus,
.clear.success.help-button:focus,
.button.clear.success:focus.disabled,
.clear.success.help-button:focus.disabled,
.button.clear.success:focus[disabled],
.clear.success.help-button:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning,
.clear.warning.help-button {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover,
.clear.warning.help-button:hover,
.button.clear.warning:focus,
.clear.warning.help-button:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled,
.clear.warning.help-button:hover.disabled,
.button.clear.warning:hover[disabled],
.clear.warning.help-button:hover[disabled],
.button.clear.warning:focus.disabled,
.clear.warning.help-button:focus.disabled,
.button.clear.warning:focus[disabled],
.clear.warning.help-button:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning,
.clear.warning.help-button,
.button.clear.warning.disabled,
.clear.warning.disabled.help-button,
.button.clear.warning[disabled],
.clear.warning[disabled].help-button,
.button.clear.warning:hover,
.clear.warning.help-button:hover,
.button.clear.warning:hover.disabled,
.clear.warning.help-button:hover.disabled,
.button.clear.warning:hover[disabled],
.clear.warning.help-button:hover[disabled],
.button.clear.warning:focus,
.clear.warning.help-button:focus,
.button.clear.warning:focus.disabled,
.clear.warning.help-button:focus.disabled,
.button.clear.warning:focus[disabled],
.clear.warning.help-button:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert,
.clear.alert.help-button {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover,
.clear.alert.help-button:hover,
.button.clear.alert:focus,
.clear.alert.help-button:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled,
.clear.alert.help-button:hover.disabled,
.button.clear.alert:hover[disabled],
.clear.alert.help-button:hover[disabled],
.button.clear.alert:focus.disabled,
.clear.alert.help-button:focus.disabled,
.button.clear.alert:focus[disabled],
.clear.alert.help-button:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert,
.clear.alert.help-button,
.button.clear.alert.disabled,
.clear.alert.disabled.help-button,
.button.clear.alert[disabled],
.clear.alert[disabled].help-button,
.button.clear.alert:hover,
.clear.alert.help-button:hover,
.button.clear.alert:hover.disabled,
.clear.alert.help-button:hover.disabled,
.button.clear.alert:hover[disabled],
.clear.alert.help-button:hover[disabled],
.button.clear.alert:focus,
.clear.alert.help-button:focus,
.button.clear.alert:focus.disabled,
.clear.alert.help-button:focus.disabled,
.button.clear.alert:focus[disabled],
.clear.alert.help-button:focus[disabled] {
  border-color: transparent;
}

.button.clear.aside-bg,
.clear.aside-bg.help-button {
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
}

.button.clear.aside-bg:hover,
.clear.aside-bg.help-button:hover,
.button.clear.aside-bg:focus,
.clear.aside-bg.help-button:focus {
  border-color: #737373;
  color: #737373;
}

.button.clear.aside-bg:hover.disabled,
.clear.aside-bg.help-button:hover.disabled,
.button.clear.aside-bg:hover[disabled],
.clear.aside-bg.help-button:hover[disabled],
.button.clear.aside-bg:focus.disabled,
.clear.aside-bg.help-button:focus.disabled,
.button.clear.aside-bg:focus[disabled],
.clear.aside-bg.help-button:focus[disabled] {
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
}

.button.clear.aside-bg,
.clear.aside-bg.help-button,
.button.clear.aside-bg.disabled,
.clear.aside-bg.disabled.help-button,
.button.clear.aside-bg[disabled],
.clear.aside-bg[disabled].help-button,
.button.clear.aside-bg:hover,
.clear.aside-bg.help-button:hover,
.button.clear.aside-bg:hover.disabled,
.clear.aside-bg.help-button:hover.disabled,
.button.clear.aside-bg:hover[disabled],
.clear.aside-bg.help-button:hover[disabled],
.button.clear.aside-bg:focus,
.clear.aside-bg.help-button:focus,
.button.clear.aside-bg:focus.disabled,
.clear.aside-bg.help-button:focus.disabled,
.button.clear.aside-bg:focus[disabled],
.clear.aside-bg.help-button:focus[disabled] {
  border-color: transparent;
}

.button.clear.free,
.clear.free.help-button {
  border: 1px solid #33b600;
  color: #33b600;
}

.button.clear.free:hover,
.clear.free.help-button:hover,
.button.clear.free:focus,
.clear.free.help-button:focus {
  border-color: #1a5b00;
  color: #1a5b00;
}

.button.clear.free:hover.disabled,
.clear.free.help-button:hover.disabled,
.button.clear.free:hover[disabled],
.clear.free.help-button:hover[disabled],
.button.clear.free:focus.disabled,
.clear.free.help-button:focus.disabled,
.button.clear.free:focus[disabled],
.clear.free.help-button:focus[disabled] {
  border: 1px solid #33b600;
  color: #33b600;
}

.button.clear.free,
.clear.free.help-button,
.button.clear.free.disabled,
.clear.free.disabled.help-button,
.button.clear.free[disabled],
.clear.free[disabled].help-button,
.button.clear.free:hover,
.clear.free.help-button:hover,
.button.clear.free:hover.disabled,
.clear.free.help-button:hover.disabled,
.button.clear.free:hover[disabled],
.clear.free.help-button:hover[disabled],
.button.clear.free:focus,
.clear.free.help-button:focus,
.button.clear.free:focus.disabled,
.clear.free.help-button:focus.disabled,
.button.clear.free:focus[disabled],
.clear.free.help-button:focus[disabled] {
  border-color: transparent;
}

.button.clear.light-red,
.clear.light-red.help-button {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.clear.light-red:hover,
.clear.light-red.help-button:hover,
.button.clear.light-red:focus,
.clear.light-red.help-button:focus {
  border-color: #951113;
  color: #951113;
}

.button.clear.light-red:hover.disabled,
.clear.light-red.help-button:hover.disabled,
.button.clear.light-red:hover[disabled],
.clear.light-red.help-button:hover[disabled],
.button.clear.light-red:focus.disabled,
.clear.light-red.help-button:focus.disabled,
.button.clear.light-red:focus[disabled],
.clear.light-red.help-button:focus[disabled] {
  border: 1px solid #ed5d60;
  color: #ed5d60;
}

.button.clear.light-red,
.clear.light-red.help-button,
.button.clear.light-red.disabled,
.clear.light-red.disabled.help-button,
.button.clear.light-red[disabled],
.clear.light-red[disabled].help-button,
.button.clear.light-red:hover,
.clear.light-red.help-button:hover,
.button.clear.light-red:hover.disabled,
.clear.light-red.help-button:hover.disabled,
.button.clear.light-red:hover[disabled],
.clear.light-red.help-button:hover[disabled],
.button.clear.light-red:focus,
.clear.light-red.help-button:focus,
.button.clear.light-red:focus.disabled,
.clear.light-red.help-button:focus.disabled,
.button.clear.light-red:focus[disabled],
.clear.light-red.help-button:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after,
.dropdown.help-button::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.25rem;
}

.button.dropdown.hollow::after,
.dropdown.hollow.help-button::after {
  border-top-color: #ed5d60;
}

.button.dropdown.hollow.primary::after,
.dropdown.hollow.primary.help-button::after {
  border-top-color: #3f4993;
}

.button.dropdown.hollow.secondary::after,
.dropdown.hollow.secondary.help-button::after {
  border-top-color: #ed5d60;
}

.button.dropdown.hollow.header::after,
.dropdown.hollow.header.help-button::after {
  border-top-color: #3f4993;
}

.button.dropdown.hollow.button-main::after,
.dropdown.hollow.button-main.help-button::after {
  border-top-color: #ed5d60;
}

.button.dropdown.hollow.secondary2::after,
.dropdown.hollow.secondary2.help-button::after {
  border-top-color: #ed5d60;
}

.button.dropdown.hollow.success::after,
.dropdown.hollow.success.help-button::after {
  border-top-color: #1bbe00;
}

.button.dropdown.hollow.warning::after,
.dropdown.hollow.warning.help-button::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,
.dropdown.hollow.alert.help-button::after {
  border-top-color: #cc4b37;
}

.button.dropdown.hollow.aside-bg::after,
.dropdown.hollow.aside-bg.help-button::after {
  border-top-color: #e5e5e5;
}

.button.dropdown.hollow.free::after,
.dropdown.hollow.free.help-button::after {
  border-top-color: #33b600;
}

.button.dropdown.hollow.light-red::after,
.dropdown.hollow.light-red.help-button::after {
  border-top-color: #ed5d60;
}

.button.arrow-only::after,
.arrow-only.help-button::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover,
a.help-button:hover,
a.button:focus,
a.help-button:focus {
  text-decoration: none;
}

/*   @include foundation-accordion; */

/*   @include foundation-accordion-menu; */

/*   @include foundation-badge; */

.label,
.checkbox_label input[type="checkbox"] + label,
.radio_label input[type="radio"] + label {
  display: inline-block;
  padding: 0.72rem 1.6rem;
  border-radius: 40px;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #3f4993;
  color: #ffffff;
}

.label.primary,
.checkbox_label input[type="checkbox"] + label.primary,
.radio_label input[type="radio"] + label.primary {
  background: #3f4993;
  color: #ffffff;
}

.label.secondary,
.checkbox_label input[type="checkbox"] + label.secondary,
.radio_label input[type="radio"] + label.secondary {
  background: #ed5d60;
  color: #000000;
}

.label.header,
.checkbox_label input[type="checkbox"] + label.header,
.radio_label input[type="radio"] + label.header {
  background: #3f4993;
  color: #ffffff;
}

.label.button-main,
.checkbox_label input[type="checkbox"] + label.button-main,
.radio_label input[type="radio"] + label.button-main {
  background: #ed5d60;
  color: #000000;
}

.label.secondary2,
.checkbox_label input[type="checkbox"] + label.secondary2,
.radio_label input[type="radio"] + label.secondary2 {
  background: #ed5d60;
  color: #000000;
}

.label.success,
.checkbox_label input[type="checkbox"] + label.success,
.radio_label input[type="radio"] + label.success {
  background: #1bbe00;
  color: #000000;
}

.label.warning,
.checkbox_label input[type="checkbox"] + label.warning,
.radio_label input[type="radio"] + label.warning {
  background: #ffae00;
  color: #000000;
}

.label.alert,
.checkbox_label input[type="checkbox"] + label.alert,
.radio_label input[type="radio"] + label.alert {
  background: #cc4b37;
  color: #000000;
}

.label.aside-bg,
.checkbox_label input[type="checkbox"] + label.aside-bg,
.radio_label input[type="radio"] + label.aside-bg {
  background: #e5e5e5;
  color: #000000;
}

.label.free,
.checkbox_label input[type="checkbox"] + label.free,
.radio_label input[type="radio"] + label.free {
  background: #33b600;
  color: #000000;
}

.label.light-red,
.checkbox_label input[type="checkbox"] + label.light-red,
.radio_label input[type="radio"] + label.light-red {
  background: #ed5d60;
  color: #000000;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.43);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 40px 50px;
  border: none;
  border-radius: 3px;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 645px;
    max-width: 84.0625rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 84.0625rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 84.0625rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 84.0625rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 1.25rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  background: #d8d8d8;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  transform: translate3d(0, 0, 0);
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #3f4993;
}

input:checked ~ .switch-paddle::after {
  left: 1.5rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.25rem;
}

.switch.tiny .switch-paddle {
  width: 2.5rem;
  height: 1.25rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.5rem;
}

.switch.small {
  height: 1.25rem;
}

.switch.small .switch-paddle {
  width: 2.5rem;
  height: 1.25rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 1.5rem;
}

.switch.large {
  height: 1.25rem;
}

.switch.large .switch-paddle {
  width: 2.5rem;
  height: 1.25rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 1.5rem;
}

/*   @include foundation-table; */

/*   @include foundation-tabs; */

/*   @include foundation-thumbnail;
  @include foundation-title-bar; */

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #141414;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000000;
  font-size: 80%;
  color: #ffffff;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000000;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000000 transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000000;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000000 transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before,
.tooltip.grid__row_right::before {
  left: auto;
  right: 10%;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-right,
.grid__row_right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a,
.vertical.menu.grid__row_right > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

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

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

.align-middle,
.grid__row_center {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

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

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

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

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

* {
  -webkit-tap-highlight-color: rgba(63, 73, 147, 0.2);
}

*::selection {
  background: #ed5d60;
  color: #ffffff;
}

@media screen and (max-width: 89.9375em) {
  .show-for-xlarge {
    display: none;
  }
}

body.fixed {
  overflow: hidden;
}

body.is-reveal-open {
  overflow: auto;
}

.loading {
  position: relative;
}

.loading:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 100;
}

.loading_active:after {
  width: 100%;
  height: 100%;
  background: white;
}

.loading_active:before {
  content: '';
  height: 60px;
  width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  animation: rotation 1s infinite linear;
  border-left: 3px solid rgba(63, 73, 147, 0.15);
  border-right: 3px solid rgba(63, 73, 147, 0.15);
  border-bottom: 3px solid rgba(63, 73, 147, 0.15);
  border-top: 3px solid rgba(63, 73, 147, 0.8);
  border-radius: 100%;
  box-sizing: border-box;
  z-index: 200;
}

@media screen and (max-width: 63.9375em) {
  .loading_active:before {
    top: 100px;
  }
}

.carousel_fader {
  margin: 0 -50px;
}

@media screen and (max-width: 63.9375em) {
  .carousel_fader {
    margin: 0 -30px 0 -20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .carousel_fader {
    margin: 0 -20px;
  }
}

.carousel_fader .slick-list {
  padding: 0 50px;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .carousel_fader .slick-list {
    padding: 0 30px;
  }
}

.carousel_fader .slick-list:before,
.carousel_fader .slick-list:after {
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  background: red;
  z-index: 10;
}

@media screen and (max-width: 63.9375em) {
  .carousel_fader .slick-list:before,
  .carousel_fader .slick-list:after {
    width: 30px;
  }
}

.carousel_fader .slick-list:before {
  left: 0;
  background: linear-gradient(to left, transparent 0%, #ffffff 70%);
}

.carousel_fader .slick-list:after {
  right: 0;
  background: linear-gradient(to right, transparent 0%, #ffffff 70%);
}

.section_dark .carousel_fader .slick-list:before {
  background: linear-gradient(to left, transparent 0%, #f0f0f0 70%);
}

.section_dark .carousel_fader .slick-list:after {
  background: linear-gradient(to right, transparent 0%, #f0f0f0 70%);
}

.test-max {
  height: 2.4375rem;
  line-height: 2.4375rem;
  font-size: 1.5rem;
  color: #3f4993;
  margin-bottom: 10px;
}

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  transition: all linear 0.5s;
  display: block !important;
}

.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove {
  opacity: 0;
}

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

audio::-internal-media-controls-download-button,
video::-internal-media-controls-download-button {
  display: none;
}

audio::-webkit-media-controls-enclosure,
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

audio::-webkit-media-controls-panel,
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.static-page ul li,
.static-page ol li {
  margin-bottom: 10px;
}

.static-page__block {
  margin-bottom: 50px;
}

.animate-if.ng-enter {
  transition: all linear .7s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity: 0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity: 1;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 39.9375em) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.grid__row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 40em) {
  .grid__row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid__row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid__col_1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.grid__col_2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.grid__col_3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.grid__col_4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media screen and (max-width: 63.9375em) {
  .grid__col_4_md {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid__col_5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.grid__col_6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media screen and (max-width: 63.9375em) {
  .grid__col_6_md {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid__col_7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.grid__col_8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media screen and (max-width: 63.9375em) {
  .grid__col_8_md {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid__col_9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.grid__col_10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.grid__col_11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.grid__col_12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media screen and (max-width: 39.9375em) {
  .grid__col_12_sm {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .grid__col_12_sm + .grid__col_12_sm {
    margin-top: 20px;
  }
}

@media screen and (max-width: 63.9375em) {
  .grid__col_12_md {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .grid__col_12_md + .grid__col_12_md {
    margin-top: 20px;
  }
}

@media screen and (max-width: 74.9375em) {
  .grid__col_12_lg {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .grid__col_12_lg + .grid__col_12_md {
    margin-top: 20px;
  }
}

.content {
  padding-top: 45px;
  padding-bottom: 50px;
}

@media screen and (max-width: 63.9375em) {
  .content {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 39.9375em) {
  .content {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.content_narrow {
  max-width: 830px;
}

.content_medium {
  max-width: 1010px;
}

.content__button {
  margin: 50px 0;
}

@media screen and (max-width: 63.9375em) {
  .content__button {
    margin: 30px 0;
  }
}

.content_dark {
  background: #f0f0f0;
}

.content_glossary {
  padding-top: 25px;
}

@media screen and (max-width: 63.9375em) {
  .content_glossary {
    padding-top: 5px;
  }
}

@media screen and (max-width: 39.9375em) {
  .content_glossary {
    padding-top: 0;
  }
}

.cke_dialog_ui_input_select {
  width: 100% !important;
}

glossary {
  color: #3f4993;
  border-bottom: 1px dashed #3f4993;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.form__title,
.select_header .label,
.select_header .checkbox_label input[type="checkbox"] + label,
.checkbox_label .select_header input[type="checkbox"] + label,
.select_header .radio_label input[type="radio"] + label,
.radio_label .select_header input[type="radio"] + label,
.ui-select-container_header.single .ui-select-match,
.ui-select-container_header.single .ui-select-search,
.modal-faq .modal__subtitle,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "ProximaNova-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
.form__title a,
.select_header .label a,
.select_header .checkbox_label input[type="checkbox"] + label a,
.checkbox_label .select_header input[type="checkbox"] + label a,
.select_header .radio_label input[type="radio"] + label a,
.radio_label .select_header input[type="radio"] + label a,
.ui-select-container_header.single .ui-select-match a,
.ui-select-container_header.single .ui-select-search a,
.modal-faq .modal__subtitle a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  display: inline-block;
  color: inherit;
  border-bottom: 1px solid;
}

h1 a:hover,
h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
h2 a:focus,
.h2 a:hover,
.h2 a:focus,
h3 a:hover,
h3 a:focus,
.h3 a:hover,
.form__title a:hover,
.select_header .label a:hover,
.select_header .checkbox_label input[type="checkbox"] + label a:hover,
.checkbox_label .select_header input[type="checkbox"] + label a:hover,
.select_header .radio_label input[type="radio"] + label a:hover,
.radio_label .select_header input[type="radio"] + label a:hover,
.ui-select-container_header.single .ui-select-match a:hover,
.ui-select-container_header.single .ui-select-search a:hover,
.modal-faq .modal__subtitle a:hover,
.h3 a:focus,
.form__title a:focus,
.select_header .label a:focus,
.select_header .checkbox_label input[type="checkbox"] + label a:focus,
.checkbox_label .select_header input[type="checkbox"] + label a:focus,
.select_header .radio_label input[type="radio"] + label a:focus,
.radio_label .select_header input[type="radio"] + label a:focus,
.ui-select-container_header.single .ui-select-match a:focus,
.ui-select-container_header.single .ui-select-search a:focus,
.modal-faq .modal__subtitle a:focus,
h4 a:hover,
h4 a:focus,
.h4 a:hover,
.h4 a:focus,
h5 a:hover,
h5 a:focus,
.h5 a:hover,
.h5 a:focus,
h6 a:hover,
h6 a:focus,
.h6 a:hover,
.h6 a:focus {
  color: inherit;
  text-decoration: none;
  border-color: transparent;
}

.h3,
.form__title,
.select_header .label,
.select_header .checkbox_label input[type="checkbox"] + label,
.checkbox_label .select_header input[type="checkbox"] + label,
.select_header .radio_label input[type="radio"] + label,
.radio_label .select_header input[type="radio"] + label,
.ui-select-container_header.single .ui-select-match,
.ui-select-container_header.single .ui-select-search,
.modal-faq .modal__subtitle {
  font-size: 1.5rem;
}

.h3_sertificates {
  padding-left: 60px;
}

@media screen and (max-width: 63.9375em) {
  .h3_sertificates {
    padding-left: 40px;
  }
}

.h4 {
  font-size: 1.25rem;
}

.link_icon {
  font-size: 0.875rem;
  color: #3f4993;
  cursor: pointer;
}

.link_icon:hover {
  text-decoration: underline;
}

.link_icon [class^="icon-"] {
  margin-right: 5px;
  font-size: 1rem;
}

.link_icon .icon-ok {
  color: #33b600;
  opacity: 0;
}

.link_icon.link_active .icon-ok {
  opacity: 1;
}

.link_uppercase {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.link_email {
  text-decoration: none;
  color: #a3a3a3;
}

.link_file {
  font-family: "ProximaNova-Semibold", sans-serif;
}

.link_file .icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 28px;
  background: url("/static/images/xls.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
}

.link_file .link__text {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 63.9375em) {
  .link_file .link__text {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.link_attach {
  font-size: 1rem;
}

.lead,
strong {
  font-family: "ProximaNova-Semibold", sans-serif;
  font-weight: normal;
}

.small,
small {
  color: #828282;
  font-size: 0.875rem;
}

.caption {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #3f4993;
  letter-spacing: .5px;
}

.caption_light {
  color: #828282;
  font-family: "ProximaNova-Regular", sans-serif;
}

.caption_free {
  color: #33b600;
}

h1 {
  margin-bottom: 40px;
}

.subtitle {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.error {
  color: #cc4b37;
}

.pre {
  white-space: pre-wrap;
}

.accordion__title_edit {
  max-width: 50% !important;
}

@media screen and (max-width: 39.9375em) {
  .accordion__title_edit {
    max-width: 100% !important;
  }
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
  counter-reset: list;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion__title-link {
  color: #3f4993;
}

.accordion__title {
  position: relative;
  display: block;
  padding: 25px 0;
  border: 0;
  border-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1;
  color: #3f4993;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold", sans-serif;
  letter-spacing: .5px;
  text-decoration: none;
  display: inline-block;
  max-width: 70%;
  color: #000000;
}

:last-child:not(.is-active) > .accordion__title {
  border-bottom: 0;
  border-radius: 0 0 0 0;
}

.accordion__title:hover,
.accordion__title:focus {
  background-color: #ffffff;
}

@media screen and (max-width: 39.9375em) {
  .accordion__title {
    max-width: none;
    padding: 15px 0;
  }
}

.accordion__title_count:before {
  content: counter(list);
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  color: #3f4993;
}

@media screen and (max-width: 63.9375em) {
  .accordion__title_count:before {
    display: none;
  }
}

.accordion__title:focus,
.accordion__title:hover {
  text-decoration: none;
  color: #000000;
}

.accordion__title .icon-lock {
  display: none;
}

.accordion__title .icon-down-open {
  font-size: 12px;
  margin-left: 5px;
  color: #3f4993;
}

.accordion__title .icon-down-open:before {
  transition: ease .3s;
}

.accordion__title_add,
.accordion__title_add:hover,
.accordion__title_add:focus {
  color: #b0b0b0;
}

.accordion__title_add .accordion__title-link,
.accordion__title_add .icon-down-open,
.accordion__title_add:hover .accordion__title-link,
.accordion__title_add:hover .icon-down-open,
.accordion__title_add:focus .accordion__title-link,
.accordion__title_add:focus .icon-down-open {
  color: #b0b0b0;
}

.accordion__item {
  position: relative;
  counter-increment: list;
}

.accordion__item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion__item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion__item_locked .icon-down-open {
  display: none;
}

.accordion__item_locked .icon-lock {
  display: inline-block;
}

.accordion__item_locked .accordion__title,
.accordion__item_locked .accordion__title-link {
  color: #828282;
  pointer-events: none;
}

.accordion__item_opened .accordion__title .icon-down-open:before {
  transform: rotate(180deg);
}

.accordion__item_opened .accordion__content {
  display: block;
}

.accordion__content {
  display: none;
  padding: 5px 0 35px;
  border: 0;
  border-bottom: 0;
  background-color: #ffffff;
  color: #141414;
}

:last-child > .accordion__content:last-child {
  border-bottom: 0;
}

.accordion__edit-title {
  padding: 14px 0 10px;
}

.accordion__edit-title input {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold", sans-serif;
  letter-spacing: .5px;
  color: #3f4993;
  font-size: 0.8125rem;
  max-width: 300px;
}

.badge {
  display: inline-block;
}

.badge__num {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ed5d60;
  color: #ffffff;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}

.badge_icon {
  position: relative;
  padding: 10px 14px 0 0;
  font-size: 18px;
  top: -5px;
  left: 2px;
}

.badge_icon .badge__num {
  position: absolute;
  top: 0;
  right: 0;
}

.button-wrap {
  margin-bottom: 15px;
}

.button-wrap_inline {
  display: inline-block;
  vertical-align: top;
}

.button-group .button,
.button-group .help-button {
  margin-right: 15px;
}

.button,
.help-button {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "ProximaNova-Semibold", sans-serif;
  letter-spacing: .5px;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  outline: none;
  user-select: none;
  /* fix dropdown icon size */
}

@media screen and (max-width: 63.9375em) {
  .button,
  .help-button {
    padding: 0.8rem .8rem;
  }
}

.button:hover,
.help-button:hover,
.button:focus,
.help-button:focus {
  text-decoration: none;
}

@media screen and (max-width: 63.9375em) {
  .button_mobile-wide {
    width: 100%;
  }
}

.button_outline {
  background: rgba(63, 73, 147, 0);
  border: 1px solid #3f4993;
  color: #3f4993;
}

.button_outline:hover,
.button_outline:focus {
  background: rgba(63, 73, 147, 0.15);
  color: #3f4993;
}

.button_white {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
}

.button_white:hover,
.button_white:focus {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.button_transparent {
  background: transparent;
  border: 1px solid rgba(63, 73, 147, 0);
  color: #3f4993;
}

.button_transparent:hover,
.button_transparent:focus,
.button_transparent.button_hover {
  background: rgba(63, 73, 147, 0.18);
  color: #3f4993;
}

.button[disabled],
[disabled].help-button,
.button_disabled,
.form-drop[disabled] .form-drop__add {
  pointer-events: none;
  opacity: .5;
  background: #3f4993;
}

.button_progress {
  position: relative;
  transition: .3s;
}

.button_progress:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e843';
  animation: rotation 1s infinite ease-out;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  font-size: 16px;
  opacity: 0;
  transition: .3s;
}

.button_progress:after {
  content: '';
  display: inline-block;
  width: 0;
  transition: .3s;
}

.button_sending {
  pointer-events: none;
  opacity: .5;
}

.button_sending:before {
  opacity: 1;
}

.button_sending:after {
  width: 20px;
}

.button_icon-left {
  padding-left: 1rem;
}

@media screen and (max-width: 63.9375em) {
  .button_icon-left {
    padding-left: .8rem;
  }
}

.button_icon-right {
  padding-right: 1rem;
}

@media screen and (max-width: 63.9375em) {
  .button_icon-right {
    padding-right: .8rem;
  }
}

.button .icon-left,
.help-button .icon-left {
  margin-right: 10px;
}

.button .icon-right,
.help-button .icon-right {
  margin-left: 10px;
}

.button .icon-arrow-down,
.help-button .icon-arrow-down {
  font-size: 8px;
}

.button .icon-arrow-down::before,
.help-button .icon-arrow-down::before {
  vertical-align: 2px;
}

.button_edit-bg {
  padding: .5rem;
}

.button_edit-bg [class^="icon-"] {
  font-size: 24px;
  vertical-align: middle;
}

@media screen and (max-width: 89.9375em) {
  .button_edit-bg {
    border: none;
  }

  .button_edit-bg [class^="icon-"] {
    margin: 0;
  }
}

@media screen and (max-width: 89.9375em) {
  .button_edit-bg .button__text {
    display: none;
  }
}

.button_back {
  margin-bottom: 30px;
}

.button_margin {
  margin: 30px 0;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox_base input[type="checkbox"] + label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  margin-left: 0;
  min-height: 20px;
  min-width: 20px;
}

.checkbox_base input[type="checkbox"] + label:before {
  content: '\e800';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #d8d8d8;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 18px;
  color: transparent;
  font-size: 0.75rem;
}

.checkbox_base input[type="checkbox"]:checked + label:before {
  border-color: #3f4993;
  color: #3f4993;
  opacity: 1;
}

.checkbox_multiline {
  max-width: 310px;
}

.checkbox_margin + .checkbox_margin {
  margin-top: 25px;
}

.checkbox_label input[type="checkbox"] + label {
  margin-left: 0;
}

.checkbox__subtitle {
  padding-left: 40px;
}

.checkbox_right input[type="checkbox"] + label:before {
  content: '\e800';
  color: #33b600;
}

.checkbox_user input[type="checkbox"] + label:before {
  content: '\e824';
  color: #ffffff;
  background: #cc4b37;
  border-color: #cc4b37;
}

.checkbox_user.checkbox_right input[type="checkbox"] + label:before {
  content: '\e800';
  color: #ffffff;
  background: #33b600;
  border-color: #33b600;
}

.datepicker {
  display: inline-block;
  cursor: pointer;
}

.datepicker__input {
  max-width: 130px;
  display: inline-block;
  cursor: pointer !important;
}

@media screen and (max-width: 39.9375em) {
  .datepicker__input {
    max-width: none;
  }

  .datepicker__input.datepicker__input_end {
    margin-top: 10px;
  }
}

.datepicker__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

@media screen and (max-width: 39.9375em) {
  .datepicker__icon {
    display: none;
  }
}

.datepicker__icon:before {
  width: auto;
}

.datepicker_ghost {
  position: relative;
  color: #3f4993;
  padding-left: 25px;
}

.datepicker_ghost .datepicker__calendar {
  position: absolute;
  height: 100%;
  width: 16px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datepicker_ghost .datepicker__input {
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  width: 200px;
  max-width: none;
  height: 39px;
  padding: 0;
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #3f4993;
}

.datepicker_ghost .datepicker__input::placeholder {
  color: #3f4993;
}

.datepicker_ghost .datepicker__input_end {
  display: none;
}

.datepicker_ghost .datepicker__icon {
  display: none;
}

.datepicker_ghost.datepicker_changed .datepicker__icon {
  display: inline-block;
}

.datepicker_ghost.datepicker_changed .datepicker__input {
  max-width: 100px;
  text-align: center;
  width: auto;
  padding: 0;
  font-size: 1.125rem;
}

.datepicker_ghost.datepicker_changed .datepicker__input:focus {
  border-bottom: 2px solid #3f4993;
}

.datepicker_ghost.datepicker_changed .datepicker__input_end {
  display: inline-block;
  margin: 0;
}

.datepicker_arrow {
  color: #828282;
  padding-left: 0;
  padding-right: 25px;
}

.datepicker_arrow .datepicker__arrow {
  font-size: 7px;
  position: absolute;
  height: 100%;
  width: 16px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datepicker_arrow .datepicker__input {
  text-align: right;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #828282;
  font-family: "ProximaNova-Semibold", sans-serif;
}

@media screen and (max-width: 63.9375em) {
  .datepicker_arrow .datepicker__input {
    text-align: left;
    width: auto;
    min-width: 0;
  }
}

.datepicker_arrow .datepicker__input::placeholder {
  color: #828282;
}

.datepicker_arrow.datepicker_changed .datepicker__arrow {
  display: none;
}

.datepicker_arrow.datepicker_changed .datepicker__input:focus {
  border-bottom: 2px solid #828282;
}

.date-picker-wrapper {
  position: absolute;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 25px 0 rgba(63, 73, 147, 0.4);
  padding: 0;
  display: none;
  z-index: 1006;
  margin-top: 5px;
}

@media screen and (max-width: 39.9375em) {
  .date-picker-wrapper {
    left: 0 !important;
    width: 100%;
  }
}

.date-picker-wrapper.single-date tbody .first-date-selected {
  border-radius: 4px;
}

.date-picker-wrapper.single-date tbody .first-date-selected:before,
.date-picker-wrapper.single-date tbody .first-date-selected:after {
  display: none;
}

.date-picker-wrapper .month-wrapper {
  width: auto !important;
}

.date-picker-wrapper .month-name {
  text-transform: capitalize;
  font-size: 1rem;
}

.date-picker-wrapper .week-name {
  text-transform: capitalize;
  height: 45px;
}

.date-picker-wrapper .month1,
.date-picker-wrapper .month2 {
  float: left;
  width: 290px;
  margin: 0 20px 20px;
  border-spacing: 0;
  border-collapse: collapse;
}

@media screen and (max-width: 39.9375em) {
  .date-picker-wrapper .month1,
  .date-picker-wrapper .month2 {
    margin: 0 0 20px;
    width: 100%;
  }
}

.date-picker-wrapper .caption {
  height: 45px;
  text-transform: none;
  color: #000000;
}

.date-picker-wrapper th {
  font-weight: normal;
}

.date-picker-wrapper thead tr:first-child th {
  border-bottom: 1px solid #e8e8e8;
  font-family: "ProximaNova-Bold", sans-serif;
}

.date-picker-wrapper thead tr:last-child th {
  padding: 5px 8px;
  color: #3f4993;
}

.date-picker-wrapper thead .next,
.date-picker-wrapper thead .prev {
  color: #3f4993;
  font-size: 18px;
  cursor: pointer;
}

.date-picker-wrapper tbody tr {
  border-bottom: 2px solid #ffffff;
}

.date-picker-wrapper tbody td {
  text-align: center;
  width: 45px;
}

.date-picker-wrapper tbody .day {
  padding: 5px 8px;
  height: 30px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.date-picker-wrapper tbody .day:hover {
  background: rgba(63, 73, 147, 0.15);
}

.date-picker-wrapper tbody .invalid {
  opacity: .3;
  cursor: not-allowed;
}

.date-picker-wrapper tbody .hovering,
.date-picker-wrapper tbody .checked {
  border-radius: 0;
  background: rgba(63, 73, 147, 0.15);
}

.date-picker-wrapper tbody .first-date-selected {
  border-radius: 4px 1px 1px 4px;
  background: #ed5d60;
  color: #ffffff;
}

.date-picker-wrapper tbody .first-date-selected:hover {
  background: #ed5d60;
}

.date-picker-wrapper tbody .first-date-selected:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left: 6px solid #ed5d60;
  top: 0;
  right: -21px;
  z-index: 5;
}

.date-picker-wrapper tbody .last-date-selected {
  border-radius: 1px 4px 4px 1px;
  background: #ed5d60;
  color: #ffffff;
}

.date-picker-wrapper tbody .last-date-selected:hover {
  background: #ed5d60;
}

.date-picker-wrapper tbody .last-date-selected:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 6px solid #ed5d60;
  top: 0;
  left: -21px;
  z-index: 5;
}

.date-picker-wrapper tbody .start-date.end-date {
  background: #ed5d60;
  color: #ffffff;
  border-radius: 4px;
}

.date-picker-wrapper tbody .start-date.end-date:before,
.date-picker-wrapper tbody .start-date.end-date:after {
  display: none;
}

.date-picker-wrapper .gap {
  display: none;
}

.mighty-picker__holder {
  position: absolute;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 25px 0 rgba(63, 73, 147, 0.4);
  padding: 0;
  z-index: 100;
  margin-top: 5px;
}

.dropdown-wrap {
  position: relative;
  display: block;
}

.dropdown-wrap + .dropdown-wrap {
  z-index: 9;
}

.dropdown-wrap_arrow .dropdown {
  top: 70px !important;
  right: 10px !important;
  left: auto !important;
}

.dropdown-wrap_arrow .dropdown:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  top: -16px;
  right: 27px;
}

.dropdown-wrap_tooltip .dropdown {
  box-shadow: none;
  margin: 10px 0 0 8px;
  transform: translate3d(-50%, 0, 0);
  width: auto !important;
  max-width: 200px;
  text-align: center;
  padding: 5px 10px;
  font-size: 0.875rem;
  color: #ffffff;
  background: rgba(63, 73, 147, 0.6);
}

.dropdown-wrap_tooltip .dropdown:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(63, 73, 147, 0.6);
  position: absolute;
  top: -16px;
  left: calc(50% - 8px);
}

.dropdown {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
  box-shadow: 0 0 25px 0 rgba(63, 73, 147, 0.4);
  width: 260px !important;
  border: none;
  padding: 15px 0;
  border-radius: 3px;
  z-index: 1000;
}

.dropdown.is-opening {
  display: block;
}

.dropdown.is-open {
  visibility: visible;
  display: block;
}

.dropdown__menu {
  font-family: "ProximaNova-Semibold", sans-serif;
}

.dropdown__menu ul,
.dropdown__menu li {
  margin: 0;
  padding: 0;
}

.dropdown__menu li {
  display: block;
}

.dropdown__menu a {
  padding: 10px 35px;
  color: #000000;
  font-size: 0.8125rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px;
  display: block;
}

.dropdown__menu a:hover {
  background: rgba(63, 73, 147, 0.18);
}

.dropdown__menu .checkbox {
  padding: 10px 20px;
}

.dropdown__menu .checkbox label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
  line-height: 20px;
}

.dropdown__title {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"] {
  padding: 0 12px;
  margin: 0;
}

.input_small {
  max-width: 100px;
}

@media screen and (max-width: 39.9375em) {
  .input_small {
    max-width: none;
  }
}

.input_edit-title {
  font-size: 2.75rem;
  font-family: "ProximaNova-Bold", sans-serif;
  height: 80px;
  padding: 0 20px;
}

@media screen and (max-width: 39.9375em) {
  .input_edit-title {
    font-size: 1.5rem;
    height: 60px;
  }
}

.input_time {
  display: inline-block;
  max-width: 130px;
}

.input-divider {
  display: inline-block;
  margin: 0 10px;
}

.search {
  position: relative;
  max-width: 265px;
  width: 100%;
}

.search input::placeholder {
  color: #c0c0c0;
}

.search [class^="icon-"] {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: 0;
  color: #3f4993;
  transition: .3s;
}

.search button {
  outline: none;
  cursor: pointer;
}

.search button:hover {
  color: #989fd3;
}

.textarea,
textarea {
  resize: none;
  height: auto;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.textarea_small,
textarea_small {
  min-height: 90px;
}

@media screen and (max-width: 63.9375em) {
  .textarea_small,
  textarea_small {
    min-height: 150px;
  }
}

.textarea_medium,
textarea_medium {
  min-height: 120px;
}

.textarea_large,
textarea_large {
  min-height: 190px;
}

@media screen and (max-width: 63.9375em) {
  .textarea_large,
  textarea_large {
    min-height: 120px;
  }
}

.textarea_big,
textarea_big {
  min-height: 210px;
}

@media screen and (max-width: 63.9375em) {
  .textarea_big,
  textarea_big {
    min-height: 150px;
  }
}

.textarea_edit-content,
textarea_edit-content {
  min-height: 465px;
}

label {
  margin-bottom: 0.625rem;
}

.input-wrap {
  position: relative;
}

.input-wrap_icon input {
  padding-right: 40px;
  position: relative;
}

.input-wrap__icon {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-wrap_date {
  color: #3f4993;
}

.input-wrap_date input {
  border: none;
  background: #ffffff;
  box-shadow: none;
  height: 39px;
  padding: 0 12px 0 25px;
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #000000;
  max-width: none;
}

.input-wrap_date input:hover,
.input-wrap_date input:focus {
  border: none;
  background: #ffffff;
}

.input-wrap_date input::placeholder {
  color: #3f4993;
}

.input-wrap_date .input-wrap__icon {
  position: absolute;
  height: 100%;
  width: 16px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  counter-reset: list;
}

.form__group {
  margin-bottom: 25px;
}

@media screen and (max-width: 39.9375em) {
  .form__group {
    margin-bottom: 20px;
  }
}

.form__group_buttons {
  margin-top: 75px;
}

.form__group_buttons .button,
.form__group_buttons .help-button {
  margin-right: 15px;
}

.form__group_center {
  text-align: center;
}

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

@media screen and (max-width: 63.9375em) {
  .form__group_justify {
    flex-direction: column;
  }
}

.form__group_justify .button,
.form__group_justify .help-button {
  margin-right: 0;
}

@media screen and (max-width: 63.9375em) {
  .form__group_justify .button,
  .form__group_justify .help-button {
    margin-top: 20px;
  }
}

.form__group_comment {
  margin-bottom: 10px;
}

.form_custom .form__group {
  margin-bottom: 40px;
}

@media screen and (max-width: 39.9375em) {
  .form_custom .form__group {
    margin-bottom: 30px;
  }
}

.form__group-block {
  display: inline-block;
  margin-right: 45px;
  vertical-align: top;
}

.form__group-block .input {
  margin-bottom: 10px;
}

@media screen and (max-width: 39.9375em) {
  .form__group-block {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.form__forget {
  margin-top: 10px;
  display: inline-block;
}

.form__label {
  min-height: 2.4375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}

.form__label p {
  margin-bottom: 5px;
}

@media screen and (max-width: 39.9375em) {
  .form__label {
    height: auto;
    margin-bottom: 0.3125rem;
  }
}

.form__info {
  margin-top: 20px;
  font-size: 0.875rem;
  color: #828282;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.form__counter:before {
  content: counter(list);
  counter-increment: list;
  color: #3f4993;
  font-size: 0.875rem;
  font-family: "ProximaNova-Semibold", sans-serif;
  display: inline-block;
  margin-right: 10px;
}

.form__hidden {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .form_contacts {
    margin-bottom: 30px;
  }
}

.form__section {
  margin-bottom: 70px;
}

.form__title {
  margin-bottom: 50px;
}

.form__bottom {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-input {
  width: 100%;
  height: 39px;
  display: flex;
  align-items: center;
}

.social-input__label {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 0;
  color: #3f4993;
  background: #fafafa;
  border: 1px solid #d8d8d8;
  border-radius: 4px 0 0 4px;
  border-right: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.social-input__icon {
  margin-right: 5px;
}

.social-input__input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.navicon__line {
  display: block;
  margin: 6px 0;
  height: 2px;
  width: 28px;
  background: #ffffff;
}

.navicon__line:nth-child(2) {
  width: 23px;
}

.file-icon {
  width: 30px;
  min-width: 30px;
  height: 40px;
  display: inline-block;
  position: relative;
}

.file-icon__sheet {
  width: 100%;
  height: 100%;
  background: #edeada;
}

.file-icon__triangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 10px solid #cec9ae;
  border-right: 10px solid #ffffff;
}

.file-icon__content {
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #3f4993;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 15px;
  text-align: center;
  font-size: 11px;
  font-family: "ProximaNova-Semibold", sans-serif;
  letter-spacing: .5px;
  white-space: nowrap;
  max-width: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-icon_pdf .file-icon__content {
  background: #8e0e0e;
}

.file-icon_xls .file-icon__content {
  background: #6ebc5c;
}

.file-icon_doc .file-icon__content {
  background: #2678d3;
}

.label,
.checkbox_label input[type="checkbox"] + label,
.radio_label input[type="radio"] + label {
  transition: background-color .1s ease-out, color .1s ease-out;
  cursor: pointer;
  margin-right: 13px;
  margin-bottom: 13px;
  height: 42px;
  overflow: hidden;
  user-select: none;
}

.label__text {
  padding-right: 10px;
  text-overflow: ellipsis;
  max-width: 190px;
  display: inline-block;
  overflow: hidden;
  vertical-align: text-top;
}

.label .icon-bin,
.checkbox_label input[type="checkbox"] + label .icon-bin,
.radio_label input[type="radio"] + label .icon-bin,
.label .icon-pen,
.checkbox_label input[type="checkbox"] + label .icon-pen,
.radio_label input[type="radio"] + label .icon-pen {
  opacity: .5;
  transition: .3s;
  padding-left: 5px;
}

.label .icon-bin:hover,
.checkbox_label input[type="checkbox"] + label .icon-bin:hover,
.radio_label input[type="radio"] + label .icon-bin:hover,
.label .icon-bin:focus,
.checkbox_label input[type="checkbox"] + label .icon-bin:focus,
.radio_label input[type="radio"] + label .icon-bin:focus,
.label .icon-pen:hover,
.checkbox_label input[type="checkbox"] + label .icon-pen:hover,
.radio_label input[type="radio"] + label .icon-pen:hover,
.label .icon-pen:focus,
.checkbox_label input[type="checkbox"] + label .icon-pen:focus,
.radio_label input[type="radio"] + label .icon-pen:focus {
  opacity: 1;
}

.label_small {
  height: 32px;
  padding: .45rem .75rem;
  margin-right: 3px;
  margin-bottom: 9px;
  font-size: 0.875rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 89.9375em) {
  .label,
  .checkbox_label input[type="checkbox"] + label,
  .radio_label input[type="radio"] + label {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.label:hover,
.checkbox_label input[type="checkbox"] + label:hover,
.radio_label input[type="radio"] + label:hover,
.label:focus,
.checkbox_label input[type="checkbox"] + label:focus,
.radio_label input[type="radio"] + label:focus {
  text-decoration: none;
  color: #ffffff;
}

.label_outline,
.checkbox_label input[type="checkbox"] + label,
.radio_label input[type="radio"] + label {
  background: transparent;
  color: #3f4993;
  border: 1px solid rgba(63, 73, 147, 0.3);
}

.label_outline:hover,
.checkbox_label input[type="checkbox"] + label:hover,
.radio_label input[type="radio"] + label:hover,
.label_outline:focus,
.checkbox_label input[type="checkbox"] + label:focus,
.radio_label input[type="radio"] + label:focus,
.label_outline.label_active,
.checkbox_label input[type="checkbox"] + label.label_active,
.checkbox_label input[type="checkbox"]:checked + label,
.radio_label input[type="radio"] + label.label_active,
.radio_label input[type="radio"]:checked + label {
  background: rgba(63, 73, 147, 0.15);
  text-decoration: none;
  color: #3f4993;
}

.label_plus {
  padding: 0.7rem;
}

.label_plus .icon-plus {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
}

.label_plus .icon-plus:before {
  margin: 0;
}

.pagination {
  margin: 40px 0;
}

.pagination__list {
  margin-left: 0;
  margin-bottom: 40px;
}

.pagination__list::before,
.pagination__list::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.pagination__list::after {
  clear: both;
}

.pagination__list li {
  margin-right: 0.3125rem;
  border-radius: 2px;
  font-size: 1rem;
  display: inline-block;
}

.pagination__list a,
.pagination__list button {
  display: block;
  padding: 0;
  border-radius: 2px;
  color: #ed5d60;
}

.pagination__list a:hover,
.pagination__list button:hover {
  background: rgba(237, 93, 96, 0.2);
}

.pagination__item {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #d8d8d8;
  margin-bottom: .5rem;
  user-select: none;
}

.pagination__item_current {
  padding: 0;
  background: #ed5d60;
  color: #ffffff;
  cursor: default;
  border-color: #3f4993;
}

.pagination__item_current a {
  color: #ffffff;
}

.pagination__link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  transition: ease .3s;
}

.pagination__link:hover,
.pagination__link:focus {
  text-decoration: none;
}

.pagination__ellipsis {
  vertical-align: baseline;
}

.pagination__ellipsis:before {
  padding: 0;
  content: '\2026';
  color: #ed5d60;
}

.progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progress__bar {
  width: calc(100% - 40px);
  margin: 10px auto;
  height: 4px;
  background: #dfdfdf;
  position: relative;
  border-radius: 2px;
}

.progress__meter {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ed5d60;
  border-radius: 2px;
}

.progress__value {
  width: 40px;
  font-size: 0.9375rem;
  color: #909090;
  text-align: right;
  white-space: nowrap;
  margin-left: 5px;
}

.progress_big .progress__bar {
  height: 5px;
}

.progress_big .progress__meter {
  height: 5px;
}

.progress_table {
  max-width: 180px;
}

.progress_table .progress__bar {
  order: 2;
  height: 6px;
}

.progress_table .progress__value {
  order: 1;
  text-align: left;
  color: #5d5d5d;
  margin: 0 5px 0 0;
}

.radio input[type="radio"] {
  display: none;
}

.radio_base input[type="radio"] + label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  margin-left: 0;
}

.radio_base input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #d8d8d8;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}

.radio_base input[type="radio"]:checked + label:before {
  border-color: #3f4993;
}

.radio_base input[type="radio"]:checked + label:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background: #3f4993;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -4px;
}

.radio_inline {
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio_inline label {
  margin-right: 0;
}

.radio_inline:last-child {
  margin-right: 0;
}

.radio_tab input[type="radio"] + label {
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #3f4993;
  margin: 0;
  padding: 10px 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}

.radio_tab input[type="radio"] + label:hover {
  color: #000000;
}

.radio_tab input[type="radio"]:checked + label {
  color: #000000;
}

.radio_tab input[type="radio"]:checked + label:before {
  content: '';
  display: block;
  width: 55px;
  height: 2px;
  background: #3f4993;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: ease .3s;
}

.radio_label input[type="radio"] + label {
  margin-left: 0;
}

.radio_right input[type="radio"] + label:before,
.radio_user input[type="radio"] + label:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  top: 0;
  left: 0;
  margin: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
}

.radio_right input[type="radio"] + label:before {
  content: '\e800';
  color: #33b600;
}

.radio_user input[type="radio"] + label:before {
  content: '\e824';
  color: #ffffff;
  background: #cc4b37;
  border-color: #cc4b37;
}

.radio_user.radio_right input[type="radio"] + label:before {
  content: '\e800';
  color: #ffffff;
  background: #33b600;
  border-color: #33b600;
}

.select_header .label,
.select_header .checkbox_label input[type="checkbox"] + label,
.checkbox_label .select_header input[type="checkbox"] + label,
.select_header .radio_label input[type="radio"] + label,
.radio_label .select_header input[type="radio"] + label {
  margin: 0;
  color: #3f4993;
  line-height: 38px;
  padding-right: 35px;
}

.select_header .label:hover,
.select_header .checkbox_label input[type="checkbox"] + label:hover,
.checkbox_label .select_header input[type="checkbox"] + label:hover,
.select_header .radio_label input[type="radio"] + label:hover,
.radio_label .select_header input[type="radio"] + label:hover {
  color: #3f4993;
}

.ui-select-container {
  position: relative;
}

.ui-select-container .selectize-input {
  border-radius: 4px;
  color: #141414;
  background: #fafafa;
  border: 1px solid #d8d8d8;
  font-size: 1rem;
  transition: .3s;
  cursor: pointer;
}

.ui-select-container .selectize-input.selectize-focus {
  border: 1px solid #d8d8d8 !important;
}

.ui-select-container .selectize-input.disabled {
  opacity: .4;
  cursor: not-allowed;
}

.ui-select-container .selectize-input .ui-select-match span {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-select-container .selectize-input .ui-select-match_student-full .ui-select-match-item {
  height: 60px !important;
}

.ui-select-container .selectize-input .ui-select-match_student-full .ui-select-match-item__name {
  display: block;
  font-family: "ProximaNova-Bold", sans-serif;
}

.ui-select-container .selectize-input .ui-select-match_student-full .ui-select-match-item__email {
  display: block;
  color: #787878;
}

.ui-select-container .ui-select-search {
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  display: inline-block;
  padding: 0 5px;
  height: 30px;
  font-size: 1rem;
  margin: 0;
}

.ui-select-container .ui-select-search:focus {
  border: 1px solid transparent;
}

.ui-select-container .ui-select-search::-webkit-input-placeholder {
  color: #141414;
}

.ui-select-container .ui-select-search:-moz-placeholder {
  color: #141414;
}

.ui-select-container .ui-select-search::-moz-placeholder {
  color: #141414;
}

.ui-select-container .ui-select-search:-ms-input-placeholder {
  color: #141414;
}

.ui-select-container.single .selectize-input {
  height: 40px;
  position: relative;
}

.ui-select-container.single .selectize-input:after {
  content: '\e90d';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  color: #3f4993;
  pointer-events: none;
}

.ui-select-container.single .ui-select-match {
  padding: 0 12px;
  height: 100%;
  display: flex;
  align-items: center;
}

.ui-select-container.single .ui-select-search {
  height: 100%;
  padding: 0 12px;
}

.ui-select-container.multi .selectize-input {
  padding: 4px;
  font-size: 0;
}

.ui-select-container.multi .selectize-input .ui-select-match {
  display: inline-block;
  margin: 4px;
  font-size: 1rem;
}

.ui-select-container.multi .selectize-input .ui-select-match-item {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 5px 40px 5px 10px;
  height: 30px;
  background: rgba(63, 73, 147, 0.15);
  border-radius: 4px;
  position: relative;
  color: #3f4993;
  font-size: 1rem;
}

.ui-select-container.multi .selectize-input .ui-select-match-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  opacity: .7;
  cursor: pointer;
}

.ui-select-container.multi .selectize-input .ui-select-match-close:hover {
  opacity: 1;
}

.ui-select-container_header {
  width: 250px;
}

.ui-select-container_header.single .ui-select-match,
.ui-select-container_header.single .ui-select-search {
  padding-right: 55px;
}

.ui-select-container_access {
  min-width: 100px;
}

.ui-select-container.select-button {
  width: 310px;
  display: inline-block;
  vertical-align: top;
}

.ui-select-container.select-button .selectize-input,
.ui-select-container.select-button .selectize-input.selectize-focus {
  height: 42px;
  border-color: #3f4993 !important;
  background: #ffffff;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.ui-select-container.select-button .ui-select-search {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.ui-select-container.select-button .ui-select-search::-webkit-input-placeholder {
  color: #3f4993;
}

.ui-select-container.select-button .ui-select-search:-moz-placeholder {
  color: #3f4993;
}

.ui-select-container.select-button .ui-select-search::-moz-placeholder {
  color: #3f4993;
}

.ui-select-container.select-button .ui-select-search:-ms-input-placeholder {
  color: #3f4993;
}

.ui-select-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
  box-shadow: 0 0 25px 0 rgba(63, 73, 147, 0.4);
  border-radius: 4px;
  z-index: 100;
  font-size: 1rem;
  max-height: 225px;
  overflow: auto;
}

.ui-select-dropdown .ui-select-choices-row {
  padding: 13px 12px;
  cursor: pointer;
}

.ui-select-dropdown .ui-select-choices-row:hover {
  background: rgba(63, 73, 147, 0.18);
}

.ui-select-dropdown .ui-select-choices-row__name {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #000000;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.ui-select-dropdown .ui-select-choices-row__email {
  color: #909090;
}

.switch {
  color: #141414;
  font-weight: normal;
  margin-bottom: 0;
}

.switch .switch-paddle {
  vertical-align: -5px;
  margin-right: 10px;
  width: 2.1875rem;
}

.switch__label {
  display: inline-block;
  cursor: pointer;
}

.switch__active,
.switch__inactive {
  line-height: 1.25rem;
  display: inline-block;
}

.switch__active {
  line-height: 1.25rem;
  display: none;
}

.switch_active .switch__active {
  display: inline-block;
}

.switch_active .switch__inactive {
  display: none;
}

.switch input:checked ~ .switch-paddle::after {
  left: 1.2rem;
}

.table {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
  color: #000000;
}

@media screen and (max-width: 39.9375em) {
  .table {
    border-width: 1px 0 1px 0;
  }
}

.table a {
  color: #3f4993;
}

.table .button,
.table .help-button {
  color: #ffffff;
}

.table thead {
  color: #3f4993;
  background: #f0f0f0;
  position: relative;
}

.table th,
.table td {
  text-align: left;
  padding: 15px 15px;
  font-weight: normal;
}

.table tr {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.table tr:hover {
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
  z-index: 5;
}

.table tr:hover .table__edit {
  opacity: 1;
}

.table th {
  cursor: pointer;
  vertical-align: top;
}

.table th:hover .icon-sort {
  opacity: 1;
}

.table th .icon-sort {
  opacity: .5;
  font-size: 13px;
  white-space: nowrap;
}

.table th .icon-sort:before {
  display: inline;
}

.table .checkbox {
  margin: 0;
  width: 0;
}

.table .checkbox input + label {
  vertical-align: middle;
}

.table .checkbox input + label:before {
  background: #e8e8e8;
}

.table_person {
  margin-bottom: 45px;
  table-layout: fixed;
}

.table_person.table_person_student td:nth-child(1),
.table_person.table_person_student th:nth-child(1) {
  width: 30%;
}

@media screen and (max-width: 63.9375em) {
  .table_person.table_person_student td:nth-child(1),
  .table_person.table_person_student th:nth-child(1) {
    width: 50%;
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_student td:nth-child(1),
  .table_person.table_person_student th:nth-child(1) {
    width: 100%;
    display: block;
    padding: 15px;
  }
}

.table_person.table_person_student td:nth-child(2),
.table_person.table_person_student th:nth-child(2) {
  width: 30%;
}

@media screen and (max-width: 63.9375em) {
  .table_person.table_person_student td:nth-child(2),
  .table_person.table_person_student th:nth-child(2) {
    display: none;
  }
}

.table_person.table_person_student td:nth-child(3),
.table_person.table_person_student th:nth-child(3) {
  width: 40%;
}

@media screen and (max-width: 63.9375em) {
  .table_person.table_person_student td:nth-child(3),
  .table_person.table_person_student th:nth-child(3) {
    width: 50%;
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_student td:nth-child(3),
  .table_person.table_person_student th:nth-child(3) {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_student th {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_student tr:first-child {
    border-top: 1px solid #e8e8e8;
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_admin tr:first-child {
    border-top: 1px solid #e8e8e8;
  }
}

.table_person.table_person_admin th:nth-child(1),
.table_person.table_person_admin td:nth-child(1) {
  width: 65px;
  min-width: 65px;
  padding-left: 30px;
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_admin th:nth-child(1),
  .table_person.table_person_admin td:nth-child(1) {
    display: none;
  }
}

.table_person.table_person_admin th:nth-child(2),
.table_person.table_person_admin td:nth-child(2) {
  width: 20%;
}

@media screen and (max-width: 89.9375em) {
  .table_person.table_person_admin th:nth-child(2),
  .table_person.table_person_admin td:nth-child(2) {
    width: 30%;
  }
}

@media screen and (max-width: 63.9375em) {
  .table_person.table_person_admin th:nth-child(2),
  .table_person.table_person_admin td:nth-child(2) {
    width: calc((100% - 180px)/2);
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_admin th:nth-child(2),
  .table_person.table_person_admin td:nth-child(2) {
    width: 100%;
    display: block;
  }
}

.table_person.table_person_admin th:nth-child(3),
.table_person.table_person_admin td:nth-child(3) {
  width: calc((60% - 180px)/3);
}

@media screen and (max-width: 100em) {
  .table_person.table_person_admin th:nth-child(3),
  .table_person.table_person_admin td:nth-child(3) {
    width: calc((60% - 180px)/2);
  }
}

@media screen and (max-width: 89.9375em) {
  .table_person.table_person_admin th:nth-child(3),
  .table_person.table_person_admin td:nth-child(3) {
    display: none;
  }
}

.table_person.table_person_admin th:nth-child(4),
.table_person.table_person_admin td:nth-child(4) {
  width: calc((60% - 180px)/3);
}

@media screen and (max-width: 100em) {
  .table_person.table_person_admin th:nth-child(4),
  .table_person.table_person_admin td:nth-child(4) {
    display: none;
  }
}

.table_person.table_person_admin th:nth-child(5),
.table_person.table_person_admin td:nth-child(5) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc((60% - 180px)/3);
}

@media screen and (max-width: 100em) {
  .table_person.table_person_admin th:nth-child(5),
  .table_person.table_person_admin td:nth-child(5) {
    width: calc((60% - 180px)/2);
  }
}

@media screen and (max-width: 89.9375em) {
  .table_person.table_person_admin th:nth-child(5),
  .table_person.table_person_admin td:nth-child(5) {
    width: calc(45% - 180px);
  }
}

@media screen and (max-width: 63.9375em) {
  .table_person.table_person_admin th:nth-child(5),
  .table_person.table_person_admin td:nth-child(5) {
    display: none;
  }
}

.table_person.table_person_admin th:nth-child(6),
.table_person.table_person_admin td:nth-child(6) {
  width: 20%;
}

@media screen and (max-width: 89.9375em) {
  .table_person.table_person_admin th:nth-child(6),
  .table_person.table_person_admin td:nth-child(6) {
    width: 25%;
  }
}

@media screen and (max-width: 63.9375em) {
  .table_person.table_person_admin th:nth-child(6),
  .table_person.table_person_admin td:nth-child(6) {
    width: calc((100% - 180px)/2);
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_admin th:nth-child(6),
  .table_person.table_person_admin td:nth-child(6) {
    width: 100%;
    display: block;
  }
}

.table_person.table_person_admin th:nth-child(7),
.table_person.table_person_admin td:nth-child(7) {
  width: 115px;
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_admin th:nth-child(7),
  .table_person.table_person_admin td:nth-child(7) {
    display: none;
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_admin th {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_teacher tr:first-child {
    border-top: 1px solid #e8e8e8;
  }
}

.table_person.table_person_teacher th:nth-child(1),
.table_person.table_person_teacher td:nth-child(1) {
  width: 65px;
  min-width: 65px;
  padding-left: 30px;
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_teacher th:nth-child(1),
  .table_person.table_person_teacher td:nth-child(1) {
    display: none;
  }
}

.table_person.table_person_teacher th:nth-child(2),
.table_person.table_person_teacher td:nth-child(2) {
  width: 20%;
}

@media screen and (max-width: 89.9375em) {
  .table_person.table_person_teacher th:nth-child(2),
  .table_person.table_person_teacher td:nth-child(2) {
    width: 30%;
  }
}

@media screen and (max-width: 63.9375em) {
  .table_person.table_person_teacher th:nth-child(2),
  .table_person.table_person_teacher td:nth-child(2) {
    width: calc((100% - 65px)/2);
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_teacher th:nth-child(2),
  .table_person.table_person_teacher td:nth-child(2) {
    width: 100%;
    display: block;
  }
}

.table_person.table_person_teacher th:nth-child(3),
.table_person.table_person_teacher td:nth-child(3) {
  width: calc((60% - 65px)/3);
}

@media screen and (max-width: 100em) {
  .table_person.table_person_teacher th:nth-child(3),
  .table_person.table_person_teacher td:nth-child(3) {
    width: calc((60% - 65px)/2);
  }
}

@media screen and (max-width: 89.9375em) {
  .table_person.table_person_teacher th:nth-child(3),
  .table_person.table_person_teacher td:nth-child(3) {
    display: none;
  }
}

.table_person.table_person_teacher th:nth-child(4),
.table_person.table_person_teacher td:nth-child(4) {
  width: calc((60% - 65px)/3);
}

@media screen and (max-width: 100em) {
  .table_person.table_person_teacher th:nth-child(4),
  .table_person.table_person_teacher td:nth-child(4) {
    display: none;
  }
}

.table_person.table_person_teacher th:nth-child(5),
.table_person.table_person_teacher td:nth-child(5) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc((60% - 65px)/3);
}

@media screen and (max-width: 100em) {
  .table_person.table_person_teacher th:nth-child(5),
  .table_person.table_person_teacher td:nth-child(5) {
    width: calc((60% - 65px)/2);
  }
}

@media screen and (max-width: 89.9375em) {
  .table_person.table_person_teacher th:nth-child(5),
  .table_person.table_person_teacher td:nth-child(5) {
    width: calc(45% - 65px);
  }
}

@media screen and (max-width: 63.9375em) {
  .table_person.table_person_teacher th:nth-child(5),
  .table_person.table_person_teacher td:nth-child(5) {
    display: none;
  }
}

.table_person.table_person_teacher th:nth-child(6),
.table_person.table_person_teacher td:nth-child(6) {
  width: 20%;
}

@media screen and (max-width: 89.9375em) {
  .table_person.table_person_teacher th:nth-child(6),
  .table_person.table_person_teacher td:nth-child(6) {
    width: 25%;
  }
}

@media screen and (max-width: 63.9375em) {
  .table_person.table_person_teacher th:nth-child(6),
  .table_person.table_person_teacher td:nth-child(6) {
    width: calc((100% - 65px)/2);
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_teacher th:nth-child(6),
  .table_person.table_person_teacher td:nth-child(6) {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 39.9375em) {
  .table_person.table_person_teacher th {
    display: none !important;
  }
}

.table__edit {
  min-width: 85px;
  opacity: .5;
  transition: ease .3s;
  text-align: right;
}

@media screen and (max-width: 39.9375em) {
  .table_block th {
    display: none;
  }
}

@media screen and (max-width: 39.9375em) {
  .table_block td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
}

.table__th-title {
  display: block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #000000;
  font-family: "ProximaNova-Regular", sans-serif;
}

.table__title {
  font-family: "ProximaNova-Semibold", sans-serif;
}

.table__panel {
  text-align: right;
}

.table__panel .link_icon {
  margin-left: 35px;
}

@media screen and (max-width: 39.9375em) {
  .table-wrap {
    margin: 0 -20px;
  }
}

[data-toggle="content"] {
  display: none;
}

.toggle_underline {
  color: #6f6f6f;
  text-decoration: none;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.toggle_underline:hover,
.toggle_underline:focus {
  text-decoration: none;
  color: #6f6f6f;
}

.toggle_underline .toggle__text {
  border-bottom: 1px dashed #6f6f6f;
}

.toggle_underline .toggle__icon {
  font-size: 14px;
}

.toggle_underline .toggle__icon:before {
  transition: .5s;
}

.toggle_underline.toggle_active .toggle__icon:before {
  transform: rotate(-180deg);
}

.answers {
  margin: 15px 0;
}

.answers__item {
  margin-bottom: 15px;
}

.answers__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.answers__checkbox {
  width: 45px;
  height: 22px;
}

.answers__checkbox [type='radio'] + label {
  vertical-align: middle;
}

.answers__remove {
  width: 40px;
  text-align: center;
}

.answers__remove .icon-bin {
  margin: 0;
}

.answers__field {
  width: calc(100% - 85px);
}

.answers .form-drop {
  margin: 10px 0 25px 45px;
}

.aside {
  position: relative;
  z-index: 5;
  transition: ease-out .35s;
  width: 320px;
  min-width: 320px;
  /* aside__header */
}

.aside .aside__logo_desktop {
  display: block;
}

.aside .aside__logo_mobile {
  display: none;
}

@media screen and (max-width: 89.9375em) {
  .aside {
    width: 215px;
    min-width: 215px;
  }
}

@media screen and (max-width: 74.9375em) {
  .aside {
    width: 80px;
    min-width: 80px;
  }

  .aside .aside__logo_desktop {
    display: none;
  }

  .aside .aside__logo_mobile {
    display: block;
  }
}

@media screen and (max-width: 63.9375em) {
  .aside {
    width: 60px;
    min-width: 60px;
  }
}

@media screen and (max-width: 39.9375em) {
  .aside {
    position: fixed;
    z-index: 1000;
    width: 100% !important;
    max-height: 100vh;
    overflow: auto;
    top: 0;
    left: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.aside__header {
  height: 80px;
  background: #3f4993;
  position: relative;
}

@media screen and (max-width: 74.9375em) {
  .aside__header {
    height: 65px;
  }
}

.aside__container {
  height: 100%;
  background: #e5e5e5;
  box-shadow: inset 0 0 15px rgba(52, 52, 52, 0.1);
}

@media screen and (max-width: 74.9375em) {
  .aside__container {
    height: calc(100% - 65px);
  }
}

.aside__close {
  color: #ffffff;
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

@media print, screen and (min-width: 40em) {
  .aside__close {
    display: none !important;
  }
}

.aside__close:hover {
  color: #ffffff;
}

.aside__close span:before {
  transform: rotate(45deg);
}

.aside__logo-wrap {
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 25px;
  box-shadow: inset 0 0 17px rgba(52, 52, 52, 0.2);
  background: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 74.9375em) {
  .aside__logo-wrap {
    padding: 0;
    justify-content: center;
  }
}

@media screen and (max-width: 39.9375em) {
  .aside__logo-wrap {
    justify-content: flex-start;
    padding-left: 15px;
  }
}

.aside__logo_desktop {
  width: 190px;
}

@media screen and (max-width: 39.9375em) {
  .aside__logo_desktop {
    max-height: 35px;
    max-width: 150px;
  }
}

.aside__logo_mobile {
  width: 35px;
}

.aside_opened {
  width: 320px;
  min-width: 320px;
}

.aside_opened .aside__logo_desktop {
  display: block;
}

.aside_opened .aside__logo_mobile {
  display: none;
}

@media screen and (max-width: 89.9375em) {
  .aside_opened {
    width: 215px;
    min-width: 215px;
  }
}

@media screen and (max-width: 74.9375em) {
  .aside_opened .aside__logo-wrap {
    justify-content: flex-start;
    padding-left: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .aside_opened {
    transform: translate3d(0, 0, 0);
  }
}

.aside__links {
  padding: 40px 20px 40px 35px;
  border-top: 1px dashed #b8b8b8;
}

@media screen and (max-width: 74.9375em) {
  .aside__links {
    display: none;
  }
}

.aside__title {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: .5px;
  color: #7f7f7f;
  margin-bottom: 30px;
}

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

.aside__li {
  margin-bottom: 25px;
}

.aside__link {
  text-decoration: underline;
}

.aside__link:hover,
.aside__link:focus {
  text-decoration: none;
}

.aside__link_active {
  color: #515db4;
  text-decoration: none;
}

.banner {
  width: 100%;
  min-height: 450px;
  position: relative;
  color: #ffffff;
}

.banner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 85%);
}

.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner__content {
  position: relative;
  z-index: 4;
  padding-top: 80px;
  padding-bottom: 55px;
  max-width: 70%;
}

@media screen and (max-width: 89.9375em) {
  .banner__content {
    max-width: 85%;
  }
}

@media screen and (max-width: 74.9375em) {
  .banner__content {
    max-width: none;
  }
}

@media screen and (max-width: 63.9375em) {
  .banner__content {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 39.9375em) {
  .banner__content {
    padding-top: 35px;
  }
}

.banner__content .button,
.banner__content .help-button {
  margin-bottom: 0;
}

.banner__elements {
  margin-bottom: 25px;
}

.banner__elements .icon-book {
  margin-right: 5px;
}

.banner__elements-text {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #ffffff;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.banner__text {
  font-size: 1.125rem;
}

.banner__progress {
  margin: 30px 0 35px;
  max-width: 560px;
}

.banner__progress .progress__value {
  color: #ffffff;
}

.banner__button {
  margin: 45px 0 0 0;
}

.banner__button .caption {
  color: #ffffff;
}

.banner__edit-title {
  display: inline-block;
  vertical-align: middle;
  width: 48.5%;
  margin-right: 20px;
}

@media screen and (max-width: 89.9375em) {
  .banner__edit-title {
    width: 70%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 74.9375em) {
  .banner__edit-title {
    width: 100%;
  }
}

.banner__input {
  background: transparent;
  color: #ffffff;
  font-size: 2.75rem;
  font-family: "ProximaNova-Bold", sans-serif;
  width: calc(100% + 24px);
  max-width: 100%;
  min-height: 60px;
  height: 60px;
  padding: 5px 12px;
  border: 1px solid transparent;
  box-shadow: none;
  margin-bottom: 0 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (max-width: 63.9375em) {
  .banner__input {
    height: auto;
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .banner__input {
    font-size: 2rem;
    min-height: 120px;
  }
}

.banner__input:focus,
.banner__input:hover {
  background: transparent;
}

.banner__input:hover {
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.banner__input:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.banner__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.banner_admin {
  min-height: 240px;
}

@media screen and (max-width: 89.9375em) {
  .banner_admin {
    min-height: 305px;
  }
}

.banner_admin .banner__content {
  max-width: none;
  min-height: 240px;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 89.9375em) {
  .banner_admin .banner__content {
    min-height: 305px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

.banner_admin .banner__button {
  margin: 0;
  display: inline-block;
}

.banner_admin .banner__edit-photo {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 5;
  transform: translate(0, -50%);
}

@media screen and (max-width: 74.9375em) {
  .banner_admin .banner__edit-photo {
    display: none;
  }
}

.banner_admin .banner__edit-photo .button,
.banner_admin .banner__edit-photo .help-button {
  margin-bottom: 0;
}

@media screen and (max-width: 89.9375em) {
  .banner_admin .banner__edit-photo .button,
  .banner_admin .banner__edit-photo .help-button {
    margin-bottom: 20px;
  }
}

.banner_edit .banner__edit-title {
  display: block;
  width: 100%;
  margin-right: 0;
}

.banner_edit .banner__button,
.banner_edit .banner__edit-photo {
  opacity: 0;
  pointer-events: none;
}

.banner__info {
  margin: 25px 0;
}

.banner__info .caption {
  margin: 10px 0;
  color: #ffffff;
}

.banner__cost {
  font-size: 1.3125rem;
  margin: 10px 0;
  white-space: nowrap;
}

.banner__cost .caption {
  font-size: 1.125rem;
  margin: 10px 0;
  white-space: nowrap;
}

.banner__title {
  margin-bottom: 25px;
}

.banner__title h1 {
  margin: 0;
}

.banner__timer {
  font-size: 1.3125rem;
  color: #ffffff;
  text-transform: uppercase;
}

.bar {
  color: #ffffff;
  height: 100%;
}

@media screen and (max-width: 39.9375em) {
  .bar {
    display: none;
  }
}

.bar__list {
  height: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bar__li {
  min-width: 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}

@media screen and (max-width: 74.9375em) {
  .bar__li {
    min-width: 75px;
  }
}

@media screen and (max-width: 63.9375em) {
  .bar__li {
    min-width: 65px;
  }
}

.bar__li > a,
.bar__li toggle a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.bar__message .dropdown,
.bar__notification .dropdown {
  padding: 25px 25px 30px;
  color: #000000;
  width: 400px !important;
  z-index: 100;
}

.bar__message .dropdown__message-list,
.bar__notification .dropdown__message-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bar__notification .message {
  height: auto;
}

.bar__profile {
  width: 255px;
  min-width: 255px;
}

@media screen and (max-width: 63.9375em) {
  .bar__profile {
    width: auto;
    min-width: 0;
  }
}

.bar__profile a {
  padding: 0 35px 7px 30px;
}

@media screen and (max-width: 89.9375em) {
  .bar__profile a {
    padding: 0 60px 7px 30px;
  }
}

@media screen and (max-width: 63.9375em) {
  .bar__profile a {
    padding: 0 20px 0 30px;
  }
}

.bar__profile .icon-arrow-down {
  font-size: 7px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 89.9375em) {
  .bar__profile .icon-arrow-down {
    font-size: 5px;
  }
}

.bar__profile .dropdown-wrap {
  height: 100%;
}

.bar__profile .dropdown {
  z-index: 100;
  right: 10px !important;
}

.bar__profile .dropdown__menu a {
  padding: 10px 35px;
  color: #3f4993;
}

.bar__avatar {
  width: 47px;
  min-width: 47px;
  height: 47px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

@media screen and (max-width: 63.9375em) {
  .bar__avatar {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}

.bar__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bar__name {
  margin-right: 7px;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 1.0625rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 63.9375em) {
  .bar__name {
    display: none !important;
  }
}

.bar__notification .icon-music {
  font-size: 22px;
}

.cards {
  margin-bottom: 20px;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 40em) {
  .cards {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .cards {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

.cards:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 39.9375em) {
  .cards {
    margin: 0 -30px 20px;
  }
}

.cards .packery-drop-placeholder {
  outline: 2px dashed #e8e8e8;
  outline-offset: -4px;
  transition: transform 0.2s;
}

.card-item {
  border-radius: 3px;
  width: 100%;
  height: 380px;
  position: relative;
  background: #ffffff;
  transition: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.card-item_border {
  border: 1px solid #e8e8e8;
}

.card-item_group {
  height: 390px;
}

.card-item_group .card-item__image {
  height: 185px;
}

@media screen and (max-width: 39.9375em) {
  .card-item {
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.card-item__hover {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media screen and (max-width: 39.9375em) {
  .card-item__hover {
    display: none;
  }
}

.card-item__hover_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 39.9375em) {
  .card-item__hover_center {
    display: none;
  }
}

.card-item__hover .button,
.card-item__hover .help-button {
  max-width: 90%;
  margin: 0;
}

.card-item:hover,
.card-item.card-item_active {
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
}

.card-item:hover .card-item__image::before,
.card-item.card-item_active .card-item__image::before {
  opacity: 1;
}

.card-item:hover .card-item__hover,
.card-item.card-item_active .card-item__hover {
  opacity: 1;
  pointer-events: auto;
}

.card-item__status {
  float: right;
  padding-right: 15px;
}

.card-item__content {
  padding: 25px;
  display: block;
  text-decoration: none;
  color: #141414;
  position: relative;
  z-index: 5;
}

.card-item__content:hover,
.card-item__content:focus {
  text-decoration: none;
  color: #141414;
}

.card-item__image {
  height: 195px;
  position: relative;
  display: block;
  text-decoration: none;
}

.card-item__image::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 4;
  transition: .3s;
}

@media screen and (max-width: 39.9375em) {
  .card-item__image::before {
    display: none;
  }
}

.card-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card-item__navicon {
  position: absolute;
  width: 50px;
  height: 30px;
  top: 0;
  right: 0;
  z-index: 5;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  font-size: 24px;
}

@media screen and (max-width: 39.9375em) {
  .card-item__navicon {
    opacity: 1;
    color: #c0c0c0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
}

.card-item__date {
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #3f4993;
  font-size: 0.875rem;
}

.card-item__date_news {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #828282;
  margin-bottom: 10px;
}

.card-item__duration {
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: #828282;
}

.card-item__author {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #828282;
  margin-bottom: 10px;
}

.card-item__title {
  font-size: 1.125rem;
  font-family: "ProximaNova-Semibold", sans-serif;
  height: 45px;
  overflow: hidden;
  margin-bottom: 15px;
}

.card-item__title_news {
  height: auto;
  max-height: 45px;
}

.card-item__description {
  max-height: 65px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.card-item__cost {
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #ed5d60;
  margin-top: 15px;
}

.card-item__cost_free {
  color: #33b600;
}

.card-item__time {
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #3f4993;
}

.card-item__types {
  color: #3f4993;
  font-size: 0.875rem;
}

.card-item .dropdown {
  width: 260px;
  border: none;
  padding: 15px 0;
  border-radius: 3px;
  top: 38px !important;
  right: -14px !important;
  left: auto !important;
  box-shadow: 0 0 25px 0 rgba(63, 73, 147, 0.4);
  z-index: 100;
}

@media screen and (max-width: 39.9375em) {
  .card-item .dropdown {
    right: 0 !important;
  }
}

.card-item .dropdown:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  top: -16px;
  right: 30px;
}

@media screen and (max-width: 39.9375em) {
  .card-item .dropdown:after {
    right: 17px;
  }
}

.card-item .dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-item .dropdown li {
  display: block;
}

.card-item .dropdown__link {
  padding: 10px 25px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .5px;
  display: flex;
  align-items: center;
}

.card-item .dropdown__link:hover {
  background: rgba(63, 73, 147, 0.18);
}

.card-item__size {
  padding-top: 10px;
}

.card-item__size a {
  color: #141414;
  padding: 6px 25px;
}

.card-item__size-title {
  padding: 10px 25px 10px 50px;
  color: #a8a8a8;
  font-size: 0.8125rem;
}

.card-wrapper {
  transition: .3s;
  margin-bottom: 50px;
}

@media screen and (max-width: 63.9375em) {
  .card-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .card-wrapper {
    margin-bottom: 0;
  }
}

.card-wrapper.gu-transit {
  opacity: 1;
}

.card-wrapper.gu-transit .card-item {
  border: none;
  outline: 2px dashed #e8e8e8;
  outline-offset: -4px;
  transition: transform 0.2s;
  background: transparent;
}

.card-wrapper.gu-transit .card-item:after {
  opacity: 0;
}

.card-wrapper.gu-transit .card-item * {
  opacity: 0;
}

.card-wrapper_big {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media screen and (max-width: 100em) {
  .card-wrapper_big {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .card-wrapper_big {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.card-wrapper_big .card-item::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.card-wrapper_big .card-item__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: transparent;
}

.card-wrapper_big .card-item__content .card-item__author,
.card-wrapper_big .card-item__content .card-item__title {
  color: #ffffff;
}

.card-wrapper_big .card-item__content .card-item__title {
  font-size: 1.5rem;
}

.card-wrapper_big .card-item__image {
  width: 100%;
  height: 100%;
}

.card-wrapper_big .card-item__types {
  color: #ffffff;
  font-family: "ProximaNova-Regular", sans-serif;
}

.card-wrapper_big .card-item__duration {
  color: #ffffff;
}

.card-wrapper_big .card-item .progress__value {
  color: #ffffff;
}

.card-wrapper_small {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media screen and (max-width: 100em) {
  .card-wrapper_small {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .card-wrapper_small {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .card-wrapper_small {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .card-wrapper_small .card-item {
    height: auto;
    display: flex;
    padding: 30px 20px 25px;
  }

  .card-wrapper_small .card-item__image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .card-wrapper_small .card-item__content {
    padding: 0;
  }

  .card-wrapper_small .card-item__author {
    margin-bottom: 8px;
  }

  .card-wrapper_small .card-item__date {
    margin-bottom: 8px;
  }

  .card-wrapper_small .card-item__title {
    font-size: 1rem;
    height: 45px;
  }
}

.card-wrapper_hor {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 100em) {
  .card-wrapper_hor {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .card-wrapper_hor {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .card-wrapper_hor {
    margin-bottom: 0;
  }
}

.card-item_hor {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

@media screen and (max-width: 39.9375em) {
  .card-item_hor {
    height: auto;
    padding: 30px 20px 25px;
    align-items: flex-start;
  }
}

.card-item_hor .card-item__image {
  width: 40%;
  min-width: 40%;
  height: 170px;
}

@media screen and (max-width: 39.9375em) {
  .card-item_hor .card-item__image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}

.card-item_hor .card-item__date {
  font-size: 0.8125rem;
}

@media screen and (max-width: 39.9375em) {
  .card-item_hor .card-item__date {
    margin-bottom: 8px;
  }
}

.card-item_hor .card-item__content {
  padding-right: 15px;
  width: 60%;
  min-width: 60%;
}

@media screen and (max-width: 89.9375em) {
  .card-item_hor .card-item__content {
    padding-right: 25px;
  }
}

@media screen and (max-width: 39.9375em) {
  .card-item_hor .card-item__content {
    padding: 0;
    width: calc(100% - 75px);
    min-width: calc(100% - 75px);
  }
}

.cards-group {
  margin-bottom: 70px;
}

.cards-group:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .cards-group {
    margin-bottom: 50px;
  }
}

.cards-group__header {
  margin-bottom: 25px;
}

.cards-group__title {
  margin: 0;
}

@media screen and (max-width: 63.9375em) {
  .cards-group__title {
    margin-bottom: 10px;
  }
}

.cards-group__button {
  float: right;
}

@media screen and (max-width: 39.9375em) {
  .cards-group__button {
    float: none;
  }
}

.page_small.page_shift .course-nav_fixed-top {
  right: -160px;
}

.course-nav {
  width: 400px;
  max-width: 400px;
  position: relative;
  transition: .5s;
}

.course-nav_fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}

.course-nav_fixed-bottom {
  position: relative;
  align-self: flex-end;
}

@media screen and (max-width: 89.9375em) {
  .course-nav {
    width: 310px;
    max-width: 310px;
  }
}

@media screen and (max-width: 63.9375em) {
  .course-nav {
    display: none;
  }
}

.course-nav:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  background: #d8d8d8;
  left: 55px;
  top: 0;
  z-index: 1;
}

.course-nav__item {
  height: 72px;
  display: flex;
  align-items: center;
  color: #000000;
  background: #ffffff;
  text-decoration: none;
  padding: 10px 50px 10px 40px;
  position: relative;
}

@media screen and (max-width: 89.9375em) {
  .course-nav__item {
    padding: 10px 40px 10px 30px;
  }
}

@media screen and (max-width: 74.9375em) {
  .course-nav__item {
    padding: 10px 20px 10px 30px;
  }
}

.course-nav__item:hover,
.course-nav__item:focus {
  text-decoration: none;
  background: #e3e4ed;
  color: #000000;
}

.course-nav__item_active {
  z-index: 6;
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
}

.course-nav__item_active:hover,
.course-nav__item_active:focus {
  background: #ffffff;
}

.course-nav__item_active .course-nav__triangle {
  display: block;
}

.course-nav__item_lock {
  pointer-events: none;
}

.course-nav__triangle {
  width: 95px;
  height: 115px;
  position: absolute;
  top: -20px;
  left: -95px;
  overflow: hidden;
  display: none;
}

.course-nav__triangle:before {
  content: '';
  width: 72px;
  height: 72px;
  background: #ffffff;
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
  position: absolute;
  z-index: 6;
  top: 20px;
  right: -51px;
  transform: rotate(45deg);
}

.course-nav__list {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  padding: 20px 0 20px 55px;
}

.course-nav__block-title {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
}

@media screen and (max-width: 89.9375em) {
  .course-nav__block-title {
    padding-left: 40px;
  }
}

@media screen and (max-width: 74.9375em) {
  .course-nav__block-title {
    padding-left: 35px;
  }
}

.course-nav__title {
  font-family: "ProximaNova-Semibold", sans-serif;
  position: relative;
  max-height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.course-nav__title.icon-ok:before {
  position: absolute;
  left: -20px;
  top: 2px;
  color: #1bbe00;
  font-size: 0.875rem;
}

.course-nav__title.icon-lock {
  color: #828282;
}

.course-nav__title.icon-lock:before {
  position: absolute;
  left: -20px;
  top: 3px;
  color: #828282;
  font-size: 0.875rem;
}

.course-nav__type {
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  color: #ed5d60;
  letter-spacing: .5px;
}

@media screen and (max-width: 74.9375em) {
  .course-nav__type {
    display: none;
  }
}

.course-content {
  width: calc(100% - 400px);
  max-width: calc(100% - 400px);
  padding: 60px 30px 40px 85px;
  font-size: 1.125rem;
  position: relative;
}

@media screen and (max-width: 89.9375em) {
  .course-content {
    width: calc(100% - 310px);
    max-width: calc(100% - 310px);
    padding: 40px 30px 40px 50px;
  }
}

@media screen and (max-width: 74.9375em) {
  .course-content {
    padding: 40px 30px 40px 35px;
  }
}

@media screen and (max-width: 63.9375em) {
  .course-content {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 30px 20px;
  }
}

.course-content .homework-title {
  margin-bottom: 45px;
}

.course-content .homework-title h1 {
  margin-bottom: 20px;
}

.course-content .homework-title .element-date {
  font-size: 1.3125rem;
}

.course-content_no-copy {
  user-select: none;
}

.course-content__timer.timer {
  position: fixed;
  right: 450px;
  bottom: 15px;
  z-index: 1000;
}

@media screen and (max-width: 89.9375em) {
  .course-content__timer.timer {
    right: 360px;
  }
}

@media screen and (max-width: 74.9375em) {
  .course-content__timer.timer {
    right: 270px;
  }
}

@media screen and (max-width: 63.9375em) {
  .course-content__timer.timer {
    right: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .course-content__timer.timer {
    right: 0;
    left: 0;
    bottom: 0;
  }
}

.course-content__timer.timer_fixed-bottom {
  position: absolute;
  bottom: 15px;
  right: -40px;
}

@media screen and (max-width: 63.9375em) {
  .course-content__timer.timer_fixed-bottom {
    right: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .course-content__timer.timer_fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

.mCS-grand-scroll.mCSB_scrollTools {
  opacity: .15;
  z-index: 10;
  transition: .5s;
}

.mCS-grand-scroll.mCSB_scrollTools:hover {
  opacity: 1;
}

.mCS-grand-scroll.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}

.mCS-grand-scroll.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(63, 73, 147, 0.8);
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.edit-panel__item {
  transition: ease .3s;
}

.edit-panel_top {
  position: absolute;
  top: 0;
  right: 0;
  padding: 22px 0;
}

@media screen and (max-width: 63.9375em) {
  .edit-panel_top {
    padding: 22px 15px 22px 25px;
  }
}

@media screen and (max-width: 39.9375em) {
  .edit-panel_top {
    display: none;
  }
}

.edit-panel_top .edit-panel__item {
  margin-left: 30px;
  opacity: .5;
}

@media screen and (max-width: 63.9375em) {
  .edit-panel_top .edit-panel__item {
    margin-left: 5px;
  }
}

.edit-panel_top .edit-panel__item:hover {
  opacity: 1;
}

@media screen and (max-width: 63.9375em) {
  .edit-panel_top .edit-panel__item [class^='icon-'] {
    font-size: 18px;
  }
}

.edit-panel_top .edit-panel__item_arrow {
  margin-left: 15px;
}

@media screen and (max-width: 63.9375em) {
  .edit-panel_top .link__text {
    display: none;
  }
}

.edit-panel_bottom {
  margin-top: 20px;
  position: relative;
  z-index: 1000;
}

.edit-panel_bottom .edit-panel__item {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 89.9375em) {
  .edit-panel_bottom .edit-panel__item {
    margin-right: 10px;
  }
}

@media screen and (max-width: 39.9375em) {
  .edit-panel_bottom .edit-panel__item {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 39.9375em) {
  .edit-panel_bottom .button,
  .edit-panel_bottom .help-button {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .edit-panel_bottom {
    padding: 0 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .edit-panel_bottom {
    display: none;
  }

  .edit-panel_bottom .dropdown {
    left: 0 !important;
  }
}

.edit-panel_mobile {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .edit-panel_mobile {
    display: block;
  }
}

.edit-panel_inside {
  white-space: nowrap;
}

@media screen and (max-width: 39.9375em) {
  .edit-panel_inside {
    display: none;
  }
}

.edit-panel_inside .link_icon [class^='icon-'] {
  font-size: 18px;
}

.edit-panel_inside .edit-panel__item {
  margin-left: 10px;
  display: inline-block;
}

@media screen and (max-width: 74.9375em) {
  .edit-panel_inside .edit-panel__item {
    margin-left: 5px;
  }
}

.filter_tabs {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 40px;
}

.filter_tabs .filter__items {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.filter_tabs .radio,
.filter_tabs input {
  margin: 0;
}

.filter_tabs .filter__item {
  float: left;
  margin-right: 60px;
  outline: none;
}

@media screen and (max-width: 89.9375em) {
  .filter_tabs .filter__item {
    margin-right: 40px;
  }
}

.filter_tabs .filter__item:last-child {
  margin-right: 0;
}

.filter_categories .filter__items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.filter_categories .select {
  max-width: 250px;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .filter_categories .select {
    max-width: none;
  }
}

.filter_categories.filter_mobile {
  margin-bottom: 0;
}

.filter_selects .filter__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.filter_selects .filter__item {
  width: 200px;
  min-width: 200px;
  margin-left: 20px;
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .filter_selects .filter__item {
    width: 100%;
    min-width: 100%;
  }
}

.filter_selects .filter__label {
  margin-bottom: 3px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #000000;
  font-family: "ProximaNova-Regular", sans-serif;
}

.filter_view {
  height: 40px;
  float: right;
}

@media screen and (max-width: 74.9375em) {
  .filter_view {
    float: left;
  }
}

@media screen and (max-width: 63.9375em) {
  .filter_view {
    float: none;
    clear: both;
    padding: 0 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .filter_view {
    margin-top: 20px;
  }
}

.filter_view .ui-select-container {
  display: inline-block;
  min-width: 150px;
}

.filter_view .ui-select-container .selectize-input {
  border: 0 !important;
  background: transparent !important;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.filter_view .ui-select-container .selectize-input:hover,
.filter_view .ui-select-container .selectize-input.focus {
  background: rgba(63, 73, 147, 0.18) !important;
}

.filter_view .ui-select-container .ui-select-dropdown {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.filter_switch {
  display: inline-block;
  margin-right: 50px;
}

.filter_toggle {
  margin-top: 40px;
}

.footer {
  background: #e8e8e8;
}

.footer__logo-wrap {
  margin-right: 10%;
}

@media screen and (max-width: 74.9375em) {
  .footer__logo-wrap {
    margin-right: 6%;
  }
}

.footer__logo {
  width: 200px;
  min-width: 200px;
}

@media screen and (max-width: 74.9375em) {
  .footer__logo {
    width: 185px;
    min-width: 185px;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer__logo {
    width: 225px;
    min-width: 225px;
  }
}

@media screen and (max-width: 39.9375em) {
  .footer__logo {
    margin-bottom: 10px;
  }
}

.footer__content {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 89.9375em) {
  .footer__content {
    padding: 40px 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .footer__content {
    padding: 25px 0;
  }
}

.footer__block {
  display: flex;
  flex: 1 1 50%;
}

@media screen and (max-width: 63.9375em) {
  .footer__block {
    flex: 1 1 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.footer__block_right {
  justify-content: space-between;
  padding-left: 4%;
}

@media screen and (max-width: 89.9375em) {
  .footer__block_right {
    padding-left: 7%;
  }
}

@media screen and (max-width: 74.9375em) {
  .footer__block_right {
    padding-left: 6%;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer__block_right {
    padding: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer__block_left {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
  }
}

.footer__contacts {
  line-height: 1.4;
}

.footer__contacts p {
  line-height: 1.4;
}

.footer__links {
  display: flex;
}

@media screen and (max-width: 39.9375em) {
  .footer__links {
    flex-wrap: wrap;
  }
}

.footer__ul {
  list-style: none;
  margin: 0 70px 0 0;
}

@media screen and (max-width: 89.9375em) {
  .footer__ul {
    margin-right: 8%;
  }
}

@media screen and (max-width: 39.9375em) {
  .footer__ul {
    flex: 1 1 100%;
    margin-right: 0;
  }
}

.footer__li {
  margin-bottom: 5px;
}

@media screen and (max-width: 39.9375em) {
  .footer__li {
    margin-bottom: 10px;
  }
}

.footer__link {
  text-decoration: underline;
}

.footer__link:hover,
.footer__link:focus {
  text-decoration: none;
}

.form-drop {
  width: 100%;
  min-height: 150px;
  background: #f0f0f0;
  border: 1px dashed #bababa;
  border-radius: 2px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: ease .3s;
  cursor: pointer;
  margin: 0;
  user-select: none;
}

.form-drop[disabled] {
  background: #e6e6e6;
  pointer-events: none;
}

.form-drop[disabled] .form-drop__file {
  opacity: .3;
}

.form-drop[disabled] .form-drop__filename {
  color: #141414;
}

.form-drop[disabled] .form-drop__main,
.form-drop[disabled] .form-drop__description {
  color: #141414;
  opacity: .3;
}

.form-drop.dz-drag-hover {
  border-color: #3f4993;
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
}

.form-drop.dz-drag-hover .form-drop__message {
  opacity: .5;
}

.form-drop.dz-started .dz-message {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .form-drop {
    padding: 10px;
  }
}

@media screen and (max-width: 39.9375em) {
  .form-drop {
    min-height: 0;
  }
}

.form-drop__input {
  display: none;
}

.form-drop__message,
.form-drop .dz-message {
  text-align: center;
  width: 100%;
  transition: ease .3s;
}

.form-drop__main,
.form-drop__description {
  color: #7c7b7b;
}

.form-drop__main {
  font-size: 1.125rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 39.9375em) {
  .form-drop__main {
    font-size: 1rem;
  }
}

.form-drop__description {
  font-size: 1rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 39.9375em) {
  .form-drop__description {
    font-size: 0.875rem;
  }
}

.form-drop__add {
  margin-top: 20px;
}

@media screen and (max-width: 39.9375em) {
  .form-drop__add {
    margin-top: 10px;
  }
}

.form-drop__button {
  width: 100%;
  min-width: 100%;
  text-align: center;
  display: none;
  order: 2;
  margin-top: 10px;
}

.form-drop__file {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
  position: relative;
  order: 1;
}

.form-drop__remove {
  position: absolute;
  top: 3px;
  right: 0;
  cursor: pointer;
  font-size: 20px;
}

.form-drop__details {
  margin-bottom: 10px;
}

.form-drop__filename {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
  white-space: nowrap;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.form-drop__size {
  font-size: 0.8125rem;
  color: #828282;
}

.form-drop__error {
  font-size: 0.8125rem;
}

.form-drop_link {
  width: 100%;
  max-width: 300px;
  min-height: 0;
  background: transparent;
  border: none;
  padding: 0;
  display: block;
}

.form-drop_link .dz-message {
  text-align: left;
}

.form-drop_link .form-drop__remove {
  position: static;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.form-drop_link .link_attach {
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.form-message {
  display: flex;
  height: 190px;
}

@media screen and (max-width: 63.9375em) {
  .form-message {
    padding: 0 30px 0 15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .form-message {
    padding: 0 20px;
  }
}

.form-message__photo {
  width: 47px;
  height: 47px;
  min-width: 47px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
}

@media screen and (max-width: 39.9375em) {
  .form-message__photo {
    display: none;
  }
}

.form-message__content {
  width: calc(100% - 85px);
}

@media screen and (max-width: 89.9375em) {
  .form-message__content {
    width: calc(100% - 65px);
  }
}

@media screen and (max-width: 39.9375em) {
  .form-message__content {
    width: 100%;
  }

  .form-message__content .textarea {
    min-height: 80px;
  }
}

.form-message__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .form-message__bottom .link_attach {
    display: none;
  }

  .form-message__bottom .button,
  .form-message__bottom .help-button {
    width: 100%;
    min-width: 100%;
  }
}

.form-message__file-input {
  display: none;
}

.glossary__block {
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 63.9375em) {
  .glossary__block {
    flex-direction: column;
    align-items: center;
  }
}

.glossary__block:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}

.glossary__char {
  width: 100px;
  font-size: 2.75rem;
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #3f4993;
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (max-width: 63.9375em) {
  .glossary__char {
    padding: 15px 30px;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
  }
}

.glossary__items {
  width: calc(100% - 100px);
  margin-top: 3px;
}

@media screen and (max-width: 63.9375em) {
  .glossary__items {
    width: 100%;
  }
}

.glossary__item {
  display: flex;
}

@media screen and (max-width: 39.9375em) {
  .glossary__item {
    flex-direction: column;
    align-items: center;
  }
}

.glossary__item:not(:last-child) {
  margin-bottom: 40px;
}

.glossary__word {
  width: 140px;
  margin-right: 10px;
  font-family: "ProximaNova-Bold", sans-serif;
}

@media screen and (max-width: 39.9375em) {
  .glossary__word {
    width: 100%;
    margin: 0 0 20px;
  }
}

.glossary__description {
  width: calc(100% - 150px);
}

@media screen and (max-width: 39.9375em) {
  .glossary__description {
    width: 100%;
  }
}

.glossary__edit {
  margin: 10px 20px;
}

.glossary__edit .edit-panel__item {
  opacity: .5;
  transition: .3s;
}

.glossary__edit .edit-panel__item:hover {
  opacity: 1;
}

.no-copy {
  user-select: none;
}

.header {
  width: 100%;
  height: 80px;
  background: #3f4993;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 74.9375em) {
  .header {
    height: 65px;
  }
}

.header__wrap {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 35px;
}

@media screen and (max-width: 89.9375em) {
  .header__wrap {
    padding-left: 50px;
  }
}

@media screen and (max-width: 74.9375em) {
  .header__wrap {
    padding-left: 35px;
    height: 65px;
  }
}

@media screen and (max-width: 63.9375em) {
  .header__wrap {
    padding-left: 20px;
  }
}

.header__wrap_unauth {
  padding: 0 45px;
}

@media screen and (max-width: 74.9375em) {
  .header__wrap_unauth {
    padding: 0 35px;
  }
}

@media screen and (max-width: 63.9375em) {
  .header__wrap_unauth {
    padding: 0 20px;
  }
}

.header__title {
  display: flex;
  align-items: center;
  margin-right: 20px;
  height: 100%;
  width: calc(100% - 455px);
}

@media screen and (max-width: 74.9375em) {
  .header__title {
    width: calc(100% - 425px);
  }
}

@media screen and (max-width: 63.9375em) {
  .header__title {
    width: calc(100% - 285px);
  }
}

@media screen and (max-width: 39.9375em) {
  .header__title {
    width: calc(100% - 80px);
  }
}

.header__add {
  min-width: 250px;
  width: 250px;
}

@media screen and (max-width: 63.9375em) {
  .header__add {
    display: none !important;
  }
}

.header__back,
.header__title-text {
  font-family: "ProximaNova-Bold", sans-serif;
  color: #ffffff;
  font-size: 1.875rem;
  margin: 0 50px 0 0;
  text-decoration: none;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  max-width: calc(100% - 250px);
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 63.9375em) {
  .header__back,
  .header__title-text {
    max-width: 100%;
  }
}

.header__back:hover,
.header__back:focus,
.header__title-text:hover,
.header__title-text:focus {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 74.9375em) {
  .header__back,
  .header__title-text {
    font-size: 1.75rem;
    margin-right: 35px;
  }
}

.header__back_disabled,
.header__title-text_disabled {
  pointer-events: none;
}

.header__back_disabled .icon-arrow-left,
.header__title-text_disabled .icon-arrow-left {
  display: none;
}

.header__back .icon-left-arrow,
.header__title-text .icon-left-arrow {
  font-size: 24px;
  margin-right: 20px;
}

.header__back {
  height: 80px;
  line-height: 80px;
}

@media screen and (max-width: 74.9375em) {
  .header__back {
    height: 65px;
    line-height: 65px;
  }
}

.header__title-text {
  margin-left: 50px;
}

@media screen and (max-width: 89.9375em) {
  .header__title-text {
    margin-left: 0;
  }
}

.header__navicon {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 40em) {
  .header__navicon {
    display: none !important;
  }
}

.header__phone {
  color: #ffffff;
  font-size: 1.375rem;
  padding: 0 10px;
}

@media screen and (max-width: 63.9375em) {
  .header__phone {
    font-size: 1.125rem;
    padding: 0 10px 0 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .header__phone {
    display: block;
  }
}

.header__phone:hover,
.header__phone:focus {
  text-decoration: none;
  color: #ffffff;
}

.header__phone-code {
  font-size: 0.8125rem;
}

.header__login {
  border: none;
  color: #ffffff !important;
}

@media screen and (max-width: 39.9375em) {
  .header__auth-block {
    display: none;
  }
}

.header_clone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, -100%, 0);
  transition: ease-out .3s;
  z-index: 900;
}

@media print, screen and (min-width: 40em) {
  .header_clone {
    display: none;
  }
}

.header_visible {
  transform: translate3d(0, 0, 0);
}

.left-menu {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.left-menu .left-menu__li_toggle {
  display: none  !important;
}

.left-menu .left-menu__icon {
  margin-right: 15px;
  width: auto;
}

@media screen and (max-width: 74.9375em) {
  .left-menu {
    padding: 0;
  }

  .left-menu .left-menu__li_toggle {
    display: block !important;
  }

  .left-menu .left-menu__icon {
    margin-right: 40px;
    width: 100%;
  }
}

@media screen and (max-width: 39.9375em) {
  .left-menu {
    padding: 20px 0 0;
  }

  .left-menu .left-menu__li_toggle {
    display: none  !important;
  }
}

.left-menu__li_active .left-menu__link {
  background: #d7d7d7;
  border-left-color: #3f4993;
}

.left-menu__li_toggle {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.left-menu__li_toggle .left-menu__link {
  padding: 15px 5px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 63.9375em) {
  .left-menu__li_toggle .left-menu__link {
    padding: 15px 2px !important;
  }
}

.left-menu__li_toggle .left-menu__text {
  overflow: visible;
  max-width: none;
}

.left-menu__li_toggle .left-menu__icon {
  font-size: 13px;
  vertical-align: baseline;
  transition: ease .3s;
}

@media screen and (max-width: 63.9375em) {
  .left-menu__li_toggle .left-menu__icon {
    position: relative;
    left: -5px;
  }
}

.left-menu__li_toggle .left-menu__icon_opened {
  position: absolute;
  font-size: 20px;
  right: -5px;
  left: auto;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
  width: auto;
  transition: ease .3s;
  width: auto !important;
  margin-right: 15px !important;
}

.left-menu__li_toggle .left-menu__icon_opened::before {
  transform: rotate(45deg);
}

.left-menu__li_toggle .left-menu__text {
  display: inline-block;
}

.left-menu__li_opened .left-menu__arrow {
  transform: rotate(180deg);
}

.left-menu__link {
  padding: 15px 25px;
  text-decoration: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0 3px 0 3px;
  white-space: nowrap;
  display: block;
  position: relative;
}

@media screen and (max-width: 74.9375em) {
  .left-menu__link {
    padding: 15px 22px;
  }
}

@media screen and (max-width: 63.9375em) {
  .left-menu__link {
    padding: 15px 14px;
  }
}

@media screen and (max-width: 39.9375em) {
  .left-menu__link {
    padding: 15px 20px;
  }
}

.left-menu__link:hover,
.left-menu__link:focus {
  background: #d7d7d7;
  text-decoration: none;
}

.left-menu__link .badge {
  position: relative;
  top: -7px;
}

.left-menu__link_profile {
  background: #cecece;
  display: flex;
  align-items: center;
  padding: 22px 20px;
}

.left-menu__link_parent {
  padding-right: 35px !important;
}

.left-menu__avatar {
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}

.left-menu__name {
  font-size: 1.125rem;
  color: #000000;
}

.left-menu__text {
  white-space: nowrap;
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.left-menu__icon {
  font-size: 20px;
  vertical-align: -1px;
  transition: ease .3s;
}

.left-menu__arrow {
  font-size: 14px;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 15px;
  transition: .3s;
}

@media screen and (max-width: 74.9375em) {
  .left-menu__arrow {
    opacity: 0;
  }
}

.left-menu_opened .left-menu__text {
  display: inline-block;
}

.left-menu_opened .left-menu__icon {
  margin-right: 15px;
}

@media screen and (max-width: 74.9375em) {
  .left-menu_opened .left-menu__arrow {
    opacity: 1;
  }
}

.left-menu__submenu {
  margin: 0;
  background: rgba(215, 215, 215, 0.5);
  display: none;
}

.logo__image_desktop {
  width: 190px;
}

@media screen and (max-width: 74.9375em) {
  .logo__image_desktop {
    display: none;
  }
}

.logo__image_mobile {
  width: 35px;
  display: none;
}

@media screen and (max-width: 74.9375em) {
  .logo__image_mobile {
    display: block;
  }
}

.message {
  text-decoration: none;
  color: #000000;
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 15px;
}

.message:hover,
.message:focus {
  text-decoration: none;
}

.message__photo {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.message__content {
  width: calc(100% - 70px);
}

.message__name,
.message__text {
  max-width: 100%;
  white-space: normal;
}

.message__name {
  text-transform: uppercase;
  font-size: 0.8125rem;
  color: #3f4993;
}

.message__text {
  font-weight: bold;
  font-size: 0.9375rem;
}

.messages {
  padding: 55px 100px 40px 20px;
  height: 850px;
  width: calc(100% - 500px);
}

@media screen and (max-width: 89.9375em) {
  .messages {
    width: calc(100% - 405px);
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 74.9375em) {
  .messages {
    width: calc(100% - 365px);
  }
}

@media screen and (max-width: 63.9375em) {
  .messages {
    width: 50%;
    height: 0;
    padding: 35px 0;
  }
}

.messages__title {
  font-size: 1.5rem;
  font-family: "ProximaNova-Bold", sans-serif;
  white-space: nowrap;
  max-width: 100%;
  height: 30px;
  margin-bottom: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 63.9375em) {
  .messages__title {
    padding: 0 30px 0 15px;
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .messages__title {
    padding: 0 20px;
  }
}

.messages__title .icon-left-arrow {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .messages__title .icon-left-arrow {
    display: inline-block;
    font-size: 1.125rem;
    padding-right: 10px;
  }
}

.messages__container {
  position: relative;
  height: 100%;
}

.messages__panel {
  display: none;
  position: relative;
  height: 100%;
}

.messages__panel_active {
  display: block;
}

.messages__outer {
  height: calc(100% - 270px);
  margin-bottom: 30px;
  overflow: auto;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .messages__outer {
    overflow: auto;
  }
}

.messages__outer:before,
.messages__outer:after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  z-index: 4;
}

@media screen and (max-width: 63.9375em) {
  .messages__outer:before,
  .messages__outer:after {
    display: none;
  }
}

.messages__outer:before {
  top: 0;
  background: linear-gradient(to top, transparent 0%, #ffffff 70%);
}

.messages__outer:after {
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 70%);
}

.messages__wrap {
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 63.9375em) {
  .messages__wrap {
    padding: 0 30px 0 15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .messages__wrap {
    padding: 0 20px;
  }
}

.messages__item {
  text-decoration: none;
  color: #000000;
  display: flex;
  align-items: flex-start;
  padding: 20px 40px 30px 0;
  transition: .1s;
  position: relative;
}

@media screen and (max-width: 89.9375em) {
  .messages__item {
    padding-right: 30px;
  }
}

@media screen and (max-width: 74.9375em) {
  .messages__item {
    padding-right: 15px;
  }
}

@media screen and (max-width: 63.9375em) {
  .messages__item {
    padding: 20px 30px 20px 15px;
    margin: 0 -30px 0 -15px;
    border-top: 1px solid #d8d8d8;
  }
}

@media screen and (max-width: 39.9375em) {
  .messages__item {
    margin: 0 -20px;
    padding: 15px 20px;
  }
}

.messages__photo {
  width: 47px;
  height: 47px;
  min-width: 47px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
}

.messages__content {
  width: calc(100% - 65px);
  margin-right: 30px;
  margin-top: 5px;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .messages__content {
    margin-right: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .messages__content {
    padding-bottom: 30px;
  }
}

.messages__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.messages__date {
  width: 120px;
  font-size: 0.875rem;
  color: #a8a8a8;
  margin-bottom: 5px;
}

@media screen and (max-width: 39.9375em) {
  .messages__date {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.messages__name {
  width: calc(100% - 140px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
  margin-bottom: 5px;
}

@media screen and (max-width: 39.9375em) {
  .messages__name {
    width: 100%;
  }
}

.messages__text {
  font-size: 1rem;
  line-height: 1.375;
  width: calc(100% - 180px);
  white-space: pre-wrap;
}

@media screen and (max-width: 89.9375em) {
  .messages__text {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .messages__text {
    font-size: 0.875rem;
  }
}

.messages__attach {
  margin: 10px 0;
}

.messages__attach .link_attach {
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 39.9375em) {
  .messages__attach .link_attach {
    max-width: 200px;
  }
}

.messages.sent_messages a:hover {
  text-decoration: none;
}

.messages.sent_messages .mCustomScrollBox.mCS-grand-scroll.mCSB_vertical.mCSB_inside {
  overflow: hidden;
}

.messages.sent_messages .recipient__info > div,
.messages.sent_messages .recipient__info span {
  display: inline-block;
  vertical-align: middle;
}

.messages.sent_messages .recipient__info > span {
  margin-right: 15px;
}

.messages.sent_messages .sent_messages-container {
  position: relative;
  margin-bottom: 40px;
}

.messages.sent_messages .sent_messages-container:last-child {
  margin-bottom: 0;
}

.messages.sent_messages .sent_messages-container:last-child:after {
  display: none;
}

.messages.sent_messages .sent_messages-container:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 90%;
  height: 1px;
  border-bottom: 1px dashed #3f4993;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.43);
  overflow-y: scroll;
  overflow: auto;
}

.modal.ng-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  opacity: 0;
  transition-property: opacity;
}

.modal.ng-enter.ng-enter-active {
  opacity: 1;
}

.modal.ng-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  opacity: 1;
  transition-property: opacity;
}

.modal.ng-leave.ng-leave-active {
  opacity: 0;
}

.modal__content {
  outline: none;
}

.modal__content_small {
  margin: 50px auto;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 40px 50px;
  border: none;
  border-radius: 3px;
  background-color: #ffffff;
}

@media print, screen and (min-width: 40em) {
  .modal__content_small {
    width: 645px;
    max-width: 84.0625rem;
  }
}

.modal__content_small.ng-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier;
  transition-delay: 0s;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  opacity: 0;
  backface-visibility: hidden;
}

.modal__content_small.ng-enter.ng-enter-active {
  transform: translateY(0);
  opacity: 1;
}

.modal__content_small.ng-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.25s;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.modal__content_small.ng-leave.ng-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

[data-whatinput='mouse'] .modal__content_small {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .modal__content_small {
    min-height: 0;
  }
}

.modal__content_small .column,
.modal__content_small .columns {
  min-width: 0;
}

.modal__content_small > :last-child {
  margin-bottom: 0;
}

.modal__content_small .modal__close {
  top: -30px;
  right: -30px;
}

.modal__content_big {
  width: 875px;
  max-width: 90%;
  min-height: 100%;
  float: right;
  padding: 60px 60px 30px 75px;
  z-index: 1005;
  background: #ffffff;
  border: none;
}

.modal__content_big.ng-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier;
  transition-delay: 0s;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.modal__content_big.ng-enter.ng-enter-active {
  transform: translateX(0);
}

.modal__content_big.ng-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier;
  transition-delay: 0s;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.modal__content_big.ng-leave.ng-leave-active {
  transform: translateX(100%);
}

@media screen and (max-width: 39.9375em) {
  .modal__content_big {
    padding: 40px 30px;
  }
}

.modal__content_big .modal__close {
  top: 45px;
  right: 35px;
}

@media screen and (max-width: 39.9375em) {
  .modal__content_big .modal__close {
    top: 10px;
    right: 10px;
  }
}

.modal__content_faq {
  width: 610px;
  max-width: 90%;
  min-height: 100%;
  float: right;
  padding: 40px 60px 30px 50px;
  z-index: 1005;
  background: #ffffff;
  border: none;
}

.modal__content_faq.ng-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier;
  transition-delay: 0s;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.modal__content_faq.ng-enter.ng-enter-active {
  transform: translateX(0);
}

.modal__content_faq.ng-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier;
  transition-delay: 0s;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.modal__content_faq.ng-leave.ng-leave-active {
  transform: translateX(100%);
}

.modal__content_faq .modal__close {
  top: 30px;
  right: 35px;
}

.modal__close {
  text-decoration: none;
  color: #dadada;
  position: absolute;
  font-size: 28px;
  transition: ease .3s;
  z-index: 5;
}

.modal__close:hover,
.modal__close:focus {
  text-decoration: none;
  color: #dadada;
  transform: rotate(90deg);
}

.modal__title {
  font-size: 1.875rem;
  font-family: "ProximaNova-Bold", sans-serif;
  line-height: 1.2;
  margin-bottom: 75px;
}

@media screen and (max-width: 63.9375em) {
  .modal__title {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 39.9375em) {
  .modal__title {
    font-size: 1.5rem;
  }
}

.modal__title_center {
  text-align: center;
}

.modal__filename {
  color: #828282;
  margin: 10px 0;
}

.modal-faq .modal__title {
  margin-bottom: 30px;
}

.modal-faq .modal__subtitle {
  margin-bottom: 20px;
}

.modal-faq .search {
  margin-bottom: 50px;
  max-width: none;
}

.modal-faq__list {
  margin-bottom: 60px;
}

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

.modal-faq__link {
  font-size: 1.125rem;
  font-family: "ProximaNova-Bold", sans-serif;
}

.modal-faq__form .form__group {
  margin-bottom: 15px;
}

.modal-faq__form .form__group_buttons {
  margin-top: 35px;
}

.notification,
.notification_error {
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(237, 93, 96, 0.9);
  color: #ffffff;
  z-index: 1000;
  padding: 10px 60px 10px 45px;
  transition: .3s;
  min-height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.notification.ng-enter,
.ng-enter.notification_error {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.notification.ng-enter.ng-enter-active,
.ng-enter.ng-enter-active.notification_error {
  transform: translateY(0);
}

.notification.ng-leave,
.ng-leave.notification_error {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.notification.ng-leave.ng-leave-active,
.ng-leave.ng-leave-active.notification_error {
  transform: translateY(100%);
}

@media screen and (max-width: 63.9375em) {
  .notification,
  .notification_error {
    padding: 10px 50px 10px 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .notification,
  .notification_error {
    padding: 10px 40px 10px 20px;
  }
}

.notification__content {
  font-size: 1.125rem;
}

@media screen and (max-width: 74.9375em) {
  .notification__content {
    font-size: 1rem;
  }
}

.notification__content .button,
.notification__content .help-button {
  margin: 10px 0;
}

.notification__text {
  margin-right: 30px;
}

.notification__text p {
  margin-bottom: 0;
}

.notification__close {
  outline: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media screen and (max-width: 63.9375em) {
  .notification__close {
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 39.9375em) {
  .notification__close {
    top: 0;
    right: 0;
  }
}

.notification__close [class^="icon-"] {
  color: #ffffff;
  font-size: 28px;
}

.notification__close [class^="icon-"]::before {
  transition: .3s;
}

.notification__close:hover [class^="icon-"]::before {
  transform: rotate(-90deg);
}

.notification_error {
  background: rgba(255, 0, 0, 0.9);
}

.nav-fixed__list {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 30px 20px 0;
}

.nav-fixed__li {
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.nav-fixed__link {
  text-decoration: none;
  outline: none;
  display: block;
  text-align: center;
  width: 30px;
  height: 35px;
  line-height: 33px;
  border-bottom: 2px solid transparent;
}

.nav-fixed__link:hover,
.nav-fixed__link:focus {
  text-decoration: none;
  color: #000000;
}

.nav-fixed__link_active {
  border-color: #3f4993;
  color: #000000;
}

.nav-fixed_fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 320px);
  z-index: 1000;
}

@media screen and (max-width: 89.9375em) {
  .nav-fixed_fixed-top {
    width: calc(100% - 215px);
  }
}

@media screen and (max-width: 74.9375em) {
  .nav-fixed_fixed-top {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 63.9375em) {
  .nav-fixed_fixed-top {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 39.9375em) {
  .nav-fixed_fixed-top {
    width: 100%;
  }
}

.nav-fixed_fixed-top .nav-fixed__list {
  padding: 20px 30px 20px 85px;
  background: #ffffff;
}

@media screen and (max-width: 89.9375em) {
  .nav-fixed_fixed-top .nav-fixed__list {
    padding-left: 50px;
  }
}

@media screen and (max-width: 74.9375em) {
  .nav-fixed_fixed-top .nav-fixed__list {
    padding-left: 35px;
  }
}

@media screen and (max-width: 63.9375em) {
  .nav-fixed_fixed-top .nav-fixed__list {
    padding-left: 15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .nav-fixed_fixed-top .nav-fixed__list {
    padding: 20px;
    border-bottom: 1px solid rgba(63, 73, 147, 0.1);
  }
}

.nav-fixed_fixed-top:after {
  content: '';
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  background: linear-gradient(to top, transparent 0%, #ffffff 70%);
}

.news {
  margin-top: 40px;
}

.news__item {
  margin-bottom: 50px;
  padding-right: 30px;
}

.news__date {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #909090;
  margin-bottom: 10px;
}

.news__title {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.news__link {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.page {
  display: flex;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 101;
  overflow: hidden;
}

.page:after {
  content: '';
  opacity: 0;
  transition: opacity .3s;
}

.page .main {
  flex: 1 0 calc(100% - 320px);
  max-width: calc(100% - 320px);
  min-width: calc(100% - 320px);
  transition: .3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 89.9375em) {
  .page .main {
    flex: 1 0 calc(100% - 215px);
    max-width: calc(100% - 215px);
    min-width: calc(100% - 215px);
  }
}

@media screen and (max-width: 74.9375em) {
  .page .main {
    flex: 1 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    min-width: calc(100% - 80px);
  }
}

@media screen and (max-width: 63.9375em) {
  .page .main {
    flex: 1 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    min-width: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}

@media screen and (max-width: 39.9375em) {
  .page .main {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.page_shift {
  overflow: hidden;
}

.page_shift .main {
  flex: 1 0 calc(100% - 320px);
  max-width: calc(100% - 320px);
  min-width: calc(100% - 320px);
}

@media screen and (max-width: 89.9375em) {
  .page_shift .main {
    flex: 1 0 calc(100% - 215px);
    max-width: calc(100% - 215px);
    min-width: calc(100% - 215px);
  }
}

@media screen and (max-width: 74.9375em) {
  .page_shift .main {
    flex: 1 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    min-width: calc(100% - 80px);
  }
}

@media screen and (max-width: 63.9375em) {
  .page_shift .main {
    flex: 1 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    min-width: calc(100% - 60px);
  }
}

@media screen and (max-width: 39.9375em) {
  .page_shift .main {
    flex: 1 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    min-width: calc(100% - 0px);
  }
}

@media screen and (max-width: 39.9375em) {
  .page_shift:after {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 900;
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
  }
}

.page_small .main {
  flex: 1 0 calc(100% - 85px);
  max-width: calc(100% - 85px);
  min-width: calc(100% - 85px);
}

.page_small .aside {
  width: 85px;
  min-width: 85px;
}

.page_small .aside .aside__logo_desktop {
  display: none;
}

.page_small .aside .aside__logo_mobile {
  display: block;
}

@media screen and (max-width: 63.9375em) {
  .page_small .aside {
    width: 60px;
    min-width: 60px;
  }
}

.page_small .aside .aside__menu {
  padding-top: 0px;
}

.page_small .aside .aside__menu .left-menu__li_toggle {
  display: block !important;
}

.page_small .aside .aside__menu .left-menu__icon {
  margin-right: 40px;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .page_small .aside .aside__menu .left-menu__li_toggle {
    display: none  !important;
  }
}

.page_small .aside_opened {
  width: 320px;
  min-width: 320px;
}

.page_small .aside_opened .aside__logo_desktop {
  display: block;
}

.page_small .aside_opened .aside__logo_mobile {
  display: none;
}

@media screen and (max-width: 89.9375em) {
  .page_small .aside_opened {
    width: 215px;
    min-width: 215px;
  }
}

@media screen and (max-width: 74.9375em) {
  .page_small .aside_opened .aside__logo-wrap {
    justify-content: flex-start;
    padding-left: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .page_small .aside_opened {
    transform: translate3d(0, 0, 0);
  }
}

.page__wrap {
  padding-left: 85px;
  padding-right: 8%;
  transition: ease .5s;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 89.9375em) {
  .page__wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 74.9375em) {
  .page__wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 63.9375em) {
  .page__wrap {
    padding-left: 20px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 39.9375em) {
  .page__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page__wrap_footer {
  padding-right: 1.5%;
}

.page__wrap_messages {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 63.9375em) {
  .page__wrap_messages {
    width: 200%;
  }
}

.page__wrap_center,
.page .page-section__inner {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1365px;
  margin: 0 auto;
}

@media screen and (max-width: 63.9375em) {
  .page__wrap_center,
  .page .page-section__inner {
    padding-left: 20px;
    padding-right: 30px;
  }
}

.page__wrap_course {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 63.9375em) {
  .page__wrap_shifted {
    transform: translate3d(-50%, 0, 0);
  }

  .page__wrap_shifted .messages {
    height: auto;
  }
}

.page__wrap_bg {
  position: relative;
}

@media screen and (min-width: 75em) {
  .page__wrap_bg {
    padding-right: 35%;
  }
}

.page__image-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 42%;
}

@media screen and (max-width: 74.9375em) {
  .page__image-bg {
    opacity: .3;
    max-width: 80%;
  }
}

.page .page-section {
  position: relative;
}

.page-text {
  margin-bottom: 35px;
}

.page-bar {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 63.9375em) {
  .page-bar {
    margin-top: 20px;
  }
}

.page-bar_right {
  justify-content: flex-end;
}

@media screen and (max-width: 63.9375em) {
  .page-bar_right {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-bar_right {
    flex-direction: column;
  }
}

.page-bar .page-bar__item {
  margin-left: 15px;
}

@media screen and (max-width: 63.9375em) {
  .page-bar .page-bar__item {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-bar .page-bar__item {
    margin: 0 0 20px 0;
  }
}

.page-bar_tab {
  justify-content: flex-end;
}

@media screen and (max-width: 63.9375em) {
  .page-bar_tab {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .page-bar_tab .page-bar__item {
    margin-right: 15px;
  }
}

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

.page-panel__block {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

@media screen and (max-width: 63.9375em) {
  .page-panel__block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.page-panel__block_inline {
  width: auto;
  max-width: 400px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media screen and (max-width: 39.9375em) {
  .page-panel__block_inline {
    max-width: 100%;
  }
}

.page-panel__block_inline h2,
.page-panel__block_inline h1 {
  margin: 0;
}

.page-panel__right .search,
.page-panel__right .datepicker {
  float: right;
}

@media screen and (max-width: 39.9375em) {
  .page-panel__right .search,
  .page-panel__right .datepicker {
    float: none;
  }
}

.page-panel__right .datepicker {
  margin-left: 30px;
}

@media screen and (max-width: 63.9375em) {
  .page-panel__right .datepicker {
    float: none;
    margin-left: 0;
  }
}

.page-panel__add-btn {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .page-panel__add-btn {
    display: block;
  }
}

@media screen and (max-width: 63.9375em) {
  .page-panel__tags:not(.page-panel__tags_mobile) {
    display: none;
  }
}

.page-panel__tags_mobile {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .page-panel__tags_mobile {
    display: block;
  }
}

@media screen and (max-width: 63.9375em) {
  .page-panel__switch {
    display: none;
  }
}

.page-panel_glossary .search {
  padding: 20px 0;
}

.page-panel_glossary .search .icon-search {
  top: 20px;
}

.page-panel_payments .page-panel__block {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 30px;
}

.page-panel_payments .page-panel__block .h3,
.page-panel_payments .page-panel__block .form__title,
.page-panel_payments .page-panel__block .select_header .label,
.select_header .page-panel_payments .page-panel__block .label,
.page-panel_payments .page-panel__block .select_header .checkbox_label input[type="checkbox"] + label,
.select_header .checkbox_label .page-panel_payments .page-panel__block input[type="checkbox"] + label,
.page-panel_payments .page-panel__block .checkbox_label .select_header input[type="checkbox"] + label,
.checkbox_label .select_header .page-panel_payments .page-panel__block input[type="checkbox"] + label,
.page-panel_payments .page-panel__block .select_header .radio_label input[type="radio"] + label,
.select_header .radio_label .page-panel_payments .page-panel__block input[type="radio"] + label,
.page-panel_payments .page-panel__block .radio_label .select_header input[type="radio"] + label,
.radio_label .select_header .page-panel_payments .page-panel__block input[type="radio"] + label,
.page-panel_payments .page-panel__block .ui-select-container_header.single .ui-select-match,
.ui-select-container_header.single .page-panel_payments .page-panel__block .ui-select-match,
.page-panel_payments .page-panel__block
    .ui-select-container_header.single .ui-select-search,
.ui-select-container_header.single .page-panel_payments .page-panel__block .ui-select-search,
.page-panel_payments .page-panel__block .modal-faq .modal__subtitle,
.modal-faq .page-panel_payments .page-panel__block .modal__subtitle {
  margin: 0;
}

.page-panel_payments .page-panel__block_date {
  float: right;
  margin-right: 0;
}

.pagination-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-size__item {
  font-size: 16px;
  padding: 0 2px;
}

.person {
  display: flex;
  align-items: center;
  font-family: "ProximaNova-Semibold", sans-serif;
  margin: 2px 0;
  color: #3f4993;
}

.person__image {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.person__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.person__name {
  color: #3f4993;
  word-break: break-word;
}

.rating-stat {
  color: #000000;
}

.rating-stat__format {
  color: #828282;
}

.score {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  min-width: 25px;
  text-align: center;
}

.score_high {
  background: #b4eaa1;
}

.score_middle {
  background: #f7ec8c;
}

.score_low {
  background: #ffd6a1;
}

.social {
  text-align: center;
  min-width: 120px;
}

.social__link {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  opacity: .5;
  transition: ease .3s;
}

@media screen and (max-width: 39.9375em) {
  .social__link {
    margin: 0 4px 0 0;
  }
}

.social__link:hover {
  opacity: 1;
  transform: scale(1.2);
}

.social__link [class^='icon-'] {
  font-size: 21px;
}

@media screen and (max-width: 39.9375em) {
  .social {
    margin-top: 10px;
    text-align: left;
  }
}

.statistics-table .table-wrap {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}

.tabs {
  position: relative;
}

@media screen and (max-width: 74.9375em) {
  .tabs {
    padding-top: 35px;
  }
}

@media screen and (max-width: 63.9375em) {
  .tabs {
    padding-top: 25px;
  }
}

.tabs__nav {
  margin: 0;
  border: 1px solid transparent;
  background: #ffffff;
  list-style-type: none;
  position: relative;
}

.tabs__nav::before,
.tabs__nav::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.tabs__nav::after {
  clear: both;
}

@media screen and (max-width: 39.9375em) {
  .tabs__nav {
    margin: 0 -20px;
  }
}

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

.tabs__titles_justify .tabs__title {
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  .tabs__titles_desktop {
    display: none;
  }
}

.tabs__titles_mobile {
  display: none !important;
}

@media screen and (max-width: 39.9375em) {
  .tabs__titles_mobile {
    display: block !important;
    margin: -30px 0;
  }

  .tabs__titles_mobile .slick-list {
    padding: 30px 0;
  }
}

.tabs__title {
  float: left;
  min-height: 40px;
  margin-right: 80px;
  font-family: "ProximaNova-Semibold", sans-serif;
  position: relative;
  transition: ease .3s;
  outline: none;
}

.tabs__title > a {
  display: block;
  padding: 0 0 15px;
  font-size: 1.125rem;
  line-height: 1;
  color: #3f4993;
}

.tabs__title > a:hover {
  background: #ffffff;
  color: #363f7e;
}

.tabs__title > a:focus,
.tabs__title > a[aria-selected='true'] {
  background: #ffffff;
  color: #1d1d1d;
}

.tabs__title_active:after {
  content: '';
  display: block;
  width: 55px;
  height: 2px;
  background: #3f4993;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media screen and (max-width: 39.9375em) {
  .tabs__title_active:after {
    display: none;
  }
}

@media screen and (max-width: 89.9375em) {
  .tabs__title {
    margin-right: 70px;
  }
}

@media screen and (max-width: 63.9375em) {
  .tabs__title {
    margin-right: 40px;
  }
}

@media screen and (max-width: 39.9375em) {
  .tabs__title {
    margin: 0 15px;
    padding: 0 20px;
    opacity: .7;
  }
}

.tabs__title a {
  text-decoration: none;
  padding: 10px 0;
  outline: none;
}

.tabs__title a:hover,
.tabs__title a:focus {
  text-decoration: none;
}

.tabs__title.slick-current {
  opacity: 1;
}

.tabs__title.slick-current a {
  color: #1d1d1d;
}

.tabs__title.slick-current:before {
  content: '';
  display: block;
  width: 55px;
  height: 2px;
  background: #3f4993;
  position: absolute;
  left: 20px;
  bottom: 0;
  transition: ease .3s;
}

.tabs__content {
  border: 1px solid transparent;
  border-top: 0;
  background: #ffffff;
  color: #141414;
  transition: all 0.5s ease;
}

.tabs__panel {
  display: none;
  padding: 55px 0 0 0;
  padding-top: 0;
  margin-top: 55px;
}

.tabs__panel.is-active {
  display: block;
}

.tabs__panel[aria-hidden="false"] {
  display: block;
}

@media screen and (max-width: 74.9375em) {
  .tabs__panel {
    margin-top: 70px;
  }
}

@media screen and (max-width: 63.9375em) {
  .tabs__panel {
    margin-top: 75px;
  }
}

.tabs__panel_active {
  display: block;
}

.tabs_underline .tabs__nav {
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 74.9375em) {
  .tabs_underline .tabs__nav {
    border-bottom: none;
  }
}

.tagsinput {
  width: 100%;
  padding: 15px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fafafa;
}

.tagsinput .tags_clear:after {
  content: '';
  display: table;
  clear: both;
}

.tagsinput .tag {
  float: left;
  padding: 5px 40px 5px 12px;
  margin: 0 8px 8px 0;
  background: rgba(63, 73, 147, 0.15);
  border-radius: 4px;
  position: relative;
  color: #3f4993;
  word-break: break-all;
}

.tagsinput .tag a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  opacity: .9;
}

.tagsinput .tag a::before {
  transform: rotate(-45deg);
}

.tagsinput .tag a:hover {
  opacity: 1;
}

.tagsinput input {
  border: none;
  height: 34px;
  width: 100% !important;
  outline: none;
  background: transparent;
}

.talks {
  padding: 40px 0 40px 40px;
  position: relative;
  width: 500px;
  height: 850px;
}

@media screen and (max-width: 89.9375em) {
  .talks {
    width: 405px;
    padding-left: 0;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 74.9375em) {
  .talks {
    width: 365px;
  }
}

@media screen and (max-width: 63.9375em) {
  .talks {
    width: 50%;
    height: auto;
    padding: 35px 0;
    display: flex;
    flex-direction: column;
  }
}

.talks:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  right: 55px;
  z-index: 5;
}

@media screen and (max-width: 63.9375em) {
  .talks:after {
    display: none;
  }
}

.talks__add-btn {
  padding: 0 15px 15px;
}

@media screen and (min-width: 64em) {
  .talks__add-btn {
    display: none;
  }
}

.talks__outer {
  height: calc(100% - 40px);
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .talks__outer {
    height: auto;
    order: 3;
  }
}

.talks__fader {
  height: 35px;
  display: block;
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 63.9375em) {
  .talks__fader {
    display: none;
  }
}

.talks__fader_top {
  background: linear-gradient(to top, transparent 0%, #ffffff 70%);
  top: 0;
}

.talks__fader_before {
  left: 0;
  width: calc(100% - 56px);
}

.talks__fader_after {
  right: 0;
  width: 55px;
}

.talks__fader_bottom {
  background: linear-gradient(to bottom, transparent 0%, #ffffff 70%);
  left: 0;
  bottom: 0;
  width: calc(100% - 56px);
}

.talks__wrap {
  height: 100%;
  position: relative;
  padding: 35px 55px 35px 0;
}

@media screen and (max-width: 63.9375em) {
  .talks__wrap {
    padding: 15px 30px 15px 15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .talks__wrap {
    padding: 15px 20px;
  }
}

.talks__search {
  height: 40px;
  padding: 0 80px 0 45px;
}

.talks__search .search {
  max-width: none;
}

@media screen and (max-width: 63.9375em) {
  .talks__search {
    padding: 0 30px 0 15px;
    order: 1;
  }
}

@media screen and (max-width: 39.9375em) {
  .talks__search {
    padding: 0 20px;
  }
}

.talks__add {
  height: 58px;
}

@media screen and (max-width: 89.9375em) {
  .talks__add {
    padding-left: 50px;
  }
}

@media screen and (max-width: 63.9375em) {
  .talks__add {
    padding: 0 30px 0 15px;
    order: 2;
  }

  .talks__add .button,
  .talks__add .help-button {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .talks__add {
    padding: 0 20px;
  }
}

.talks__item {
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  display: flex;
  height: 95px;
  align-items: center;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 70px;
  transition: .1s;
  margin-left: 25px;
  position: relative;
}

@media screen and (max-width: 74.9375em) {
  .talks__item {
    margin-left: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .talks__item {
    padding: 20px 30px 20px 15px;
    margin: 0 -30px 0 -15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .talks__item {
    padding: 20px;
    margin: 0 -20px;
  }
}

.talks__item:hover .talks__delete,
.talks__item:focus .talks__delete {
  display: block;
}

.talks__item:not(.talks__item_empty):not(.talks__item_active):hover,
.talks__item:not(.talks__item_empty):not(.talks__item_active):focus {
  text-decoration: none;
  background: #e3e4ed;
}

.talks__item_active {
  z-index: 6;
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 63.9375em) {
  .talks__item_active {
    box-shadow: none;
    border-radius: 0;
  }
}

.talks__item_active:hover,
.talks__item_active:focus {
  background: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 63.9375em) {
  .talks__item_active:hover,
  .talks__item_active:focus {
    background: #e3e4ed;
  }
}

.talks__item_active .talks__triangle {
  width: 95px;
  height: 115px;
  position: absolute;
  top: -10px;
  right: -95px;
  overflow: hidden;
}

@media screen and (max-width: 63.9375em) {
  .talks__item_active .talks__triangle {
    display: none;
  }
}

.talks__item_active .talks__triangle:before {
  content: '';
  width: 75px;
  height: 75px;
  background: #ffffff;
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
  position: absolute;
  z-index: 6;
  top: 20px;
  left: -43px;
  transform: rotate(45deg);
}

.talks__photo {
  width: 47px;
  height: 47px;
  min-width: 47px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
}

.talks__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.talks__content {
  width: calc(100% - 65px);
  max-width: calc(100% - 65px);
}

.talks__name,
.talks__text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.talks__name {
  font-size: 1rem;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
  margin-bottom: 5px;
}

.talks__name:hover {
  color: #0060aa;
  text-decoration: underline;
}

.talks__text {
  font-size: 1rem;
}

@media screen and (max-width: 89.9375em) {
  .talks__text {
    font-size: 0.875rem;
  }
}

.talks__delete {
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.125rem;
  display: none;
}

.talks__delete:hover,
.talks__delete:focus {
  color: #000000;
}

@media screen and (max-width: 39.9375em) {
  .talks__delete {
    display: block;
  }
}

.test p {
  margin-bottom: 1.25rem;
}

.test__title {
  margin-bottom: 30px;
}

.test__image {
  max-width: 470px;
  margin-bottom: 45px;
}

.test__image_choice {
  max-width: 300px;
}

.test__answer {
  margin-bottom: 25px;
  margin-right: 0;
}

.test__answer label {
  font-size: inherit;
}

.test__button {
  margin: 50px 0 25px;
}

.test__item {
  margin-bottom: 65px;
}

.test .user-answer_success {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #33b600;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.test .user-answer_error {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #cc4b37;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.test.attempt .test__item {
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.test.attempt .test__title {
  padding-right: 150px;
}

.test.attempt .test__status {
  position: absolute;
  top: 8px;
  right: 0;
}

.attempts-panel {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 1rem;
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
}

@media screen and (max-width: 106.25em) {
  .attempts-panel {
    flex-wrap: wrap;
  }
}

.attempts-panel__item {
  padding: 20px 15px 15px;
}

@media screen and (max-width: 106.25em) {
  .attempts-panel__item {
    width: 33%;
    min-width: 33%;
  }
}

@media screen and (max-width: 39.9375em) {
  .attempts-panel__item {
    width: 100%;
    min-width: 100%;
  }
}

.attempts-panel__item_date {
  padding-right: 60px;
  background: url("../../images/attempts-panel-divider.png") no-repeat right center;
  background-size: auto 100%;
}

@media screen and (max-width: 106.25em) {
  .attempts-panel__item_date {
    width: 66%;
    min-width: 66%;
    background: none;
  }
}

@media screen and (max-width: 39.9375em) {
  .attempts-panel__item_date {
    width: 100%;
    min-width: 100%;
  }
}

.attempts-panel__item_date .ui-select-container {
  min-width: 205px;
}

.attempts-panel__label {
  margin-bottom: 10px;
}

.attempts-panel .progress {
  margin-top: 15px;
}

.attempts-panel__result {
  white-space: nowrap;
}

.attempts-score {
  color: #3f4993;
}

.attempts-score_big {
  font-size: 1.625rem;
}

.test-edit-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.test-edit-title__header {
  margin-bottom: 10px;
  margin-right: 30px;
}

.test-edit-title__button {
  margin-bottom: 10px;
}

.timer {
  width: 120px;
  height: 120px;
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  box-shadow: 0 0 25px 0 rgba(63, 73, 147, 0.4);
}

@media screen and (max-width: 39.9375em) {
  .timer {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 0;
    background: #ffffff;
    border-top: 1px solid rgba(63, 73, 147, 0.3);
  }
}

.timer__progress {
  position: absolute;
  top: 0;
  left: 0;
}

.timer__progress {
  fill: #ffffff;
  stroke: #3f4993;
}

.timer__circle,
.timer__rectangle {
  stroke-dasharray: 1000px;
  stroke-dashoffset: 0;
  transition: .5s;
  transform: rotate(90deg) scaleX(-1);
  transform-origin: center;
}

@media screen and (max-width: 39.9375em) {
  .timer__circle {
    display: none;
  }
}

.timer__rectangle {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .timer__rectangle {
    display: block;
  }
}

.timer__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.timer__title {
  margin-bottom: 5px;
}

@media screen and (max-width: 39.9375em) {
  .timer__title {
    display: none;
  }
}

.timer__time {
  font-size: 0;
  color: #3f4993;
}

.timer__digit {
  font-size: 1.375rem;
}

.timer_end {
  opacity: .5;
  pointer-events: none;
}

.timer_out:not(.timer_end) {
  animation: bounce 2s infinite;
}

.timer_out:not(.timer_end) .timer__progress {
  stroke: #cc4b37;
}

.timer_out:not(.timer_end) .timer__time {
  color: #cc4b37;
}

@media screen and (max-width: 39.9375em) {
  .timer_out:not(.timer_end) {
    animation: none;
  }
}

.ui__block {
  padding-bottom: 50px;
}

.ui__block hr {
  max-width: none;
  width: 100%;
}

.ui__color {
  display: inline-block;
  width: 60px;
  height: 40px;
  border-radius: 4px;
  margin-right: 5px;
}

.ui__color_black {
  background: #000000;
}

.ui__color_primary {
  background: #3f4993;
}

.ui__color_secondary {
  background: #ed5d60;
}

.ui__color_light {
  background: #e8e8e8;
}

.ui__color_light-2 {
  background: #d8d8d8;
}

.ui__color_light-3 {
  background: #e8e8e8;
}

.ui__color_light-4 {
  background: #e8e8e8;
}

.ui__color_secondary-2 {
  background: #ed5d60;
}

.upload-photo {
  display: flex;
  align-items: center;
  position: relative;
}

.upload-photo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.upload-photo_small .upload-photo__image {
  width: 115px;
  height: 115px;
  margin-right: 25px;
}

.upload-photo_big .upload-photo__image {
  width: 285px;
  position: relative;
}

.upload-photo_big .upload-photo__image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(26, 26, 26, 0.48);
  z-index: 5;
}

.upload-photo_big .upload-photo__image img {
  width: 100%;
}

.upload-photo_big .upload-photo__button {
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.upload-photo_big .upload-photo__button .dz-image-preview {
  display: none;
}

.upload-photo_logo .upload-photo__image {
  max-width: 210px;
  margin-right: 25px;
  padding: 10px;
  background: #3f4993;
  box-shadow: inset 0 0 17px rgba(52, 52, 52, 0.2);
  border-radius: 4px;
}

.upload-photo_logo-small .upload-photo__image {
  max-width: 55px;
}

.upload-photo_rounded .upload-photo__image {
  border-radius: 50%;
  overflow: hidden;
}

.upload-file {
  display: flex;
  align-items: center;
}

.upload-file__preview {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 20px;
}

.upload-file__preview:hover {
  text-decoration: none;
}

.upload-file__preview .file-icon {
  margin-right: 15px;
}

.upload-file__title {
  color: #3f4993;
  font-family: "ProximaNova-Bold", sans-serif;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upload-file__buttons {
  display: flex;
}

.upload-file .dropzone {
  margin-right: 15px;
}

.table-blocks {
  min-height: 87px;
}

.table-blocks_editable .table-block:hover {
  cursor: move;
}

.table-blocks_editable .table-block:hover::before {
  content: '';
  width: 9px;
  height: calc(100% - 18px);
  position: absolute;
  top: 9px;
  left: 5px;
  background: url("/static/images/table-drag.png") repeat-y top;
}

.table-blocks a {
  text-decoration: none;
}

.table-blocks a:hover,
.table-blocks a:focus {
  text-decoration: none;
}

.table-block {
  align-items: center;
  border: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  min-height: 87px;
  padding: 15px 10px;
  position: relative;
  background: #ffffff;
  text-decoration: none;
  margin-top: -1px;
}

.table-block > .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-block.gu-transit {
  border: none;
  outline: 2px dashed #e8e8e8;
  outline-offset: -4px;
  transition: transform 0.2s;
  background: transparent;
  opacity: 1;
}

.table-block.gu-transit * {
  opacity: 0;
}

.table-block.gu-mirror::before {
  content: '';
  width: 9px;
  height: calc(100% - 18px);
  position: absolute;
  top: 9px;
  left: 5px;
  background: url("/static/images/table-drag.png") repeat-y top;
}

.table-block:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

@media screen and (max-width: 63.9375em) {
  .table-block:first-child {
    border-radius: 0;
  }
}

.table-block:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media screen and (max-width: 63.9375em) {
  .table-block:last-child {
    border-radius: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .table-block {
    flex-wrap: wrap;
    border-width: 1px 0 1px 0;
    padding: 15px 0;
    margin: -1px -30px 0 -20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .table-block {
    margin: -1px -20px 0;
  }
}

.table-block:hover {
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
  z-index: 10;
}

.table-block:hover .table-block__edit {
  opacity: 1;
}

.table-block:hover .table-block__preview {
  opacity: 1;
}

.table-block__col {
  padding: 0 20px;
}

.table-block__info {
  max-width: 70%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 63.9375em) {
  .table-block__info {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .table-block__info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.table-block__right {
  display: flex;
  align-items: center;
}

.table-block__num {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
}

@media screen and (max-width: 39.9375em) {
  .table-block__num {
    margin-bottom: 10px;
  }
}

.table-block__type {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
  min-width: 100px;
}

@media screen and (max-width: 39.9375em) {
  .table-block__type {
    margin-bottom: 10px;
  }
}

.table-block__type_color {
  color: #ed5d60;
}

.table-block__rating,
.table-block__time,
.table-block__count {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #909090;
  font-family: "ProximaNova-Regular", sans-serif;
}

.table-block__title {
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 1.25rem;
  color: #000000;
}

.table-block__title p {
  margin: 0;
}

.table-block__title:hover,
.table-block__title:focus {
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 89.9375em) {
  .table-block__title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .table-block__title {
    font-size: 1rem;
  }
}

.table-block__preview {
  white-space: nowrap;
  opacity: 0;
  transition: ease .3s;
}

@media screen and (max-width: 63.9375em) {
  .table-block__preview {
    opacity: 1;
  }
}

.table-block__state {
  text-align: right;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 63.9375em) {
  .table-block__state {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 39.9375em) {
  .table-block__status {
    font-size: 0.6875rem;
  }
}

.table-block__status_high {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #33b600;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.table-block__status_middle {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #ffae00;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.table-block__status_low {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #cc4b37;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.table-block__material {
  display: flex;
  align-items: center;
}

.table-block__icon {
  margin-right: 35px;
  height: 60px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 39.9375em) {
  .table-block__icon {
    width: 100%;
    margin: 0 0 10px;
    justify-content: center;
  }
}

.table-block__author {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.table-block__edit {
  opacity: .27;
  transition: ease .3s;
}

.table-block_locked {
  pointer-events: none;
}

.table-block_locked .table-block__title {
  color: #828282;
}

.table-block_locked .table-block__state {
  color: #828282;
  padding: 0 20px;
  font-size: 20px;
}

.access-settings .radio,
.access-settings .checkbox {
  margin: 25px 0;
}

@media screen and (max-width: 63.9375em) {
  .access-settings .radio,
  .access-settings .checkbox {
    margin: 20px 0;
  }
}

.access-settings__divider {
  margin: 10px 0;
}

@media screen and (max-width: 63.9375em) {
  .access-settings .form__group {
    margin-bottom: 40px;
  }
}

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

@media screen and (max-width: 74.9375em) {
  .course-about {
    flex-direction: column;
  }
}

.course-about__description,
.course-about__teachers {
  margin-bottom: 50px;
}

.course-about__main {
  width: calc(100% - 345px);
  min-width: calc(100% - 345px);
}

@media screen and (max-width: 74.9375em) {
  .course-about__main {
    width: 100%;
    min-width: 100%;
  }
}

.course-about__sidebar {
  width: 245px;
  min-width: 245px;
}

.course-about__certificate {
  margin: 20px;
}

.teachers {
  margin: 40px 0 20px;
}

.teachers__item {
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 39.9375em) {
  .teachers__item {
    flex-direction: column;
    align-items: center;
  }
}

.teachers__image {
  width: 125px;
  min-width: 125px;
  height: 125px;
  margin-right: 25px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 39.9375em) {
  .teachers__image {
    margin: 0 0 20px;
  }
}

.teachers__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.teachers__content {
  width: calc(100% - 150px);
}

@media screen and (max-width: 39.9375em) {
  .teachers__content {
    width: 100%;
    text-align: center;
  }
}

.teachers__about {
  text-align: left;
}

.teachers__name {
  display: inline-block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
  margin: 10px 0 15px;
}

.user-profile__info {
  display: flex;
}

@media screen and (max-width: 63.9375em) {
  .user-profile__info {
    flex-direction: column;
  }
}

.user-profile__avatar {
  width: 300px;
  margin-right: 50px;
  text-align: center;
}

@media screen and (max-width: 63.9375em) {
  .user-profile__avatar {
    margin: 0 auto 30px;
    width: 250px;
  }
}

.user-profile__avatar img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-bottom: 30px;
}

.user-profile__content {
  width: calc(100% - 330px);
  min-width: calc(100% - 330px);
  padding-top: 10px;
}

@media screen and (max-width: 63.9375em) {
  .user-profile__content {
    width: 100%;
    min-width: 100%;
  }
}

.user-profile__block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.user-profile__block:last-child {
  border-bottom: none;
}

.user-profile__section {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.user-profile__title {
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.webinar-window {
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.webinar-window__iframe {
  background: #e8e8e8;
  width: 100%;
  height: 100%;
  border: none;
}

.comments__item + .comments__item {
  border-top: 1px solid #e8e8e8;
}

.comments__item-wrap {
  display: flex;
  width: 100%;
  padding: 20px 0;
}

.comments__item-wrap:hover .comments__edit {
  opacity: 1;
}

.comments__photo {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.comments__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.comments__content {
  width: calc(100% - 200px);
}

.comments__name {
  display: inline-block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #3f4993;
  font-family: "ProximaNova-Semibold", sans-serif;
  margin-bottom: 5px;
}

.comments__date {
  font-size: 0.8125rem;
  color: #828282;
  margin-bottom: 10px;
  text-transform: none;
}

.comments__title {
  margin-bottom: 15px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #000000;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.comments__edit {
  padding-top: 15px;
  padding-left: 30px;
  opacity: .27;
  transition: ease .3s;
  width: 100px;
}

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

.homework__block {
  margin: 45px 0 0;
}

.homework__files,
.homework__form {
  margin: 30px 0 0;
}

.homework__check {
  margin-top: 80px;
  position: relative;
}

.help-button {
  width: 110px;
  background: #ed5d60;
  border-radius: 0 0 4px 4px;
  transform: rotate(90deg);
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: 55px;
  transform-origin: 100% 0;
  z-index: 1000;
}

.help-button:hover,
.help-button:focus {
  background: #f07477;
}

.faq__block {
  min-height: 100%;
  padding: 40px 0;
}

.faq__title {
  margin-bottom: 30px;
}

.faq__item {
  margin-bottom: 20px;
}

.faq__link {
  font-size: 1.125rem;
  font-family: "ProximaNova-Bold", sans-serif;
}

.faq .grid__col_6 .faq__block {
  border-bottom: 1px solid #d8d8d8;
}

.faq .grid__col_6:nth-last-child(2) .faq__block {
  border-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .faq .grid__col_6:nth-last-child(2) .faq__block {
    border-bottom: 1px solid #d8d8d8;
  }
}

.faq .grid__col_6:last-child .faq__block {
  border-bottom: 0;
}

.radio-block {
  margin: 0 0 40px;
}

.radio-block .radio,
.radio-block .checkbox {
  margin: 25px 0;
}

@media screen and (max-width: 63.9375em) {
  .radio-block .radio,
  .radio-block .checkbox {
    margin: 20px 0;
  }
}

.radio-block__divider {
  margin: 10px 0;
}

@media screen and (max-width: 63.9375em) {
  .radio-block .form__group {
    margin-bottom: 40px;
  }
}

.shadow-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 10px;
  margin-bottom: 50px;
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
}

@media screen and (max-width: 63.9375em) {
  .shadow-panel {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .shadow-panel {
    padding: 20px 10px;
  }
}

.shadow-panel__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

@media screen and (max-width: 63.9375em) {
  .shadow-panel__block {
    width: 100%;
    min-width: 100%;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .shadow-panel__block {
    flex-direction: column;
  }
}

.shadow-panel__item {
  margin-left: 30px;
}

@media screen and (max-width: 39.9375em) {
  .shadow-panel__item {
    margin: 10px 0;
  }
}

.shadow-panel__item:first-child {
  margin-left: 0;
}

.shadow-panel__strong {
  font-size: 1.625rem;
  display: inline-block;
  vertical-align: middle;
}

.shadow-panel__small {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.payments__date {
  font-size: 0.875rem;
  color: #828282;
}

.payments__amount {
  font-family: "ProximaNova-Semibold", sans-serif;
}

.payments__amount_plus {
  color: #33b600;
}

.payments__amount_minus {
  color: #ed5d60;
}

.empty-block {
  padding: 100px 0 50px;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}

@media screen and (max-width: 39.9375em) {
  .empty-block {
    padding: 50px 0;
  }
}

.empty-block_education {
  max-width: 700px;
  padding: 150px 0;
}

@media screen and (max-width: 39.9375em) {
  .empty-block_education {
    padding: 50px 0;
  }
}

.empty-block__image {
  margin-bottom: 20px;
  max-width: 150px;
}

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

.empty-block__subtitle {
  color: #909090;
}

.empty-block__button {
  margin-top: 15px;
}

.tariffs {
  display: flex;
  flex-wrap: wrap;
}

.tariffs__item {
  padding: 35px 25px;
  width: 20%;
  min-width: 20%;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 100em) {
  .tariffs__item {
    width: 33%;
    min-width: 33%;
  }
}

@media screen and (max-width: 63.9375em) {
  .tariffs__item {
    width: 50%;
    min-width: 50%;
  }
}

@media screen and (max-width: 39.9375em) {
  .tariffs__item {
    width: 100%;
    min-width: 100%;
  }
}

.tariffs__item:hover,
.tariffs__item:focus {
  box-shadow: 0 0 30px 0 rgba(63, 73, 147, 0.35);
  transition: .3s;
  z-index: 5;
}

.tariffs__header {
  margin-bottom: 40px;
}

.tariffs__title {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #d0d0d0;
  font-family: "ProximaNova-Semibold", sans-serif;
  margin-bottom: 25px;
}

.tariffs__price {
  color: #3f4993;
}

.tariffs__price-digit {
  font-family: "ProximaNova-Bold", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-size: 2.75rem;
}

.tariffs__price-text {
  display: inline-block;
  font-size: 0.875rem;
}

.tariffs__list {
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.tariffs__list-item {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.tariffs__list-item:last-child {
  border-bottom: 0;
}

.tariffs__list-item p {
  margin: 0;
}

.tariffs__list-item p + p {
  margin-top: 10px;
}

.table-users {
  border: solid #e8e8e8;
  border-width: 1px 1px 0 1px;
  border-radius: 3px;
  font-size: 0.875rem;
}

@media screen and (max-width: 39.9375em) {
  .table-users {
    font-size: 1rem;
    border-radius: 0;
    border-width: 1px 0 0 0;
  }
}

.table-users a {
  color: #3f4993;
}

.table-users__row {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  align-items: center;
}

@media screen and (max-width: 39.9375em) {
  .table-users__row {
    flex-direction: column;
    align-items: stretch;
    padding: 5px 0;
  }
}

.table-users__row:hover {
  box-shadow: 0 5px 25px 0 rgba(63, 73, 147, 0.23);
  z-index: 5;
}

.table-users__row:hover .table__edit {
  opacity: 1;
}

.table-users__cell {
  padding: 15px;
  flex: 1;
}

@media screen and (max-width: 39.9375em) {
  .table-users__cell:not(.table-users__cell_name) {
    padding: 5px 20px 5px 70px;
  }
}

@media screen and (max-width: 39.9375em) {
  .table-users__cell_name {
    padding: 5px 20px;
  }
}

.table-users__cell:first-child {
  padding-left: 30px;
}

@media screen and (max-width: 39.9375em) {
  .table-users__cell:first-child {
    padding-left: 20px;
  }
}

.table-users__cell:hover .icon-sort {
  opacity: 1;
}

.table-users__cell_checkbox {
  flex: none;
  width: 65px;
}

@media screen and (max-width: 63.9375em) {
  .table-users__cell_checkbox {
    display: none;
  }
}

.table-users__cell_panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.table-users__cell_panel .link_icon {
  margin-left: 20px;
}

.table-users__header {
  color: #3f4993;
  background: #f0f0f0;
  cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
  .table-users__header {
    display: none;
  }
}

.table-users__header .icon-sort {
  opacity: .5;
  font-size: 11px;
  white-space: nowrap;
}

.table-users__header .icon-sort:before {
  display: inline;
}

.table-users__label {
  color: #3f4993;
  font-size: 0.875rem;
}

.table-users__label + .table-users__label:before {
  content: ', ';
}

.table-users__count {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .table-users__count {
    display: inline-block;
  }
}

.table-users_student .table-users__cell_name {
  flex: none;
  width: 50%;
}

@media screen and (max-width: 39.9375em) {
  .table-users_student .table-users__cell {
    width: 100%;
  }
}

.table-users_teacher .table-users__cell_name {
  flex: none;
  width: 30%;
}

@media screen and (max-width: 100em) {
  .table-users_teacher .table-users__cell_name .person__image {
    display: none;
  }
}

@media screen and (max-width: 74.9375em) {
  .table-users_teacher .table-users__cell_name {
    width: 30%;
  }
}

@media screen and (max-width: 63.9375em) {
  .table-users_teacher .table-users__cell_name {
    width: 33%;
  }
}

@media screen and (max-width: 39.9375em) {
  .table-users_teacher .table-users__cell_name .person__image {
    display: block;
  }
}

.table-users_teacher .table-users__cell_labels {
  flex: none;
  width: 20%;
}

@media screen and (max-width: 74.9375em) {
  .table-users_teacher .table-users__cell_labels {
    width: 30%;
  }
}

@media screen and (max-width: 63.9375em) {
  .table-users_teacher .table-users__cell_labels {
    width: 33%;
  }
}

.table-users_teacher .table-users__cell_role {
  flex: none;
  width: calc((50% - 65px)/2);
}

@media screen and (max-width: 74.9375em) {
  .table-users_teacher .table-users__cell_role {
    width: calc((40% - 65px));
  }
}

@media screen and (max-width: 63.9375em) {
  .table-users_teacher .table-users__cell_role {
    width: 33%;
  }
}

.table-users_teacher .table-users__cell_date {
  flex: none;
  width: calc((50% - 65px)/2);
}

@media screen and (max-width: 74.9375em) {
  .table-users_teacher .table-users__cell_date {
    display: none;
  }
}

.table-users_teacher .table-users__cell_edit {
  flex: none;
  width: 115px;
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .table-users_teacher .table-users__cell {
    width: 100%;
  }
}

.table-users_grouplist-teacher .table-users__cell_name {
  flex: none;
  width: 25%;
}

@media screen and (max-width: 100em) {
  .table-users_grouplist-teacher .table-users__cell_name .person__image {
    display: none;
  }
}

@media screen and (max-width: 74.9375em) {
  .table-users_grouplist-teacher .table-users__cell_name {
    width: 30%;
  }
}

@media screen and (max-width: 63.9375em) {
  .table-users_grouplist-teacher .table-users__cell_name {
    width: 33%;
  }
}

@media screen and (max-width: 39.9375em) {
  .table-users_grouplist-teacher .table-users__cell_name .person__image {
    display: block;
  }
}

.table-users_grouplist-teacher .table-users__cell_labels {
  flex: none;
  width: 20%;
}

@media screen and (max-width: 74.9375em) {
  .table-users_grouplist-teacher .table-users__cell_labels {
    width: 30%;
  }
}

@media screen and (max-width: 63.9375em) {
  .table-users_grouplist-teacher .table-users__cell_labels {
    width: 33%;
  }
}

.table-users_grouplist-teacher .table-users__cell_role {
  flex: none;
  width: calc((55% - 180px)/2);
}

@media screen and (max-width: 74.9375em) {
  .table-users_grouplist-teacher .table-users__cell_role {
    width: calc((40% - 180px));
  }
}

@media screen and (max-width: 63.9375em) {
  .table-users_grouplist-teacher .table-users__cell_role {
    width: 33%;
  }
}

.table-users_grouplist-teacher .table-users__cell_date {
  flex: none;
  width: calc((55% - 180px)/2);
}

@media screen and (max-width: 74.9375em) {
  .table-users_grouplist-teacher .table-users__cell_date {
    display: none;
  }
}

.table-users_grouplist-teacher .table-users__cell_edit {
  display: block;
  flex: none;
  width: 115px;
}

@media screen and (max-width: 39.9375em) {
  .table-users_grouplist-teacher .table-users__cell {
    width: 100%;
  }
}

.table-users_admin .table-users__cell_name {
  flex: none;
  width: 20%;
}

@media screen and (max-width: 100em) {
  .table-users_admin .table-users__cell_name .person__image {
    display: none;
  }
}

@media screen and (max-width: 74.9375em) {
  .table-users_admin .table-users__cell_name {
    width: 30%;
  }
}

@media screen and (max-width: 63.9375em) {
  .table-users_admin .table-users__cell_name {
    width: calc((100% - 115px)/3);
  }
}

@media screen and (max-width: 39.9375em) {
  .table-users_admin .table-users__cell_name .person__image {
    display: block;
  }
}

.table-users_admin .table-users__cell_labels {
  flex: none;
  width: 20%;
}

@media screen and (max-width: 63.9375em) {
  .table-users_admin .table-users__cell_labels {
    display: none;
  }
}

@media screen and (max-width: 39.9375em) {
  .table-users_admin .table-users__cell_labels {
    display: block;
  }
}

.table-users_admin .table-users__cell_role {
  flex: none;
  width: calc((60% - 180px)/3);
}

@media screen and (max-width: 74.9375em) {
  .table-users_admin .table-users__cell_role {
    width: calc((50% - 180px)/2);
  }
}

@media screen and (max-width: 63.9375em) {
  .table-users_admin .table-users__cell_role {
    width: calc((100% - 115px)/3);
  }
}

.table-users_admin .table-users__cell_date {
  flex: none;
  width: calc((60% - 180px)/3);
}

@media screen and (max-width: 74.9375em) {
  .table-users_admin .table-users__cell_date {
    display: none;
  }
}

.table-users_admin .table-users__cell_email {
  flex: none;
  width: calc((60% - 180px)/3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 74.9375em) {
  .table-users_admin .table-users__cell_email {
    width: calc((50% - 180px)/2);
  }
}

@media screen and (max-width: 63.9375em) {
  .table-users_admin .table-users__cell_email {
    width: calc((100% - 115px)/3);
  }
}

.table-users_admin .table-users__cell_edit {
  flex: none;
  width: 115px;
}

@media screen and (max-width: 39.9375em) {
  .table-users_admin .table-users__cell {
    width: 100%;
  }
}

.table-users_group_admin .table-users__cell_group {
  flex: none;
  width: 40%;
}

.table-users_group_admin .table-users__cell_count {
  flex: none;
  width: calc((60% - 180px)/2);
}

@media screen and (max-width: 63.9375em) {
  .table-users_group_admin .table-users__cell_count {
    width: calc((60% - 115px)/2);
  }
}

.table-users_group_admin .table-users__cell_date {
  flex: none;
  width: calc((60% - 180px)/2);
}

@media screen and (max-width: 63.9375em) {
  .table-users_group_admin .table-users__cell_date {
    width: calc((60% - 115px)/2);
  }
}

.table-users_group_admin .table-users__cell_edit {
  flex: none;
  width: 115px;
}

@media screen and (max-width: 39.9375em) {
  .table-users_group_admin .table-users__cell {
    width: 100%;
  }
}

.table-users_group_teacher .table-users__cell_group {
  flex: none;
  width: 40%;
}

.table-users_group_teacher .table-users__cell_count {
  flex: none;
  width: calc((60% - 115px)/2);
}

@media screen and (max-width: 63.9375em) {
  .table-users_group_teacher .table-users__cell_count {
    width: calc((60% - 115px)/2);
  }
}

.table-users_group_teacher .table-users__cell_date {
  flex: none;
  width: calc((60% - 115px)/2);
}

@media screen and (max-width: 63.9375em) {
  .table-users_group_teacher .table-users__cell_date {
    width: calc((60% - 115px)/2);
  }
}

.table-users_group_teacher .table-users__cell_edit {
  flex: none;
  width: 115px;
}

@media screen and (max-width: 39.9375em) {
  .table-users_group_teacher .table-users__cell {
    width: 100%;
  }
}

.calendar .green {
  color: green;
}

.calendar.loading_active:before {
  top: 100px;
}

.calendar__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

@media screen and (max-width: 39.9375em) {
  .calendar__header .button,
  .calendar__header .help-button {
    order: 1;
    width: 40%;
    min-width: 40%;
  }
}

@media screen and (max-width: 39.9375em) {
  .calendar__header .button__text {
    display: none;
  }
}

.calendar__arrow_disabled {
  opacity: .2;
  pointer-events: none;
}

.calendar__title {
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media screen and (max-width: 39.9375em) {
  .calendar__title {
    width: 100%;
    min-width: 100%;
    order: 0;
  }
}

.calendar__table {
  color: #3f4993;
}

.calendar__thead,
.calendar__tbody {
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 40em) {
  .calendar__thead,
  .calendar__tbody {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .calendar__thead,
  .calendar__tbody {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 74.9375em) {
  .calendar__thead {
    display: none;
  }
}

.calendar__td {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
  padding-right: 0;
  padding-left: 0;
  border-style: solid;
  border-color: #e8e8e8;
  border-width: 0 1px 1px 0;
}

.calendar__td:nth-child(7n + 1) {
  border-left-width: 1px;
}

@media screen and (max-width: 74.9375em) {
  .calendar__td {
    border-collapse: collapse;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, inset 1px 0 0 0 #e8e8e8, inset 0 1px 0 0 #e8e8e8;
  }
}

@media screen and (max-width: 63.9375em) {
  .calendar__td {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .calendar__td {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.calendar__th {
  background: rgba(63, 73, 147, 0.15);
  padding: 10px 25px 15px;
  border-top-width: 1px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 89.9375em) {
  .calendar__th {
    padding: 10px;
  }
}

.calendar__th:first-child {
  border-top-left-radius: 4px;
}

.calendar__th:last-child {
  border-top-right-radius: 4px;
}

.calendar__day {
  min-height: 160px;
  padding: 40px 10px 25px;
  position: relative;
  transition: ease .3s;
}

@media screen and (max-width: 89.9375em) {
  .calendar__day {
    padding: 30px 10px 15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .calendar__day {
    min-height: 0;
  }
}

.calendar__day:not(.calendar__day_out):not(.calendar__day_today):hover {
  background: rgba(63, 73, 147, 0.07);
}

.calendar__day_out .calendar__date,
.calendar__day_out .calendar__events,
.calendar__day_out .calcendar__more {
  opacity: .47;
  pointer-events: none;
}

@media screen and (max-width: 74.9375em) {
  .calendar__day_out {
    display: none;
  }
}

.calendar__day_today:not(.calendar__day_out) {
  background: rgba(63, 73, 147, 0.1);
}

.calendar__date {
  color: #000000;
  font-size: 0.8125rem;
  position: absolute;
  top: 5px;
  left: 10px;
}

.calendar__day-of-week {
  display: none;
}

@media screen and (max-width: 74.9375em) {
  .calendar__day-of-week {
    display: block;
    opacity: .5;
    font-size: 0.8125rem;
    margin-bottom: 15px;
  }
}

.calendar__events_hidden {
  display: none;
}

.calendar__event {
  display: block;
  margin-bottom: 15px;
  font-size: 0.875rem;
  word-wrap: break-word;
}

.calendar__more {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #909090;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.calendar__more:hover,
.calendar__more:focus {
  color: #909090;
}

/* Стили для обычных карточек (на главной странице сайта-коробки) */

.cards-base {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: -70px;
}

@media print, screen and (min-width: 40em) {
  .cards-base {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .cards-base {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media screen and (max-width: 89.9375em) {
  .cards-base {
    margin-bottom: -40px;
  }
}

.cards-base__outer {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 70px;
}

@media screen and (max-width: 89.9375em) {
  .cards-base__outer {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 63.9375em) {
  .cards-base__outer {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .cards-base__outer {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.cards-base_large {
  margin-right: -3.125rem;
  margin-left: -3.125rem;
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 40em) {
  .cards-base_large {
    margin-right: -3.125rem;
    margin-left: -3.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .cards-base_large {
    margin-right: -3.125rem;
    margin-left: -3.125rem;
  }
}

@media screen and (max-width: 89.9375em) {
  .cards-base_large {
    margin-right: -1.5625rem;
    margin-left: -1.5625rem;
    display: flex;
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 89.9375em) and (min-width: 40em) {
  .cards-base_large {
    margin-right: -1.5625rem;
    margin-left: -1.5625rem;
  }
}

@media screen and (max-width: 89.9375em) and (min-width: 64em) {
  .cards-base_large {
    margin-right: -1.5625rem;
    margin-left: -1.5625rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .cards-base_large {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
    display: flex;
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .cards-base_large {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media screen and (max-width: 63.9375em) and (min-width: 64em) {
  .cards-base_large {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

.cards-base_large .cards-base__outer {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 3.125rem;
  padding-left: 3.125rem;
  margin-bottom: 70px;
}

@media screen and (max-width: 89.9375em) {
  .cards-base_large .cards-base__outer {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 63.9375em) {
  .cards-base_large .cards-base__outer {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .cards-base_large .cards-base__outer {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.cards-base_large .cards-base__image {
  /* height: 197px */
}

.cards-base__item {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #000000;
}

.cards-base__item:hover,
.cards-base__item:focus {
  text-decoration: none;
  color: #000000;
}

.cards-base__item_video .cards-base__image:before {
  content: '';
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: url("../images/play.png") no-repeat center;
  background-size: 100% 100%;
  transition: ease .3s;
}

@media screen and (max-width: 89.9375em) {
  .cards-base__item_video .cards-base__image:before {
    width: 60px;
    height: 60px;
  }
}

.cards-base__item_video:hover .cards-base__image:before {
  opacity: .5;
}

.cards-base__item_blog .cards-base__header {
  display: flex;
}

.cards-base__item_blog .cards-base__image {
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 20px;
}

.cards-base__item_blog .cards-base__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cards-base__image {
  /* height: 167px */
  margin-bottom: 15px;
  position: relative;
}

.cards-base__image img {
  width: 100%;
  /* +fit */
}

.cards-base__date,
.cards-base__author {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: .5px;
  color: #909090;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cards-base__title {
  text-decoration: underline;
  font-family: "ProximaNova-Semibold", sans-serif;
  max-height: 38px;
  overflow: hidden;
  color: #3f4993;
  margin-bottom: 10px;
}

.cards-base__title:hover,
.cards-base__title:focus {
  text-decoration: none;
}

.cards-base__description {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 1.5;
  max-height: 140px;
  overflow: hidden;
}

.cards-base__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.cards-base__cost {
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #ed5d60;
}

.cards-base__cost_free {
  color: #33b600;
}

.contacts-block + .contacts-block {
  margin-top: 35px;
}

.contacts-block p {
  margin-bottom: 10px;
}

#map {
  width: 100%;
  height: 505px;
  background: #e8e8e8 url("../../images/map.png") repeat center;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
}

@media screen and (max-width: 89.9375em) {
  #map {
    height: 350px;
  }
}

@media screen and (max-width: 63.9375em) {
  #map {
    height: 250px;
  }
}

.partners {
  margin: 40px 0 30px;
}

.partners__item {
  padding: 25px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 30px;
}

@media screen and (max-width: 89.9375em) {
  .partners__item {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 39.9375em) {
  .partners__item {
    margin-bottom: 20px;
  }
}

.partners__item_edit {
  padding-top: 5px;
}

.partners__image {
  margin-bottom: 25px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.partners__image img {
  max-width: 100%;
  max-height: 100%;
}

.partners__title {
  font-size: 1.125rem;
  font-family: "ProximaNova-Semibold", sans-serif;
  margin-bottom: 20px;
}

.partners__address,
.partners__phone {
  margin-bottom: 15px;
  line-height: 1.5;
}

.partners__link a {
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #3f4993;
  text-decoration: underline;
}

.partners__link a:hover,
.partners__link a:focus {
  text-decoration: none;
}

.partners__edit {
  text-align: right;
  margin: 10px 0 15px;
  position: relative;
  left: 5px;
}

.partners__edit .link_icon [class^="icon-"] {
  margin: 0;
}

.section {
  padding: 70px 0;
}

@media screen and (max-width: 89.9375em) {
  .section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .section {
    padding: 30px 0;
  }
}

.section_dark {
  background: #f0f0f0;
}

.section__wrapper {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1365px;
  margin: 0 auto;
}

@media screen and (max-width: 63.9375em) {
  .section__wrapper {
    padding-left: 20px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 39.9375em) {
  .section__wrapper {
    padding-right: 20px;
  }
}

.section__header {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 89.9375em) {
  .section__header {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 63.9375em) {
  .section__header {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 89.9375em) {
  .section__header_wide {
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 89.9375em) {
  .section__header_wide .section__header-block {
    width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 63.9375em) {
  .section__header_wide .section__header-block {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 89.9375em) {
  .section__header_wide .filter__items {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 89.9375em) {
  .section__header_wide .filter__item {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 63.9375em) {
  .section__header-block {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
}

.section__title {
  margin-bottom: 0;
}

.section__content {
  position: relative;
}

.section__content .carousel-prev,
.section__content .carousel-next {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  font-size: 32px;
  text-align: center;
  outline: none;
  color: #000000;
  transition: ease .3s;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 89.9375em) {
  .section__content .carousel-prev,
  .section__content .carousel-next {
    width: 80px;
  }
}

@media screen and (max-width: 63.9375em) {
  .section__content .carousel-prev,
  .section__content .carousel-next {
    display: none !important;
  }
}

.section__content .carousel-prev.carousel-arrow_disabled,
.section__content .carousel-next.carousel-arrow_disabled {
  opacity: .05;
  pointer-events: none;
}

.section__content .carousel-prev {
  left: 0;
}

.section__content .carousel-next {
  right: 0;
}

.start {
  background: url("/static/images/start-bg.jpg") no-repeat center;
  background-size: cover;
}

.start__container {
  width: 45%;
  background: rgba(255, 255, 255, 0.9);
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .3s;
}

@media screen and (max-width: 74.9375em) {
  .start__container {
    width: 80%;
    background: rgba(255, 255, 255, 0.85);
  }
}

@media screen and (max-width: 63.9375em) {
  .start__container {
    width: 100%;
    padding: 20px;
  }
}

.start__header {
  max-width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 39.9375em) {
  .start__header {
    max-width: 200px;
    margin: 0 auto 40px;
  }
}

.start__logo {
  text-align: center;
}

.start__form .form {
  max-width: 100%;
  margin: 0 auto;
}

.start__form .form__group_buttons {
  margin: 35px 0 0;
}

.start__form .error {
  margin: 0;
}

.start__form .grid__col_12_sm + .grid__col_12_sm {
  margin-top: 0;
}

.start__title {
  font-size: 1.875rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 39.9375em) {
  .start__title {
    margin-bottom: 0;
  }
}

.start .start-footer {
  margin-top: 40px;
}

.start .start-footer__container {
  max-width: 465px;
  margin: 0 auto;
  color: #787878;
}

.start .start-footer__block {
  margin-bottom: 10px;
}

.notifications__unread_color {
  color: #3b006c;
  text-underline: #3b006c;
}

.notifications__read_color {
  color: #000000;
}

.bar__profile a {
  padding-bottom: 0;
}

.bar__phone {
  padding: 0 30px;
  font-size: 1.25rem;
  background: rgba(0, 0, 0, 0.05);
  border-left: none;
  white-space: nowrap;
}

.experts__item {
  max-width: 170px;
  margin-right: 75px;
  text-align: center;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 63.9375em) {
  .experts__item {
    margin-right: 40px;
  }
}

.experts__item:focus,
.experts__item:hover {
  text-decoration: none;
}

.experts__image {
  max-width: 170px;
  margin-bottom: 15px;
}

.experts__image img {
  width: 100%;
}

.experts__name {
  font-size: 1.0625rem;
  font-family: "ProximaNova-Semibold", sans-serif;
  margin-bottom: 10px;
  text-decoration: underline;
}

.experts__name:hover,
.experts__name:focus {
  text-decoration: none;
}

.experts__city {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #000000;
}

.page__wrap_footer {
  padding: 0 45px;
}

@media screen and (max-width: 74.9375em) {
  .page__wrap_footer {
    padding: 0 35px;
  }
}

@media screen and (max-width: 63.9375em) {
  .page__wrap_footer {
    padding: 0 20px;
  }
}

.footer {
  position: relative;
  z-index: 100;
  border-top: 2px solid #ed5d60;
}

.footer__logo {
  width: 240px;
  min-width: 240px;
}

@media screen and (max-width: 74.9375em) {
  .footer__logo {
    width: 185px;
    min-width: 185px;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer__logo {
    width: 225px;
    min-width: 225px;
  }
}

@media screen and (max-width: 39.9375em) {
  .footer__logo {
    margin-bottom: 10px;
  }
}

.footer__content {
  padding: 40px 0;
  align-items: center;
}

@media screen and (max-width: 39.9375em) {
  .footer__content {
    padding: 20px 0;
  }
}

.footer__block_left {
  width: 320px;
  max-width: 320px;
  margin-right: 10%;
}

@media screen and (max-width: 89.9375em) {
  .footer__block_left {
    width: 215px;
    max-width: 215px;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer__block_left {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

.footer__block_right {
  padding: 0;
  align-items: center;
}

@media screen and (max-width: 63.9375em) {
  .footer__block_right {
    padding-top: 30px;
  }
}

@media screen and (max-width: 39.9375em) {
  .footer__block_right {
    padding-top: 20px;
  }
}

@media screen and (max-width: 89.9375em) {
  .footer__ul {
    margin-right: 40px;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer__ul {
    margin: 0 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .footer__ul {
    text-align: center;
  }
}

.footer__li {
  margin-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .footer__logo-wrap {
    margin: 0 auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer__links {
    width: 100%;
    min-width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 63.9375em) {
  .social {
    text-align: center;
    width: 100%;
    min-width: 100%;
    padding-top: 30px;
  }
}

.social__link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: red;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.social__link_vkontakte {
  background: #2d6691;
}

.social__link_facebook {
  background: #23599b;
}

.social__link:hover {
  transform: none;
}

.social__link [class^='icon'] {
  font-size: 24px;
}

.social__link [class^='icon']:before {
  line-height: 40px;
  color: #e8e8e8;
}

.social__link span.icon-youtube {
  height: 40px;
  background-size: contain;
  display: block;
}

.main-screen {
  width: 100%;
  height: 540px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 89.9375em) {
  .main-screen {
    height: 500px;
  }
}

@media screen and (max-width: 74.9375em) {
  .main-screen {
    height: 450px;
  }
}

@media screen and (max-width: 63.9375em) {
  .main-screen {
    height: 400px;
  }
}

.main-screen__carousel,
.main-screen .slick-list,
.main-screen .slick-track {
  height: 100%;
}

.main-screen__slide {
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
  overflow: hidden;
}

.main-screen__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-screen__content {
  position: absolute;
  width: 100%;
  min-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 89.9375em) {
  .main-screen__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 74.9375em) {
  .main-screen__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 39.9375em) {
  .main-screen__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.main-screen__content:before {
  content: '';
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}

@media screen and (max-width: 63.9375em) {
  .main-screen__content:before {
    width: 100%;
  }
}

.main-screen__content:after {
  content: '';
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}

@media screen and (max-width: 63.9375em) {
  .main-screen__content:after {
    width: 100%;
  }
}

.main-screen__inner {
  width: 100%;
  position: relative;
  z-index: 15;
  color: #ffffff;
  padding-bottom: 60px;
}

@media screen and (max-width: 63.9375em) {
  .main-screen__inner {
    padding-bottom: 30px;
  }
}

.main-screen__title {
  display: block;
  font-size: 2.625rem;
  color: #ffffff;
  font-family: "ProximaNova-Semibold", sans-serif;
  text-decoration: none;
  margin-bottom: 25px;
  outline: none;
  line-height: 1;
}

@media screen and (max-width: 63.9375em) {
  .main-screen__title {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .main-screen__title {
    font-size: 2rem;
  }
}

.main-screen__title:hover,
.main-screen__title:focus {
  color: #ffffff;
  text-decoration: none;
}

.main-screen__title-text {
  position: relative;
  display: inline-block;
}

.main-screen__title-text:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #ffffff;
  transition: .6s;
}

@media screen and (max-width: 63.9375em) {
  .main-screen__title-text:after {
    display: none;
  }
}

.main-screen__title-text:hover:after {
  width: 0;
}

.main-screen__description {
  font-size: 1.0625rem;
}

@media screen and (max-width: 63.9375em) {
  .main-screen__description {
    font-size: 1rem;
  }
}

.main-screen .slick-dots {
  margin: 0 auto;
  max-width: 1365px;
  padding: 0 100px;
  width: 100%;
  height: 20px;
  position: relative;
  top: -80px;
  list-style: none;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 63.9375em) {
  .main-screen .slick-dots {
    padding: 0 30px 0 20px;
  }
}

@media screen and (max-width: 63.9375em) {
  .main-screen .slick-dots {
    top: -50px;
  }
}

.main-screen .slick-dots button {
  width: 13px;
  height: 13px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0;
  margin-right: 10px;
  transition: ease .3s;
  outline: none;
  cursor: pointer;
}

.main-screen .slick-dots button:hover {
  border-color: #3f4993;
}

.main-screen .slick-dots .slick-active button {
  width: 17px;
  height: 17px;
  background: #3f4993;
  border-color: #3f4993;
}

.main-screen .slick-arrow {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  font-size: 32px;
  text-align: center;
  outline: none;
  transition: ease .3s;
  -webkit-tap-highlight-color: transparent;
  color: #ffffff;
}

@media screen and (max-width: 89.9375em) {
  .main-screen .slick-arrow {
    width: 80px;
  }
}

@media screen and (max-width: 63.9375em) {
  .main-screen .slick-arrow {
    display: none !important;
  }

  .main-screen .slick-arrow.slick-disabled {
    opacity: .3;
  }
}

.main-screen .slick-prev {
  left: 0;
}

.main-screen .slick-next {
  right: 0;
}

.partners-carousel__item {
  display: flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 130px;
  outline: none;
  margin-right: 60px;
}

@media screen and (max-width: 63.9375em) {
  .partners-carousel__item {
    margin-right: 30px;
  }
}

.partners-carousel__item img {
  max-height: 100%;
}

.sertificates {
  padding: 0 35px;
  position: relative;
  max-width: 1350px;
}

@media screen and (max-width: 63.9375em) {
  .sertificates {
    margin: 0 -30px 0 -20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .sertificates {
    margin: 0 -20px;
    padding: 0;
  }
}

.sertificates .slick-list {
  padding: 0 25px;
}

.sertificates:before,
.sertificates:after {
  content: '';
  display: block;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 50;
}

@media screen and (max-width: 39.9375em) {
  .sertificates:before,
  .sertificates:after {
    display: none;
  }
}

.sertificates:before {
  background: linear-gradient(to left, transparent 0%, #f0f0f0 100%);
  left: 35px;
}

.sertificates:after {
  background: linear-gradient(to right, transparent 0%, #f0f0f0 100%);
  right: 35px;
}

.sertificates__slide {
  margin: 0 20px;
  outline: none;
}

@media screen and (max-width: 39.9375em) {
  .sertificates__slide {
    max-width: 100vw;
    margin: 0 10px;
  }
}

.sertificates__slide a {
  outline: none;
}

.sertificates__slide img {
  max-height: 260px;
}

.sertificates .slick-arrow {
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  font-size: 32px;
  outline: none;
  transition: ease .3s;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 63.9375em) {
  .sertificates .slick-arrow {
    width: 25px;
  }
}

@media screen and (max-width: 39.9375em) {
  .sertificates .slick-arrow {
    display: none !important;
  }
}

.sertificates .slick-arrow:hover {
  color: #3f4993;
}

.sertificates .slick-arrow .icon-arrow-left:before,
.sertificates .slick-arrow .icon-arrow-right:before {
  margin: 0;
}

.sertificates .slick-arrow.slick-disabled {
  opacity: .1;
}

.sertificates .slick-prev {
  left: 0;
  text-align: left;
}

@media screen and (max-width: 63.9375em) {
  .sertificates .slick-prev {
    left: 20px;
  }
}

.sertificates .slick-next {
  right: 0;
  text-align: right;
}

@media screen and (max-width: 63.9375em) {
  .sertificates .slick-next {
    right: 20px;
  }
}

.margin-bottom-1 {
  margin-bottom: 1em;
}

iframe.zen-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 640px;
  height: 360px;
  border: 0;
}

iframe {
  max-width: 100% !important;
}

@media screen and (min-width: 680px) {
  .zen-video-embed {
    width: 100%;
    height: 320px;
  }
}