@charset "UTF-8";
@CHARSET "UTF-8";
.edu_rich-footer, .edu_rich-menu--top .current_page_item > a, .edu_rich-menu--top a:hover, .edu_rich-menu--mob a, .edu_rich-table__th, .edu_rich-table__td, .edu_rich-button--account, .edu_rich-button--default, .edu_rich-button--login, .edu_rich-button--logout, .uk-modal-dialog .uk-button-primary {
  font-family: 'MontserratLight'; }

.edu_rich-body, .edu_rich-menu--mob a:hover, .edu_rich-menu--mob a[aria-current] {
  font-family: 'MontserratRegular'; }

.edu_rich-modal__title, h1 {
  font-family: 'MontserratSemiBold'; }

.edu_rich-button--add_user, .edu_rich-button--update, .edu_rich-button--delete {
  font-family: 'MontserratMedium'; }

.edu_rich-menu--top a, .edu_rich-menu--top a:after, .edu_rich-button:hover {
  /*-moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;*/
  animation: 0.5s ease-out both; }

h1, h2 {
  font-size: 25px !important; }
  @media only screen and (min-width: 320px) {
    h1, h2 {
      font-size: calc( 25px + 11 * (100vw - 320px) / (1200 - 320) ) !important; } }
  @media only screen and (min-width: 1200px) {
    h1, h2 {
      font-size: 36px !important; } }

@keyframes edu-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes edu-slide-top-small {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.edu_rich-header {
  padding: 23px 0;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 1, 0.38); }
  @media (max-width: 639px) {
    .edu_rich-header--login {
      padding: 8px 0 0; }
    .edu_rich-header .edu_rich-button--menu {
      position: absolute;
      top: 13px;
      right: 14px; }
    .edu_rich-header .edu_rich_right_box {
      margin-top: 12px !important;
      padding-top: 6px;
      padding-bottom: 6px; } }
.edu_rich-footer {
  background-color: #fff;
  border-top: 1px solid #000;
  padding: 20px 0;
  box-sizing: border-box;
  min-height: 91px;
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.025em;
  color: #000000; }
.edu_rich-modal__box_img {
  height: 267px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(../images/layer_3_144.png);
  box-shadow: 0 0 8px 0 rgba(0, 0, 1, 0.38);
  margin-bottom: 75px;
  /*position: relative;
  &:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 1, .38);
    z-index: 2;
  }*/ }
  @media (max-width: 639px) {
    .edu_rich-modal__box_img {
      height: 0;
      margin-bottom: 35px; }
      .edu_rich-modal__box_img + .uk-close * {
        stroke: #000 !important; } }
  @media (min-width: 1200px) {
    .edu_rich-modal__box_img {
      background-position: top -62px center;
      background-size: 107% auto; } }
.edu_rich-modal__content {
  padding: 0 20px 20px;
  max-width: 586px;
  margin: 0 auto;
  min-height: 417px;
  box-sizing: border-box; }
.edu_rich-modal__row_but {
  display: flex;
  justify-content: flex-end;
  margin: 0 !important; }
.edu_rich-modal__title {
  text-align: center;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.025em;
  color: #000000;
  margin-bottom: 33px; }
.edu_rich-modal__input {
  width: 100%;
  padding: 9px 0;
  height: 48px;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-bottom: 1px solid #000; }
.edu_rich-modal__body {
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 1, 0.38); }
  @media (min-width: 900px) {
    .edu_rich-modal__body {
      width: 838px; } }
  .edu_rich-modal__body svg {
    width: 24px;
    height: 24px; }
    .edu_rich-modal__body svg * {
      stroke: #fff !important; }
  .edu_rich-modal__body p {
    margin: 9px 0 !important; }
    .edu_rich-modal__body p.login-remember {
      margin-top: 17px !important; }
.edu_rich-logo {
  display: inline-block; }
  .edu_rich-logo--top {
    max-width: 110px; }
    @media (min-width: 375px) {
      .edu_rich-logo--top {
        max-width: 154px; } }
.edu_rich-page {
  font-size: 14px; }
  .edu_rich-page--about .uk-grid-margin {
    margin-top: 60px; }
  .edu_rich-page--about .uk-grid {
    margin-bottom: 60px !important; }
.edu_rich-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .edu_rich-menu--top {
    display: flex;
    gap: 21px;
    margin-top: -1px; }
    @media (max-width: 1250px) {
      .edu_rich-menu--top {
        gap: 12px; } }
    @media (max-width: 1200px) {
      .edu_rich-menu--top {
        display: none; } }
    @media (min-width: 1200px) {
      .edu_rich-menu--top {
        justify-content: flex-end; } }
    .edu_rich-menu--top a {
      font-size: 12px;
      letter-spacing: 0.025em;
      color: #000000;
      line-height: 1.2;
      text-decoration: none !important;
      position: relative; }
    .edu_rich-menu--top .current_page_item > a, .edu_rich-menu--top a:hover {
      color: #fb633b; }
      .edu_rich-menu--top .current_page_item > a:after, .edu_rich-menu--top a:hover:after {
        animation-name: edu-fade;
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #fb633b;
        top: calc(100% + 3px);
        left: 0; }
  .edu_rich-menu--mob a {
    font-size: 12px;
    line-height: 51px;
    letter-spacing: 0.025em;
    color: #000000;
    position: relative;
    text-decoration: none !important; }
    .edu_rich-menu--mob a:hover:after, .edu_rich-menu--mob a[aria-current]:after {
      content: "";
      position: absolute;
      top: calc(100% + 2px);
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #fb633b; }
@media (min-width: 601px) {
  .edu_rich-table {
    width: 852px; } }
.edu_rich-table__head {
  border-top: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  border-left: 1px solid #aeaeae; }
  @media (max-width: 600px) {
    .edu_rich-table__head {
      display: none; } }
.edu_rich-table__email {
  color: #000000;
  background-color: #e8e8e8;
  box-shadow: inset 0 2px 6px 0 rgba(13, 14, 14, 0.12); }
.edu_rich-table__select {
  border-color: #aeaeae; }
@media (max-width: 600px) {
  .edu_rich-table__tr > * {
    width: 100%; }
  .edu_rich-table__tr > * + * {
    margin-top: 23px !important; }
  .edu_rich-table__tr .user__name {
    border: 1px solid #aeaeae; }
    .edu_rich-table__tr .user__name:before {
      content: "Логин"; }
  .edu_rich-table__tr .edu_rich-table__td--email:before {
    content: "E-mail"; }
  .edu_rich-table__tr .edu_rich-table__td--role:before {
    content: "Роль"; }
  .edu_rich-table__tr .edu_rich-table__td--controls:before {
    content: "Действие"; }
  .edu_rich-table__tr .user__id:before {
    content: "Id"; }
  .edu_rich-table__tr .user__name, .edu_rich-table__tr .edu_rich-table__td--email, .edu_rich-table__tr .edu_rich-table__td--role, .edu_rich-table__tr .edu_rich-table__td--controls, .edu_rich-table__tr .user__id {
    margin-left: 77px !important;
    position: relative; }
    .edu_rich-table__tr .user__name:before, .edu_rich-table__tr .edu_rich-table__td--email:before, .edu_rich-table__tr .edu_rich-table__td--role:before, .edu_rich-table__tr .edu_rich-table__td--controls:before, .edu_rich-table__tr .user__id:before {
      position: absolute;
      text-transform: none !important;
      width: 77px;
      top: 50%;
      left: -77px;
      transform: translateY(-50%); } }
.edu_rich-table__tr + .edu_rich-table__tr {
  margin-top: 7px; }
  @media (max-width: 600px) {
    .edu_rich-table__tr + .edu_rich-table__tr {
      border-top: 1px solid #aeaeae;
      margin-top: 33px;
      padding-top: 20px; } }
.edu_rich-table__th {
  min-width: 36px;
  padding: 11px;
  box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #000000; }
  .edu_rich-table__th--email {
    min-width: 227px; }
  .edu_rich-table__th--role {
    min-width: 233px; }
  .edu_rich-table__th--controls {
    min-width: 263px; }
.edu_rich-table__td {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #000000;
  min-width: 36px; }
  .edu_rich-table__td--th {
    padding: 11px;
    box-sizing: border-box; }
    @media (min-width: 601px) {
      .edu_rich-table__td--th {
        border-top: 1px solid #aeaeae;
        border-bottom: 1px solid #aeaeae; } }
    @media (min-width: 601px) {
      .edu_rich-table__td--th:first-child {
        border-left: 1px solid #aeaeae; } }
  .edu_rich-table__td--border-bottom {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 601px) {
      .edu_rich-table__td--border-bottom {
        border-top: 1px solid #aeaeae;
        border-bottom: 1px solid #aeaeae; } }
    .edu_rich-table__td--border-bottom * {
      height: 100% !important; }
  .edu_rich-table__td--email {
    min-width: 227px; }
  .edu_rich-table__td--role {
    min-width: 233px; }
  .edu_rich-table__td--controls {
    min-width: 263px; }
.edu_rich-button {
  display: inline-flex;
  align-items: center;
  border: none;
  cursor: pointer;
  background: none;
  text-decoration: none !important;
  padding: 0; }
  .edu_rich-button:hover {
    opacity: .8; }
  .edu_rich-button--account {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 0.025em;
    color: #000000 !important;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1133_2)'%3E%3Cpath d='M437.02 74.9805C388.668 26.6289 324.379 0 256 0C187.621 0 123.332 26.6289 74.9805 74.9805C26.6289 123.332 0 187.621 0 256C0 324.379 26.6289 388.668 74.9805 437.02C123.332 485.371 187.621 512 256 512C324.379 512 388.668 485.371 437.02 437.02C485.371 388.668 512 324.379 512 256C512 187.621 485.371 123.332 437.02 74.9805V74.9805ZM111.105 429.297C119.559 356.562 182.094 300.406 256 300.406C294.961 300.406 331.598 315.586 359.156 343.141C382.438 366.426 397.121 396.828 400.898 429.293C361.641 462.172 311.094 482 256 482C200.906 482 150.363 462.176 111.105 429.297V429.297ZM256 269.508C213.129 269.508 178.246 234.625 178.246 191.754C178.246 148.879 213.129 114 256 114C298.871 114 333.754 148.879 333.754 191.754C333.754 234.625 298.871 269.508 256 269.508ZM426.719 403.934C419.074 373.113 403.133 344.695 380.367 321.93C361.93 303.492 340.117 289.66 316.328 280.992C344.926 261.598 363.754 228.832 363.754 191.754C363.754 132.34 315.414 84 256 84C196.586 84 148.246 132.34 148.246 191.754C148.246 228.852 167.09 261.629 195.711 281.02C173.824 288.996 153.57 301.328 136.145 317.562C110.91 341.062 93.3867 371.027 85.2617 403.91C50.8516 364.242 30 312.512 30 256C30 131.383 131.383 30 256 30C380.617 30 482 131.383 482 256C482 312.523 461.141 364.266 426.719 403.934V403.934Z' fill='%23FB633B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1133_2'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .edu_rich-button--menu {
    margin-left: 25px; }
    @media (min-width: 480px) {
      .edu_rich-button--menu {
        margin-left: 43px; } }
  .edu_rich-button--add_user {
    height: 36px;
    background-color: #6b5b00;
    padding: 0 26px;
    font-size: 12px;
    line-height: 2.5;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #ffffff; }
  .edu_rich-button--update, .edu_rich-button--delete {
    padding: 0 15px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: left 11px center;
    font-size: 12px;
    line-height: 2.5;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #ffffff; }
  .edu_rich-button--update {
    padding-left: 35px;
    background-color: #fb633b;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.71214 11.6378C2.87796 14.6167 5.77614 16.7273 9.16669 16.7273C13.5849 16.7273 17.1667 13.1455 17.1667 8.72727M16.6212 5.81673C15.4569 2.83709 12.558 0.727273 9.16669 0.727273C4.74851 0.727273 1.16669 4.30909 1.16669 8.72727M6.98487 11.6364H1.16669V17.4545M17.1667 0V5.81818H11.3485' stroke='white'/%3E%3C/svg%3E%0A"); }
  .edu_rich-button--delete {
    padding-left: 45px;
    background-color: #ecad14;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7947 19.6731H5.70545C4.99617 19.6629 4.31691 19.3853 3.80349 18.8958C3.29007 18.4063 2.98033 17.7411 2.93622 17.0331L2.09622 4.25775C2.09191 4.16513 2.10601 4.07256 2.1377 3.98542C2.16938 3.89828 2.21803 3.81828 2.28083 3.75006C2.34553 3.67935 2.42385 3.62246 2.5111 3.5828C2.59835 3.54314 2.69271 3.52154 2.78852 3.51929H15.7116C15.8065 3.51908 15.9005 3.53839 15.9876 3.57603C16.0748 3.61368 16.1533 3.66884 16.2182 3.7381C16.2831 3.80735 16.3331 3.88923 16.3651 3.97862C16.397 4.06802 16.4102 4.16303 16.4039 4.25775L15.6008 17.0331C15.5562 17.7474 15.2413 18.4179 14.7201 18.9083C14.1988 19.3987 13.5104 19.6722 12.7947 19.6731V19.6731ZM3.56391 4.9039L4.27468 16.9501C4.29816 17.3133 4.45921 17.6539 4.72503 17.9026C4.99084 18.1513 5.34145 18.2893 5.70545 18.2885H12.7947C13.158 18.2871 13.5074 18.1484 13.7728 17.9001C14.0381 17.6519 14.1998 17.3125 14.2254 16.9501L14.9731 4.95006L3.56391 4.9039Z' fill='white'/%3E%3Cpath d='M17.5577 4.9039H0.942308C0.758696 4.9039 0.582605 4.83096 0.452772 4.70113C0.322939 4.5713 0.25 4.39521 0.25 4.21159C0.25 4.02798 0.322939 3.85189 0.452772 3.72206C0.582605 3.59223 0.758696 3.51929 0.942308 3.51929H17.5577C17.7413 3.51929 17.9174 3.59223 18.0472 3.72206C18.1771 3.85189 18.25 4.02798 18.25 4.21159C18.25 4.39521 18.1771 4.5713 18.0472 4.70113C17.9174 4.83096 17.7413 4.9039 17.5577 4.9039V4.9039Z' fill='white'/%3E%3Cpath d='M12.0192 4.90385H6.48076C6.29789 4.90146 6.12319 4.82775 5.99387 4.69843C5.86455 4.56911 5.79084 4.39441 5.78845 4.21154V2.55C5.80015 2.07629 5.99355 1.62523 6.32862 1.29016C6.66368 0.9551 7.11475 0.761702 7.58845 0.75H10.9115C11.3931 0.762043 11.8509 0.961852 12.1872 1.30678C12.5235 1.6517 12.7117 2.11442 12.7115 2.59615V4.21154C12.7091 4.39441 12.6354 4.56911 12.5061 4.69843C12.3768 4.82775 12.2021 4.90146 12.0192 4.90385V4.90385ZM7.17307 3.51923H11.3269V2.59615C11.3269 2.48599 11.2832 2.38033 11.2053 2.30243C11.1274 2.22453 11.0217 2.18077 10.9115 2.18077H7.58845C7.47829 2.18077 7.37263 2.22453 7.29473 2.30243C7.21683 2.38033 7.17307 2.48599 7.17307 2.59615V3.51923Z' fill='white'/%3E%3Cpath d='M12.0192 15.9807C11.8363 15.9783 11.6616 15.9046 11.5323 15.7752C11.403 15.6459 11.3293 15.4712 11.3269 15.2883V7.90373C11.3269 7.72012 11.3998 7.54403 11.5297 7.4142C11.6595 7.28437 11.8356 7.21143 12.0192 7.21143C12.2028 7.21143 12.3789 7.28437 12.5087 7.4142C12.6386 7.54403 12.7115 7.72012 12.7115 7.90373V15.2883C12.7091 15.4712 12.6354 15.6459 12.5061 15.7752C12.3768 15.9046 12.2021 15.9783 12.0192 15.9807V15.9807Z' fill='white'/%3E%3Cpath d='M6.48076 15.9807C6.29789 15.9783 6.12319 15.9046 5.99387 15.7752C5.86455 15.6459 5.79084 15.4712 5.78845 15.2883V7.90373C5.78845 7.72012 5.86139 7.54403 5.99122 7.4142C6.12106 7.28437 6.29715 7.21143 6.48076 7.21143C6.66437 7.21143 6.84046 7.28437 6.97029 7.4142C7.10013 7.54403 7.17307 7.72012 7.17307 7.90373V15.2883C7.17068 15.4712 7.09697 15.6459 6.96765 15.7752C6.83833 15.9046 6.66363 15.9783 6.48076 15.9807V15.9807Z' fill='white'/%3E%3Cpath d='M9.25005 15.9807C9.06718 15.9783 8.89247 15.9046 8.76316 15.7752C8.63384 15.6459 8.56013 15.4712 8.55774 15.2883V7.90373C8.55774 7.72012 8.63068 7.54403 8.76051 7.4142C8.89034 7.28437 9.06644 7.21143 9.25005 7.21143C9.43366 7.21143 9.60975 7.28437 9.73958 7.4142C9.86941 7.54403 9.94235 7.72012 9.94235 7.90373V15.2883C9.93996 15.4712 9.86626 15.6459 9.73694 15.7752C9.60762 15.9046 9.43291 15.9783 9.25005 15.9807V15.9807Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .edu_rich-button--default {
    padding: 0 41px;
    height: 39px;
    background-color: #fb633b;
    border-radius: 19.5px;
    font-size: 14px;
    line-height: 2.142;
    letter-spacing: 0.025em;
    color: #ffffff; }
  .edu_rich-button--login, .edu_rich-button--logout {
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0.025em;
    color: #ffffff !important;
    padding: 0 13px 0 35px;
    height: 39px;
    border-radius: 19.5px;
    background-color: #fb633b;
    background-repeat: no-repeat;
    background-position: left 11px center;
    background-size: auto 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m218.667969 240h-202.667969c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h202.667969c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0' fill='%23ffffff' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='m138.667969 320c-4.097657 0-8.191407-1.558594-11.308594-4.691406-6.25-6.253906-6.25-16.386719 0-22.636719l68.695313-68.691406-68.695313-68.671875c-6.25-6.253906-6.25-16.386719 0-22.636719s16.382813-6.25 22.636719 0l80 80c6.25 6.25 6.25 16.382813 0 22.636719l-80 80c-3.136719 3.132812-7.234375 4.691406-11.328125 4.691406zm0 0' fill='%23ffffff' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='m341.332031 512c-23.53125 0-42.664062-19.136719-42.664062-42.667969v-384c0-18.238281 11.605469-34.515625 28.882812-40.511719l128.171875-42.730468c28.671875-8.789063 56.277344 12.480468 56.277344 40.578125v384c0 18.21875-11.605469 34.472656-28.863281 40.488281l-128.214844 42.753906c-4.671875 1.449219-9 2.089844-13.589844 2.089844zm128-480c-1.386719 0-2.558593.171875-3.816406.554688l-127.636719 42.558593c-4.183594 1.453125-7.210937 5.675781-7.210937 10.21875v384c0 7.277344 7.890625 12.183594 14.484375 10.113281l127.636718-42.558593c4.160157-1.453125 7.210938-5.675781 7.210938-10.21875v-384c0-5.867188-4.777344-10.667969-10.667969-10.667969zm0 0' fill='%23ffffff' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='m186.667969 106.667969c-8.832031 0-16-7.167969-16-16v-32c0-32.363281 26.300781-58.667969 58.664062-58.667969h240c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16h-240c-14.699219 0-26.664062 11.96875-26.664062 26.667969v32c0 8.832031-7.167969 16-16 16zm0 0' fill='%23ffffff' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='m314.667969 448h-85.335938c-32.363281 0-58.664062-26.304688-58.664062-58.667969v-32c0-8.832031 7.167969-16 16-16s16 7.167969 16 16v32c0 14.699219 11.964843 26.667969 26.664062 26.667969h85.335938c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0' fill='%23ffffff' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
  .edu_rich-button--logout {
    background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1122_2)'%3E%3Cpath d='M293.332 240H496C504.832 240 512 232.832 512 224C512 215.168 504.832 208 496 208H293.332C284.5 208 277.332 215.168 277.332 224C277.332 232.832 284.5 240 293.332 240Z' fill='white'/%3E%3Cpath d='M373.332 320C377.43 320 381.523 318.441 384.641 315.309C390.891 309.055 390.891 298.922 384.641 292.672L315.945 223.98L384.641 155.309C390.891 149.055 390.891 138.922 384.641 132.672C378.391 126.422 368.258 126.422 362.004 132.672L282.004 212.672C275.754 218.922 275.754 229.055 282.004 235.309L362.004 315.309C365.141 318.441 369.238 320 373.332 320V320Z' fill='white'/%3E%3Cpath d='M170.668 512C194.199 512 213.332 492.863 213.332 469.332V85.332C213.332 67.0938 201.727 50.8164 184.449 44.8203L56.2773 2.08986C27.6055 -6.69921 0 14.5703 0 42.668V426.668C0 444.887 11.6055 461.141 28.8633 467.156L157.078 509.91C161.75 511.359 166.078 512 170.668 512V512ZM42.668 32C44.0547 32 45.2266 32.1719 46.4844 32.5547L174.121 75.1133C178.305 76.5664 181.332 80.7891 181.332 85.332V469.332C181.332 476.609 173.441 481.516 166.848 479.445L39.2109 436.887C35.0508 435.434 32 431.211 32 426.668V42.668C32 36.8008 36.7773 32 42.668 32V32Z' fill='white'/%3E%3Cpath d='M325.332 106.668C334.164 106.668 341.332 99.5 341.332 90.668V58.668C341.332 26.3047 315.031 0 282.668 0H42.668C33.8359 0 26.668 7.16797 26.668 16C26.668 24.832 33.8359 32 42.668 32H282.668C297.367 32 309.332 43.9688 309.332 58.668V90.668C309.332 99.5 316.5 106.668 325.332 106.668V106.668Z' fill='white'/%3E%3Cpath d='M197.332 448H282.668C315.031 448 341.332 421.695 341.332 389.332V357.332C341.332 348.5 334.164 341.332 325.332 341.332C316.5 341.332 309.332 348.5 309.332 357.332V389.332C309.332 404.031 297.367 416 282.668 416H197.332C188.5 416 181.332 423.168 181.332 432C181.332 440.832 188.5 448 197.332 448Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1122_2'%3E%3Crect width='512' height='512' fill='white' transform='matrix(-1 0 0 1 512 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }

h1 {
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.025em;
  color: #000000;
  margin-bottom: 39px; }

#rememberme {
  width: 30px;
  height: 28px;
  border: 1px solid #000000;
  margin-right: 12px; }

.uk-modal-dialog .uk-button-primary {
  padding: 0 23px !important;
  box-sizing: border-box;
  height: 39px !important;
  background-color: #fb633b !important;
  border-radius: 19.5px !important;
  font-size: 14px !important;
  letter-spacing: 0.025em !important; }

.uk-offcanvas-bar * {
  color: #000 !important; }
.uk-offcanvas-bar .uk-close {
  padding: 0 !important;
  top: 12px;
  right: 20px; }
  .uk-offcanvas-bar .uk-close * {
    color: #989898 !important; }
  .uk-offcanvas-bar .uk-close svg {
    width: 20px !important;
    height: 20px !important; }

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

* + .edu_rich-button--logout {
  margin-left: 17px; }

@media (max-width: 639px) {
  .uk-offcanvas-bar--login {
    top: 112px; } }
@media (max-width: 380px) {
  .edu_rich-table__td--controls {
    flex-wrap: wrap; }
    .edu_rich-table__td--controls button {
      width: 100%;
      height: 35px !important; } }
.edu_user .menu-item-78, .edu_user .menu-item-77 {
  display: none; }

.edu_user_vip .menu-item-78 {
  display: none; }

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