/*basic params*/
/*scroll params*/
/*left menu params*/
/*menu section*/
/*global header*/
/* basic styles for non classes */
body {
  margin: 0;
  padding: 0;
  color: #32323a;
  font-family: 'Open Sans', sans-serif;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  padding-left: 24px;
}
.red-text {
  color: #d93838;
  font-size: 1.2em;
}
.disabled {
  opacity: 0.5;
}
.control-buttons {
  display: flex;
  gap: 7px;
  align-items: center;
  flex-wrap: wrap;
}
.control-buttons .btn {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.custom-icons.crossed-swords {
  width: 14px;
}
.adaptive-image {
  display: inline-block;
  max-width: 100%;
}
.adaptive-image .wrapper {
  position: relative;
  display: block;
  max-width: 100%;
}
.adaptive-image .wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
/* shifter without logic*/
.pb-2 {
  padding-bottom: 2px;
}
/* styles to kill default less styles*/
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: inherit;
}
/* form elements */
.form-control {
  border-color: #8f8e8e;
  color: #32323a;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #8f8e8e;
  background: #f8f8f8;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #f1f2f7;
}
.has-error .form-control {
  border-color: #f05050;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f05050;
  background: #f8f8f8;
}
.has-error .help-block {
  color: #f05050;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 120%;
}
.has-success .form-control {
  border-color: #06a573;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #06a573;
  background: #f8f8f8;
}
.has-success .help-block {
  color: #06a573;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 120%;
}
.borderless-input,
.borderless-input:focus {
  border: none;
  width: 100%;
  outline: none;
}
/* modals */
.modal-backdrop {
  z-index: 3999;
  background: #32323a;
}
.modal {
  z-index: 4000;
}
.modal .modal-dialog.modal-sm {
  width: 300px;
  margin: 30px auto;
}
.modal .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 8px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 15px 20px;
}
.modal .modal-dialog .modal-content .modal-body .centered-header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
}
.modal-header,
.modal-footer {
  background: #f8f8f8;
  border-radius: 8px 8px 0 0;
  padding: 10px 15px;
}
.modal-footer {
  border-radius: 0 0 8px 8px;
}
.modal-title {
  font-size: 17px;
}
.modal-header .close {
  outline: none;
  margin: -8px -10px -10px auto;
  padding: 10px;
}
/* cropper modal */
@media (max-width: 991px) {
  #cropper-modal-image_cropper .modal-footer {
    text-align: left;
  }
  #cropper-modal-image_cropper .modal-footer .col-sm-3 {
    width: 50%;
    margin-bottom: 15px;
  }
  #cropper-modal-image_cropper .modal-footer .col-sm-3:nth-child(odd) {
    padding-left: 7px;
  }
  #cropper-modal-image_cropper .modal-footer .col-sm-3:nth-child(even) {
    padding-right: 7px;
  }
  #cropper-modal-image_cropper .modal-footer .pull-left {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #cropper-modal-image_cropper .modal-footer .col-sm-3 {
    float: left;
  }
  #cropper-modal-image_cropper .modal-footer .pull-left {
    width: 100%;
  }
}
@media (max-width: 430px) {
  #cropper-modal-image_cropper .modal-footer .col-sm-3 {
    float: none;
    width: 100%;
  }
  #cropper-modal-image_cropper .modal-footer .col-sm-3:nth-child(odd) {
    padding-left: 15px;
  }
  #cropper-modal-image_cropper .modal-footer .col-sm-3:nth-child(even) {
    padding-right: 15px;
  }
}
@media (max-width: 350px) {
  #cropper-modal-image_cropper .modal-footer #crop-button-image_cropper {
    margin-right: 5px;
  }
  #cropper-modal-image_cropper .modal-footer #close-button-image_cropper {
    margin-left: 0;
  }
}
#cropper-modal-image_cropper .modal-footer .alert-dismissible .close {
  top: 0;
  right: -5px;
}
#add-to-cart-modal #add-to-cart-form #subscription-tariffs .elements,
#add-to-cart-modal #add-to-cart-form #tariffs .elements {
  padding-left: 20px;
}
#add-to-cart-modal #add-to-cart-form #tariffs:not(.hidden) + #want-mentor {
  margin-top: 20px;
}
#add-to-cart-modal #add-to-cart-form #want-mentor .form-group,
#add-to-cart-modal #add-to-cart-form #want-mentor .form-group label {
  margin-bottom: 0;
}
#add-to-cart-modal #add-to-cart-form #want-mentor .form-group select {
  margin-top: 5px;
}
#add-to-cart-modal #add-to-cart-form label {
  font-weight: bold;
}
/* font awesome */
.fas.fa-shopping-cart {
  left: -1px;
}
.far.fa-envelope,
.fas.fa-edit,
.fas.fa-user {
  left: 1px;
}
.fas.fa-play,
.fas.fa-sign-out-alt {
  left: 2px;
}
/* basic small components */
.pseudo-video-container {
  position: relative;
  cursor: pointer;
}
.pseudo-video-container > img {
  width: 100%;
  height: auto;
}
.pseudo-video-container > .play-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pseudo-video-container > .play-wrap:after {
  content: ' ';
  display: block;
  position: absolute;
  background: white;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pseudo-video-container > .play-wrap .fab {
  font-size: 65px;
  color: #f00;
  z-index: 1;
  position: relative;
}
.basic-shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
}
.navbar-nav > li > .dropdown-menu {
  z-index: 100000;
}
.notification-count {
  display: inline-block;
  color: white;
  background-color: #c00;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  line-height: 17px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin: 0 2px;
}
#bank-tip {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
}
#bank-tip .wrap {
  max-width: 100%;
  min-width: 200px;
  margin: 0 auto;
  background: #6c757d;
  padding: 10px 30px 10px 15px;
  border-left: 3px solid #01d760;
  display: inline-block;
  position: relative;
}
#bank-tip .wrap .close {
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 12px;
  outline: none;
  color: white;
  opacity: 0.5;
}
#bank-tip .wrap .close:hover {
  opacity: 1;
}
#bank-tip .wrap .title-wrap {
  font-size: 16px;
  line-height: 28px;
}
#bank-tip .wrap .title-wrap .title {
  display: inline-block;
}
#bank-tip .wrap .title-wrap .btn {
  padding: 3px 10px;
  vertical-align: top;
}
.minimal-menu #left-menu:not(.opened) {
  width: 64px;
}
.minimal-menu #left-menu:not(.opened) .logo a .full {
  display: none;
}
.minimal-menu #left-menu:not(.opened) .logo a .short {
  display: inline;
}
.minimal-menu #left-menu:not(.opened) .menu-section {
  padding: 0 2px 10px 10px;
}
.minimal-menu #left-menu:not(.opened) .menu-section .header {
  text-indent: -999px;
  height: 2px;
  margin: 8px 0 20px 0;
  background: #c6c6ca;
}
.minimal-menu #left-menu:not(.opened) .menu-section .vertical-navigation-menu .menu-item .toggler .arrow,
.minimal-menu #left-menu:not(.opened) .menu-section .vertical-navigation-menu .menu-item .toggler + .submenu {
  display: none;
}
.minimal-menu #left-menu:not(.opened) .menu-section .vertical-navigation-menu .menu-item span.link-title {
  display: none;
}
.minimal-menu #left-menu:not(.opened) .menu-section .vertical-navigation-menu .menu-item a {
  text-align: center;
}
.minimal-menu #left-menu:not(.opened) .menu-section .vertical-navigation-menu .menu-item a > i {
  margin-right: 0;
  float: none;
}
.minimal-menu #left-menu:not(.opened) .menu-section .vertical-navigation-menu .menu-item a.open {
  background-color: transparent;
  border-left-color: transparent;
}
.minimal-menu #global-header,
.minimal-menu #content {
  left: 64px;
}
@media (max-width: 800px) {
  .mobile-visible-menu #global-header,
  .mobile-visible-menu #content {
    left: 260px;
  }
  .mobile-visible-menu #left-menu {
    left: 0;
  }
}
.dropdown-menu.custom-dropdown {
  width: 260px;
  padding: 0;
  right: 8px;
  left: auto;
}
.dropdown-menu.custom-dropdown .divider {
  margin: 0;
  background-color: #dcdde1;
}
.dropdown-menu.custom-dropdown .divider.large {
  margin: 5px 0;
}
.dropdown-menu.custom-dropdown .dropdown-header {
  padding: 15px;
  background-image: -webkit-linear-gradient(top left, #6c757d 0, #32323a 100%);
  background-image: -o-linear-gradient(top left, #6c757d 0, #32323a 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#6c757d), to(#32323a));
  background-image: linear-gradient(to right bottom, #6c757d 0, #32323a 100%);
  color: white;
  white-space: normal;
}
.dropdown-menu.custom-dropdown .dropdown-header .avatar-wrapper {
  float: left;
  max-width: 50px;
  max-height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.dropdown-menu.custom-dropdown .dropdown-header .avatar-wrapper img {
  width: 100%;
  max-height: 100%;
}
.dropdown-menu.custom-dropdown .dropdown-header .user-description {
  margin-top: 4px;
  font-size: 16px;
  margin-left: 58px;
}
.dropdown-menu.custom-dropdown .dropdown-header .user-description .name {
  font-weight: bold;
}
.dropdown-menu.custom-dropdown .dropdown-header .user-description .rank {
  opacity: 0.8;
}
.dropdown-menu.custom-dropdown .dropdown-header .user-progress-bar {
  margin-top: 7px;
}
.dropdown-menu.custom-dropdown .dropdown-item {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: #6c757d;
}
.dropdown-menu.custom-dropdown .dropdown-item .custom-icons {
  fill: #6c757d;
}
.dropdown-menu.custom-dropdown .dropdown-item:hover {
  background: #4c4c57;
  color: white;
}
.dropdown-menu.custom-dropdown .dropdown-item:hover .custom-icons {
  fill: white;
}
.dropdown-menu.custom-dropdown .dropdown-item i,
.dropdown-menu.custom-dropdown .dropdown-item .custom-icons {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  width: 14px;
  text-align: center;
}
.dropdown-menu.custom-dropdown .dropdown-item i.crossed-swords,
.dropdown-menu.custom-dropdown .dropdown-item .custom-icons.crossed-swords {
  top: 2px;
}
.dropdown-menu.custom-dropdown .dropdown-item .notification-count {
  float: right;
}
.user-progress-bar .progress-text {
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  margin-left: 10px;
  float: right;
}
.user-progress-bar .progress {
  height: 13px;
  border-radius: 4px;
  margin: 0;
  background: #dcdde1;
}
.user-progress-bar .progress .progress-bar {
  border-radius: 0 4px 4px 0;
  background-image: -webkit-linear-gradient(top, #929aff 0, #7178c7 100%);
  background-image: -o-linear-gradient(top, #929aff 0, #7178c7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#929aff), to(#7178c7));
  background-image: linear-gradient(to bottom, #929aff 0, #7178c7 100%);
  background-repeat: repeat-x;
}
.panel.panel-default {
  border: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
}
.panel.panel-default.success {
  color: inherit;
}
.panel.panel-default.darker .panel-heading {
  background: #4c4c57;
}
.panel.panel-default .panel-heading {
  background: #6c757d;
  border-color: #6c757d;
  color: white;
}
.panel.panel-default .panel-heading .badge {
  border: 2px solid white;
}
.panel.panel-default .panel-heading .badge.badge-success {
  background: #06a573;
}
.panel.panel-default .panel-heading .badge.badge-warning {
  background: #d58512;
}
.panel.panel-default .panel-heading .badge.badge-danger {
  background: #d93838;
}
.share-list-panel {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.share-list-panel li {
  display: inline-block;
  margin-right: 5px;
}
.share-list-panel li a {
  background: #6c757d;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
}
.share-list-panel li a .custom-icons.crossed-swords {
  width: 20px;
  position: relative;
  top: 3px;
  fill: white;
}
.share-list-panel li a:hover {
  background: #32323a;
}
.accordion-with-arrows .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-with-arrows .panel-title a.accordion-toggle,
.accordion-with-arrows .panel-title a.accordion-toggle:focus,
.accordion-with-arrows .panel-title a.accordion-toggle:active,
.accordion-with-arrows .panel-title a.accordion-toggle:hover {
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  margin-bottom: 3px;
  font-weight: bold;
}
.accordion-with-arrows .panel-title a.accordion-toggle:hover,
.accordion-with-arrows .panel-title a.accordion-toggle:focus:hover,
.accordion-with-arrows .panel-title a.accordion-toggle:active:hover,
.accordion-with-arrows .panel-title a.accordion-toggle:hover:hover {
  color: #212026;
}
.accordion-with-arrows .panel-title a.accordion-toggle i,
.accordion-with-arrows .panel-title a.accordion-toggle:focus i,
.accordion-with-arrows .panel-title a.accordion-toggle:active i,
.accordion-with-arrows .panel-title a.accordion-toggle:hover i {
  display: inline-block;
  transform: rotate(0deg);
  transition: 0.15s ease-out;
  margin-right: 2px;
}
.accordion-with-arrows .panel-title a.accordion-toggle.collapsed i,
.accordion-with-arrows .panel-title a.accordion-toggle:focus.collapsed i,
.accordion-with-arrows .panel-title a.accordion-toggle:active.collapsed i,
.accordion-with-arrows .panel-title a.accordion-toggle:hover.collapsed i {
  transform: rotate(-90deg);
}
.accordion-with-arrows .panel-body {
  padding: 0 0 0 22px;
}
.list-of-cards {
  padding-right: 15px;
  display: flex;
  flex-flow: wrap;
}
.list-of-cards .empty {
  color: #32323a;
}
.list-of-cards > * {
  padding-right: 0;
  color: white;
  float: none !important;
}
@media (max-width: 500px) {
  .list-of-cards > * {
    width: 100%;
  }
}
.list-of-cards .card {
  overflow: hidden;
  padding: 15px 15px 20px;
  border-radius: 8px;
  position: relative;
  min-height: 132px;
  background: #059165;
  box-shadow: 0 5px 0 #037853;
  margin-bottom: 18px;
  height: calc(100% - 18px);
}
@media (max-width: 500px) {
  .list-of-cards .card {
    min-height: auto;
    padding-bottom: 22px;
  }
}
.list-of-cards .card:hover {
  background-color: #037853;
}
.list-of-cards .card:hover .corner {
  background: #c00;
}
.list-of-cards .card .corner {
  position: absolute;
  right: -55px;
  width: 130px;
  background: #d93838;
  height: 100px;
  top: -50px;
  transform: rotate(45deg);
}
.list-of-cards .card > *:not(.corner) {
  position: relative;
  z-index: 2;
}
.list-of-cards .card .link {
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.list-of-cards .card.withdrawn {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.list-of-cards .card h4 {
  margin: 0 20px 5px 0;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 1480px) {
  .list-of-cards .card h4 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .list-of-cards .card h4 {
    font-size: 17px;
  }
}
.list-of-cards .card .description {
  line-height: 125%;
  font-size: 13px;
}
.list-of-cards .card .read-more {
  z-index: 10;
  position: absolute;
  right: 14px;
  top: 10px;
  color: white;
  text-decoration: none;
  font-size: 22px;
  transition: 0.2s linear;
}
.list-of-cards .card .user-progress-bar {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  margin-bottom: 0;
}
.list-of-cards .card .user-progress-bar .progress {
  height: 8px;
  border-radius: 3px;
}
.list-of-cards .card .user-progress-bar .progress-text {
  margin-left: 10px;
  font-size: 10px;
  line-height: 8px;
}
.list-of-cards .card .add-to-cart {
  position: absolute;
  right: 12px;
  top: 9px;
  padding: 5px;
  z-index: 10;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s linear;
}
.short-list-of-tasks .short-task {
  display: inline-block;
  margin: 0 0 2px 0;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.short-list-of-tasks .short-task.success {
  background: #06a573;
  color: white;
}
.short-list-of-tasks .short-task.success:hover {
  background: #059165;
}
.short-list-of-tasks .short-task.wrong {
  background: #d93838;
  color: white;
}
.short-list-of-tasks .short-task.wrong:hover {
  background: #c00;
}
.short-list-of-tasks .short-task.unknown {
  background: white;
  color: #32323a;
  border-color: #8f8e8e;
}
.short-list-of-tasks .short-task.unknown:hover {
  border-color: #32323a;
}
.add-to-cart.buy-course {
  text-transform: uppercase;
}
.add-to-cart.buy-course .fa-shopping-cart {
  font-size: 14px;
}
.add-to-cart.buy-course .fa-check-circle {
  top: 11px;
  left: 10px;
}
.add-to-cart .fa-check-circle {
  position: absolute;
  color: #fa8564;
  top: 8px;
  left: 13px;
  font-size: 13px;
}
.add-to-cart:not(.checked) .fa-check-circle {
  display: none;
}
.panel .panel-heading {
  text-transform: uppercase;
}
.panel .panel-heading .panel-title {
  display: inline-block;
}
.panel .panel-heading .btn {
  margin-top: -3px;
  margin-right: -7px;
  font-size: 13px;
  line-height: 100%;
  float: right;
}
@media (max-width: 500px) {
  .panel .panel-heading .btn {
    width: 100%;
    margin: 7px 0 0;
    float: none;
  }
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
.btn.btn-default {
  border-color: #aeb2b7;
}
.btn.btn-success {
  background: -webkit-linear-gradient(top, #06a573 0, #059165 100%);
  background: -o-linear-gradient(top, #06a573 0, #059165 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#06a573), to(#059165));
  background: linear-gradient(to bottom, #06a573 0, #059165 100%);
  background-repeat: repeat-x;
  border-color: #059165;
}
.btn.btn-success:hover {
  background: -webkit-linear-gradient(top, #06a573 0, #037853 100%);
  background: -o-linear-gradient(top, #06a573 0, #037853 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#06a573), to(#037853));
  background: linear-gradient(to bottom, #06a573 0, #037853 100%);
  border-color: #037853;
}
.btn.btn-purple {
  color: white;
  background: -webkit-linear-gradient(top, #9972b5 0, #613c7c 100%);
  background: -o-linear-gradient(top, #9972b5 0, #613c7c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#9972b5), to(#613c7c));
  background: linear-gradient(to bottom, #9972b5 0, #613c7c 100%);
  background-repeat: repeat-x;
  border-color: #613c7c;
}
.btn.btn-purple:hover {
  background: -webkit-linear-gradient(top, #613c7c 0, #9972b5 100%);
  background: -o-linear-gradient(top, #613c7c 0, #9972b5 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#613c7c), to(#9972b5));
  background: linear-gradient(to bottom, #613c7c 0, #9972b5 100%);
}
.btn.btn-danger {
  color: white;
  background: -webkit-linear-gradient(top, #f05050 0, #d93838 100%);
  background: -o-linear-gradient(top, #f05050 0, #d93838 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f05050), to(#d93838));
  background: linear-gradient(to bottom, #f05050 0, #d93838 100%);
  background-repeat: repeat-x;
  border-color: #d93838;
}
.btn.btn-danger:hover {
  background: -webkit-linear-gradient(top, #d93838 0, #c00 100%);
  background: -o-linear-gradient(top, #d93838 0, #c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#d93838), to(#c00));
  background: linear-gradient(to bottom, #d93838 0, #c00 100%);
  border-color: #c00;
}
.btn.btn-secondary {
  border: 1px solid #aeb2b7;
}
.btn.btn-black {
  color: white;
  background: -webkit-linear-gradient(top, #6c757d 0, #4c4c57 100%);
  background: -o-linear-gradient(top, #6c757d 0, #4c4c57 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#6c757d), to(#4c4c57));
  background: linear-gradient(to bottom, #6c757d 0, #4c4c57 100%);
  background-repeat: repeat-x;
  border-color: #4c4c57;
}
.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black.active {
  background: -webkit-linear-gradient(top, #4c4c57 0, #32323a 100%);
  background: -o-linear-gradient(top, #4c4c57 0, #32323a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4c57), to(#32323a));
  background: linear-gradient(to bottom, #4c4c57 0, #32323a 100%);
  border-color: #32323a;
}
.btn.btn-plus,
.btn.btn-plus:focus,
.btn.btn-plus:active {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
  border: 2px dashed darkgreen;
  font-size: 35px;
  line-height: 100%;
  padding: 0;
  color: darkgreen;
  background: none;
}
.open > .dropdown-toggle.btn-primary {
  background: -webkit-linear-gradient(top, #4c4c57 0, #32323a 100%);
  background: -o-linear-gradient(top, #4c4c57 0, #32323a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4c57), to(#32323a));
  background: linear-gradient(to bottom, #4c4c57 0, #32323a 100%);
  border-color: #32323a;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
  opacity: 0.7;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #06a573;
}
.owl-theme .owl-dots .owl-dot.active {
  opacity: 1;
}
#page-main-header {
  margin: 0 0 15px;
  font-size: 30px;
}
@media (max-width: 550px) {
  #page-main-header {
    font-size: 25px;
  }
}
#page-main-header .control-buttons {
  float: right;
}
@media (max-width: 540px) {
  #page-main-header {
    text-align: center;
  }
  #page-main-header .control-buttons {
    float: none;
    margin-top: 10px;
  }
  #page-main-header .control-buttons > * {
    display: inline-block;
  }
}
footer#main-footer {
  background: white;
  padding: 15px;
  color: #8f8e8e;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
  margin-top: 50px;
}
.alert {
  padding: 10px 15px;
  margin-bottom: 12px;
}
.alert.alert-light {
  background: white;
}
.alert.alert-warning {
  background: #fcf8e3;
}
.checkbox,
.radio {
  margin-top: 0;
}
.checkbox:last-child,
.radio:last-child {
  margin-bottom: 0;
}
.information-in-columns {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.information-in-columns li {
  font-size: 18px;
  padding: 5px 10px;
  background: white;
  border: 1px solid #4c4c57;
  border-radius: 5px;
}
.information-in-columns li .title {
  font-weight: bold;
}
.task-block .panel-heading {
  font-weight: bold;
}
.task-block .panel-heading a {
  font-weight: bold;
}
.task-block .panel-heading .panel-title a {
  line-height: 22px;
}
.task-block .panel-heading .panel-title a:hover {
  text-decoration: underline;
}
.task-block .panel-heading .head-icons {
  float: right;
}
.task-block .panel-heading .head-icons > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.task-block .panel-heading .head-icons .complexity-label {
  line-height: 22px;
}
@media (max-width: 380px) {
  .task-block .panel-heading .head-icons .complexity-label {
    display: none;
  }
}
.task-block .panel-heading .head-icons .forum-popup {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.task-block .panel-heading .head-icons .forum-popup .dropdown-menu {
  text-transform: none;
  width: 230px;
}
.task-block .panel-heading .head-icons .add-favorite {
  color: white;
  font-size: 20px;
  margin-right: 0;
  line-height: 100%;
  margin-top: 1px;
}
.task-block.panel.success .panel-heading {
  background: #059165;
}
.task-block.panel.error .panel-heading {
  background: #d93838;
}
.task-block .panel-body {
  font-size: 16px;
}
@media (max-width: 767px) {
  .task-block .panel-body {
    overflow-x: scroll;
  }
}
.task-block .panel-body img {
  max-width: 100%;
}
.task-block .panel-body > p:last-of-type,
.task-block .panel-body .answer-explanation > p:last-of-type {
  margin-bottom: 0;
}
.task-block .panel-body .answer-explanation {
  margin-top: 10px;
}
.task-block .panel-body .group-info {
  margin-top: 10px;
  display: flex;
  font-size: 14px;
  gap: 7px;
  align-items: center;
}
@media (max-width: 767px) {
  .task-block .panel-footer {
    overflow-x: scroll;
  }
}
.task-block .panel-footer .answers-block .answer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.task-block .panel-footer .answers-block .answer:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #c6c6ca;
}
.task-block .panel-footer .answers-block .answer .title {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
}
.task-block .panel-footer .answers-block .answer .fields-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.task-block .panel-footer .answers-block .answer .fields-wrapper > i {
  font-size: 30px;
  display: none;
}
.task-block .panel-footer .answers-block .answer .fields-wrapper > i.fa-check-circle {
  color: #06a573;
}
.task-block .panel-footer .answers-block .answer .fields-wrapper > i.fa-times-circle {
  color: #d93838;
}
.task-block .panel-footer .answers-block .answer .fields-wrapper.success > i.fa-check-circle {
  display: block;
}
.task-block .panel-footer .answers-block .answer .fields-wrapper.fail > i.fa-times-circle {
  display: block;
}
.task-block .panel-footer .answers-block .answer label {
  font-weight: normal;
  margin: 0;
}
.task-block .panel-footer .answers-block .answer > label {
  width: 230px;
}
@media (max-width: 500px) {
  .task-block .panel-footer .answers-block .answer > label {
    max-width: 145px;
  }
}
.task-block .panel-footer .resolution {
  display: none;
}
.task-block .panel-footer .resolution .result {
  padding: 0 0 15px 0;
}
.task-block .panel-footer .resolution .result > p:last-of-type {
  margin-bottom: 0;
}
.task-block .panel-footer .show-resolution,
.task-block .panel-footer .add-to-cart-prem {
  font-size: 16px;
  line-height: 20px;
}
.task-block .panel-footer .show-resolution .fas,
.task-block .panel-footer .add-to-cart-prem .fas {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.task-block .panel-footer .buttons-wrapper {
  margin-top: 15px;
}
.task-block .panel-footer .bottom-line {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .task-block .panel-footer .bottom-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
.task-block .panel-footer .bottom-line .buttons-part {
  min-width: 50%;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.task-block .panel-footer .bottom-line .sources-line {
  display: inline-flex;
  font-size: 12px;
  gap: 4px;
}
.task-block .panel-footer .add-to-test .redirect {
  display: none;
}
.task-block .panel-footer .add-to-test.active {
  background: white;
  color: #32323a;
  box-shadow: none;
}
.task-block .panel-footer .add-to-test.active:hover {
  box-shadow: inset 0 3px 5px rgba(33, 32, 38, 0.2);
}
.task-block .panel-footer .add-to-test.active .add {
  display: none;
}
.task-block .panel-footer .add-to-test.active .redirect {
  display: block;
}
.circle-button,
.circle-button:hover,
.circle-button:focus,
.circle-button:active {
  padding: 0 7px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.circle-button.report-task {
  background: #d93838;
  width: 21px;
  height: 21px;
}
.circle-button.report-task:hover {
  background: #c00;
}
.circle-button.forum-dropdown {
  width: 21px;
  height: 21px;
  padding: 0 6px;
  background: #337ab7;
}
.circle-button.forum-dropdown:hover {
  background: #2a6497;
}
.circle-button.forum-info-toggler {
  width: 30px;
  height: 30px;
  background: white;
  border-color: #32323a;
  color: #32323a;
  font-size: 22px;
}
.circle-button.forum-info-toggler:hover {
  background: #32323a;
  color: white;
}
.youtube-button {
  text-decoration: none;
  color: white;
  padding: 0 8px 0 5.5px;
  height: 24px;
  background: #d93838;
  display: inline-block;
  line-height: 24px;
}
.youtube-button:hover,
.youtube-button:active,
.youtube-button:focus {
  background: #c00;
  text-decoration: none;
  color: white;
}
.youtube-button .fa-youtube {
  margin-right: 3px;
}
#toast-container > div {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 12px -2px rgba(76, 76, 87, 0.75);
  -moz-box-shadow: 0px 0px 12px -2px rgba(76, 76, 87, 0.75);
  box-shadow: 0px 0px 12px -2px rgba(76, 76, 87, 0.75);
}
#toast-container .toast-success {
  background-color: #06a573;
}
#toast-container .toast-error {
  background-color: #c00;
}
.toggable-container .content-toggler {
  display: none;
}
@media (max-width: 991px) {
  .toggable-container .content-toggler {
    width: 30px;
    height: 34px;
    text-align: center;
    position: relative;
    top: -7px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 25px;
    display: block;
    right: -5px;
  }
  .toggable-container .content-toggler .fas {
    transition: 0.15s linear;
    transform: rotate(0deg);
  }
  .toggable-container .content-toggler.closed .fas {
    transform: rotate(180deg);
  }
}
.toggable-container .toggable-content {
  width: 100%;
}
@media (max-width: 991px) {
  .toggable-container .toggable-content {
    transition: 0.2s linear;
    overflow: hidden;
  }
  .toggable-container .toggable-content.closed {
    height: 0 !important;
  }
}
span.irs--flat .irs-bar,
span.irs--flat .irs-handle > i:first-child,
span.irs--flat .irs-from,
span.irs--flat .irs-to,
span.irs--flat .irs-single {
  background-color: #06a573;
}
#bank-filters-modal .select2-container {
  width: 100% !important;
}
.toggler-container > label {
  margin-bottom: 0;
}
.pagination > li > a,
.pagination > li.disabled > a,
.pagination > li > span,
.pagination > li.disabled > span,
.pagination > li > a:focus,
.pagination > li.disabled > a:focus,
.pagination > li > a:hover,
.pagination > li.disabled > a:hover,
.pagination > li > span:focus,
.pagination > li.disabled > span:focus,
.pagination > li > span:hover,
.pagination > li.disabled > span:hover {
  border-color: #aeb2b7;
  color: #32323a;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: #f1f2f7;
}
.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover,
.pagination > li.active > span,
.pagination > li.active > span:focus,
.pagination > li.active > span:hover {
  background: #4c4c57;
  border-color: #4c4c57;
}
/* tag editor */
.tag-editor {
  border-color: #8f8e8e;
  border-radius: 4px;
  line-height: 25px;
}
.tag-editor > li:first-child {
  display: none;
}
.tag-editor .placeholder div {
  color: #32323a;
  padding: 0;
}
.tag-editor .tag-editor-spacer {
  width: 6px;
}
.tag-editor .tag-editor-tag,
.tag-editor .tag-editor-delete {
  color: #32323a;
  border-color: #8f8e8e;
  background-color: #f8f8f8;
}
.tag-editor .tag-editor-tag i,
.tag-editor .tag-editor-delete i {
  position: relative;
  top: 1px;
}
.tag-editor .tag-editor-delete i:before {
  color: #32323a;
  opacity: 0.5;
}
.tag-editor .tag-editor-delete i:hover:before {
  color: #32323a;
  opacity: 1;
}
.tag-editor.view-only {
  padding: 5px 3px;
  font-size: 16px;
  line-height: 28px;
}
.tag-editor.view-only .tag-editor-delete {
  padding: 0;
  width: 4px;
  color: inherit;
  border-color: #8f8e8e;
  background: #f8f8f8;
}
.tag-editor.view-only div {
  padding: 0 5px;
}
.tag-editor.view-only .tag-editor-spacer {
  padding: 0;
}
.tag-editor.view-only .tag-editor-tag {
  padding-left: 8px;
  color: inherit;
  border-color: #8f8e8e;
  background: #f8f8f8;
}
.tag-editor.view-only li.active .tag-editor-tag,
.tag-editor.view-only li.active .tag-editor-delete {
  background-color: #06a573;
  border-color: #06a573;
  color: white;
}
@media (max-width: 450px) {
  .tag-editor.view-only {
    padding: 3px 2px;
    font-size: 14px;
    line-height: 24px;
  }
  .tag-editor.view-only .tag-editor-spacer {
    width: 5px;
  }
  .tag-editor.view-only .tag-editor-tag {
    padding-left: 8px;
  }
}
/* tables */
table.dark-table tr th,
table.dark-table tr td {
  padding: 6px 8px;
  vertical-align: middle;
}
table.dark-table thead tr th {
  background: #4c4c57;
  text-align: center;
  color: white;
  border-color: white;
}
table.dark-table thead tr th a {
  color: white;
}
table.dark-table thead tr th:first-child {
  border-left-color: #4c4c57;
}
table.dark-table thead tr th:last-child {
  border-right-color: #4c4c57;
}
table.dark-table thead tr td {
  background-color: white;
}
table.dark-table thead tr:first-child th {
  border-top-color: #4c4c57;
}
table.dark-table thead tr:last-child th {
  border-bottom-color: #4c4c57;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background: #f8f8f8;
}
.table-bordered {
  border-color: #8f8e8e;
}
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td,
.table-bordered > thead > tr > td {
  border-color: #8f8e8e;
}
.table thead tr th,
.table thead tr td {
  border-color: #8f8e8e;
}
.table tbody tr {
  background: white;
}
.table tbody tr td {
  border-color: #8f8e8e;
  display: table-cell;
}
.table tbody tr td.success {
  background: rgba(6, 165, 115, 0.2);
  color: #037853;
}
.table tbody tr td.danger {
  background: rgba(217, 56, 56, 0.2);
}
.table tbody tr.success td {
  background: rgba(6, 165, 115, 0.2);
  color: #037853;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: none;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }
  .table-responsive > .dark-table.table-bordered > tbody > tr:last-child > th,
  .table-responsive > .dark-table.table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .dark-table.table-bordered > tbody > tr:last-child > td,
  .table-responsive > .dark-table.table-bordered > tfoot > tr:last-child > td {
    border-bottom: 1px solid #8f8e8e;
  }
  .table-responsive > .dark-table.table-bordered > tbody > tr td:first-child,
  .table-responsive > .dark-table.table-bordered > tfoot > tr td:first-child,
  .table-responsive > .dark-table.table-bordered > tbody > tr th:first-child,
  .table-responsive > .dark-table.table-bordered > tfoot > tr th:first-child {
    border-left: 1px solid #8f8e8e;
  }
  .table-responsive > .dark-table.table-bordered > tbody > tr td:last-child,
  .table-responsive > .dark-table.table-bordered > tfoot > tr td:last-child,
  .table-responsive > .dark-table.table-bordered > tbody > tr th:last-child,
  .table-responsive > .dark-table.table-bordered > tfoot > tr th:last-child {
    border-right: 1px solid #8f8e8e;
  }
}
#share-modal .modal-body .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 120%;
}
#share-modal .modal-body .input-with-button {
  display: flex;
  gap: 10px;
}
#share-modal .modal-body .input-with-button .form-control {
  flex: 1;
}
#share-modal .modal-body .share-panel li {
  margin-right: 5px;
}
#share-modal .modal-body .share-panel li a {
  width: 40px;
  height: 40px;
  font-size: 25px;
}
/* !tables */
#tree > ul {
  padding-left: 0;
}
.grid-view .summary {
  margin-bottom: 5px;
}
.page-title:after {
  content: ' ';
  display: block;
  clear: both;
}
.page-title.has-breadcrumb #page-main-header {
  float: left;
}
@media (max-width: 500px) {
  .page-title.has-breadcrumb #page-main-header {
    float: none;
  }
}
.page-title.has-breadcrumb .breadcrumb {
  float: right;
  background: none;
  margin-bottom: 5px;
}
.page-title.has-breadcrumb .breadcrumb > li + li:before {
  padding: 0 0 0 3px;
  color: #aeb2b7;
}
@media (max-width: 500px) {
  .page-title.has-breadcrumb .breadcrumb {
    display: none;
  }
}
@media (max-width: 370px) {
  .page-title.has-button #page-main-header {
    font-size: 25px;
  }
}
.page-title.has-button .btn {
  float: right;
  margin: 0 0 10px 10px;
}
@media (max-width: 370px) {
  .page-title.has-button .btn {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .page-title.has-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    margin-bottom: 15px;
  }
  .page-title.has-button #page-main-header {
    margin-bottom: 0;
  }
  .page-title.has-button .btn {
    float: none;
    margin: 0;
  }
}
.page-title.has-subhead {
  margin-bottom: 15px;
}
.page-title.has-subhead #page-main-header {
  margin-bottom: 10px;
}
input[type=checkbox],
input[type=radio] {
  position: relative;
  margin-right: 2px;
}
.avatar-uploader .previous-avatar {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.avatar-uploader .previous-avatar img {
  width: 100%;
}
.avatar-uploader .attach-file-wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.avatar-uploader .attach-file-wrapper .upload-head {
  font-size: 16px;
  font-weight: bold;
}
.avatar-uploader .attach-file-wrapper .upload-head .fas {
  font-size: 22px;
  color: #d93838;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.avatar-uploader .attach-file-wrapper .info {
  font-size: 13px;
}
/* select2 */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #8f8e8e;
}
.select2-container {
  z-index: 10000;
}
.select2-container.select2-container--krajee .select2-results__option[aria-selected] {
  color: #32323a;
}
.select2-container.select2-container--krajee .select2-results__option.select2-results__option--selected,
.select2-container.select2-container--krajee .select2-results__option[aria-selected=true] {
  background: #f1f2f7;
  color: #32323a;
}
.select2-container.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
  background-color: #4c4c57;
  color: white;
}
.select2-container.select2-container--krajee.select2-container--open .select2-selection {
  border-color: inherit;
  box-shadow: none;
}
.select2-container.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #8f8e8e;
}
.select2-container.select2-container--krajee .select2-selection {
  border-color: #8f8e8e;
}
.select2-container.select2-container--krajee .select2-selection:focus {
  border-color: inherit;
  box-shadow: none;
}
.select2-container.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border-color: #8f8e8e;
}
.select2-container.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
  border-top-color: #8f8e8e;
}
.select2-container.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
  color: #32323a;
}
.select2-container.select2-container--krajee .select2-dropdown,
.select2-container.select2-container--krajee .select2-search--dropdown .select2-search__field {
  border-color: #8f8e8e;
}
.has-success .select2-container.select2-container--open .select2-selection,
.has-success .select2-container.select2-container--krajee.select2-container--focus .select2-selection {
  box-shadow: none;
}
/* left menu */
#left-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 260px;
  background: #32323a;
  color: white;
  height: 100%;
  z-index: 3000;
  transition: 0.15s linear;
}
@media (max-width: 800px) {
  #left-menu {
    left: -260px;
  }
}
#left-menu .wrapper {
  height: 100%;
  position: relative;
}
#left-menu .wrapper .scrolleble-container {
  position: absolute;
  left: 0;
  top: 60px;
  bottom: 0;
  width: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  #left-menu .wrapper .scrolleble-container::-webkit-scrollbar {
    width: 10px;
    height: 3px;
    margin-right: 3px;
  }
  #left-menu .wrapper .scrolleble-container::-webkit-scrollbar-button,
  #left-menu .wrapper .scrolleble-container::-webkit-scrollbar-corner {
    display: none;
  }
  #left-menu .wrapper .scrolleble-container::-webkit-scrollbar-thumb {
    height: 50px;
    box-shadow: inset 0 0 10px 10px rgba(198, 198, 202, 0.4);
    border-radius: 8px;
    border-right: 3px solid transparent;
  }
  #left-menu .wrapper .scrolleble-container::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 10px 10px rgba(198, 198, 202, 0.6);
  }
}
#left-menu .wrapper .scrolleble-container.show-pseudoscroll {
  padding-right: 10px;
}
#left-menu .wrapper .scroll-bar .thumb {
  background-color: #c6c6ca;
}
#left-menu .wrapper .overview {
  width: 100%;
}
#left-menu .logo {
  text-align: center;
}
#left-menu .logo a {
  display: block;
  padding: 10px 0;
}
#left-menu .logo a .short {
  display: none;
}
#left-menu .logo a .full {
  display: inline;
}
/* menu sections */
.menu-section {
  margin-top: 10px;
  padding: 0 5px 10px 10px;
  transition: 0.15s linear;
}
.menu-section .header {
  font-size: 15px;
  color: white;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.menu-section .header.empty {
  height: 5px;
}
.menu-section .vertical-navigation-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-section .vertical-navigation-menu .menu-item a {
  color: #c6c6ca;
  text-decoration: none;
  display: block;
  padding: 8px 10px;
  border-left: 3px solid transparent;
  font-size: 13px;
}
.menu-section .vertical-navigation-menu .menu-item a:hover,
.menu-section .vertical-navigation-menu .menu-item a.open {
  background-color: #4c4c57;
  border-left-color: #00e8a0;
}
.menu-section .vertical-navigation-menu .menu-item a.active {
  background-color: #212026;
  border-left-color: #00e8a0;
}
.menu-section .vertical-navigation-menu .menu-item a > i {
  float: left;
}
.menu-section .vertical-navigation-menu .menu-item a i {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}
.menu-section .vertical-navigation-menu .menu-item a span.link-title {
  display: inline-block;
  float: left;
  width: 100%;
  line-height: 20px;
}
.menu-section .vertical-navigation-menu .menu-item a > i + span.link-title {
  width: calc(100% - 30px);
}
.menu-section .vertical-navigation-menu .menu-item .submenu {
  list-style: none;
  position: relative;
  padding-left: 30px;
  display: none;
}
.menu-section .vertical-navigation-menu .menu-item .submenu:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 19px;
  top: 3px;
  bottom: 0;
  width: 2px;
  background: #c6c6ca;
}
.menu-section .vertical-navigation-menu .menu-item .toggler.open + .submenu {
  display: block;
}
.menu-section .vertical-navigation-menu .menu-item .toggler .arrow {
  display: inline-block;
  float: right;
  width: 20px;
  text-align: center;
  margin-right: -5px;
}
.menu-section .vertical-navigation-menu .menu-item .toggler .arrow i {
  font-size: 14px;
  margin: 0;
  position: relative;
  transition: 0.15s ease-out;
  transform: rotate(90deg);
}
.menu-section .vertical-navigation-menu .menu-item .toggler.open .arrow i {
  transform: rotate(0deg);
}
.menu-section .vertical-navigation-menu .menu-item .toggler span.link-title {
  width: calc(100% - 48px);
}
/* header */
#global-header {
  position: fixed;
  left: 260px;
  right: 0;
  top: 0;
  height: 60px;
  background: white;
  padding: 0 10px;
  -o-box-shadow: 0px 0px 5px rgba(50, 50, 58, 0.15);
  -ms-box-shadow: 0px 0px 5px rgba(50, 50, 58, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(50, 50, 58, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 58, 0.15);
  box-shadow: 0px 0px 5px rgba(50, 50, 58, 0.15);
  z-index: 2000;
  transition: 0.15s linear;
}
@media (max-width: 800px) {
  #global-header {
    left: 0;
    right: auto;
    width: 100%;
  }
}
#global-header .left-menu-toggler,
#global-header .search-toggler {
  border: none;
  background: none;
  height: 60px;
  outline: none;
  width: 50px;
  text-align: center;
  font-size: 25px;
  color: #32323a;
}
@media (max-width: 450px) {
  #global-header {
    padding: 0;
  }
}
@media (max-width: 385px) {
  #global-header .search-toggler {
    display: none;
  }
}
#global-header .unlogged-menu button {
  border: none;
  background: none;
  height: 60px;
  padding: 0 10px;
  outline: none;
  color: #6c757d;
}
#global-header .unlogged-menu button:hover {
  color: #32323a;
}
#global-header .user-menu .user-menu-toggler {
  height: 60px;
  padding: 6px 10px;
  cursor: pointer;
  box-shadow: none;
  user-select: none;
  position: relative;
}
@media (max-width: 330px) {
  #global-header .user-menu .user-menu-toggler {
    padding-left: 0;
  }
}
#global-header .user-menu .user-menu-toggler .user-menu-toggler-wrapper .avatar-wrapper {
  max-width: 40px;
  max-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  border: 1px solid #32323a;
}
#global-header .user-menu .user-menu-toggler .user-menu-toggler-wrapper .avatar-wrapper img {
  width: 100%;
  height: 100%;
}
#global-header .user-menu .user-menu-toggler .user-menu-toggler-wrapper .user-description {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 120%;
  margin-right: 7px;
}
#global-header .user-menu .user-menu-toggler .user-menu-toggler-wrapper .user-description .notification-count {
  position: absolute;
  left: 3px;
  top: 8px;
}
#global-header .user-menu .user-menu-toggler .user-menu-toggler-wrapper .user-description .name {
  font-weight: bold;
}
#global-header .user-menu .user-menu-toggler .user-menu-toggler-wrapper .user-description .rank {
  opacity: 0.8;
}
#global-header .user-menu .user-menu-toggler .user-progress-bar {
  margin-top: 3px;
}
#global-header .user-menu .user-menu-toggler .user-progress-bar .progress {
  height: 5px;
  border-radius: 0;
}
#global-header .user-menu .user-menu-toggler .user-progress-bar .progress .progress-bar {
  border-radius: 0;
}
/* search */
#search-block {
  position: absolute;
  bottom: 60px;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: 0.15s ease-in-out;
}
#search-block.visible {
  bottom: 0;
}
#search-block #search-form {
  height: 100%;
}
#search-block #search-form .borderless-input {
  height: 100%;
  padding: 20px 38px 20px 20px;
  font-size: 20px;
}
#search-block .close-button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  cursor: pointer;
}
/* login and signup popups*/
#login-modal .nav-tabs,
#signup-modal .nav-tabs {
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 2px solid #f1f2f7;
}
#login-modal .nav-tabs > li,
#signup-modal .nav-tabs > li {
  width: 50%;
  margin-bottom: -2px;
}
#login-modal .nav-tabs > li.active a,
#signup-modal .nav-tabs > li.active a,
#login-modal .nav-tabs > li.active a:hover,
#signup-modal .nav-tabs > li.active a:hover {
  margin-right: 0;
  border-bottom-color: #337ab7;
}
#login-modal .nav-tabs > li a,
#signup-modal .nav-tabs > li a {
  border: none;
  border-bottom: 2px solid transparent;
  color: #32323a;
}
#login-modal .nav-tabs > li a:hover,
#signup-modal .nav-tabs > li a:hover {
  background: none;
  border-bottom-color: #dcdde1;
}
#login-modal .vk-auth-button,
#signup-modal .vk-auth-button {
  width: 100%;
}
#login-modal .login-form .forgot-password-wrapper,
#signup-modal .login-form .forgot-password-wrapper,
#login-modal .signup-form .forgot-password-wrapper,
#signup-modal .signup-form .forgot-password-wrapper {
  font-weight: bold;
  margin-top: 0;
}
#login-modal .login-form button[type="submit"],
#signup-modal .login-form button[type="submit"],
#login-modal .signup-form button[type="submit"],
#signup-modal .signup-form button[type="submit"] {
  width: 100%;
}
/* page content*/
#content {
  position: fixed;
  left: 260px;
  top: 60px;
  right: 0;
  bottom: 0;
  background: #f1f2f7;
  z-index: 1000;
  transition: 0.15s linear;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  #content::-webkit-scrollbar {
    width: 10px;
    height: 3px;
    margin-right: 3px;
  }
  #content::-webkit-scrollbar-button {
    display: none;
  }
  #content::-webkit-scrollbar-thumb {
    height: 50px;
    box-shadow: inset 0 0 10px 10px rgba(33, 32, 38, 0.6);
    border-radius: 8px;
    border-right: 3px solid transparent;
  }
  #content::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 10px 10px rgba(33, 32, 38, 0.8);
  }
}
@media (max-width: 800px) {
  #content {
    left: 0;
    right: auto;
    width: 100%;
  }
}
#content > .wrapper {
  padding: 10px 5px 10px 10px;
}
@media (max-width: 767px) {
  #content > .wrapper {
    padding-right: 10px;
  }
}
#content > .wrapper .overview {
  width: 100%;
}
#content > .wrapper .overview .overview-shifter {
  padding: 5px;
}
#content #basic-site-info h1 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: bold;
}
/* weekly top*/
#week-top-info .panel-title {
  display: block;
}
#week-top-info .additional-header-element {
  float: right;
}
@media (max-width: 400px) {
  #week-top-info .additional-header-element {
    float: none;
    display: block;
    margin-top: 3px;
  }
}
@media (max-width: 600px) {
  #week-top-info .how-get-scores {
    display: block;
    text-align: center;
  }
}
#week-top-info #last-week-top {
  display: inline-block;
  margin-left: 10px;
  float: right;
}
@media (max-width: 600px) {
  #week-top-info #last-week-top {
    float: none;
    display: block;
    text-align: center;
  }
}
#week-top-info #weekly-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
@media (max-width: 600px) {
  #week-top-info #weekly-list {
    text-align: center;
  }
}
@media (max-width: 400px) {
  #week-top-info #weekly-list {
    text-align: left;
  }
}
#week-top-info #weekly-list:after {
  content: ' ';
  display: block;
  clear: both;
}
#week-top-info #weekly-list .top-user {
  width: calc(20% - 20px);
  margin: 0 10px;
  float: left;
}
@media (max-width: 600px) {
  #week-top-info #weekly-list .top-user {
    float: none;
    display: inline-block;
    width: calc(32% - 20px);
    margin-bottom: 15px;
    vertical-align: top;
  }
}
@media (max-width: 400px) {
  #week-top-info #weekly-list .top-user {
    width: 100%;
    margin: 0 0 7px;
  }
}
#week-top-info #weekly-list .top-user .wrap {
  max-width: 140px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 600px) {
  #week-top-info #weekly-list .top-user .wrap {
    max-width: 120px;
  }
}
@media (max-width: 400px) {
  #week-top-info #weekly-list .top-user .wrap {
    max-width: none;
  }
}
#week-top-info #weekly-list .top-user .wrap .avatar-image {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 400px) {
  #week-top-info #weekly-list .top-user .wrap .avatar-image {
    width: 50px;
    height: 50px;
    float: left;
  }
}
#week-top-info #weekly-list .top-user .wrap .avatar-image-wrapper {
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
}
@media (max-width: 1120px) {
  #week-top-info #weekly-list .top-user .wrap .avatar-image-wrapper {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 870px) {
  #week-top-info #weekly-list .top-user .wrap .avatar-image-wrapper {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 800px) {
  #week-top-info #weekly-list .top-user .wrap .avatar-image-wrapper {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 710px) {
  #week-top-info #weekly-list .top-user .wrap .avatar-image-wrapper {
    width: 88px;
    height: 88px;
  }
}
@media (max-width: 600px) {
  #week-top-info #weekly-list .top-user .wrap .avatar-image-wrapper {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 500px) {
  #week-top-info #weekly-list .top-user .wrap .avatar-image-wrapper {
    width: 89px;
    height: 89px;
  }
}
@media (max-width: 400px) {
  #week-top-info #weekly-list .top-user .wrap .avatar-image-wrapper {
    width: 50px;
    height: 50px;
    float: left;
  }
}
#week-top-info #weekly-list .top-user .wrap .username {
  font-weight: bold;
  word-break: break-word;
}
#week-top-info #weekly-list .top-user .wrap .reputation {
  font-style: italic;
}
@media (max-width: 1000px) {
  #week-top-info #weekly-list .top-user .wrap .username,
  #week-top-info #weekly-list .top-user .wrap .reputation {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  #week-top-info #weekly-list .top-user .wrap .username,
  #week-top-info #weekly-list .top-user .wrap .reputation {
    font-size: 11px;
  }
}
@media (max-width: 800px) {
  #week-top-info #weekly-list .top-user .wrap .username,
  #week-top-info #weekly-list .top-user .wrap .reputation {
    font-size: 13px;
  }
}
@media (max-width: 700px) {
  #week-top-info #weekly-list .top-user .wrap .username,
  #week-top-info #weekly-list .top-user .wrap .reputation {
    font-size: 11px;
    text-align: left;
  }
}
@media (max-width: 400px) {
  #week-top-info #weekly-list .top-user .wrap .username,
  #week-top-info #weekly-list .top-user .wrap .reputation {
    margin-left: 60px;
    font-size: 13px;
  }
}
/* reviews */
#reviews .review-item {
  padding: 20px 25px;
  border: 2px solid #8f8e8e;
  border-radius: 10px;
}
#reviews .review-item .title {
  font-size: 25px;
  font-weight: 600;
  word-break: break-word;
}
@media (max-width: 500px) {
  #reviews .review-item .title {
    font-size: 20px;
  }
}
#reviews .review-item .course-review {
  font-size: 12px;
}
#reviews .review-item .text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 140%;
  word-break: break-word;
}
@media (max-width: 500px) {
  #reviews .review-item .text {
    font-size: 13px;
  }
}
#reviews .review-item .vk-review {
  margin-top: 15px;
  display: block;
}
/* home page styles */
#home .panel .panel-footer .btn {
  text-transform: uppercase;
}
#home #faq-accordion {
  margin-bottom: 0;
}
#home #front-counter {
  display: block;
  float: right;
  background: #2a6497;
  border-radius: 13px;
  color: white;
  padding-right: 10px;
}
#home #front-counter:hover {
  background: #265a88;
}
#home #front-counter .icon {
  float: left;
  font-size: 28px;
  margin-left: 8px;
}
#home #front-counter .description {
  margin-left: 42px;
  font-size: 16px;
  line-height: 40px;
}
@media (max-width: 375px) {
  #home .bottom-row {
    text-align: center;
  }
  #home .bottom-row #front-counter {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
  }
}
/* rubrics page styles */
@media (max-width: 500px) {
  #rubrics .about-discounts {
    display: none;
  }
}
#rubrics .tag-editor {
  border: none;
}
/* error pages */
#error-page {
  padding: 30px 0;
}
#error-page > .wrapper {
  position: relative;
  text-align: center;
}
#error-page > .wrapper .code {
  font-size: 250px;
  line-height: 200px;
  color: #06a573;
}
@media (max-width: 500px) {
  #error-page > .wrapper .code {
    font-size: 150px;
    line-height: 120px;
  }
}
#error-page > .wrapper .message {
  font-size: 36px;
  line-height: 36px;
  margin: 35px 0 45px;
  color: #8f8e8e;
}
@media (max-width: 500px) {
  #error-page > .wrapper .message {
    font-size: 25px;
  }
}
#error-page > .wrapper .btn {
  padding: 8px 15px;
  font-size: 18px;
}
#error-page.error-500 .code {
  color: #9972b5;
}
/* top */
#top table.dark-table thead tr th {
  vertical-align: middle;
}
#top table.dark-table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
#top table.dark-table tbody tr td img {
  width: 40px;
}
#top table.dark-table tbody tr td:nth-child(3) {
  text-align: left;
}
/* notifications page */
#notifications .panel-title .fas,
#notifications .panel-title .far,
#notifications .panel-title .fa {
  margin-right: 5px;
}
/* cart */
#cart input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
#cart .table td,
#cart .table th {
  vertical-align: middle;
}
#cart .table tbody td {
  text-align: center;
}
#cart #copy-promo {
  padding: 1px 7px;
}
#cart #summary {
  padding-left: 0;
}
@media (max-width: 991px) {
  #cart #summary {
    padding-left: 15px;
  }
}
#cart #summary .subtitle {
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: bold;
}
#cart #summary .head {
  background: #4c4c57;
  color: white;
  font-weight: 700;
  padding: 6px 8px;
  font-size: 20px;
  text-align: center;
  border: 1px solid transparent;
}
#cart #summary .body {
  background: white;
  border: 1px solid #8f8e8e;
  border-top: none;
  padding: 15px;
}
#cart #summary .body .discounts,
#cart #summary .body .total {
  padding-bottom: 5px;
  border-bottom: 1px solid #8f8e8e;
  margin-bottom: 15px;
}
#cart #summary .body .total .final-sum {
  line-height: 34px;
}
#cart #summary .body .total .final-sum .sum {
  font-size: 24px;
  color: #c00;
}
#cart #summary .body .purchase button {
  width: 100%;
}
#cart #summary .body .purchase .more-info {
  line-height: 100%;
  margin-top: 15px;
  text-align: center;
  color: #62676c;
}
#cart #summary .short-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cart #summary .short-info-list li {
  margin-bottom: 7px;
}
#cart #summary .short-info-list li:after {
  display: block;
  content: ' ';
  clear: both;
}
#cart #summary .short-info-list li .title {
  float: left;
  color: #62676c;
}
#cart #summary .short-info-list li .sum {
  float: right;
  font-weight: bold;
}
#cart #summary .all-summ {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 20px;
}
#cart #summary .all-summ .count {
  font-weight: bold;
}
#cart #summary .all-summ.highlited {
  color: #d93838;
}
#cart #summary .old-summ {
  text-decoration: line-through;
  color: #8f8e8e;
  font-size: 14px;
  line-height: 100%;
}
#cart #delete-selected-items {
  cursor: pointer;
}
/* my courses */
#my-courses .empty {
  font-style: italic;
  font-size: 16px;
}
/* profile tests */
#profile-tests .table {
  margin-bottom: 0;
}
#profile-tests .dropdown-menu.custom-dropdown {
  width: auto;
  right: 0;
  left: auto;
}
#profile-tests #page-main-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
#profile-tests #page-main-header .left-part {
  white-space: nowrap;
}
#profile-tests #page-main-header .control-buttons {
  float: none;
  margin-top: 0;
}
/* create test */
@media (max-width: 550px) {
  #create-test form [class^=col],
  #update-test form [class^=col] {
    width: 100%;
    float: none;
  }
}
/* test statistic */
#test-statistic .page-title .btn {
  text-transform: uppercase;
}
/* profile */
#profile .uploader {
  text-align: center;
}
#profile .uploader #cropper-result-image_cropper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 550px) {
  #profile form [class^=col] {
    width: 100%;
    padding: 0;
    float: none;
  }
}
/* task page and tasks list */
#page-with-left-menu .page-title .btn .fas {
  margin-right: 3px;
}
#page-with-left-menu .panel.panel-default.darker .panel-body .menu-section {
  padding: 0;
  margin-top: 0;
}
#page-with-left-menu .panel.panel-default.darker .panel-body .menu-section .vertical-navigation-menu .menu-item a {
  color: #32323a;
  font-size: 14px;
}
#page-with-left-menu .panel.panel-default.darker .panel-body .menu-section .vertical-navigation-menu .menu-item a.toggler.open,
#page-with-left-menu .panel.panel-default.darker .panel-body .menu-section .vertical-navigation-menu .menu-item a:hover {
  background: #f1f2f7;
  border-left-color: #06a573;
}
#page-with-left-menu .panel.panel-default.darker .panel-body .menu-section .vertical-navigation-menu .menu-item a.active,
#page-with-left-menu .panel.panel-default.darker .panel-body .menu-section .vertical-navigation-menu .menu-item a.active:hover,
#page-with-left-menu .panel.panel-default.darker .panel-body .menu-section .vertical-navigation-menu .menu-item a.active.toggler,
#page-with-left-menu .panel.panel-default.darker .panel-body .menu-section .vertical-navigation-menu .menu-item a.active.toggler:hover {
  color: white;
  border-left-color: #06a573;
  background: #6c757d;
}
#page-with-left-menu .panel.panel-default.darker .panel-body .menu-section .vertical-navigation-menu .menu-item .submenu:before {
  background: #32323a;
}
/* favorites page */
#favorite .panel-heading i {
  margin-right: 5px;
}
/* test page */
#test #prev-result .table {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #test #prev-result {
    display: none;
  }
}
@media (max-width: 991px) {
  #test #info {
    display: none;
  }
}
#test #mixed-info {
  display: none;
}
#test #mixed-info .title {
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 991px) {
  #test #mixed-info {
    display: block;
  }
}
#test .page-title .flex-2-columns {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#test .page-title .flex-2-columns .right-part {
  padding-right: 10px;
}
.hms-timer {
  display: flex;
  font-size: 45px;
}
.hms-timer.red {
  color: #d93838;
}
.hms-timer.fixed {
  position: fixed;
  top: 60px;
  right: 20px;
  z-index: 9999999;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 0 10px;
}
@media (max-width: 767.9px) {
  .hms-timer.fixed {
    right: 15px;
  }
}
.hms-timer .splitter {
  font-weight: bold;
  line-height: 133%;
}
/* test template */
#test-template .section-title {
  font-weight: bold;
  font-size: 18px;
}
#test-template #settings {
  margin-bottom: 20px;
  border-bottom: 1px solid #8f8e8e;
}
#test-template table thead tr th {
  vertical-align: middle;
}
#test-template table .accordion-with-arrows .panel-title a.accordion-toggle,
#test-template table .accordion-with-arrows .panel-title a.accordion-toggle:focus,
#test-template table .accordion-with-arrows .panel-title a.accordion-toggle:active,
#test-template table .accordion-with-arrows .panel-title a.accordion-toggle:hover {
  margin-bottom: 10px;
}
#test-template table .title-without-spoiler {
  font-weight: bold;
  font-size: 16px;
  padding-left: 20px;
}
#test-template table .treejs .treejs-nodes {
  margin-bottom: 0;
  padding-left: 0;
}
#test-template table .treejs .treejs-nodes .treejs-node {
  margin-bottom: 3px;
  padding-left: 0;
}
#test-template table .treejs .treejs-nodes .treejs-node .treejs-checkbox {
  width: 23px;
  height: 21px;
}
/* test banks */
#test-banks .section-title {
  font-weight: bold;
  font-size: 18px;
}
#test-banks #info {
  margin-bottom: 10px;
}
#test-banks #info > div:first-child {
  padding-right: 0;
}
@media (max-width: 460px) {
  #test-banks #info > div:first-child {
    padding-right: 15px;
  }
}
@media (max-width: 460px) {
  #test-banks #info > div {
    width: 100%;
    float: none;
  }
}
#test-banks .table .btn {
  width: 92px;
}
@media (max-width: 470px) {
  #test-template #settings .two-columns-section > .col-xs-6,
  #test-banks #settings .two-columns-section > .col-xs-6 {
    width: 100%;
  }
}
/* course */
#course img {
  max-width: 100%;
}
#course .ya-share2__container_size_m .ya-share2__icon {
  height: 34px;
  width: 34px;
  background-size: 34px 34px;
}
#course #page-main-header {
  margin-bottom: 20px;
}
#course .page-title {
  margin-bottom: 20px;
  font-size: 27px;
  border-bottom: 2px solid #aeb2b7;
  padding-bottom: 15px;
}
@media (max-width: 600px) {
  #course .page-title {
    font-size: 20px;
  }
}
#course .out-of-stock-label {
  font-size: 12px;
  line-height: 20px;
  color: #32323a;
  background-color: #f8f8f8;
  padding: 0 5px;
  text-transform: none;
}
@media (max-width: 767px) {
  #course .current-page#lesson {
    overflow-x: scroll;
  }
}
#course .current-page#lesson .panel-body {
  font-size: 16px;
}
#course .current-page#lesson .panel-body h1:first-child,
#course .current-page#lesson .panel-body h2:first-child,
#course .current-page#lesson .panel-body h3:first-child,
#course .current-page#lesson .panel-body h4:first-child,
#course .current-page#lesson .panel-body h5:first-child,
#course .current-page#lesson .panel-body h6:first-child {
  margin-top: 0;
}
#course .current-page .pager {
  margin-bottom: 0;
}
#course .current-page .pager li:not(.disabled) a {
  text-shadow: 0 1px 0 white;
  background-image: -webkit-linear-gradient(top, white 0, #c6c6ca 100%);
  background-image: -o-linear-gradient(top, white 0, #c6c6ca 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#c6c6ca));
  background-image: linear-gradient(to bottom, white 0, #c6c6ca 100%);
  background-repeat: repeat-x;
  border-color: #aeb2b7;
  color: #32323a;
}
#course .current-page .pager li:not(.disabled) a:hover {
  background-color: #c6c6ca;
  background-position: 0 -15px;
}
#course #training-progress {
  margin-bottom: 15px;
}
#course #course-menu .list-group-item {
  padding-left: 40px;
  border: 2px solid rgba(198, 198, 202, 0.7);
  border-bottom-width: 0;
}
#course #course-menu .list-group-item:last-child {
  border-bottom-width: 2px;
}
#course #course-menu .list-group-item.locked {
  background: #c6c6ca;
  opacity: 0.7;
  border-color: transparent;
  border-top-color: white;
}
#course #course-menu .list-group-item.locked.withdrawn a {
  cursor: not-allowed;
}
#course #course-menu .list-group-item.locked .number {
  font-size: 20px;
}
#course #course-menu .list-group-item .number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  text-align: center;
  font-weight: bold;
}
#course #course-menu .list-group-item .title {
  font-weight: bold;
  color: #32323a;
}
#course #course-menu .list-group-item .chapter-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
#course #course-menu .list-group-item .chapter-content li {
  display: inline-block;
  margin-right: 2px;
}
#course #course-menu .list-group-item .chapter-content li a {
  color: #32323a;
  opacity: 0.6;
  font-size: 13px;
  width: 15px;
  text-align: center;
  display: inline-block;
}
#course #course-menu .list-group-item .chapter-content li a:hover.disabled {
  cursor: not-allowed;
}
#course #course-menu .list-group-item .chapter-content li a:hover:not(.disabled),
#course #course-menu .list-group-item .chapter-content li a.active {
  opacity: 1;
}
#course #course-menu .list-group-item .chapter-content li a.correct {
  color: #059165;
}
#course #course-menu .list-group-item .chapter-content li a.wrong {
  color: #d93838;
}
#course #course-menu .list-group-item.active {
  text-shadow: none;
  border-bottom-width: 2px;
  border-left-color: #06a573;
  border-left-width: 3px;
  color: inherit;
}
#course #course-menu .list-group-item.active:not(.locked) {
  background: #f1f2f7;
}
#course #course-menu .list-group-item.active + * {
  border-top-color: transparent;
}
#course #course-menu.old-version .list-group-item {
  padding-left: 15px;
}
#course #course-menu.old-version .list-group-item:last-child {
  border-bottom-width: 2px;
}
#course #additional-test .panel-heading .title {
  display: inline-block;
}
#course #additional-test .panel-heading .test-link {
  float: right;
  color: white;
  text-decoration: underline;
}
@media (max-width: 600px) {
  #course #additional-test .panel-heading .title {
    display: block;
    text-align: center;
  }
  #course #additional-test .panel-heading .test-link {
    float: none;
    display: block;
    margin-top: 5px;
    text-align: center;
  }
}
#course .add-to-cart {
  position: relative;
}
#course .next-chapter {
  margin-top: 15px;
}
#course .next-chapter a {
  margin: 5px 0;
}
@media (max-width: 500px) {
  #course .panel-heading .btn {
    width: auto;
    margin: -3px -7px 0 0;
    float: right;
  }
}
/* test solo */
#test-solo .nav-tabs {
  border: none;
}
#test-solo .nav-tabs > li.nav-item {
  float: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  position: relative;
}
#test-solo .nav-tabs > li.nav-item.active {
  top: 1px;
}
#test-solo .nav-tabs > li.nav-item > a {
  border: 1px solid #32323a;
  border-radius: 5px;
  margin: 0;
  background: #62676c;
  color: white;
  padding: 5px 12px;
  opacity: 0.7;
}
#test-solo .nav-tabs > li.nav-item > a .title {
  font-size: 17px;
}
#test-solo .nav-tabs > li.nav-item > a .description {
  font-size: 13px;
}
#test-solo .nav-tabs > li.nav-item > a.wrong {
  background: #d93838;
  border-color: #c00;
}
#test-solo .nav-tabs > li.nav-item > a.success {
  background: #06a573;
  border-color: #059165;
}
#test-solo .nav-tabs > li.nav-item.active a,
#test-solo .nav-tabs > li.nav-item:hover a {
  opacity: 1;
}
@media (max-width: 500px) {
  #test-solo .nav-tabs > li.nav-item {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  #test-solo .nav-tabs > li.nav-item > a {
    padding: 2px 8px;
  }
  #test-solo .nav-tabs > li.nav-item > a .title {
    font-size: 14px;
  }
  #test-solo .nav-tabs > li.nav-item > a .description {
    font-size: 11px;
  }
}
#test-solo .next-and-prev-buttons {
  margin-bottom: 20px;
}
/* forum */
#forum #page-main-header * {
  vertical-align: top;
}
#forum #page-main-header .circle-button {
  margin: 1px 0 0 2px;
}
@media (max-width: 360px) {
  #forum #page-main-header {
    font-size: 22px;
  }
  #forum #page-main-header .circle-button {
    width: 27px;
    height: 27px;
    font-size: 21px;
  }
}
#forum .pagination {
  margin: 15px 0 0;
}
#forum #filters {
  vertical-align: top;
}
#forum #filters .btn.btn-default.active {
  cursor: default;
  background-color: #f1f2f7;
  border-color: #aeb2b7;
}
#forum #filters .mobile-button {
  display: none;
}
#forum #filters .additional-button,
#forum #filters .homework-filter {
  margin-left: 15px;
  vertical-align: top;
}
@media (max-width: 470px) {
  #forum #filters .mobile-button {
    display: inline-block;
  }
  #forum #filters .btn-group {
    display: none;
  }
  #forum #filters .additional-button,
  #forum #filters .homework-filter {
    margin-left: 5px;
  }
}
#forum #forum-list {
  margin-top: 15px;
}
#forum #forum-list .forum-post {
  background: white;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
}
#forum #forum-list .forum-post .answers-count {
  text-align: center;
  width: 60px;
  margin-top: 15px;
}
#forum #forum-list .forum-post .answers-count a {
  display: block;
  color: #aeb2b7;
}
#forum #forum-list .forum-post .answers-count a.disabled {
  cursor: not-allowed;
}
#forum #forum-list .forum-post .answers-count a .counter {
  font-size: 20px;
}
#forum #forum-list .forum-post .answers-count a .counter i {
  font-size: 16px;
  display: inline-block;
}
#forum #forum-list .forum-post .answers-count a .counter i.fa-info {
  top: -1px;
  position: relative;
  padding: 0 2px;
}
#forum #forum-list .forum-post .answers-count a .value {
  font-size: 15px;
  display: inline-block;
  width: 100%;
}
#forum #forum-list .forum-post .answers-count.has-resolution a {
  color: #06a573;
}
#forum #forum-list .forum-post .answers-count.has-discuss a {
  color: #337ab7;
}
#forum #forum-list .forum-post .answers-count.has-error a {
  color: #d93838;
}
#forum #forum-list .forum-post .content {
  margin-right: 65px;
}
#forum #forum-list .forum-post .content .up-row {
  font-size: 13px;
  margin-bottom: 5px;
}
@media (max-width: 500px) {
  #forum #forum-list .forum-post .content .up-row {
    font-size: 12px;
  }
}
#forum #forum-list .forum-post .content .up-row > * {
  margin-right: 5px;
  display: inline-block;
}
#forum #forum-list .forum-post .content .up-row .type {
  padding: 2px 5px;
  color: white;
}
#forum #forum-list .forum-post .content .up-row .type.question {
  background: #06a573;
}
#forum #forum-list .forum-post .content .up-row .type.answer {
  background: #337ab7;
}
#forum #forum-list .forum-post .content .up-row .type.mentor_job {
  background: #fa8564;
}
#forum #forum-list .forum-post .content .up-row .type.mentor_job.has-error {
  background: #d93838;
}
#forum #forum-list .forum-post .content .up-row .type.mentor_job.has-resolution {
  background: #06a573;
}
#forum #forum-list .forum-post .content .title {
  margin-bottom: 5px;
  font-size: 21px;
  word-wrap: break-word;
}
@media (max-width: 500px) {
  #forum #forum-list .forum-post .content .title {
    font-size: 16px;
  }
}
#forum #forum-list .forum-post .content .title a {
  font-weight: bold;
  color: #32323a;
}
#forum #forum-list .forum-post .content .title a:hover {
  text-decoration: underline;
}
#forum #forum-list .forum-post .content .title a.disabled {
  cursor: not-allowed;
}
#forum #forum-list .forum-post .content .down-row {
  color: #8f8e8e;
  font-size: 13px;
}
@media (max-width: 500px) {
  #forum #forum-list .forum-post .content .down-row {
    font-size: 12px;
  }
}
#forum #forum-list .forum-post .content .down-row > * {
  display: inline-block;
  margin-right: 5px;
}
#forum-filters .form-group:last-child {
  margin-bottom: 0;
}
#forum-filters .form-group:last-child label {
  margin-bottom: 0;
}
#forum-filters .form-group:last-child .help-block {
  display: none;
}
#forum-info .alert {
  margin-bottom: 0;
}
/* forum post */
#forum-post > .breadcrumb {
  margin: 0;
  background: none;
  padding-top: 0;
}
#forum-post > .breadcrumb > li + li:before {
  color: #8f8e8e;
}
#forum-post .post {
  margin-bottom: 15px;
  padding: 10px 15px;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(33, 32, 38, 0.2);
}
#forum-post .post .header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #8f8e8e;
  position: relative;
}
#forum-post .post .header .user-info {
  float: left;
  font-size: 12px;
  white-space: nowrap;
}
#forum-post .post .header .user-info .avatar {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 8px;
}
#forum-post .post .header .user-info .username {
  font-weight: bold;
}
#forum-post .post .header .user-info .username .fas {
  margin-left: 5px;
}
#forum-post .post .header .actions-panel {
  float: right;
  padding: 0;
  margin: 11px 0 0 0;
  list-style: none;
  font-size: 20px;
}
#forum-post .post .header .actions-panel li {
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 450px) {
  #forum-post .post .header .actions-panel {
    position: absolute;
    width: 0;
    overflow: hidden;
    transition: 0.2s linear;
    white-space: nowrap;
    background: white;
    border: 1px solid #8f8e8e;
    right: 30px;
  }
}
#forum-post .post .header .show-actions {
  display: none;
  float: right;
  font-size: 17px;
  margin-top: 13px;
  width: 26px;
  height: 26px;
  text-align: center;
  border: 1px solid #aeb2b7;
  color: #8f8e8e;
  border-radius: 50%;
}
@media (max-width: 450px) {
  #forum-post .post .header .show-actions {
    display: block;
  }
}
#forum-post .post .content .up-row {
  font-size: 13px;
  margin-bottom: 5px;
}
@media (max-width: 500px) {
  #forum-post .post .content .up-row {
    font-size: 12px;
  }
}
#forum-post .post .content .up-row > * {
  margin-right: 5px;
  display: inline-block;
}
#forum-post .post .content .up-row .type {
  padding: 2px 5px;
  color: white;
}
#forum-post .post .content .up-row .type.question {
  background: #06a573;
}
#forum-post .post .content .up-row .type.answer {
  background: #337ab7;
}
#forum-post .post .content .up-row .type.mentor_job {
  background: #fa8564;
}
#forum-post .post .content .up-row .type.mentor_job.has-error {
  background: #d93838;
}
#forum-post .post .content .up-row .type.mentor_job.has-resolution {
  background: #06a573;
}
#forum-post .post .content .title {
  margin-bottom: 10px;
  font-weight: bold;
}
#forum-post .post .content .body .problem {
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 10px;
}
#forum-post .post .content .body .problem .title {
  margin-bottom: 5px;
  cursor: pointer;
}
#forum-post .post .content .body .problem .title .arrow {
  display: inline-block;
  font-size: 14px;
  line-height: 100%;
  transform: rotate(90deg);
  transition: 0.15s ease-out;
}
#forum-post .post .content .body .problem .title.open .arrow {
  transform: rotate(0deg);
}
#forum-post .post .content .body .problem .text {
  font-style: italic;
  border: 1px solid #8f8e8e;
  padding: 5px 10px;
  border-radius: 3px;
  display: none;
}
@media (max-width: 767px) {
  #forum-post .post .content .body .problem .text {
    overflow-x: scroll;
  }
}
#forum-post .post .content .body .problem .text p:last-child {
  margin-bottom: 0;
}
#forum-post .post .footer {
  margin-top: 5px;
}
#forum-post .post .footer .create-time {
  color: #8f8e8e;
  font-style: italic;
  font-size: 12px;
}
#forum-post .post .footer .create-time + .change-rating {
  margin-top: 10px;
}
#forum-post .post .footer .change-rating {
  font-size: 20px;
  margin-left: 10px;
}
#forum-post .post .footer .change-rating > * {
  display: inline-block;
}
#forum-post .post .footer .change-rating .current-rating {
  padding: 0 5px;
}
#forum-post .post .footer .change-rating .up-rating,
#forum-post .post .footer .change-rating .down-rating {
  cursor: pointer;
  opacity: 0.7;
}
#forum-post .post .footer .change-rating .up-rating:hover,
#forum-post .post .footer .change-rating .down-rating:hover {
  opacity: 1;
}
#forum-post .post .footer .change-rating .up-rating.disabled,
#forum-post .post .footer .change-rating .down-rating.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#forum-post .post .footer .change-rating .up-rating.voted,
#forum-post .post .footer .change-rating .down-rating.voted {
  color: #06a573;
  opacity: 1;
}
#forum-post .post.main .content h1 {
  margin: 0;
  font-size: 23px;
  font-weight: bold;
}
#forum-post .post.answer .header {
  padding-bottom: 0;
  border-bottom: none;
}
#forum-post .post.answer .content,
#forum-post .post.answer .footer {
  margin-left: 57px;
}
#forum-post #add-answer {
  margin-bottom: 25px;
}
#forum-post #add-answer .title {
  text-transform: uppercase;
  padding: 12px 0;
  border-bottom: 1px solid #8f8e8e;
  margin-bottom: 25px;
  font-weight: bold;
}
#forum-post #add-answer .avatar-uploader {
  display: inline-block;
  margin-left: 10px;
}
#forum-post #answers .title {
  text-transform: uppercase;
  padding: 12px 0;
  border-bottom: 1px solid #8f8e8e;
  margin-bottom: 25px;
  font-weight: bold;
}
#forum-post #main-column {
  float: left;
  width: 100%;
}
#forum-post #main-column:not(.no-sidebar) {
  width: calc(100% - 300px);
}
@media (max-width: 1000px) {
  #forum-post #main-column {
    float: none;
    width: 100%;
  }
  #forum-post #main-column:not(.no-sidebar) {
    width: 100%;
  }
}
#forum-post #sidebar-column {
  width: 290px;
  float: right;
  color: #c6c6ca;
}
@media (max-width: 1000px) {
  #forum-post #sidebar-column {
    float: none;
    width: 100%;
    margin-top: 45px;
  }
}
#forum-post #sidebar-column .group {
  background: #32323a;
  padding: 10px 15px;
}
#forum-post #sidebar-column .group + .group {
  margin-top: 10px;
}
#forum-post #sidebar-column .group .header {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #c6c6ca;
  margin-bottom: 10px;
  color: white;
}
#forum-post #sidebar-column .group .group-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
#forum-post #sidebar-column .group .group-items .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6ca;
}
#forum-post #sidebar-column .group .group-items .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#forum-post #sidebar-column .group .group-items .item a {
  color: #c6c6ca;
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
}
#forum-post #sidebar-column .group .group-items .item a:hover {
  text-decoration: underline;
}
#forum-post #sidebar-column .group .group-items .item .answers-count,
#forum-post #sidebar-column .group .group-items .item .status {
  display: inline-block;
  color: #aeb2b7;
  font-size: 12px;
}
#forum-post #sidebar-column .group .group-items .item .status.closed {
  color: #d93838;
}
#forum-post #sidebar-column .group .group-items .item .status.has-resolution {
  color: #06a573;
}
#forum-post #sidebar-column .group .group-items .item .status:before {
  margin-left: 4px;
  content: '\2022';
  color: #aeb2b7;
  font-size: 13px;
  margin-right: 8px;
}
/* post edit */
#post-edit h1 i {
  margin-right: 3px;
}
#post-edit .field-forumpost-closed {
  margin-bottom: 0;
}
#post-edit .field-forumpost-closed label {
  margin-bottom: 0;
}
#post-edit .field-forumpost-closed .help-block {
  display: none;
}
/* profile discounts */
#profile-discounts #my-bonuses {
  text-align: center;
}
#profile-discounts #my-bonuses p {
  line-height: 100%;
}
#profile-discounts #my-bonuses .btn {
  padding: 1px 7px;
}
#profile-discounts #my-bonuses strong {
  font-size: 16px;
}
@media (max-width: 420px) {
  #profile-discounts #my-bonuses .col-xs-4 {
    width: 100%;
  }
  #profile-discounts #my-bonuses .col-xs-4:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #9acfea;
    margin-bottom: 10px;
  }
}
#battle-pvp h1 {
  text-align: center;
  font-size: 27px;
  margin-bottom: 25px;
}
@media (max-width: 500px) {
  #battle-pvp h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  #battle-pvp h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#battle-pvp > .panel {
  max-width: 1000px;
  margin: 0 auto;
}
#battle-pvp > .panel .top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#battle-pvp > .panel .top-section .info-section {
  display: inline-block;
  text-align: center;
}
#battle-pvp > .panel .top-section .info-section.enemy-info,
#battle-pvp > .panel .top-section .info-section.my-info {
  width: 100px;
}
#battle-pvp > .panel .top-section .info-section.enemy-info .avatar,
#battle-pvp > .panel .top-section .info-section.my-info .avatar {
  text-align: center;
  margin-bottom: 7px;
}
#battle-pvp > .panel .top-section .info-section.enemy-info .avatar img,
#battle-pvp > .panel .top-section .info-section.my-info .avatar img {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 3px solid white;
}
#battle-pvp > .panel .top-section .info-section.enemy-info .name,
#battle-pvp > .panel .top-section .info-section.my-info .name {
  text-transform: none;
  font-size: 12px;
}
#battle-pvp > .panel .top-section .info-section.enemy-info .rating,
#battle-pvp > .panel .top-section .info-section.my-info .rating {
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
}
#battle-pvp > .panel .top-section .info-section.middle-section {
  display: flex;
  align-items: center;
}
#battle-pvp > .panel .top-section .info-section.middle-section .enemy-points,
#battle-pvp > .panel .top-section .info-section.middle-section .my-points {
  font-size: 45px;
  margin-right: 30px;
  width: 77px;
}
#battle-pvp > .panel .top-section .info-section.middle-section .my-points {
  margin-right: 0;
  margin-left: 30px;
}
#battle-pvp > .panel .top-section .info-section.middle-section .timer-wrapper {
  width: 100px;
  height: 100px;
  border: 4px solid white;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#battle-pvp > .panel .top-section .info-section.middle-section .timer-wrapper .time {
  font-size: 30px;
  line-height: 100%;
}
@media (min-width: 801px) and (max-width: 900px) {
  #battle-pvp > .panel .top-section .info-section.middle-section .enemy-points,
  #battle-pvp > .panel .top-section .info-section.middle-section .my-points {
    font-size: 38px;
    margin-right: 20px;
    width: 65px;
  }
  #battle-pvp > .panel .top-section .info-section.middle-section .my-points {
    margin-right: 0;
    margin-left: 20px;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info,
  #battle-pvp > .panel .top-section .info-section.my-info {
    width: 90px;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info .avatar img,
  #battle-pvp > .panel .top-section .info-section.my-info .avatar img {
    width: 90px;
    height: 90px;
    border: 2px solid white;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info .name,
  #battle-pvp > .panel .top-section .info-section.my-info .name {
    font-size: 12px;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info .rating,
  #battle-pvp > .panel .top-section .info-section.my-info .rating {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  #battle-pvp > .panel .top-section .info-section.middle-section .enemy-points,
  #battle-pvp > .panel .top-section .info-section.middle-section .my-points {
    font-size: 38px;
    margin-right: 20px;
    width: 65px;
  }
  #battle-pvp > .panel .top-section .info-section.middle-section .my-points {
    margin-right: 0;
    margin-left: 20px;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info,
  #battle-pvp > .panel .top-section .info-section.my-info {
    width: 90px;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info .avatar img,
  #battle-pvp > .panel .top-section .info-section.my-info .avatar img {
    width: 90px;
    height: 90px;
    border: 2px solid white;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info .rating,
  #battle-pvp > .panel .top-section .info-section.my-info .rating {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  #battle-pvp > .panel .top-section .info-section.middle-section .enemy-points,
  #battle-pvp > .panel .top-section .info-section.middle-section .my-points {
    font-size: 30px;
    margin-right: 15px;
    width: 54px;
  }
  #battle-pvp > .panel .top-section .info-section.middle-section .my-points {
    margin-right: 0;
    margin-left: 15px;
  }
  #battle-pvp > .panel .top-section .info-section.middle-section .timer-wrapper {
    width: 80px;
    height: 80px;
    border-width: 2px;
  }
  #battle-pvp > .panel .top-section .info-section.middle-section .timer-wrapper .time {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  #battle-pvp > .panel .top-section .info-section.enemy-info,
  #battle-pvp > .panel .top-section .info-section.my-info {
    width: 70px;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info .avatar img,
  #battle-pvp > .panel .top-section .info-section.my-info .avatar img {
    width: 70px;
    height: 70px;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info .name,
  #battle-pvp > .panel .top-section .info-section.my-info .name {
    font-size: 11px;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info .rating,
  #battle-pvp > .panel .top-section .info-section.my-info .rating {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  #battle-pvp > .panel .top-section {
    padding: 10px;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info,
  #battle-pvp > .panel .top-section .info-section.my-info {
    width: 40px;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info .name,
  #battle-pvp > .panel .top-section .info-section.my-info .name {
    display: none;
  }
  #battle-pvp > .panel .top-section .info-section.enemy-info .avatar img,
  #battle-pvp > .panel .top-section .info-section.my-info .avatar img {
    width: 40px;
    height: 40px;
  }
  #battle-pvp > .panel .top-section .info-section.middle-section .enemy-points,
  #battle-pvp > .panel .top-section .info-section.middle-section .my-points {
    font-size: 25px;
    margin-right: 10px;
    width: 44px;
  }
  #battle-pvp > .panel .top-section .info-section.middle-section .my-points {
    margin-right: 0;
    margin-left: 10px;
  }
  #battle-pvp > .panel .top-section .info-section.middle-section .timer-wrapper {
    width: 60px;
    height: 60px;
  }
  #battle-pvp > .panel .top-section .info-section.middle-section .timer-wrapper .time {
    font-size: 20px;
  }
}
#battle-pvp > .panel #third-stage .description {
  font-size: 25px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  #battle-pvp > .panel #third-stage .description {
    font-size: 20px;
    line-height: 100%;
  }
}
#battle-pvp > .panel #third-stage .table {
  margin-bottom: 0;
}
/* loaders */
#global-preloader {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(50, 50, 58, 0.6);
  z-index: 99999;
}
#global-preloader .wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#global-preloader .wrapper .loader-wrapper,
#global-preloader .wrapper .loader-wrapper:before,
#global-preloader .wrapper .loader-wrapper:after {
  background: white;
  -webkit-animation: barsAnimation 1s infinite ease-in-out;
  animation: barsAnimation 1s infinite ease-in-out;
  width: 2em;
  height: 8em;
}
#global-preloader .wrapper .loader-wrapper {
  color: white;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#global-preloader .wrapper .loader-wrapper:before,
#global-preloader .wrapper .loader-wrapper:after {
  position: absolute;
  top: 0;
  content: '';
}
#global-preloader .wrapper .loader-wrapper:before {
  left: -3em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#global-preloader .wrapper .loader-wrapper:after {
  left: 3em;
}
#local-preloader {
  text-align: center;
  display: none;
  overflow: hidden;
}
#local-preloader .loader-wrapper,
#local-preloader .loader-wrapper:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#local-preloader .loader-wrapper {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(76, 76, 87, 0.1);
  border-right: 1.1em solid rgba(76, 76, 87, 0.1);
  border-bottom: 1.1em solid rgba(76, 76, 87, 0.1);
  border-left: 1.1em solid #4c4c57;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: circleAnimation 1.1s infinite linear;
  animation: circleAnimation 1.1s infinite linear;
}
@-webkit-keyframes barsAnimation {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 8em;
  }
  40% {
    box-shadow: 0 -4em;
    height: 10em;
  }
}
@keyframes barsAnimation {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 8em;
  }
  40% {
    box-shadow: 0 -4em;
    height: 10em;
  }
}
@-webkit-keyframes circleAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circleAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.answer-list {
  display: flex;
  flex-direction: column;
  width: max-content;
}
.answer-number {
  max-width: 40px;
}
.answer-head,
.answer-single {
  display: flex;
}
.answer-head .answer-number,
.answer-single .answer-number,
.answer-head .answer-content,
.answer-single .answer-content {
  display: flex;
  border: 1px solid gray;
  padding: 12px;
  justify-content: center;
  flex: 1;
  align-items: center;
}
.answer-head .answer-content,
.answer-single .answer-content {
  min-width: 170px;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 660px;
}
.answer-head .answer-number,
.answer-head .answer-content {
  font-weight: bold;
  font-size: 18px;
}
.answer-wrap {
  overflow: scroll;
}
.answer-wrap::-webkit-scrollbar {
  display: none;
}
.no-button-style {
  border: none;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
@media print {
  ::-webkit-scrollbar {
    display: none;
  }
}
.--hidden {
  display: none;
}
.form-control.paid-field {
  border-color: #d93838;
  background-color: rgba(217, 56, 56, 0.1);
}
.paid-block {
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #d93838;
  background-color: rgba(217, 56, 56, 0.1);
  cursor: not-allowed;
}
.paid-block .treejs .treejs-node__disabled {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 440px) {
  .paid-block {
    padding: 2px 4px;
  }
  .paid-block .treejs .treejs-label {
    font-size: 13px;
  }
  .paid-block .treejs .treejs-checkbox:before {
    width: 14px;
    height: 14px;
  }
  .paid-block .treejs .treejs-node__checked > .treejs-checkbox:after {
    top: 3px;
  }
  .paid-block .treejs .treejs-nodes .treejs-node .treejs-checkbox {
    width: 19px !important;
    height: 18px !important;
  }
}
@media (max-width: 353px) {
  .paid-block {
    margin-left: -15px;
  }
  .paid-block .treejs .treejs-label {
    font-size: 12px;
  }
}
.buy-premium-alert {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 340px) {
  .buy-premium-alert {
    flex-wrap: wrap;
  }
  .buy-premium-alert span {
    display: block;
    flex: 1;
  }
}
#test-premium label {
  display: inline-flex;
  align-items: center;
}
#students-of-class #about-class {
  text-align: center;
}
#students-of-class #about-class p {
  line-height: 100%;
}
#students-of-class #about-class .btn {
  padding: 1px 7px;
}
#students-of-class #about-class strong {
  font-size: 16px;
}
@media (max-width: 420px) {
  #students-of-class #about-class .col-xs-4 {
    width: 100%;
  }
  #students-of-class #about-class .col-xs-4:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #9acfea;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=style.css.map */