/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif /* 1 */;
  -ms-text-size-adjust: 100% /* 2 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block /* 1 */;
  vertical-align: baseline /* 2 */;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit /* 1 */;
  font: inherit /* 2 */;
  margin: 0 /* 3 */;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button /* 2 */;
  cursor: pointer /* 3 */;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0 /* 1 */;
  padding: 0 /* 2 */;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
blockquote {
  margin: 0;
}
/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url("../fonts/Helvetica/Roman/HelveticaNeueCyr-Roman.eot?#iefix") format('embedded-opentype'), url("../fonts/Helvetica/Roman/HelveticaNeueCyr-Roman.otf") format('opentype'), url("../fonts/Helvetica/Roman/HelveticaNeueCyr-Roman.woff") format('woff'), url("../fonts/Helvetica/Roman/HelveticaNeueCyr-Roman.ttf") format('truetype'), url("../fonts/Helvetica/Roman/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url("../fonts/Helvetica/Medium/HelveticaNeueCyr-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/Helvetica/Medium/HelveticaNeueCyr-Medium.otf") format('opentype'), url("../fonts/Helvetica/Medium/HelveticaNeueCyr-Medium.woff") format('woff'), url("../fonts/Helvetica/Medium/HelveticaNeueCyr-Medium.ttf") format('truetype'), url("../fonts/Helvetica/Medium/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url("../fonts/Helvetica/Bold/HelveticaNeueCyr-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Helvetica/Bold/HelveticaNeueCyr-Bold.otf") format('opentype'), url("../fonts/Helvetica/Bold/HelveticaNeueCyr-Bold.woff") format('woff'), url("../fonts/Helvetica/Bold/HelveticaNeueCyr-Bold.ttf") format('truetype'), url("../fonts/Helvetica/Bold/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueBold';
  src: url("../fonts/Bebas/Bold/BebasNeueBold.eot?#iefix") format('embedded-opentype'), url("../fonts/Bebas/Bold/BebasNeueBold.otf") format('opentype'), url("../fonts/Bebas/Bold/BebasNeueBold.woff") format('woff'), url("../fonts/Bebas/Bold/BebasNeueBold.ttf") format('truetype'), url("../fonts/Bebas/Bold/BebasNeueBold.svg#BebasNeueBold") format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal 16px 'HelveticaNeueCyr-Medium';
  color: #0077c0;
}
.link__icon {
  display: inline-block;
  margin-right: 7px;
}
.link__icon_right {
  margin-right: 0;
  margin-left: 7px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.link:hover > * {
  box-shadow: none;
}
.link_arrow {
  position: relative;
  padding-right: 15px;
}
.link_arrow::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/general/timetable-link-arrow-right-icon.png") no-repeat;
}
.link_size_18 {
  font-size: 18px;
}
.link_white {
  color: #fff;
  text-decoration: underline;
}
.link_white:hover {
  text-decoration: underline;
}
input[type='submit'],
input[type='button'],
button {
  border: 0;
  outline: 0;
}
.btn_circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 35px 0px rgba(0,119,192,0.5);
  cursor: pointer;
  text-align: center;
}
.btn_circle:hover {
  box-shadow: none;
}
.arrow {
  background: #0077c0 url("../img/general/arrow-icon.png") no-repeat;
  background-position: 50%;
}
.arrow--top {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.arrow_second {
  background: #0077c0 url("../img/general/arrow-2-icon.png") no-repeat;
  background-position: 45% 50%;
}
.arrow_second--right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search {
  background: #0077c0 url("../img/general/search-icon.png") no-repeat;
  background-position: 50%;
}
.select_block {
  display: inline-block;
  height: 49px;
  overflow: hidden;
  width: 240px;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  position: relative;
  background: #fff;
}
.select_block:hover .select_block__btn {
  box-shadow: none;
}
.select_block__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.select_block__default {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  font: normal 16px 'HelveticaNeueCyr-Roman';
  height: 100%;
  width: 100%;
  padding: 5px 40px 5px 10px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select_block--302 {
  width: 302px;
  background: #e8e7e7;
}
.select_block--100 {
  width: 100%;
}
.select_block--gray {
  background: #e8e7e7;
}
.btn {
  display: inline-block;
  height: 49px;
  line-height: 49px;
  min-width: 209px;
  text-align: center;
  padding: 0 16px;
  border-radius: 5px;
  background: #057ec9;
  color: #fff;
  box-shadow: 0px 5px 35px 0px rgba(0,119,192,0.51);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn:hover {
  background: #0471b5;
  box-shadow: none;
}
.btn.disabled {
  pointer-events: none;
  cursor: default;
  box-shadow: none;
  opacity: 0.5;
}
.btn_width_auto {
  min-width: auto;
}
.btn--orange {
  background-color: #fbae2f;
  box-shadow: 0px 5px 35px 0px rgba(250,165,25,0.51);
}
.btn--orange:hover {
  background: #faa312;
}
.btn--green {
  background-color: #50b848;
  box-shadow: 0px 5px 35px 0px rgba(65,147,58,0.51);
}
.btn--green:hover {
  background: #48a640;
}
.btn--red {
  background-color: #d83e3c;
  box-shadow: 0px 5px 35px 0px rgba(216,62,60,0.51);
}
.btn--red:hover {
  background: #cf2c29;
}
.btn--purple {
  background-color: #4a609f;
  box-shadow: 0px 5px 35px 0px rgba(74,96,159,0.51);
}
.btn--purple:hover {
  background: #43568f;
}
.block-trim {
  display: block;
  padding: 20px 10px;
  background: #fff;
  margin-top: 10px;
  box-sizing: border-box;
  position: relative;
}
.rating {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 35px;
  font-size: 30px;
  margin: auto;
  border-radius: 30px;
  background: transparent;
  display: block;
  overflow: hidden;
  width: 150px;
  direction: rtl;
}
.rating--right {
  right: 0;
}
.rating--center {
  right: 0;
  left: 0;
}
.rating:not(:checked) > input {
  display: none;
}
#like:not(:checked) > label,
#like2:not(:checked) > label,
.likestat:not(:checked) > label {
  cursor: pointer;
  float: right;
  width: 30px;
  height: 30px;
  display: block;
  color: #525252;
  line-height: 33px;
  text-align: center;
}
#like:not(:checked) > label:hover,
#like:not(:checked) > label:hover ~ label,
#like2:not(:checked) > label:hover,
#like2:not(:checked) > label:hover ~ label {
  color: rgba(238,60,93,0.8);
}
#like > input:checked + label:hover,
#like > input:checked + label:hover ~ label,
#like > input:checked ~ label:hover,
#like > input:checked ~ label:hover ~ label,
#like > label:hover ~ input:checked ~ label,
#like2 > input:checked + label:hover,
#like2 > input:checked + label:hover ~ label,
#like2 > input:checked ~ label:hover,
#like2 > input:checked ~ label:hover ~ label,
#like2 > label:hover ~ input:checked ~ label {
  color: #ee3c5d;
}
#like > input:checked ~ label,
#like2 > input:checked ~ label,
.likestat > input:checked ~ label {
  color: #ee3c5d;
}
.roundedOne {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  background: #fff;
  border-radius: 50px;
  border: solid 2px #0077c0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.roundedOne .roundedLabel {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 50px;
}
.roundedOne .roundedLabel:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #0077c0;
  opacity: 0;
  border-radius: 50px;
}
.roundedOne .roundedLabel:hover::after {
  opacity: 0.3;
}
.roundedOne input[type=checkbox],
.roundedOne input[type=radio] {
  visibility: hidden;
}
.roundedOne input[type=checkbox]:checked + .roundedLabel:after,
.roundedOne input[type=radio]:checked + .roundedLabel:after {
  opacity: 1;
}
.roundedOne_orange {
  border: solid 2px #fbae2f;
}
.roundedOne_orange > .roundedLabel::after {
  background: #fbae2f;
}
.roundedOne_black {
  border: solid 2px #000;
}
.roundedOne_black > .roundedLabel::after {
  background: #000;
}
.roundedOne_red {
  border: solid 2px #d83e3c;
}
.roundedOne_red > .roundedLabel::after {
  background: #d83e3c;
}
.pagination {
  margin-top: 30px;
  background-color: #fff;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pagination__link {
  margin: 10px;
  font: normal 18px 'HelveticaNeueCyr-Medium';
  color: #aaa;
}
.pagination__link:hover {
  color: #0077c0;
}
.pagination__link--active {
  color: #0077c0;
}
.timetable__title {
  padding: 25px 0;
  font: normal 24px 'HelveticaNeueCyr-Medium';
}
.timetable__main:not(:first-child) {
  margin-top: 20px;
}
.timetable__subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.timetable__name {
  display: inline-block;
  font: normal 18px 'HelveticaNeueCyr-Medium';
  padding-top: 15px;
}
.timetable__info {
  display: inline-block;
  width: 100%;
  margin-left: 25px;
}
.timetable__dates {
  margin-top: 15px;
}
.timetable__status {
  display: inline;
  font: normal 16px 'HelveticaNeueCyr-Medium';
  line-height: 1.6;
  margin-right: 20px;
}
.timetable__link {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  font: normal 16px 'HelveticaNeueCyr-Medium';
  color: #0077c0;
}
.timetable__link:hover {
  color: #006bad;
}
.timetable__link::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/general/timetable-link-arrow-right-icon.png") no-repeat;
}
.calendar {
  font: normal 16px 'HelveticaNeueCyr-Medium';
  padding-bottom: 40px;
}
.calendar__overflow {
  max-height: 500px;
  margin-top: 10px;
  overflow-y: auto;
}
.calendar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
.calendar__row:not(:first-child) {
  margin-top: 7px;
}
.calendar__col {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e8e7e7;
}
.calendar__col:not(:first-child) {
  margin-left: 7px;
  position: relative;
  text-align: center;
}
.calendar__col:not(:first-child)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font: normal 24px 'HelveticaNeueCyr-Medium';
}
.calendar__col:first-child {
  background-color: #fff;
  margin-right: 25px;
}
.calendar__col.is-active {
  background-color: #fbae2f;
  cursor: pointer;
  color: #fff;
}
.calendar__col.is-active::before {
  content: '-';
}
.calendar__col.is-not-active {
  cursor: pointer;
}
.calendar__col.is-not-active::before {
  content: '+';
  color: #0077c0;
}
.calendar__col.is-busy {
  background-color: #0077c0;
}
.calendar__col.is-chosen {
  background-color: #fbae2f;
}
.calendar__col--fixed {
  background-color: #fff !important;
}
.form__label {
  font: normal 16px 'HelveticaNeueCyr-Medium';
  color: #000;
  cursor: pointer;
}
.form__label_color_gray {
  color: #929292;
}
.form__label_padding_left {
  padding-left: 15px;
}
.form__field {
  display: block;
  position: relative;
  border-radius: 4px;
  padding: 15px 35px 15px 15px;
}
.form__field_color_gray {
  background-color: #e8e7e7;
}
.form__field_border {
  border: solid 1px #d9d9d9;
}
.form__field--select {
  padding: 0;
}
.form__input,
.form__textarea,
.form__select {
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  font: normal 16px 'HelveticaNeueCyr-Roman';
}
.form__input_type_number {
  position: absolute;
  top: 0;
  left: 10px;
  right: -10px;
  bottom: 0;
  margin: auto;
  padding-right: 15px;
}
.form__textarea {
  resize: vertical;
}
.form__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-image: url("../img/assets/sprites/sprite_fields.png");
  background-position: -20px 0;
  width: 14px;
  height: 14px;
}
.form__icon_date {
  width: 20px;
  height: 18px;
  background-position: 0 0;
}
.form__select {
  padding: 5px 10px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form__select_color_gray {
  background-color: #e8e7e7;
}
.general__inner {
  background-color: #fff;
  position: relative;
  padding: 5px 17px 25px;
}
.general__inner_type_2 {
  padding: 5px 17px;
}
.general__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px;
  height: 65px;
  background-color: #50b848;
  position: relative;
}
.general__title {
  font: normal 30px 'HelveticaNeueCyr-Medium';
  color: #fff;
  padding: 5px 0 5px 8px;
}
.general__count {
  display: block;
  padding: 10px 15px;
  border-left: solid 1px #5ad152;
  color: #fff;
  font: normal 16px 'HelveticaNeueCyr-Medium';
}
.general__rating-bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
}
.general__back_forward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal 18px 'HelveticaNeueCyr-Roman';
  color: #0077c0;
  margin: 19px 0;
}
.general__back_forward:hover span {
  box-shadow: none !important;
}
.general__back_forward span {
  margin-right: 10px;
}
.general__search {
  position: relative;
  background-color: #e8e7e7;
  border: solid 1px #d9d9d9;
  border-radius: 4px;
  margin: 15px 0;
  height: 45px;
}
.general__search:hover .btn_circle {
  box-shadow: none;
}
.general__search_icon {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.general__search_input {
  position: absolute;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0 8px 0 50px;
  height: 100%;
  background-color: #e8e7e7;
  font: normal 16px 'HelveticaNeueCyr-Roman';
  color: #000;
}
.general__search_input:focus .btn_circle {
  box-shadow: none;
}
.rating-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.rating-bar__left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 135px;
  text-align: right;
  padding: 0 10px;
}
.rating-bar__text {
  display: block;
  font: normal 16px 'HelveticaNeueCyr-Medium', sans-serif;
  color: #5e5e5e;
}
.rating-bar__text_2 {
  font: normal 24px 'HelveticaNeueCyr-Bold', sans-serif;
  color: #212121;
}
.rating-bar__rate {
  display: block;
  text-align: right;
  font-size: 0;
}
.rating-bar__rate > .rating {
  display: inline-block;
  position: inherit;
  font-size: 25px !important;
  top: 0;
  right: 0;
  height: auto;
}
.rating-bar__right {
  background-color: #0077c0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}
.rating-bar_relative {
  position: relative;
}
.rating-bar_green > .rating-bar__text_2 {
  color: #50b848;
}
.rating-bar_green > .rating-bar__right {
  background-color: #50b848;
}
.ask_block {
  margin: 32px 0;
  background-color: #fff;
  padding: 25px 0 15px;
}
.ask_block__title {
  font: normal 24px 'HelveticaNeueCyr-Medium', sans-serif;
  text-align: center;
}
.ask_block__rating {
  position: relative;
  padding: 45px 0 10px;
  width: 100%;
}
.status_bar {
  position: relative;
}
.attention_status {
  position: absolute;
  height: 35px;
  left: 0;
  top: -35px;
  right: 0;
  background-color: #d83e3c;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-width: 934px;
}
.attention_status__inner {
  height: 100%;
  padding: 0 14px;
  position: relative;
  text-align: center;
}
.attention_status__text {
  color: #fff;
  text-transform: uppercase;
  line-height: 35px;
}
.attention_status__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 35px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
.attention_status__link::after {
  display: inline-block;
  content: '';
  background: url("../img/general/add-1.png") no-repeat;
  background-position: 50%;
  width: 17px;
  height: 17px;
  margin-left: 10px;
}
.right_sidebar {
  background: #fff;
}
.right_sidebar__title {
  font: normal 30px 'HelveticaNeueCyr-Medium';
  color: #000;
  padding: 17px 17px 16px;
  border-bottom: solid 1px #d9d9d9;
}
.right_sidebar__inner {
  padding: 20px 12px;
}
.right_sidebar__inner--center {
  text-align: center;
}
.right_sidebar__form {
  margin-bottom: 15px;
}
.right_sidebar__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 3px;
}
.right_sidebar__checkbox--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
}
.right_sidebar__label {
  font: normal 16px 'HelveticaNeueCyr-Medium';
  margin-left: 6px;
  cursor: pointer;
}
.right_sidebar__span {
  display: block;
  font: normal 16px 'HelveticaNeueCyr-Medium';
  margin-top: 20px;
}
.right_sidebar__link,
.right_sidebar__link--simple {
  font: normal 16px 'HelveticaNeueCyr-Medium';
  display: inline-block;
}
.right_sidebar__link:not(:first-child),
.right_sidebar__link--simple:not(:first-child) {
  margin-top: 20px;
}
.right_sidebar__link--simple {
  color: #0077c0;
  line-height: 1.5;
}
.right_sidebar__field {
  display: inline-block;
  width: 70%;
  position: relative;
  border-radius: 4px;
  background-color: #e8e7e7;
  margin: 5px 0;
}
.right_sidebar__input {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  padding: 15px 35px 15px 15px;
  font: normal 16px 'HelveticaNeueCyr-Roman';
}
.right_sidebar__input--date {
  border: solid 1px #d9d9d9;
  padding: 10px 30px 10px 15px;
}
.right_sidebar__span {
  display: inline-block;
}
.underline {
  text-decoration: underline;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
.page {
  -webkit-font-smoothing: antialiased;
  background-color: #ededed;
  color: #000;
  font: normal 16px 'HelveticaNeueCyr-Roman', sans-serif;
  min-width: 1300px;
}
.page__wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}
* html .page__wrapper {
  height: 100%;
}
.page__buffer {
  height: 50px;
}
.block {
  display: block;
}
.block__container {
  width: 1200px;
  margin: 0 auto;
}
.block_middle {
  width: 595px;
}
.block_right-sidebar {
  width: 325px;
}
.block_main {
  margin-top: 47px;
}
.block_main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 19px;
}
img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.table {
  display: table;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.row {
  display: inline-block;
  width: 100%;
  position: relative;
  white-space: nowrap;
  margin-bottom: 10px;
  contain: content;
}
.row_oveflow {
  overflow: hidden;
}
.row_font-size_0 {
  font-size: 0;
}
.grid {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  margin-left: -12px;
}
.grid::before,
.grid::after {
  content: '';
  display: table;
  clear: both;
}
.grid__col {
  display: inline-block;
  min-height: 1px;
  width: 16.66%;
  padding: 5px 0 5px 12px;
  white-space: normal;
}
.grid__col_1 {
  width: 16.66%;
}
.grid__col_2 {
  width: 33.33%;
}
.grid__col_3 {
  width: 50%;
}
.grid__col_4 {
  width: 66.66%;
}
.grid__col_5 {
  width: 83.33%;
}
.grid__col_6 {
  width: 100%;
}
.grid__col_center {
  text-align: center;
}
.grid_middle > * {
  vertical-align: middle;
}
.row_stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -10px;
}
.row_stretch > * {
  padding-left: 10px;
}
.align_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.col {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.col_align_center {
  vertical-align: middle;
}
.col--overflow {
  overflow: hidden;
}
.col--right {
  text-align: right;
}
.col--center {
  text-align: center;
}
.col--10 {
  width: 10%;
}
.col--15 {
  width: 15%;
}
.col--20 {
  width: 20%;
}
.col--25 {
  width: 25%;
}
.col--30 {
  width: 30%;
}
.col--33 {
  width: 33.3%;
}
.col--40 {
  width: 40%;
}
.col--50 {
  width: 50%;
}
.col--60 {
  width: 60%;
}
.col--66 {
  width: 66.6%;
}
.col--70 {
  width: 70%;
}
.col--75 {
  width: 75%;
}
.col--80 {
  width: 80%;
}
.col--85 {
  width: 85%;
}
.col--90 {
  width: 90%;
}
.col--100 {
  width: 100%;
}
.col--offset_10 {
  margin-left: 10%;
}
.col--offset_15 {
  margin-left: 15%;
}
.col--offset_20 {
  margin-left: 20%;
}
.col--offset_25 {
  margin-left: 25%;
}
.col--offset_30 {
  margin-left: 30%;
}
.col--offset_40 {
  margin-left: 40%;
}
.col--offset_50 {
  margin-left: 50%;
}
.col--offset_60 {
  margin-left: 60%;
}
.col--offset_66 {
  margin-left: 66.6%;
}
.col--offset_70 {
  margin-left: 70%;
}
.col--offset_75 {
  margin-left: 75%;
}
.col--offset_80 {
  margin-left: 80%;
}
.col--offset_90 {
  margin-left: 90%;
}
.person__avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.person__avatar_size_40 {
  width: 40px;
  height: 40px;
}
.border--red {
  border: 3px solid #d83e3c;
}
.border--orange {
  border: 3px solid #fbae2f;
}
.toggle-block {
  margin: 20px 0;
  background-color: #fff;
  max-height: 250px;
  overflow-y: auto;
  display: none;
}
.toggle-block.is-active {
  display: block;
}
.toggle-block__inner {
  padding: 10px 17px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
}
.modal__box {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  position: relative;
}
.modal__close {
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/general/exit.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}
.block_inline {
  display: inline-block;
}
.mfp-bg {
  left: 0 !important;
  right: 0 !important;
  min-width: 1300px !important;
  width: 100%;
}
.mfp-container {
  left: 0 !important;
  right: 0 !important;
  min-width: 1300px !important;
  width: 100%;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: 60%;
  max-width: 700px;
  margin: 20px auto;
}
/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
.header {
  background-color: #fff;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 111px;
}
.header__logos,
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  margin-right: 43px;
}
.header__info {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.header__current_time_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__current_time_text {
  font: normal 16px 'HelveticaNeueCyr-Roman', sans-serif;
  margin-right: 10px;
}
.header__current_time_hours,
.header__current_time_minutes {
  display: inline-block;
  border-radius: 50%;
  background-color: #e8e7e7;
  height: 44px;
  width: 44px;
  padding: 6px;
  text-align: center;
  font: normal 30px 'BebasNeueBold', sans-serif;
  color: #525252;
}
.header__current_time_separate {
  margin: 0 4px;
  font: normal 30px 'BebasNeueBold', sans-serif;
}
.header__prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 5px 0 65px;
  margin-left: 45px;
  position: relative;
  border-bottom: solid 3px #50b848;
}
.header__prompt::before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 5px;
  border-radius: 50%;
  background: #e8e7e7 url("../img/general/lightning-icon.png") no-repeat;
  background-position: 50%;
  height: 44px;
  width: 44px;
}
.header__prompt:hover {
  background-color: #fcfcfc;
}
.header__prompt_title,
.header__user_name {
  font: normal 18px 'HelveticaNeueCyr-Medium', sans-serif;
}
.header__prompt_title {
  margin-bottom: 3px;
}
.header__prompt_description {
  font: normal 16px 'HelveticaNeueCyr-Roman', sans-serif;
}
.header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 20px;
  border-bottom: solid 3px #0077c0;
  padding: 0 5px;
  position: relative;
  cursor: pointer;
}
.header__user_red {
  border-bottom: solid 3px #d83e3c;
}
.header__user_red > .header__user_avatar {
  border: 3px solid #d83e3c;
}
.header__user_orange {
  border-bottom: solid 3px #fbae2f;
}
.header__user_orange > .header__user_avatar {
  border: 3px solid #fbae2f;
}
.header__user_avatar {
  margin-right: 16px;
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #e8e7e7;
}
.header__user_type {
  font: normal 18px 'HelveticaNeueCyr-Medium', sans-serif;
  color: #50b848;
}
.header__user_toggle {
  margin: -10px 0 0 15px;
}
.header__menu {
  display: none;
  position: absolute;
  top: 103%;
  left: 0;
  right: 0;
  background-color: #fff;
  list-style: none;
  z-index: 99999;
  border: solid 1px #e3e3e3;
}
.header__menu.is-visible {
  display: block;
}
.header__menu_item {
  height: 100%;
  width: 100%;
}
.header__menu_item:not(:first-child) {
  border-top: solid 1px #e3e3e3;
}
.header__menu_link {
  display: block;
  padding: 16px 33px;
  font: normal 18px 'HelveticaNeueCyr-Roman', sans-serif;
  position: relative;
}
.header__menu_link:hover {
  background-color: #fcfcfc;
}
.header__menu_link--exit::after {
  position: absolute;
  content: '';
  width: 21px;
  height: 16px;
  top: 0;
  left: 95px;
  bottom: 0;
  margin: auto;
  background: url("../img/assets/header/exit-icon.png") no-repeat;
}
.sidebar {
  width: 247px;
  background-color: #fff;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar__nav {
  list-style: none;
}
.sidebar__nav_item {
  width: 100%;
  height: 100%;
}
.sidebar__nav_item:not(:first-child) {
  border-top: solid 1px #e3e3e3;
}
.sidebar__nav_item {
  position: relative;
}
.sidebar__nav_link {
  display: block;
  padding: 23px 10px 23px 50px;
  font: normal 18px 'HelveticaNeueCyr-Roman', sans-serif;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.sidebar__nav_link::after {
  position: absolute;
  content: '';
  left: 6px;
  bottom: 0;
  width: 33px;
  height: 3px;
  background-color: #0077c0;
}
.sidebar__nav_link:hover {
  background-color: #fcfcfc;
}
.sidebar__nav_link:hover::after {
  width: 235px;
  -webkit-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}
.sidebar__nav_link--active::after {
  left: 0;
  width: 100%;
}
.sidebar__nav_link--active:hover::after {
  width: 100%;
}
.sidebar__nav_icon {
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 33px;
}
.sidebar__nav_icon > * {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidebar__msg_notification {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #0077c0;
  height: 25px;
  width: 25px;
  padding: 15px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font: normal 14px 'HelveticaNeueCyr-Medium', sans-serif;
}
.sprite {
  background-image: url("../img/assets/sidebar/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
}
.sprite-applications {
  width: 19px;
  height: 22px;
  background-position: -5px -5px;
}
.sprite-applications-2 {
  width: 16px;
  height: 18px;
  background-position: -34px -5px;
}
.sprite-changes {
  width: 18px;
  height: 18px;
  background-position: -60px -5px;
}
.sprite-child-home {
  width: 22px;
  height: 16px;
  background-position: -88px -5px;
}
.sprite-community {
  width: 22px;
  height: 17px;
  background-position: -88px -31px;
}
.sprite-contracts {
  width: 17px;
  height: 20px;
  background-position: -120px -5px;
}
.sprite-cups {
  width: 21px;
  height: 21px;
  background-position: -5px -58px;
}
.sprite-gifts {
  width: 15px;
  height: 21px;
  background-position: -36px -35px;
}
.sprite-gifts-2 {
  width: 16px;
  height: 21px;
  background-position: -61px -35px;
}
.sprite-help {
  width: 14px;
  height: 20px;
  background-position: -120px -35px;
}
.sprite-home {
  width: 18px;
  height: 16px;
  background-position: -87px -65px;
}
.sprite-homework {
  width: 18px;
  height: 16px;
  background-position: -115px -65px;
}
.sprite-library {
  width: 19px;
  height: 14px;
  background-position: -5px -91px;
}
.sprite-persons {
  width: 23px;
  height: 23px;
  background-position: -34px -91px;
}
.sprite-pupils {
  width: 23px;
  height: 18px;
  background-position: -67px -91px;
}
.sprite-questions {
  width: 25px;
  height: 25px;
  background-position: -100px -91px;
}
.sprite-rates {
  width: 16px;
  height: 16px;
  background-position: -147px -5px;
}
.sprite-reports {
  width: 16px;
  height: 22px;
  background-position: -147px -31px;
}
.sprite-salary {
  width: 20px;
  height: 23px;
  background-position: -144px -63px;
}
.sprite-schedule {
  width: 17px;
  height: 17px;
  background-position: -135px -96px;
}
.sprite-statistic {
  width: 22px;
  height: 19px;
  background-position: -67px -123px;
}
.sprite-teachers {
  width: 23px;
  height: 23px;
  background-position: -135px -123px;
}
.sprite-tests {
  width: 16px;
  height: 20px;
  background-position: -173px -5px;
}
.sprite-trainigs {
  width: 23px;
  height: 19px;
  background-position: -168px -96px;
}
.sprite-profile {
  background-image: url("../img/general/profile.png");
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sprite-profile-about_me {
  width: 39px;
  height: 39px;
  background-position: 0 0;
}
.sprite-profile-accomplishment {
  width: 39px;
  height: 39px;
  background-position: -39px 0;
}
.sprite-profile-aota {
  width: 39px;
  height: 39px;
  background-position: -78px 0;
}
.sprite-profile-home {
  width: 39px;
  height: 39px;
  background-position: -117px 0;
}
.sprite-profile-homework-icon {
  width: 39px;
  height: 39px;
  background-position: -156px 0;
}
.sprite-profile-interests,
.sprite-profile-hobbies {
  width: 39px;
  height: 39px;
  background-position: -195px 0;
}
.sprite-profile-mail-icon {
  width: 39px;
  height: 39px;
  background-position: -234px 0;
}
.sprite-profile-phone-icon {
  width: 39px;
  height: 39px;
  background-position: -273px 0;
}
.sprite-profile-schedule {
  width: 39px;
  height: 39px;
  background-position: -312px 0;
}
.sprite-profile-scientific {
  width: 39px;
  height: 39px;
  background-position: -351px 0;
}
.sprite-profile-teacher {
  width: 39px;
  height: 39px;
  background-position: -390px 0;
}
.sprite-profile-wwtb {
  width: 39px;
  height: 39px;
  background-position: -429px 0;
}
.sprite-admin {
  background-image: url("../img/general/admin-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sprite-admin-activity {
  width: 16px;
  height: 22px;
  background-position: -5px -5px;
}
.sprite-admin-application {
  width: 41px;
  height: 41px;
  background-position: -31px -5px;
}
.sprite-admin-arrow-bottom-black {
  width: 8px;
  height: 5px;
  background-position: -82px -5px;
}
.sprite-admin-arrow-bottom-white {
  width: 8px;
  height: 5px;
  background-position: -100px -5px;
}
.sprite-admin-arrow-left-black {
  width: 5px;
  height: 8px;
  background-position: -118px -5px;
}
.sprite-admin-arrow-left-white {
  width: 5px;
  height: 8px;
  background-position: -133px -5px;
}
.sprite-admin-arrow-right-black {
  width: 5px;
  height: 8px;
  background-position: -148px -5px;
}
.sprite-admin-arrow-right-white {
  width: 5px;
  height: 8px;
  background-position: -163px -5px;
}
.sprite-admin-arrow-top-black {
  width: 8px;
  height: 5px;
  background-position: -178px -5px;
}
.sprite-admin-arrow-top-white {
  width: 8px;
  height: 5px;
  background-position: -196px -5px;
}
.sprite-admin-block {
  width: 24px;
  height: 22px;
  background-position: -214px -5px;
}
.sprite-admin-camera {
  width: 12px;
  height: 16px;
  background-position: -5px -37px;
}
.sprite-admin-control {
  width: 23px;
  height: 14px;
  background-position: -82px -37px;
}
.sprite-admin-delete {
  width: 16px;
  height: 21px;
  background-position: -115px -37px;
}
.sprite-admin-download {
  width: 19px;
  height: 17px;
  background-position: -141px -37px;
}
.sprite-admin-edit {
  width: 14px;
  height: 14px;
  background-position: -170px -37px;
}
.sprite-admin-file {
  width: 24px;
  height: 28px;
  background-position: -194px -37px;
}
.sprite-admin-gift {
  width: 38px;
  height: 39px;
  background-position: -5px -75px;
}
.sprite-admin-home {
  width: 41px;
  height: 41px;
  background-position: -53px -75px;
}
.sprite-admin-home-big {
  width: 110px;
  height: 110px;
  background-position: -104px -75px;
}
.sprite-admin-home-mini {
  width: 18px;
  height: 15px;
  background-position: -228px -37px;
}
.sprite-admin-lamp {
  width: 15px;
  height: 21px;
  background-position: -228px -62px;
}
.sprite-admin-look {
  width: 25px;
  height: 16px;
  background-position: -5px -195px;
}
.sprite-admin-mail {
  width: 39px;
  height: 39px;
  background-position: -40px -195px;
}
.sprite-admin-manager {
  width: 13px;
  height: 17px;
  background-position: -224px -93px;
}
.sprite-admin-organization {
  width: 68px;
  height: 68px;
  background-position: -256px -5px;
}
.sprite-admin-persons {
  width: 68px;
  height: 68px;
  background-position: -253px -83px;
}
.sprite-admin-phone {
  width: 39px;
  height: 39px;
  background-position: -224px -161px;
}
.sprite-admin-pupils {
  width: 23px;
  height: 18px;
  background-position: -5px -161px;
}
.sprite-admin-report {
  width: 16px;
  height: 22px;
  background-position: -38px -161px;
}
.sprite-admin-stop {
  width: 16px;
  height: 20px;
  background-position: -64px -161px;
}
.sprite-admin-task {
  width: 18px;
  height: 18px;
  background-position: -273px -161px;
}
.sprite-admin-teacher {
  width: 23px;
  height: 23px;
  background-position: -301px -161px;
}
.sprite-admin-test {
  width: 25px;
  height: 32px;
  background-position: -273px -194px;
}
.sprite-admin-test-error {
  width: 36px;
  height: 32px;
  background-position: -89px -236px;
}
.sprite-admin-timetable {
  width: 17px;
  height: 17px;
  background-position: -5px -236px;
}
.sprite-admin-upload {
  width: 19px;
  height: 17px;
  background-position: -135px -236px;
}
.sprite-admin-warning {
  width: 41px;
  height: 41px;
  background-position: -164px -236px;
}
.sprite-teacher {
  background-image: url("../img/general/teacher-spritesheet.png");
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sprite-teacher-about_me {
  width: 39px;
  height: 39px;
  background-position: -5px -5px;
}
.sprite-teacher-activities {
  width: 39px;
  height: 39px;
  background-position: -54px -5px;
}
.sprite-teacher-add-task {
  width: 24px;
  height: 19px;
  background-position: -103px -5px;
}
.sprite-teacher-aota {
  width: 39px;
  height: 39px;
  background-position: -137px -5px;
}
.sprite-teacher-arrow-bottom-black {
  width: 8px;
  height: 5px;
  background-position: -5px -54px;
}
.sprite-teacher-arrow-bottom-white {
  width: 8px;
  height: 5px;
  background-position: -23px -54px;
}
.sprite-teacher-arrow-left-black {
  width: 5px;
  height: 8px;
  background-position: -41px -54px;
}
.sprite-teacher-arrow-left-white {
  width: 5px;
  height: 8px;
  background-position: -56px -54px;
}
.sprite-teacher-arrow-right-black {
  width: 5px;
  height: 8px;
  background-position: -71px -54px;
}
.sprite-teacher-arrow-right-white {
  width: 5px;
  height: 8px;
  background-position: -86px -54px;
}
.sprite-teacher-arrow-top-black {
  width: 8px;
  height: 5px;
  background-position: -101px -54px;
}
.sprite-teacher-arrow-top-white {
  width: 8px;
  height: 5px;
  background-position: -119px -54px;
}
.sprite-teacher-block {
  width: 23px;
  height: 23px;
  background-position: -137px -54px;
}
.sprite-teacher-camera {
  width: 12px;
  height: 16px;
  background-position: -5px -87px;
}
.sprite-teacher-delete {
  width: 16px;
  height: 21px;
  background-position: -27px -87px;
}
.sprite-teacher-dialog {
  width: 22px;
  height: 19px;
  background-position: -53px -87px;
}
.sprite-teacher-download {
  width: 19px;
  height: 17px;
  background-position: -85px -87px;
}
.sprite-teacher-edit {
  width: 14px;
  height: 14px;
  background-position: -114px -87px;
}
.sprite-teacher-error-list {
  width: 25px;
  height: 32px;
  background-position: -138px -87px;
}
.sprite-teacher-file {
  width: 24px;
  height: 28px;
  background-position: -5px -129px;
}
.sprite-teacher-important {
  width: 19px;
  height: 19px;
  background-position: -39px -129px;
}
.sprite-teacher-list {
  width: 25px;
  height: 32px;
  background-position: -68px -129px;
}
.sprite-teacher-look {
  width: 25px;
  height: 16px;
  background-position: -103px -129px;
}
.sprite-teacher-pdf {
  width: 17px;
  height: 22px;
  background-position: -138px -129px;
}
.sprite-teacher-schedule {
  width: 39px;
  height: 39px;
  background-position: -186px -5px;
}
.sprite-teacher-scientific {
  width: 39px;
  height: 39px;
  background-position: -173px -54px;
}
.sprite-teacher-task {
  width: 18px;
  height: 18px;
  background-position: -173px -103px;
}
.sprite-teacher-task-big {
  width: 41px;
  height: 41px;
  background-position: -165px -131px;
}
.sprite-teacher-teacher {
  width: 39px;
  height: 39px;
  background-position: -5px -182px;
}
.sprite-teacher-upload {
  width: 19px;
  height: 17px;
  background-position: -201px -103px;
}
.sprite-profile-preview {
  background-image: url("../img/general/profile-preview.png");
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sprite-profile-preview-activity {
  width: 16px;
  height: 22px;
  background-position: 0 0;
}
.sprite-profile-preview-add_friend {
  width: 20px;
  height: 22px;
  background-position: -16px 0;
}
.sprite-profile-preview-block {
  width: 24px;
  height: 22px;
  background-position: -36px 0;
}
.sprite-profile-preview-del {
  width: 16px;
  height: 21px;
  background-position: -60px 0;
}
.sprite-profile-preview-lamp {
  width: 15px;
  height: 21px;
  background-position: -76px 0;
}
.sprite-profile-preview-look {
  width: 25px;
  height: 16px;
  background-position: -91px 0;
}
.sprite-profile-preview-pupils {
  width: 23px;
  height: 18px;
  background-position: -116px 0;
}
.sprite-profile-preview-report {
  width: 16px;
  height: 22px;
  background-position: -139px 0;
}
.sprite-profile-preview-stop {
  width: 16px;
  height: 20px;
  background-position: -155px 0;
}
.sprite-profile-preview-teacher {
  width: 23px;
  height: 23px;
  background-position: -171px 0;
}
.sprite-profile-preview-timetable {
  width: 17px;
  height: 17px;
  background-position: -194px 0;
}
.sprite-profile-preview-write_msg {
  width: 22px;
  height: 18px;
  background-position: -211px 0;
}
.sprite_links {
  background-image: url("../img/assets/sprites/sprite_links.png");
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sprite_links-delete {
  width: 16px;
  height: 21px;
  background-position: 0 0;
}
.sprite_links-doc_add {
  width: 19px;
  height: 19px;
  background-position: -16px 0;
}
.sprite_links-download {
  width: 19px;
  height: 17px;
  background-position: -35px 0;
}
.sprite_links-edit {
  width: 23px;
  height: 26px;
  background-position: -54px 0;
}
.sprite_links-exit {
  width: 21px;
  height: 16px;
  background-position: -77px 0;
}
.sprite_links-go_to_lesson {
  width: 12px;
  height: 16px;
  background-position: -98px 0;
}
.sprite_links-homework_add {
  width: 24px;
  height: 19px;
  background-position: -110px 0;
}
.sprite_links-homework_link {
  width: 18px;
  height: 18px;
  background-position: -134px 0;
}
.sprite_links-info {
  width: 19px;
  height: 19px;
  background-position: -152px 0;
}
.sprite_links-look {
  width: 25px;
  height: 16px;
  background-position: -171px 0;
}
.sprite_links-look_false {
  width: 25px;
  height: 21px;
  background-position: -196px 0;
}
.sprite_links-pdf {
  width: 17px;
  height: 22px;
  background-position: -221px 0;
}
.sprite_links-perfomance {
  width: 16px;
  height: 22px;
  background-position: -238px 0;
}
.sprite_links-person_add {
  width: 20px;
  height: 22px;
  background-position: -254px 0;
}
.sprite_links-photo_add {
  width: 19px;
  height: 16px;
  background-position: -274px 0;
}
.sprite_links-pupil_link {
  width: 23px;
  height: 18px;
  background-position: -293px 0;
}
.sprite_links-refuse {
  width: 23px;
  height: 23px;
  background-position: -316px 0;
}
.sprite_links-report {
  width: 16px;
  height: 22px;
  background-position: -339px 0;
}
.sprite_links-schedule {
  width: 17px;
  height: 17px;
  background-position: -355px 0;
}
.sprite_links-teacher_link {
  width: 23px;
  height: 23px;
  background-position: -372px 0;
}
.sprite_links-upload {
  width: 19px;
  height: 17px;
  background-position: -395px 0;
}
.sprite_links-write {
  width: 22px;
  height: 18px;
  background-position: -414px 0;
}
.sprite_fields {
  background-image: url("../img/assets/sprites/sprite_fields.png");
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sprite_fields-calendar {
  width: 20px;
  height: 18px;
  background-position: 0 0;
}
.sprite_fields-pen {
  width: 14px;
  height: 14px;
  background-position: -20px 0;
}
.sprite_points {
  background-image: url("../img/assets/sprites/sprite_points.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.sprite_points-points_big {
    width: 44px;
    height: 44px;
    /* background-position: 0 0; */
    -ms-flex-negative: 0;
    /* flex-shrink: 0; */
    background-image: url(../img/coins-12.png);
    background-size: 100%;
    background-position: left top !important;
}
.sprite_points-points_disable {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: url(../img/coins-02.png);
  background-size: 100%;
  background-position: left top !important;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}
.sprite_points-points_text {
  width: 24px;
  height: 24px;
  background-image: url(../img/coins-02.png);
  background-size: 100%;
  background-position: left top !important;
}
.sprite_gray_mini {
  background-image: url("../img/assets/sprites/sprite_gray_mini.png");
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sprite_gray_mini-assessment_lesson {
  width: 16px;
  height: 18px;
  background-position: 0 0;
}
.sprite_gray_mini-assessment_tech {
  width: 18px;
  height: 14px;
  background-position: -16px 0;
}
.sprite_gray_mini-control {
  width: 23px;
  height: 14px;
  background-position: -34px 0;
}
.sprite_gray_mini-homework {
  width: 18px;
  height: 18px;
  background-position: -57px 0;
}
.sprite_gray_mini-institution {
  width: 18px;
  height: 15px;
  background-position: -75px 0;
}
.sprite_gray_mini-item_math {
  width: 19px;
  height: 22px;
  background-position: -93px 0;
}
.sprite_gray_mini-item_physics {
  width: 16px;
  height: 24px;
  background-position: -112px 0;
}
.sprite_gray_mini-manager {
  width: 13px;
  height: 17px;
  background-position: -128px 0;
}
.sprite_gray_mini-online {
  width: 12px;
  height: 16px;
  background-position: -141px 0;
}
.sprite_gray_big {
  background-image: url("../img/assets/sprites/sprite_gray_big.png");
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sprite_gray_big-answer {
  width: 37px;
  height: 75px;
  background-position: 0 0;
}
.sprite_gray_big-application {
  width: 41px;
  height: 41px;
  background-position: -37px 0;
}
.sprite_gray_big-application_subject {
  width: 41px;
  height: 41px;
  background-position: -78px 0;
}
.sprite_gray_big-lesson_goes_on {
  width: 41px;
  height: 41px;
  background-position: -119px 0;
}
.sprite_gray_big-no_avatar {
  width: 68px;
  height: 68px;
  background-position: -160px 0;
}
.sprite_gray_big-organization_list {
  width: 68px;
  height: 68px;
  background-position: -228px 0;
}
.sprite_gray_big-orphanage_list {
  width: 41px;
  height: 41px;
  background-position: -296px 0;
}
.sprite_gray_big-physics {
  width: 41px;
  height: 41px;
  background-position: -337px 0;
}
.sprite_gray_big-question {
  width: 37px;
  height: 75px;
  background-position: -378px 0;
}
.sprite_black_mini {
  background-image: url("../img/assets/sprites/sprite_black_mini.png");
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sprite_black_mini-coach_name {
  width: 23px;
  height: 19px;
  background-position: 0 0;
}
.sprite_black_mini-home {
  width: 22px;
  height: 18px;
  background-position: -23px 0;
}
.sprite_tests {
  background-image: url("../img/assets/sprites/sprite_tests.png");
  background-repeat: no-repeat;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sprite_tests-file {
  width: 24px;
  height: 28px;
  background-position: 0 0;
}
.sprite_tests-test {
  width: 25px;
  height: 32px;
  background-position: -24px 0;
}
.sprite_tests-test-failed {
  width: 36px;
  height: 32px;
  background-position: -49px 0;
}
.upload-file__label {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  font: normal 16px 'HelveticaNeueCyr-Medium';
  color: #0077c0;
}
.upload-file__label > * {
  vertical-align: middle;
}
.upload-file__icon {
  display: inline-block;
  margin-right: 7px;
}
.upload-file__input {
  display: none;
}
.upload-file__description {
  font: normal 12px 'HelveticaNeueCyr-Medium';
  color: #929292;
}
.person-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
}
.person-preview__avatar {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #e8e7e7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.person-preview__info {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}
.person-preview__text {
  font: normal 16px 'HelveticaNeueCyr-Roman';
  color: #212121;
}
.person-preview__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.person-preview__btn:not(:first-child) {
  margin-left: 10px;
}
.search-person {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 25px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.search-person__main {
  overflow-y: auto;
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
}
.search-person__main::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: transparent;
}
.search-person__main::-webkit-scrollbar-thumb {
  background: #d5d4d4;
}
.search-person__item {
  padding: 0 12px;
}
.search-person__item:not(:first-child) {
  border-top: solid 1px #e3e3e3;
}
.search-person__item_msg {
  padding: 0;
  display: none;
}
.search-person_small {
  width: 366px;
}
.search-person_small .search-person__main {
  max-height: 510px;
}
.salary {
  width: 100%;
}
.salary__tasks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.salary__months {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.salary__select {
  margin-left: 20px;
}
.salary__text {
  display: inline-block;
  font: normal 16px 'HelveticaNeueCyr-Roman';
}
.salary__text_bold {
  font-family: 'HelveticaNeueCyr-Medium';
}
.salary__text_box {
  background-color: #fff;
  padding: 10px 5px;
  width: 100%;
}
.salary__item {
  padding: 10px 10px 0 10px;
  background-color: #f7f7f7;
}
.salary__item:not(:first-child) {
  border-top: solid 1px #e3e3e3;
}
.salary__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.salary__avatar {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-position: 50%;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  background-color: #e3e3e3;
}
.salary__more {
  display: inline-block;
  margin-left: 10px;
}
.salary__hidden {
  display: none;
}
.salary__subject {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.salary__subject:not(:last-child) {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.salary__subject:not(:last-child)::after {
  display: inline-block;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  content: "|";
  font-size: 18px;
}
.salary__icon {
  display: inline-block;
  margin-right: 7px;
}
.salary__border_bottom {
  display: inline-block;
  padding: 5px;
  border-bottom: solid 3px #50b848;
  width: 100%;
  height: 100%;
}
.salary__quantity {
  background-color: #fff;
  padding: 10px 5px;
  width: 100%;
  border: 0;
  outline: none;
}
.salary__btns {
  margin-top: 20px;
  text-align: right;
}
.tasks {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.tasks__link {
  display: inline-block;
  line-height: 40px;
  width: 50%;
  position: relative;
  border-bottom: solid 4px #e8e7e7;
}
.tasks__link:hover {
  background-color: #fcfcfc;
  border-bottom: solid 4px #50b848;
}
.tasks__link:hover::before,
.tasks__link:hover::after {
  background: #50b848 url("../img/general/arrow-2-icon.png") no-repeat;
  background-position: 50%;
}
.tasks__link--left {
  padding-left: 28px;
}
.tasks__link--left::before {
  position: absolute;
  content: '';
  width: 14px;
  left: 0;
  top: 0;
  background: #e8e7e7 url("../img/general/arrow-2-icon-black.png") no-repeat;
  background-position: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 40px;
}
.tasks__link--right {
  text-align: right;
  padding-right: 28px;
}
.tasks__link--right::before {
  position: absolute;
  content: '';
  width: 14px;
  right: 0;
  top: 0;
  background: #e8e7e7 url("../img/general/arrow-2-icon-black.png") no-repeat;
  background-position: 50%;
  height: 40px;
}
.tasks__link--active {
  border-bottom: solid 4px #50b848;
  background-color: #fcfcfc;
}
.tasks__link--active::before,
.tasks__link--active::after {
  background: #50b848 url("../img/general/arrow-2-icon.png") no-repeat;
  background-position: 50%;
}
.requires-changes {
  width: 100%;
}
.requires-changes__tasks {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
}
.requires-changes__main {
  margin-top: 10px;
}
.requires-changes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}
.requires-changes__item:not(:first-child) {
  border-top: solid 1px #e3e3e3;
}
.requires-changes__icon {
  padding-top: 10px;
  margin-right: 10px;
}
.requires-changes__info {
  display: inline-block;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.requires-changes__text {
  font: normal 16px 'HelveticaNeueCyr-Roman';
}
.requires-changes__text_bold {
  font: normal 18px 'HelveticaNeueCyr-Medium';
}
.requires-changes__text_green {
  color: #50b848;
}
.requires-changes__person {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.requires-changes__btns {
  margin-top: 15px;
}
.requires-changes__btns > *:not(:first-child) {
  margin-left: 10px;
}
.requires-changes__status {
  max-width: 250px;
  margin-right: -17px;
  padding: 10px 20px;
  background-color: #50b848;
  color: #fff;
  font: normal 16px 'HelveticaNeueCyr-Medium';
}
.tasks {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.tasks__link {
  display: inline-block;
  line-height: 40px;
  width: 100%;
  position: relative;
  border-bottom: solid 4px #e8e7e7;
}
.tasks__link:hover {
  background-color: #fcfcfc;
  border-bottom: solid 4px #50b848;
}
.tasks__link--left {
  padding-left: 28px;
}
.tasks__link--left::before {
  position: absolute;
  content: '';
  width: 14px;
  left: 0;
  top: 0;
  background: #e8e7e7 url("../img/general/arrow-2-icon-black.png") no-repeat;
  background-position: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 40px;
}
.tasks__link--left:hover::before {
  background: #50b848 url("../img/general/arrow-2-icon.png") no-repeat;
  background-position: 50%;
}
.tasks__link--right {
  text-align: right;
  padding-right: 28px;
}
.tasks__link--right::before {
  position: absolute;
  content: '';
  width: 14px;
  right: 0;
  top: 0;
  background: #e8e7e7 url("../img/general/arrow-2-icon-black.png") no-repeat;
  background-position: 50%;
  height: 40px;
}
.tasks__link--right:hover::before {
  background: #50b848 url("../img/general/arrow-2-icon.png") no-repeat;
  background-position: 50%;
}
.tasks__link--center {
  text-align: center;
}
.tasks__link--center::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 9px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #e8e7e7 url("../img/general/arrow-top-black.png") no-repeat;
  background-position: 50%;
}
.tasks__link--center:hover::before {
  background: #50b848 url("../img/general/arrow-top-white.png") no-repeat;
  background-position: 50%;
}
.tasks__link--active {
  border-bottom: solid 4px #50b848;
  background-color: #fcfcfc;
}
.tasks__link--left.tasks__link--active::before {
  position: absolute;
  content: '';
  width: 14px;
  left: 0;
  top: 0;
  background: #50b848 url("../img/general/arrow-2-icon.png") no-repeat;
  background-position: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 40px;
}
.tasks__link--center.tasks__link--active::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 9px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #50b848 url("../img/general/arrow-top-white.png") no-repeat;
  background-position: 50%;
}
.tasks__link--right.tasks__link--active::before {
  position: absolute;
  content: '';
  width: 14px;
  right: 0;
  top: 0;
  background: #50b848 url("../img/general/arrow-2-icon.png") no-repeat;
  background-position: 50%;
  height: 40px;
}
.achievements {
  width: 100%;
}
.achievements__main {
  margin-top: 20px;
}
.achievements__text {
  display: inline-block;
  font: normal 16px 'HelveticaNeueCyr-Roman';
}
.achievements__text_bold {
  font-family: 'HelveticaNeueCyr-Medium';
}
.achievements__border_bottom {
  padding: 5px;
  border-bottom: solid 3px #50b848;
}
.achievements__remove {
  display: inline-block;
  cursor: pointer;
}
.achievements__add {
  margin: 25px 0;
  min-width: auto;
  padding: 0 35px;
}
.applications-gifts {
  width: 100%;
}
.applications-gifts__tasks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.applications-gifts__inner {
  position: relative;
}
.applications-gifts__open {
  white-space: nowrap;
}
.applications-gifts__main {
  padding-top: 15px;
  background-color: #fff;
  position: relative;
}
.applications-gifts__main.non-active .friends-timeline__rate {
  color: #525252;
}
.applications-gifts__main.non-active .friends-timeline__person::before {
  border-color: #525252;
}
.applications-gifts__main_padding_false {
  padding-top: 0;
}
.applications-gifts__item {
  padding: 15px 0;
}
.applications-gifts__item:not(:first-of-type) {
  border-top: solid 1px #e3e3e3;
}
.applications-gifts__item.is-hidden {
  display: none;
}
.applications-gifts__item_border_false {
  padding: 5px 0 50px;
  border-top: 0 !important;
  position: relative;
}
.applications-gifts__item_padding_false {
  padding: 0;
}
.applications-gifts__title {
  display: block;
  font: normal 24px 'HelveticaNeueCyr-Medium', sans-serif;
  padding-left: 17px;
  margin-bottom: 20px;
}
.applications-gifts__person,
.applications-gifts__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 17px;
  text-align: left;
  margin-bottom: 10px;
}
.applications-gifts__person_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.applications-gifts__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
}
.applications-gifts__avatar {
  position: relative;
  margin-bottom: 20px;
  overflow: visible;
}
.applications-gifts__avatar_img {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 38px;
  height: 39px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  z-index: 9999;
}
.applications-gifts__avatar_gift_false {
  margin-bottom: 0;
}
.applications-gifts__avatar_gift_false::after {
  display: none;
}
.applications-gifts__figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: -5px;
  left: -7px;
  font: normal 22px 'HelveticaNeueCyr-Bold';
  color: #fff;
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #50b848;
}
.applications-gifts__figure_top {
  background-color: #fbae2f;
}
.applications-gifts__info {
  width: 100%;
}
.applications-gifts__info_center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.applications-gifts__text {
  font: normal 16px 'HelveticaNeueCyr-Roman';
}
.applications-gifts__views {
  display: block;
  font: normal 14px 'HelveticaNeueCyr-Medium';
  color: #525252;
  background-color: #e8e7e7;
  padding: 10px 17px;
  margin: 15px 0;
}
.applications-gifts__text_box {
  display: block;
  background-color: #e8e7e7;
  padding: 10px 5px;
  width: 100%;
  height: 100%;
}
.applications-gifts__text_size_14 {
  font-size: 14px;
}
.applications-gifts__text_size_18 {
  font-size: 18px;
}
.applications-gifts__text_size_24 {
  font-size: 24px;
}
.applications-gifts__text_medium {
  font-family: 'HelveticaNeueCyr-Medium';
}
.applications-gifts__text_bold {
  font-family: 'HelveticaNeueCyr-Bold';
}
.applications-gifts__text_align_right {
  text-align: right;
}
.applications-gifts__links {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.applications-gifts__rate {
  color: #50b848;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.applications-gifts__link:not(:first-child) {
  margin-left: 10px;
}
.applications-gifts__btns {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
.applications-gifts__btns_relative {
  position: relative;
  bottom: 0;
}
.applications-gifts__btns_right {
  text-align: right;
}
.applications-gifts__timeline {
  margin-top: 40px;
  background-color: #fff;
  padding-bottom: 25px;
}
.applications-gifts__timeline-header {
  display: block;
  background-color: #50b848;
  color: #fff;
  padding: 12px 17px;
}
.applications-gifts__form {
  padding: 20px 0;
}
.applications-gifts__bar {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 11.6%;
  width: 3px;
  background-color: #50b848;
}
.applications-gifts__status {
  display: inline-block;
  border-radius: 5px;
  background-color: #e8e7e7;
  padding: 15px;
  margin-left: -13px;
}
.categories {
  padding: 10px 17px;
}
.categories__label {
  font: normal 14px 'HelveticaNeueCyr-Medium';
  text-transform: uppercase;
  margin: 0 10px;
  cursor: pointer;
}
.friends-timeline {
  width: 548px;
  background-color: #fff;
  display: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-bottom: 25px;
}
.friends-timeline__main {
  margin-top: 40px;
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
  position: relative;
  max-height: 490px;
  overflow-y: auto;
  padding: 0 17px;
}
.friends-timeline__main::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: transparent;
}
.friends-timeline__main::-webkit-scrollbar-thumb {
  background: #d5d4d4;
}
.friends-timeline__main_margin_false {
  margin: 0;
}
.friends-timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
}
.friends-timeline__date {
  display: inline-block;
  max-width: 100%;
  margin-right: 15px;
  word-wrap: break-word;
  padding-top: 7px;
}
.friends-timeline__day {
  display: block;
  font: normal 18px 'HelveticaNeueCyr-Bold';
  color: #212121;
  margin-bottom: 5px;
}
.friends-timeline__time {
  display: block;
  font: normal 16px 'HelveticaNeueCyr-Medium';
  color: #5e5e5e;
}
.friends-timeline__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-left: 35px;
  position: relative;
}
.friends-timeline__person::before {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 3px #50b848;
  border-radius: 50%;
  background-color: #fff;
  z-index: 99999;
}
.friends-timeline__person::after {
  position: absolute;
  content: '';
  top: -10px;
  left: 11px;
  bottom: -10px;
  width: 3px;
  background-color: #50b848;
  z-index: 0;
}
.friends-timeline__person_before_none::before {
  display: none;
}
.friends-timeline__person_before_second::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #50b848;
  border-radius: 50%;
  z-index: 99999;
}
.friends-timeline__person_after_none::after {
  display: none;
}
.friends-timeline__avatar {
  width: 40px;
  height: 40px;
  background-color: #898989;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7px;
}
.friends-timeline__info {
  display: inline-block;
}
.friends-timeline__text {
  display: block;
  font: normal 18px 'HelveticaNeueCyr-Medium';
  color: #212121;
  margin: 5px 0;
}
.friends-timeline__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal 16px 'HelveticaNeueCyr-Bold';
  color: #50b848;
}
.friends-timeline__rate_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}
.friends-timeline__rate_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.friends-timeline__rate_size_24 {
  font-size: 24px;
}
.friends-timeline__icon {
  margin-left: 5px;
}
.trainings {
  width: 100%;
}
.trainings__tasks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.trainings__main {
  padding-top: 15px;
  background-color: #fff;
}
.trainings__main_background_false {
  background-color: transparent;
}
.trainings__item {
  padding: 15px 0 5px;
  background-color: #fff;
  margin-bottom: 20px;
}
.trainings__hidden {
  display: none;
}
.trainings__block {
  padding: 15px 17px;
  border-top: 1px solid #e3e3e3;
}
.trainings__title {
  font: normal 24px 'HelveticaNeueCyr-Medium';
}
.trainings__text {
  display: inline-block;
  font: normal 14px 'HelveticaNeueCyr-Roman';
}
.trainings__text_medium {
  font-family: 'HelveticaNeueCyr-Medium';
}
.trainings__text_bold {
  font-family: 'HelveticaNeueCyr-Bold';
}
.trainings__text_size_16 {
  font-size: 16px;
}
.trainings__text_size_18 {
  font-size: 18px;
}
.trainings__form {
  margin-top: 25px;
}
.trainings__list {
  list-style: none;
  display: block;
  margin-bottom: 25px;
  margin-top: -10px;
}
.trainings__list_default {
  margin: 15px 0;
}
.trainings__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.trainings__li > i {
  margin-right: 7px;
}
.trainings__li > a {
  display: inline-block;
  margin-left: 10px;
}
.trainings__li:not(:first-child) {
  margin-top: 10px;
}
.trainings__rating {
  display: inline-block;
  margin: 7px 0;
  text-align: right;
}
.trainings__rating > .rating {
  display: inline-block;
  position: inherit;
  font-size: 25px !important;
  top: 0;
  right: 0;
}
.trainings__bg {
  display: block;
  width: 79px;
  height: 79px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #e8e7e7;
  background-position: 50%;
  background-size: cover;
  margin: 0 auto 15px;
}
.trainings__bg_size_40 {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
}
.trainings__bg_size_70 {
  margin: 0 10px 0 0;
  width: 70px;
  height: 70px;
}
.trainings__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.trainings__person_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trainings__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-break: normal;
}
.trainings__toggle {
  margin-bottom: 20px;
}
.tests {
  width: 100%;
}
.tests__tasks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.tests__tasks_margin_false {
  margin-top: 0;
}
.tests__rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font: normal 24px 'HelveticaNeueCyr-Bold', sans-serif;
}
.tests__rating_small {
  color: #50b848;
  font: normal 16px 'HelveticaNeueCyr-Bold', sans-serif;
}
.tests__questions-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 17px;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
}
.tests__question-number {
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font: normal 23px 'BebasNeueBold', sans-serif;
  margin: 0 7px 5px 0;
}
.tests__question-number_small {
  width: 20px;
  height: 20px;
}
.tests__question-number_last {
  background-color: #e8e7e7;
  color: #525252;
}
.tests__question-number_current {
  border: 2px solid #fbae2f;
  color: #fbae2f;
}
.tests__question-number_future {
  border: 2px solid #0077c0;
  color: #0077c0;
}
.tests__question-number_black {
  border: 2px solid #000;
  color: #000;
}
.tests__question-number-failed {
  background-color: #d83e3c;
  color: #fff;
}
.tests__question-number-done {
  background-color: #fbae2f;
  color: #fff;
}
.tests__question {
  background-color: #fff;
}
.tests__errors {
  display: block;
  font: normal 12px 'HelveticaNeueCyr-Medium', sans-serif;
  color: #d83e3c;
  text-align: right;
}
.tests__answers {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0 20px;
}
.tests__answer {
  padding: 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tests__answer:nth-child(odd) {
  background-color: #e8e7e7;
}
.tests__checkbox,
.tests__logs {
  padding: 7px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tests__logs {
  padding: 4px 0;
}
.tests__label {
  cursor: pointer;
  margin-left: 7px;
}
.tests__variant {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dcdcdc;
  padding: 0 12px;
  height: 100%;
}
.tests__variant:not(:first-child) {
  margin-left: 7px;
}
.tests__bottom-bar {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 17px;
  border-top: 1px solid #e3e3e3;
  height: 90px;
  position: relative;
}
.tests__bottom-bar > * {
  position: absolute;
}
.tests__icon {
  background: url("../img/general/tests-arrow.png") no-repeat;
  display: block;
}
.tests__icon_arrow {
  width: 12px;
  height: 10px;
}
.tests__icon_arrow_2 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tests__subject {
  padding: 0 17px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
}
.tests__text {
  font: normal 16px 'HelveticaNeueCyr-Roman', sans-serif;
}
.tests__text_size_14 {
  font-size: 14px;
}
.tests__text_size_18 {
  font-size: 18px;
}
.tests__text_size_24 {
  font-size: 24px;
}
.tests__text_size_30 {
  font-size: 30px;
}
.tests__text_medium {
  font-family: 'HelveticaNeueCyr-Medium';
}
.tests__text_bold {
  font-family: 'HelveticaNeueCyr-Bold';
}
.tests__text_center {
  text-align: center;
}
.tests__upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tests__category {
  background-color: #fff;
  padding: 25px 17px;
}
.tests__category:not(:last-child) {
  border-bottom: solid 1px #e3e3e3;
}
.tests__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 62px;
  position: relative;
  margin-bottom: 20px;
  min-height: 41px;
}
.tests__title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #e8e7e7 url("../img/general/lightning-icon.png") no-repeat;
  background-position: 50%;
  height: 41px;
  width: 41px;
}
.tests__title > h4 {
  font: normal 24px 'HelveticaNeueCyr-Medium';
}
.tests__title > span {
  font: normal 16px 'HelveticaNeueCyr-Roman';
}
.tests__current_time_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tests__current_time_text {
  font: normal 16px 'HelveticaNeueCyr-Roman', sans-serif;
  margin-right: 10px;
}
.tests__current_time_hours,
.tests__current_time_minutes {
  display: inline-block;
  border-radius: 50%;
  background-color: #e8e7e7;
  height: 44px;
  width: 44px;
  padding: 6px;
  text-align: center;
  font: normal 30px 'BebasNeueBold', sans-serif;
  color: #525252;
}
.tests__current_time_separate {
  margin: 0 4px;
  font: normal 30px 'BebasNeueBold', sans-serif;
}
.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.document:not(:last-child) {
  margin-bottom: 15px;
}
.document__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.document__class {
  font: normal 12px 'HelveticaNeueCyr-Bold';
  margin-top: 5px;
  color: #0077c0;
}
.document__info {
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.document__info_default {
  margin-left: 26px;
}
.document__name {
  font: normal 16px 'HelveticaNeueCyr-Medium';
  color: #0077c0;
  margin-bottom: 5px;
}
.document__icon {
  display: inline-block;
}
.document__link:not(:last-child) {
  margin-right: 10px;
}
.subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.subject__icon {
  margin-right: 10px;
}
.subject__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.statistics {
  width: 100%;
  overflow: hidden;
}
.statistics__banner {
  padding: 55px 0;
  background-color: #fff;
}
.statistics__main {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px 17px;
}
.statistics__separate {
  display: inline-block;
  margin: 0 10px;
}
.statistics__text {
  font: normal 16px 'HelveticaNeueCyr-Roman';
}
.statistics__text_box {
  display: block;
  background-color: #e8e7e7;
  padding: 10px 5px;
  width: 100%;
  height: 100%;
}
.statistics__text_bold {
  font-family: 'HelveticaNeueCyr-Bold';
}
.banner {
  text-align: center;
}
.banner__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.banner__icon {
  position: absolute;
  top: 0;
  left: -45px;
  z-index: 0;
}
.banner__count {
  font: normal 80px 'BebasNeueBold';
  color: #50b848;
  margin-right: 10px;
  z-index: 1;
}
.banner__count_small {
  font-size: 60px;
}
.banner__text {
  font: normal 33px 'BebasNeueBold';
  color: #000;
  line-height: 1;
  text-align: left;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.banner__text_small {
  font-size: 24px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 13px;
}
.team {
  width: 100%;
}
.team__main {
  background-color: #e8e7e7;
  padding-top: 120px;
}
.team__row {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
}
.team__row_transparent {
  background-color: transparent;
}
.team__row_transparent > .team__item > .team__avatar {
  border: 2px solid #e8e7e7;
}
.team__row_transparent > .team__item > .team__avatar::before,
.team__row_transparent > .team__item > .team__avatar::after {
  background-color: #e8e7e7;
}
.team__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-top: -75px;
  width: 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team__avatar {
  border-radius: 50%;
  position: relative;
  width: 160px;
  height: 160px;
  border: 2px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team__avatar > .team__img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 3;
  background-position: center;
  background-size: cover;
  margin: auto;
}
.team__avatar::before {
  padding: 4px;
  background-color: #fff;
  position: absolute;
  content: '';
  width: 90px;
  height: 90px;
  border: 1px solid #50b848;
  border-radius: 50%;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.team__avatar::after {
  padding: 20px;
  background-color: #fff;
  position: absolute;
  content: '';
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.team__info {
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999;
}
.team__text {
  font: normal 16px 'HelveticaNeueCyr-Roman', sans-serif;
}
.team__text_medium {
  font-family: 'HelveticaNeueCyr-Medium', sans-serif;
}
.team__text_bold {
  font-family: 'HelveticaNeueCyr-Bold', sans-serif;
}
.team__text_size_18 {
  font-size: 18px;
}
.team__text_color_green {
  color: #50b848;
}
/* Additional style files. */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.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: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-user-select: none;
      user-select: none; }

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

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

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

.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; }
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: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  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: #333333; }

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

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

/* 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: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.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 {
    /* The shadow behind the image */ }
    .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; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


.select_with_search{
    overflow: inherit;
    font-size: initial;
}
.select_with_search select{
    display: none;
}
.select_with_search .placeholder{
    position: absolute;
    z-index: 0;
    margin-top: 11px;
    color: dimgrey;
}
.select_with_search .select_sq{
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    position: relative;
}
.select_with_search .select_result{
    display: none;
    position: absolute;
    margin-top: 40px;
    z-index: 1;
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #f3f3f3;
    border-top: 0;
    box-shadow: 0px 5px 15px -3px #a5a5a5;
}
.select_with_search .select_result .not_found{
    display: none;
    padding: 10px;
    font-size: 14px;
    color: #8a8a8a;
}
.select_with_search .select_result .list{
    overflow: auto;
    max-height: 300px;
}
.select_with_search .select_result .list > *{
    padding: 6px;
    border-bottom: 1px solid gainsboro;
    cursor: pointer;
}
.select_with_search .select_result .list > *:last-child{
    border-bottom: 0;
}
.select_with_search .select_result .list > *:hover{
    background: #fbfbfb;
}