@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre, code,
kbd,
samp {
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `<input>` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
  /* 1 */
  
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

[class*=-outer] {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
}

[class*=-outer] [class*=-inner] {
  width: 100%;
  max-width: 1531px;
  margin: 0 auto;
}

html, body {
  height: 100%;
}

.block-scroll {
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.main-content {
  height: 100%;
  width: 100%;
  display: table;
}

.footer-outer {
  width: 100%;
  display: table-row;
  height: 1px;
}

a {
  text-decoration: none;
}

hr {
  color: #d8e2e6;
  background-color: #d8e2e6;
  width: 100%;
  height: 1px;
  border: 0;
  margin: 30px 0;
}

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

[class^=button] {
  cursor: pointer;
  outline: none;
  border: 0;
}

[class^=button].__disabled {
  background-color: #d6dcde !important;
  color: #fff !important;
  cursor: default !important;
}

[class^=button].__disabled:hover {
  background-color: #d6dcde !important;
  color: #fff !important;
}

[class*=button_theme] {
  transition: background-color .2s ease-in;
}

[class*=button_theme]:hover {
  transition: background-color .2s ease-in;
}

.button-radius {
  min-width: 135px;
  border-radius: 22px;
  font-size: 16px;
  text-align: center;
  padding: 5px 25px 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-radius-big {
  min-width: 220px;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  padding: 15px;
}

.button_theme_white {
  background-color: #fff;
  color: #0092bc;
}

.button_theme_blue {
  background-color: #0092bc;
  color: #fff;
}

.button_theme_blue:hover {
  background-color: #007ea3;
}

.button_theme_grey {
  background-color: #9cabaf;
  color: #fff;
}

.button_theme_grey:hover {
  background-color: #8e9fa4;
}

.button_theme_grey-light {
  background-color: #d6dcde;
  color: #fff;
}

.button_theme_grey-light:hover {
  background-color: #c8d0d3;
}

.button_theme_purple {
  background-color: #953993;
  color: #fff;
}

.button_theme_purple:hover {
  background-color: #833281;
}

.button_theme_warning {
  border-radius: 5px;
  background: #f0f0f0;
  color: #758b91;
}

.button_theme_warning:before {
  content: '\f071';
  font-size: 18px;
  margin-right: 5px;
}

.button--centered {
  margin: auto;
  display: block;
}

@media screen and (max-width: 1199px) {
  .button-radius {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

.title, .main-block-content__title, .specialist-title {
  font-size: 35px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 31px;
}

@media screen and (max-width: 767px) {
  font-size: 24px;
}

.form__description, .form__title {
  font-size: 18px;
  color: #000;
}

.form__title {
  font-weight: bold;
}

.form {
  width: 100%;
  display: block;
}

.form label {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form label i {
  font-weight: bold; font-size: 30px;
  color: #e52811;
}

.form input, .form textarea, .form select, .form .chosen-container .chosen-single {
  width: 100%;
  height: 46px;
  border: 2px solid #c8d3d8;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  border-radius: 0;
  background-color: #fff;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form .chosen-container .chosen-single::-webkit-input-placeholder {
  color: #c8d3d9;
  text-overflow: ellipsis;
}

.form input::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder, .form .chosen-container .chosen-single::-moz-placeholder {
  color: #c8d3d9;
  text-overflow: ellipsis;
}

.form input:-moz-placeholder, .form textarea:-moz-placeholder, .form select:-moz-placeholder, .form .chosen-container .chosen-single:-moz-placeholder {
  color: #c8d3d9;
  text-overflow: ellipsis;
}

.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder, .form .chosen-container .chosen-single:-ms-input-placeholder {
  color: #c8d3d9;
  text-overflow: ellipsis;
}

.form select, .form .chosen-container {
  width: 100% !important;
}

.form .chosen-container.chosen-with-drop .chosen-single {
  background: none;
  box-shadow: none;
  border: 2px solid #c8d3d8;
  border-bottom: 0;
}

.form .chosen-container.chosen-with-drop .chosen-single div b {
  transform: rotate(180deg);
}

.form .chosen-container.chosen-with-drop .chosen-drop {
  border: 2px solid #c8d3d8;
  border-top: 0;
}

.form .chosen-container .chosen-single {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding-top: 9px;
}

.form .chosen-container .chosen-single div b {
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  border-color: #c8d3d8 transparent transparent transparent;
}

.form .chosen-container .chosen-results {
  margin-right: 0;
  padding-left: 0;
}

.form .chosen-container .chosen-results li {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  color: #666666;
}

.form .chosen-container .chosen-results li.highlighted {
  background: #c8d3d8;
}

.form .chosen-container-single .chosen-search input[type="text"] {
  border: 1px solid #c8d3d8;
  height: 30px;
  font-size: 16px;
  color: #c8d3d9;
}

.form__warning {
  font-size: 16px;
  color: #e52811;
  margin-top: 10px;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
  background-image: url(../images/sprites/sprite_icons.png);
  background-position: -58px -185px;
  width: 26px;
  height: 26px;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  font-size: 18px;
  color: #010101;
  display: block;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="checkbox"] + label:active, input[type="radio"] + label:active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/sprites/sprite_icons.png);
  background-position: -58px -154px;
  width: 26px;
  height: 26px;
}

table.form-table tbody tr:last-child td {
  padding-top: 20px;
  text-align: center;
}

table.form-table tbody tr td {
  vertical-align: top;
  padding-bottom: 28px;
}

table.form-table tbody tr td:first-child {
  text-align: right;
  padding-top: 8px;
  padding-right: 4px;
}

table.form-table tbody tr td:first-child[colspan="2"] {
  text-align: left;
}

table.form-table tbody tr td:first-child label {
  display: block;
  margin-top: -9px;
}

.form-login {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  table.form-table {
    display: block;
  }
  table.form-table tbody {
    display: block;
    width: 100%;
  }
  table.form-table tbody tr {
    display: block;
    width: 100%;
  }
  table.form-table tbody tr:last-child td:first-child {
    display: none;
  }
  table.form-table tbody tr td {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
  table.form-table tbody tr td:first-child {
    text-align: left;
    padding-right: 0;
  }
  table.form-table tbody tr td:first-child label {
    margin-top: 0;
  }
}

.c-grid {
  width: 100%;
}

.c-grid__block {
  width: 33%;
  float: left;
  height: 35vh;
}

@media (max-width: 767px) {
  .c-grid__block {
    width: 100%;
    margin: auto;
    height: 35vh;
  }
}

.c-grid:after {
  clear: both;
}

.header-outer {
  background: #fff url(../images/header_top.jpg) repeat-x left top;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.header-outer.__fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  max-width: 100%;
}

.header-outer .header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-right: 10px;
}

.header__left, .header__right {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.header__right {
  width: 42%;
  min-width: 480px;
}

.logotype {
  min-width: 275px;
  overflow: hidden;
  background-color: #0092bc;
}

.logotype img.__desktop {
  display: block;
}

.logotype img.__device {
  display: none;
}

.header__device-menu {
  display: none;
}

#header-float ul.nav-menu {
  padding-left: 0;
}

#header-float ul.nav-menu li {
  padding-right: 15px;
  padding-left: 15px;
}

ul.nav-menu {
  padding-left: 40px;
}

ul.nav-menu:after {
  content: '';
  display: table;
  clear: both;
}

ul.nav-menu li {
  display: block;
  float: left;
  font-size: 18px;
  color: #016fae;
  text-transform: uppercase;
  padding: 4px 30px 6px;
  border-right: 1px solid #b7d9bb;
}

ul.nav-menu li:last-child {
  border-right: 0;
}

ul.nav-menu li.__current a, ul.nav-menu li.is-active a {
  border-bottom: 1px solid #016ca9;
}

ul.nav-menu li a {
  color: #016fae;
}

.header__telephone {
  display: block;
  height: 102px;
  margin-top: -20px;
  padding: 34px 20px 0;
  background-color: #953993;
  
  color: #fff;
  text-align: right;
  white-space: nowrap;
}

.header__telephone span {
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
}

.header__telephone a {
  display: block;
  font-size: 24px;
  color: #fff;
}

.header__telephone a i {
  font-size: 16px;
  font-style: normal;
  vertical-align: top;
}

.login-panel {
  position: relative;
}

.login-panel__account, .login-panel__enter {
  padding: 2px 25px;
  border-right: 1px solid #a3cce7;
  cursor: pointer;
}

.login-panel__account span, .login-panel__enter span, .login-panel__account a, .login-panel__enter a {
  position: relative;
  margin-left: 23px;
  font-size: 18px;
  color: #0072bc;
}

.login-panel__account span:before, .login-panel__enter span:before, .login-panel__account a:before, .login-panel__enter a:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 2px;
  left: -23px;
  font-size: 17px;
  color: #0072bc;
}

.login-panel__enter span:before, .login-panel__enter a:before {
  content: '';
}

ul.login-panel__menu-list {
  position: absolute;
  z-index: 99;
  top: 100%;
  margin-top: 25px;
  left: 0;
  display: none;
  background-color: #fff;
  padding: 0 60px 0 50px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}

ul.login-panel__menu-list li {
  font-size: 18px;
  color: #0072bc;
  padding: 15px 0;
  border-bottom: 1px solid #a3cce7;
  white-space: nowrap;
}

ul.login-panel__menu-list li:last-child {
  border-bottom: 0;
}

ul.login-panel__menu-list li a {
  color: #0072bc;
}

.language-switch {
  font-size: 18px;
  color: #0072bc;
  padding-left: 25px;
  position: relative;
}

.language-switch__current {
  padding-right: 40px;
}

.language-switch__current span {
  position: relative;
}

[data-lang] {
  padding-left: 37px;
  position: relative;
  cursor: pointer;
}

[data-lang]:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}

[data-lang="ru"]:before {
  background-image: url(../images/sprites/sprite_flags.png);
  background-position: -36px -36px;
  width: 31px;
  height: 22px;
}

[data-lang="en"]:before {
  background-image: url(/images/uk2008.gif);
  width: 31px;
  height: 22px;
}

[data-lang="kz"]:before {
  background-image: url(../images/sprites/sprite_flags.png);
  background-position: 0px -36px;
  width: 31px;
  height: 22px;
}

ul.language-switch__list {
  display: none;
  min-width: 100%;
  background-color: #fff;
  padding: 15px 15px 10px 0;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
}

ul.language-switch__list li {
  padding-left: 25px;
  margin-bottom: 15px;
}

ul.language-switch__list li a {
  color: #0072bc;
}

@media screen and (max-width: 1569px) {
  .language-switch__current {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1199px) {
  ul.nav-menu {
    display: none;
  }
  .main-content {
    padding-top: 104px;
  }
  .header-float__space-wrapper {
    display: none !important;
  }
  .header-outer {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    max-width: 100%;
  }
  .header__right {
    min-width: 360px;
  }
  .logotype {
    min-width: 104px;
    margin-right: 16px;
  }
  .logotype img.__desktop {
    display: none;
  }
  .logotype img.__device {
    display: block;
  }
  .header__device-menu {
    display: block;
    background-image: url(../images/sprites/sprite_icons.png);
    background-position: -58px -111px;
    width: 46px;
    height: 38px;
  }
  .header__telephone {
    height: 104px;
  }
  .login-panel__account span, .login-panel__enter span, .login-panel__account a, .login-panel__enter a {
    display: block;
    margin-left: 0;
    overflow: hidden;
    width: 18px;
  }
  .login-panel__account span:before, .login-panel__enter span:before, .login-panel__account a:before, .login-panel__enter a:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 25px;
    line-height: 30px;
  }
  ul.login-panel__menu-list {
    left: auto;
    right: 0;
  }
  .language-switch__current {
    padding-right: 31px;
  }
  .language-switch__current span {
    display: none;
  }
  ul.language-switch__list li {
    padding-right: 25px;
  }
  [data-lang] {
    display: block;
    width: 31px;
    height: 22px;
    overflow: hidden;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-outer .header-inner {
    padding-left: 20px;
  }
  .logotype, .header__login-panel {
    display: none;
  }
  .header__right {
    min-width: 269px;
  }
  .header__telephone {
    background: none;
    color: #0092bc;
  }
  .header__telephone a {
    color: #0092bc;
  }
  ul.login-panel__menu-list {
    left: auto;
    right: 0;
  }
  .language-switch__current {
    padding-right: 31px;
  }
  .language-switch__current span {
    display: none;
  }
  ul.language-switch__list li {
    padding-right: 25px;
  }
  [data-lang] {
    display: block;
    width: 31px;
    height: 22px;
    overflow: hidden;
    padding-left: 0;
  }
}

.footer-outer {
  background-color: #0092bc;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}

.footer-outer .footer-inner {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}

.home-page-footer {
  position: relative;
  z-index: 50;
}

.home-page-footer:before {
  content: '';
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  display: block;
  width: 211px;
  height: 213px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-image: url(../images/baloons.png);
}

.footer__logotype {
  background-color: #0092bc;
}

.footer__logotype img {
  max-width: 100%;
  display: block;
}

.footer__left {
  padding-left: 40px;
}

.footer__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  padding-right: 40px;
}

ul.footer__menu {
  display: inline-block;
}

ul.footer__menu:after {
  content: '';
  display: table;
  clear: both;
}

ul.footer__menu li {
  display: block;
  float: left;
  padding: 0 10px;
  border-right: 1px solid #5cb9d4;
}

ul.footer__menu li:last-child {
  border-right: 0;
  padding-right: 0;
}

ul.footer__menu li.__current a, ul.footer__menu li.is-active a {
  background-color: #953993;
}

ul.footer__menu li a {
  display: block;
  padding: 5px 7px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.footer__social {
  padding: 25px 0 35px;
}

ul.social-list {
  display: block;
}

ul.social-list:after {
  content: '';
  display: table;
  clear: both;
}

ul.social-list li {
  display: block;
  float: left;
  margin-right: 10px;
}

ul.social-list li:last-child {
  margin-right: 0;
}

ul.social-list li.social-list__facebook a {
  background-image: url(../images/sprites/sprite_social.png);
  background-position: 0px 0px;
  width: 35px;
  height: 36px;
}

ul.social-list li.social-list__vkontakte a {
  background-image: url(../images/sprites/sprite_social.png);
  background-position: -80px 0px;
  width: 35px;
  height: 36px;
}

ul.social-list li.social-list__instagram a {
  background-image: url(../images/sprites/sprite_social.png);
  background-position: -40px 0px;
  width: 35px;
  height: 36px;
}

ul.social-list li a {
  display: block;
}

.footer__copyright {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  .home-page-footer:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-outer .footer-inner {
    padding: 20px 25px;
  }
  .footer__right {
    display: none;
  }
  .footer__left {
    width: 100%;
    padding-left: 0;
  }
}

.material-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 26px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
  margin-bottom: 23px;
}

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

.material-block__category-block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}

.material-block__category-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.material-block__stick-new, .course-block__stick-new, .course-block__stick-done, .course-block__stick-undone {
  position: absolute;
  z-index: 9;
  top: -15px;
  left: 26px;
  display: table;
  border-radius: 16px;
  background-color: #f89734;
  font-size: 12px; font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 18px;
}

.material-block__image, .course-block__image {
  width: 25.71428571%;
  min-width: 144px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  background-color: #0092bc;
  border-radius: 5px;
  overflow: hidden;
}

.material-block__image:after, .course-block__image:after {
  content: '';
  display: table;
  margin-top: 94.44444444%;
}

.material-block__image + .material-block__desc, .course-block__image + .material-block__desc, .material-block__image + .course-block__desc, .course-block__image + .course-block__desc {
  width: 74.28571429%;
  padding-left: 30px;
}

.material-block__desc, .course-block__desc {
  width: 100%;
}

.material-block__desc-top, .course-block__desc-top, .material-block__desc-middle, .course-block__desc-middle, .material-block__desc-bottom, .course-block__desc-bottom {
  display: block;
  width: 100%;
}

.material-block__desc-top, .course-block__desc-top {
  padding-right: 30px;
  margin-top: -4px;
  margin-bottom: 10px;
}

.material-block__desc-middle, .course-block__desc-middle {
  margin-bottom: 20px;
}

.material-block__desc-bottom, .course-block__desc-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.material-block__desc-title, .material-block__desc-title-bold, .course-block__desc-title-bold, .course-block__desc-title {
  display: inline;
  vertical-align: middle;
  font-size: 16px;
  color: #0092bc;
  margin-right: 12px;
}

.material-block__desc-title strong, .material-block__desc-title-bold strong, .course-block__desc-title-bold strong, .course-block__desc-title strong {
  margin-right: 12px;
}

.material-block__desc-title-bold, .course-block__desc-title-bold {
  font-weight: bold;
}

.material-block__desc-bookmark, .course-block__desc-bookmark {
  position: absolute;
  z-index: 9;
  top: 17px;
  right: 18px;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.material-block__desc-bookmark:after, .course-block__desc-bookmark:after {
  content: '';
  display: block;
  font-size: 16px;
  color: #c5d1d4;
}

.material-block__desc-bookmark.is-active:after, .is-active.course-block__desc-bookmark:after {
  color: #0092bc;
}

.material-block__desc-text, .course-block__desc-text {
  font-size: 16px;
  color: #758b91;
}

.material-block__desc-text a, .course-block__desc-text a {
  color: #0092bc;
}

.material-block__desc-text a.is-active, .course-block__desc-text a.is-active, .material-block__desc-text a:hover, .course-block__desc-text a:hover {
  border-bottom: 1px solid #008eb7;
}

@media screen and (max-width: 1199px) {
  .material-block {
    padding: 20px;
  }
  .material-block__desc-bookmark, .course-block__desc-bookmark {
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .material-block {
    padding: 20px 15px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .material-block__desc-bookmark, .course-block__desc-bookmark {
    top: 25px;
    right: 20px;
  }
  .material-block__desc-bookmark:after, .course-block__desc-bookmark:after {
    font-size: 20px;
  }
  .material-block__image, .course-block__image {
    width: 100%;
  }
  .material-block__image + .material-block__desc, .course-block__image + .material-block__desc, .material-block__image + .course-block__desc, .course-block__image + .course-block__desc {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}

.course-block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}

.course-block.is-active .course-block__head {
  background-color: #f1fcff;
}

.course-block.is-active .course-block__body-material {
  padding-bottom: 16px;
}

.course-block.is-active .course-block__body-switcher-wrapper {
  padding-right: 30px;
  padding-left: 30px;
  transition: none;
}

.course-block.is-active .course-block__body-switcher {
  transition: all .2s ease-in;
}

.course-block.is-active .course-block__body-switcher .__show {
  display: none;
}

.course-block.is-active .course-block__body-switcher .__hide {
  display: inline-block;
}

.course-block__head, .course-block__body-step, .course-block__body-material {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course-block__head, .course-block__body-step, .course-block__body-material, .course-block__body-switcher {
  padding: 26px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}

.course-block__body-material {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.06);
}

.course-block__head {
  z-index: 3;
}

.course-block__body {
  display: none;
  width: 100%;
}

.course-block__body-step {
  z-index: 2;
}

.course-block__body-switcher {
  z-index: 2;
  transition: all .2s ease-in;
}

.course-block__body, .course-block__body-material-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

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

.course-block__body-step, .course-block__body-switcher {
  border-radius: 0 0 12px 12px;
}

.course-block__stick-done {
  background-color: #90c84b;
}

.course-block__stick-undone {
  background-color: #ee3338;
}

.course-block:first-child .course-block__progress-point-wrapper:before, .course-block:last-child .course-block__progress-point-wrapper:before {
  display: none;
}

.course-block:first-child .course-block__progress-point:before {
  display: block;
  top: 100%;
}

.course-block:last-child .course-block__progress-point:before {
  display: block;
  bottom: 100%;
}

.course-block__progress-point-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20px;
  width: 38px;
  height: 100%;
}

.course-block__progress-point-wrapper:before {
  content: '';
  position: absolute;
  z-index: 8;
  top: 0;
  left: 16px;
  width: 5px;
  height: 100%;
  background-color: #fff;
}

.course-block__progress-point {
  position: relative;
  z-index: 9;
  margin-top: 95px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #c5d1d4;
  border: 5px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-block__progress-point:before {
  content: '';
  display: none;
  position: absolute;
  z-index: 8;
  left: 11px;
  width: 5px;
  height: 500px;
  background-color: #fff;
}

.course-block__progress-point.is-active {
  background-color: #90c84b;
}

.course-block__progress-point.is-active:after {
  content: '';
  display: block;
  font-size: 16px;
  color: #fff;
}

.course-block__image {
  width: 14.31411531%;
}

.course-block__image + .course-block__desc {
  width: 85.68588469%;
}

.course-block__body-step .course-block__image {
  width: 10.89494163%;
  min-width: 112px;
  display: inline-block;
  border-radius: 50%;
  background-color: #c5d1d4;
}

.course-block__body-step .course-block__image:after {
  content: '';
  display: table;
  margin-top: 100%;
}

.course-block__body-step .course-block__image + .course-block__desc {
  width: 89.10505837%;
  padding-left: 52px;
}

.course-block__desc-top {
  padding-right: 60px;
}

.course-block__desc-top:after {
  content: '';
  display: table;
  clear: both;
}

.course-block__desc-bottom {
  padding-right: 60px;
}

.course-block__desc-title {
  float: left;
}

.course-block__desc-title-bold {
  float: left;
}

.course-block__desc-right {
  float: right;
}

.course-block__desc-right .course-block__desc-title {
  margin-right: 0;
}

.course-block__desc-text {
  max-width: 565px;
}

.course-block__desc-progress-bar {
  width: 100%;
  max-width: 564px;
  height: 15px;
  border-radius: 10px;
  background-color: #c5d1d4;
  position: relative;
  margin-right: 70px;
}

.course-block__desc-progress-bar:after {
  content: attr(data-percent);
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -11px;
  left: 100%;
  margin-left: 10px;
  display: block;
  font-size: 18px;
  color: #c5d1d4;
}

.course-block__desc-progress-bar span {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #90c84b;
  border-radius: 10px;
}

.course-block__body-column {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 22px;
  padding-left: 22px;
  padding-bottom: 10px;
}

.course-block__body-column:nth-child(odd) {
  border-right: 1px solid #c5d1d4;
}

.course-block__body-column .course-block__desc-bottom {
  display: block;
  padding-right: 0;
}

.course-block__body-column .course-block__desc-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.course-block__body-column .course-block__desc-bottom .button-radius {
  float: right;
}

.course-block__time, .course-block__body-material .course-block__image, .course-block__step {
  width: 20.30567686%;
  min-width: 93px;
  display: inline-block;
  border-radius: 50%;
  background-color: #c5d1d4;
  position: relative;
  margin-top: 30px;
}

.course-block__time:after, .course-block__body-material .course-block__image:after, .course-block__step:after {
  content: '';
  display: table;
  margin-top: 100%;
}

.course-block__time span, .course-block__body-material .course-block__image span, .course-block__step span {
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.course-block__time span i, .course-block__body-material .course-block__image span i, .course-block__step span i {
  display: block;
  font-style: normal;
  font-size: 18px;
  margin-top: -7px;
}

.course-block__time + .course-block__desc, .course-block__body-material .course-block__image + .course-block__desc, .course-block__step + .course-block__desc {
  width: 79.69432314%;
  padding-left: 15px;
}

.course-block__body-switcher-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  transition: all .2s ease-in .2s;
}

.course-block__body-switcher {
  width: 100%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}

.course-block__body-switcher .__show, .course-block__body-switcher .__hide {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #0092bc;
  cursor: pointer;
}

.course-block__body-switcher .__show:after, .course-block__body-switcher .__hide:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #0092bc;
  margin-left: 8px;
}

.course-block__body-switcher .__show {
  display: inline-block;
}

.course-block__body-switcher .__show:after {
  content: '';
}

.course-block__body-switcher .__hide {
  display: none;
}

.course-block__body-switcher .__hide:after {
  content: '';
}

.specialist-dlc .course-block {
  padding-top: 0 !important;
  padding-right: 5px !important;
}

.specialist-dlc .course-block .course-block__progress-point {
  background-color: #a2c6d0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}

.specialist-dlc .course-block .course-block__head {
  background-color: #f1fcff;
}

.specialist-dlc .course-block .course-block__head .course-block__desc-title-bold {
  color: #a2c6d0;
}

.specialist-dlc .course-block.is-current .course-block__progress-point {
  background-color: #90c84b;
}

.specialist-dlc .course-block.is-current .course-block__progress-point:after {
  content: none !important;
  display: block;
  font-size: 16px;
  color: #fff;
}

.specialist-dlc .course-block.is-active .course-block__progress-point {
  background-color: #90c84b;
}

.specialist-dlc .course-block.is-active .course-block__progress-point:after {
  content: '';
  display: block;
  font-size: 16px;
  color: #fff;
}

.specialist-dlc .course-block.is-active .course-block__head {
  background-color: #fff;
}

.specialist-dlc .course-block.is-active .course-block__head .course-block__desc-title-bold {
  color: #0092bc;
}

@media screen and (max-width: 1199px) {
  .course-block__head, .course-block__body-step, .course-block__body-switcher {
    padding: 20px;
  }
  .course-block__desc-top {
    padding-right: 30px;
  }
  .course-block__desc-bottom {
    padding-right: 0;
  }
  .course-block__desc-bottom .button-radius {
    white-space: nowrap;
    display: block;
    min-width: auto;
  }
  .course-block__body-step .course-block__image + .course-block__desc {
    padding-left: 45px;
  }
}

@media screen and (max-width: 767px) {
  .course-block {
    padding: 20px 0;
    overflow: visible;
  }
  .course-block.is-active .course-block__body-switcher-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .course-block__head, .course-block__body-step, .course-block__body-switcher {
    padding: 20px 15px;
  }
  .course-block__head, .course-block__body-step, .course-block__body-material {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .course-block__body {
    padding-right: 0;
    padding-left: 0;
    margin-top: -10px;
  }
  .course-block__body-step .course-block__image + .course-block__desc {
    width: 100%;
    padding-left: 0;
  }
  .course-block__body-material {
    margin-top: -10px;
    padding-top: 0;
  }
  .course-block__body-column {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #c5d1d4;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .course-block__body-column:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .course-block__body-column:nth-child(odd) {
    border-right: 0;
  }
  .course-block__time + .course-block__desc, .course-block__body-material .course-block__image + .course-block__desc, .course-block__step + .course-block__desc {
    width: 100%;
    padding-left: 0;
  }
  .course-block__time, .course-block__body-material .course-block__image {
    margin-bottom: 20px;
  }
  .course-block__step {
    margin-top: 0;
  }
  .course-block__progress-point-wrapper {
    display: none;
  }
  .course-block__body-material-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .course-block__image {
    width: 100%;
  }
  .course-block__image + .course-block__desc {
    width: 100%;
    padding-left: 0;
  }
  .course-block__desc-bottom {
    display: block;
  }
  .course-block__desc-bottom .button-radius {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .course-block__desc-progress-bar {
    width: auto;
    margin-right: 55px;
    margin-bottom: 20px;
  }
  .course-block__desc-top {
    padding-right: 0;
  }
  .course-block__desc-right {
    margin-top: 5px;
  }
  .course-block__desc-title-bold, .course-block__desc-title {
    margin-right: 0;
  }
  .course-block__desc-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .course-block__desc-title-bold, .course-block__desc-right {
    float: none;
    width: 100%;
  }
}

.media-block {
  width: 100%;
  display: block;
  position: relative;
  background-color: #0d0d0d;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.media-block iframe {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-block__play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -53px;
  margin-left: -53px;
  background-image: url(../images/sprites/sprite_icons.png);
  background-position: 0px 0px;
  width: 106px;
  height: 106px;
  cursor: pointer;
}

.media-block__time {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  left: 25px;
  font-size: 20px; font-weight: bold;
  color: #953993;
}

.test-block {
  width: 100%;
  margin-bottom: 15px;
}

.test-block__question {
  width: 100%;
  font-size: 18px;
  color: #0092bc;
  margin-bottom: 25px;
}

.test-block__answer-options {
  width: 100%;
  word-spacing: -5px;
}

.test-block__answer {
  word-spacing: normal;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
  margin-bottom: 30px;
}

.test-bottom {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.test-bottom .button-radius {
  font-size: 18px;
  padding: 10px 40px 11px;
}

ul.test-pagination {
  width: 74.32432432%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

ul.test-pagination li {
  position: relative;
  width: 100px;
  min-width: 20px;
}

ul.test-pagination li:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d8e2e6;
}

ul.test-pagination li:last-child:after {
  display: none;
}

ul.test-pagination li.is-active:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -6px;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #A4B2B7;
  border-radius: 50%;
}

ul.test-pagination li.is-active a {
  position: relative;
  z-index: 3;
  background-color: #A4B2B7;
}

ul.test-pagination li.__done a {
  background-color: #90c84b;
}

ul.test-pagination li.__undone a {
  background-color: #ee3338;
}

ul.test-pagination li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #a4b2b7;
}

@media screen and (max-width: 1199px) {
  .test-block__question {
    font-size: 22px;
  }
  .test-block__answer input[type="checkbox"] + label {
    font-size: 20px;
  }
  .test-block__answer input[type="checkbox"] + label:before {
    top: 3px;
  }
  .test-bottom {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.test-pagination {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  ul.test-pagination li {
    margin: 10px 0;
    min-width: 30px;
  }
  ul.test-pagination li.is-active:before {
    width: 28px;
    height: 28px;
    top: -5px;
    left: -5px;
  }
  ul.test-pagination li a {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .test-block__answer-options {
    word-spacing: 0;
  }
  .test-block__answer {
    width: 100%;
    padding-right: 0;
  }
  ul.test-pagination {
    display: block;
    word-spacing: -5px;
  }
  ul.test-pagination li {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
  }
}

.circle-block {
  display: table-cell;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.circle-diagram {
  width: 230px;
  height: 230px;
}

.circle-block_theme_green {
  color: #90c84b;
}

.circle-block_theme_red {
  color: #ee3338;
}

.circle-block_theme_purple {
  color: #953993;
}

.circle-block__text {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.circle-block__text span {
  display: block;
  font-size: 45px;
}

.circle-block__text i {
  margin-top: -8px;
  display: block;
  font-size: 25px;
}

@media screen and (max-width: 1199px) {
  .circle-diagram {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .circle-block {
    display: block;
    margin-bottom: 20px;
  }
  .circle-diagram {
    width: 230px;
    height: 230px;
  }
}

.device-menu {
  display: none;
}

@media screen and (max-width: 1199px) {
  .device-menu {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    background-color: #007b9e;
    padding-top: 104px;
    text-transform: uppercase;
  }
  .device-menu__top {
    display: none;
  }
  ul.device-menu__header, ul.device-menu__account, ul.device-menu__footer {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0092bc;
  }
  ul.device-menu__header li, ul.device-menu__account li, ul.device-menu__footer li {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #fff;
  }
  ul.device-menu__header li.is-active a span, ul.device-menu__account li.is-active a span, ul.device-menu__footer li.is-active a span {
    border-bottom: 1px solid #fcfcfc;
  }
  ul.device-menu__header li a, ul.device-menu__account li a, ul.device-menu__footer li a {
    width: 100%;
    display: block;
    padding: 10px 20px;
    color: #fff;
  }
  ul.device-menu__account {
    display: none;
    background-color: #007b9e;
  }
  ul.device-menu__footer {
    display: none;
    background-color: #007b9e;
  }
}

@media screen and (max-width: 767px) {
  .device-menu {
    width: auto;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .device-menu__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #1ebae7;
    padding: 20px 25px;
  }
  .device-menu__top-enter, .device-menu__top-account {
    display: block;
    font-size: 18px;
    color: #fff;
  }
  ul.device-menu__top-language {
    display: block;
  }
  ul.device-menu__top-language:after {
    content: '';
    display: table;
    clear: both;
  }
  ul.device-menu__top-language li {
    display: block;
    float: left;
    font-size: 18px;
    color: #fff;
    padding: 2px 10px;
    border-right: 1px solid #61cfee;
  }
  ul.device-menu__top-language li:last-child {
    border-right: 0;
    padding-right: 0;
  }
  ul.device-menu__top-language li:first-child {
    padding-left: 0;
  }
  ul.device-menu__top-language li.is-active a {
    border-bottom: 1px solid #fcfcfc;
  }
  ul.device-menu__top-language li a {
    color: #fff;
  }
  ul.device-menu__footer {
    display: block;
  }
}

.basic-wrapper {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background-color: #fff;
}

.basic-wrapper__title {
  padding: 12px 20px;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}

.basic-wrapper__scroll {
  overflow-y: auto;
  height: 450px;
}

.basic-wrapper__scroll .video__video:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.basic-wrapper_pad-lg {
  padding: 0 32px;
}

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

.flex-h .flex-h__video {
  padding: 12px 60px;
  -ms-flex: 1;
  flex: 1;
}

.flex-h .flex-h--module {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .flex-h .flex-h--module {
    width: calc(100% - 2rem);
  }
}

.flex-h .flex-h--basic-wrapper {
  margin: 0 1rem;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .flex-h .flex-h--basic-wrapper {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .flex-h {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.module__circle-1, .module__circle-2, .module__circle-3, .module__circle-4, .module__circle-5, .module__circle-6, .module__circle-7, .module__circle-8, .module__circle-9 {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 1rem;
}

.module__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  background-color: #F5F5F5;
  font-weight: bold;
  color: #414141;
}

.module__videos-video:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.module__videos-video {
  padding: 12px 20px;
  font-size: 0.9rem;
  font-weight: 300;
  color: white;
}

.module_color-1 > .module__videos-video {
  background-color: #22AED6;
}

.module_color-1 > .module__videos-video:hover {
  background-color: #187894;
}

.module__circle-1 {
  background-color: #22AED6;
}

.module_color-2 > .module__videos-video {
  background-color: #91C747;
}

.module_color-2 > .module__videos-video:hover {
  background-color: #69942d;
}

.module__circle-2 {
  background-color: #91C747;
}

.module_color-3 > .module__videos-video {
  background-color: #2a4f78;
}

.module_color-3 > .module__videos-video:hover {
  background-color: #162a3f;
}

.module__circle-3 {
  background-color: #2a4f78;
}

.module_color-4 > .module__videos-video {
  background-color: #EE3439;
}

.module_color-4 > .module__videos-video:hover {
  background-color: #c51015;
}

.module__circle-4 {
  background-color: #EE3439;
}

.module_color-5 > .module__videos-video {
  background-color: #c0a118;
}

.module_color-5 > .module__videos-video:hover {
  background-color: #7c6810;
}

.module__circle-5 {
  background-color: #c0a118;
}

.module_color-6 > .module__videos-video {
  background-color: #702cc9;
}

.module_color-6 > .module__videos-video:hover {
  background-color: #4d1e8a;
}

.module__circle-6 {
  background-color: #702cc9;
}

.module_color-7 > .module__videos-video {
  background-color: #3ea1c8;
}

.module_color-7 > .module__videos-video:hover {
  background-color: #297390;
}

.module__circle-7 {
  background-color: #3ea1c8;
}

.module_color-8 > .module__videos-video {
  background-color: #22AED7;
}

.module_color-8 > .module__videos-video:hover {
  background-color: #187995;
}

.module__circle-8 {
  background-color: #22AED7;
}

.module_color-9 > .module__videos-video {
  background-color: #22AED8;
}

.module_color-9 > .module__videos-video:hover {
  background-color: #187996;
}

.module__circle-9 {
  background-color: #22AED8;
}

.video {
  width: 100%;
  height: 450px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .video {
    height: 300px;
  }
}

.header-block-outer {
  background-color: #22aed6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.header-block-outer .header-block-inner {
  max-width: 1172px;
  padding: 20px 30px;
  min-height: 206px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-block__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.header-block__title {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.header-block__description {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}

.header-block__left {
  padding-right: 20px;
}

.header-block__right {
  padding-top: 8px;
  min-width: 200px;
}

.header-block__right .course-block__desc-bookmark {
  position: relative;
  top: 0;
  right: 0;
  float: right;
}

.header-block__right .course-block__desc-bookmark:after {
  font-size: 32px;
  color: #fff;
}

.header-block__right .course-block__desc-bookmark.is-active:after {
  color: #0092bc;
}

.header-block__sort {
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

.header-block__sort i {
  font-style: normal;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  color: #fff;
}

.header-block__sort i:after {
  content: '';
  font-size: 16px;
  position: absolute;
  z-index: 9;
  top: -2px;
  right: -20px;
  display: block;
}

.header-block__sort-subwindow {
  display: none;
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: 10px;
  right: -20px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.header-block__sort-subwindow .__triangle {
  position: absolute;
  z-index: 8;
  top: -16px;
  right: 30px;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.header-block__sort-subwindow .__triangle:after {
  content: '';
  margin-top: 12px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: rotate(45deg);
}

ul.header-block__sort-list {
  white-space: nowrap;
}

ul.header-block__sort-list li {
  margin-bottom: 8px;
}

ul.header-block__sort-list li:last-child {
  margin-bottom: 0;
}

ul.header-block__sort-list li a {
  color: #016FB5;
}

ul.header-block__sort-list li a:hover {
  border-bottom: 1px solid #016cb0;
}

.header-block__navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.header-block__navigation-device {
  display: none;
}

.header-block__path {
  margin-right: 130px;
  max-width: 40%;
  position: relative;
}

.header-block__path:after {
  content: '';
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -36px;
  right: -73px;
  display: block;
  background-image: url(../images/sprites/sprite_icons.png);
  background-position: -111px 0px;
  width: 16px;
  height: 72px;
}

.header-block__path:nth-child(2) .header-block__title {
  white-space: nowrap;
}

.header-block__path:last-child {
  margin-right: 0;
}

.header-block__path:last-child:after {
  display: none;
}

.header-block__path span {
  display: block;
}

.header-block__buttons {
  color: #fff;
}

.header-block__buttons span {
  font-size: 16px;
  margin: 0 16px;
}

.header-block__buttons .button-radius {
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .header-block__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-block__wrapper.header-block__bookmark {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header-block__wrapper.header-block__bookmark .header-block__right {
    width: 40px;
    min-width: 40px;
    padding-top: 10px;
  }
  .header-block__wrapper.header-block__bookmark .header-block__right .course-block__desc-bookmark {
    float: right;
  }
  .header-block__left {
    width: 100%;
  }
  .header-block__right {
    padding-top: 15px;
  }
  .header-block__right .course-block__desc-bookmark {
    float: left;
  }
  .header-block__path {
    margin-right: 70px;
  }
  .header-block__path:after {
    right: -43px;
  }
  .header-block__path .header-block__title {
    font-size: 26px;
  }
  .header-block__sort-subwindow {
    right: auto;
    left: 0;
  }
  .header-block__sort-subwindow .__triangle {
    right: auto;
    left: 150px;
  }
}

@media screen and (max-width: 767px) {
  .header-block-outer .header-block-inner {
    min-height: 150px;
    padding: 20px 15px;
  }
  .header-block__title {
    font-size: 24px;
  }
  .header-block__left, .header-block__right {
    width: 100%;
  }
  .header-block__buttons {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-block__buttons span {
    display: none;
  }
  .header-block__navigation {
    display: none;
  }
  .header-block__navigation-device {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-block__navigation-device .header-block__path-prev, .header-block__navigation-device .header-block__path-next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 72px;
  }
  .header-block__navigation-device .header-block__path-prev:after, .header-block__navigation-device .header-block__path-next:after {
    content: '';
    display: block;
  }
  .header-block__navigation-device .header-block__path-prev.__hidden, .header-block__navigation-device .header-block__path-next.__hidden {
    visibility: hidden;
  }
  .header-block__navigation-device .header-block__path-prev {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-block__navigation-device .header-block__path-prev:after {
    background-image: url(../images/sprites/sprite_icons.png);
    background-position: -111px 0px;
    width: 16px;
    height: 72px;
    transform: rotate(180deg);
  }
  .header-block__navigation-device .header-block__path-next {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-block__navigation-device .header-block__path-next:after {
    background-image: url(../images/sprites/sprite_icons.png);
    background-position: -111px 0px;
    width: 16px;
    height: 72px;
  }
  .header-block__navigation-device .header-block__path {
    max-width: 80%;
    margin-right: 0;
    padding: 0 20px;
  }
  .header-block__navigation-device .header-block__path:after {
    display: none;
  }
  .header-block__navigation-device .header-block__path .header-block__title {
    white-space: normal;
    font-size: 24px;
  }
  .header-block__sort {
    display: inline-block;
  }
  .header-block__sort-subwindow {
    min-width: 290px;
  }
  ul.header-block__sort-list {
    white-space: normal;
  }
}

.main-block-outer .main-block-inner {
  max-width: 1272px;
  padding: 30px 21px;
}

.main-block-content__two-columns {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-block-content__two-columns .__column-left {
  width: 61.50442478%;
  display: block;
  margin-right: 1.7699115%;
}

.main-block-content__two-columns .__column-left .main-block-content {
  padding: 30px 40px;
  margin-bottom: 20px;
}

.main-block-content__two-columns .__column-left .main-block-content .media-block {
  margin-bottom: 25px;
}

.main-block-content__two-columns .__column-left .main-block-content .main-block-content__text {
  border-top: 1px solid #c6ced0;
  margin-bottom: 20px;
}

.main-block-content__two-columns .aside-materials {
  width: 36.72566372%;
}

.main-block-content__two-columns .aside-materials .button.button_theme_green {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  display: block;
  padding: 25px 20px;
  background-color: #69bb08;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}

.main-block-content__two-columns .aside-materials .button.button_theme_green:hover {
  background-color: #5ba307;
}

.aside-materials__wrapper {
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  padding: 25px 20px 20px;
  margin-bottom: 20px;
}

.aside-materials__title {
  font-size: 18px;
  font-weight: 300;
  color: #758b91;
  text-align: center;
  margin-bottom: 20px;
}

.download, .upload {
  display: block;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-align: center;
  padding: 13px 60px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
  transition: background-color .2s ease-in;
}

.download:hover, .upload:hover {
  transition: background-color .2s ease-in;
}

.download:before, .upload:before, .download:after, .upload:after {
  position: absolute;
  z-index: 9;
  font-size: 24px;
}

.download:before, .upload:before {
  top: 0;
  left: 0;
  color: #fff;
  width: 50px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.download:after, .upload:after {
  content: '';
  right: 17px;
  top: 50%;
  margin-top: -10px;
}

.download_theme_pdf {
  background-color: #ffd1c3;
}

.download_theme_pdf:hover {
  background-color: #ffbdaa;
}

.download_theme_pdf:before {
  content: '';
  background-color: #f69679;
}

.download_theme_pdf:after {
  color: #f69679;
}

.download_theme_doc, .upload_theme_doc {
  background-color: #9fe1f7;
}

.download_theme_doc:hover, .upload_theme_doc:hover {
  background-color: #87daf5;
}

.download_theme_doc:after, .upload_theme_doc:after {
  color: #79c7e2;
}

.upload:after {
  content: '';
  margin-top: -11px;
}

.upload + input[type="file"] {
  display: none;
}

.upload_theme_doc {
  background-color: #ffc66c;
}

.upload_theme_doc:hover {
  background-color: #ffbc53;
}

.upload_theme_doc:before {
  background-color: #e3aa4f;
}

.upload_theme_doc:after {
  color: #e3aa4f;
}

.main-block-content {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 75px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}

.main-block-content .media-block {
  max-width: 100%;
  margin: 0 auto 30px;
  display: table;
}

.main-block-content .media-block:after {
  content: '';
  display: table;
  margin-top: 62.46498599%;
}

.main-block-content__title {
  color: #22aed6;
  text-align: center;
  margin-bottom: 21px;
}

.main-block-content__text {
  font-size: 16px;
  color: #758b91;
  margin-bottom: 35px;
}

.main-block-content__diagram-line {
  width: 100%;
  display: table;
}

.main-block-content__test-pagination {
  width: 100%;
  padding: 55px 0;
  text-align: center;
}

.main-block-content__test-pagination ul.test-pagination {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.content-text_theme_black {
  color: #000;
}

.main-block-content__bottom-buttons {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.main-block-content__bottom-buttons .button-radius {
  display: block;
  font-size: 18px;
  padding: 10px 25px 11px;
}

ul.column-three, ul.column-two {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

ul.column-three li, ul.column-two li {
  width: 33.333333333333%;
  text-align: center;
}

ul.column-three li .button-radius, ul.column-two li .button-radius {
  display: inline-block;
}

ul.column-two li {
  width: 50%;
}

ul.column-two li:first-child {
  text-align: left;
}

ul.column-two li:last-child {
  text-align: right;
}

.content-catalog-columns {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 18px 0;
}

.content-catalog-columns__left {
  width: 55.03597122%;
  margin-right: 1.79856115%;
}

.content-catalog-columns__right {
  width: 43.16546763%;
}

.content-catalog-columns__right .material-block__desc-middle, .content-catalog-columns__right .course-block__desc-middle {
  margin-bottom: 0;
}

.content-catalog-columns__right .material-block__desc-text a, .content-catalog-columns__right .course-block__desc-text a {
  margin-right: 18px;
  color: #758b91;
}

.content-catalog-columns__right .material-block__desc-text a:hover, .content-catalog-columns__right .course-block__desc-text a:hover {
  border-bottom: 1px solid #72898f;
}

.content-catalog-columns__right .material-block__desc-text a.is-active, .content-catalog-columns__right .course-block__desc-text a.is-active {
  color: #0092bc;
  border-bottom: 1px solid #008eb7;
}

.specialist-page .main-block-content {
  padding-bottom: 55px;
}

.specialist-page .main-block-content__bottom-buttons .button-radius {
  min-width: 240px;
}

.specialist-dashboard-page .main-block-content {
  padding: 20px 30px 30px;
}

.specialist-dashboard-page .main-block-content .main-block-content__title {
  text-align: left;
  margin-bottom: 8px;
  color: #0092bc;
}

.specialist-dashboard-page .main-block-content .main-block-content__text {
  margin-bottom: 0;
}

.specialist-dashboard-page .course-block {
  padding: 20px 5px;
  margin-bottom: 0;
}

.specialist-course-page .main-block-inner {
  padding: 40px 0;
}

.specialist-course-page .course-block {
  padding: 20px 70px;
  margin-bottom: 0;
}

.specialist-course-page .course-block__desc-text, .specialist-course-page .course-block__desc-progress-bar {
  max-width: 500px;
}

.warning-page .main-block-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.warning-page .main-block-content__text {
  font-size: 18px;
  color: #758b91;
  text-align: center;
}

.warning-page .main-block-content__bottom-buttons {
  display: block;
  text-align: center;
}

.warning-page .main-block-content__bottom-buttons .button-radius {
  display: inline-block;
  border-radius: 4px;
  padding-right: 40px;
  padding-left: 40px;
}

.about-page .main-block-content__text {
  font-size: 16px;
  color: #000;
}

.about-page .main-block-content__text h1 {
  color: #000;
}

.contacts-page .main-block-content__text {
  font-size: 18px;
  color: #000;
}

.specialist-title {
  color: #0092bc;
  text-transform: none;
  padding: 20px 0 40px 30px;
  margin-bottom: 11px;
}

table.table-statistic tr td {
  font-size: 16px;
}

table.table-statistic thead tr td {
  color: #758b91;
  text-align: center;
  padding: 9px 10px 11px;
}

table.table-statistic thead tr td:nth-child(1) {
  width: 30%;
}

table.table-statistic thead tr td:nth-child(2), table.table-statistic thead tr td:nth-child(3) {
  width: 25%;
}

table.table-statistic thead tr td:nth-child(4) {
  width: 20%;
}

table.table-statistic tbody tr {
  border-bottom: 1px solid #cccccc;
}

table.table-statistic tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

table.table-statistic tbody tr td {
  color: #0092bc;
  text-align: center;
  padding: 20px 10px;
  position: relative;
  white-space: nowrap;
}

table.table-statistic tbody tr td:last-child:after {
  display: none;
}

table.table-statistic tbody tr td:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 100px;
  background-color: #ccc;
}

table.table-statistic tbody tr td a {
  color: #0092bc;
}

.table-title {
  font-size: 16px;
  color: #0092bc;
  padding-left: 68px;
  margin-bottom: 10px;
}

.table-statistic__date {
  margin-right: 40px;
}

.table-statistic__status-done {
  color: #90c84b;
}

.table-statistic__status-undone {
  color: #ee3338;
}

@media screen and (max-width: 1199px) {
  .specialist-page .main-block-content {
    padding-bottom: 25px;
  }
  .specialist-course-page .course-block {
    padding: 20px 0 20px 48px;
    margin-bottom: 0;
  }
  .specialist-dashboard-page .main-block-content {
    padding: 25px 20px;
  }
  .warning-page .main-block-content__text {
    font-size: 20px;
  }
  .about-page .main-block-content__text {
    font-size: 20px;
  }
  .course-block__progress-point-wrapper {
    left: 0;
  }
  .main-block-outer .main-block-inner {
    padding: 25px 20px;
  }
  .main-block-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .main-block-content__text {
    font-size: 20px;
  }
  .content-catalog-columns {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .content-catalog-columns__left, .content-catalog-columns__right {
    width: 100%;
  }
  .content-catalog-columns__right {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 23px;
  }
  .content-catalog-columns__right .material-block__desc-middle, .content-catalog-columns__right .course-block__desc-middle {
    margin-bottom: 0;
  }
  .content-catalog-columns__left {
    -ms-flex-order: 2;
    order: 2;
  }
  .main-block-content__bottom-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-block-content__bottom-buttons .button-radius {
    margin-bottom: 20px;
  }
  ul.column-three {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.column-three li {
    width: 100%;
  }
  table.table-statistic tr td {
    font-size: 20px;
  }
  .table-title {
    font-size: 20px;
    padding-left: 0;
  }
  .table-statistic__date {
    margin-right: 20px;
  }
}

@media screen and (max-width: 859px) {
  .main-block-content__two-columns {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-block-content__two-columns .__column-left, .main-block-content__two-columns .aside-materials {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .specialist-page .main-block-content {
    padding-bottom: 20px;
  }
  .specialist-course-page .course-block {
    padding: 20px 0;
  }
  .specialist-dashboard-page .main-block-content {
    padding: 20px 15px;
  }
  .specialist-dashboard-page .course-block {
    padding-right: 0;
    padding-left: 0;
  }
  .specialist-dashboard-page .course-block__body-step {
    padding-top: 30px;
  }
  .warning-page .main-block-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .warning-page .main-block-content__text {
    font-size: 18px;
  }
  .about-page .main-block-content__text {
    font-size: 16px;
  }
  .main-block-outer .main-block-inner {
    padding: 20px 15px;
  }
  .main-block-content {
    padding: 20px 15px;
  }
  .main-block-content__title {
    font-size: 24px;
  }
  .main-block-content__test-pagination {
    padding: 20px 0;
  }
  .main-block-content__test-pagination ul.test-pagination {
    display: block;
  }
  .specialist-title {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 0;
  }
  ul.column-two {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.column-two li {
    width: 100%;
  }
  ul.column-two li:first-child {
    text-align: center;
  }
  ul.column-two li:last-child {
    text-align: center;
  }
  ul.column-two li:last-child .button-radius {
    margin-bottom: 0;
  }
  .table-statistic__wrapper {
    width: 100%;
    display: block;
    overflow-x: scroll;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.history-filter-outer .history-filter-inner, .history-filter-outer .history-tab-inner, .history-tab-outer .history-filter-inner, .history-tab-outer .history-tab-inner {
  max-width: 1044px;
}

.history-filter-outer .history-filter-inner {
  padding-top: 33px;
}

.history-filter-outer .history-filter-inner:after {
  content: '';
  display: table;
  clear: both;
}

.history-tab-outer {
  overflow: hidden;
}

.history-tab-outer .history-tab-inner {
  padding: 24px 0 30px;
}

.history-filter {
  display: block;
  float: left;
}

.history-filter a {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 15px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #0092c1;
  margin-right: 60px;
}

.history-filter a.is-active {
  background-color: #0092bc;
  color: #fff;
  border-radius: 15px;
}

.history-filter-clear {
  display: block;
  float: right;
  padding: 4px 15px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #0092c1;
}

ul.history-tab__head {
  position: relative;
  z-index: 1;
}

ul.history-tab__head:after {
  content: '';
  display: table;
  clear: both;
}

ul.history-tab__head li {
  display: block;
  float: left;
  font-size: 16px;
  color: #0092bc;
  text-align: center;
  border-radius: 15px 15px 0 0;
  padding: 20px 15px 15px;
  min-width: 124px;
  margin-right: 10px;
  background-color: #ecfbff;
  transition: background-color .2s ease-in;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

ul.history-tab__head li:hover {
  background-color: #f6fdff;
  transition: background-color .2s ease-in;
}

ul.history-tab__head li:last-child {
  margin-right: 0;
}

ul.history-tab__head li.is-active {
  background-color: #fff;
}

ul.history-tab__head li a {
  color: #0092bc;
}

.history-tab__body {
  position: relative;
  z-index: 2;
}

.history-tab__body:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  background-color: #fff;
  display: block;
  width: 400%;
  height: 100%;
  transform: translateX(-50%);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06);
}

.history-tab__body li, .history-tab__body .history-tab__body-item {
  padding: 35px 40px 55px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: block;
}

@media screen and (max-width: 1199px) {
  .history-filter-outer .history-filter-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  ul.history-tab__head {
    padding-right: 20px;
    padding-left: 20px;
  }
  ul.history-tab__head li {
    font-size: 20px;
  }
  .history-tab__body li, .history-tab__body .history-tab__body-item {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 767px) {
  .history-filter-outer .history-filter-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .history-filter {
    margin-bottom: 10px;
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .history-filter a {
    display: inline-block;
    padding-right: 14px;
    padding-left: 14px;
    margin-right: 0;
  }
  .history-tab-outer .history-tab-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  ul.history-tab__head {
    display: none;
  }
  .history-tab__body .history-tab__body-title {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #0092bc;
    text-align: center;
    padding: 20px 15px 15px;
    background-color: #fff;
    transition: background-color .2s ease-in;
    cursor: pointer;
    border-bottom: 1px solid #ecfbff;
  }
  .history-tab__body .history-tab__body-title.is-active {
    background-color: #ecfbff;
  }
  .history-tab__body .history-tab__body-title a {
    color: #0092bc;
  }
  .history-tab__body .history-tab__body-item {
    padding: 20px 15px;
  }
}

.questionary-outer .questionary-inner {
  max-width: 1020px;
  padding-top: 70px;
  padding-bottom: 40px;
}

.questionary-outer .questionary-inner .title, .questionary-outer .questionary-inner .main-block-content__title, .questionary-outer .questionary-inner .specialist-title {
  text-align: center;
}

.form-questionary {
  max-width: 570px;
  margin: 0 auto;
}

.form-questionary .form__description, .form-questionary .form__title {
  text-align: center;
  margin-bottom: 20px;
}

.form-questionary input, .form-questionary select, .form-questionary .chosen-container {
  max-width: 290px;
}

.form-questionary .form__warning {
  max-width: 290px;
}

.form-questionary table.form-table {
  width: 100%;
}

.form-questionary table.form-table tbody tr:last-child td {
  padding-bottom: 13px;
}

.form-questionary table.form-table tbody tr:last-child td:last-child {
  padding-left: 34px;
  text-align: left;
}

.form-questionary table.form-table tbody tr td:first-child {
  width: 26.31578947%;
  min-width: 150px;
}

@media screen and (max-width: 1199px) {
  .questionary-outer .questionary-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .questionary-outer .questionary-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-questionary table.form-table tbody tr:last-child td:last-child {
    padding-left: 0;
    text-align: center;
  }
}

.slide-block {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}

.slide-block:nth-child(1) {
  z-index: 49;
}

.slide-block:nth-child(2) {
  z-index: 48;
}

.slide-block:nth-child(3) {
  z-index: 47;
}

.slide-block:nth-child(4) {
  z-index: 46;
}

.slide-block:nth-child(5) {
  z-index: 45;
}

.slide-block:nth-child(odd) .slide-block-inner {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-block:nth-child(odd) .slide-block-inner .slide-block__information-wrapper {
  text-align: left;
}

.slide-block:nth-child(even) .slide-block-inner {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-block:nth-child(even) .slide-block-inner .slide-block__information-wrapper {
  text-align: right;
}

.slide-block_theme_blue-dark .slide-block__information-title {
  color: #3f4096;
}

.slide-block_theme_blue-dark .slide-block__information-text strong {
  color: #3f4096;
}

.slide-block_theme_purple .slide-block__information-title {
  color: #953993;
}

.slide-block_theme_purple .slide-block__information-text strong {
  color: #953993;
}

.slide-block_theme_aqua .slide-block__information-title {
  color: #00b0f0;
}

.slide-block_theme_aqua .slide-block__information-text strong {
  color: #00b0f0;
}

.slide-block_theme_green .slide-block__information-title {
  color: #217359;
}

.slide-block_theme_green .slide-block__information-text strong {
  color: #217359;
}

.slide-block_theme_blue .slide-block__information-title {
  color: #285b97;
}

.slide-block_theme_blue .slide-block__information-text strong {
  color: #285b97;
}

#slide-block-1 .slide-block__information-wrapper {
  top: 0 !important;
  opacity: 1 !important;
}

#slide-block-3 {
  background-position: center 50%;
}

.slide-block-bg-inner, .slide-block-bg-outer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left -15px;
  background-size: auto auto;
}

.slide-block-bg-inner {
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 50px;
  background-size: auto auto;
}

.slide-block-inner {
  position: relative;
  z-index: 2;
  height: 810px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.slide-block__information-wrapper {
  width: 50%;
  position: relative;
  top: 100px;
  opacity: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.slide-block__information-wrapper.no-anim {
  opacity: 1;
  top: 0;
}

.slide-block__information {
  background-color: rgba(255, 255, 255, 0.51);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 73px 73px;
  padding-right: 35px;
  padding-left: 90px;
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 698px;
}

.slide-block__information:after {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  right: 0;
  display: block;
  width: 100%;
  max-width: 480px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-image: url(../images/home_block_bottom.jpg);
}

.slide-block__information-title {
  width: 100%;
  min-height: 73px;
  padding-top: 20px;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.slide-block__information-text {
  font-size: 24px;
  color: #000;
  padding-bottom: 32px;
}

.slide-block__information-text strong {
  font-weight: bold;
}

.video-block-wrapper {
  position: relative;
  top: 100px;
  opacity: 0;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.video-block-wrapper.no-anim {
  opacity: 1;
  top: 0;
}

.video-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 680px;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.video-block:after {
  content: '';
  display: table;
  margin-top: 62.35294118%;
}

.video-block iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
}

.carousel-block {
  position: relative;
  top: 100px;
  opacity: 0;
  right: -67px;
  padding-right: 60px;
  padding-left: 60px;
}

.carousel-block.no-anim {
  opacity: 1;
  top: 0;
}

.carosel-block-wrapper {
  width: 765px;
  height: 528px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/home_video_frame.png);
}

.carousel-block__nav-prev, .carousel-block__nav-next {
  width: 55px;
  height: 285px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -142px;
  background-color: rgba(255, 255, 255, 0.51);
  cursor: pointer;
}

.carousel-block__nav-prev:after, .carousel-block__nav-next:after {
  content: '';
  display: block;
}

.carousel-block__nav-prev {
  left: 13px;
}

.carousel-block__nav-prev:after {
  background-image: url(../images/sprites/sprite_icons.png);
  background-position: 0px -111px;
  width: 24px;
  height: 107px;
}

.carousel-block__nav-next {
  right: 31px;
}

.carousel-block__nav-next:after {
  background-image: url(../images/sprites/sprite_icons.png);
  background-position: -29px -111px;
  width: 24px;
  height: 107px;
}

.carousel-block__carousel {
  max-width: 586px;
  height: 441px;
  overflow: hidden;
  position: relative;
  top: 34px;
  left: 79px;
}

.carousel-block__carousel .__item {
  height: 441px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel-block__carousel .__item img {
  display: block;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1680px) {
  .carousel-block {
    right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .carousel-block {
    right: 0;
  }
  .carosel-block-wrapper {
    width: 668px;
  }
  .carousel-block__carousel {
    max-width: 511px;
    height: 385px;
    top: 63px;
    left: 69px;
  }
  .carousel-block__carousel .__item {
    height: 385px;
  }
}

@media screen and (max-width: 1199px) {
  .slide-block-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-top: 50px;
  }
  .slide-block__information-wrapper, .video-block-wrapper, .carousel-block {
    top: 0;
    opacity: 1;
    margin-bottom: 50px;
  }
  .slide-block__information-wrapper, .video-block-wrapper {
    width: 100%;
  }
  .slide-block__information, .video-block {
    max-width: 728px;
  }
}

@media screen and (max-width: 899px) {
  .carousel-block {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .slide-block {
    background-size: cover;
  }
  .slide-block__information {
    padding-right: 15px;
    padding-left: 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .slide-block__information-top {
    padding-left: 67px;
  }
  .slide-block__information-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px;
    padding-top: 0;
  }
  .slide-block__information-text {
    font-size: 18px;
  }
  .video-block-wrapper, .video-block {
    max-width: 100%;
  }
  .carousel-block {
    display: none;
  }
}

.contacts__two-columns {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contacts__two-columns .column {
  width: 50%;
}

.contacts__two-columns .column .form__string {
  margin-bottom: 20px;
}

.contacts__two-columns .column .form__string:after {
  content: '';
  display: table;
  clear: both;
}

.contacts__two-columns .column .form__string input, .contacts__two-columns .column .form__string textarea {
  display: block;
  width: 100%;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  font-size: 16px;
  color: #8a8a8a;
}

.contacts__two-columns .column .form__string textarea {
  min-height: 200px;
  padding: 5px 15px;
}

.contacts__two-columns .column .form__string .button-radius {
  display: block;
  float: right;
  border-radius: 4px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 19px;
}

.contacts__title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .contacts__two-columns {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__two-columns .column {
    width: 100%;
  }
}

html {
  height: 100%;
}

#faq-block {
  margin-top: 20px;
}

.entity {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entity_answer {
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  background-color: #A3CAF7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 5px;
}

p {
  color: #444444;
  padding-left: 15px;
  padding-right: 15px;
}

button.entity_question {
  cursor: pointer;
  border-radius: 3px;
  border-width: 0;
  font-weight: bold;
  min-height: 2.8rem;
  background-color: #285B97;
  color: white;
  padding: 0.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fa {
  color: white;
  transition: all 300ms ease-in 0s;
}

.ui-state-active .fa {
  transform: rotate(180deg);
}

.q-text {
  width: 90%;
  text-align: left;
  margin-left: 1em;
  margin-right: 1em;
  word-wrap: break-word;
}

.q-image {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 1em;
}

.q-image {
  transition-duration: 0.5s;
  transition-property: transform;
}

.entity_question {
  font-size: 16px;
}

.entity_answer {
  font-size: 16px;
}

.entity {
  width: 51%;
}

.entity_answer {
  width: 51%;
}

@media screen and (max-width: 530px) {
  .entity_question {
    font-size: 12px;
  }
  .entity_answer {
    font-size: 12px;
  }
  .entity {
    width: 70%;
  }
  .entity_answer {
    width: 70%;
  }
}

#centralize {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -50px;
  z-index: 1;
  transition: all 700ms;
}

#centralize.clicked {
  margin-top: 0px;
}

#ask_div {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comment_on_enter {
  -webkit-appearance: none;
  border: 1px solid #285B97;
  height: 30px;
}

.ask_text {
  text-align: center;
  background-color: #4f9758;
  color: white;
  height: 20px;
  transition: all 700ms;
}

.ask_text.hovered {
  background-color: #4f9758;
}

.header-outer {
  z-index: 998;
  position: relative;
}

.main-content {
  padding-top: 0px;
}

#anonimity_button {
  background-color: #444444;
  color: white;
  -webkit-appearance: none;
}

html {
  font-size: 16px;
}

.content-dashboard-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
  height: 70%;
}

.left-content {
  width: 25%;
  position: fixed;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.right-content {
  width: 25%;
  position: fixed;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.center-content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-left: auto;
  margin-right: auto;
}

.content-button {
  margin-left: auto;
  margin-right: auto;
  /* Rectangle 2 Copy: */
  background: rgba(63, 177, 237, 0.34);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  height: 5rem;
  width: 16rem;
  border: none;
  /* ЛИТЕРАТУРА: */
  font-size: 1rem;
  color: white;
  margin-bottom: 1rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-button-footer-sm {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 9rem;
  background-color: #2980b9;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  z-index: 999;
}

.sm {
  height: 5rem;
  width: 5rem;
  font-size: 1.7rem;
  border-radius: 50%;
  margin-bottom: 0;
}

.content-snippet {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  /* main_content: */
  background: #FFFFFF;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.content-snippet .content-snippet-color {
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.content-snippet .content-snippet-color.instruction {
  background-color: #d2383d;
}

.content-snippet .content-snippet-color.literature {
  background-color: #5a5ba5;
}

.content-snippet .content-snippet-color.new {
  background-color: #37c3f7;
}

.content-snippet .content-snippet-content {
  -ms-flex-preferred-size: 72.22222222%;
  flex-basis: 72.22222222%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-snippet .content-snippet-content .content-snippet-image {
  width: 100%;
  height: 12rem;
}

.content-snippet .content-snippet-content .content-snippet-title {
  /* heading copy: */
  font-size: 1.4rem;
  color: #444444;
}

.content-snippet .content-snippet-content .content-snippet-subtitle {
  /* sub-heading: */
  
  font-size: 1rem;
  color: #5E5E5E;
}

.content-snippet .content-snippet-content .content-snippet-more {
  /* Подробнее: */
  
  font-weight: bold;
  font-size: 0.8rem;
  color: #777373;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.content-snippet .content-snippet-content .content-snippet-more:hover {
  color: black;
}

.category-button-literature {
  background: #5a5ba5;
}

.category-button-literature:hover {
  background: #4c4c8b;
}

.category-button-new {
  background: #37c3f7;
}

.category-button-new:hover {
  background: #10b7f5;
}

.category-button-instruction {
  background: #d2383d;
}

.category-button-instruction:hover {
  background: #b82a2e;
}

.category-button-all {
  background: white;
  color: #474747;
}

.category-button-all:hover {
  background: #ebebeb;
}

.category-button-course {
  background: #5AAC30;
  color: white;
}

.category-button-survey {
  background: #253993;
  color: white;
}

.category-button-life-skills {
  background: #397089;
  color: white;
}

.category-button-survey:hover {
  background: #1d2c72;
  color: white;
}

.category-button-life-skills:hover {
  background: #2d586c;
  color: white;
}

.category-button-student-leading {
  background: #953993;
  color: white;
}

.category-button-student-leading:hover {
  background: #772e76;
  color: white;
}

.category-button-faq {
  background: #454993;
  color: white;
}

.category-button-faq:hover {
  background: #383b77;
  color: white;
}

.category-button-course:hover {
  background: #498c27;
}

.category-button-about {
  background: #358FBA;
  color: white;
}

.category-button-about:hover {
  background: #2c779a;
}

.category-button-private-materials {
  background: #34ba82;
  color: white;
}

.category-button-private-materials:hover {
  background: #2b9a6c;
}

.category-button-psy-trainings {
  background: #CC6A06;
  color: white;
}

.category-button-psy-trainings:hover {
  background: #a45505;
}

.category-button-psy-consultings {
  background: #CC3B4F;
  color: white;
}

.category-button-psy-consultings:hover {
  background: #b02e40;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.no-margin-tb {
  margin-top: 0;
  margin-bottom: 0;
}

.clear {
  clear: both;
}

@media all and (min-width: 896px) and (max-width: 1130px) {
  html {
    font-size: 12px;
  }
}

@media all and (min-width: 768px) and (max-width: 896px) {
  html {
    font-size: 10px;
  }
  .content-button {
    height: 5rem;
    width: 16rem;
    font-size: 1rem;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  .content-button {
    height: 5rem;
    width: 16rem;
    font-size: 1rem;
    line-height: 5rem;
  }
}

@media all and (min-width: 480px) and (max-width: 576px) {
  html {
    font-size: 10px;
  }
  .center-content {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .left-content,
  .right-content {
    display: none;
  }
  .content-button-footer-sm {
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 480px) {
  html {
    font-size: 10px;
  }
  .center-content {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
  .left-content,
  .right-content {
    display: none;
  }
  .content-button-footer-sm {
    display: -ms-flexbox;
    display: flex;
  }
}

.content-view-wrapper {
  width: 100%;
}

.view-left-content {
  padding-top: 5rem;
  height: 100%;
  width: 30%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.view-center-right-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 70%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-left: auto;
}

.view-center-right-content-centered {
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 70%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-left: auto;
  margin-right: auto;
}

.view-left-content-anchor-wrapper {
  background-color: white;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 90%;
  margin-top: 50px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
}

.view-left-content-anchor-wrapper .view-left-content-anchor {
  height: 3.5rem;
  font-size: 1rem;
  border-bottom: 1px solid #DDDDDD;
  color: #6E6E6E;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-left-content-anchor-wrapper .view-left-content-anchor:hover {
  background-color: #f7f7f9;
}

.view-left-content-anchor-wrapper .view-left-content-anchor:active {
  background-color: #E9E9EB;
}

.view-left-content-anchor-wrapper .anchor-last {
  border-bottom: none;
}

.view-center-right-content-wrapper {
  background: #FFFFFF;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.view-center-right-content-wrapper .view-center-right-content-main {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.view-center-right-content-wrapper .view-center-right-content-main .view-center-right-content-main-title {
  /* heading: */
  font-size: 2rem;
  color: #444444;
}

.view-center-right-content-wrapper .view-center-right-content-main .view-center-right-content-main-image {
  width: 100%;
  height: 20rem;
}

.view-center-right-content-wrapper .view-center-right-content-main .view-center-right-content-main-video {
  width: 100%;
  height: 20rem;
}

.view-center-right-content-wrapper .view-center-right-content-main .view-center-right-content-main-body {
  /* sub-heading: */
  line-height: 2.1875rem;
  font-size: 1.35rem;
  color: #484848;
}

.view-anchors-footer-sm {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #979797;
  z-index: 999;
  display: none;
}

.view-left-content-anchor-wrapper-sm {
  background-color: white;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.view-left-content-anchor-wrapper-sm .view-left-content-anchor {
  height: 5rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #DDDDDD;
  color: #6E6E6E;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-left-content-anchor-wrapper-sm .view-left-content-anchor-button {
  height: 5rem;
  font-size: 5rem;
  text-align: center;
  background-color: #F2F2F2;
  border-bottom: 1px solid #DDDDDD;
  line-height: 5rem;
  color: black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-left-content-anchor-wrapper-sm .anchor-active {
  background-color: #DBF4FF;
}

.view-left-content-anchor-wrapper-sm .anchor-last {
  border-bottom: none;
}

.mb-3 {
  margin-bottom: 2.5rem;
}

@media all and (min-width: 896px) and (max-width: 1130px) {
  html {
    font-size: 12px;
  }
}

@media all and (min-width: 768px) and (max-width: 896px) {
  html {
    font-size: 10px;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  .view-center-right-content-centered {
    width: 80%;
    margin-right: auto;
  }
}

@media all and (min-width: 480px) and (max-width: 576px) {
  html {
    font-size: 10px;
  }
  .view-center-right-content {
    width: 100%;
    margin-right: auto;
  }
  .view-center-right-content-centered {
    width: 100%;
    margin-right: auto;
  }
  .view-left-content {
    display: none;
  }
  .view-anchors-footer-sm {
    display: block;
  }
}

@media all and (max-width: 480px) {
  html {
    font-size: 10px;
  }
  .view-center-right-content {
    width: 100%;
    margin-right: auto;
  }
  .view-center-right-content-centered {
    width: 100%;
    margin-right: auto;
  }
  .view-left-content {
    display: none;
  }
  .view-center-right-content-main-image {
    height: 16rem !important;
  }
  .view-anchors-footer-sm {
    display: block;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

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

.flex-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.survey-table-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.survey-risk-count {
  color: #757575;
  font-weight: 500;
}

.survey-risk-count-bold {
  font-weight: bold;
}

.survey-risk-count-wrapper {
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: 2px solid #ded9d9;
  width: 50%;
}

.survey-risk-count-wrapper .mb-1r {
  margin-bottom: 1rem;
}

.survey-risk-count-wrapper-small {
  width: 25%;
}

.survey-form-select-result {
  margin-right: auto;
  margin-left: 0.5rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.survey-form-select-filter {
  margin-left: auto;
  margin-right: 0.5rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.survey-form-code {
  display: -ms-flexbox;
  display: flex;
}

.scroll-warning-sm {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 4rem;
  color: #FFB300;
  display: none;
}

.survey-form-code-submit {
  padding: 14px 15px;
  background: #0072bc;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.survey-form-select {
  background: white;
  font-size: 1rem;
  padding: 12px;
  border: 2px solid #c8d3d8;
  border-radius: 0 !important;
}

.survey-form-code-input {
  font-size: 1rem;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  border: 2px solid #c8d3d8;
  border-radius: 0;
  padding: 12px;
  height: 100%;
  margin-right: 0.5rem;
}

#survey-table {
  font-weight: 300;
  background: white;
  border: 1px solid #ded9d9;
}

#survey-table th, #survey-table td {
  text-align: left;
  padding: 15px;
}

#survey-table th {
  background: #0092bc;
  color: white;
}

#survey-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#survey-table tr:hover {
  background: #ddd;
}

#survey-table .status {
  font-weight: 500;
}

#survey-table .status.status-pass {
  color: #5cb85c;
}

#survey-table .status.status-interrupted {
  color: #c9302c;
}

#survey-table .status.status-fail {
  color: #ec971f;
}

.delete-icon {
  color: #636c72;
}

.delete-icon:hover {
  color: black;
}

.survey-control-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.survey-button {
  background: #0072bc;
  border: none;
  color: white;
  text-align: center;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

.survey-button:hover {
  background: #005993;
}

@media all and (min-width: 768px) and (max-width: 896px) {
  .survey-form-select-result {
    margin-right: 0.5rem;
  }
  .survey-form-select-filter {
    margin-left: 0.5rem;
  }
  .survey-risk-count-wrapper {
    width: 60%;
  }
  .survey-risk-count-wrapper-small {
    width: 25%;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  .survey-control-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .survey-control-buttons .flex {
    margin-bottom: 1rem;
  }
  .survey-control-buttons .survey-form-select-result {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-left: auto;
    margin-right: 0;
  }
  .survey-control-buttons .survey-button {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .survey-control-buttons .survey-form-select-filter {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-right: auto;
    margin-left: 0;
  }
  .survey-control-buttons .survey-form-code {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .survey-risk-count-wrapper {
    width: 70%;
  }
  .survey-risk-count-wrapper-small {
    width: 30%;
  }
}

@media all and (max-width: 576px) {
  .survey-control-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .survey-control-buttons .flex {
    margin-bottom: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .survey-control-buttons .survey-form-select-result {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .survey-control-buttons .survey-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
  .survey-control-buttons .survey-form-select-filter {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .survey-control-buttons .survey-form-code {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .survey-form-select-result {
    margin-right: 0.5rem;
  }
  .survey-form-select-filter {
    margin-left: 0.5rem;
  }
  .survey-table-wrapper {
    width: 95%;
  }
  .survey-button {
    width: 100%;
  }
  .survey-list-table-wrapper {
    width: 400px;
    overflow-x: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .survey-list-table-wrapper #survey-table {
    width: 600px;
  }
  .scroll-warning-sm {
    display: inherit;
  }
  .survey-risk-count-wrapper {
    width: 70%;
  }
  .survey-risk-count-wrapper-small {
    width: 40%;
  }
}

@media all and (max-width: 400px) {
  .survey-control-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .survey-control-buttons .flex {
    margin-bottom: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .survey-control-buttons .survey-form-select-result {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .survey-control-buttons .survey-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
  .survey-control-buttons .survey-form-select-filter {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .survey-control-buttons .survey-form-code {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .survey-form-select-result {
    margin-right: 0.5rem;
  }
  .survey-form-select-filter {
    margin-left: 0.5rem;
  }
  .survey-table-wrapper {
    width: 95%;
  }
  .survey-button {
    width: 100%;
  }
  .survey-list-table-wrapper {
    width: 300px;
    overflow-x: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .survey-list-table-wrapper #survey-table {
    width: 600px;
  }
  .scroll-warning-sm {
    display: inherit;
  }
  .survey-risk-count-wrapper {
    width: 100%;
  }
  .survey-risk-count-wrapper-small {
    width: 100%;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

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

.flex-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.student-leading-table-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.student-leading-risk-count {
  color: #757575;
  font-weight: 500;
}

.student-leading-risk-count-bold {
  font-weight: bold;
}

.student-leading-risk-count-wrapper {
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: 2px solid #ded9d9;
  width: 50%;
}

.student-leading-risk-count-wrapper .mb-1r {
  margin-bottom: 1rem;
}

.student-leading-risk-count-wrapper-small {
  width: 25%;
}

.student-leading-form-select-result {
  margin-right: auto;
  margin-left: 0.5rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.student-leading-form-select-filter {
  margin-left: auto;
  margin-right: 0.5rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.student-leading-form-code {
  display: -ms-flexbox;
  display: flex;
}

.scroll-warning-sm {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 4rem;
  color: #FFB300;
  display: none;
}

.student-leading-form-code-submit {
  padding: 14px 15px;
  background: #0072bc;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.student-leading-form-select {
  background: white;
  font-size: 1rem;
  padding: 12px;
  border: 2px solid #c8d3d8;
  border-radius: 0 !important;
}

.student-leading-form-code-input {
  font-size: 1rem;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  border: 2px solid #c8d3d8;
  border-radius: 0;
  padding: 12px;
  height: 100%;
  margin-right: 0.5rem;
}

#student-leading-table {
  font-weight: 300;
  background: white;
  border: 1px solid #ded9d9;
}

#student-leading-table th, #student-leading-table td {
  text-align: left;
  padding: 15px;
}

#student-leading-table th {
  background: #0092bc;
  color: white;
}

#student-leading-table .status {
  font-weight: 500;
}

#student-leading-table .status.status-pass {
  color: #5cb85c;
}

#student-leading-table .status.status-interrupted {
  color: #c9302c;
}

#student-leading-table .status.status-fail {
  color: #ec971f;
}

.delete-icon {
  color: #636c72;
}

.delete-icon:hover {
  color: black;
}

.student-leading-control-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.student-leading-button {
  background: #0072bc;
  border: none;
  color: white;
  text-align: center;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

.student-leading-button:hover {
  background: #005993;
}

@media all and (min-width: 768px) and (max-width: 896px) {
  .student-leading-form-select-result {
    margin-right: 0.5rem;
  }
  .student-leading-form-select-filter {
    margin-left: 0.5rem;
  }
  .student-leading-risk-count-wrapper {
    width: 60%;
  }
  .student-leading-risk-count-wrapper-small {
    width: 25%;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  .student-leading-control-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .student-leading-control-buttons .flex {
    margin-bottom: 1rem;
  }
  .student-leading-control-buttons .student-leading-form-select-result {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-left: auto;
    margin-right: 0;
  }
  .student-leading-control-buttons .student-leading-button {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .student-leading-control-buttons .student-leading-form-select-filter {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-right: auto;
    margin-left: 0;
  }
  .student-leading-control-buttons .student-leading-form-code {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .student-leading-risk-count-wrapper {
    width: 70%;
  }
  .student-leading-risk-count-wrapper-small {
    width: 30%;
  }
}

@media all and (max-width: 576px) {
  .student-leading-control-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .student-leading-control-buttons .flex {
    margin-bottom: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .student-leading-control-buttons .student-leading-form-select-result {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .student-leading-control-buttons .student-leading-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
  .student-leading-control-buttons .student-leading-form-select-filter {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .student-leading-control-buttons .student-leading-form-code {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .student-leading-form-select-result {
    margin-right: 0.5rem;
  }
  .student-leading-form-select-filter {
    margin-left: 0.5rem;
  }
  .student-leading-table-wrapper {
    width: 95%;
  }
  .student-leading-button {
    width: 100%;
  }
  .student-leading-list-table-wrapper {
    width: 400px;
    overflow-x: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .student-leading-list-table-wrapper #student-leading-table {
    width: 600px;
  }
  .scroll-warning-sm {
    display: inherit;
  }
  .student-leading-risk-count-wrapper {
    width: 70%;
  }
  .student-leading-risk-count-wrapper-small {
    width: 40%;
  }
}

@media all and (max-width: 400px) {
  .student-leading-control-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .student-leading-control-buttons .flex {
    margin-bottom: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .student-leading-control-buttons .student-leading-form-select-result {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .student-leading-control-buttons .student-leading-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
  .student-leading-control-buttons .student-leading-form-select-filter {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .student-leading-control-buttons .student-leading-form-code {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .student-leading-form-select-result {
    margin-right: 0.5rem;
  }
  .student-leading-form-select-filter {
    margin-left: 0.5rem;
  }
  .student-leading-table-wrapper {
    width: 95%;
  }
  .student-leading-button {
    width: 100%;
  }
  .student-leading-list-table-wrapper {
    width: 300px;
    overflow-x: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .student-leading-list-table-wrapper #student-leading-table {
    width: 600px;
  }
  .scroll-warning-sm {
    display: inherit;
  }
  .student-leading-risk-count-wrapper {
    width: 100%;
  }
  .student-leading-risk-count-wrapper-small {
    width: 100%;
  }
}

.student-leading-time-red {
  background-color: #f5c5cb;
}

.student-leading-time-yellow {
  background-color: #ffeeba;
}

.student-leading-time-gray {
  background-color: #e6e6e6;
}

.student-leading-diagnosis {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  color: #6D6D6D;
  letter-spacing: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#student-leading-table tr {
  border-bottom: 1px solid white;
}

#student-leading-table tr:first-child {
  border-bottom: 0;
}

#student-leading-table tr:last-child {
  border-bottom: 0;
}

.datetimepicker-smodal {
  background-color: white;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100000;
  height: 25rem;
  overflow-y: auto;
}

.datetimepicker-smodal .datetimepicker-smodal-title {
  font-weight: 500;
  font-size: 2rem;
  color: #4A4A4A;
}

.datetimepicker-smodal .datetimepicker-smodal-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 2rem;
  color: #4A4A4A;
}

.datetimepicker-smodal .datetimepicker-smodal-close:hover {
  color: black;
}

.datetimepicker-smodal .datetimepicker-smodal-text {
  width: 80%;
  
  border: 2px solid #c8d3d8;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1rem;
  padding: 12px 20px;
  resize: none;
}

.datetimepicker-smodal .datetimepicker-smodal-select {
  background: white;
  font-size: 1rem;
  padding: 12px 20px;
  border: 2px solid #c8d3d8;
  width: 80%;
  margin-bottom: 1rem;
  height: 50px;
}

.datetimepicker-smodal .datetimepicker-smodal-button {
  margin-top: auto;
  background: #5cb85c;
  border: none;
  color: white;
  text-align: center;
  width: 80%;
  padding: 35px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.datetimepicker-smodal .datetimepicker-smodal-button:hover {
  background: #47a447;
}

.datetimepicker-edit-button {
  margin-top: auto;
  background: #5cb85c;
  border: none;
  color: white;
  text-align: center;
  width: 80%;
  padding: 4px 16px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.datetimepicker-edit-button:hover {
  background: #47a447;
}

#datepicker-table td {
  padding: 1rem;
}

.survey-result-smodal-form {
  width: 100%;
  text-align: center;
}

.student-leading-form-wrapper {
  background: white;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  border-radius: 1.5rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}

.student-leading-form {
  margin-top: 3rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.student-leading-form .student-leading-form-label-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.student-leading-form .student-leading-form-label-input label {
  margin-left: auto;
  margin-right: 15px;
  font-size: 1.1rem;
}

.student-leading-form .student-leading-form-label-input .student-leading-form-input {
  font-size: 16px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 12px 20px;
  border: 2px solid #c8d3d8;
}

.student-leading-form .student-leading-form-label-input .student-leading-form-select {
  background: white;
  height: 3rem;
  border: 0;
  font-size: 16px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 12px 20px;
  outline: 2px solid #c8d3d8;
}

.student-leading-form .student-leading-submit-button {
  background-color: #5cb85c;
  border: none;
  color: white;
  text-align: center;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

.student-leading-form .student-leading-submit-button:hover {
  background-color: #47a447;
  border: none;
  color: white;
  text-align: center;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

@media all and (min-width: 896px) and (max-width: 1130px) {
  .student-leading-form-wrapper {
    width: 80%;
  }
}

@media all and (min-width: 768px) and (max-width: 896px) {
  .student-leading-form-wrapper {
    width: 80%;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  .student-leading-form-wrapper {
    width: 95%;
  }
}

@media all and (max-width: 576px) {
  .student-leading-form-wrapper {
    width: 95%;
  }
}

.survey-form-wrapper {
  background: white;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  border-radius: 1.5rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}

.survey-form {
  margin-top: 3rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.survey-form .survey-form-label-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.survey-form .survey-form-label-input label {
  margin-left: auto;
  margin-right: 15px;
  font-size: 1.1rem;
}

.survey-form .survey-form-label-input .survey-form-input {
  font-size: 16px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 12px 20px;
  border: 2px solid #c8d3d8;
}

.survey-form .survey-form-label-input .survey-form-select {
  background: white;
  height: 3rem;
  border: 0;
  font-size: 16px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 12px 20px;
  outline: 2px solid #c8d3d8;
}

.survey-form .survey-submit-button {
  background-color: #5cb85c;
  border: none;
  color: white;
  text-align: center;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

.survey-form .survey-submit-button:hover {
  background-color: #47a447;
  border: none;
  color: white;
  text-align: center;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

@media all and (min-width: 896px) and (max-width: 1130px) {
  .survey-form-wrapper {
    width: 80%;
  }
}

@media all and (min-width: 768px) and (max-width: 896px) {
  .survey-form-wrapper {
    width: 80%;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  .survey-form-wrapper {
    width: 95%;
  }
}

@media all and (max-width: 576px) {
  .survey-form-wrapper {
    width: 95%;
  }
}

.initial-code-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  width: 50%;
}

.initial-code-wrapper .initial-code-wrapper-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #7a7a7a;
}

.initial-code-wrapper .initial-code-wrapper-input {
  width: 100%;
  font-size: 16px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 6px 10px;
  font-size: 2rem;
  border: 2px solid #c8d3d8;
  margin-bottom: 0.5rem;
}

.initial-code-wrapper .psycho-name-wrapper-input {
  width: 100%;
  font-size: 16px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 6px 10px;
  font-size: 2rem;
  border: 2px solid #c8d3d8;
  margin-bottom: 0.5rem;
}

.initial-code-wrapper #code-submit {
  width: 100%;
  background: #3273dc;
  cursor: pointer;
  border: none;
  color: white;
  text-align: center;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
}

.initial-code-wrapper #code-submit:hover {
  background-color: #2160c4;
}

.survey-header {
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  color: white;
  background-color: #00d1b2;
  z-index: 1000;
}

.danger {
  color: #d9534f;
}

.success {
  color: #5cb85c;
}

.danger-bg {
  background-color: #d9534f;
}

.danger-bg-static {
  background-color: #d9534f;
}

.danger-bg:hover {
  background-color: #d2322d;
}

.success-bg {
  background-color: #5cb85c;
}

.white-bg {
  background-color: white;
}

.white-bg:hover {
  background-color: #ebebeb;
}

.success-bg:hover {
  background-color: #47a447;
}

.smodal-overlay {
  background-color: black;
  opacity: 0.4;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.smodal {
  z-index: 100000;
  margin: 0;
  position: fixed;
  width: 50%;
  min-height: 20rem;
  left: 25%;
  top: 15%;
  border-radius: 3px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
}

.smodal__interview-smodal {
  top: 5%;
}

.smodal .smodal-header {
  font-size: 1.5rem;
  margin-top: 10%;
  font-weight: 400;
  text-align: center;
}

.smodal .smodal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.smodal .smodal-footer .smodal-survey-yes {
  cursor: pointer;
  border: none;
  text-align: center;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3px;
}

.smodal .smodal-footer .smodal-survey-no {
  cursor: pointer;
  border: none;
  text-align: center;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3px;
}

.smodal-short {
  min-height: 15rem;
}

.survey-test-table {
  table-layout: fixed;
  width: 100%;
}

.survey-test-table th {
  background-color: #dbf7ff;
}


.hint-small {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.table-spacer {
  height: 2rem;
}

.survey-question {
  /* Special styling for WebKit/Blink */
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */
}

.survey-question .survey-legend {
  font-size: 1.5rem;
  font-weight: 400;
}

.survey-question .full-w {
  width: 100%;
}

.survey-question input[type=text] {
  width: 100%;
  font-size: 1.5rem;
  padding: 6px 10px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #b5b5b5;
}

.survey-question input[type=text]:focus {
  outline: none;
  border-bottom: 2px solid black;
}

.survey-question input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.survey-question input[type="radio"] + .helping-el {
  cursor: pointer;
  background-color: #dbf7ff;
  border: 2px solid #009688;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  padding: 11px;
  position: relative;
  top: 3px;
}

.survey-question input[type="radio"]:checked + .helping-el {
  cursor: pointer;
  border: 2px solid #009688;
}

.survey-question input[type="radio"]:checked + .helping-el:after {
  background-color: #009688;
  border-radius: 50%;
  content: " ";
  font-size: 33px;
  height: 16px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 16px;
}

.survey-question input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}

.survey-question input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.survey-question input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

.survey-question input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.survey-question input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background: #3273dc;
  cursor: pointer;
  margin-top: -0.75rem;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

.survey-question input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background: #3273dc;
  cursor: pointer;
}

.survey-question input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background: #3273dc;
  cursor: pointer;
}

.survey-question input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.525rem;
  cursor: pointer;
  background: #3071a9;
  border-radius: 5.2px;
  border: none;
}

.survey-question input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}

.survey-question input[type=range]::-moz-range-track {
  width: 100%;
  height: 0.525rem;
  cursor: pointer;
  background: #3071a9;
  border-radius: 5.2px;
  border: none;
}

.survey-question input[type=range]::-ms-track {
  width: 100%;
  height: 0.525rem;
  cursor: pointer;
  background: #3071a9;
  border-radius: 5.2px;
  border: none;
}

.survey-question input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: none;
  border-radius: 5.2px;
}

.survey-question input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}

.survey-question input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: none;
  border-radius: 5.2px;
}

.survey-question input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

.input-range-show {
  font-size: 4rem;
  font-weight: 300;
}

.survey-answer-submit {
  background-color: #5cb85c;
  border: none;
  color: white;
  text-align: center;
  padding: 15px 32px;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  height: 6.25rem;
  width: 15rem;
  right: 0;
  bottom: 0;
  position: fixed;
}

.survey-answer-submit:hover {
  background-color: #47a447;
}

.survey-answer-interrupt {
  cursor: pointer;
  border: none;
  background-color: #d9534f;
  color: white;
  text-align: center;
  padding: 15px 32px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  height: 6.25rem;
  width: 15rem;
  left: 0;
  bottom: 0;
  position: fixed;
}

.survey-answer-interrupt:hover {
  background-color: #d2322d;
}

html, body {
  height: 100%;
  margin: 0 !important;
}

#endMessageSuccess {
  font-size: 4rem;
  font-weight: 300;
  color: #5cb85c;
  margin-top: 5rem;
  text-align: center;
}

#questions {
  width: 60%;
}

#endMessageFail {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 5rem;
  text-align: center;
}

#interruptMessage {
  font-size: 4rem;
  font-weight: 300;
  margin-top: 5rem;
  text-align: center;
}

.survey-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.survey-question {
  width: 60%;
}

.survey-question .survey-question-text {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 4rem;
  margin-top: 7rem;
}

.survey-question .text-small {
  font-size: 2rem;
}

.survey-answer {
  margin-bottom: 2rem;
}

.survey-answer .survey-answer-radio-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.survey-answer .survey-subquestion {
  margin-bottom: 6rem;
}

.survey-answer .survey-subquestion .survey-subquestion-text {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.survey-answer .survey-answer-text {
  display: inline;
  font-size: 1.5rem;
  cursor: pointer;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.survey-question {
  display: none;
}

.hidden {
  display: none;
}

.current-question {
  display: inline;
}

input[type='range']::-moz-focus-outer {
  border: 0;
}

@media all and (min-width: 480px) and (max-width: 576px) {
  .initial-code-wrapper {
    margin-top: 2rem;
  }
  .survey-wrapper {
    margin-top: 0;
  }
  #questions {
    width: 90%;
  }
  .survey-answer-submit {
    width: 50%;
  }
  .survey-answer-interrupt {
    width: 50%;
  }
  .survey-answer {
    margin-bottom: 10rem;
  }
  .survey-question .survey-question-text {
    font-size: 2.5rem;
  }
  .survey-question .text-small {
    font-size: 2rem;
  }
  .smodal {
    min-height: 25rem;
    width: 80%;
    left: 10%;
  }
  .smodal-short {
    min-height: 15rem;
  }
}

@media all and (max-width: 480px) {
  .initial-code-wrapper {
    margin-top: 2rem;
  }
  .survey-wrapper {
    margin-top: 0;
  }
  #questions {
    width: 90%;
  }
  .survey-answer-submit {
    width: 50%;
  }
  .survey-answer-interrupt {
    width: 50%;
  }
  .survey-answer {
    width: 340px;
    margin-bottom: 10rem;
    overflow-x: auto;
    min-height: 100px;
  }
  .survey-question .survey-question-text {
    font-size: 2.5rem;
  }
  .survey-question .text-small {
    font-size: 2rem;
  }
  .smodal {
    min-height: 25rem;
    width: 80%;
    left: 10%;
  }
  .smodal-short {
    min-height: 15rem;
  }
  .survey-test-table {
    width: 600px;
  }
  #q14-table {
    width: 450px;
  }
}

@media all and (max-width: 320px) {
  .initial-code-wrapper {
    margin-top: 2rem;
  }
  .survey-wrapper {
    margin-top: 0;
  }
  #questions {
    width: 90%;
  }
  .survey-answer-submit {
    width: 50%;
  }
  .survey-answer-interrupt {
    width: 50%;
  }
  .survey-answer {
    width: 290px;
    margin-bottom: 10rem;
    overflow-x: auto;
    min-height: 100px;
  }
  .survey-question .survey-question-text {
    font-size: 2.5rem;
  }
  .survey-question .text-small {
    font-size: 2rem;
  }
  .smodal {
    min-height: 25rem;
    width: 80%;
    left: 10%;
  }
  .smodal-short {
    min-height: 15rem;
  }
  .survey-test-table {
    width: 600px;
  }
  #q14-table {
    width: 450px;
  }

}

.text-danger {
  color: #E53935;
}

.text-warning {
  color: #F9A825;
}

.text-success {
  color: #4CAF50;
}

.block {
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  padding: 30px;
}

.block .block-main-text {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  color: #4A4A4A;
  margin-bottom: 1rem;
}

.block .block-sub-text {
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
}

.block .text-group .flex-row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-direction: row;
  flex-direction: row;
}

.block .text-group .flex-row .number {
  font-weight: 700;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
}

.block .text-group .flex-row .label {
  font-weight: 700;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-right: 10px;
}

.block .text-group .flex-row .info {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  font-weight: 400;
  text-align: right;
  padding-right: 30px;
}

.block .text-group ol {
  margin-bottom: 0;
}

.block .question__interrupted {
  margin-bottom: 2rem;
}

.block .flex-row-table {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.block .flex-row-table .flex-row-table-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0.5rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block .flex-row-table .flex-row-table-title .number {
  font-weight: 700;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
}

.block .flex-row-table .flex-row-table-title .label {
  font-weight: 700;
  -ms-flex-preferred-size: 95%;
  flex-basis: 95%;
}

.block table {
  table-layout: fixed;
  border: 1px solid black;
}

.block table th {
}

.block table thead > tr > th:not(:first-child) {
  font-size: 0.75rem;
}

.block table tbody > tr > td:first-child {
  font-weight: 700;
  width: 5rem;
}

.block table tbody > tr > td:last-child {
  text-align: center;
}

.block table th, .block table td {
  padding: 10px 16px;
  border: 1px solid black;
}

.block-smodal {
  background-color: #c7ffd6;
  box-shadow: none;
}

.survey-result-wrapper .title, .survey-result-wrapper .main-block-content__title, .survey-result-wrapper .specialist-title {
  font-weight: 500;
  font-size: 2rem;
  color: #4A4A4A;
  text-align: center;
}

.survey-result-wrapper .survey-result-smodal-trigger {
  background: #5c96b8;
  border: none;
  width: 100%;
  color: white;
  text-align: center;
  padding: 15px 32px;
  height: 4rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.survey-result-wrapper .vop-psycho-chat {
  background: #1c96b8;
  border: none;
  width: 100%;
  color: white;
  text-align: center;
  padding: 15px 32px;
  height: 4rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.survey-result-wrapper .survey-result-raw-smodal-trigger {
  background: #5cb87a;
}

.survey-result-wrapper .survey-result-smodal-trigger:hover {
  background: #4782a4;
}

.survey-result-wrapper .vop-psycho-chat:hover {
  background: #177995;
}

.survey-result-wrapper .survey-result-raw-smodal-trigger:hover {
  background: #47a466;
}

.survey-result-wrapper .block-groups {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.survey-result-wrapper .block-groups .title, .survey-result-wrapper .block-groups .main-block-content__title, .survey-result-wrapper .block-groups .specialist-title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #4A4A4A;
  text-align: left;
}

.survey-result-wrapper .block-groups .left-block-group {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  margin-left: 4rem;
}

.survey-result-wrapper .block-groups .right-block-group {
  margin-left: auto;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-right: 4rem;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block {
  margin-left: 2rem;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .title, .survey-result-wrapper .block-groups .right-block-group .scale-block .main-block-content__title, .survey-result-wrapper .block-groups .right-block-group .scale-block .specialist-title {
  text-align: left;
  font-size: 1.5rem;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group {
  margin-top: 0.5rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.5);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0.5rem;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale {
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .label {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  color: #404040;
  font-weight: 300;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-wrapper {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-wrapper .bar {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  border-radius: 5px;
  border: 1px solid #B2B2B2;
  display: -ms-flexbox;
  display: flex;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-wrapper .bar .bar-handle {
  width: 18px;
  height: 20px;
  border-radius: 3px;
  background-color: #424242;
  color: white;
  font-weight: 500;
  font-size: 0.75rem;
  text-align: center;
  line-height: 20px;
  /* Position the tooltip */
  z-index: 10;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-wrapper .bar .bar-handle:hover .tooltiptext {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.5s;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-wrapper .bar .bar-label {
  
  font-weight: 500;
  font-size: 0.70rem;
  color: #4A4A4A;
  position: relative;
  cursor: default;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-wrapper .bar-label-wrapper {
  
  font-weight: 500;
  font-size: 0.70rem;
  color: #4A4A4A;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-range {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-range .tooltiptext {
  display: none;
  opacity: 0;
  width: 80px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 5px;
  transition: opacity 0.5s;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -40px;
  
  font-weight: 700;
  font-size: 0.75rem;
  /* Position the tooltip */
  z-index: 10;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-range .tooltiptext-wide {
  width: 160px;
  margin-left: -80px;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-range .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-range:hover .tooltiptext {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.5s;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .is-bar-range-start {
  border-right: 2px solid #616161;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .is-bar-range-middle {
  border-right: 2px solid #616161;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .is-bar-range-end {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .is-white {
  background-color: white;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .is-norm {
  background-color: #4CAF50;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .is-ok {
  background-color: #C0CA33;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .is-medium {
  background-color: #FFCA28;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .is-heavy {
  background-color: #FF5722;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .is-super-heavy {
  background-color: #E53935;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #emergency-bar .bar-range-1 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #emergency-bar .bar-range-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #attempt-bar .bar-range-1 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #attempt-bar .bar-range-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #suicidal-thoughts-bar .bar-range-1 {
  -ms-flex-preferred-size: 7%;
  flex-basis: 7%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #suicidal-thoughts-bar .bar-range-2 {
  -ms-flex-preferred-size: 93%;
  flex-basis: 93%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #depression-bar .bar-range-1 {
  -ms-flex-preferred-size: 21%;
  flex-basis: 21%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #depression-bar .bar-range-2 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #depression-bar .bar-range-3 {
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #depression-bar .bar-range-4 {
  -ms-flex-preferred-size: 14%;
  flex-basis: 14%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #depression-bar .bar-range-5 {
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #anxiety-bar .bar-range-1 {
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #anxiety-bar .bar-range-2 {
  -ms-flex-preferred-size: 9.5%;
  flex-basis: 9.5%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #anxiety-bar .bar-range-3 {
  -ms-flex-preferred-size: 9.5%;
  flex-basis: 9.5%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #anxiety-bar .bar-range-4 {
  -ms-flex-preferred-size: 9%;
  flex-basis: 9%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #anxiety-bar .bar-range-5 {
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #stress-bar .bar-range-1 {
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #stress-bar .bar-range-2 {
  -ms-flex-preferred-size: 9%;
  flex-basis: 9%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #stress-bar .bar-range-3 {
  -ms-flex-preferred-size: 14.5%;
  flex-basis: 14.5%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #stress-bar .bar-range-4 {
  -ms-flex-preferred-size: 19.5%;
  flex-basis: 19.5%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #stress-bar .bar-range-5 {
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #emotional-bar .bar-range-1 {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #emotional-bar .bar-range-2 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #emotional-bar .bar-range-3 {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #behavioral-bar .bar-range-1 {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #behavioral-bar .bar-range-2 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #behavioral-bar .bar-range-3 {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #hyperactivity-bar .bar-range-1 {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #hyperactivity-bar .bar-range-2 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #hyperactivity-bar .bar-range-3 {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #peers-bar .bar-range-1 {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #peers-bar .bar-range-2 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #peers-bar .bar-range-3 {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #global-bar .bar-range-1 {
  -ms-flex-preferred-size: 38.5%;
  flex-basis: 38.5%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #global-bar .bar-range-2 {
  -ms-flex-preferred-size: 9.75%;
  flex-basis: 9.75%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #global-bar .bar-range-3 {
  -ms-flex-preferred-size: 51.75%;
  flex-basis: 51.75%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #prosocial-bar .bar-range-1 {
  -ms-flex-preferred-size: 45.45%;
  flex-basis: 45.45%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #prosocial-bar .bar-range-2 {
  -ms-flex-preferred-size: 9.09%;
  flex-basis: 9.09%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #prosocial-bar .bar-range-3 {
  -ms-flex-preferred-size: 45.45%;
  flex-basis: 45.45%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #prosocial-bar .bar-handle {
  margin-right: 0;
  margin-left: auto;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #self-damage-bar .bar-range-1 {
  -ms-flex-preferred-size: 11.1%;
  flex-basis: 11.1%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale #self-damage-bar .bar-range-2 {
  -ms-flex-preferred-size: 88.9%;
  flex-basis: 88.9%;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-range-label {
  
  font-weight: 500;
  font-size: 0.70rem;
  color: #4A4A4A;
  position: relative;
  top: 21px;
  cursor: default;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-range-label-left {
  margin-right: auto;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-range-label-right {
  margin-left: auto;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-grad-1 {
  background: -webkit-linear-gradient(left, white, #a60000);
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-grad-2 {
  background: -webkit-linear-gradient(left, white, #ff2800);
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-grad-3 {
  background: -webkit-linear-gradient(left, white, #ff9529);
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-grad-4 {
  background: -webkit-linear-gradient(left, white, #626262);
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale-big {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
  height: 40px;
  display: block;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale-big .bar-wrapper {
  height: 35px;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale-big .label {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale-big .bar {
  -ms-flex-preferred-size: 62.5% !important;
  flex-basis: 62.5% !important;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale-big .bar .bar-handle {
  height: 25px;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .subscale {
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .subscale:last-child {
  margin-bottom: 0;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .subscale .bar-wrapper {
  height: 30px;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .subscale .bar-wrapper .bar-label-wrapper .bar-label {
  font-size: 0.6rem;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .subscale .bar-wrapper .bar-label-wrapper .bar-label-limit {
  font-size: 0.7rem;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .subscale .label {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .subscale .bar {
  -ms-flex-preferred-size: 62.5% !important;
  flex-basis: 62.5% !important;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .subscale .bar .bar-handle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto !important;
  font-size: 0.5rem !important;
  line-height: normal;
}

.survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .title, .survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .main-block-content__title, .survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .specialist-title {
  text-align: left;
  font-size: 1.25rem;
}

.bar-label-limit-border {
  font-weight: 700;
  font-size: 0.8rem;
}

.bar-label-limit {
  font-weight: 700;
  font-size: 0.8rem;
  margin-right: auto;
}

#suicidial-thoughts-bar-label {
  margin-left: 5.5%;
}

#depression-bar-label {
  margin-left: 46.3%;
}

#anxiety-bar-label {
  margin-left: 33%;
}

#stress-bar-label {
  margin-left: 56%;
}

#global-bar-label {
  margin-left: 46.4%;
}

#emotional-bar-label {
  margin-left: 63%;
}

#problem-bar-label {
  margin-left: 43.1%;
}

#hyperactivity-bar-label {
  margin-left: 63%;
}

#peers-bar-label {
  margin-left: 53.2%;
}

#prosocial-bar-label {
  margin-left: 51%;
}

#self-damage-bar-label {
  margin-left: 8.5%;
}

.survey-result-smodal {
  background-color: #ffffff;
  box-shadow: 2px 2px 5px 3px rgba(70, 68, 68, 0.61);
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100000;
  height: 28rem;
  overflow-y: scroll;
}

.survey-result-smodal__interview-smodal {
  height: 87%;
}

.survey-result-smodal__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.survey-result-smodal .survey-result-smodal-title {
  
  font-weight: 500;
  font-size: 1.5rem;
  color: #4A4A4A;
  margin-bottom: 4rem;
}

.survey-result-smodal .survey-result-smodal-close {
  position: absolute;
  right: 2rem;
  top: 1.6rem;
  font-size: 1.5rem;
  color: #4A4A4A;
}

.survey-result-smodal .survey-result-smodal-close:hover {
  color: black;
}

.survey-result-smodal .survey-result-smodal-text {
  width: 90%;
  
  border: 1px solid #4A4A4A;
  border-radius: 3px;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1rem;
  padding: 12px 20px;
  resize: none;
}

.survey-result-smodal .survey-result-smodal-select {
  background: white;
  font-size: 0.75rem;
  padding: 12px 20px;
  border: 1px solid #4A4A4A;
  width: 90%;
  margin-bottom: 1rem;
  height: 50px;
}

.survey-result-smodal .survey-result-smodal-button {
  margin-top: auto;
  background: #5cb85c;
  border: none;
  border-radius: 3px;
  font-size: 0.75rem;
  color: white;
  text-align: center;
  width: 80%;
  padding: 15px 32px;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 1rem;
}

.survey-result-smodal .survey-result-smodal-button:hover {
  background: #47a447;
}

.survey-result-raw-smodal {
  background-color: #c7ffd6;
}

::i-block-chrome, .bar {
  height: 40px;
}

@media all and (min-width: 896px) and (max-width: 1130px) {
  .survey-result-smodal__inner-height {
    height: 53rem;
  }
  .survey-result-smodal__interview-smodal {
    height: 79%;
  }
}

@media all and (min-width: 768px) and (max-width: 896px) {
  .survey-result-smodal__inner-height {
    height: 57rem;
  }
  .survey-result-smodal__interview-smodal {
    height: 71%;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  .survey-result-smodal__inner-height {
    height: 61rem;
  }
  .survey-result-smodal__interview-smodal {
    height: 76%;
  }
  .survey-result-wrapper .block-groups .left-block-group {
    margin-left: 2rem;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .survey-result-wrapper .block-groups .right-block-group {
    margin-right: 2rem;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
  .survey-result-wrapper .block-groups .right-block-group .title, .survey-result-wrapper .block-groups .right-block-group .main-block-content__title, .survey-result-wrapper .block-groups .right-block-group .specialist-title {
    margin-left: 2rem;
  }
  .survey-result-wrapper .block-groups .right-block-group .block {
    margin-left: 2rem;
  }
  .survey-result-wrapper .block-groups .right-block-group .block {
    margin-left: 2rem;
  }
}

@media all and (max-width: 576px) {
  .survey-result-smodal__inner-height {
    height: 61rem;
  }
  .survey-result-wrapper .block-groups {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .survey-result-wrapper .block-groups .left-block-group {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .survey-result-wrapper .block-groups .left-block-group .student-info-block, .survey-result-wrapper .block-groups .left-block-group .add-info-block {
    margin-right: 0;
  }
  .survey-result-wrapper .block-groups .right-block-group {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .survey-result-wrapper .block-groups .right-block-group .scale-block {
    margin-left: 0;
  }
  .survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale {
    display: block;
  }
  .survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-wrapper {
    height: 30px;
  }
  .survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .label {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
  .survey-result-wrapper .block-groups .right-block-group .scale-block .scale-group .scale-big .bar-wrapper {
    height: 35px;
  }
}

.choose-level-smodal {
  background-color: #ffffff;
  box-shadow: 2px 2px 5px 3px rgba(70, 68, 68, 0.61);
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100000;
  height: 28rem;
  overflow-y: scroll;
}

.choose-level-smodal__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.choose-level-smodal__inner-height {
  height: 50rem;
}

.choose-level-smodal .choose-level-smodal-close {
  position: absolute;
  right: 2rem;
  top: 1.6rem;
  font-size: 1.5rem;
  color: #4A4A4A;
}

.choose-level-smodal .choose-level-smodal-close:hover {
  color: black;
}

@media all and (min-width: 896px) and (max-width: 1130px) {
  .choose-level-smodal__inner-height {
    height: 53rem;
  }
  .choose-level-smodal__interview-smodal {
    height: 79%;
  }
}

@media all and (min-width: 768px) and (max-width: 896px) {
  .choose-level-smodal__inner-height {
    height: 57rem;
  }
  .choose-level-smodal__interview-smodal {
    height: 71%;
  }
}

@media all and (min-width: 576px) and (max-width: 768px) {
  .choose-level-smodal__inner-height {
    height: 61rem;
  }
  .choose-level-smodal__interview-smodal {
    height: 76%;
  }
  .choose-level-wrapper .block-groups .left-block-group {
    margin-left: 2rem;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .choose-level-wrapper .block-groups .right-block-group {
    margin-right: 2rem;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
  .choose-level-wrapper .block-groups .right-block-group .title, .choose-level-wrapper .block-groups .right-block-group .main-block-content__title, .choose-level-wrapper .block-groups .right-block-group .specialist-title {
    margin-left: 2rem;
  }
  .choose-level-wrapper .block-groups .right-block-group .block {
    margin-left: 2rem;
  }
  .choose-level-wrapper .block-groups .right-block-group .block {
    margin-left: 2rem;
  }
}

@media all and (max-width: 576px) {
  .choose-level-smodal__inner-height {
    height: 61rem;
  }
  .choose-level-wrapper .block-groups {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .choose-level-wrapper .block-groups .left-block-group {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .choose-level-wrapper .block-groups .left-block-group .student-info-block, .choose-level-wrapper .block-groups .left-block-group .add-info-block {
    margin-right: 0;
  }
  .choose-level-wrapper .block-groups .right-block-group {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .choose-level-wrapper .block-groups .right-block-group .scale-block {
    margin-left: 0;
  }
  .choose-level-wrapper .block-groups .right-block-group .scale-block .scale-group .scale {
    display: block;
  }
  .choose-level-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar-wrapper {
    height: 30px;
  }
  .choose-level-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .label {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .choose-level-wrapper .block-groups .right-block-group .scale-block .scale-group .scale .bar {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
  .choose-level-wrapper .block-groups .right-block-group .scale-block .scale-group .scale-big .bar-wrapper {
    height: 35px;
  }
}

.sticky-header {
  position: fixed;
  overflow: hidden;
  z-index: 1;
}

.sticky-header table {
  background-color: #dbf7ff;
}

.sticky-table-for-shifting {
  position: absolute;
  left: 0;
  top: 0;
}

.hidden {
  display: none !important;
}

.body-sticky-margin {
  margin-top: 50px !important;
}

.sticky-row-container {
  width: 100%;
  height: calc(100% - 50px);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}

th {
  padding-top: 65px;
}

.fixed {
  top: 0;
  position: fixed;
  width: auto;
  display: none;
  border: none;
}

.container {
  width: 100%;
  margin: auto;
}

.chat-block {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  box-shadow: none;
  margin-top: 2rem;
  border-width: 0;
  border-radius: 10px;
}

.flex_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 20px;
}

.question_half {
  width: 48%;
  background-color: white;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.5);
}

.second_half {
  width: 48%;
  background-color: white;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.5);
}

.color_box {
  background-color: #0092bc;
  border-width: 0;
  border-radius: 10px;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
}

.vop_comment {
  background-color: white;
  width: 100%;
  padding: 10px;
  min-height: 240px;
  display: inline-block;
}

.vop_comment_header {
  padding: 5px;
  background-color: #ece2e2;
}

.psycho_comment {
  background-color: white;
  width: 100%;
  padding: 10px;
  min-height: 240px;
  display: inline-block;
}

.psycho_comment_header {
  padding: 5px;
  background-color: #ece2e2;
}

.comment_info {
  background: #abb3b7;
  
}

.comment_info_left {
  padding: 10px;
  font-size: 12px;
  float: left;
  margin-bottom: 1px;
}

.comment_info_right {
  padding: 10px;
  font-size: 12px;
  text-align: right;
  margin-bottom: 1px;
}

.author_info {
  background: #5c96b8;
  
}

.author_info_left {
  padding: 10px;
  font-size: 12px;
  float: left;
  margin-bottom: 1px;
}

.author_info_right {
  padding: 10px;
  font-size: 12px;
  text-align: right;
  margin-bottom: 1px;
}

.diseases_footer {
  background: #abb3b7;
  
  height: 3rem;
  padding-top: 15px;
  padding-left: 5px;
}

.name_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.number_p p {
  font-size: 12px;
  font-style: italic;
}

.hidden_new_question {
  border-width: 0;
  border-radius: 2px;
  background-color: #43ac89;
  height: 40px;
  padding: 3px;
  color: white;
}

.submit_button {
  border-width: 0;
  border-radius: 0px;
  background-color: #4f9758;
  height: 35px;
  padding: 3px;
  color: white;
  
  font-weight: 400;
}

.submit_button:hover {
  cursor: pointer;
}

.write_new_answer {
  border-width: 0;
  border-radius: 2px;
  background-color: #43ac89;
  height: 30px;
  padding: 3px;
  color: white;
  
  font-weight: 400;
}

.hidden_question {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.textarea_class {
  width: 100%;
  resize: none;
}

.textarea_question {
  width: 100%;
  resize: none;
  margin-bottom: 5px;
}

.add_question_block {
  width: 45%;
}

.scroller_anchor {
  height: 0px;
  margin: 0;
  padding: 0;
}

.scroller {
  border: none;
  z-index: 100;
  height: 50px;
  
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  width: 50%;
  margin-left: 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.scroller {
  background: #4f9758;
  color: white;
  border-radius: 0px 0px 4px 4px;
  -ms-flex-align: center;
  align-items: center;
}

.buttons_print {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 7px;
}

.stud_code {
  margin-left: 7px;
}

.page_num_selection input {
  padding: 3px;
  width: 45%;
}

#stud_code {
  
  font-weight: bold;
  font-size: 1em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 0.2em;
}

.toggle_remove_risk {
  border: none;
  border-radius: 5px;
  
  font-weight: bold;
  color: #ffffff;
  font-size: 1em;
  background: #186221;
  padding: 0.25em;
  text-decoration: none;
  margin-left: 0.5em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0.5rem;
}

.toggle_remove_risk:hover {
  cursor: pointer;
  background: #66BB6A;
  text-decoration: none;
}

.toggle_print {
  border: none;
  border-radius: 5px;
  
  font-weight: bold;
  color: #ffffff;
  font-size: 1em;
  background: #186221;
  padding: 0.25em;
  text-decoration: none;
  margin-left: 0.5em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0.5rem;
}

.toggle_print:hover {
  cursor: pointer;
  background: #66BB6A;
  text-decoration: none;
}

.result_button {
  border: none;
  border-radius: 5px;
  
  font-weight: bold;
  color: #ffffff;
  font-size: 1em;
  background: #186221;
  padding: 0.25em;
  text-decoration: none;
  margin-left: 0.5em;
  padding: 0.5rem;
  white-space: nowrap;
}

.result_button:hover {
  cursor: pointer;
  background: #66BB6A;
  text-decoration: none;
}

.content {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1em;
}

.content form {
  margin-left: 1em;
}

@media screen and (max-width: 800px) {
  .scroller {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  #stud_code {
    font-size: 0.9em;
    margin-bottom: 0.5em;
  }
  .result_button {
    font-size: 0.8em;
  }
  .toggle_print {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 500px) {
  .author_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .author_info_left {
    text-align: center;
    padding: 5px;
  }
  .author_info_right {
    text-align: center;
    padding: 5px;
  }
}

#ask-smodal {
  height: 0rem;
  width: 40%;
  left: 30%;
}

@media screen and (max-width: 500px) {
  #ask-smodal {
    width: 80%;
    left: 10%;
  }
}

@media screen and (max-width: 400px) {
  #stud_code {
    font-size: 0.8em;
  }
  .toggle_print {
    font-size: 0.7em;
  }
  .result_button {
    font-size: 0.7em;
  }
  .author_info_left {
    font-size: 10px;
  }
  .author_info_right {
    font-size: 10px;
  }
  .comment_info_left {
    font-size: 10px;
  }
  .comment_info_right {
    font-size: 10px;
  }
}

.wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
}

.wrapper__side-menu {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-left: 5rem;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .wrapper__side-menu {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.wrapper__content-group {
  margin-left: 3rem;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .wrapper__content-group {
    margin-right: 3rem;
  }
}

.wrapper--main_content {
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 768px) {
  .wrapper--main_content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

.wrapper_full-width {
  width: 100%;
}

.wrapper_i {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

@media (max-width: 320px) {
  .wrapper {
    width: 95%;
  }
  .wrapper_full-width {
    width: 100%;
  }
}

@media (min-width: 320px) {
  .wrapper {
    width: 95%;
  }
  .wrapper_full-width {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .wrapper {
    width: 95%;
  }
  .wrapper_full-width {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .wrapper {
    width: 90%;
  }
  .wrapper_full-width {
    width: 100%;
  }
}

.chat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 450px;
  background-color: #FAFFE9;
  width: 100%;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  overflow-x: auto;
  /* mixes */
}

@media (max-width: 320px) {
  .chat {
    height: 280px;
  }
}

@media (min-width: 320px) {
  .chat {
    height: 280px;
  }
}

@media (min-width: 576px) {
  .chat {
    height: 380px;
  }
}

@media (min-width: 768px) {
  .chat {
    height: 450px;
  }
}

.chat__toggler {
  margin-bottom: 20px;
}

@media (max-width: 320px) {
  .chat__toggler {
    margin-bottom: 5px;
  }
}

@media (min-width: 576px) {
  .chat__toggler {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .chat__toggler {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .chat__toggler {
    margin-bottom: 20px;
  }
}

.conversation-block {
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: auto;
}

.conversation-block__message {
  
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: -30px;
  margin-top: 10px;
}

.conversation-block__message:first-child {
  margin-top: 40px;
}

.conversation-block__message_right {
  margin-top: -10px;
}

.conversation-block__message_right .conversation-block__bubble {
  margin-left: auto;
  margin-right: 80px;
}

.conversation-block__message_right .conversation-block__avatar {
  margin-left: auto;
  margin-right: 20px;
  bottom: 40px;
}

.conversation-block__bubble-outside {
  width: 100%;
}

.conversation-block__bubble {
  margin-top: 0.5rem;
  background: #FFFFFF;
  border-radius: 7px;
  box-shadow: 0 1px 4px 0 rgba(188, 187, 187, 0.5);
  width: 50%;
  margin-left: 80px;
  word-wrap: break-word;
}

.conversation-block__bubble-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 0;
}

.conversation-block__date {
  padding-right: 7px;
  padding-bottom: 7px;
  text-align: right;
  font-size: 0.7rem;
  color: #b5b5b5;
  margin-top: -3px;
}

.conversation-block__avatar {
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  
  font-weight: 300;
  color: white;
  font-size: 1rem;
  background-color: red;
  bottom: 40px;
  margin-left: 20px;
}

.conversation-block__avatar:hover .conversation-block__tooltip {
  visibility: visible;
  opacity: 1;
}

.conversation-block__notification {
  display: none;
  position: fixed;
  width: 300px;
  left: calc(50% - 150px);
  text-align: center;
  margin-top: 350px;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 5px;
  opacity: 0;
}

.conversation-block__notification_success {
  background-color: #43A047;
}

.conversation-block__notification_danger {
  background-color: #E53935;
}

.conversation-block__tooltip {
  position: absolute;
  visibility: hidden;
  top: 5px;
  width: 150px;
  background-color: black;
  color: #fff;
  padding: 5px 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s;
}

.conversation-block__tooltip_left {
  right: 115%;
}

.conversation-block__tooltip_left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.conversation-block__tooltip_right {
  left: 115%;
}

.conversation-block__tooltip_right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.conversation-block__empty {
  text-align: center;
  margin-top: 4rem;
  
  font-size: 1.5rem;
  color: #d1d4c3;
}

.chat-field {
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  
  width: 100%;
  height: 75px;
  background-color: white;
  border-top: 1px solid #D4D4D4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.chat-field__input {
  width: 90%;
  margin-left: 40px;
  margin-right: 40px;
  border: 0;
  
  font-size: 1rem;
  font-weight: 300;
}

.chat-field__input:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.chat-field__submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.chat-field__submit:hover {
  cursor: pointer;
}

.chat-field__submit:hover svg g g {
  fill: black;
  transition: all 0.2s;
}

.chat-field__submit svg {
  width: 60%;
  height: 60%;
}

.chat-field__submit svg g g {
  transition: all 0.2s;
}

.faq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 450px;
  background-color: #EBFFE9;
  width: 100%;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  overflow-x: auto;
}

@media (max-width: 320px) {
  .faq {
    height: 280px;
  }
}

@media (min-width: 320px) {
  .faq {
    height: 280px;
  }
}

@media (min-width: 576px) {
  .faq {
    height: 380px;
  }
}

@media (min-width: 768px) {
  .faq {
    height: 450px;
  }
}

.faq__faq-question {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}

.faq__faq-question:first-child {
  margin-top: 1rem;
}

.faq__faq-question:last-child {
  margin-bottom: 1rem;
}

.faq-question {
  width: 80%;
  
  background-color: white;
  -ms-flex: 1 0 auto !important;
  flex: 1 0 auto !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
}

.faq-question__question-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-question__toggle {
  font-size: 2rem;
  color: #CECECE;
  transition: color 0.2s;
}

.faq-question__toggle:hover {
  cursor: pointer;
  color: #878787;
  transition: color 0.2s;
}

.faq-question__divider {
  background-color: #D7D7D7;
  height: 1px;
  border: 0;
  display: none;
}

.faq-question__answer-block {
  margin-top: 20px;
  display: none;
}

.faq-question__toggle_active {
  transform: rotate(90deg);
}

.toggler {
  
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0.8rem;
}

.toggler__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  padding: 15px;
  width: 16rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #ECECEC;
  border-radius: 3px;
  background-color: #D8ECF5;
}

@media (max-width: 320px) {
  .toggler__item {
    width: 50%;
  }
}

@media (min-width: 320px) {
  .toggler__item {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .toggler__item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .toggler__item {
    width: 16rem;
  }
}

.toggler__item_first {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.toggler__item_last {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.toggler__item_active {
  background-color: white;
}

.sk-fading-circle {
  width: 30px;
  height: 30px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #bdbdbd;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.arrow {
  width: 0;
  height: 0;
}

.arrow_left {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid white;
}

.arrow_right {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid white;
}

.content-group--centered {
  width: 75%;
  margin: auto;
}

.content-group__item-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-group__title {
  
  font-size: 3rem;
  font-weight: 700;
  color: black;
}

.content-group__line-decorator {
  height: 6px;
  background-color: black;
  margin: 10px 0 30px 0;
}

.content-group__item {
  position: relative;
  margin-bottom: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-group__item:hover {
  cursor: pointer;
}

.content-group__item:hover .content-group__item-overlay {
  visibility: visible;
  top: 0;
  opacity: 1;
  left: 0;
  transition: all 0.2s;
}

.content-group__item:hover .content-group__wide--item-overlay {
  width: 240px;
  height: 135px;
  transition: all 0.2s;
}

.content-group__item:hover .content-group__narrow--item-overlay {
  width: 120px;
  height: 200px;
  transition: all 0.2s;
}

.content-group__item-overlay {
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}

.content-group__item-icon {
  color: white;
}

.content-group__name {
  
  margin-top: 0.5rem;
  padding: 0;
}

.content-group__name--centered {
  text-align: center;
}

.content-group__wide {
  border: 2px solid black;
  background-color: black;
  background-size: cover;
  background-position: center;
  height: 135px;
}

.content-group__wide--item {
  width: 240px;
  margin-right: 4rem;
}

.content-group__wide--item-overlay {
  width: 192px;
  height: 107px;
  top: 14px;
  left: calc(50% - 96px);
}

.content-group__narrow {
  border: 2px solid black;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.content-group__narrow--name {
  width: 120px;
}

.content-group__narrow--item {
  width: 120px;
  margin-right: 3rem;
}

@media (max-width: 359px) {
  .content-group__narrow--item {
    margin-right: auto;
    margin-left: auto;
  }
}

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

.content-group__narrow--item-overlay {
  width: 96px;
  height: 160px;
  top: 20px;
  left: calc(50% - 48px);
}

.content-group__poster {
  width: 120px;
  height: 200px;
  border: 2px solid black;
}

.content-group__poster--item {
  width: 120px;
  margin-right: 5rem;
}

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

.content-group__poster--item-overlay {
  width: 96px;
  height: 160px;
  top: 20px;
  left: calc(50% - 48px);
}

.poster-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 10000;
  display: none;
}

.poster-overlay__close-button {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.poster-overlay__close-button:hover {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.poster-overlay__close-button:hover .poster-overlay__close-icon {
  font-size: 2rem !important;
  transition: font-size 0.2s ease-in-out;
}

.poster-overlay__close-icon {
  font-size: 2rem !important;
  transition: font-size 0.2s ease-in-out;
}

.poster-overlay__left-control {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  cursor: pointer;
}

.poster-overlay__left-control:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.poster-overlay__left-control:hover .poster-overlay__left-control-icon {
  font-size: 4rem !important;
  transition: font-size 0.2s ease-in-out;
}

@media (max-width: 577px) {
  .poster-overlay__left-control {
    display: none;
  }
}

.poster-overlay__left-control-icon {
  font-size: 2rem !important;
  transition: font-size 0.2s ease-in-out;
}

.poster-overlay__content {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

@media (max-width: 577px) {
  .poster-overlay__content {
    margin: 0 auto;
    width: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
}

.poster-overlay__loader {
  display: none !important;
  position: absolute;
}

.poster-overlay__image-container {
  overflow-y: auto;
  width: 100%;
}

.poster-overlay__image {
  width: 100%;
}

.poster-overlay__right-control {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  cursor: pointer;
}

.poster-overlay__right-control:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.poster-overlay__right-control:hover .poster-overlay__right-control-icon {
  font-size: 4rem !important;
  transition: font-size 0.2s ease-in-out;
}

@media (max-width: 577px) {
  .poster-overlay__right-control {
    display: none;
  }
}

.poster-overlay__right-control-icon {
  font-size: 2rem !important;
  transition: font-size 0.2s ease-in-out;
}

.poster-overlay__left-control-icon {
  font-size: 3rem !important;
  transition: font-size 0.2s ease-in-out;
}

.poster-overlay__right-control-icon {
  font-size: 3rem !important;
  transition: font-size 0.2s ease-in-out;
}

.poster-overlay__name {
  text-align: center;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.poster-overlay__dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.poster-overlay__dot {
  height: 10px;
  width: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #b3b3b3;
}

.poster-overlay__dot_active {
  background-color: white;
}

.poster-overlay__dot:hover {
  cursor: pointer;
}

.side-menu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.side-menu__item {
  border-bottom: 1px solid white;
}

.side-menu__item:hover {
  background-color: #2c799d;
}

.side-menu__item--item-head {
  border-radius: 0;
}

.side-menu__item--submenu {
  border-radius: 0;
}

.side-menu__item:first-child .side-menu__item--item-head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.side-menu__item:last-child .side-menu__item--item-head {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.side-menu__item:last-child .side-menu__item--submenu {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.side-menu__item-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3592BD;
}

.side-menu__item-head:hover {
  background-color: #2c799d;
}

.side-menu__item-title {
  cursor: pointer;
  padding: 20px;
  color: white;
  
  font-weight: 300;
  font-size: 1rem;
}

.side-menu__item-title:hover {
  text-decoration: underline;
}

.side-menu__item-toggle {
  cursor: pointer;
  padding: 20px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.side-menu__item-toggle_active {
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}

.side-menu__submenu {
  display: none;
  overflow: hidden;
}

.side-menu__subitem-decorator {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  margin: 0;
}

.side-menu__subitem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: #256E90;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.side-menu__subitem:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.side-menu__subitem:hover {
  background-color: #1d5570;
}

.side-menu__subitem-title {
  color: white;
  
  font-weight: 300;
  font-size: 0.8rem;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  margin-left: 20px;
}

.side-menu__subitem-title:hover {
  text-decoration: underline;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.video-overlay {
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.video-overlay__inner {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
}

.video-overlay__video-responsive {
  position: relative;
  width: 100%;
  min-height: 70%;
}

.video-overlay__subcontent {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-overlay__subcontent--main-info {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.video-overlay__subcontent--stats {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.video-overlay__video {
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@-moz-document url-prefix() {
  .video-overlay .video-overlay__video {
    position: inherit;
  }
}

.video-overlay__name {
  
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0;
  color: white;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.video-overlay__watch-count {
  
  color: white;
}

.video-overlay__stats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.video-overlay__stats--like {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

.video-overlay__stats--dislike {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.video-overlay__like {
  color: white;
}

.video-overlay__like:hover {
  color: #b3b2b2;
}

.video-overlay__dislike {
  color: white;
}

.video-overlay__dislike:hover {
  color: #b3b2b2;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading__loader {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 0.25rem solid rgba(54, 145, 189, 0.2);
  border-top-color: #3691bd;
  animation: spin 1s infinite linear;
}

.about-wrapper {
  margin: 2rem 10rem;
  padding: 2rem 4rem;
  border-radius: 0.625rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
  background-color: white;
}

.about-wrapper b {
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .about-wrapper {
    margin: 2rem 6rem;
  }
}

@media screen and (max-width: 767px) {
  .about-wrapper {
    margin: 2rem 2rem;
  }
}

@media screen and (max-width: 480px) {
  .about-wrapper {
    margin: 2rem 0rem;
  }
}

.about-reports {
  margin: 2rem 10rem;
  padding: 2rem 4rem;
  border-radius: 0.625rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
  background-color: white;
}

@media screen and (max-width: 1199px) {
  .about-reports {
    margin: 2rem 6rem;
  }
}

@media screen and (max-width: 767px) {
  .about-reports {
    margin: 2rem 2rem;
  }
}

@media screen and (max-width: 480px) {
  .about-reports {
    margin: 2rem 0rem;
  }
}

.about-reports__heading {
  margin-top: 0rem;
  margin-bottom: 2rem;
}

.about-reports__button {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-right: 2rem;
  font-size: 1rem;
  padding: 0.3125rem 1.5625rem 0.4375rem;
}

.about-decoration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2rem 0;
}

.about-decoration__line {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

@media screen and (max-width: 1199px) {
  .about-decoration__line {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

@media screen and (max-width: 767px) {
  .about-decoration__line {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}

.about-decoration__line > hr {
  height: 2px;
  background-color: #326135;
}

.about-logo {
  width: 2.5rem;
}

.about-heading {
  text-align: center;
  color: #326135;
}

.about-text {
  font-weight: 300;
  padding: 5%;
  padding-bottom: 0;
  padding-top: 0.5rem;
  font-size: 110%;
  line-height: 1.625rem;
  color: #326135;
}

.about-caption {
  margin-top: 4rem;
  font-size: 120%;
  text-align: right;
  color: #326135;
}

.about-caption > span {
  display: block;
  font-weight: 700;
}

.about-list {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 2.5rem;
  color: #326135;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .module__name {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
  }
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */




.back {
  position: absolute;
  left: 1rem;
  cursor: pointer;
  color: white;;
}

.back:hover {
  color: #DBF7FF;
}

.survey-question input[type="radio"]:checked + .q11::after {
  border-radius: 23% !important;
}

.survey-question input[type="checkbox"]:checked + .helping-el::after {
  background-color: #009688;
  border-radius: 23%;
  content: " ";
  font-size: 33px;
  height: 16px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 16px;
}

.survey-question input[type="checkbox"] + .helping-el {
  cursor: pointer;
  background-color: #dbf7ff;
  border: 2px solid #009688;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  padding: 11px;
  position: relative;
  top: 3px;
}


