.error-page-4xx {
  background-color: #FCFCF9;
  padding: 32px 16px;
}
.error-page-4xx__content {
  margin: 0 auto;
}
.error-page-4xx__logo {
  width: 344px;
  height: 240px;
  margin: 160px auto 8px auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.error-page-4xx__logo-408 {
  background-image: url(/v251204.0/assets/img/prof_cheops_wires.svg);
}
.error-page-4xx__logo-409 {
  background-image: url(/v251204.0/assets/img/prof_cheops_locked_wait.png);
}
.error-page-4xx__logo-423 {
  background-image: url(/v251204.0/assets/img/prof_cheops_locked.png);
}
.error-page-4xx__logo-429 {
  background-image: url(/v251204.0/assets/img/prof_cheops_clock_attention.png);
}
.error-page-4xx__description {
  text-align: center;
}
.error-page-4xx__description-title {
  line-height: normal;
  font-size: 36px;
  margin-bottom: 16px;
}
.error-page-4xx__description-message {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.error-page-4xx__button {
  max-width: max-content;
  margin: 32px auto;
}
@media (max-width: 768px) {
  .error-page-4xx__logo {
    width: 256px;
    height: 180px;
    margin-top: 80px;
  }
  .error-page-4xx__description-title {
    font-size: 24px;
  }
  .error-page-4xx__description-message {
    font-size: 14px;
    line-height: 20px;
  }
}

.update_popup {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
}
.update_popup__window {
  max-width: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 16px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 16px;
  box-sizing: border-box;
  font-family: "PT Root UI", Arial, sans-serif;
}
@media (max-width: 760px) {
  .update_popup__window {
    display: block;
    width: auto;
  }
}
.update_popup__window_title {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  padding: 0 120px 17px 0;
}
.update_popup__window_text {
  font-size: 18px;
  line-height: 24px;
  color: #36363E;
  position: relative;
  padding-right: 120px;
}
.update_popup__window_cheops {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 106px;
  height: 108px;
  background: url(/v251204.0/assets/img/cheops_mechanic.svg) 50% 50% no-repeat;
}
.update_popup__window_footer {
  text-align: right;
  font-size: 0;
  margin-top: 15px;
}
.update_popup__window_footer button {
  font-family: "PT Root UI", Arial, sans-serif;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: #F1EDFA;
  border-radius: 8px;
  height: 36px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #7B29C9;
  margin-left: 8px;
  outline: none;
  border: 0;
  transition: all 0.1s ease-in-out;
}
.update_popup__window_footer button:hover {
  background: #EAE0FF;
}
.update_popup__window_footer button[disabled] {
  background: transparent;
  color: #C6C2CC;
  border: 1px solid #E1DFE6;
}

.control_wrapper {
  margin: 2px 2px;
  display: inline-flex;
  min-height: 40px;
  min-width: 40px;
  align-items: start;
  vertical-align: top;
}
.control_wrapper--align-items-center {
  align-items: center;
}
.control_wrapper--full-width {
  width: calc(100% - (2px * 2));
}
.control_wrapper--medium {
  min-height: 32px;
  min-width: 32px;
}
.control_wrapper--small {
  min-height: 24px;
  min-width: 24px;
}

.text_control {
  font-size: 14px;
  line-height: 24px;
  padding: 8px 16px;
  max-width: 810px;
  transition: all 150ms;
}
.text_control--primary {
  font-size: 16px;
  font-weight: bold;
}
.text_control--disabled {
  color: #ADADAD;
}
.text_control--caption {
  color: #717171;
}
.text_control--captionHeight {
  line-height: 16px;
  font-size: 12px;
}
.text_control--bold {
  font-weight: 500;
}
.text_control--dark_mode {
  color: #FFFFFF;
}
.text_control--dark_mode.text_control--caption {
  color: #9F9F9F;
}
.text_control--dark_mode.text_control--caption:hover {
  color: #FFFFFF;
}
.text_control--clickable {
  cursor: pointer;
}
.text_control--hasErrors {
  color: #FF5757;
}
.text_control--text-align-center {
  text-align: center;
}
.text_control--hasHover:hover {
  background: rgba(51, 51, 51, 0.06);
  cursor: pointer;
  border-radius: 4px;
}
.text_control--wrap {
  white-space: pre-wrap;
}

.element_wrapper {
  padding: 2px;
  display: flex;
  align-items: center;
}
.element_wrapper--singleton {
  padding: 10px;
}
.element_wrapper--justify-content-left {
  justify-content: flex-start;
}
.element_wrapper--justify-content-right {
  justify-content: flex-end;
}
.element_wrapper--justify-content-center {
  justify-content: center;
}
.element_wrapper--justify-content-space-between {
  justify-content: space-between;
}
.element_wrapper--justify-content-space-evenly {
  justify-content: space-evenly;
}
.element_wrapper--justify-content-space-around {
  justify-content: space-around;
}
.element_wrapper--has-hover:hover {
  background-color: rgba(51, 51, 51, 0.06);
  cursor: pointer;
  border-radius: 4px;
}
.element_wrapper--dark_mode.element_wrapper--has-hover:not(:focus-within):hover {
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  border-radius: 4px;
}
.element_wrapper--bordered {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
}
.element_wrapper--wrap {
  flex-wrap: wrap;
}
.element_wrapper--full-width {
  flex-grow: 1;
}

.MuiIcon-root.icon_atom,
.MuiSvgIcon-root.icon_atom,
.icon_atom.ui-icon {
  color: #929292;
}
.MuiIcon-root.icon_atom svg path,
.MuiSvgIcon-root.icon_atom svg path,
.icon_atom.ui-icon svg path {
  transition: fill 150ms;
  fill: #929292;
}
.MuiIcon-root.icon_atom--disabled,
.MuiSvgIcon-root.icon_atom--disabled,
.icon_atom.ui-icon--disabled {
  color: #E0E0E0;
}
.MuiIcon-root.icon_atom--disabled svg path,
.MuiSvgIcon-root.icon_atom--disabled svg path,
.icon_atom.ui-icon--disabled svg path {
  fill: #E0E0E0;
}
.MuiIcon-root.icon_atom--has-hover:hover,
.MuiSvgIcon-root.icon_atom--has-hover:hover,
.icon_atom.ui-icon--has-hover:hover {
  color: #717171;
}
.MuiIcon-root.icon_atom--has-hover:hover svg path,
.MuiSvgIcon-root.icon_atom--has-hover:hover svg path,
.icon_atom.ui-icon--has-hover:hover svg path {
  fill: #717171;
}
.MuiIcon-root.icon_atom--dark-mode,
.MuiSvgIcon-root.icon_atom--dark-mode,
.icon_atom.ui-icon--dark-mode {
  color: #FFFFFF;
}
.MuiIcon-root.icon_atom--dark-mode svg path,
.MuiSvgIcon-root.icon_atom--dark-mode svg path,
.icon_atom.ui-icon--dark-mode svg path {
  fill: #FFFFFF;
}
.MuiIcon-root.icon_atom--has-errors,
.MuiSvgIcon-root.icon_atom--has-errors,
.icon_atom.ui-icon--has-errors {
  color: #FF5757;
}
.MuiIcon-root.icon_atom--has-errors svg path,
.MuiSvgIcon-root.icon_atom--has-errors svg path,
.icon_atom.ui-icon--has-errors svg path {
  fill: #FF5757;
}
.MuiIcon-root.icon_atom--active,
.MuiSvgIcon-root.icon_atom--active,
.icon_atom.ui-icon--active {
  color: #909090;
}
.MuiIcon-root.icon_atom--active svg path,
.MuiSvgIcon-root.icon_atom--active svg path,
.icon_atom.ui-icon--active svg path {
  fill: #909090;
}
.MuiIcon-root.icon_atom--size-large,
.MuiSvgIcon-root.icon_atom--size-large,
.icon_atom.ui-icon--size-large {
  font-size: 24px;
}
.MuiIcon-root.icon_atom--size-medium,
.MuiSvgIcon-root.icon_atom--size-medium,
.icon_atom.ui-icon--size-medium {
  font-size: 18px;
}
.MuiIcon-root.icon_atom--size-small,
.MuiSvgIcon-root.icon_atom--size-small,
.icon_atom.ui-icon--size-small {
  font-size: 15px;
}

.button_control {
  border-radius: 4px;
}
.button_control .MuiButton-root {
  transition-duration: 150ms;
  font-family: inherit;
}
.button_control .MuiButton-root:hover {
  background: transparent;
}
.button_control .MuiIcon-root,
.button_control .icon_atom.ui-icon {
  transition: color 150ms;
}
.button_control .MuiOutlinedInput-input {
  padding: 12.5px 16px;
}
.button_control .MuiOutlinedInput-notchedOutline,
.button_control .MuiButton-outlined,
.button_control .MuiButton-outlined:hover {
  border: 1px solid #DCDCDC;
}
.button_control .MuiButtonBase-root {
  padding: 8px 16px;
  border-radius: 4px;
  color: #1e1e1e;
  outline: none;
  text-transform: inherit;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
}
.button_control .MuiButtonBase-root:hover:not(.restrict-hover) {
  background: rgba(51, 51, 51, 0.06);
}
.button_control .MuiButtonBase-root:focus:not(.restrict-focus) {
  box-shadow: 0 0 0 2px #2F82FF;
}
.button_control .MuiButtonBase-root.pressed {
  background: #E6E6E6;
}
.button_control .MuiButtonBase-root.error {
  color: #FF5757;
}
.button_control .MuiButtonBase-root.link {
  color: #2F82FF;
}
.button_control .MuiButtonBase-root[disabled] {
  background: #F5F5F5;
  color: #ADADAD;
}
.button_control .MuiButtonBase-root[disabled] .MuiButton-startIcon .MuiIcon-root,
.button_control .MuiButtonBase-root[disabled] .MuiButton-startIcon .icon_atom.ui-icon {
  color: #E0E0E0;
}
.button_control .MuiButtonBase-root[disabled] .MuiButton-endIcon .MuiIcon-root,
.button_control .MuiButtonBase-root[disabled] .MuiButton-endIcon .icon_atom.ui-icon {
  color: #E0E0E0;
}
.button_control .MuiButtonBase-root.link[disabled] {
  color: #ADADAD;
  background: none;
}
.button_control .MuiButtonBase-root.hasErrors .MuiButton-startIcon .MuiIcon-root,
.button_control .MuiButtonBase-root.hasErrors .MuiButton-startIcon .icon_atom.ui-icon {
  color: #FF5757;
}
.button_control .MuiButtonBase-root.hasErrors .MuiButton-endIcon .MuiIcon-root,
.button_control .MuiButtonBase-root.hasErrors .MuiButton-endIcon .icon_atom.ui-icon {
  color: #FF5757;
}
.button_control .MuiButtonBase-root.MuiButton-textPrimary,
.button_control .MuiButtonBase-root.MuiIconButton-colorPrimary,
.button_control .MuiButtonBase-root.MuiButton-outlinedPrimary {
  background: #333333;
  color: #FFFFFF;
}
.button_control .MuiButtonBase-root.MuiButton-textPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.MuiIconButton-colorPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.MuiButton-outlinedPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.MuiButton-textPrimary .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.MuiIconButton-colorPrimary .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.MuiButton-outlinedPrimary .icon_atom.ui-icon {
  color: #FFFFFF;
}
.button_control .MuiButtonBase-root.MuiButton-textPrimary:hover:not(.restrict-hover),
.button_control .MuiButtonBase-root.MuiIconButton-colorPrimary:hover:not(.restrict-hover),
.button_control .MuiButtonBase-root.MuiButton-outlinedPrimary:hover:not(.restrict-hover) {
  background: #474747;
}
.button_control .MuiButtonBase-root.MuiButton-textPrimary:hover:not(.restrict-hover) .MuiIcon-root,
.button_control .MuiButtonBase-root.MuiIconButton-colorPrimary:hover:not(.restrict-hover) .MuiIcon-root,
.button_control .MuiButtonBase-root.MuiButton-outlinedPrimary:hover:not(.restrict-hover) .MuiIcon-root,
.button_control .MuiButtonBase-root.MuiButton-textPrimary:hover:not(.restrict-hover) .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.MuiIconButton-colorPrimary:hover:not(.restrict-hover) .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.MuiButton-outlinedPrimary:hover:not(.restrict-hover) .icon_atom.ui-icon {
  color: #FFFFFF;
}
.button_control .MuiButtonBase-root.MuiButton-textPrimary.pressed,
.button_control .MuiButtonBase-root.MuiIconButton-colorPrimary.pressed,
.button_control .MuiButtonBase-root.MuiButton-outlinedPrimary.pressed {
  background: #656565;
}
.button_control .MuiButtonBase-root.MuiButton-textPrimary[disabled],
.button_control .MuiButtonBase-root.MuiIconButton-colorPrimary[disabled],
.button_control .MuiButtonBase-root.MuiButton-outlinedPrimary[disabled] {
  background: #D3D3D3;
}
.button_control .MuiButtonBase-root.dark-mode {
  color: #FFFFFF;
}
.button_control .MuiButtonBase-root.dark-mode:hover:not(.restrict-hover) {
  background: rgba(255, 255, 255, 0.1);
}
.button_control .MuiButtonBase-root.dark-mode:hover:not(.restrict-hover) .MuiIcon-root,
.button_control .MuiButtonBase-root.dark-mode:hover:not(.restrict-hover) .icon_atom.ui-icon {
  color: #FFFFFF;
}
.button_control .MuiButtonBase-root.dark-mode:focus:not(.restrict-focus) {
  box-shadow: 0 0 0 2px #2F82FF;
}
.button_control .MuiButtonBase-root.dark-mode.pressed {
  background: rgba(255, 255, 255, 0.2);
}
.button_control .MuiButtonBase-root.dark-mode[disabled] {
  background: none;
  color: rgba(255, 255, 255, 0.25);
}
.button_control .MuiButtonBase-root.dark-mode[disabled] .MuiIcon-root,
.button_control .MuiButtonBase-root.dark-mode[disabled] .icon_atom.ui-icon {
  color: rgba(255, 255, 255, 0.25);
}
.button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary,
.button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary,
.button_control .MuiButtonBase-root.dark-mode.MuiButton-outlinedPrimary {
  background: #FFFFFF;
  color: #1e1e1e;
}
.button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.dark-mode.MuiButton-outlinedPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.dark-mode.MuiButton-outlinedPrimary .icon_atom.ui-icon {
  color: #929292;
}
.button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary:hover:not(.restrict-hover),
.button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary:hover:not(.restrict-hover),
.button_control .MuiButtonBase-root.dark-mode.MuiButton-outlinedPrimary:hover:not(.restrict-hover) {
  background: #E6E6E6;
}
.button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary:hover:not(.restrict-hover) .MuiIcon-root,
.button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary:hover:not(.restrict-hover) .MuiIcon-root,
.button_control .MuiButtonBase-root.dark-mode.MuiButton-outlinedPrimary:hover:not(.restrict-hover) .MuiIcon-root,
.button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary:hover:not(.restrict-hover) .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary:hover:not(.restrict-hover) .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.dark-mode.MuiButton-outlinedPrimary:hover:not(.restrict-hover) .icon_atom.ui-icon {
  color: #717171;
}
.button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary.pressed,
.button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary.pressed,
.button_control .MuiButtonBase-root.dark-mode.MuiButton-outlinedPrimary.pressed {
  background: #BFBFBF;
}
.button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary[disabled],
.button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary[disabled],
.button_control .MuiButtonBase-root.dark-mode.MuiButton-outlinedPrimary[disabled] {
  background: #585858;
}
.button_control .MuiButtonBase-root.round {
  border-radius: 50%;
}
.button_control .MuiButton-outlined.MuiButtonBase-root {
  box-sizing: border-box;
}
.button_control--large .MuiButtonBase-root {
  line-height: 24px;
}
.button_control--medium .MuiButtonBase-root {
  line-height: 18px;
  padding: 11px 16px;
}
.button_control--small .MuiButtonBase-root {
  line-height: 15px;
  padding: 4.5px;
  height: 24px;
}
.button_control--endIcon hr {
  width: 1px;
  height: 24px;
  margin: 0 12px;
  background-color: rgba(136, 136, 136, 0.4);
}
.button_control.hasErrors .MuiButton-startIcon {
  color: #FF5757;
}
.button_control .MuiButtonBase-root.highlighted,
.button_control--endIcon.highlighted,
.button_control .MuiButtonBase-root.highlighted:hover,
.button_control--endIcon.highlighted:hover,
.button_control .MuiButtonBase-root.highlighted.MuiButton-textPrimary,
.button_control--endIcon.highlighted.MuiButton-textPrimary,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-textPrimary,
.button_control--endIcon.highlighted:hover.MuiButton-textPrimary,
.button_control .MuiButtonBase-root.highlighted.MuiIconButton-colorPrimary,
.button_control--endIcon.highlighted.MuiIconButton-colorPrimary,
.button_control .MuiButtonBase-root.highlighted:hover.MuiIconButton-colorPrimary,
.button_control--endIcon.highlighted:hover.MuiIconButton-colorPrimary,
.button_control .MuiButtonBase-root.highlighted.MuiButton-outlinedPrimary,
.button_control--endIcon.highlighted.MuiButton-outlinedPrimary,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-outlinedPrimary,
.button_control--endIcon.highlighted:hover.MuiButton-outlinedPrimary,
.button_control .MuiButtonBase-root.highlighted.dark-mode,
.button_control--endIcon.highlighted.dark-mode,
.button_control .MuiButtonBase-root.highlighted:hover.dark-mode,
.button_control--endIcon.highlighted:hover.dark-mode,
.button_control .MuiButtonBase-root.highlighted.MuiButton-textPrimary.dark-mode,
.button_control--endIcon.highlighted.MuiButton-textPrimary.dark-mode,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-textPrimary.dark-mode,
.button_control--endIcon.highlighted:hover.MuiButton-textPrimary.dark-mode,
.button_control .MuiButtonBase-root.highlighted.MuiIconButton-colorPrimary.dark-mode,
.button_control--endIcon.highlighted.MuiIconButton-colorPrimary.dark-mode,
.button_control .MuiButtonBase-root.highlighted:hover.MuiIconButton-colorPrimary.dark-mode,
.button_control--endIcon.highlighted:hover.MuiIconButton-colorPrimary.dark-mode,
.button_control .MuiButtonBase-root.highlighted.MuiButton-outlinedPrimary.dark-mode,
.button_control--endIcon.highlighted.MuiButton-outlinedPrimary.dark-mode,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-outlinedPrimary.dark-mode,
.button_control--endIcon.highlighted:hover.MuiButton-outlinedPrimary.dark-mode {
  background: #255ACC;
  color: #FFFFFF;
}
.button_control .MuiButtonBase-root.highlighted .MuiIcon-root,
.button_control--endIcon.highlighted .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted:hover .MuiIcon-root,
.button_control--endIcon.highlighted:hover .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted.MuiButton-textPrimary .MuiIcon-root,
.button_control--endIcon.highlighted.MuiButton-textPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-textPrimary .MuiIcon-root,
.button_control--endIcon.highlighted:hover.MuiButton-textPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted.MuiIconButton-colorPrimary .MuiIcon-root,
.button_control--endIcon.highlighted.MuiIconButton-colorPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted:hover.MuiIconButton-colorPrimary .MuiIcon-root,
.button_control--endIcon.highlighted:hover.MuiIconButton-colorPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted.MuiButton-outlinedPrimary .MuiIcon-root,
.button_control--endIcon.highlighted.MuiButton-outlinedPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-outlinedPrimary .MuiIcon-root,
.button_control--endIcon.highlighted:hover.MuiButton-outlinedPrimary .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted.dark-mode .MuiIcon-root,
.button_control--endIcon.highlighted.dark-mode .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted:hover.dark-mode .MuiIcon-root,
.button_control--endIcon.highlighted:hover.dark-mode .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted.MuiButton-textPrimary.dark-mode .MuiIcon-root,
.button_control--endIcon.highlighted.MuiButton-textPrimary.dark-mode .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-textPrimary.dark-mode .MuiIcon-root,
.button_control--endIcon.highlighted:hover.MuiButton-textPrimary.dark-mode .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted.MuiIconButton-colorPrimary.dark-mode .MuiIcon-root,
.button_control--endIcon.highlighted.MuiIconButton-colorPrimary.dark-mode .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted:hover.MuiIconButton-colorPrimary.dark-mode .MuiIcon-root,
.button_control--endIcon.highlighted:hover.MuiIconButton-colorPrimary.dark-mode .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted.MuiButton-outlinedPrimary.dark-mode .MuiIcon-root,
.button_control--endIcon.highlighted.MuiButton-outlinedPrimary.dark-mode .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-outlinedPrimary.dark-mode .MuiIcon-root,
.button_control--endIcon.highlighted:hover.MuiButton-outlinedPrimary.dark-mode .MuiIcon-root,
.button_control .MuiButtonBase-root.highlighted .icon_atom.ui-icon,
.button_control--endIcon.highlighted .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted:hover .icon_atom.ui-icon,
.button_control--endIcon.highlighted:hover .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted.MuiButton-textPrimary .icon_atom.ui-icon,
.button_control--endIcon.highlighted.MuiButton-textPrimary .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-textPrimary .icon_atom.ui-icon,
.button_control--endIcon.highlighted:hover.MuiButton-textPrimary .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted.MuiIconButton-colorPrimary .icon_atom.ui-icon,
.button_control--endIcon.highlighted.MuiIconButton-colorPrimary .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted:hover.MuiIconButton-colorPrimary .icon_atom.ui-icon,
.button_control--endIcon.highlighted:hover.MuiIconButton-colorPrimary .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted.MuiButton-outlinedPrimary .icon_atom.ui-icon,
.button_control--endIcon.highlighted.MuiButton-outlinedPrimary .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-outlinedPrimary .icon_atom.ui-icon,
.button_control--endIcon.highlighted:hover.MuiButton-outlinedPrimary .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted.dark-mode .icon_atom.ui-icon,
.button_control--endIcon.highlighted.dark-mode .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted:hover.dark-mode .icon_atom.ui-icon,
.button_control--endIcon.highlighted:hover.dark-mode .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted.MuiButton-textPrimary.dark-mode .icon_atom.ui-icon,
.button_control--endIcon.highlighted.MuiButton-textPrimary.dark-mode .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-textPrimary.dark-mode .icon_atom.ui-icon,
.button_control--endIcon.highlighted:hover.MuiButton-textPrimary.dark-mode .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted.MuiIconButton-colorPrimary.dark-mode .icon_atom.ui-icon,
.button_control--endIcon.highlighted.MuiIconButton-colorPrimary.dark-mode .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted:hover.MuiIconButton-colorPrimary.dark-mode .icon_atom.ui-icon,
.button_control--endIcon.highlighted:hover.MuiIconButton-colorPrimary.dark-mode .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted.MuiButton-outlinedPrimary.dark-mode .icon_atom.ui-icon,
.button_control--endIcon.highlighted.MuiButton-outlinedPrimary.dark-mode .icon_atom.ui-icon,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-outlinedPrimary.dark-mode .icon_atom.ui-icon,
.button_control--endIcon.highlighted:hover.MuiButton-outlinedPrimary.dark-mode .icon_atom.ui-icon {
  color: #FFFFFF;
}
.button_control .MuiButtonBase-root.highlighted hr,
.button_control--endIcon.highlighted hr,
.button_control .MuiButtonBase-root.highlighted:hover hr,
.button_control--endIcon.highlighted:hover hr,
.button_control .MuiButtonBase-root.highlighted.MuiButton-textPrimary hr,
.button_control--endIcon.highlighted.MuiButton-textPrimary hr,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-textPrimary hr,
.button_control--endIcon.highlighted:hover.MuiButton-textPrimary hr,
.button_control .MuiButtonBase-root.highlighted.MuiIconButton-colorPrimary hr,
.button_control--endIcon.highlighted.MuiIconButton-colorPrimary hr,
.button_control .MuiButtonBase-root.highlighted:hover.MuiIconButton-colorPrimary hr,
.button_control--endIcon.highlighted:hover.MuiIconButton-colorPrimary hr,
.button_control .MuiButtonBase-root.highlighted.MuiButton-outlinedPrimary hr,
.button_control--endIcon.highlighted.MuiButton-outlinedPrimary hr,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-outlinedPrimary hr,
.button_control--endIcon.highlighted:hover.MuiButton-outlinedPrimary hr,
.button_control .MuiButtonBase-root.highlighted.dark-mode hr,
.button_control--endIcon.highlighted.dark-mode hr,
.button_control .MuiButtonBase-root.highlighted:hover.dark-mode hr,
.button_control--endIcon.highlighted:hover.dark-mode hr,
.button_control .MuiButtonBase-root.highlighted.MuiButton-textPrimary.dark-mode hr,
.button_control--endIcon.highlighted.MuiButton-textPrimary.dark-mode hr,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-textPrimary.dark-mode hr,
.button_control--endIcon.highlighted:hover.MuiButton-textPrimary.dark-mode hr,
.button_control .MuiButtonBase-root.highlighted.MuiIconButton-colorPrimary.dark-mode hr,
.button_control--endIcon.highlighted.MuiIconButton-colorPrimary.dark-mode hr,
.button_control .MuiButtonBase-root.highlighted:hover.MuiIconButton-colorPrimary.dark-mode hr,
.button_control--endIcon.highlighted:hover.MuiIconButton-colorPrimary.dark-mode hr,
.button_control .MuiButtonBase-root.highlighted.MuiButton-outlinedPrimary.dark-mode hr,
.button_control--endIcon.highlighted.MuiButton-outlinedPrimary.dark-mode hr,
.button_control .MuiButtonBase-root.highlighted:hover.MuiButton-outlinedPrimary.dark-mode hr,
.button_control--endIcon.highlighted:hover.MuiButton-outlinedPrimary.dark-mode hr {
  background-color: #FFFFFF;
}

.icon_button_control {
  border-radius: 4px;
}
.icon_button_control .MuiIconButton-root {
  min-width: 100%;
  min-height: 100%;
  cursor: pointer;
}
.icon_button_control .MuiIconButton-root.restrict-hover {
  background: inherit;
  cursor: auto;
}
.icon_button_control .MuiButtonBase-root {
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: #929292;
  outline: none;
  cursor: pointer;
}
.icon_button_control .MuiButtonBase-root:hover:not(.restrict-hover) {
  background: rgba(51, 51, 51, 0.06);
  color: #717171;
}
.icon_button_control .MuiButtonBase-root:hover:not(.restrict-hover) svg path {
  fill: #717171;
}
.icon_button_control .MuiButtonBase-root.MuiIconButton-colorInherit,
.icon_button_control .MuiButtonBase-root.MuiIconButton-colorInherit:hover {
  color: inherit;
}
.icon_button_control .MuiButtonBase-root.pressed {
  background: rgba(51, 51, 51, 0.05);
  color: #909090;
}
.icon_button_control .MuiButtonBase-root.error {
  color: #FF5757;
}
.icon_button_control .MuiButtonBase-root:active {
  background: #E6E6E6;
  color: #717171;
}
.icon_button_control .MuiButtonBase-root[disabled] {
  background: none;
  color: #e0e0e0;
}
.icon_button_control .MuiButtonBase-root.MuiButton-textPrimary,
.icon_button_control .MuiButtonBase-root.MuiIconButton-colorPrimary {
  background: #333333;
  color: #FFFFFF;
}
.icon_button_control .MuiButtonBase-root.MuiButton-textPrimary:hover:not(.restrict-hover),
.icon_button_control .MuiButtonBase-root.MuiIconButton-colorPrimary:hover:not(.restrict-hover) {
  background: #474747;
}
.icon_button_control .MuiButtonBase-root.MuiButton-textPrimary.pressed,
.icon_button_control .MuiButtonBase-root.MuiIconButton-colorPrimary.pressed {
  background: #656565;
}
.icon_button_control .MuiButtonBase-root.MuiButton-textPrimary.error,
.icon_button_control .MuiButtonBase-root.MuiIconButton-colorPrimary.error {
  color: #FF5757;
}
.icon_button_control .MuiButtonBase-root.MuiButton-textPrimary[disabled],
.icon_button_control .MuiButtonBase-root.MuiIconButton-colorPrimary[disabled] {
  background: #D3D3D3;
}
.icon_button_control .MuiButtonBase-root.dark-mode {
  color: #FFFFFF;
}
.icon_button_control .MuiButtonBase-root.dark-mode:hover:not(.restrict-hover) {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.icon_button_control .MuiButtonBase-root.dark-mode:focus:not(.restrict-focus) {
  box-shadow: 0 0 0 2px #2F82FF;
}
.icon_button_control .MuiButtonBase-root.dark-mode.pressed {
  background: rgba(255, 255, 255, 0.2);
}
.icon_button_control .MuiButtonBase-root.dark-mode.error {
  color: #FF5757;
}
.icon_button_control .MuiButtonBase-root.dark-mode[disabled] {
  background: none;
  color: rgba(255, 255, 255, 0.25);
}
.icon_button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary,
.icon_button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary {
  background: #FFFFFF;
  color: #1e1e1e;
}
.icon_button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary:hover:not(.restrict-hover),
.icon_button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary:hover:not(.restrict-hover) {
  background: #E6E6E6;
}
.icon_button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary.pressed,
.icon_button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary.pressed {
  background: #BFBFBF;
}
.icon_button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary.error,
.icon_button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary.error {
  color: #FF5757;
}
.icon_button_control .MuiButtonBase-root.dark-mode.MuiButton-textPrimary[disabled],
.icon_button_control .MuiButtonBase-root.dark-mode.MuiIconButton-colorPrimary[disabled] {
  background: #585858;
}
.icon_button_control .MuiButtonBase-root .MuiIcon-root,
.icon_button_control .MuiButtonBase-root .icon_atom.ui-icon {
  color: inherit;
}
.icon_button_control .MuiButtonBase-root.round {
  border-radius: 50%;
}
.icon_button_control .MuiButtonBase-root.highlighted,
.icon_button_control .MuiButtonBase-root.highlighted:hover,
.icon_button_control .MuiButtonBase-root.highlighted.dark-mode,
.icon_button_control .MuiButtonBase-root.highlighted:hover.dark-mode,
.icon_button_control .MuiButtonBase-root.highlighted.MuiButton-textPrimary,
.icon_button_control .MuiButtonBase-root.highlighted:hover.MuiButton-textPrimary,
.icon_button_control .MuiButtonBase-root.highlighted.dark-mode.MuiButton-textPrimary,
.icon_button_control .MuiButtonBase-root.highlighted:hover.dark-mode.MuiButton-textPrimary,
.icon_button_control .MuiButtonBase-root.highlighted.MuiIconButton-colorPrimary,
.icon_button_control .MuiButtonBase-root.highlighted:hover.MuiIconButton-colorPrimary,
.icon_button_control .MuiButtonBase-root.highlighted.dark-mode.MuiIconButton-colorPrimary,
.icon_button_control .MuiButtonBase-root.highlighted:hover.dark-mode.MuiIconButton-colorPrimary {
  background: #255ACC;
  color: #FFFFFF;
}
.icon_button_control .outlined.MuiButtonBase-root {
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
}
.icon_button_control--medium .MuiButtonBase-root {
  padding: 11px;
}
.icon_button_control--small .MuiButtonBase-root {
  height: 24px;
  width: 24px;
  padding: 4.5px;
}
.icon_button_control--fab .MuiButtonBase-root {
  height: 56px;
  width: 56px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
}
.icon_button_control--layout .MuiButtonBase-root.dark-mode {
  height: 56px;
  width: 56px;
}
.icon_button_control--layout .MuiButtonBase-root.dark-mode .MuiIcon-root,
.icon_button_control--layout .MuiButtonBase-root.dark-mode .MuiSvgIcon-root,
.icon_button_control--layout .MuiButtonBase-root.dark-mode .icon_atom.ui-icon {
  color: #929292;
  fill: #929292;
}
.icon_button_control--layout .MuiButtonBase-root.dark-mode .MuiIcon-root *,
.icon_button_control--layout .MuiButtonBase-root.dark-mode .MuiSvgIcon-root *,
.icon_button_control--layout .MuiButtonBase-root.dark-mode .icon_atom.ui-icon * {
  fill: #929292;
}
.icon_button_control--layout .MuiButtonBase-root.dark-mode:hover .MuiIcon-root,
.icon_button_control--layout .MuiButtonBase-root.dark-mode:hover .MuiSvgIcon-root,
.icon_button_control--layout .MuiButtonBase-root.dark-mode:hover .icon_atom.ui-icon {
  color: #929292;
  fill: #929292;
}
.icon_button_control--layout .MuiButtonBase-root.dark-mode:hover .MuiIcon-root *,
.icon_button_control--layout .MuiButtonBase-root.dark-mode:hover .MuiSvgIcon-root *,
.icon_button_control--layout .MuiButtonBase-root.dark-mode:hover .icon_atom.ui-icon * {
  fill: #929292;
}
.icon_button_control--layout .MuiButtonBase-root.dark-mode.pressed .MuiIcon-root,
.icon_button_control--layout .MuiButtonBase-root.dark-mode.pressed .MuiSvgIcon-root,
.icon_button_control--layout .MuiButtonBase-root.dark-mode.pressed .icon_atom.ui-icon {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.icon_button_control--layout .MuiButtonBase-root.dark-mode.pressed .MuiIcon-root *,
.icon_button_control--layout .MuiButtonBase-root.dark-mode.pressed .MuiSvgIcon-root *,
.icon_button_control--layout .MuiButtonBase-root.dark-mode.pressed .icon_atom.ui-icon * {
  fill: #FFFFFF;
}
.icon_button_control--layout .MuiButtonBase-root.dark-mode .MuiIcon-root,
.icon_button_control--layout .MuiButtonBase-root.dark-mode .MuiSvgIcon-root,
.icon_button_control--layout .MuiButtonBase-root.dark-mode .icon_atom.ui-icon {
  font-size: 48px;
}

.modal_window {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_window--popover {
  background: none;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
}
.modal_window__wrapper {
  position: fixed;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  max-width: 760px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal_window__wrapper--narrow {
  max-width: 360px;
  width: 360px;
}
.modal_window__wrapper--popover {
  width: fit-content;
  width: -moz-fit-content;
}
.modal_window__wrapper--narrow.modal_window__wrapper--popover {
  max-width: 360px;
  width: 360px;
}
.modal_window__wrapper--highlighted {
  padding: 16px;
  background-color: #255ACC;
  color: #fff;
}
.modal_window__wrapper--scrollable .modal_window__footer {
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
}
.modal_window__wrapper--scrollable .modal_window__header {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 0 0;
}
.modal_window__content {
  scrollbar-width: thin;
  scrollbar-color: rgba(19, 16, 16, 0.73) transparent;
  overflow: auto;
  white-space: pre-line;
}
.modal_window__content::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.modal_window__content::-webkit-scrollbar-track {
  background: transparent;
}
.modal_window__content::-webkit-scrollbar-thumb {
  background: rgba(19, 16, 16, 0.73);
  border-radius: 5px;
}
.modal_window__content::-webkit-scrollbar-thumb:hover {
  background: #131010;
}
.modal_window__content .MuiTypography-body1,
.modal_window__content .MuiInputBase-root {
  font-family: inherit;
}
.modal_window__content--disabledOverflow {
  overflow: unset;
}
.modal_window__header {
  padding: 8px;
  justify-content: space-between;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: flex-start;
  min-height: fit-content;
}
.modal_window__header_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  min-height: 40px;
  display: inline-flex;
  align-items: flex-start;
}
.modal_window__footer {
  min-height: 64px;
  position: relative;
  z-index: 2;
}
.modal_window__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 760px) {
  .modal_window {
    align-items: flex-end;
  }
  .modal_window--popover {
    background: rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .modal_window__wrapper {
    animation: modal_window_slide_to_top 300ms ease-out backwards;
  }
  .modal_window__wrapper--popover {
    width: 100vw;
  }
  .modal_window__wrapper--highlighted {
    background-color: #fff;
    color: initial;
    max-width: 100%;
  }
  .modal_window__header_title {
    flex: 1;
  }
}
.ui .modal_window {
  z-index: 12000;
}
@keyframes modal_window_slide_to_top {
  0% {
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(0);
  }
}


.aspect_elements_group {
  border-radius: 4px;
  background: #fff;
  padding: 8px;
}
.aspect_elements_group--darkMode {
  background: #333333;
}

.system_notification {
  max-width: 360px;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 111111;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(19, 16, 16, 0.73) transparent;
}
.system_notification::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.system_notification::-webkit-scrollbar-track {
  background: transparent;
}
.system_notification::-webkit-scrollbar-thumb {
  background: rgba(19, 16, 16, 0.73);
  border-radius: 5px;
}
.system_notification::-webkit-scrollbar-thumb:hover {
  background: #131010;
}
.system_notification__item {
  padding: 8px;
  width: 100%;
  color: white;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  position: relative;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  -webkit-animation: ease ease-in alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 300ms;
  word-break: break-word;
}
.system_notification__item--clickable {
  cursor: pointer;
}
.system_notification__item--info {
  background: #fff;
  color: #1e1e1e;
}
.system_notification__item--info .MuiIcon-root,
.system_notification__item--info .icon_atom.ui-icon {
  color: #909090 !important;
}
.system_notification__item--info a {
  color: #1e1e1e;
  text-decoration: underline;
}
.system_notification__item--error {
  background: #FF5757;
}
.system_notification__item--error .MuiIcon-root,
.system_notification__item--error .icon_atom.ui-icon {
  color: #fff !important;
}
.system_notification__item--error a {
  color: #fff;
  text-decoration: underline;
}
.system_notification__item--warning {
  background: #FFBF00;
  color: #1e1e1e;
}
.system_notification__item--warning .MuiIcon-root,
.system_notification__item--warning .icon_atom.ui-icon {
  color: #909090 !important;
}
.system_notification__item--warning a {
  color: #1e1e1e;
  text-decoration: underline;
}
.system_notification__item--result {
  background: #88CC00;
  color: #1e1e1e;
}
.system_notification__item--result .MuiIcon-root,
.system_notification__item--result .icon_atom.ui-icon {
  color: #909090 !important;
}
.system_notification__item--result a {
  color: #1e1e1e;
  text-decoration: underline;
}
.system_notification__meta {
  justify-content: space-between !important;
  align-items: center !important;
}
.system_notification__meta_popup {
  text-decoration: underline;
  cursor: pointer;
}
.system_notification__meta-copy {
  margin-top: 12px;
}

.radio_control {
  padding: 0 0 0 16px;
}
.radio_control .MuiRadio-root {
  padding: 8px;
}
.radio_control label.MuiFormControlLabel-root {
  width: 100%;
  margin: 0;
}
.radio_control label.MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementStart {
  justify-content: space-between;
}
.radio_control label.MuiFormControlLabel-root .MuiTypography-root {
  font-size: 14px;
}
.radio_control .MuiRadio-colorPrimary {
  color: #909090;
}
.radio_control .MuiRadio-colorPrimary.Mui-checked {
  color: #424242;
}
.radio_control .MuiRadio-colorPrimary.Mui-disabled {
  color: #929292;
}
.radio_control--darkMode .MuiRadio-colorPrimary {
  color: #929292;
}
.radio_control--darkMode .MuiRadio-colorPrimary.Mui-checked {
  color: #fff;
}
.radio_control--darkMode .MuiTypography-root {
  color: #9F9F9F;
}
.radio_control--darkMode.radio_control--highlight .MuiTypography-root {
  color: #FFFFFF;
}

.checkbox_control {
  padding: 0 2px 0 16px;
}
.checkbox_control .MuiCheckbox-root {
  padding: 8px;
}
.checkbox_control label.MuiFormControlLabel-root {
  width: 100%;
  margin: 0;
}
.checkbox_control label.MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementStart {
  justify-content: space-between;
}
.checkbox_control label.MuiFormControlLabel-root .MuiTypography-root {
  font-size: 14px;
}
.checkbox_control .MuiCheckbox-colorPrimary {
  color: #909090;
}
.checkbox_control .MuiCheckbox-colorPrimary.Mui-checked {
  color: #424242;
}
.checkbox_control .MuiCheckbox-colorPrimary.Mui-disabled {
  color: #929292;
}
.checkbox_control--darkMode .MuiCheckbox-colorPrimary {
  color: #929292;
}
.checkbox_control--darkMode .MuiCheckbox-colorPrimary.Mui-checked {
  color: #fff;
}
.checkbox_control--label-caption .MuiTypography-root {
  color: #717171;
}
.checkbox_control--darkMode.checkbox_control--label-caption .MuiTypography-root {
  color: #9F9F9F;
}

.radio_element .MuiTypography-root {
  font-size: 14px;
}

.icon_control {
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  color: #929292;
  outline: none;
  justify-content: center;
  align-items: center;
}
.icon_control.control_wrapper--small {
  padding: 4.5px;
  width: 24px;
  height: 24px;
}
.icon_control.active {
  background: rgba(51, 51, 51, 0.05);
  color: #909090;
}
.icon_control.error {
  color: #FF5757 !important;
}
.icon_control.disabled {
  background: none;
  color: #e0e0e0;
}
.icon_control.highlighted {
  background: #255ACC;
  color: #FFFFFF;
}
.icon_control.colorPrimary {
  background: #333333;
  color: #FFFFFF;
}
.icon_control.colorPrimary.active {
  background: #656565;
}
.icon_control.colorPrimary.error {
  color: #FF5757 !important;
}
.icon_control.colorPrimary.disabled {
  background: #D3D3D3;
}
.icon_control.dark-mode {
  color: #FFFFFF;
}
.icon_control.dark-mode.active {
  background: rgba(255, 255, 255, 0.2);
}
.icon_control.dark-mode.error {
  color: #FF5757;
}
.icon_control.dark-mode.disabled {
  background: none;
  color: rgba(255, 255, 255, 0.25);
}
.icon_control.dark-mode.colorPrimary {
  background: #FFFFFF;
  color: #1e1e1e;
}
.icon_control.dark-mode.colorPrimary.active {
  background: #BFBFBF;
}
.icon_control.dark-mode.colorPrimary.error {
  color: #FF5757;
}
.icon_control.dark-mode.colorPrimary.disabled {
  background: #585858;
}
.icon_control .MuiIcon-root,
.icon_control .icon_atom.ui-icon {
  color: inherit;
}
.icon_control.round {
  border-radius: 50%;
}
.icon_control.outlined {
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
}

.confirm_edit_buttons__wrapper {
  justify-content: flex-start;
}
.confirm_edit_buttons__cancel {
  margin-right: 6px;
}
@media (max-width: 760px) {
  .confirm_edit_buttons__wrapper {
    flex-direction: row-reverse;
  }
}

.text_input_control {
  justify-content: space-between;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}
.text_input_control--full-width {
  width: 100%;
  display: inline;
}
.text_input_control .MuiOutlinedInput-root {
  border: 1px solid #E4E4E4;
}
.text_input_control--borderless .MuiOutlinedInput-root {
  border: 0px;
}
.text_input_control__title {
  display: inline-flex;
}
.text_input_control__input {
  width: 100%;
  height: 40px;
  margin: auto;
  padding-right: 4px;
}
.text_input_control__input .MuiInputBase-formControl {
  height: 100%;
}
.text_input_control__input .MuiInputBase-input {
  font-size: 14px;
  line-height: 24px;
}
.text_input_control__input .MuiOutlinedInput-input {
  padding: 8px 16px;
}
.text_input_control__input .MuiInputBase-root fieldset {
  border-width: 0;
}
@media (max-width: 760px) {
  .text_input_control__input .MuiInputBase-root input {
    padding: 0 16px;
  }
}
@media (max-width: 760px) {
  .text_input_control__input .MuiInputBase-root input::placeholder {
    color: inherit;
    opacity: 1;
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .text_input_control__input .MuiInputBase-root .MuiOutlinedInput-notchedOutline {
    border: 0;
  }
}
.text_input_control__input .Mui-focused {
  border-color: transparent;
}
.text_input_control__input .Mui-focused .MuiOutlinedInput-notchedOutline {
  border: 2px solid #2F82FF !important;
}
.text_input_control__input .Mui-focused.MuiOutlinedInput-multiline .MuiOutlinedInput-notchedOutline {
  bottom: -3px;
  left: -3px;
  right: -2px;
  top: -6px;
}
.text_input_control__input--multiline {
  height: auto;
  width: 336px;
}
@media (max-width: 760px) {
  .text_input_control__input--multiline {
    width: 100%;
  }
}
.text_input_control__input--multiline .MuiOutlinedInput-multiline {
  padding: 8px 16px;
}
.text_input_control__input--multiline .MuiOutlinedInput-input {
  padding: 0;
}
.text_input_control__input--full-width {
  width: 100%;
}
.text_input_control__cancel {
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
  margin: 0;
  width: 24px;
  height: 24px;
}
.text_input_control__cancel .MuiButton-root {
  padding: 0;
  min-width: 24px;
}
.text_input_control__cancel .MuiButton-root .icon_control,
.text_input_control__cancel .MuiButton-root .control_wrapper {
  margin: 0;
}
.text_input_control__search {
  position: absolute;
  right: 0;
}
.text_input_control__confirm_edit_btns {
  display: none;
}
@media (max-width: 760px) {
  .text_input_control__confirm_edit_btns {
    display: flex;
    padding: 22px 0;
  }
}
@media (max-width: 760px) {
  .text_input_control--focused {
    width: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 12px;
    margin: 0;
    justify-content: flex-start;
    z-index: 510;
  }
}
.text_input_control.mobile_filter {
  width: 100%;
}
.text_input_control.mobile_filter .text_input_control__input_container .text_input_control__cancel {
  display: none;
}
.text_input_control__input_container .text_input_control__cancel .MuiButtonBase-root .MuiIcon-root,
.text_input_control__input_container .text_input_control__cancel .MuiButtonBase-root .icon_atom.ui-icon {
  color: #929292 !important;
}
.text_input_control.mobile_filter .text_input_control__input_container .text_input_control__input .MuiInputBase-root {
  width: 100%;
}
.text_input_control.mobile_filter .text_input_control__input_container .text_input_control__input .MuiInputBase-root input {
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.05);
  padding: 0 16px;
  border-radius: 4px;
}
.text_input_control--focused .text_input_control__input_container .text_input_control__cancel {
  display: block !important;
}
.text_input_control--focused .text_input_control__input .MuiInputBase-root fieldset:focus {
  border-width: 2px;
}
@media (max-width: 760px) {
  .text_input_control--focused .text_input_control__input .MuiInputBase-root input {
    padding: 8px 0 8px 16px !important;
    background-color: initial !important;
    color: initial;
    text-align: initial;
  }
}
@media (max-width: 760px) {
  .text_input_control--focused .text_input_control__input .MuiInputBase-input::placeholder {
    opacity: 0.42;
  }
}
.text_input_control__input_container {
  display: flex;
  position: relative;
  width: 100%;
}
.text_input_control--edited .text_input_control__input .MuiInputBase-root fieldset {
  border-width: 0;
}
.text_input_control--hasError .text_input_control__input .MuiInputBase-root {
  background-color: rgba(255, 47, 47, 0.1);
}
.text_input_control--hasError .text_input_control__input .MuiInputBase-root input {
  color: #FF5757;
}
.text_input_control--hasError .text_input_control__input .MuiInputBase-root input::placeholder {
  color: #FF5757;
}
.text_input_control--hasError .text_input_control__input .MuiInputBase-root textarea {
  color: #FF5757;
}
.text_input_control--hasError .text_input_control__input .MuiInputBase-root textarea::placeholder {
  color: #FF5757;
}
.text_input_control__mobile_header {
  display: none;
}
.text_input_control--focused:hover {
  background-color: #FFFFFF !important;
}
.text_input_control:hover:not(.restrictHoverEffects) {
  background-color: rgba(51, 51, 51, 0.06);
}
.text_input_control:hover:not(.restrictHoverEffects) {
  background-color: rgba(51, 51, 51, 0.06);
}
@media (max-width: 760px) {
  .text_input_control:hover:not(.restrictHoverEffects) {
    background-color: #FFFFFF;
  }
}
.text_input_control--fullWidth {
  width: 100%;
}
.text_input_control--fullWidth .text_input_control__input_container {
  width: 100%;
}
.text_input_control--fullWidth .text_input_control--multiline {
  width: 100%;
}
.text_input_control--bordered .text_input_control__input {
  border-radius: 4px;
  border: 1px solid #E4E4E4;
}
.text_input_control--dark_mode {
  background-color: #333333;
  color: #FFFFFF;
}
.text_input_control--dark_mode input {
  color: #FFFFFF;
}
.text_input_control--dark_mode input::placeholder {
  color: #9F9F9F;
  opacity: 1;
}
.text_input_control--dark_mode .text_input_control__input_container {
  background-color: #333333;
  color: #FFFFFF;
}
@media (max-width: 760px) {
  .text_input_control--dark_mode {
    background-color: initial;
    color: initial;
  }
  .text_input_control--dark_mode input {
    color: initial;
  }
  .text_input_control--dark_mode .text_input_control__input_container {
    background-color: initial;
    color: initial;
  }
  .text_input_control--focused.text_input_control--dark_mode {
    color: initial;
  }
  .text_input_control:hover {
    background-color: #FFFFFF;
  }
  .text_input_control--edited .text_input_control__input .MuiInputBase-root fieldset {
    border-width: 1px;
  }
  .text_input_control__mobile_header {
    display: flex;
    padding-bottom: 8px;
    align-self: flex-start;
  }
  .text_input_control__mobile_header button {
    background-color: unset !important;
  }
  .text_input_control__input_container {
    width: 100%;
  }
  .text_input_control__cancel button {
    background-color: unset !important;
  }
  .text_input_control--focused .text_input_control__input_container {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
  }
}
.text_input_control--focused.restrictFocusEffects .text_input_control__input .MuiInputBase-root .MuiOutlinedInput-notchedOutline {
  border-width: 0!important;
}
.text_input_control input[type=number]::-webkit-inner-spin-button,
.text_input_control input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.system_notifications_dialogue__textarea_element {
  display: flex;
}

.system_notifications_dialogue__notifications_block {
  overflow: auto;
}
.system_notifications_dialogue__header {
  border-radius: 0 !important;
}

.prize_type_congrats {
  padding: 30px 280px 30px 45px;
  box-shadow: 0 2px 16px rgba(68, 90, 118, 0.25);
  border-radius: 24px;
  margin-bottom: 20px;
  background: #4F8991;
  color: #fff;
  min-height: 240px;
  position: relative;
}
.prize_type_congrats__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 22px;
}
.prize_type_congrats__description {
  font-size: 18px;
  line-height: 26px;
}
.prize_type_congrats__img {
  position: absolute;
  width: 200px;
  right: 40px;
  top: 52px;
  display: block;
  margin: auto;
}
@media (max-width: 680px) {
  .prize_type_congrats {
    padding: 24px;
  }
  .prize_type_congrats__img {
    position: static;
    width: 180px;
  }
  .prize_type_congrats__title {
    font-size: 24px;
    line-height: 32px;
  }
  .prize_type_congrats__description {
    font-size: 16px;
    line-height: 26px;
  }
}

.prize_type_ordinary {
  padding: 30px 45px;
  box-shadow: 0 2px 16px rgba(68, 90, 118, 0.25);
  border-radius: 24px;
  margin-bottom: 20px;
}
.prize_type_ordinary__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 22px;
}
.prize_type_ordinary__description {
  font-size: 18px;
  line-height: 26px;
}
.prize_type_ordinary__link {
  display: inline-block;
  box-sizing: border-box;
  height: 39px;
  background: #4B8CEE;
  border-radius: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  padding: 6px 24px;
  text-decoration: none;
}
@media (max-width: 680px) {
  .prize_type_ordinary {
    padding: 24px;
  }
  .prize_type_ordinary__title {
    font-size: 20px;
    line-height: 26px;
  }
  .prize_type_ordinary__description {
    font-size: 16px;
    line-height: 26px;
  }
}

.detailed_answer--closed {
  background: #F2F2F2;
}
.detailed_answer__task_text,
.detailed_answer__solution_text {
  font-size: 24px;
  line-height: 36px;
  color: #393440;
  margin-bottom: 59px;
}
@media (max-width: 768px) {
  .detailed_answer__task_text,
  .detailed_answer__solution_text {
    font-size: 18px;
    line-height: 24px;
  }
}
.detailed_answer__solution_text {
  margin-bottom: 30px;
}
.detailed_answer__task_image {
  width: 100%;
  border-radius: 6px;
  font-size: 0;
  overflow: hidden;
}
.detailed_answer__task_image .module_passing_content_inner {
  margin: 0;
}
.detailed_answer__task_image img {
  max-width: 100%;
  margin: 0;
}
.detailed_answer__task_image img:first-child:last-child {
  margin: 0;
}
.detailed_answer__message_form {
  margin: 40px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border: 1px solid #d5dde5;
  border-radius: 12px;
  min-height: 200px;
  overflow: hidden;
}
.detailed_answer__message_form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  min-height: 200px;
  outline: none;
  font-size: 18px;
  line-height: 24px;
  color: #36363E;
  background: transparent;
  border: none;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .detailed_answer__message_form textarea {
    padding: 16px 16px 56px 16px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 769px) {
  .detailed_answer__message_form textarea::placeholder {
    visibility: hidden;
  }
}
.detailed_answer__message_form_header {
  padding-top: 16px;
  padding-left: 16px;
}
.detailed_answer__message_form_title {
  font-size: 18px;
  line-height: 24px;
  color: #8C8695;
}
.detailed_answer__message_form_footer {
  padding: 10px;
  border-top: 1px solid #d5dde5;
}
.detailed_answer__message_form_add_file {
  display: inline;
  color: #2276F4;
  position: relative;
  width: 150px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
}
.detailed_answer__message_form_add_file input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.detailed_answer__message_form_add_file img {
  transform: rotate(-90deg);
  margin-left: 10px;
}
.detailed_answer__error {
  color: #F4425A;
  margin-bottom: 15px;
  width: 100%;
}
.detailed_answer__error_close {
  background: url(/v251204.0/assets/img/close_cross_black.svg);
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  vector-effect: middle;
  margin-left: 10px;
}
.detailed_answer__message_form_add_file_label {
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 19px;
}
.detailed_answer > .circular-progress {
  margin: 35px auto;
}
.detailed_answer__message_image {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 10px;
  background: #ecf4ff;
  height: 170px;
  width: 150px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 24px;
  line-height: 20px;
  color: #2276F4;
  text-decoration: none;
  text-transform: lowercase;
  max-width: 100%;
}
.detailed_answer__message_image:hover::after {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/v251204.0/assets/img/download-icon.svg) no-repeat 10px 144px;
}
.detailed_answer__message_image img {
  height: 170px;
  max-width: 150px;
  object-fit: cover;
  border-radius: 8px;
}
.detailed_answer__message_file_ext {
  padding: 16px;
  min-width: 150px;
  box-sizing: border-box;
  font-weight: 500;
}
.detailed_answer__message_image_close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  top: -16px;
  right: -16px;
  cursor: pointer;
  background: #8C8695 url(/v251204.0/assets/img/close_cross.svg) 50% 50% no-repeat;
}
.detailed_answer__one_more_solution {
  font-size: 16px;
  line-height: 20px;
  color: #7B29C9;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 60px auto 0 auto;
  width: 300px;
  cursor: pointer;
}
.detailed_answer__result_answer {
  margin: 20px;
  white-space: pre-wrap;
}
.detailed_answer--has_result .detailed_answer__message_form {
  border: none;
  padding: 0;
  min-height: 56px;
}
.detailed_answer--has_result .detailed_answer__message_form_footer {
  border: none;
}
.detailed_answer--verdict-none .detailed_answer__message_form {
  background: #FFEBED;
}
.detailed_answer--verdict-wrong .detailed_answer__message_form {
  background: #FFEBED;
}
.detailed_answer--verdict-notReady .detailed_answer__message_form {
  border: 1px solid #d5dde5;
}
.detailed_answer--verdict-partly .detailed_answer__message_form {
  background: #FFF5D9;
}
.detailed_answer--verdict-ok .detailed_answer__message_form {
  background: #EBF7DF;
}
.detailed_answer--verdict-annulled .detailed_answer__message_form {
  border: 1px solid #d5dde5;
}
.detailed_answer--verdict-noneUnscored .detailed_answer__message_form {
  background: #ffffff;
  border: 1px solid #E1DFE6;
}
.detailed_answer--verdict-unscored .detailed_answer__message_form {
  background: #ffffff;
  border: 1px solid #E1DFE6;
}

.element-client-validation-label {
  align-items: center;
}
.element-client-validation-label-level-error,
.theme-light .element-client-validation-label-level-error .ui-icon {
  color: #DF222E;
}
.element-client-validation-label-level-warning,
.theme-light .element-client-validation-label-level-warning .ui-icon {
  color: #E76A01;
}
.element-client-validation-label .ui-icon {
  align-self: flex-start;
}
.element-client-validation-label-has-level-error > .select-dropdown-answer > .dropdown-select,
.element-client-validation-label-has-level-error > .multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input,
.element-client-validation-label-has-level-error > .detailed_answer > .detailed_answer__message_form,
.element-client-validation-label-has-level-error > .match_answers .match_answers__field,
.element-client-validation-label-has-level-error > .select_option_answer {
  box-shadow: 0px 0px 0px 1px #F94C4F;
}
.element-client-validation-label-has-level-warning > .select-dropdown-answer > .dropdown-select,
.element-client-validation-label-has-level-warning > .multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input,
.element-client-validation-label-has-level-warning > .detailed_answer > .detailed_answer__message_form,
.element-client-validation-label-has-level-warning > .match_answers .match_answers__field,
.element-client-validation-label-has-level-warning > .select_option_answer {
  box-shadow: 0px 0px 0px 1px #FD9601;
}

.match_answers {
  position: relative;
  z-index: 0;
}
.match_answers > div {
  display: flex;
}
.match_answers__fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.match_answers__fields:last-child {
  text-align: right;
}
.match_answers__lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.match_answers__line {
  transition: stroke 0.3s;
}
.match_answers__line--faded {
  stroke: #E1DFE6;
}
.match_answers__field {
  margin: 10px;
  padding: 24px 16px;
  border-radius: 8px;
  position: relative;
  box-shadow: inset 0 0 0 1px #E1DFE6;
  flex: 1 1 auto;
  font-size: 16px;
  box-sizing: border-box;
}
@media print {
  .match_answers__field {
    outline: 1px solid #E1DFE6;
  }
}
.match_answers__field--selected {
  background: #EAE0FF;
}
.match_answers__field--clickable {
  background: #F1EDFA;
  border: none;
  box-shadow: none;
}
.match_answers__field--clickable:hover {
  background: #EAE0FF;
}
.match_answers__fields:first-child .match_answers__target {
  right: 24px;
}
.match_answers__fields:first-child .match_answers__field {
  margin-left: 0;
}
.match_answers__fields:last-child .match_answers__field {
  margin-right: 0;
}
.match_answers__fields:last-child .match_answers__target {
  left: 24px;
}
.match_answers__fields:first-child .match_answers__target--expanded {
  margin-right: 16px !important;
}
.match_answers__fields:last-child .match_answers__target--expanded {
  margin-left: 16px !important;
}
.match_answers__text p {
  margin: 0;
}
.match_answers__text img {
  max-height: 80px;
  max-width: 100%;
}
.match_answers--read-only .match_answers__target {
  cursor: default;
}
.match_answers__target {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 16px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 11;
  transition: margin 0.3s, background 0.3s;
  cursor: pointer;
}
.match_answers__target--single {
  background: #fff;
  border: 2px solid #735FCD;
  box-sizing: content-box;
  margin-right: 14px;
  cursor: default;
}
.match_answers__target--active {
  background: #E1DFE6;
}
.match_answers__target--faded {
  background: #E1DFE6 !important;
  cursor: default;
  z-index: 9;
}
.match_answers__target--expanded {
  z-index: 12;
}
.match_answers__target:first-child:last-child {
  margin-top: -12px;
}
.match_answers__target:nth-child(4n+1) {
  margin-top: -18px;
}
.match_answers__target:nth-child(4n+2) {
  margin-left: 22px;
  margin-right: 22px;
}
.match_answers__target:nth-child(4n+3) {
  margin-top: -6px;
}
.match_answers__target:nth-child(4n+4) {
  margin-left: 10px;
  margin-right: 10px;
}

.programming-answer-examples {
  margin-bottom: 32px;
}
.programming-answer-examples__title {
  font-weight: bold;
  margin-top: 24px;
  font-size: 14px;
}
.programming-answer-examples__header {
  display: flex;
  color: #36363E;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
}
.programming-answer-examples__header-title {
  width: 50%;
  padding: 29px 24px 13px;
}
.programming-answer-examples__row {
  display: flex;
  background: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  word-break: break-word;
}
.programming-answer-examples__row > .programming-answer-examples__row-part {
  width: 50%;
  padding: 18px 24px;
  font-family: 'Source Code Pro', monospace;
}
.programming-answer-examples__row > .programming-answer-examples__row-part + .programming-answer-examples__row-part {
  border-left: 1px solid #fff;
}
.programming-answer-examples-content {
  white-space: pre-wrap;
}
@media (max-width: 760px) {
  .programming-answer-examples__header {
    display: none;
  }
  .programming-answer-examples__row + .programming-answer-examples__row {
    margin-top: 16px;
  }
  .programming-answer-examples__row {
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0;
    margin: 0 -16px;
    padding: 0 9px;
  }
  .programming-answer-examples__row > .programming-answer-examples__row-part {
    width: 100%;
    padding: 10px 16px;
  }
  .programming-answer-examples__row > .programming-answer-examples__row-part + .programming-answer-examples__row-part {
    border-left: none;
    border-top: 1px solid #fff;
  }
  .programming-answer-examples__row-header {
    display: block;
  }
  .programming-answer-examples__row + .programming-answer-examples__row {
    margin-top: 16px;
  }
}

.programming-answer-limits {
  margin-top: 24px;
}
.programming-answer-limits__title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 6px;
}

.programming-answer__editor {
  border: 1px solid #d5dde7;
  border-radius: 8px;
  padding: 12px 1px;
  background-color: #eaf3ff;
  font-size: 14px;
  min-height: 160px;
}
.programming-answer__editor-code {
  max-height: 70vh;
  overflow: scroll;
}
.programming-answer__editor-code > div {
  overflow: auto !important;
}
.programming-answer__editor-focus-within-textarea {
  outline: -webkit-focus-ring-color auto 1px;
  background-color: #F5F5F5;
}
.programming-answer__editor-textarea,
.programming-answer__editor-pre {
  outline: none;
  min-width: 53px;
}
.programming-answer__editor-pre .line-num {
  width: 0;
  position: absolute;
}
.programming-answer__editor-pre .line-num:before {
  content: attr(data-num);
  color: grey;
  text-align: right;
  width: 32px;
  display: inline-block;
  margin-left: -48px;
}
.programming-answer__editor-focus-within-textarea .programming-answer__editor-textarea,
.programming-answer__editor-focus-within-textarea .programming-answer__editor-pre {
  background-color: #FFFFFF;
}
.programming-answer__editor-clickable {
  cursor: pointer;
}
.programming-answer__editor-head {
  align-items: center;
  padding: 0px 12px;
}
.programming-answer__editor-head > b {
  font-size: 16px;
}
.programming-answer__editor-head .dropdown-select .select-option {
  font-size: 14px;
}
.programming-answer__editor-status-ok {
  background-color: #F1FAEA;
}
.programming-answer__editor-status-notok {
  background-color: #FFF0F2;
  cursor: pointer;
}
.programming-answer__editor-status-partly {
  background-color: #FEF5D9;
  cursor: pointer;
}
.programming-answer__verdicts-card {
  margin-bottom: 8px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.programming-answer__verdicts-card-ok {
  background-color: #F1FAEA;
}
.programming-answer__verdicts-card-notok {
  background-color: #FFF0F2;
}
.programming-answer__verdicts-card-partly {
  background-color: #FEF5D9;
}
.programming-answer__verdicts-card-clickable {
  cursor: pointer;
}
.programming-answer__verdicts-toggle {
  margin-top: 8px;
  padding: 16px 24px;
  color: #873CCE;
  background-color: #F5F5F5;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.programming-answer__verdicts-toggle:hover {
  background-color: #e6e6e6;
}
.programming-answer__verdicts-tm {
  color: rgba(0, 0, 0, 0.5);
}
.programming-answer__verdicts-head {
  font-size: 14px;
  align-items: center;
  padding: 16px;
}
.programming-answer__verdicts-head > b {
  font-size: 16px;
}
.programming-answer__verdicts-error {
  padding: 16px 24px;
  padding-top: 0;
  font-size: 13px;
  align-items: baseline;
}
.programming-answer__verdicts-score {
  font-weight: bold;
}
.programming-answer__verdicts-string {
  display: inline-flex;
  margin-left: 8px;
}
.programming-answer__verdicts-review {
  margin: 12px -16px -16px;
  line-height: 10px;
}
.programming-answer__verdicts-review-message {
  padding: 8px 24px;
  white-space: break-spaces;
  font-family: monospace;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.programming-answer__verdicts-code {
  font-size: 16px;
  line-height: 24px;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review-panel {
  background-color: #36373D;
  color: #FFFFFF;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review-result {
  padding: 8px 24px;
  font-family: "PT Root UI", Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review-result-sub {
  font-weight: normal;
  font-family: 'Source Code Pro', monospace;
  padding-left: 32px;
}
.programming-answer__copy-panel {
  background-color: white;
  width: 100%;
  height: 50px;
  padding: 12px 21px;
  border-top: 1px solid #E1DFE6;
}
.programming-answer__copy-panel-round {
  border-radius: 0 0 8px 8px;
}
.programming-answer__verdicts-code .programming-answer__copy-panel .programming-answer__copy-panel-icon {
  margin-right: 30px;
  cursor: pointer;
  width: 24px;
}
.programming-answer__limits {
  line-height: 30px;
}
.programming-answer__limits-head {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.programming-answer__limits-list {
  margin: 0;
  padding: 0;
}
.programming-answer__limits-item {
  margin: 0;
  font-size: 16px;
  list-style-type: none;
}

.message_popup {
  text-align: left;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.05);
}
.message_popup > div {
  padding: 16px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 12px 32px rgba(106, 105, 140, 0.15);
  font-size: 18px;
  line-height: 24px;
  color: #36363E;
  width: 90%;
  max-width: 360px;
}
.message_popup__buttons {
  margin-top: 55px;
  text-align: right;
}
.message_popup__buttons button {
  background: #F1EDFA;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  color: #7B29C9;
  margin: 0 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 16px;
  box-sizing: border-box;
}
.message_popup__buttons button:hover {
  background: #EAE0FF;
}
.message_popup h2 {
  font-weight: 900;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 6px;
}
@media (max-width: 760px) {
  .message_popup {
    align-items: flex-end;
  }
  .message_popup > div {
    max-width: none;
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
}

.code-uploader {
  font-family: inherit;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #333333;
  cursor: pointer;
  justify-content: space-between;
  width: 126px;
  padding: 0;
}
.code-uploader:focus {
  outline: none;
}

.programming-answer-file-hover .programming-answer__field-wrapper {
  background-color: #EAE0FF;
}
.programming-answer-file-hover .programming-answer__file-upload-link {
  position: static;
}
.programming-answer-file-hover .programming-answer__file-input {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.programming-answer__field-wrapper {
  padding: 16px;
  background-color: #F1EDFA;
  border: 2px solid #C6C2CC;
  box-sizing: border-box;
  border-radius: 12px;
  margin: 16px 0;
  position: relative;
}
.programming-answer__field-wrapper-focused:not(.programming-answer__field-wrapper-has-parts) {
  background-color: #FFF;
}
.programming-answer__field-wrapper-focused {
  border: 2px solid #7B29C9;
}
.programming-answer__field-wrapper-file-uploading:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #EAE0FF;
  z-index: 2;
}
.programming-answer__field-wrapper .MuiInputBase-root {
  font-family: inherit;
}
.programming-answer__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  color: #36363E;
}
.programming-answer__file-upload-link {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #7B29C9;
  display: flex;
  vertical-align: middle;
  cursor: pointer;
}
.programming-answer__file-upload-link svg {
  margin-left: 10px;
}
.programming-answer__file-input::-webkit-file-upload-button,
.programming-answer__file-input {
  position: absolute;
  top: 0;
  width: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.programming-answer__editor {
  counter-reset: line;
  font-family: 'Source Code Pro', monospace;
  font-size: 16px;
  line-height: 24px;
  min-height: 180px;
}
.programming-answer__editor-solution {
  background-color: transparent;
  border: 0;
}
.programming-answer__editor-wrapper {
  max-height: 350px;
  min-height: 85px;
  overflow: auto;
  scrollbar-color: rgba(169, 169, 169, 0.31) rgba(218, 218, 218, 0.25);
  scrollbar-width: thin;
  margin: 16px -16px;
  padding: 12px 0;
}
.programming-answer__editor-wrapper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 10px;
}
.programming-answer__editor-wrapper::-webkit-scrollbar-track {
  background: rgba(218, 218, 218, 0.25);
}
.programming-answer__editor-wrapper::-webkit-scrollbar-thumb {
  background: rgba(169, 169, 169, 0.31);
  border-radius: 5px;
}
.programming-answer__editor-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(218, 218, 218, 0.45);
}
.programming-answer__editor-wrapper-export {
  max-height: none;
}
.programming-answer__field-wrapper-focused .programming-answer__editor-wrapper {
  background: #fff;
}
.programming-answer__editor-header {
  padding-left: 40px;
  margin: 16px -16px 0;
  white-space: pre-wrap;
}
.programming-answer__editor-footer {
  padding-left: 40px;
  margin: 0 -16px 16px;
  white-space: pre-wrap;
}
.programming-answer__editor-textarea {
  outline: none;
}
.programming-answer__editor-line-number:before {
  position: absolute;
  left: 0;
  text-align: right;
  opacity: 0.3;
  user-select: none;
  counter-increment: line;
  content: counter(line);
  width: 30px;
}
.programming-answer__expand-button {
  align-items: center;
  text-align: center;
  color: #7B29C9;
  border-radius: 12px;
  background: #F1EDFA;
  padding: 16px;
  cursor: pointer;
  margin: 16px 0;
}
.programming-answer__expand-button-verdict-wrong {
  background: #FFEBED;
}
.programming-answer__expand-button-verdict-ok {
  background: #EBF7DF;
}
.programming-answer__expand-button-verdict-partly {
  background: #FFF5D9;
}
.programming-answer__lang-select {
  position: absolute !important;
  top: 13px;
  right: 13px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 24px;
  color: #36363E;
}
.programming-answer__lang-select:after {
  display: none;
}
.programming-answer__lang-select:before {
  display: none;
}
.programming-answer-solution {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.programming-answer-solution__editor-wrapper {
  border: 1px solid #E1DFE6;
  border-radius: 12px;
  position: relative;
  padding-top: 34px;
  overflow: hidden;
}
.programming-answer-solution__editor-textarea-wrapper {
  overflow: auto;
  max-height: 350px;
  min-height: 180px;
}
.programming-answer-solution__footer {
  padding: 12px 16px;
  border-top: 1px solid #E1DFE6;
  background: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.programming-answer-solution__footer img {
  vertical-align: top;
  margin-right: 30px;
  cursor: pointer;
}
.programming-answer-solution__footer img:hover {
  cursor: pointer;
}
.programming-answer-solution__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  overflow: hidden;
}
.programming-answer-solution__title-time {
  color: #8C8695;
  font-weight: 300;
}
.programming-answer-solution__verdict {
  color: #8C8695;
  float: right;
  font-weight: 300;
}
.programming-answer-solution__score {
  font-weight: 900;
  font-size: 16px;
  color: #36363E;
  float: right;
}
.programming-answer-solution__score .programming-answer__expand-button {
  color: #36363E;
}
.programming-answer-solution__check {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  margin-left: 8px;
  background: url(/v251204.0/assets/img/icon_check.svg);
  width: 24px;
  height: 24px;
}
.programming-answer-solution__check-double {
  background: url(/v251204.0/assets/img/icon_double_check.svg);
}
.programming-answer-solution__error {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  background: #36363E;
  padding: 16px;
  box-sizing: border-box;
  margin: 12px -16px -16px;
}
.programming-answer-solution__error > div {
  font-weight: normal;
  font-family: 'Source Code Pro', monospace;
  padding-left: 32px;
}
.programming-answer-solution__error-description {
  color: #fff;
  margin: 10px -16px -16px -16px;
  background: #4f4f4f;
  border-radius: 0 0 12px 12px;
  padding: 16px !important;
  font-size: 16px;
  line-height: 24px;
}
.programming-answer-solution__error-description pre {
  padding-left: 20px;
  color: white;
  font-family: 'Source Code Pro', monospace !important;
}
.programming-answer-solution__code-header {
  padding-left: 40px;
  margin: 0 0 16px;
}
.programming-answer-solution__code-footer {
  padding-left: 40px;
  margin: 16px 0;
}
.programming-answer-solution-collapsed {
  cursor: pointer;
}
.programming-answer-solution-verdict-wrong .programming-answer-solution__editor-wrapper {
  background: #FFEBED;
}
.programming-answer-solution-verdict-ok .programming-answer-solution__editor-wrapper {
  background: #EBF7DF;
}
.programming-answer-solution-verdict-partly .programming-answer-solution__editor-wrapper {
  background: #FFF5D9;
}
.programming-answer-solution-collapsed.programming-answer-solution-verdict-wrong .programming-answer-solution__title {
  background: #FFEBED;
}
.programming-answer-solution-collapsed.programming-answer-solution-verdict-ok .programming-answer-solution__title {
  background: #EBF7DF;
}
.programming-answer-solution-collapsed.programming-answer-solution-verdict-partly .programming-answer-solution__title {
  background: #FFF5D9;
}
.MuiMenuItem-root.MuiButtonBase-root {
  font-size: 14px;
  font-weight: 300;
  font-family: "PT Root UI", Arial, sans-serif;
}

.select_on_image_answer__image_wrapper {
  text-align: center;
  user-select: none;
}
.select_on_image_answer__image_wrapper--align-left {
  text-align: left;
}
.select_on_image_answer__image_wrapper > div {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  vertical-align: top;
}
.select_on_image_answer__image_wrapper > div img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.select_on_image_answer__image_wrapper > div svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.select_on_image_answer__image_wrapper > div svg > * {
  fill: rgba(0, 0, 0, 0);
}
.select_on_image_answer__zone {
  cursor: pointer;
}
.select_on_image_answer__zone + image {
  cursor: pointer;
}
.select_on_image_answer__zone--result {
  cursor: default;
}
.select_on_image_answer__zone--display-method-nothing {
  cursor: default;
}

.select_option_answer {
  min-height: 56px;
  box-sizing: border-box;
  position: relative;
  margin: 10px -20px;
  background: #F1EDFA;
  border-radius: 8px;
  margin: 20px 0;
  padding: 16px;
}
.select_option_answer p {
  margin: 0;
}
.select_option_answer img {
  max-width: 100%;
}
.select_option_answer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.select_option_answer input ~ label {
  cursor: pointer;
}
.select_option_answer input ~ label:before {
  display: inline-block;
  content: " ";
  vertical-align: text-bottom;
  border: 2px solid #A7B3C2;
  box-sizing: border-box;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  position: absolute;
  left: 16px;
  top: 17px;
}
.select_option_answer input ~ label:hover .select_option_answer input ~ label:before {
  border: 2px solid #4B8CEE;
}
.select_option_answer input[type=checkbox] ~ label:hover:before {
  border: 2px solid #4B8CEE;
}
.select_option_answer input[type=checkbox]:checked ~ label:before {
  background: #4B8CEE url(/v251204.0/assets/img/ok.svg) 50% no-repeat;
}
.select_option_answer input[type=radio] ~ label:hover:before {
  border: 2px solid #4B8CEE;
}
.select_option_answer input[type=radio] ~ label:before {
  border-radius: 50%;
}
.select_option_answer input[type=radio] ~ label:hover:before {
  border: 2px solid #4B8CEE;
}
.select_option_answer input[type=radio]:checked ~ label:before {
  background: #4B8CEE;
  border-color: #4B8CEE;
  box-shadow: inset 0 0 0 3px #fff;
}
.select_option_answer input:hover {
  background: #EAE0FF;
  border: 1px solid #7B29C9;
}
.select_option_answer label {
  cursor: pointer;
  padding-left: 40px;
  display: block;
  line-height: 24px;
  font-size: 18px;
  margin: 0;
}
.select_option_answer--result {
  margin: 10px -25px;
}
.select_option_answer--result label {
  cursor: default;
  color: #232943;
}
.select_option_answer--result label:before {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background: #69798C;
  top: 26px;
  border: none;
  border-radius: 50%;
}
.select_option_answer--result label:hover .select_option_answer--result label:before {
  border: none !important;
}
.select_option_answer--result_wrong label {
  color: #FF5E73;
}
.select_option_answer--result_wrong input:checked ~ label:before {
  background: #FF5E73;
  box-shadow: none;
}
.select_option_answer--result_partial_wrong input:checked ~ label:before {
  background: #ff8e25;
  box-shadow: none;
}
.select_option_answer--result_partial_wrong label {
  color: #ff8e25;
}
.select_option_answer--result_right {
  border-radius: 8px;
}
.select_option_answer--result_right input:checked ~ label:before {
  background: #5BC36C;
  box-shadow: none;
}
.select_option_answer--result_right label {
  color: #5BC36C;
}
.select_option_answer--full_width input {
  width: 100% !important;
  box-sizing: border-box;
  height: 56px !important;
}
.select_option_answer--inline {
  display: inline-flex;
  border-radius: 8px;
  margin: 0 4px 0 0;
  padding: 4px;
  min-height: 32px;
  max-width: 720px;
  overflow: hidden;
}
.select_option_answer--inline:last-child {
  margin: 0;
}
.select_option_answer--inline input ~ label {
  padding-right: 8px;
  font-size: 16px;
}
.select_option_answer--inline input ~ label:before {
  width: 20px;
  height: 20px;
  left: 6px;
  top: 6px;
}

/**  Colors  **/
/** @deprecated **/
/**  **/
/** Shadow **/
/** Borders **/
/**  **/
/** DEFAULTS **/
.select-dropdown-answer .input_select__control {
  border: 1px solid #D5DDE5;
  border-radius: 8px !important;
  overflow: hidden;
  height: 56px;
}
.select-dropdown-answer .input_select__control--is-focused {
  border-color: #7B29C9 !important;
  box-shadow: 0 0 0 1px #7B29C9;
}
.select-dropdown-answer .input_select__value-container {
  padding: 2px 15px !important;
  margin: -2px 0 0 0;
}
.select-dropdown-answer .input_select__value-container,
.select-dropdown-answer .input_select__indicators {
  background: #F1EDFA;
  height: inherit;
}
.select-dropdown-answer .input_select__placeholder {
  color: #A7B3C2 !important;
  font-size: 18px;
}
.select-dropdown-answer .input_select__indicator-separator {
  display: none;
}
.select-dropdown-answer .input_select__menu {
  border-radius: 8px !important;
  border: 1px solid #D5DDE6;
  z-index: 1000 !important;
}
.task_page--timeout .select-dropdown-answer .input_select__menu {
  z-index: 1 !important;
}
.select-dropdown-answer .input_select__option {
  line-height: 28px;
  font-size: 18px;
  color: #232943 !important;
  padding: 11px 12px !important;
}
.select-dropdown-answer .input_select__option--is-selected,
.select-dropdown-answer .input_select__option--is-focused {
  background: #F2F2F2 !important;
  border-color: #7B29C9 !important;
}
.select-dropdown-answer .input_select__input > input {
  height: auto !important;
}
.select-dropdown-answer-formulas p,
.select-dropdown-answer-formulas .MathJax_Display {
  margin: 0px;
}
.select-dropdown-answer-inline {
  line-height: 24px;
  max-width: 720px;
}
.select-dropdown-answer-inline .input_select__control {
  height: 32px;
  min-height: 32px;
}
.select-dropdown-answer-inline .input_select__value-container {
  padding: 2px 8px !important;
  margin: 0;
}
.select-dropdown-answer-inline .input_select__value-container > div {
  padding-bottom: 0;
  padding-top: 0;
  margin: 0;
}
.select-dropdown-answer-inline .input_select__placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #757575 !important;
}
.select-dropdown-answer__formula #react-mathjax-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.select-dropdown-answer-read-only {
  pointer-events: none;
}
.theme-light .select-dropdown-answer__dropdown-block-verdict-ok {
  background-color: #EBF7DF;
}
.theme-light .select-dropdown-answer__dropdown-block-verdict-none,
.theme-light .select-dropdown-answer__dropdown-block-verdict-wrong {
  background-color: #FFEBED;
}
.theme-light .select-dropdown-answer__dropdown-block-verdict-partly {
  background-color: #FFF5D9;
}
.theme-light .select-dropdown-answer__dropdown-block-verdict-unscored,
.theme-light .select-dropdown-answer__dropdown-block-verdict-noneUnscored,
.theme-light .select-dropdown-answer__dropdown-block-verdict-annulled {
  background-color: #FFFFFF;
}
.module_passing_content_inner__description img:first-child:last-child.select-dropdown-answer__option-image,
.select-dropdown-answer__option-image {
  margin: 0px;
}
.select-dropdown-answer-simple .dropdown-select__select-item {
  padding: 12px 20px;
  max-height: 48px;
}
.select-dropdown-answer-simple .select-option {
  font-size: 14px;
}
.select-dropdown-answer-simple .ui-checkbox {
  max-height: 24px;
}

.ordering-answer__image {
  height: 100px;
  width: 120px;
  object-fit: cover;
}

.input-client-validation {
  position: absolute;
  z-index: 99;
  top: -8px;
  left: -8px;
  border-radius: 16px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  padding: 68px 8px 8px 8px;
  background-color: #FFFFFF;
  width: calc(100% - 16px);
  display: none;
  font-weight: 400;
  min-width: fit-content;
}
.theme-light .input-client-validation-level-error .ui-icon,
.input-client-validation-level-error {
  color: #DF222E;
}
.theme-light .input-client-validation-level-warning .ui-icon,
.input-client-validation-level-warning {
  color: #E76A01;
}
.multiply_answers__input:not(.multiply_answers__input--inline) ~ .input-client-validation {
  padding-top: 68px;
}
.multiply_answers__input.multiply_answers__input--inline ~ .input-client-validation {
  padding-top: 48px;
}
input:focus ~ .input-client-validation-show {
  display: block;
}
.input-client-validation__layout {
  align-items: center;
  text-wrap: auto;
}

.multiply_answers {
  margin-left: -22px;
}
.multiply_answers .task__fraction_view {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -8px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 84px 15px 15px 15px;
  background: #FFFFFF;
  width: calc(100% + 16px);
  line-height: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #8C8695;
  text-wrap: auto;
  min-width: fit-content;
}
.multiply_answers .task__fraction_view--error {
  color: #FF5E73;
}
.multiply_answers .task__fraction_view p {
  margin: 0;
}
.multiply_answers__input_wrapper {
  width: 222px;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  margin: 20px 0 20px 22px;
  position: relative;
}
.multiply_answers__input_wrapper--singleton {
  width: calc(100% - 22px);
}
.multiply_answers__input_wrapper--double {
  width: calc(50% - 22px);
}
.multiply_answers__input_wrapper--triple {
  width: calc(33.3% - 22px);
}
.multiply_answers__input_wrapper--inline {
  margin: 0 20px 0 22px;
}
.multiply_answers__input_wrapper--inline .task__fraction_view {
  padding: 60px 12px 15px 12px;
}
.multiply_answers input {
  width: 100%;
  z-index: 0;
}
.multiply_answers input:focus {
  z-index: 100;
}
.multiply_answers--fraction-allowed + .multiply_answers__icon--remove {
  visibility: visible;
}
.multiply_answers--error input {
  color: #F94C4F;
}
.element-client-validation-label-has-level-warning > .multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input:hover,
.multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input:hover {
  background: #EAE0FF;
  box-shadow: inset 0px 0px 0px 1px #7B29C9;
}
.element-client-validation-label-has-level-warning > .multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input:focus,
.multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input:focus {
  box-shadow: inset 0px 0px 0px 1px #7B29C9;
}
.element-client-validation-label-has-level-warning > .multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--error,
.multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--error,
.element-client-validation-label-has-level-warning > .multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--error:hover,
.multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--error:hover,
.element-client-validation-label-has-level-warning > .multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--error:focus,
.multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--error:focus {
  box-shadow: inset 0px 0px 0px 1px #F94C4F;
}
.element-client-validation-label-has-level-warning > .multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--warning,
.multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--warning,
.element-client-validation-label-has-level-warning > .multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--warning:hover,
.multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--warning:hover,
.element-client-validation-label-has-level-warning > .multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--warning:focus,
.multiply_answers > .multiply_answers__input_wrapper > .multiply_answers__input--warning:focus {
  box-shadow: inset 0px 0px 0px 1px #FD9601;
}
.multiply_answers__input {
  position: relative;
  width: 150px;
  background: #F1EDFA;
  border: none;
  box-shadow: inset 0px 0px 0px 1px #D5DDE6;
  box-sizing: border-box;
  border-radius: 8px;
  height: 56px;
  line-height: 22px;
  font-size: 18px;
  padding: 0 16px;
  outline: none;
  font-family: inherit;
  -moz-appearance: textfield;
}
.multiply_answers__input:read-only {
  cursor: default;
  pointer-events: none;
}
.multiply_answers__input--result_right {
  background: #E1F5E4;
  color: #5BC36C;
}
.multiply_answers__input--result_wrong {
  background: #FFF1F2;
  color: #FF5E73;
}
.multiply_answers__input::-webkit-inner-spin-button,
.multiply_answers__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.multiply_answers__input:focus {
  background-color: #FFFFFF;
  z-index: 102;
}
.multiply_answers__input:focus ~ .multiply_answers__icon--remove {
  visibility: hidden !important;
}
.multiply_answers__input:focus + .multiply_answers__icon.multiply_answers__icon--question {
  visibility: visible;
  z-index: 102;
}
.multiply_answers__input--inline {
  height: 32px;
  font-size: 16px;
  padding: 0 8px;
}
.multiply_answers__input--inline::placeholder {
  font-size: 16px;
}
.multiply_answers:hover .multiply_answers__icon--remove {
  visibility: visible;
}
.multiply_answers__icon {
  display: inline-block;
  margin: 0 14px;
  width: 20px;
  height: 23px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.multiply_answers__icon:hover + .multiply_answers__baloon {
  visibility: visible;
  opacity: 1;
}
.multiply_answers__icon:hover .multiply_answers__baloon {
  visibility: visible;
  opacity: 1;
}
.multiply_answers__icon svg {
  width: inherit;
  height: inherit;
}
.multiply_answers__icon--question {
  position: absolute;
  right: 0;
  top: 17px;
  visibility: hidden;
}
.multiply_answers__icon--question use,
.multiply_answers__icon--question path {
  fill: #CAD4E0;
}
.multiply_answers__icon--question.multiply_answers__icon--inline {
  top: 6px;
}
.multiply_answers__icon--add {
  z-index: 0;
  background: transparent;
  width: 100%;
  height: 57px;
  border: 1px solid #E1DFE6;
  box-sizing: border-box;
  border-radius: 12px;
  margin: 0;
  position: relative;
  top: -3px;
  outline: none !important;
  transition: border 0.15s;
}
.multiply_answers__icon--add .multiply_answers__baloon {
  width: 110px;
  right: 0;
  left: initial;
}
.multiply_answers__icon--add use,
.multiply_answers__icon--add path {
  fill: #CAD4E0;
  transition: fill 0.15s;
}
.multiply_answers__icon--add svg {
  width: 26px;
}
.multiply_answers__icon--add:hover:not([disabled]) {
  border: 1px solid #7B29C9;
}
.multiply_answers__icon--add:hover:not([disabled]) use,
.multiply_answers__icon--add:hover:not([disabled]) path {
  fill: #8C8695;
}
.multiply_answers__icon--add[disabled] {
  cursor: auto;
}
.multiply_answers__icon--add[disabled] use,
.multiply_answers__icon--add[disabled] path {
  fill: rgba(202, 212, 224, 0.59);
}
.multiply_answers__icon--remove {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 17px;
}
.multiply_answers__icon--remove .multiply_answers__baloon {
  width: 110px;
  right: -15px;
  top: -77px;
  bottom: auto;
}
.multiply_answers__icon--remove:hover use,
.multiply_answers__icon--remove:hover path {
  fill: rgba(0, 0, 0, 0.74);
}
.multiply_answers__icon--remove use,
.multiply_answers__icon--remove path {
  fill: #CAD4E0;
}
.multiply_answers__icon--remove svg {
  transform: rotate(45deg);
}
.multiply_answers__baloon {
  background: #FFFFFF;
  border: 1px solid #DDE4ED;
  box-shadow: 0 4px 8px rgba(202, 212, 224, 0.5);
  border-radius: 8px;
  position: absolute;
  padding: 10px;
  bottom: 100%;
  width: 226px;
  left: -15px;
  pointer-events: none;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #69798C;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 3;
  text-wrap: auto;
}
.multiply_answers__baloon:after {
  display: block;
  content: ' ';
  background: url(/v251204.0/assets/img/icons.svg?#balloon_corner);
  width: 28px;
  height: 13px;
  position: absolute;
  bottom: -12px;
  box-shadow: inset 0 1px 0 0 #FFFFFF;
}
.multiply_answers__baloon--right {
  background: #FFFFFF;
  right: 0;
  left: auto;
  max-width: 200px;
}
.multiply_answers__baloon--right:after {
  right: 6px;
  left: auto;
}
@media (max-width: 760px) {
  .multiply_answers {
    margin: 0 !important;
  }
  .multiply_answers__input_wrapper,
  .multiply_answers__icon--add {
    width: 100% !important;
  }
  .multiply_answers__input ~ .multiply_answers__icon--remove {
    visibility: visible;
  }
  .multiply_answers__input_wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

__solution {
  /*no-& {
        min-height: 36px;
    }*/
}
.solution_to_show_popup__solutions {
  padding: 0px;
}
.solution_to_show_popup__solutions __solution {
  font-size: 16px;
  margin: 8px;
}

.file_preview {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  margin: 15px;
  background: #ecf4ff;
  height: 170px;
  font-size: 24px;
  line-height: 20px;
  color: #7B29C9;
  text-decoration: none;
  text-transform: lowercase;
  max-width: 100%;
  overflow: hidden;
}
.file_preview img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.file_preview__close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  top: -16px;
  right: -16px;
  cursor: pointer;
  background: #8C8695 url(/v251204.0/assets/img/close_cross.svg) 50% 50% no-repeat;
}
.file_preview__file_ext {
  padding: 16px;
  min-width: 150px;
  box-sizing: border-box;
  font-weight: 500;
}

.thread_message__header {
  margin-bottom: 20px;
}
.thread_message__name {
  color: #7B29C9;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.thread_message__date {
  color: #8C8695;
  font-size: 16px;
  line-height: 20px;
}
.thread_message__avatar {
  background: #7B29C9;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 7px;
  border-radius: 50%;
  float: left;
  margin-right: 16px;
}
.thread_message__attachments {
  margin-top: 17px;
  margin: 0 -15px;
}
.thread_message + .thread_message {
  margin-top: 30px;
}

.task_solution img,
.task_solution image {
  cursor: default;
  max-width: 100%;
}
.task_solution--smt.task_solution--force-show-right {
  position: relative;
  z-index: 100;
}
.task_solution--smt .task_solution__field {
  background: #ECF4FF;
}
.task_solution__field {
  border-radius: 12px;
  color: #36363E;
}
.task_solution__field .marked-paragraph {
  margin: 0;
}
.task_solution__field--inline .marked-paragraph {
  width: max-content;
}
.task_solution__field--verdict-ok {
  background: #EBF7DF !important;
}
.task_solution__field--verdict-none,
.task_solution__field--verdict-wrong {
  background: #FFEBED !important;
}
.task_solution__field--verdict-partly {
  background: #FFF5D9 !important;
}
.task_solution__field--verdict-unscored,
.task_solution__field--verdict-noneUnscored,
.task_solution__field--verdict-annulled {
  background: #ffffff !important;
  border: 1px solid #E1DFE6;
  min-height: 56px;
}
.task_solution__field_placeholder {
  color: #757575;
}
.task_solution__composite_text {
  line-height: 28px;
  font-size: 16px;
}
.task_solution__composite_text img {
  max-width: 100%;
}
.task_solution__composite_text p {
  margin: 16px 0;
}
.task_solution:not(.task_solution--type-match) .task_solution__field {
  margin: 20px 0;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  min-height: 56px;
}
.task_solution:not(.task_solution--type-match) .task_solution__field--inline {
  flex: 0;
  margin: 4px 2px;
  padding: 4px 16px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  min-height: 32px;
}
.task_solution:not(.task_solution--type-match) .task_solution__field--inline:has(img) {
  flex-grow: 1;
}
.task_solution:not(.task_solution--type-match) .task_solution__field--inline-img {
  flex-grow: 1;
}
.task_solution--inline.task_solution--type-checkbox {
  display: inline-flex;
  flex-wrap: wrap;
}
.task_solution--type-checkbox .task_solution__field {
  position: relative;
}
.task_solution--type-checkbox .task_solution__field:before {
  display: inline-block;
  content: " ";
  width: 24px;
  height: 24px;
  border: 1px solid #E1DFE6;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 16px;
  background: #fff;
  vertical-align: middle;
  position: absolute;
  top: 16px;
  left: 16px;
}
.task_solution--type-checkbox .task_solution__field > div {
  display: inline-block;
}
.task_solution--type-checkbox .task_solution__field--checkbox-checked:before {
  background: #E1DFE6;
  border: none;
}
.task_solution--type-checkbox .task_solution__field--inline:before {
  width: 20px;
  height: 20px;
  left: 8px;
  top: 6px;
}
.task_solution--type-checkbox .task_solution__value_text {
  margin-left: 40px;
}
.task_solution--verdict-ok.task_solution--type-checkbox .task_solution__field--checkbox-checked:before {
  background: #88CC00;
}
.task_solution--verdict-none.task_solution--type-checkbox .task_solution__field--checkbox-checked:before,
.task_solution--verdict-wrong.task_solution--type-checkbox .task_solution__field--checkbox-checked:before {
  background: #FF5E73;
}
.task_solution--verdict-partly.task_solution--type-checkbox .task_solution__field--checkbox-checked:before {
  background: #FFBF00;
}
.task_solution--verdict-annulled.task_solution--type-checkbox .task_solution__field--checkbox-checked:before {
  background: #C6C2CC;
}
.task_solution--verdict-ok .task_solution__field {
  background: #EBF7DF;
}
.task_solution--verdict-noneUnscored .task_solution__field,
.task_solution--verdict-none .task_solution__field {
  min-height: 56px;
}
.task_solution--verdict-none .task_solution__field,
.task_solution--verdict-wrong .task_solution__field {
  background: #FFEBED;
}
.task_solution--verdict-partly .task_solution__field {
  background: #FFF5D9;
}
.task_solution--verdict-unscored .task_solution__field,
.task_solution--verdict-noneUnscored .task_solution__field,
.task_solution--verdict-annulled .task_solution__field {
  background: #ffffff !important;
  border: 1px solid #E1DFE6;
  padding: 15px;
}
.task_solution--type-multiple {
  margin-left: -22px;
}
.inline_answers--inline .task_solution--type-multiple {
  display: flex;
  flex-direction: column;
}
.task_solution--type-multiple .task_solution__field {
  max-width: 222px;
  display: inline-block;
  vertical-align: top;
  margin-left: 22px !important;
}
.task_solution--type-multiple .task_solution__field--singleton:not(.task_solution--type-multiple .task_solution__field--inline) {
  max-width: none;
  width: calc(100% - 22px) !important;
}
.task_solution--type-multiple .task_solution__field--double:not(.task_solution--type-multiple .task_solution__field--inline) {
  max-width: none;
  width: calc(50% - 22px) !important;
}
.task_solution--type-multiple .task_solution__field--triple {
  max-width: none;
  width: calc(33.3% - 22px) !important;
}
.task_solution--inline.task_solution--type-multiple .task_solution__field {
  vertical-align: baseline;
}
.task_solution--type-ordering.task_solution--verdict-ok > .ordering-answer > .task-element-ordering__solution {
  border-color: #7EB219;
}
.task_solution--type-ordering.task_solution--verdict-ok > .ordering-answer > .task-element-ordering__solution:before {
  color: #7EB219;
}
.task_solution--type-ordering.task_solution--verdict-ok > .ordering-answer > .task-element-ordering__solution .task-element-ordering__item {
  background-color: #EFFFD0;
}
.task_solution--type-ordering.task_solution--verdict-wrong > .ordering-answer > .task-element-ordering__solution {
  border-color: #F94C4F;
}
.task_solution--type-ordering.task_solution--verdict-wrong > .ordering-answer > .task-element-ordering__solution:before {
  color: #F94C4F;
}
.task_solution--type-ordering.task_solution--verdict-wrong > .ordering-answer > .task-element-ordering__solution .task-element-ordering__item {
  background-color: #FFE3E3;
}
.task_solution--type-ordering.task_solution--verdict-partly > .ordering-answer > .task-element-ordering__solution {
  border-color: #FD9601;
}
.task_solution--type-ordering.task_solution--verdict-partly > .ordering-answer > .task-element-ordering__solution:before {
  color: #FD9601;
}
.task_solution--type-ordering.task_solution--verdict-partly > .ordering-answer > .task-element-ordering__solution .task-element-ordering__item {
  background-color: #FFF5DB;
}
@media (max-width: 760px) {
  .task_solution--type-multiple .task_solution__field:not(.task_solution__field--inline) {
    max-width: none;
    width: calc(100% - 22px) !important;
  }
}

.inline_answers--block {
  display: block;
}
.inline_answers--inline {
  display: inline-block;
  vertical-align: baseline;
  line-height: 40px;
  /*max-height:       40px;*/
}
@media (max-width: 768px) {
  .inline_answers--inline {
    max-width: 84vw;
  }
}
@media (max-width: 490px) {
  .inline_answers--inline {
    max-width: 80vw;
  }
}

.solution_to_show_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(54, 54, 62, 0.8);
  z-index: 103;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution_to_show_popup__close {
  background: url(/v251204.0/assets/img/close_cross.svg) 50% 50% no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.solution_to_show_popup__window {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 16px;
  width: 750px;
  max-width: 95%;
  box-sizing: border-box;
  max-height: calc(95% - 50px);
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.solution_to_show_popup__toggle {
  background: #F1EDFA;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  border-radius: 18px;
  color: #7B29C9;
  float: right;
  text-align: center;
  padding: 8px 16px;
  max-width: 180px;
  place-self: flex-end;
  user-select: none;
}
.solution_to_show_popup__toggle:hover {
  background: #EAE0FF;
}
.solution_to_show_popup__solutions {
  font-size: 0;
  white-space: nowrap;
  display: flex;
  overflow: hidden auto;
  margin-bottom: 16px;
}
.solution_to_show_popup__solutions > div {
  display: inline-block;
  width: 100%;
  white-space: normal;
  vertical-align: top;
  min-width: 100%;
}
.solution_to_show_popup__solutions > div:last-child {
  visibility: hidden;
}
.solution_to_show_popup__solutions > div:first-child:last-child {
  visibility: visible;
}
.solution_to_show_popup__solutions--show_user_answer > div:first-child {
  visibility: hidden;
  order: 2;
}
.solution_to_show_popup__solutions--show_user_answer > div:last-child {
  visibility: visible;
  order: 1;
}
.solution_to_show_popup__solutions--inline {
  line-height: 40px;
}
.solution_to_show_popup__solution_text {
  font-size: 18px;
  font-weight: 500;
}
.solution_to_show_popup--programming .solution_to_show_popup__solutions {
  margin-bottom: 0px;
}
.solution_to_show_popup--programming .solution_to_show_popup__window {
  padding: 8px;
}

.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
.smt-answer-widget__widget {
  margin: 24px 0;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  overflow: visible;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.smt-answer-widget__widget-verdict-ok {
  background-color: #EBF7DF;
}
.smt-answer-widget__widget-verdict-none,
.smt-answer-widget__widget-verdict-wrong {
  background-color: #FFEBED;
}
.smt-answer-widget__widget-verdict-partly {
  background-color: #FFF5D9;
}
.smt-answer-widget__euler-circles {
  user-select: none;
}
.smt-answer-widget__euler-circles-debug,
.smt-answer-widget__euler-circles-circles-layer,
.smt-answer-widget__euler-circles-circles-bottom,
.smt-answer-widget__euler-circles-placement,
.smt-answer-widget__euler-circles-placements,
.smt-answer-widget__euler-circles-circle-set {
  overflow: visible;
}
.smt-answer-widget__euler-circles-debug-text {
  font-size: 10px;
  fill: red;
}
.smt-answer-widget__euler-circles-placement-label {
  font-size: 10px;
  fill: #00A3FF;
}
.smt-answer-widget__euler-circles-circle-shape {
  opacity: 0.1;
}
.smt-answer-widget__euler-circles-circle-A {
  fill: #002BFF;
}
.smt-answer-widget__euler-circles-circle-B {
  fill: #C14805;
}
.smt-answer-widget__euler-circles-circle-C {
  fill: #707F14;
}
.smt-answer-widget__euler-circles-circle-label {
  font-size: 10px;
  fill: rgba(0, 0, 0, 0.12);
}
.smt-answer-widget-disabled-false .smt-answer-widget__euler-circles-control-circle:not(.smt-answer-widget__euler-circles-control-empty),
.smt-answer-widget-disabled-false .smt-answer-widget__euler-circles-control-count:not(.smt-answer-widget__euler-circles-control-count-empty) {
  cursor: grab;
}
.smt-answer-widget__euler-circles-control-count {
  font-size: 16px;
  font-weight: 700;
  fill: #FFFFFF;
}
.smt-answer-widget__euler-circles-control-label {
  fill: #999999;
  font-size: 10px;
}
.smt-answer-widget__euler-circles-control-f {
  fill: #8C59B7;
}
.smt-answer-widget__euler-circles-control-f-second {
  fill: #773BA8;
}
.smt-answer-widget__euler-circles-control-f-many {
  fill: #621E9B;
}
.smt-answer-widget__euler-circles-control-d {
  fill: #F9851B;
}
.smt-answer-widget__euler-circles-control-d-second {
  fill: #EA7012;
}
.smt-answer-widget__euler-circles-control-d-many {
  fill: #DC5C0A;
}
.smt-answer-widget__euler-circles-control-e {
  fill: #ACC032;
}
.smt-answer-widget__euler-circles-control-e-second {
  fill: #99AB28;
}
.smt-answer-widget__euler-circles-control-e-many {
  fill: #84951E;
}
.smt-answer-widget__euler-circles-control-g {
  fill: #01A2E7;
}
.smt-answer-widget__euler-circles-control-g-second {
  fill: #0193D2;
}
.smt-answer-widget__euler-circles-control-g-many {
  fill: #0184BD;
}
.smt-answer-widget-disabled-false .smt-answer-widget__euler-circles-circle-set:hover .smt-answer-widget__euler-circles-draggable {
  stroke: black;
  stroke-width: 1;
  cursor: grab;
}
.smt-answer-widget__euler-circles-control-empty {
  opacity: 0.5;
}
.smt-answer-widget__euler-circles-circle-hover > .smt-answer-widget__euler-circles-circle-shape {
  stroke: black;
  stroke-width: 1;
}
.smt-answer-widget__euler-circles-circle-hover > .smt-answer-widget__euler-circles-circle-label {
  fill: black;
}
.smt-answer-widget__euler-circles-transit {
  stroke: black;
  stroke-width: 1;
  cursor: grabbing;
}
.smt-answer-widget__euler-circles-transit-label {
  cursor: grabbing;
}
.smt-answer-widget__euler-circles-transit-f {
  fill: #8C59B7;
}
.smt-answer-widget__euler-circles-transit-d {
  fill: #F9851B;
}
.smt-answer-widget__euler-circles-transit-e {
  fill: #ACC032;
}
.smt-answer-widget__euler-circles-transit-g {
  fill: #01A2E7;
}
.smt-answer-widget__euler-circles-reset {
  cursor: pointer;
}
.smt-answer-widget__euler-circles-reset:hover .smt-answer-widget__euler-circles-reset-path {
  fill: #666666;
}
.smt-answer-widget__euler-circles-reset-path {
  fill: #999999;
}
.smt-answer-widget__task-money-transfer-arrows {
  user-select: none;
}
.smt-answer-widget__task-money-transfer-arrows-reset {
  cursor: pointer;
}
.smt-answer-widget__task-money-transfer-arrows-reset:hover .smt-answer-widget__task-money-transfer-arrows-reset-path {
  fill: #666666;
}
.smt-answer-widget__task-money-transfer-arrows-reset-path {
  fill: #999999;
}
.smt-answer-widget__task-money-transfer-arrows-disabled-false .smt-answer-widget__task-money-transfer-arrows-rect {
  cursor: pointer;
}
.smt-answer-widget__task-money-transfer-arrows-disabled-false .smt-answer-widget__task-money-transfer-arrows-rect-checked.smt-answer-widget__task-money-transfer-arrows-rect-selected .smt-answer-widget__task-money-transfer-arrows-rect-shape,
.smt-answer-widget__task-money-transfer-arrows-disabled-false .smt-answer-widget__task-money-transfer-arrows-rect-checked .smt-answer-widget__task-money-transfer-arrows-rect-shape,
.smt-answer-widget__task-money-transfer-arrows-disabled-false .smt-answer-widget__task-money-transfer-arrows-rect:not(.smt-answer-widget__task-money-transfer-arrows-rect-selected):hover .smt-answer-widget__task-money-transfer-arrows-rect-shape {
  fill: #D1B4EC;
}
.smt-answer-widget__task-money-transfer-arrows-rect {
  overflow: visible;
}
.smt-answer-widget__task-money-transfer-arrows-rect-shape {
  fill: #CCCCCC;
}
.smt-answer-widget__task-money-transfer-arrows-rect-label {
  fill: #1A1A1A;
  font-weight: 500;
}
.smt-answer-widget__task-money-transfer-arrows-rect-selected .smt-answer-widget__task-money-transfer-arrows-rect-shape {
  fill: #8C59B7;
}
.smt-answer-widget__task-money-transfer-arrows-rect-selected.d .smt-answer-widget__task-money-transfer-arrows-rect-shape {
  fill: #7EB219;
}
.smt-answer-widget__task-money-transfer-arrows-rect-selected .smt-answer-widget__task-money-transfer-arrows-rect-label {
  fill: #FFFFFF;
}
.smt-answer-widget__task-money-transfer-arrows-disabled-false .smt-answer-widget__task-money-transfer-arrows-arrow-hl:not(.smt-answer-widget__task-money-transfer-arrows-arrow-selected) .smt-answer-widget__task-money-transfer-arrows-arrow-path,
.smt-answer-widget__task-money-transfer-arrows-disabled-false .smt-answer-widget__task-money-transfer-arrows-arrow:not(.smt-answer-widget__task-money-transfer-arrows-arrow-selected):hover .smt-answer-widget__task-money-transfer-arrows-arrow-path {
  fill: #D1B4EC;
}
.smt-answer-widget__task-money-transfer-arrows-disabled-false .smt-answer-widget__task-money-transfer-arrows-arrow:hover .smt-answer-widget__task-money-transfer-arrows-arrow-path {
  cursor: pointer;
}
.smt-answer-widget__task-money-transfer-arrows-arrow {
  fill: #CCCCCC;
  overflow: visible;
}
.smt-answer-widget__task-money-transfer-arrows-arrow-selected .smt-answer-widget__task-money-transfer-arrows-arrow-path {
  fill: #8C59B7;
}

.programming-answer__io-box,
.programming-answer__io-cell {
  flex: 1;
}
.programming-answer__io-row {
  margin-bottom: 8px;
}
.programming-answer__io-pre {
  margin: 0;
  font-size: 16px;
}
.programming-answer__io-head {
  font-size: 16px;
}
.programming-answer__io-cell {
  background-color: #F5F5F5;
  padding: 12px 16px;
  font-family: monospace;
}
.programming-answer__io-cell:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: 2px;
}
.programming-answer__io-cell:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.programming-answer__limits {
  line-height: 30px;
}
.programming-answer__limits-head {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.programming-answer__limits-list {
  margin: 0;
  padding: 0;
}
.programming-answer__limits-item {
  margin: 0;
  font-size: 16px;
  list-style-type: none;
}
.programming-answer__hidden-part {
  background-color: #EEEEEE;
  border-radius: 0 0 8px 8px;
}
.programming-answer__hidden-part-text {
  margin: 30px 0;
  color: #828282;
  font-weight: normal;
  font-size: 16px;
}
.programming-answer__hidden-part-sharp {
  border-radius: 0;
}
.programming-answer__editor {
  border: 1px solid #d5dde7;
  border-radius: 8px;
  padding: 12px 1px;
  background-color: #eaf3ff;
  font-size: 14px;
  min-height: 160px;
}
.programming-answer__editor.smt-code-editor {
  font-family: "PT Root UI", Arial, sans-serif;
}
.programming-answer__editor-code {
  max-height: 70vh;
  overflow: scroll;
}
.programming-answer__editor-code > div {
  overflow: auto !important;
}
.programming-answer__editor-focus-within-textarea {
  outline: -webkit-focus-ring-color auto 1px;
  background-color: #F5F5F5;
}
.programming-answer__editor-textarea,
.programming-answer__editor-pre {
  outline: none;
  min-width: 53px;
}
.programming-answer__editor-pre .line-num {
  width: 0;
  position: relative;
}
.programming-answer__editor-pre .line-num:before {
  content: attr(data-num);
  color: grey;
  text-align: right;
  width: 32px;
  display: inline-block;
  margin-left: -48px;
  position: absolute;
}
.programming-answer__editor-focus-within-textarea .programming-answer__editor-textarea,
.programming-answer__editor-focus-within-textarea .programming-answer__editor-pre {
  background-color: #FFFFFF;
}
.programming-answer__editor-clickable {
  cursor: pointer;
}
.programming-answer__editor-head {
  align-items: center;
  padding: 0px 12px;
}
.programming-answer__editor-head > b {
  font-size: 16px;
}
.programming-answer__editor-head .dropdown-select .select-option {
  font-size: 14px;
}
.programming-answer__editor-status-ok {
  background-color: #F1FAEA;
}
.programming-answer__editor-status-notok {
  background-color: #FFF0F2;
  cursor: pointer;
}
.programming-answer__editor-status-partly {
  background-color: #FEF5D9;
  cursor: pointer;
}
.programming-answer__verdicts-solution .programming-answer__editor-pre.programming-answer__editor-clickable {
  pointer-events: initial !important;
}
.programming-answer__linenum {
  width: 0px;
  position: absolute;
}
.programming-answer__linenum:before {
  content: attr(data-num);
  color: grey;
  text-align: right;
  width: 32px;
  display: inline-block;
  margin-left: -48px;
}
.programming-answer__file {
  padding: 4px 0px;
}
.programming-answer__file-input {
  position: absolute;
  left: -100000px;
}
.programming-answer__verdicts-card {
  margin-bottom: 8px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  max-height: 80vh;
}
.programming-answer__verdicts-card-ok {
  background-color: #F1FAEA;
}
.programming-answer__verdicts-card-notok {
  background-color: #FFF0F2;
}
.programming-answer__verdicts-card-partly {
  background-color: #FEF5D9;
}
.programming-answer__verdicts-card-annulled {
  background-color: inherit;
}
.programming-answer__verdicts-card-clickable {
  cursor: pointer;
}
.programming-answer__verdicts-toggle-smt {
  margin-top: 8px;
  padding: 16px 24px;
  color: #333333;
  background-color: #F5F5F5;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.programming-answer__verdicts-toggle-smt-wrong {
  background-color: #FFF1F2;
}
.programming-answer__verdicts-toggle-smt-wrong:hover {
  background-color: #ffd2d6;
}
.programming-answer__verdicts-toggle-smt-partly {
  background-color: #FFF5D9;
}
.programming-answer__verdicts-toggle-smt-partly:hover {
  background-color: #ffedba;
}
.programming-answer__verdicts-toggle-smt:not(.programming-answer__verdicts-toggle-smt-partly).programming-answer__verdicts-toggle-smt:not(.programming-answer__verdicts-toggle-smt-wrong).programming-answer__verdicts-toggle-smt:hover {
  background-color: #e6e6e6;
}
.programming-answer__verdicts-tm {
  color: rgba(0, 0, 0, 0.5);
}
.programming-answer__verdicts-head {
  font-size: 14px;
  align-items: center;
  padding: 16px 24px;
}
.programming-answer__verdicts-head > b {
  font-size: 16px;
}
.programming-answer__verdicts-code {
  overflow: auto;
  scrollbar-color: rgba(169, 169, 169, 0.31) rgba(218, 218, 218, 0.25);
  scrollbar-width: thin;
  font-size: 16px;
  line-height: 24px;
}
.programming-answer__verdicts-code::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 10px;
}
.programming-answer__verdicts-code::-webkit-scrollbar-track {
  background: rgba(218, 218, 218, 0.25);
}
.programming-answer__verdicts-code::-webkit-scrollbar-thumb {
  background: rgba(169, 169, 169, 0.31);
  border-radius: 5px;
}
.programming-answer__verdicts-code::-webkit-scrollbar-thumb:hover {
  background: rgba(218, 218, 218, 0.45);
}
.programming-answer__verdicts-error {
  padding: 0 24px 16px;
  font-size: 13px;
  align-items: baseline;
}
.programming-answer__verdicts-score {
  font-weight: bold;
  font-size: 14px;
}
.programming-answer__verdicts-last-score {
  font-weight: normal;
}
.programming-answer__verdicts-last-score-wrong,
.programming-answer__verdicts-last-score-pe {
  color: #FF6759;
}
.programming-answer__verdicts-last-score-partly {
  color: #ED9526;
}
.programming-answer__verdicts-last-score-ok {
  color: #1F8B24;
}
.programming-answer__verdicts-string {
  display: inline-flex;
  margin-left: 8px;
}
.programming-answer__verdicts-review-message {
  padding: 8px 24px;
  white-space: break-spaces;
  font-family: monospace;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin: 0;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review-panel {
  background-color: #36373D;
  color: #FFFFFF;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review-panel:only-child {
  border-radius: inherit;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review-result {
  padding: 8px 24px;
  font-family: "PT Root UI", Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review-result-sub {
  font-weight: normal;
  font-family: 'Source Code Pro', monospace;
  padding-left: 32px;
}
.programming-answer__templates-selector.dropdown-select {
  width: auto;
  min-width: 120px;
  padding: 0px;
}
.programming-answer__templates-selector .dropdown-select__selected-container {
  align-items: center;
}
.programming-answer__templates-selector .dropdown-select__popover-container {
  padding: 4px;
}
.programming-answer__templates-selector .dropdown-select__select-item {
  padding: 8px;
}
.programming-answer__solution {
  /*no-& {
        min-height: 36px;
    }*/
}
.programming-answer .solution_to_show_popup__solutions {
  padding: 0px;
}
.solution_to_show_popup__solutions .programming-answer__solution {
  font-size: 16px;
  margin: 8px;
}
.programming-answer-examples {
  margin-bottom: 32px;
}
.programming-answer-examples__title {
  font-weight: bold;
  margin-top: 24px;
  font-size: 16px;
}
.programming-answer-examples__header {
  color: #36363E;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.programming-answer-examples__header-title {
  width: 50%;
  padding: 29px 24px 13px;
  margin: 0;
}
.programming-answer-examples__row {
  background: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  word-break: break-word;
}
.programming-answer-examples__row > .programming-answer-examples__row-part {
  width: 50%;
  padding: 18px 24px;
  font-family: 'Source Code Pro', monospace;
}
.programming-answer-examples__row > .programming-answer-examples__row-part + .programming-answer-examples__row-part {
  border-left: 1px solid #fff;
}
.programming-answer-examples__row-title {
  font-family: "PT Root UI", sans-serif;
  display: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  color: #36363E;
  margin: 0;
}
.programming-answer-examples-content {
  white-space: pre-wrap;
  margin: 0;
}
@media (max-width: 760px) {
  .programming-answer-examples__header {
    display: none;
  }
  .programming-answer-examples__row + .programming-answer-examples__row {
    margin-top: 16px;
  }
  .programming-answer-examples__row {
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0;
  }
  .programming-answer-examples__row > .programming-answer-examples__row-part {
    width: 100%;
    padding: 10px 16px;
  }
  .programming-answer-examples__row > .programming-answer-examples__row-part + .programming-answer-examples__row-part {
    border-left: none;
    border-top: 1px solid #fff;
  }
  .programming-answer-examples__row-header {
    display: block;
  }
  .programming-answer-examples__row + .programming-answer-examples__row {
    margin-top: 16px;
  }
  .programming-answer-examples__row-title {
    display: block;
  }
}
.programming-answer__copy-panel {
  background-color: white;
  width: 100%;
  height: 50px;
  padding: 12px 21px;
  border-top: 1px solid #E1DFE6;
}
.programming-answer__copy-panel-round {
  border-radius: 0 0 8px 8px;
}
.programming-answer__verdicts-code .programming-answer__copy-panel .programming-answer__copy-panel-icon {
  margin-right: 30px;
  cursor: pointer;
  width: 24px;
}

.answer-comment {
  padding: 16px;
  background-color: #F2F2F2;
  border-radius: 16px;
  margin-top: 48px;
}
.answer-comment-expandable {
  background-color: transparent;
  padding-top: 0;
  margin-top: 16px;
  max-width: 434px;
  position: relative;
}
.answer-comment__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.answer-comment__title-expandable {
  font-weight: 400;
  cursor: pointer;
  width: fit-content;
  align-items: center;
  margin-left: 8px;
}
.answer-comment__title-expanded {
  margin-bottom: 20px;
}
.answer-comment__title-disabled {
  opacity: 0.3;
}
.answer-comment__pending-icon {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  width: 56px;
  height: 24px;
  background: #2979FF;
  border-radius: 9999px;
  margin-left: 27px;
}
.answer-comment__tooltip-icon {
  margin-left: 27px;
}
.answer-comment__tooltip {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #1A1A1A;
  z-index: 100;
  max-width: 288px;
  left: 162px !important;
  top: -47px !important;
  line-height: 16px;
  cursor: default;
}
.answer-comment__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1A1A1A;
  margin: 2px 0;
  cursor: pointer;
}
.answer-comment__text-disabled {
  opacity: 0.3;
}
.answer-comment__text-inner-video {
  position: relative;
  margin-top: 10px;
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  aspect-ratio: 1.77777778;
  max-height: 226px;
}
.answer-comment__text-inner-video [data-video] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.answer-comment__preview {
  height: 170px;
  width: 150px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  margin-top: 8px;
  text-decoration: none;
}
.answer-comment__preview-wrapper {
  flex-wrap: wrap;
  margin-top: 16px;
}
.answer-comment__preview-wrapper-disabled {
  opacity: 0.3;
}
.answer-comment__preview:last-of-type {
  margin-right: 0;
}
.answer-comment__preview:hover::after {
  content: '';
  height: inherit;
  width: inherit;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/v251204.0/assets/img/download-icon.svg) no-repeat 10px 144px;
}
.answer-comment__preview-img {
  height: inherit;
  width: inherit;
  object-fit: cover;
  border-radius: inherit;
}
.answer-comment__preview-file {
  background-color: #ECF4FF;
  color: #2276F4;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  text-transform: lowercase;
  max-width: 100%;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  padding: 16px;
  box-sizing: border-box;
}
.answer-comment-video-content__inner-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.answer-comment-video-content__inner-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single_task [data-video-wrapper] {
  width: 100%;
}

.task-client-validation-label {
  align-items: center;
}
.task-client-validation-label-level-error,
.theme-light .task-client-validation-label-level-error .ui-icon {
  color: #DF222E;
}
.task-client-validation-label-level-warning,
.theme-light .task-client-validation-label-level-warning .ui-icon {
  color: #E76A01;
}
.task-client-validation-label .ui-icon {
  align-self: flex-start;
}

.result-states-mode-spoiler {
  padding: 1px 0;
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}
.result-states-mode-spoiler .ui-spoiler__summary {
  align-items: start;
}
.result-states-mode-spoiler .ui-spoiler__icon {
  margin-top: 2px;
}
.result-states-mode-spoiler .ui-chips-list {
  margin-top: 0;
}
.result-states-mode-spoiler .result-states__task {
  min-width: 40px;
}
.result-states-mode-modal {
  padding: 8px;
}
.result-states-mode-modal .result-states__section {
  margin-top: 12px;
}
.result-states-mode-modal .ui-chips-list {
  margin-top: 16px;
  margin-bottom: 16px;
}
.result-states-mode-modal .result-states__task {
  min-width: 32px;
}
.result-states-status-not_saved .ui-spoiler__summary,
.result-states-status-not_saved .result-states__title {
  color: #E76A01;
}
.result-states-status-not_saved .ui-spoiler__icon,
.result-states-status-not_saved .ui-icon {
  color: #FD9601;
}
.result-states-status-not_saved .result-states__task {
  background-color: #FD9601;
  color: #FFFFFF;
}
.result-states-status-not_saved .result-states__task:hover {
  background-color: #F28001;
}
.result-states-status-not_answered .result-states__task {
  border-width: 2px;
  border-style: solid;
  border-color: #EDEDED;
  color: #999999;
  background-color: transparent;
}
.result-states-status-not_answered .result-states__task:hover {
  border-color: #DFDFDF;
}
.result-states__content {
  display: flex;
  align-items: center;
}
.result-states__task {
  padding: 0;
}
.result-states__task .chips__text {
  font-size: 16px;
  margin: 0 auto;
}
.result-states__section {
  text-align: left;
  font-weight: 500;
  margin-top: 8px;
}
.result-states__title {
  display: flex;
  align-items: start;
}
.result-states__title-icon {
  margin-top: 4px;
}

.user-confirmation-modal {
  background: rgba(35, 41, 67, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.user-confirmation-modal__wrapper {
  border-radius: 24px;
  background: #FFFFFF;
  position: fixed;
  max-width: 460px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 0;
}
@media (max-width: 760px) {
  .user-confirmation-modal__wrapper {
    max-width: none;
    bottom: 0;
    border-radius: 24px 24px 0 0;
  }
}
.user-confirmation-modal__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #232943;
  text-align: center;
  margin: 8px auto 16px auto;
}
.user-confirmation-modal__title:last-child {
  margin-bottom: 8px;
}
.user-confirmation-modal__item {
  padding: 4px 32px;
  margin: 8px 0;
}
.user-confirmation-modal__username {
  padding: 16px 32px;
  margin: 8px 0;
}
.user-confirmation-modal__username-wrapper {
  display: flex;
  min-height: 48px;
  padding: 0 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #1B3C68;
  font-size: 24px;
  line-height: 37.22px;
}
.user-confirmation-modal__caption {
  color: #69798C;
  text-align: center;
  margin: 8px auto 16px auto;
  font-size: 18px;
  line-height: 24px;
}
.user-confirmation-modal__caption:last-child {
  margin-bottom: 8px;
}
.user-confirmation-modal__descr {
  color: #69798C;
  font-size: 14px;
  line-height: 20.04px;
  text-align: center;
  margin: 8px auto 10px auto;
}
.user-confirmation-modal__button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4B8CEE;
  cursor: pointer;
  font-family: inherit;
  margin: 8px auto 16px auto;
  border-radius: 16px;
  border: 1px solid #4B8CEE;
  min-height: 40px;
  padding: 0 28px;
  width: 100%;
  font-size: 18px;
  line-height: 25.31px;
  outline: none;
  background: transparent;
}
.user-confirmation-modal__button:last-child {
  margin-bottom: 8px;
}
.user-confirmation-modal__button-main {
  color: #FFFFFF;
  background: #4B8CEE;
  min-height: 56px;
}
.user-confirmation-modal__button-small {
  width: auto;
  border-radius: 20px;
}

/*rgba(0,0,0,.1);*/
.standings-page {
  padding: 48px;
  z-index: 1;
  font-size: 14px;
}
.standings-page__sort-icon-up {
  line-height: 8px;
  max-height: 8px;
  font-size: 8px;
  color: #888888;
}
.standings-page__sort-icon-down {
  line-height: 8px;
  max-height: 8px;
  font-size: 8px;
  color: #888888;
}
.standings-page__cell-label {
  min-height: 32px;
}
.standings-page__cell-sort {
  min-width: 24px;
  max-width: 24px;
  text-align: center;
}
.standings-page__cell-sort.ui-button-size-xs {
  padding: 0px;
}
.standings-page__cell-sort-dir-unset {
  opacity: 0.5;
}
.standings-page__cell-sort-dir-asc,
.standings-page__cell-sort-dir-desc,
.standings-page__cell-sort-dir-unset {
  cursor: pointer;
}
.standings-page__panel {
  margin-top: 44px;
  width: 100%;
  height: calc(100% - 54px);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
  z-index: 1;
}
.ui-screen-mobile .standings-page__panel {
  padding: 0px;
  margin-top: 66px;
  margin-bottom: 8px;
  border-radius: 0px;
}
.standings-page__filter-input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid lightgrey;
  padding: 4px;
  margin-left: 8px;
}
.ui-screen-mobile .standings-page__filter-input {
  max-width: 120px;
}
.theme-light .standings-page__filter-button.ui-button.ui-button-mode-text {
  color: #888888;
}
.theme-light .standings-page__filter-button.ui-button {
  width: 150px;
  justify-content: flex-start;
}
.standings-page__scroll-button {
  max-width: 0;
  min-width: 0;
  justify-content: center;
}
.standings-page__scroll-button .standings-page__cell-label {
  position: absolute;
  overflow: visible;
  z-index: 20;
  margin-left: -32px;
}
.standings-page__scroll-button .standings-page__cell-label .ui-button-size-s {
  font-size: 32px;
}
.theme-light .standings-page__scroll-button .standings-page__cell-label .ui-button.ui-button-mode-secondary {
  background-color: white;
  box-shadow: 0px 0px 2px 0px lightgrey;
}
.ui-screen-mobile .standings-page {
  padding: 0px;
}
.standings-page__table {
  overflow-x: auto;
  overflow-y: hidden;
}
.standings-page__updatebutton {
  padding: 0px;
}
.ui-screen-mobile .standings-page__updatebutton {
  padding-top: 8px;
}
.standings-page__noresult {
  color: grey;
  text-align: center;
  padding: 64px 0;
  position: sticky;
  left: 0;
}
.ui-screen-mobile .standings-page__noresult {
  padding: 32px;
}
.standings-page__absnoresultwarning {
  white-space: pre;
  color: grey;
  font-weight: 100;
  line-height: 24px;
  margin-left: 8px;
}
.ui-screen-mobile .standings-page__absnoresultwarning {
  line-height: 16px;
  margin-left: 0px;
}
@media (max-width: 450px) {
  .standings-page__absnoresultwarning {
    white-space: normal;
    width: 35vw;
  }
}
.standings-page__fixed {
  position: fixed;
}
.standings-page__header {
  margin: 8px;
  padding: 0px;
  font-weight: 500;
}
.ui-screen-mobile .standings-page__header {
  margin: 8px 14px;
}
.standings-page__result-no-results {
  left: 400px;
  background: #00A3FF;
}
.standings-page__result-row {
  min-height: 44px;
  max-height: 44px;
}
.standings-page__result-row .b-table__cell {
  min-height: 44px;
  max-height: 44px;
  background-color: #ffffff;
}
.standings-page__result-row-place-delim {
  border-top: 1px solid lightgrey;
  margin-top: 1px;
}
.standings-page__result-place {
  min-width: 60px;
  max-width: 60px;
  left: 0px;
  z-index: 10;
}
.standings-page__result-row .b-table__cell.standings-page__result-place {
  justify-content: center;
}
.standings-page__result-row-current .standings-page__result-place {
  font-size: 14px;
  font-weight: 700;
}
.ui-screen-mobile .standings-page__result-row-current .standings-page__result-place {
  font-size: 14px;
}
.standings-page__result-row-current .standings-page__result-name {
  font-size: 14px;
  font-weight: 700;
}
.standings-page__result-row-header {
  background-color: #f0f0f0;
  color: #888888;
  min-height: 66px;
  max-height: 66px;
}
.standings-page__result-row-header .b-table__cell {
  background-color: #f0f0f0;
  min-height: 66px;
  max-height: 66px;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
}
.standings-page__result-row-header-position > .standings-page__result-place,
.standings-page__result-row-header-position > .standings-page__result-name {
  font-weight: normal;
}
.standings-page__result-name {
  left: 60px;
  min-width: 300px;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: start;
  z-index: 10;
  border-right: 1px solid lightgrey;
}
.standings-page__result-name-link {
  text-decoration: underline;
  cursor: pointer;
}
.ui-screen-mobile .standings-page__result-name {
  min-width: 180px;
  max-width: 180px;
}
.standings-page__result-row:not(.standings-page__result-row-header) .standings-page__result-name {
  padding-left: 12px;
}
.standings-page__result-total {
  min-width: 90px;
  max-width: 90px;
}
.standings-page__result-score {
  z-index: 1;
  padding-left: 8px;
  min-width: 60px;
  max-width: 60px;
}
.standings-page__result-row-header .b-table__cell.standings-page__result-score {
  align-items: flex-end;
}
.standings-page__result-row:not(.standings-page__result-row-header) .standings-page__result-total {
  font-weight: 500;
}
.standings-page__result-total {
  left: 270px;
  z-index: 2;
}
.ui-screen-mobile .standings-page__result-total {
  left: 150px;
}
.standings-page__result-total.standings-page__result-total-no-results {
  left: 368px;
  z-index: 2;
}
.ui-screen-mobile .standings-page__result-total.standings-page__result-total-no-results {
  left: 248px;
}
.standings-page__result-row-header .standings-page__result-total:after {
  left: 90px;
  margin-top: 8px;
  margin-left: 8px;
  position: absolute;
  content: attr(data-numtasklabel);
  white-space: pre;
}
.standings-page__result-row .b-table__cell.standings-page__result-col-scroll-left,
.standings-page__result-row .b-table__cell.standings-page__result-col-scroll-right {
  z-index: 3;
  width: 8px;
  max-width: 8px;
  min-width: 8px;
  margin: 0;
  padding: 0;
}
.standings-page__result-row .b-table__cell.standings-page__result-col-scroll-left {
  left: 360px;
}
.standings-page__result-row .b-table__cell.standings-page__result-col-scroll-left-hide {
  visibility: hidden;
}
.ui-screen-mobile .standings-page__result-row .b-table__cell.standings-page__result-col-scroll-left {
  left: 240px;
}
.standings-page__result-row .b-table__cell.standings-page__result-col-scroll-right {
  right: 0px;
}
.standings-page__result-row .b-table__cell.standings-page__result-col-scroll-right-hide {
  visibility: hidden;
}
.standings-page__table-scroll-both .b-table__cell.standings-page__result-col-scroll-left,
.standings-page__table-scroll-right .b-table__cell.standings-page__result-col-scroll-left {
  background: linear-gradient(to right, rgba(211, 211, 211, 0.5), rgba(255, 255, 255, 0.01) 80%);
}
.standings-page__table-scroll-both .b-table__cell.standings-page__result-col-scroll-right,
.standings-page__table-scroll-left .b-table__cell.standings-page__result-col-scroll-right {
  background: linear-gradient(to left, rgba(211, 211, 211, 0.5), rgba(255, 255, 255, 0.01) 80%);
}

.oversize-error-popup {
  max-width: 460px;
  width: 90%;
  background-color: #FFFFFF;
  border-radius: 24px;
  text-align: center;
  padding: 44px 32px;
  box-sizing: border-box;
}
.oversize-error-popup__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  z-index: 500;
}
.oversize-error-popup__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #232943;
  margin: 0 0 16px;
}
.oversize-error-popup__description {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #69798C;
  margin: 0 0 40px;
}
.oversize-error-popup__button.ui-button.ui-button-size-l.ui-button-form-soft {
  width: 100%;
  border-radius: 16px;
  background-color: #4B8CEE;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.task-close__header .ui-modal__close-btn {
  background-color: transparent;
}
.task-close__header .ui-text-control {
  padding-left: 8px;
}
.task-close__body {
  display: flex;
  align-items: center;
}
.task-close__footer.ui-modal__footer {
  padding-left: 16px;
  padding-right: 16px;
}
.task-close__footer .ui-button__content {
  font-weight: 500;
  line-height: 20px;
}
.task-close-status-not_saved .task-close__footer-confirm.ui-button {
  background-color: #FD9601;
  color: #FFFFFF;
}
.task-close-status-not_saved .task-close__footer-confirm.ui-button:not([disabled]):hover {
  background-color: #F28001;
}

.task_page {
  min-height: 100%;
}
.task_page .task__section {
  overflow: visible;
  padding-bottom: 100px;
}
.single_task.type_programming {
  padding-bottom: 0px;
}
.single_task.type_programming .theme-light .dropdown-select {
  background-color: transparent;
}
.single_task.type_programming .theme-light .dropdown-select:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.t-task-layout.task {
  display: flex;
  flex-direction: column;
}
.t-task-layout.task .single_task {
  padding-top: 25px;
  padding-bottom: 25px;
}

.task_page__online-tabs {
  position: absolute;
  width: 100%;
  padding: 16px;
  z-index: 1;
}
.task_page__online-tabs-sticky {
  position: sticky;
  top: 0;
  background-color: #67809F;
}
.theme-light .task_page__online-tab.ui-button.ui-button-mode-text {
  color: #FFFFFF;
  border-bottom: 2px solid rgba(240, 240, 240, 0.2);
}
.theme-light .task_page__online-tab.ui-button.ui-button-mode-text:not([disabled]):active,
.theme-light .task_page__online-tab.ui-button.ui-button-mode-text:not([disabled]):hover {
  background-color: rgba(240, 240, 240, 0.2);
}
.theme-light .task_page__online-tab.ui-button.ui-button-mode-text:not([disabled]):hover {
  border-bottom: 2px solid rgba(240, 240, 240, 0.5);
}
.theme-light .task_page__online-tab.ui-button.ui-button-mode-text:not([disabled]):active {
  border-bottom: 2px solid #f0f0f0;
}
.theme-light .task_page__online-tab.ui-button.ui-button-mode-text.ui-button-active:not([disabled]),
.theme-light .task_page__online-tab.ui-button.ui-button-mode-text:not([disabled]):active {
  color: #FFFFFF;
  background-color: transparent;
  border-bottom: 2px solid #f0f0f0;
}

.content-description {
  margin: 0 auto;
  width: 720px;
}
.content-description__inner-video {
  position: relative;
  margin-top: 10px;
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  aspect-ratio: 1.77777778;
  max-height: 226px;
  width: 100%;
}
.content-description__inner-video [data-video] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 760px) {
  .content-description {
    width: calc(100% - 32px);
    max-height: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.b-app-modal {
  gap: 8px;
}
.b-app-modal__body > .box {
  width: 100%;
}
.theme-light .b-app-modal__body {
  color: #1A1A1A;
}
.b-app-modal__button-container {
  flex-grow: 1;
  gap: 8px;
}

.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
.ui-schema-auth-form-deep-1 {
  margin-top: 24px;
}
.ui-schema-auth-form-deep-2 {
  margin-bottom: 16px;
}
.ui-schema-auth-form .react-datepicker-popper {
  z-index: 2;
}
.ui-schema-auth-form__enum-list {
  list-style-type: none;
  margin: -8px 0 0;
  padding: 0;
  text-align: left;
}
.ui-schema-auth-form__enum-item {
  padding: 8px 4px;
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
.ui-schema-auth-form__enum-input-radio {
  display: inline-block;
  min-width: 16px;
  width: 16px;
  min-height: 16px;
  height: 16px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 1px #808080;
}
.ui-schema-auth-form__enum-input-radio-checked-true {
  background-color: #005FFF;
  box-shadow: inset 0px 0px 0px 2px white, 0px 0px 0px 1px #005FFF;
}
.ui-schema-auth-form__enum-input-label {
  margin-left: 16px;
}
.ui-schema-auth-form__string .ui-date-time__input-wrapper,
.ui-schema-auth-form__string-input .ui-input-wrapper {
  min-height: 64px;
  background: #EEF1F5;
  border-radius: 4px;
  border: none;
  padding: 24px 16px 12px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.02em;
  width: 100%;
  box-sizing: border-box;
}
.ui-schema-auth-form__string .ui-input-wrapper {
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.3s ease-in-out;
}
.ui-schema-auth-form__string .ui-input-wrapper-mode-wrong {
  border: 1px solid;
  border-color: #F94C4F;
}
.ui-schema-auth-form__string:focus-within .ui-input-wrapper {
  background: #FFFFFF;
  box-shadow: 0 0 0 2px #255EC5;
  transition: box-shadow 0.3s ease-in-out;
}
.ui-schema-auth-form__string:focus-within .ui-input-wrapper-mode-wrong {
  box-shadow: 0 0 0 0 transparent;
}
.ui-schema-auth-form__string-has-no-value:not(:focus-within) .ui-date-time__icon-wrapper,
.ui-schema-auth-form__string-has-no-value:not(:focus-within) .ui-date-time__input {
  opacity: 0;
}
.ui-schema-auth-form__string .text-s > .ui-date-time__input-type-date {
  max-width: unset;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ui-schema-auth-form__string .text-s > .ui-textinput__input {
  width: 100%;
  padding: 0;
}
.ui-schema-auth-form__meta {
  width: auto;
}
.ui-schema-auth-form__meta .ui-schema-auth-form__title-label > p {
  display: inline;
  margin: 0;
  padding: 0;
}
.ui-schema-auth-form__meta .ui-schema-auth-form__title {
  display: inline-flex;
  font-weight: normal;
  padding-top: 8px;
  margin-bottom: 4px;
  user-select: none;
}
.ui-schema-auth-form__string .ui-schema-auth-form__meta .ui-schema-auth-form__title {
  color: #4D4D4D;
  position: absolute;
  margin-top: 16px;
  margin-left: 16px;
  z-index: 1;
  transition: margin-top 0.1s, font-size 0.1s, color 0.1s;
}
.ui-schema-auth-form__string-has-value .ui-schema-auth-form__meta .ui-schema-auth-form__title,
.ui-schema-auth-form__string:focus-within .ui-schema-auth-form__meta .ui-schema-auth-form__title {
  font-size: 12px;
  position: absolute;
  margin-top: 4px;
  color: #999999;
  transition: margin-top 0.1s, font-size 0.1s, color 0.1s;
}
.ui-schema-auth-form__string .ui-schema-auth-form__meta {
  height: 0;
}
.ui-schema-auth-form__meta .marked-link {
  color: #2979FF;
  text-decoration: none;
}
.ui-schema-auth-form__meta .marked-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.ui-schema-auth-form__meta .marked-link:active {
  color: #2979FF;
}
.ui-schema-auth-form__meta .marked-link:visited {
  color: #0045FF;
}
.ui-schema-auth-form__boolean .ui-schema-auth-form__meta {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ui-schema-auth-form__boolean .ui-schema-auth-form__meta .ui-schema-auth-form__title {
  text-align: left;
}
.ui-schema-auth-form__boolean .ui-checkbox {
  padding-right: 4px;
}
.ui-schema-auth-form__boolean .ui-checkbox.ui-schema-auth-form__checkbox > .ui-checkbox__input:not(:checked) {
  border-color: #CCCCCC;
}
.ui-schema-auth-form__boolean .ui-checkbox__input {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  border-radius: 2px;
}
.ui-schema-auth-form__boolean .ui-checkbox__input:checked:after {
  width: 6px;
  height: 12px;
  border-color: #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 4px;
  top: -1px;
  box-sizing: content-box;
}
.ui-schema-auth-form__boolean .ui-checkbox__input:checked {
  background-color: #999999;
  border-color: transparent;
}
.ui-schema-auth-form__boolean .ui-schema-auth-form__title {
  margin: 0;
  padding: 0;
}
.ui-schema-auth-form-required.ui-schema-auth-form__boolean-has-errors > .ui-schema-auth-form__meta > .ui-checkbox.ui-schema-auth-form__checkbox > .ui-checkbox__input:not(:checked) {
  border: 1px solid #F94C4F;
}
.ui-schema-auth-form__country-select {
  width: 100%;
  min-height: 64px;
  display: block;
  z-index: 1;
  -webkit-appearance: none;
  padding-left: 16px;
  padding-top: 24px;
}
.ui-schema-auth-form__string .ui-input-wrapper.ui-input-wrapper-country {
  padding: 0;
  flex-direction: row;
}
.ui-schema-auth-form__string .ui-input-wrapper.ui-input-wrapper-country:after {
  content: "▾";
  display: inline-block;
  color: #4D4D4D;
  top: -10px;
  left: -32px;
  z-index: 1;
  width: 0;
  height: 0;
  pointer-events: none;
  box-sizing: border-box;
  float: right;
  position: relative;
}
.ui-schema-auth-form__error {
  padding: 8px 16px;
  color: #F94C4F;
}

.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
.smt-login-page .smt-login-user-form {
  border: 1px solid #d5dde6;
  border-radius: 8px;
  text-align: center;
  padding: 32px;
  width: 460px;
  max-width: 460px;
  margin: 72px auto 0;
  box-sizing: border-box;
}
.smt-login-page .smt-login-user-form__form-title {
  line-height: 26px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #232943;
  margin-bottom: 32px;
}
.smt-login-page .smt-login-user-form__register-btn {
  margin-top: 32px;
}
.smt-login-page .smt-login-user-form__has-errors-warning {
  color: #F94C4F;
  padding: 16px;
  justify-content: center;
  align-items: center;
}
.smt-login-page .smt-login-user-form-show-required .ui-schema-user-form-required.ui-schema-user-form-has-error > .ui-schema-user-form__label .ui-input-wrapper,
.smt-login-page .smt-login-user-form-show-required .ui-schema-user-form-required.ui-schema-user-form__string-empty-true > .ui-schema-user-form__label .ui-input-wrapper {
  box-shadow: 0 0 1px 1px #F94C4F;
}
.smt-login-page .smt-login-user-form-show-required .ui-schema-user-form-required.ui-schema-user-form-has-error > .ui-schema-user-form__label > .ui-schema-user-form__meta > .ui-schema-user-form__title > .ui-schema-user-form__title-label,
.smt-login-page .smt-login-user-form-show-required .ui-schema-user-form-required.ui-schema-user-form__string-empty-true > .ui-schema-user-form__label > .ui-schema-user-form__meta > .ui-schema-user-form__title > .ui-schema-user-form__title-label {
  color: #F94C4F;
}
@media (max-width: 761px) {
  .smt-login-page .smt-login-user-form {
    width: 96%;
    padding: 16px 4%;
  }
  .smt-login-page .smt-login-user-form__form-title {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.smt-login-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding-top: 60px;
}
.smt-login-page-xmas {
  background-repeat: repeat-x;
  background-position: 100% top;
}
.smt-login-page-xmas .lang_switcher {
  top: 106px;
}
.smt-login-page-xmas-sirius {
  background-image: url(/v251204.0/assets/img/xmas-bg-smt-sirius.svg);
}
.smt-login-page-xmas-univ {
  background-image: url(/v251204.0/assets/img/xmas-bg-univ.svg);
}
.smt-login-page-xmas-cpm {
  background-image: url(/v251204.0/assets/img/xmas-bg-cpm.svg);
}
.smt-login-page-xmas-corp {
  background-image: url(/v251204.0/assets/img/xmas-bg-corp.svg);
}
.smt-login-page__content {
  flex: 1 0 auto;
  width: 100%;
}
.smt-login-page__content .smt-login-page__dep,
.smt-login-page__content .smt-login-page__title {
  text-align: center;
}
.smt-login-page__footer {
  flex: 0 0 auto;
  text-align: center;
  min-height: 70px;
  font-size: 14px;
  color: #232943;
  opacity: 0.5;
  line-height: 24px;
  box-sizing: border-box;
  padding: 23px 0;
}

.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
.smt-register-form {
  border: 1px solid #d5dde6;
  border-radius: 8px;
  text-align: center;
  padding: 32px;
  width: 460px;
  max-width: 460px;
  margin: 72px auto 0;
  box-sizing: border-box;
}
.smt-register-form__register-btn {
  margin-top: 32px;
}
.smt-register-form__has-errors-warning {
  color: #F94C4F;
  padding: 16px;
  justify-content: center;
  align-items: center;
}
.smt-register-form-show-required .sf-register-form-required.sf-register-form-has-error > .sf-register-form__label .ui-input-wrapper,
.smt-register-form-show-required .sf-register-form-required.sf-register-form-has-error > .sf-register-form__label .ui-input-wrapper,
.smt-register-form-show-required .sf-register-form-required.sf-register-form__string-empty-true > .sf-register-form__label .ui-input-wrapper,
.smt-register-form-show-required .sf-register-form-required.sf-register-form__string-empty-true > .sf-register-form__label .ui-input-wrapper {
  box-shadow: 0px 0px 1px 1px #F94C4F;
}
.smt-register-form-show-required .sf-register-form-required.sf-register-form-has-error > .sf-register-form__label > .sf-register-form__meta > .sf-register-form__title > .sf-register-form__title-label,
.smt-register-form-show-required .sf-register-form-required.sf-register-form-has-error > .sf-register-form__label > .sf-register-form__meta > .sf-register-form__title > .sf-register-form__title-label,
.smt-register-form-show-required .sf-register-form-required.sf-register-form__string-empty-true > .sf-register-form__label > .sf-register-form__meta > .sf-register-form__title > .sf-register-form__title-label,
.smt-register-form-show-required .sf-register-form-required.sf-register-form__string-empty-true > .sf-register-form__label > .sf-register-form__meta > .sf-register-form__title > .sf-register-form__title-label {
  color: #F94C4F;
}

.smt-auth-registration-panel {
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.smt-auth-registration-panel__back,
.smt-auth-registration-panel__success-message {
  margin-top: 24px;
}
.smt-auth-registration-panel__success-message {
  text-align: center;
  font-weight: 500;
}
.smt-auth-registration-panel__title {
  margin-top: 48px;
  font-weight: 700;
  text-align: center;
}
.smt-auth-registration-panel__wrapper {
  justify-content: center;
  align-items: center;
  width: 360px;
  min-width: 360px;
  max-width: 360px;
}

.smt-auth-register-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: unset;
  min-height: 100%;
  padding-top: 60px;
}
.smt-auth-register-page__content {
  height: 100%;
}
.smt-auth-register-page__content .login_page__dep,
.smt-auth-register-page__content .login_page__title {
  text-align: center;
}
.smt-auth-register-page__footer {
  text-align: center;
  min-height: 70px;
  font-size: 14px;
  color: #232943;
  opacity: 0.5;
  line-height: 24px;
  box-sizing: border-box;
  padding: 23px 0;
}
.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
.smt-register-form {
  border: 1px solid #d5dde6;
  border-radius: 8px;
  text-align: center;
  padding: 32px;
  width: 460px;
  max-width: 460px;
  margin: 72px auto 0;
  box-sizing: border-box;
}
.smt-register-form__register-btn {
  margin-top: 32px;
}
.smt-register-form__has-errors-warning {
  color: #F94C4F;
  padding: 16px;
  justify-content: center;
  align-items: center;
}
.smt-register-form-show-required .sf-register-form-required.sf-register-form-has-error > .sf-register-form__label .ui-input-wrapper,
.smt-register-form-show-required .sf-register-form-required.sf-register-form-has-error > .sf-register-form__label .ui-input-wrapper,
.smt-register-form-show-required .sf-register-form-required.sf-register-form__string-empty-true > .sf-register-form__label .ui-input-wrapper,
.smt-register-form-show-required .sf-register-form-required.sf-register-form__string-empty-true > .sf-register-form__label .ui-input-wrapper {
  box-shadow: 0px 0px 1px 1px #F94C4F;
}
.smt-register-form-show-required .sf-register-form-required.sf-register-form-has-error > .sf-register-form__label > .sf-register-form__meta > .sf-register-form__title > .sf-register-form__title-label,
.smt-register-form-show-required .sf-register-form-required.sf-register-form-has-error > .sf-register-form__label > .sf-register-form__meta > .sf-register-form__title > .sf-register-form__title-label,
.smt-register-form-show-required .sf-register-form-required.sf-register-form__string-empty-true > .sf-register-form__label > .sf-register-form__meta > .sf-register-form__title > .sf-register-form__title-label,
.smt-register-form-show-required .sf-register-form-required.sf-register-form__string-empty-true > .sf-register-form__label > .sf-register-form__meta > .sf-register-form__title > .sf-register-form__title-label {
  color: #F94C4F;
}

@font-face {
  font-family: "PT Root UI";
  font-weight: 700;
  font-style: normal;
  src: local('PT Root UI Bold'), local('PT-Root-UI-Bold'), local('PTRootUI-Bold'), url(/v251204.0/assets/fonts/PT-Root-UI_Bold.woff2) format('woff2'), url(/v251204.0/assets/fonts/PT-Root-UI_Bold.woff) format('woff');
}
@font-face {
  font-family: "PT Root UI";
  font-weight: 500;
  font-style: normal;
  src: local('PT Root UI Medium'), local('PT-Root-UI-Medium'), local('PTRootUI-Medium'), url(/v251204.0/assets/fonts/PT-Root-UI_Medium.woff2) format('woff2'), url(/v251204.0/assets/fonts/PT-Root-UI_Medium.woff) format('woff');
}
@font-face {
  font-family: "PT Root UI";
  font-weight: 400;
  font-style: normal;
  src: local('PT Root UI'), local('PT-Root-UI'), local('PTRootUI'), url(/v251204.0/assets/fonts/PT-Root-UI_Regular.woff2) format('woff2'), url(/v251204.0/assets/fonts/PT-Root-UI_Regular.woff) format('woff');
}
/* Generated with js2less.js.
Original file: src/styles/values/text-sizes.json */
.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
/* Generated with js2less.js.
Original file: src/styles/values/text-weight.json */
.text-thin {
  font-weight: 300;
}
.text-bold {
  font-weight: 500;
}
.text-extra-bold {
  font-weight: 700;
}
.task_page__bg {
  background: #67809F 50% 100% / cover no-repeat;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: " ";
}
.task_page > .circular-progress circle {
  stroke: #ffffff;
}
.task_page__show_right_answer .task_selector__answers_overlay {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #232943;
  opacity: 0.4;
  z-index: 5;
}
.task_page__show_right_answer .task_selector__score {
  color: #a4a7af;
  cursor: default;
  user-select: none;
}
.task_page_close {
  position: fixed;
  right: 4px;
  top: 4px;
  padding: 9px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}
.task_page_close svg {
  display: block;
}
.task_page_close:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .task_page_close {
    position: absolute;
  }
}
.task_solution--type-match--verdict-ok .match_answers__field {
  background: #dcf1dd;
  color: #5BC36C;
}
.task_solution--type-match--verdict-none .match_answers__field,
.task_solution--type-match--verdict-wrong .match_answers__field {
  background: #f8dcda;
  color: #f4425a;
}
.task_solution--type-match--verdict-partly .match_answers__field {
  background: #FFF5EB;
  color: #ff8e25;
}
.task_solution--type-match--verdict-annulled .match_answers__field {
  background: #ecf4ff;
}
.task_solution--type-match--verdict-unscored .match_answers__field {
  background: #ecf4ff;
}
.task_solution--type-match--verdict-notReady .match_answers__field {
  background: #ecf4ff;
}
.single_task {
  padding-top: 25px;
  padding-bottom: 112px;
}
.single_task .match_answers {
  padding: 10px 0;
}
.single_task--grouped {
  border-radius: 0;
  border-bottom: 1px solid #DDE4ED;
  min-height: 0;
  padding-bottom: 200px;
  position: relative;
  margin: 0 -50px;
  padding-left: 50px;
  padding-right: 50px;
}
.single_task--grouped:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .single_task--grouped {
    margin: 0 -15px;
    padding: 40px 15px 15px;
  }
}
.single_task--has-result-data:last-child {
  padding-bottom: 150px;
}
.single_task--show_right_answer .task__input--result_right {
  z-index: 100;
}
.single_task--show_right_answer .match_answers {
  z-index: 100;
  margin: 10px -25px;
  padding: 10px 25px;
  background: #fcfcf9;
  border-radius: 8px;
}
.single_task--show_right_answer .select_on_image_answer {
  z-index: 100;
  position: relative;
  background: #fcfcf9;
  border-radius: 8px;
}
.single_task--show_right_answer .task__result-switch {
  z-index: 100;
}
.single_task--show_right_answer .task__composite_input {
  background: #fcfcf9;
  border-radius: 8px;
  z-index: 100;
  position: relative;
  margin: 0 -25px;
  padding: 0 25px 8px;
}
.single_task--show_right_answer .task__composite_input--type-detailed_nofile,
.single_task--show_right_answer .task__composite_input--type-detailed {
  background: none;
  z-index: unset;
}
.single_task--show_right_answer .task__composite_answers {
  position: relative;
}
.single_task--show_right_answer .task__overlay_input {
  position: absolute;
  z-index: 100;
  background: #fff;
  left: 0;
  right: 0;
  border-radius: 8px;
  top: 50%;
  margin-top: -41px;
}
.single_task--hide_text_content {
  color: transparent;
  position: relative;
}
.single_task--noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .single_task {
    padding-bottom: 0;
  }
  .single_task--has-result-data:last-child {
    padding-bottom: 15px;
  }
  .single_task--show_right_answer .match_answers {
    margin: 10px -10px;
    padding: 10px 10px;
  }
}
.task {
  background: #FCFCF9;
  border-radius: 8px;
  width: 100%;
  max-width: 815px;
  min-height: 645px;
  position: relative;
  box-sizing: border-box;
  padding: 40px 50px 40px 50px;
  color: #232943;
  margin: 50px auto 0;
}
.task .type_select:nth-last-child(2) {
  padding-bottom: 150px;
}
.task--grouped {
  padding-bottom: 0;
}
.task--save_btn_only {
  height: 130px;
}
.task--is-results {
  padding-bottom: 10px;
}
.task--is-results .task__footer {
  color: #333333;
}
.task:last-child {
  margin-bottom: 300px;
}
.task:first-child {
  margin-top: 100px;
}
.task__title {
  font-size: 24px;
  font-weight: bold;
}
.task__title--section {
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  margin-top: 49px;
  margin-bottom: 30px;
}
.task--section {
  padding-bottom: 36px;
}
.task__section_content {
  display: flex;
  justify-content: center;
  min-height: 500px;
  flex-direction: column;
}
.task__section_description {
  font-size: 18px;
  line-height: 30px;
  color: #232943;
  max-width: 560px;
  font-weight: normal;
  margin: 0 auto 50px;
  width: 100%;
}
.task__section_description--left_aligned {
  text-align: left;
}
.task__section_description .iframe-youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  border-radius: 10px;
}
.task--result {
  text-align: center;
  min-height: 520px;
  padding-bottom: 60px;
}
.task--result .task__title {
  font-size: 24px;
  margin-top: 40px;
}
.task--result .task__title--result {
  font-size: 32px;
}
.task--result .status_row {
  padding: 8px 60px 28px;
}
.task__text {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
}
.task__text img {
  max-width: 100%;
  mix-blend-mode: darken;
}
.task__text .iframe-youtube {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .task__text .iframe-youtube {
    min-height: calc(56.25vw - 20px);
  }
}
.task__text--inline {
  font-size: 16px;
  line-height: 40px;
}
.task__text--printsrn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FCFCF9;
  color: initial;
  text-align: center;
}
.task__composite_input {
  padding-bottom: 8px;
}
.task__composite_input > .select-dropdown-answer {
  margin-bottom: 12px;
}
.task__input {
  min-height: 62px;
  font-size: 18px;
  letter-spacing: 0.02em;
  padding: 16px 25px;
  box-sizing: border-box;
  position: relative;
  margin: 10px -25px;
}
.task__input p {
  margin: 0;
}
.task__input input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
}
.task__input input[type=checkbox] ~ label {
  margin: 0;
}
.task__input input[type=checkbox] ~ label img {
  vertical-align: middle;
  margin: 0 5px;
}
.task__input input[type=checkbox] ~ label:before {
  display: inline-block;
  content: " ";
  vertical-align: text-bottom;
  border: 2px solid #A7B3C2;
  box-sizing: border-box;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.task__input input[type=checkbox] ~ label:hover:before {
  border: 2px solid #4B8CEE;
}
.task__input input[type=checkbox]:checked ~ label:before {
  background: #4B8CEE url(/v251204.0/assets/img/ok.svg) 50% no-repeat;
}
.task__input input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.task__input input[type=radio] ~ label {
  margin: 0;
}
.task__input input[type=radio] ~ label:before {
  display: inline-block;
  content: " ";
  vertical-align: text-bottom;
  border: 2px solid #A7B3C2;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.task__input input[type=radio] ~ label:hover:before {
  border: 2px solid #4B8CEE;
}
.task__input input[type=radio]:checked ~ label:before {
  background: #4B8CEE;
  border-color: #4B8CEE;
  box-shadow: inset 0 0 0 3px #fff;
}
.task__input input[type=number],
.task__input input[type=text] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
  background: #ECF4FF;
  border: 1px solid #D5DDE6;
  box-sizing: border-box;
  border-radius: 8px;
  -moz-appearance: textfield;
}
.task__input input[type=number]:focus,
.task__input input[type=text]:focus {
  border: 2px solid #4B8CEE;
  outline: none;
  background: white;
}
.task__input input[type=number]::-webkit-inner-spin-button,
.task__input input[type=text]::-webkit-inner-spin-button,
.task__input input[type=number]::-webkit-outer-spin-button,
.task__input input[type=text]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.task__input input[type=number]:invalid,
.task__input input[type=text]:invalid {
  box-shadow: none;
}
.task__input input:focus + .multiply_answer__icon--question {
  visibility: visible;
}
.task__input label {
  cursor: pointer;
  padding-left: 50px;
  display: block;
  line-height: 30px;
}
.task__input--error input {
  color: #FF5E73;
}
.task__input .task__fraction_view {
  position: absolute;
  z-index: 1;
  width: calc(100% - 50px);
}
.task__input--result_unscored input[type=radio]:checked ~ label:before,
.task__input--result_annulled input[type=radio]:checked ~ label:before,
.task__input--result_unscored input[type=checkbox]:checked ~ label:before,
.task__input--result_annulled input[type=checkbox]:checked ~ label:before {
  background: #232943;
  box-shadow: none;
}
.task__input--result_unscored input[type=radio]:checked ~ label,
.task__input--result_annulled input[type=radio]:checked ~ label,
.task__input--result_unscored input[type=checkbox]:checked ~ label,
.task__input--result_annulled input[type=checkbox]:checked ~ label {
  color: #232943;
  -webkit-text-fill-color: #232943;
}
.task__input--full_width input {
  width: 100% !important;
  box-sizing: border-box;
  height: 56px !important;
}
.task__input .multiply_answer__icon--question {
  right: 22px;
  top: 29px;
}
.task__input .multiply_answer__baloon--right {
  right: 19px !important;
}
.task__summary {
  line-height: 30px;
  letter-spacing: 0.02em;
  font-size: 18px;
}
.task__remain {
  line-height: 21px;
  font-size: 16px;
  text-align: center;
  color: #69798C;
  margin-top: 10px;
}
.task__footer {
  color: #69798C;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 44px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media (max-width: 768px) {
  .task__footer {
    flex-direction: column;
    align-items: stretch;
  }
}
.task__footer-label {
  font-size: 14px;
  min-height: 56px;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .task__footer-label {
    align-items: center;
  }
}
.task__footer:has(.programming-answer__verdicts-last-score-pe) {
  align-items: initial;
}
.task__save_button {
  color: #69798C;
  line-height: 23px;
  font-size: 16px;
  height: 112px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  padding: 44px 50px;
  left: 0;
  right: 0;
}
.task__result-switch {
  float: right;
  cursor: pointer;
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #69798C;
  position: relative;
  border: 1px solid #DDE4ED;
  border-radius: 20px;
  padding: 7px 70px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  margin-right: -20px;
  background: #FCFCF9;
  user-select: none;
}
.task__result-switch:after {
  background: url(/v251204.0/assets/img/eye.svg) 50% / contain no-repeat;
  width: 22px;
  height: 15px;
  display: inline-block;
  content: " ";
  vertical-align: middle;
  opacity: 0.3;
  position: absolute;
  right: 12px;
  top: 12px;
}
.task__result-switch:hover {
  background: #F5F5F5;
}
.task__result-switch:hover:after {
  opacity: 1;
}
.task__result-switch-right_answers {
  background: #EBEBEB;
  color: #69798C;
}
.task__result-switch-right_answers:after {
  opacity: 1;
}
.task__result-switch-right_answers:hover {
  background: #F5F5F5;
}
.task__result-switch-right_answers:hover:after {
  opacity: 0.3;
}
.task__result-switch-programming {
  font-weight: normal;
  font-size: inherit;
  line-height: 16px;
  color: #666666;
  position: relative;
  padding: 8px 12px;
  height: 32px;
  background: rgba(0, 0, 0, 0.04);
}
.task__result-switch-programming:after {
  opacity: 0;
}
.task__result-switch-programming:hover:after {
  opacity: 0;
}
.task__send_btn {
  display: inline-block;
  cursor: pointer;
  width: 285px;
  height: 40px;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #4B8CEE;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 7px 0;
  margin: 60px 5px 0;
  border: 1px solid #4B8CEE;
}
.task__send_btn:hover {
  background: #60A9FF;
  color: #fff;
}
.task__send_btn.ui-button.ui-button-form-rounded {
  font-weight: 500;
  color: #2979FF;
  background-color: transparent;
}
.task__send_btn.ui-button.ui-button-form-rounded:not([disabled]):hover {
  background: #4A8EFF;
  color: #FFFFFF;
}
.task__blue_btn {
  text-align: center;
  cursor: pointer;
  width: 285px;
  height: 40px;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: 0.02em;
  background: #4B8CEE;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 7px 0;
  margin: 60px 5px 0;
  color: #fff;
}
.task__blue_btn:hover {
  background: #60A9FF;
  color: #fff;
}
.task__blue_btn--centered {
  margin: 0 auto;
}
.task__send_cancel_btn {
  display: inline-block;
  cursor: pointer;
  width: 285px;
  height: 40px;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: #4B8CEE;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 7px 0;
  margin: 60px 5px 0;
}
.task__send_cancel_btn:hover {
  background: #60A9FF;
}
.task__fraction_view {
  background: #E1DFE6;
  border-radius: 12px;
  line-height: 20px;
  width: 100%;
  padding: 12px 15px 15px 15px;
  box-sizing: border-box;
  margin: 7px 0 0 0;
  display: none;
}
.task__fraction_view--error {
  background: #FFEBED;
  color: #FF5E73;
}
input:focus ~ .task__fraction_view {
  display: block;
}
.task .task_result {
  background: #fcfcf9;
  border-radius: 8px;
  z-index: 100;
  position: relative;
  margin: 0 -25px;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .task {
    padding: 40px 15px 15px;
    min-height: 0;
    max-width: 95%;
  }
  .task .type_checkbox,
  .task .type_radio {
    margin-left: 0;
    margin-right: 0;
  }
  .task__section_description {
    font-size: 16px;
    line-height: 28px;
  }
  .task__text {
    line-height: 28px;
  }
  .task__input {
    font-size: 16px;
    line-height: 28px;
    margin: 5px -25px;
  }
  .task__input--result {
    margin: 5px -5px;
  }
  .task__footer {
    text-align: center;
    padding: 25px 0;
    position: static;
    height: auto;
  }
  .task__save_button {
    text-align: center;
    padding: 25px 0;
    position: static;
    height: auto;
  }
  .task__result-switch {
    float: none;
    margin: 20px auto 0;
    font-size: 14px;
    padding: 7px 44px;
  }
  .task--save_btn_only {
    padding: 0;
  }
  .task__summary {
    line-height: 26px;
    letter-spacing: 0.02em;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .task__title {
    font-size: 20px;
  }
  .task__title--section {
    margin-top: 28px;
    margin-bottom: 10px;
  }
  .task--result .task__title {
    font-size: 20px;
  }
  .task--result .status_row {
    padding: 8px 0px 20px;
    margin: 0 -10px;
  }
  .task__send_btn {
    display: block;
    margin: 15px auto;
  }
  .task__send_cancel_btn {
    display: block;
    margin: 15px auto;
  }
  .task .task_result {
    margin: 5px -5px;
  }
  .task .task__composite_input {
    margin: 5px -5px;
  }
}
.task__section {
  overflow: auto;
}
.input_select__control {
  border: 1px solid #D5DDE5;
  border-radius: 8px !important;
  overflow: hidden;
  height: 56px;
}
.input_select__value-container {
  padding: 2px 15px !important;
}
.input_select__value-container,
.input_select__indicators {
  background: #ECF4FF;
  height: inherit;
}
.input_select__placeholder {
  color: #A7B3C2 !important;
  line-height: 22px;
  font-size: 18px;
}
.input_select__indicator-separator {
  display: none;
}
.input_select__menu {
  border-radius: 8px !important;
  border: 1px solid #D5DDE6;
  z-index: 1000 !important;
}
.task_page--timeout .input_select__menu {
  z-index: 1 !important;
}
.input_select__option {
  line-height: 28px;
  font-size: 18px;
  color: #232943 !important;
  padding: 11px 12px !important;
}
.input_select__option--is-selected,
.input_select__option--is-focused {
  background: #F2F2F2 !important;
}
.prev-task,
.next-task {
  cursor: pointer;
  background: url(/v251204.0/assets/img/arrow.svg) 50% no-repeat;
  width: 50px;
  height: 50px;
  top: 50%;
  position: fixed;
  margin-top: -25px;
  border-radius: 50%;
}
.prev-task:hover,
.next-task:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .prev-task,
  .next-task {
    background-size: 12px;
    background-color: #67809f;
    z-index: 101;
    bottom: 30px;
    top: auto;
    width: 40px;
    height: 40px;
  }
  .prev-task:hover,
  .next-task:hover {
    background-color: #67809f;
  }
  .prev-task.attached,
  .next-task.attached {
    position: absolute;
    margin-top: 25px;
  }
}
.prev-task {
  left: 25px;
  transform: scale(-1);
}
@media (max-width: 768px) {
  .prev-task {
    left: 20px;
  }
}
.next-task {
  right: 25px;
}
@media (max-width: 768px) {
  .next-task {
    right: 20px;
  }
}
.task_selector {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #445A76;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 0;
  z-index: 100;
}
.task_selector--left_aligned {
  text-align: left;
}
.task_selector__task_selector_wrapper {
  height: 70px;
  transition: height 0.25s 0.1s ease-in-out;
  overflow: hidden;
}
.task_selector__tasks_wrapper {
  height: 50px;
  overflow: hidden;
  transition: height 0.25s 0.1s ease-in-out;
  box-sizing: border-box;
}
.task_selector__section {
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  transition: height 0.25s 0.1s ease-in-out;
  box-sizing: border-box;
}
.task_selector__time {
  color: #FFFFFF;
  font-size: 18px;
  text-align: left;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  height: 22px;
  position: absolute;
  top: -30px;
  left: 15px;
}
.task_selector__score {
  color: #FFFFFF;
  font-size: 18px;
  text-align: right;
  width: 150px;
  height: 22px;
  position: absolute;
  top: -30px;
  right: 10px;
}
.task_selector__group {
  display: inline-block;
  margin: 0 5px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.2);
}
.task_selector__group > div {
  margin: 1px 5px;
}
.task_selector__group > div:first-child {
  margin-left: 1px;
}
.task_selector__group > div:last-child {
  margin-right: 1px;
}
.task_selector__task {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: #445A76;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 4px;
  box-sizing: border-box;
  line-height: 16px;
  font-weight: 500;
  padding: 10px;
  border-radius: 25px;
  min-width: 40px;
}
.task_selector__task:hover {
  border-color: #EDEDED;
}
.task_selector__task--not_saved {
  background: #FD9601;
}
.task_selector__task--not_saved:hover {
  background: #F28001;
  border-color: #fff;
}
.task_selector__task--section {
  height: auto;
  min-height: 40px;
}
.task_selector__task--saved {
  background: #2979FF;
  color: #fff;
  border-color: transparent;
}
.task_selector__task--saved:hover {
  background: #005FFF;
  border-color: #fff;
}
.task_selector__task--active-in-group,
.task_selector__task--active {
  border: 2px solid #ffffff;
}
.task_selector__task--result {
  background: url(/v251204.0/assets/img/plane.svg) 60% 50% no-repeat;
}
.task_selector__task--result:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.task_selector__task--pending.task_selector__task--saved:hover,
.task_selector__task--pending.task_selector__task--saved,
.task_selector__task--pending {
  border: 2px solid transparent !important;
}
.task_selector__task--result_right {
  background: #5BC36C !important;
  color: #fff;
}
.task_selector__task--result_right:hover {
  background: #6BCF7B !important;
  border-color: #fff;
}
.task_selector__task--result_not_right {
  background: #f4425a !important;
  color: #fff;
}
.task_selector__task--result_not_right:hover {
  background: #FF6176 !important;
  border-color: #fff;
}
.task_selector__task--result_partial_right {
  background: #FF8E25 !important;
  color: #fff;
}
.task_selector__task--result_partial_right:hover {
  background: #FF9D43 !important;
  border-color: #fff;
}
.task_selector__task--result_unscored,
.task_selector__task--result_annulled {
  background: #596f8c !important;
  color: rgba(255, 255, 255, 0.5);
}
.task_selector__task--result_unscored:hover,
.task_selector__task--result_annulled:hover {
  background: #6080A9 !important;
  color: #fff;
  border-color: #fff;
}
.task_selector__task--dotted {
  font-size: 0;
}
.task_selector__task--dotted:before {
  background: #EDEDED;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  display: inline-block;
  content: " ";
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.task_selector__task--dotted .task_selector__pending-progress {
  margin-left: 8px;
  margin-top: -16px;
}
.task_selector__task--questions {
  font-size: 0;
}
.task_selector__task--questions:before {
  font-size: 16px;
  display: inline-block;
  content: "?";
}
.task_selector__task--questions .task_selector__pending-progress {
  margin-left: 8px;
  margin-top: -14px;
}
.task_selector__pending-progress {
  position: absolute;
  margin-left: 8px;
  margin-top: 8px;
  transform: scale(0.74);
}
.task_selector__pending-progress .c-progress-size-big .c-progress__path {
  stroke-width: 2px;
}
@media (max-width: 768px) {
  .task_selector {
    position: relative;
  }
  .task_selector__task_selector_wrapper {
    height: auto;
  }
  .task_selector__tasks_wrapper {
    height: auto;
  }
  .task_selector__section {
    height: auto;
  }
}
.multiply_right_answers {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
}
.multiply_right_answers--visible {
  visibility: visible;
}
.multiply_answer {
  width: 222px;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0 20px 22px;
  position: relative;
}
.multiply_answer .task__fraction_view {
  position: absolute;
  z-index: 1;
}
.multiply_answer input {
  width: 100%;
}
.multiply_answer--fraction-allowed + .multiply_answer__icon--remove {
  visibility: visible;
}
.multiply_answer--error input {
  color: #FF5E73;
}
.multiply_answer__input {
  width: 150px;
  background: #ECF4FF;
  border: 1px solid #D5DDE6;
  box-sizing: border-box;
  border-radius: 8px;
  height: 56px;
  line-height: 22px;
  font-size: 18px;
  padding: 0 16px;
  outline: none;
  -moz-appearance: textfield;
}
.multiply_answer__input:focus {
  border: 2px solid #4B8CEE;
}
.multiply_answer__input--result_right {
  background: #E1F5E4;
  color: #5BC36C;
  -webkit-text-fill-color: #5BC36C;
}
.multiply_answer__input--result_wrong {
  background: #FFF1F2;
  color: #F4425A;
}
.multiply_answer__input--result_partial_wrong {
  background: #FFF5EB;
  color: #ff8e25;
}
.multiply_answer__input::-webkit-inner-spin-button,
.multiply_answer__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.multiply_answer__input:focus {
  background: white;
}
.multiply_answer__input:focus ~ .multiply_answer__icon--remove {
  visibility: hidden !important;
}
.multiply_answer__input:focus + .multiply_answer__icon--question {
  visibility: visible;
}
.multiply_answer:hover .multiply_answer__icon--remove {
  visibility: visible;
}
.multiply_answer__icon {
  display: inline-block;
  margin: 0 14px;
  width: 20px;
  height: 23px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.multiply_answer__icon:hover + .multiply_answer__baloon {
  visibility: visible;
  opacity: 1;
}
.multiply_answer__icon:hover .multiply_answer__baloon {
  visibility: visible;
  opacity: 1;
}
.multiply_answer__icon svg {
  width: inherit;
  height: inherit;
}
.multiply_answer__icon--question {
  position: absolute;
  right: 0;
  top: 17px;
  visibility: hidden;
}
.multiply_answer__icon--question use,
.multiply_answer__icon--question path {
  fill: #CAD4E0;
}
.multiply_answer__icon--add {
  background: transparent;
  width: 100%;
  height: 56px;
  border: 1px solid #E1DFE6;
  box-sizing: border-box;
  border-radius: 12px;
  margin: 0;
  position: relative;
  outline: none !important;
}
.multiply_answer__icon--add .multiply_answer__baloon {
  width: 110px;
  right: 0;
  left: initial;
}
.multiply_answer__icon--add use,
.multiply_answer__icon--add path {
  fill: #CAD4E0;
}
.multiply_answer__icon--add svg {
  width: 26px;
}
.multiply_answer__icon--add[disabled] {
  cursor: auto;
}
.multiply_answer__icon--add[disabled] use,
.multiply_answer__icon--add[disabled] path {
  fill: rgba(202, 212, 224, 0.59);
}
.multiply_answer__icon--remove {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 17px;
}
.multiply_answer__icon--remove .multiply_answer__baloon {
  width: 110px;
  right: -15px;
  top: -77px;
  bottom: auto;
}
.multiply_answer__icon--remove:hover use,
.multiply_answer__icon--remove:hover path {
  fill: #4B8CEE;
}
.multiply_answer__icon--remove use,
.multiply_answer__icon--remove path {
  fill: #CAD4E0;
}
.multiply_answer__icon--remove svg {
  transform: rotate(45deg);
}
.multiply_answer__baloon {
  background: #FFFFFF;
  border: 1px solid #DDE4ED;
  box-shadow: 0 4px 8px rgba(202, 212, 224, 0.5);
  border-radius: 8px;
  position: absolute;
  padding: 10px;
  bottom: calc(100% - 10px);
  width: 226px;
  left: -15px;
  pointer-events: none;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #69798C;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.multiply_answer__baloon:after {
  display: block;
  content: " ";
  background: url(/v251204.0/assets/img/icons.svg?#balloon_corner);
  width: 28px;
  height: 13px;
  position: absolute;
  bottom: -12px;
  box-shadow: inset 0 1px 0 0 #ffffff;
}
.multiply_answer__baloon--right {
  background: white;
  right: 0;
  left: auto;
  max-width: 200px;
}
.multiply_answer__baloon--right:after {
  right: 6px;
  left: auto;
}
@media (max-width: 768px) {
  .multiply_answer__baloon {
    font-size: 12px;
    width: 110px;
  }
}
.text-center {
  text-align: center;
  display: block;
}
.text-right {
  text-align: right;
  display: block;
}
.text-left {
  text-align: left;
  display: block;
}
.task-video-content__inner-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.task-video-content__inner-video [data-video],
.task-video-content__inner-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smt-login-page,
.login_page {
  text-align: center;
  padding-top: 60px;
}
.smt-login-page__gerb,
.login_page__gerb {
  background: url(/v251204.0/assets/img/logo.svg) 50% / contain no-repeat;
  width: 32px;
  height: 38px;
  margin: 0 auto;
}
.smt-login-page__dep,
.login_page__dep {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #232943;
  margin-top: 20px;
}
.smt-login-page__title,
.login_page__title {
  line-height: 48px;
  font-size: 48px;
  letter-spacing: -0.01em;
  color: #1b3c68;
  font-weight: 500;
  margin: 70px auto 0;
  max-width: 700px;
}
.smt-login-page__title-small,
.login_page__title-small,
.smt-login-page__title--small,
.login_page__title--small {
  line-height: 44px;
  font-size: 30px;
  text-align: center;
  letter-spacing: -0.01em;
}
.smt-login-page__school,
.login_page__school {
  line-height: 44px;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.01em;
  padding: 5px 0;
}
.smt-login-page__school--hidden,
.login_page__school--hidden {
  display: none;
}
.smt-login-page .circular-progress,
.login_page .circular-progress {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .smt-login-page,
  .login_page {
    padding-top: 30px;
  }
  .smt-login-page__title,
  .login_page__title {
    line-height: 30px;
    font-size: 26px;
    padding: 0 15px;
    margin: 30px auto 0;
  }
  .smt-login-page__title--small,
  .login_page__title--small {
    line-height: 24px;
    font-size: 20px;
  }
  .smt-login-page__school,
  .login_page__school {
    font-size: 12px;
  }
  .smt-login-page__dep,
  .login_page__dep {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .smt-login-page footer,
  .login_page footer {
    margin-top: 90px;
    font-size: 12px;
  }
}
.smt-login-page-xmas,
.login_page {
  padding-top: 154px;
}
.user_code {
  border: 1px solid #d5dde6;
  border-radius: 8px;
  text-align: center;
  padding: 30px 32px;
  width: 460px;
  margin: 70px auto 0;
  box-sizing: border-box;
  max-width: 95%;
}
.user_code__title {
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #232943;
  margin-bottom: 50px;
}
.user_code__btn {
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  background: #4B8CEE;
  height: 42px;
  font-size: 18px;
  border-radius: 21px;
  line-height: 42px;
  margin-top: 25px;
  cursor: default;
}
.user_code__btn:hover {
  background: #60A9FF;
}
.user_code__btn--disabled {
  color: rgba(255, 255, 255, 0.5);
}
.user_code__btn--disabled:hover {
  background: #4B8CEE;
}
.user_code__btn--enabled {
  color: #fff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .user_code {
    margin: 40px auto 0;
  }
  .user_code__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 460px) {
  .user_code {
    padding: 30px 15px;
  }
  .user_code__title {
    margin-bottom: 35px;
  }
  .user_code__btn {
    margin-top: 10px;
    height: 62px;
    line-height: 62px;
    border-radius: 8px;
  }
}
.login_form_input {
  position: relative;
  height: 100px;
}
.login_form_input input[type='checkbox'] {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.login_form_input input[type='text'] {
  background: #eef1f5;
  border-radius: 4px 4px 0 0;
  border: none;
  padding: 27px 15px 11px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.02em;
  width: 100%;
  box-sizing: border-box;
}
.login_form_input input[type='text']::placeholder {
  color: #69798c;
}
.login_form_input input[type='text'] + label {
  position: absolute;
  left: 15px;
  top: 7px;
  color: #9194a1;
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0.02em;
  display: block;
}
.login_form_input input[type='text']:placeholder-shown {
  padding: 19px 15px;
}
.login_form_input input[type='text']:placeholder-shown + label {
  display: none;
}
.login_form_input input[type='text'].error ~ .login_form_input__error_message {
  display: block;
}
.login_form_input input[type='text'].error + label {
  color: #F4425A;
}
.login_form_input .user_info_form_select-container--has_selected .user_info_form_select__control {
  padding: 27px 15px 11px !important;
}
.login_form_input .user_info_form_select-container--has_selected + label {
  display: block !important;
}
.login_form_input .user_info_form_select-container + label {
  display: none;
  position: absolute;
  left: 15px;
  top: 7px;
  color: #9194a1;
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.login_form_input .user_info_form_select__control {
  background: #eef1f5 !important;
  border-radius: 4px 4px 0 0 !important;
  border: none !important;
  padding: 19px 15px !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.login_form_input .user_info_form_select__value-container {
  padding: 0 !important;
}
.login_form_input .user_info_form_select__indicator-separator {
  display: none;
}
.login_form_input__error_message {
  color: #F4425A;
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: left;
  padding-left: 15px;
  padding-top: 10px;
  display: none;
}
@media (max-width: 768px) {
  .login_form_input {
    height: auto;
  }
  .login_form_input input[type='text'] {
    font-size: 18px;
    border-radius: 8px;
  }
  .login_form_input__error_message {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.user_info_form {
  border: 1px solid #d5dde6;
  text-align: left;
  border-radius: 8px;
  padding: 30px 32px;
  width: 460px;
  margin: 70px auto 0;
  box-sizing: border-box;
  max-width: 95%;
}
.user_info_form__title {
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #232943;
  margin-bottom: 20px;
}
.user_info_form__title2 {
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #232943;
  margin-bottom: 20px;
  margin-top: 30px;
}
.user_info_form .login_form_input {
  height: auto;
  margin: 20px 0;
}
.user_info_form__btn {
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  background: #4B8CEE;
  height: 42px;
  font-size: 18px;
  border-radius: 21px;
  line-height: 42px;
  margin-top: 50px;
  cursor: default;
  text-align: center;
}
.user_info_form__btn:hover {
  background: #60A9FF;
}
.user_info_form__btn--disabled {
  color: rgba(255, 255, 255, 0.5);
}
.user_info_form__btn--disabled:hover {
  background: #4B8CEE;
}
.user_info_form__btn--enabled {
  color: #fff;
  cursor: pointer;
}
.user_info_form input[type='radio'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.user_info_form input[type='radio'] ~ label {
  display: block;
  padding: 12px 0 12px 36px;
}
.user_info_form input[type='radio'] ~ label:before {
  display: inline-block;
  content: ' ';
  vertical-align: text-bottom;
  border: 2px solid #a7b3c2;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.user_info_form input[type='radio'] ~ label:hover:before {
  border: 2px solid #4b8cee;
}
.user_info_form input[type='radio']:checked ~ label:before {
  background: #4b8cee;
  border-color: #4b8cee;
  box-shadow: inset 0 0 0 3px #fff;
}
@media (max-width: 768px) {
  .user_info_form {
    margin: 45px auto 0;
  }
  .user_info_form__btn {
    margin-top: 10px;
    height: 62px;
    line-height: 62px;
    border-radius: 8px;
  }
}
@media (max-width: 460px) {
  .user_info_form {
    padding: 30px 15px;
  }
  .user_info_form__btn {
    margin-top: 0;
  }
}
.certificate_page {
  text-align: center;
  color: #232943;
}
.certificate_page__title {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  padding-top: 90px;
  padding-bottom: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .certificate_page__title {
    width: calc(100% - 16px);
  }
}
.certificate_page__text {
  font-size: 18px;
  line-height: 26px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .certificate_page__text {
    width: calc(100% - 16px);
  }
}
.certificate_page__img {
  box-shadow: 0 8px 32px rgba(37, 129, 194, 0.25);
  border-radius: 16px;
  margin: 55px auto 70px;
  max-height: 565px;
  display: block;
}
@media (max-width: 768px) {
  .certificate_page__img {
    max-width: calc(100% - 32px);
  }
}
.certificate_page__link {
  font-size: 18px;
  line-height: 30px;
  width: 500px;
  margin: 0 auto;
}
.certificate_page__link > input {
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 15px;
  display: inline-block;
  width: inherit;
  margin-top: 15px;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}
@media (max-width: 768px) {
  .certificate_page__link {
    max-width: 500px;
    width: calc(100% - 16px);
  }
}
.certificate_page__links {
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
}
.certificate_page__links span {
  margin: 0 15px;
}
.certificate_page__links a {
  color: #4B8CEE;
  text-decoration: none;
}
@media (max-width: 768px) {
  .certificate_page__links span {
    display: inline-block;
  }
}
.certificate_page__qr {
  display: block;
  margin: 40px auto;
}
.certificate_page__social {
  font-size: 0;
  text-align: center;
  margin: 50px 0;
}
.certificate_page__social > .react-share__ShareButton {
  display: inline-block;
  margin: 0 14px;
  cursor: pointer;
}
.certificate_page__social > .react-share__ShareButton:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .certificate_page__social > .react-share__ShareButton {
    margin: 0 10px;
  }
}
.certificate_page__to_contenst_btn {
  color: #4B8CEE;
  font-size: 18px;
  line-height: 26px;
  background: #FFFFFF;
  border: 2px solid #4B8CEE;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(64, 77, 92, 0.35);
  border-radius: 20px;
  width: 260px;
  height: 40px;
  display: block;
  margin: 50px auto;
  cursor: pointer;
  outline: none;
}
.certificate_page__to_contenst_btn:hover {
  background: #60A9FF;
  color: #fff;
}
.certificate_page a {
  text-decoration: none;
  color: #4B8CEE;
}
.certificate_page a:hover {
  color: #60A9FF;
}
.certificate_page_header {
  text-align: center;
  padding-top: 60px;
}
.certificate_page_header__logo {
  background: url(/v251204.0/assets/img/logo.svg) 50% / contain no-repeat;
  width: 32px;
  height: 38px;
  margin: 0 auto;
}
.certificate_page_header__title {
  font-size: 14px;
  line-height: 24px;
  color: #232943;
  margin: 20px auto 0;
  max-width: 700px;
}
@media (max-width: 768px) {
  .certificate_page_header__title {
    width: calc(100% - 16px);
  }
}
.certificate_page_header__sub_title {
  font-size: 18px;
  line-height: 26px;
  color: #232943;
  margin: 5px auto 0;
  max-width: 700px;
  font-weight: 500;
}
.circular-progress {
  animation: rotate 2s linear infinite;
  height: 100px;
  position: relative;
  width: 100px;
}
.circular-progress--center-of-window {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.circular-progress--margin-center {
  display: block;
  margin: 0 auto;
}
.circular-progress .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #33a9ff;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
html,
body,
#index {
  height: 100%;
}
body {
  font-family: "PT Root UI", Arial, sans-serif;
  margin: 0;
  overflow: auto;
  scrollbar-color: rgba(169, 169, 169, 0.31) rgba(218, 218, 218, 0.25);
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  border-radius: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(218, 218, 218, 0.25);
}
body::-webkit-scrollbar-thumb {
  background: rgba(169, 169, 169, 0.31);
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(218, 218, 218, 0.45);
}
body.no_scrollable {
  overflow: hidden;
}
body.locked {
  scroll-behavior: smooth;
}
.header {
  text-align: center;
  margin-bottom: 120px;
  position: relative;
  background: #F7F5F0 50% 100% / cover no-repeat;
}
.header__wrapper {
  position: relative;
  z-index: 2;
  padding-top: 130px;
}
.header__company {
  font-size: 14px;
  line-height: 24px;
  color: #232943;
}
.header__title {
  font-size: 36px;
  line-height: 48px;
  color: #1B3C68;
  margin: 83px auto 0;
  max-width: 660px;
  font-weight: 500;
}
.header__button {
  background: #F4425A;
  box-shadow: 0 2px 10px rgba(167, 179, 194, 0.15);
  border-radius: 55px;
  width: 750px;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  line-height: 30px;
  font-size: 18px;
  position: relative;
  top: 50px;
  box-sizing: border-box;
  padding: 25px 20px;
  margin-top: -45px;
  max-width: 95%;
}
.header__button:hover {
  background: #FF6176;
}
.header__button_to_tasks {
  display: none;
  background: #4B8CEE;
  box-shadow: 0 2px 10px rgba(64, 77, 92, 0.25);
  border-radius: 20px;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  width: 250px;
  margin: 15px 15px 0;
  cursor: pointer;
}
.header__button_to_tasks:hover {
  background: #60A9FF;
}
.header__button_to_certificate {
  display: none;
  background: #FFFFFF;
  border: 2px solid #4B8CEE;
  box-shadow: 0 2px 10px rgba(64, 77, 92, 0.25);
  border-radius: 20px;
  color: #4B8CEE;
  line-height: 40px;
  font-size: 18px;
  width: 250px;
  margin: 15px 15px 0;
  cursor: pointer;
}
.header__button_to_certificate:hover {
  background: #60A9FF;
  color: #fff;
}
.header__button--not-yet-started {
  background: #F4425A;
  padding: 40px 20px;
}
.header__button--not-yet-started:hover {
  background: #F4425A;
}
.header__button--finished {
  background: #63C5E4;
  color: #232943;
}
.header__button--finished:hover {
  background: #63C5E4;
}
.header__button--finished_with_button {
  background: #63C5E4;
  color: #232943;
}
.header__button--finished_with_button:hover {
  background: #63C5E4;
}
.header__button--finished_with_button .header__button_to_tasks {
  display: inline-block;
}
.header__button--finished_with_certificate {
  background: #fff;
  color: #232943;
  box-shadow: 0 2px 16px rgba(68, 90, 118, 0.25);
}
.header__button--finished_with_certificate:hover {
  background: #fff;
}
.header__button--finished_with_certificate .header__button_to_tasks {
  display: inline-block;
}
.header__button--finished_with_certificate .header__button_to_certificate {
  display: inline-block;
}
.header__button--running {
  cursor: pointer;
  min-height: 0;
  height: 30px;
  padding: 5px 20px;
  width: 180px;
  border: solid #FFF 35px;
  box-sizing: content-box;
}
.header--custom-color .header__title {
  color: inherit;
}
.header--custom-color .header__company {
  color: inherit;
}
@media (max-width: 768px) {
  .header__title {
    font-size: 22px;
    line-height: 30px;
    padding: 15px;
    margin-top: 35px;
  }
  .header__wrapper {
    padding-top: 100px;
  }
  .header__button {
    font-size: 14px;
    line-height: 26px;
    border-radius: 24px;
  }
  .header__button--running {
    border-radius: 55px;
    line-height: 32px;
  }
  .header__button_to_tasks {
    line-height: 36px;
    font-size: 14px;
  }
}
.status_row {
  font-size: 0;
  padding: 43px;
}
.status_row_item {
  width: 150px;
  font-size: 14px;
  display: inline-block;
  color: #232943;
  margin: 0 10px;
  padding: 17px 0;
  border-radius: 8px;
}
.status_row_title {
  opacity: 0.5;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}
.status_row_text {
  font-size: 24px;
  line-height: 31px;
}
.status_row--custom-color .status_row_title {
  opacity: 1;
}
@media (max-width: 768px) {
  .status_row {
    padding: 15px 5px;
  }
  .status_row_item {
    width: 88px;
    margin: 0 4px;
    padding: 13px 0;
  }
  .status_row_title {
    margin-bottom: 0;
    font-size: 12px;
  }
  .status_row_text {
    font-size: 20px;
    line-height: 26px;
  }
}
.content {
  max-width: 660px;
  line-height: 26px;
  font-size: 18px;
  margin: 0 auto;
  letter-spacing: 0.02em;
  color: #232943;
  padding: 0 10px;
}
.content h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 60px 0 30px 0;
}
.content p {
  margin: 25px 0;
}
.content p img {
  max-width: 100%;
}
.content .iframe-youtube {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  border-radius: 10px;
}
.content-description .iframe-youtube {
  min-height: initial;
}
@media (max-width: 768px) {
  .content {
    line-height: 22px;
    font-size: 14px;
  }
  .content h2 {
    text-align: center;
  }
  .content .iframe-youtube {
    min-height: calc(56.25vw - 20px);
  }
}
.prestart-popup--hidden {
  display: none;
}
.prestart-popup--show {
  display: block;
}
.prestart-popup__overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  background: #232943;
  z-index: 3;
}
.prestart-popup__body {
  width: 768px;
  height: 500px;
  background: #fcfcf9;
  border-radius: 24px;
  text-align: center;
  position: fixed;
  left: 50%;
  margin-left: -384px;
  top: 50%;
  margin-top: -250px;
  z-index: 4;
}
.prestart-popup__remain {
  margin-top: 50px;
  margin-bottom: 34px;
  line-height: 21px;
  font-size: 16px;
  text-align: center;
  color: #69798C;
  height: 36px;
}
.prestart-popup__condition {
  width: 500px;
  max-width: 100%;
  font-weight: 600;
  height: 92px;
  line-height: 36px;
  font-size: 24px;
  text-align: center;
  color: #232943;
  margin: 0 auto;
}
.prestart-popup__buttons {
  font-size: 0;
}
.prestart-popup__button {
  display: inline-block;
  width: 190px;
  height: 40px;
  padding: 7px;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: top;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 20px;
  margin: 0 7px;
}
.prestart-popup__button--start {
  background: #F4425A;
  color: #FFF;
  padding: 8px;
}
.prestart-popup__button--start:hover {
  background: #FF6176;
}
.prestart-popup__button--cancel {
  color: #4B8CEE;
  background: #fcfcf9;
  border: 1px solid #4B8CEE;
}
.prestart-popup__button--cancel:hover {
  background: #60A9FF;
  color: #fff;
  border: none;
  padding: 8px;
}
@media (max-width: 768px) {
  .prestart-popup__body {
    width: 94%;
    margin-left: 0;
    left: 3%;
  }
  .prestart-popup__condition {
    line-height: 30px;
    font-size: 20px;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .prestart-popup__remain {
    margin-bottom: 15px;
  }
  .prestart-popup__button {
    width: 130px;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
  }
}
.timeout-popup--hidden {
  display: none;
}
.timeout-popup--show {
  display: block;
}
.timeout-popup__overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  background: #232943;
  z-index: 1000;
}
.timeout-popup__body {
  width: 768px;
  height: 530px;
  background: #fcfcf9;
  border-radius: 24px;
  text-align: center;
  position: fixed;
  left: 50%;
  margin-left: -384px;
  top: 50%;
  margin-top: -265px;
  z-index: 1000;
}
.timeout-popup__title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #232943;
}
.timeout-popup__remain {
  margin-top: 50px;
  margin-bottom: 34px;
  line-height: 21px;
  font-size: 16px;
  text-align: center;
  color: #69798C;
  height: 36px;
}
.timeout-popup__condition {
  height: 92px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #404D5C;
  margin: 0 auto;
}
.timeout-popup__buttons {
  font-size: 0;
}
.timeout-popup .status_row {
  padding: 33px 50px 23px;
}
.timeout-popup__button {
  cursor: pointer;
  width: 310px;
  height: 40px;
  background: #4B8CEE;
  border-radius: 20px;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 7px 0;
  margin: 40px auto;
}
.timeout-popup__button:hover {
  background: #60A9FF;
}
@media (max-width: 768px) {
  .timeout-popup__body {
    width: 94%;
    margin-left: 0;
    left: 3%;
  }
  .timeout-popup__condition {
    line-height: 25px;
    font-size: 16px;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .timeout-popup__remain {
    margin-bottom: 15px;
  }
  .timeout-popup__button {
    width: 130px;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
  }
  .timeout-popup .status_row {
    padding: 25px 15px 20px;
  }
}
.user_info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  font-size: 14px;
  text-align: right;
  color: #232943;
}
.user_info__logout {
  background: #4B8CEE;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 16px;
  height: 32px;
  min-width: 78px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-left: 15px;
}
.user_info__logout:hover {
  background: #60A9FF;
}
.course_header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
}
.course_header__back_arrow {
  background: url(/v251204.0/assets/img/auth_back_arrow.svg) 50% 50% no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 16px;
  cursor: pointer;
}
.course_header__title {
  font-size: 16px;
  line-height: 36px;
  color: #FFFFFF;
  position: absolute;
  height: 23px;
  left: 56px;
  top: 10px;
}
.parent_mode_text {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  z-index: 1000;
}
footer {
  text-align: center;
  min-height: 70px;
  font-size: 14px;
  color: #232943;
  opacity: 0.5;
  line-height: 24px;
  box-sizing: border-box;
  padding: 23px 0;
  margin-top: 150px;
}


/*# sourceMappingURL=main.css.map*/