@import url(../fonts/ProximaNova/stylesheet.css);
*, *::before, *::after {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.profile_mobile{
    display: none;
}

body {
  font-family: "Proxima Nova", sans-serif;
}

.counter{
    margin-left: 5px;
    display: inline-block;
    background: #bfd1fa;
    color: #000;
    text-align: center;
    border-radius: 50%;
    padding: .3em .65em;
}
:focus {
  outline: none;
}

button {
  cursor: pointer;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

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

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 99px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom: 1px solid #E7E9ED;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header__logo {
  position: relative;
  width: 330px;
  height: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #E7E9ED;
}

.header__logo img {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.header__right {
  width: calc(100% - 330px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#role{
    pointer-events: none; /* делаем элемент неактивным для взаимодействия */
    cursor: default; /*  курсор в виде стрелки */
}
.header__admin, .header__partner, .header__super_admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 35px 7px 35px;
  background: #E9EFFA;
  border-radius: 5px;
  margin-right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #2461CC;
}

.header__partner {
  background: #FAF1E9;
  color: #CC6024;
}

.header__super_admin {
  width: 123px;
  background-color: #E5F1E7;
  color: #007813;
  padding: 4px 0 7px;
}

.header__search {
  width: 659px;
  height: 57px;
  position: relative;
}
.header__search .input {
  border: 1px solid #DADCE0;
  border-radius: 5px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0 66px 0 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #253045;
}
.header__search .input::-webkit-input-placeholder {
  color: #253045;
}
.header__search .input::-moz-placeholder {
  color: #253045;
}
.header__search .input:-ms-input-placeholder {
  color: #253045;
}
.header__search .input::-ms-input-placeholder {
  color: #253045;
}
.header__search .input::placeholder {
  color: #253045;
}
.header__search .btn {
  width: 66px;
  height: 100%;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__search_block {
  display: none;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  padding: 24px 30px 27px 30px;
}
.header__search_block .link {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #253045;
  margin-bottom: 19px;
}
.header__search_block .link:last-child {
  margin-bottom: 0;
}
.header__search_block .link:hover {
  color: #2461CC;
}

.header__search .input:focus + .header__search_block {
  display: block;
}
.notifications
{
    margin-left: 15px;
}
.notifications a {
  position: relative;
}

.notifications a i {
  margin-right: 35px;
}

.notifications .counter {
  position: absolute;
  top: 0;
  right: 10px;
}
.header__user {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__user .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__user .person .h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #253045;
  margin-right: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__user .person .img {
  width: 57px;
  height: 57px;
    position: relative;
  overflow: hidden;
}
.header__user .person .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.header__user .person .img::after {
  content: "";
  width: 0;
  height: 0;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.header__user .person:hover .h5 {
  color: #2461CC;
}
.header__user .person:hover .img::after {
  width: 49px;
  height: 49px;
  opacity: 0.6;
}
.header__user .person:focus .img::after {
  background: #FFFFFF;
}
.header__user .go_out {
  width: 32px;
  height: 24px;
  margin-left: 16px;
  position: relative;
}
.header__user .go_out svg:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__user .go_out svg:nth-child(2) {
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__user .go_out:hover svg path {
  stroke: #184FB0;
}

.main {
  min-height: 99vh;
  padding-top: 99px;
  background: #F4F6F9;
}

.main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__aside {
  flex: 0 0 330px;
  width: 330px;
  min-height: 90vh;
  background: #FFFFFF;
  padding: 20px 32px;
}
.main__aside .ul {
  position: sticky;
  top: 120px;
}
.main__aside .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0px 28px 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #253045;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main__aside .item .icon {
  width: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 18px;
}
.main__aside .item .icon svg path {
  fill: #253045;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main__aside .item .icon svg rect {
  fill: #253045;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main__aside .item::after {
  content: "";
  width: 226px;
  height: 1px;
  background-color: #E7E9ED;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main__aside .item.active, .main__aside .item:hover {
  background: #E9EFFA;
  color: #2461CC;
}
.main__aside .item.active .icon svg path, .main__aside .item:hover .icon svg path {
  fill: #2461CC;
}
.main__aside .item.active .icon svg rect, .main__aside .item:hover .icon svg rect {
  fill: #2461CC;
}
.main__aside .item.active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.main__aside .item.active::after, .main__aside .item:hover::after {
  opacity: 0;
}
.main__aside .li:last-child .item::after {
  opacity: 0;
}

.article .education__aside svg {
  margin-right: 5px;
}

.article .education__aside .ul .li {
    flex: 0 0 100%;
}

.main__content {
  width: 100%;
  padding-top: 42px;
  padding-bottom: 28px;
  /*overflow: auto;*/
}

.main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  padding-left: 15px;
}
.main__title .h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #253045;
}
.main__title .h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #253045;
}
.main__title .edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #A5A3BA;
  margin-left: 32px;
}
.main__title .edit svg {
  margin-right: 7px;
}
.main__title .edit:hover {
  color: #4277D4;
}
.main__title .edit:hover svg path {
  stroke: #4277D4;
}
.main__title .edit:focus {
  color: #184FB0;
}
.main__title .edit:focus svg path {
  stroke: #184FB0;
}
.main__title .edit.active {
  color: #184FB0;
}
.main__title .edit.active svg path {
  stroke: #184FB0;
}

.main__text {
  padding: 31px 44px 34px 44px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 65px;
}
.main__text .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #253045;
  margin-bottom: 32px;
}
.main__text .text:last-child {
  margin-bottom: 0;
}

.title_h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #253045;
  margin-bottom: 24px;
}

.edit_text {
  max-width: 685px;
  width: 100%;
  margin-bottom: 32px;
}

.admin_page {
  width: 1109px;
}

.admin_page__wrap {
    display: block;
  /*padding: 41px 44px 44px 44px;*/
  padding: 20px;
  /*background: #FFFFFF;*/
  border-radius: 5px;
}



.admin_page__wrap .add_chapter {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2461CC;
  border: 0;
  background-color: transparent;
  margin-bottom: 27px;
}
.admin_page__wrap .btn_done {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 154px;
  height: 57px;
  background: #2461CC;
  border-radius: 5px;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.admin_page__wrap .input, .admin_page__wrap .input_file {
  width: 100%;
  margin-bottom: 26px;
}
.admin_page__wrap .input .h5, .admin_page__wrap .input_file .h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
  margin-bottom: 7px;
}
.admin_page__wrap .input .h5 .delete, .admin_page__wrap .input_file .h5 .delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #E05B51;
}
.admin_page__wrap .input .h5 .delete .icon, .admin_page__wrap .input_file .h5 .delete .icon {
  width: 16px;
  height: 16px;
  border: 1.5px solid #E05B51;
  border-radius: 50%;
  margin-right: 7px;
  position: relative;
}
.admin_page__wrap .input .h5 .delete .icon span, .admin_page__wrap .input_file .h5 .delete .icon span {
  display: block;
  width: 6px;
  height: 2px;
  background-color: #E05B51;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.admin_page__wrap .input .h5 .delete .icon span:last-child, .admin_page__wrap .input_file .h5 .delete .icon span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.admin_page__wrap .input input, .admin_page__wrap .input_file input {
  width: 100%;
  height: 57px;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  padding: 0 23px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.admin_page__wrap .input input::-webkit-input-placeholder, .admin_page__wrap .input_file input::-webkit-input-placeholder {
  color: #A5A3BA;
}
.admin_page__wrap .input input::-moz-placeholder, .admin_page__wrap .input_file input::-moz-placeholder {
  color: #A5A3BA;
}
.admin_page__wrap .input input:-ms-input-placeholder, .admin_page__wrap .input_file input:-ms-input-placeholder {
  color: #A5A3BA;
}
.admin_page__wrap .input input::-ms-input-placeholder, .admin_page__wrap .input_file input::-ms-input-placeholder {
  color: #A5A3BA;
}
.admin_page__wrap .input input::placeholder, .admin_page__wrap .input_file input::placeholder {
  color: #A5A3BA;
}
.admin_page__wrap .input textarea, .admin_page__wrap .input_file textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 502px;
  min-height: 202px;
  max-height: 502px;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  padding: 16px 23px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.admin_page__wrap .input textarea::-webkit-input-placeholder, .admin_page__wrap .input_file textarea::-webkit-input-placeholder {
  color: #A5A3BA;
}
.admin_page__wrap .input textarea::-moz-placeholder, .admin_page__wrap .input_file textarea::-moz-placeholder {
  color: #A5A3BA;
}
.admin_page__wrap .input textarea:-ms-input-placeholder, .admin_page__wrap .input_file textarea:-ms-input-placeholder {
  color: #A5A3BA;
}
.admin_page__wrap .input textarea::-ms-input-placeholder, .admin_page__wrap .input_file textarea::-ms-input-placeholder {
  color: #A5A3BA;
}
.admin_page__wrap .input textarea::placeholder, .admin_page__wrap .input_file textarea::placeholder {
  color: #A5A3BA;
}
.admin_page__wrap .input select, .admin_page__wrap .input_file select {
  max-width: 500px;
  width: 100%;
  height: 57px;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  padding: 0 23px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
}
.admin_page__wrap .input .file_wrap, .admin_page__wrap .input_file .file_wrap {
  position: relative;
}
.admin_page__wrap .input .file, .admin_page__wrap .input_file .file {
  width: 312px;
  height: 191px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.admin_page__wrap .input .file_btn, .admin_page__wrap .input_file .file_btn {
  width: 312px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  padding: 20px;
  padding-bottom: 0;
}
.admin_page__wrap .input .file_btn span, .admin_page__wrap .input_file .file_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 272px;
  height: 151px;
  background: #FFFFFF;
  border: 1px dashed #2461CC;
  border-radius: 5px;
  margin-bottom: 20px;
}
.admin_page__wrap .input .file_btn span .icon, .admin_page__wrap .input_file .file_btn span .icon {
  position: relative;
  margin-bottom: 7px;
}
.admin_page__wrap .input .file_btn span .icon .plus, .admin_page__wrap .input_file .file_btn span .icon .plus {
  width: 14px;
  height: 14px;
  background: #E4EFFF;
  border: 2px solid #528ADE;
  position: absolute;
  bottom: 0;
  right: -5px;
  border-radius: 50%;
}
.admin_page__wrap .input .file_btn span .icon .plus i, .admin_page__wrap .input_file .file_btn span .icon .plus i {
  width: 4px;
  height: 2px;
  background-color: #528ADE;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.admin_page__wrap .input .file_btn span .icon .plus i:last-child, .admin_page__wrap .input_file .file_btn span .icon .plus i:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.admin_page__wrap .input .file_btn .p, .admin_page__wrap .input_file .file_btn .p {
  max-width: 141px;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 10px;
  line-height: 125%;
  text-align: center;
  color: #A5A3BA;
}
.admin_page__wrap .input .file_btn .box, .admin_page__wrap .input_file .file_btn .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.admin_page__wrap .input .file_btn .input_block, .admin_page__wrap .input_file .file_btn .input_block {
  width: 77px;
  height: 86px;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.admin_page__wrap .input .file_btn .input_block .img, .admin_page__wrap .input_file .file_btn .input_block .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 58px;
  border-bottom: 1px solid #DADCE0;
  position: relative;
  overflow: hidden;
}
.admin_page__wrap .input .file_btn .input_block .img img, .admin_page__wrap .input_file .file_btn .input_block .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.admin_page__wrap .input .file_btn .input_block .img .red, .admin_page__wrap .input .file_btn .input_block .img .black, .admin_page__wrap .input .file_btn .input_block .img .white, .admin_page__wrap .input_file .file_btn .input_block .img .red, .admin_page__wrap .input_file .file_btn .input_block .img .black, .admin_page__wrap .input_file .file_btn .input_block .img .white {
  width: 38px;
  height: 38px;
  border-radius: 5px;
}
.admin_page__wrap .input .file_btn .input_block .img .red, .admin_page__wrap .input_file .file_btn .input_block .img .red {
  background: #F41707;
}
.admin_page__wrap .input .file_btn .input_block .img .black, .admin_page__wrap .input_file .file_btn .input_block .img .black {
  background: #253045;
}
.admin_page__wrap .input .file_btn .input_block .img .white, .admin_page__wrap .input_file .file_btn .input_block .img .white {
  background: #FFFFFF;
  border: 1px solid #DADCE0;
}
.admin_page__wrap .input .file_btn .input_block .text, .admin_page__wrap .input_file .file_btn .input_block .text {
  font-weight: 500;
  font-size: 8px;
  line-height: 98%;
  text-align: center;
  color: #A5A3BA;
  padding: 6px 8px;
}
.admin_page__wrap .input .file_btn .input_block .text i, .admin_page__wrap .input_file .file_btn .input_block .text i {
  opacity: 0.7;
}
.admin_page__wrap .input .file_btn .input_block:nth-child(3n), .admin_page__wrap .input_file .file_btn .input_block:nth-child(3n) {
  margin-right: 0;
}
.admin_page__wrap .input_file {
  width: auto;
}
.admin_page__wrap .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.admin_page__wrap .input_box .input {
  width: 500px;
  margin-right: 20px;
}
.admin_page__wrap .input_box .input:nth-child(2n) {
  margin-right: 0;
}
.admin_page__wrap .input_box .input_file {
  margin-right: 20px;
}
.admin_page__wrap .input_box .input_file:nth-child(3n) {
  margin-right: 0;
}

.add_news {
  display: none;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 208px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 8px;
  padding-right: 76px;
  position: relative;
}
.news__item .option {
  position: absolute;
  top: 32px;
  right: 32px;
}
.news__item .option .btn {
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background-color: transparent;
}
.news__item .option .btn span {
  width: 8px;
  height: 8px;
  background: #A5A3BA;
  border-radius: 50%;
  display: block;
  margin: 0 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__item .option:hover .btn span {
  background: #184FB0;
}
.news__item .img {
  width: 192px;
  height: 192px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.news__item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.news__item .content {
  width: calc(100% - 208px);
  padding-left: 44px;
  padding-top: 28px;
}
.news__item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #253045;
  margin-bottom: 12px;
}
.news__item .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #253045;
  margin-bottom: 8px;
}
.news__item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__item .link {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #2461CC;
  margin-right: 26px;
}
.news__item .link:hover {
  text-decoration: underline;
}
.news__item .date {
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #A5A3BA;
}

.news__btn {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__btn .btn {
  padding: 16px 46px 19px 46px;
  background: #2461CC;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.news__btn .btn:hover {
  background: #4277D5;
}
.news__btn .btn:focus {
  background: #184FB0;
}

.document {
  padding-bottom: 40px;
}

.document__wrap {
  padding: 44px 44px 12px 44px;
  background: #FFFFFF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.document__block {
  width: 677px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.document__block .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 77px;
  width: 77px;
  height: 77px;
  margin-right: 23px;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  position: relative;
}
.document__block .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #253045;
}

.document__block_option_open {
  position: absolute;
  top: 4px;
  right: 4px;
  position: absolute;
}
.document__block_option_open .btn {
  /*opacity: 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*width: 18px;*/
  height: 8px;
  cursor: pointer;
}
.document__block_option_open .btn span {
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 1px;
  border-radius: 50%;
  background: #DADCE0;
}
.document__block_option_open .btn.open span {
  background: #2461CC;
}
.document__block_option_open .block {
  display: none;
  width: 226px;
  height: 113px;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: -28px;
  z-index: 7;
  padding: 23px 30px;
}
.document__block_option_open .block .delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #EF574C;
  margin-bottom: 18px;
}
.document__block_option_open .block .edit {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2461CC;
}

.document__block .icon:hover .document__block_option_open .btn {
  opacity: 1;
}

.document__block_option_open .btn.open {
  opacity: 1;
}

.document__block_option_open .btn.open + .block {
  display: block;
}

.education__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.education__btns .btn_edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #2461CC;
  border: 0;
  background-color: transparent;
}
.education__btns .btn_edit svg {
  margin-right: 7px;
}
.education__btns .btn_delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #E05B51;
  border: 0;
  background-color: transparent;
}
.education__btns .btn_delete svg {
  margin-right: 7px;
}

.education__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.employees .education__aside {
    flex: 0 0 100%;
    padding: 0 15px;
    margin-bottom: 40px;
    order: 1;
}

.stats .education__aside {
    flex: 0 0 100%;
    padding: 0 15px;
    margin-bottom: 40px;
    order: 1;
}

.education__aside {
  padding-top: 53px;
  width: 353px;
}

.education__aside .ul {
    display: flex;
    flex-wrap: wrap;
}

.education__aside .ul .li {
    flex: 0 0 33.33%;
}

.education__aside .wrap {
  width: 100%;
  padding: 34px 24px 12px 24px;
  background: #FFFFFF;
  border-radius: 5px;
  position: sticky;
  top: 150px;
}
.education__aside .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #253045;
  margin-bottom: 25px;
  padding-left: 19px;
}
.education__aside .ul .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #253045;
  padding: 25px 19px;
  position: relative;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.education__aside .ul .item svg {
  margin-right: 17px;
}
.education__aside .ul .item svg path {
  fill: #253045;
}
.education__aside .ul .item::after {
    display: none;
  content: "";
  width: 100%;
  height: 1px;
  background: #E7E9ED;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flex-col{
    flex-direction: column;
}




.education__aside .ul .item.active {
  color: #2461CC;
  background: #F4F6F9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.education__aside .ul .item.active svg {
  margin-right: 17px;
}
.education__aside .ul .item.active svg path {
  fill: #2461CC;
}
.education__aside .ul .item.active::after {
  opacity: 0;
}
.education__aside .ul .item:hover {
  color: #2461CC;
}
.education__aside .ul .item:hover svg {
  margin-right: 17px;
}
.education__aside .ul .item:hover svg path {
  fill: #2461CC;
}
.education__aside .sub {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  background: #F4F6F9;
  border-radius: 0 0 5px 5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.education__aside .sub .link {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #A5A3BA;
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
}
.education__aside .sub .link::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #A5A3BA;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.education__aside .sub .link.active {
  color: #253045;
}
.job_statistics__table .tests{
  padding: 25px 0 27px 0;
}
.education__aside .sub .link.active::before {
  background: #253045;
}
.education__aside .ul .item.active + .sub {
  height: auto;
}
.education__aside .li:last-child .item::after {
  opacity: 0;
}

.education__aside.employees_aside .sub .link::before {
  display: none;
}

.employees .education__wrap {
    flex: 0 0 100%;
    padding: 0 15px;
    margin-bottom: 30px;
    margin-right: 0;
    order: 2;
    max-width: unset;
}

.education__wrap {
  max-width: 1109px;
  width: 100%;
  margin-right: 24px;
}
.education__wrap .img {
  width: 100%;
  height: 500px;
  position: relative;
  /*overflow: hidden;*/
  border-radius: 5px;
  margin-bottom: 40px;
}
.education__wrap .img img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/*.education__wrap .img img {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  -webkit-transform: translate(-50%, -50%);*/
/*          transform: translate(-50%, -50%);*/
/*  width: 100%;*/
/*  height: auto;*/
/*}*/
.education__wrap .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #253045;
  margin-bottom: 25px;
}
.education__wrap .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #253045;
  margin-bottom: 25px;
}
.education__wrap .img_galery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.education__wrap .img_galery .img {
  width: 49%;
  height: 280px;
  margin-bottom: 36px;
}

.education__wrap_block {
  width: 100%;
  padding: 44px;
  background: #FFFFFF;
  border-radius: 5px;
}

.employees__table .top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.employees__table .top_wrap h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A5A3BA;
}
.employees__table .name_wrap {
  width: 211px;
  margin-right: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.employees__table .name_wrap .user_img {
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 18px;
}
.employees__table .name_wrap .user_img img {
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.employees__table .name_wrap .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}
.employees__table .email_wrap {
  min-width: 207px;
  margin-right: 68px;
}
.employees__table .email_wrap .email {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}
.employees__table .phone_wrap {
  width: 107px;
  margin-right: 60px;
}
.employees__table .phone_wrap .phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}
.employees__table .date_wrap {
  width: 114px;
  margin-right: 33px;
}
.employees__table .date_wrap .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}
.employees__table .job_title_wrap {
  width: 110px;
  overflow-x: hidden;
}
.employees__table .job_title_wrap .job_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}

.employees__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0;
  border-bottom: 1px solid #E7E9ED;
}
.employees__block.static.hidden{
    display: none;
}

.employees__block_option_open {
  width: 36px;
  height: 16px;
  position: relative;
  margin-left: auto;
}
.employees__block_option_open .btn {
  /*width: 36px;*/
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background-color: transparent;
}
.employees__block_option_open .btn span {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background: #A5A3BA;
  border-radius: 50%;
}
.employees__block_option_open .block {
  display: none;
  /*width: 245px;*/
  /*height: 141px;*/
  position: absolute;
  right: -60px;
  top: 24px;
  z-index: 7;
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  padding: 26px 32px 24px 32px;
}
.employees__block_option_open .block .add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #2461CC;
  border: 0;
  background-color: transparent;
  margin-bottom: 13px;
}
.employees__block_option_open .block .add svg {
  margin-right: 7px;
}
.employees__block_option_open .block .delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #E05B51;
  border: 0;
  background-color: transparent;
}
.employees__block_option_open .block .delete svg {
  margin-right: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.employees__block_option_open .block .delete svg path {
  stroke: #E05B51;
}

.employees__block_option_open .btn.open span {
  background: #2461CC;
}

.employees__block_option_open .btn.open + .block {
  display: block;
}

.employees__from {
    flex: 0 0 100%;
    padding: 0 15px;
    margin-bottom: 40px;
    order: 3;
  /*width: 1109px;*/
  /*margin-top: 42px;*/
}
.employees__from .wrap {
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 40px 44px 44px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
  /*-webkit-box-align: end;*/
  /*    -ms-flex-align: end;*/
  /*        align-items: flex-end;*/
}
.employees__from .input {
  width: 240px;
  margin-bottom: 26px;
}
.employees__from .input h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
  margin-bottom: 7px;
}
.employees__from .input input {
  width: 100%;
  height: 57px;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  padding: 0 23px;
  color: #253045;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
/*.employees__from .input.email, .employees__from .input.phone {*/
/*  width: 328px;*/
/*  margin-bottom: 0;*/
/*}*/
.employees__from .btn {
  width: 327px;
  height: 57px;
  background: #A5A3BA;
  border-radius: 5px;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0 !important;
  color: #FFFFFF;
}

.education_3_table .top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.education_3_table .top_wrap h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A5A3BA;
}
.education_3_table .name_wrap {
  width: 245px;
}
.education_3_table .name_wrap .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}
.education_3_table .email_wrap {
  width: 306px;
}
.education_3_table .email_wrap .email {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}
.education_3_table .phone_wrap {
  width: 192px;
}
.education_3_table .phone_wrap .phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}

.education_3__wrap {
  position: relative;
}

.education_3__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 47px 0;
  border-bottom: 1px solid #E7E9ED;
}

.education_3__open {
  height: 0;
  overflow: hidden;
  background: #F4F6F9;
  border-radius: 5px;
  padding: 0 24px;
}
.education_3__open .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #E7E9ED;
}
.education_3__open .block:last-child {
  border: 0;
}
.education_3__open .name {
  width: 248px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}
.education_3__open .email {
  width: 292px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}
.education_3__open .phone {
  width: 192px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}
.education_3__open .job_title {
  width: 150px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #253045;
}
.education_3__open .delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  border: 0;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #EF574C;
}
.education_3__open .delete svg {
  margin-right: 10px;
}

.education_3_option_open {
  width: 36px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 52px;
  right: 0;
}
.education_3_option_open span {
  min-width: 8px;
  width: 8px;
  height: 8px;
  background: #A5A3BA;
  border-radius: 50%;
  display: block;
  margin: 0 2px;
}

.education_3_option_open.open + .education_3__open {
  height: auto;
}

.education_3_option_open.open span {
  background: #2461CC;
}

.job_statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.job_statistics__img {
  min-width: 143px;
  width: 143px;
  height: 143px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.job_statistics__img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.job_statistics__wrap {
  width: calc(100% - 143px);
  padding-left: 44px;
}
.job_statistics__wrap .person_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #253045;
}
.job_statistics__wrap .person_name .status .progreess {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A5A3BA;
  margin-left: 20px;
}

.job_statistics__table .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.job_statistics__table .top h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A5A3BA;
}

.job_statistics__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 40px 26px 0;
  border-bottom: 1px solid #E7E9ED;
}

.job_statistics__block:last-child {
  border-bottom: 0;
}

.main__text.advertising {
  margin-bottom: 24px;
}

.creation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.creation__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 353px;
  height: 278px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 44px 44px 40px 44px;
}
.creation__block .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 150px;
  border: 1px solid #E7E9ED;
  border-radius: 5px;
  overflow: hidden;
}
.creation__block .img2 {
  width: 100%;
  height: 150px;
  background: #F41707;
  border-radius: 5px;
  padding: 32px 32px 0px 32px;
}
.creation__block .img2 svg {
  width: 48px;
  height: 33px;
}
.creation__block .img2 svg path {
  fill: #fff;
}
.creation__block .img2 .h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 15.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-top: 35px;
}
.creation__block .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.creation__block .link .h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #253045;
  margin-right: 18px;
}
.creation__block .link a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2461CC;
  margin-right: 28px;
}
.creation__block .link a:hover {
  text-decoration: underline;
}
.creation__block .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.creation__block .colors .red, .creation__block .colors .black, .creation__block .colors .white {
  width: 75px;
  height: 75px;
  border-radius: 5px;
}
.creation__block .colors .red {
  background: #F41707;
}
.creation__block .colors .black {
  background: #253045;
}
.creation__block .colors .white {
  background: #fff;
  border: 1px solid #DADCE0;
  border-radius: 5px;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article__posts {
  width: 1080px;
}

.article__posts2 {
  width: 100%;
  margin-bottom: 20px;
}

.article__box {
  display: -webkit-box;
  display: -ms-flexbox;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    /*align-content: space-between;*/


}
.article__box1 {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*align-content: space-between;*/
}

.article__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.preview_img{
    margin-right: 10px;
}
.article__box2 .article__block {
  width: 354px;
  height: 475px;
  margin-right: 23px;
  margin-bottom: 24px;
}
.article__box2 .article__block .img {
  height: 189px;
}
.article__box2 .article__block .content {
  padding: 23px 32px 18px 28px;
}
.article__box2 .article__block .name {
  font-size: 18px;
  line-height: 22px;
}
.article__box2 .article__block .text {
  height: 160px;
}
.article__box2 .article__block:nth-child(4n) {
  margin-right: 0;
}

.article__block {
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px 20px;
  padding: 8px 8px 25px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 24px;
  cursor: pointer;
  position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;


}
.article__block .btn_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 0 5px;
  border: 0;
  position: absolute;
  top: 15px;
  right: 14px;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article__block .btn_option span {
  display: block;
  width: 6px;
  height: 6px;
  background: #2461CC;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article__block .btn_option:hover {
  background: #2461CC;
}
.article__block .btn_option:hover span {
  background: #FFFFFF;
}
.article__block .img {
  width: 100%;
  height: 287px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.article__block .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.article__block .content {
  padding: 23px 37px 0 37px;
}
.article__block .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #253045;
  margin-bottom: 13px;
  height: 24px;
  overflow: hidden;
}
.article__block .text {
  height: 128px;
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #253045;
  margin-bottom: 9px;
}
.article__block .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

    /*overflow:scroll;*/


}
/* .article__block .box .link{
    padding-left: 10px;
} */
.article__block .link {
  flex: 0 0 50%;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  text-align: center;
  color: #2461CC;
}
.article__block .link:hover {
  text-decoration: underline;
}
.article__block .date {
  flex: 0 0 50%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #A5A3BA;
  /* margin-left: 30px; */
}
.article__block .category {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #A5A3BA;
  margin-left: 32px;
}

.article__block:hover .name {
  color: #4277D4;
}

.article__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
.article__btn .btn {
  padding: 16px 58px 19px 58px;
  background: #2461CC;
  border-radius: 5px;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article__btn .btn:hover {
  background: #4277D5;
}
.article__btn .btn:focus {
  background: #184FB0;
}

.registration {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 226px;
}

.registration__wrap {
  width: 413px;
  padding: 58px 36px 68px 52px;
  background: #FFFFFF;
  border-radius: 5px;
}
.registration__wrap .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 25px;
}
.registration__wrap .input {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
.registration__wrap .input .icon {
  position: absolute;
  top: 50%;
  right: 24px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.registration__wrap .input input {
  width: 100%;
  height: 57px;
  padding: 0 23px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #A5A3BA;
  border: 1px solid #DADCE0;
  border-radius: 5px;
}
.registration__wrap .input input:focus {
  border: 1px solid #2461CC;
}
.registration__wrap .text {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #A5A3BA;
  margin-top: 26px;
  margin-bottom: 27px;
}
.registration__wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.registration__wrap .btn {
  border: 0;
  padding: 16px 40px 19px 40px;
  background: #2461CC;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-right: 24px;
}
.registration__wrap .btn:hover {
  background: #4277D5;
}
.registration__wrap .btn:focus {
  background: #184FB0;
}
.registration__wrap .forgot_pass {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2461CC;
}
.registration__wrap .forgot_pass:hover {
  color: #4277D4;
}

.person_edit {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.53);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.person_edit.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.person_edit__wrap {
  width: 740px;
  height: 100%;
  background: #FFFFFF;
  overflow-y: auto;
  position: relative;
  padding: 80px;
}
.person_edit__wrap .close {
  width: 28px;
  height: 28px;
  background: #E9EFFA;
  border-radius: 5px;
  position: absolute;
  top: 22px;
  left: 22px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.person_img__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 52px;
}
.person_img__box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.person_img {
  width: 166px;
  height: 166px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 48px;
}
.person_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.person_name {
  width: 209px;
  height: 58px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #253045;
  overflow: hidden;
  margin-bottom: 9px;
}

.person_edit_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #2461CC;
  border: 0;
  background-color: transparent;
  margin-right: 20px;
}
.person_edit_profile svg {
  margin-right: 4px;
}

.person_edit_pass {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #2461CC;
}

.person_edit__form .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #E7E9ED;
}
.person_edit__form .input h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #A5A3BA;
}
.person_edit__form .input input {
  width: 376px;
  height: 57px;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  padding: 0 23px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #253045;
}
.person_edit__form .input:last-child {
  padding-bottom: 0;
  border: 0;
}

@media screen and (max-width: 1830px) {

  .stats__container {
    order: 2;
  }

  .employees .education__box .education__aside {
    margin-bottom: 50px;
    width: 1000px;
  }

    .article__box {
        display: flex;
    }
    .education__btns {
    margin-bottom: 23px;
  }
  .employees__from .input {
    width: 48%;
  }
  .employees__from .input.email, .employees__from .input.phone {
    width: 48%;
  }
  .employees__from .btn {
    width: 48%;
    margin-top: 44px;
  }
  .employees__from .wrap {
    padding: 26px 32px 32px 32px;
  }
  .main__aside {
    width: 252px;
    padding: 22px 7px 22px 8px;
  }
  .main__aside .item {
    font-size: 16px;
  }
  .header__logo {
    width: 252px;
  }
  .container {
      margin-left: 50px;
    max-width: 1200px;
  }
  .header__search {
    width: 370px;
  }
  .main__text {
    padding: 19px 45px 22px 32px;
    margin-bottom: 42px;
  }
  .news__item .content {
    padding-left: 32px;
  }
  .news__item .text {
    height: 80px;
    overflow: hidden;
    line-height: 150%;
  }
  .news__item {
    padding-right: 54px;
  }
  .creation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .creation__block {
    width: 430px;
    height: 310px;
    margin-bottom: 24px;
    padding: 32px 32px 27px 32px;
  }
  .creation__block .img {
    height: 205px;
  }
  .creation__block .img2 {
    height: 205px;
  }
  .creation__block .img2 .h6 {
    margin-top: 54px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 26.5px;
  }
  .creation__block .colors .red, .creation__block .colors .black, .creation__block .colors .white {
    width: 106px;
    height: 106px;
  }
  .article__posts {
    width: 583px;
  }
  .stats .education__box .education__aside {
    margin: 0 auto;
  }

  .stats .education__box .education__aside {
    max-width: 1109px;
    width: 1000px;
    order: 1;
    padding-top: 0;
    padding-bottom: 53px;
  }
  .education__aside ul {
    display: flex;
    flex-wrap: wrap;
  }

  .education__aside ul li {
    /*flex: 0 0 100%;*/
    flex: 0 0 33.33%;
  }
  .education__aside .wrap {
    padding: 34px 12px 23px 12px;
  }
  .article__block {
    flex: 0 0 calc(100% - 20px);
  }
  .article__block .text {
    height: 96px;
  }
  .document__block {
    width: 100%;
  }
  .education__wrap {
    width: 1000px;
    order: 2;
  }
  .education__aside .ul .item {
    font-size: 16px;
    line-height: 19px;
  }
  .education__aside .sub .link {
    font-size: 16px;
    line-height: 19px;
  }
  .education__wrap_block {
    padding: 32px;
  }
  .education__wrap .img {
    height: 350px;
    width: 100%;
    margin-bottom: 24px;
  }
  .education__wrap .img_galery .img {
    height: 142px;
    margin-bottom: 24px;
  }
  .employees__table {
    overflow-x: scroll;
  }
  .employees__table .top_wrap, .employees__block {
    min-width: 850px;
  }
  .employees__block {
    padding: 23px 0 23px 0;
  }
  .employees__table .name_wrap {
    width: 192px;
  }
  .employees__table .name_wrap .name {
    font-size: 14px;
    line-height: 17px;
  }
  .employees__table .name_wrap {
    margin-right: 44px;
  }
  .employees__table .top_wrap h5 {
    font-size: 14px;
    line-height: 17px;
  }
  .employees__table .email_wrap {
    min-width: 182px;
    margin-right: 43px;
  }
  .employees__table .email_wrap .email {
    font-size: 14px;
    line-height: 17px;
  }
  .employees__table .phone_wrap {
    width: 95px;
    margin-right: 43px;
  }
  .employees__table .phone_wrap .phone {
    font-size: 14px;
    line-height: 17px;
  }
  .employees__table .date_wrap {
    width: 100px;
    margin-right: 43px;
  }
  .employees__table .date_wrap .date {
    font-size: 14px;
    line-height: 17px;
  }
  .employees__table .job_title_wrap {
    width: 100px;
  }
  .employees__table .job_title_wrap .job_title {
    font-size: 14px;
    line-height: 17px;
  }
  .employees__table .name_wrap .user_img {
    margin-right: 12px;
  }
  .education_3_table {
    overflow-x: scroll;
  }
  .education_3_table .top_wrap {
    min-width: 1019px;
  }
  .education_3__wrap {
    min-width: 1019px;
  }
  .education_3__block {
    padding: 26px 0 28px 0;
  }
  .job_statistics__img {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }
  .job_statistics__wrap {
    width: calc(100% - 80px);
    padding-left: 32px;
  }
  .job_statistics__wrap .person_name {
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 22px;
  }
  .job_statistics__table .top h5 {
    font-size: 14px;
    line-height: 17px;
  }
  .job_statistics__block {
    padding: 25px 0 27px 0;
  }
  .job_statistics__block .courses {
      width: 150px;
      overflow: hidden;
    font-size: 14px;
    line-height: 150%;
  }
}
.header__burgir {
  display: none;
}

@media screen and (max-width: 1400px) {
  .education__box .stats__container {
    max-width: 760px;
    width: 760px;
  }

  .stats .education__box .education__aside {
    max-width: 760px;
    width: 760px;
  }
}

@media screen and (max-width: 1250px) {



  .header__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 20px;
  }
  .main__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 20px;
  }
  .admin_page {
    width: 583px;
  }
  .admin_page__wrap .input_box .input {
    width: 100%;
    margin-right: 0;
  }
    .profile_mobile{
        display: none;
    }
    .profile_mobile1{
        display: none;
    }
}
@media screen and (max-width: 1119px) {
    .profile_mobile{

        display: block;
    }
    .profile_mobile1{
        display: block;
    }
  .header__burgir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30px;
    height: 30px;
    margin-left: auto;
    background-color: transparent;
    border: 0;
    position: relative;
  }
  .header__burgir span {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #253045;
    margin: 1.5px 0;
  }
  .header__burgir.open span:nth-child(2) {
    opacity: 0;
  }
  .header__burgir.open span:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__burgir.open span:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .education__aside {
    padding-top: 0;
  }
  .main__aside {
    position: fixed;
    top: 99px;
    left: 0;
    width: 100%;
    height: 0;
    min-height: auto;
    z-index: 9;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main__aside .item::after {
    width: 100%;
  }
  .main__aside .ul {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    position: static;
    top: 0;
    padding: 24px 0;
  }
  .main__aside.open {
    overflow-y: auto;
    height: calc(100vh - 99px);
  }
  .container {
    max-width: 690px;
    margin: 0 auto;
  }
  .header .container {
    max-width: auto;
    margin: 0;
  }
  .header__box {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main__box {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__logo {
    min-width: 133px;
    width: 133px;
    height: 32px;
    border: 0;
  }
  .header__logo img {
    width: 100%;
  }
  .header__user {
    display: none;
  }
  .header__right {
    width: 100%;
    padding-left: 37px;
  }
  .header__admin, .header__partner, .header__super_admin {
    margin-right: 37px;
  }
  .header__search {
    width: 303px;
  }
  .creation__block {
    width: 333px;
    height: 256px;
  }
  .creation__block .img {
    height: 150px;
  }
  .creation__block .img2 {
    height: 150px;
  }
  .creation__block .img2 .h6 {
    margin-top: 44px;
    font-size: 11px;
  }
  .creation__block .colors .red, .creation__block .colors .black, .creation__block .colors .white {
    width: 78px;
    height: 78px;
  }
  .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .education__aside {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 42px;
  }
  .education__aside .wrap {
    background-color: transparent;
    padding: 0;
  }
  .education__aside .ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    padding: 0 32px;
    overflow: hidden;
  }
  .education__aside .ul .li {
    width: 33.333%;
  }
  .education__aside .item::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #E7E9ED;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .education__aside .sub {
    background: unset;
    align-items: center;
  }

  .education__aside .sub > li {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .education__aside .sub .link::before {
    left: 0;
    top: 15px;
  }

  .education__aside .sub .link {
    margin: 0;
    padding: 10px 20px;
  }
  .education__aside .ul .item {
    width: 100%;
    /* height: 100%; */
    padding: 24px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .education .education__aside .ul .li {
    width: 50%;
  }
  .education .education__aside .ul .li .item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 32px;
  }
  .education .education__aside .ul .li .item::after {
    display: none;
  }
  .article__posts {
    width: 100%;
  }
  /* .article__block .img {
    height: 380px;
  } */
  .education__aside .ul .item::after {
    height: 35px;
    width: 1px;
    bottom: auto;
    left: auto;
    top: 18px;
    right: 0;
    opacity: 1 !important;
  }
  .education__aside .ul .li:nth-child(3n) .item::after {
    display: none;
  }
  .education__aside .ul .item.active {
    background-color: transparent;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .education__aside .title {
    padding-left: 0;
  }
  .document__block .text {
    font-size: 16px;
    line-height: 150%;
  }
  /* .education__aside .sub {
    display: none;
  } */
  .education__wrap {
    margin-right: 0;
    width: 100%;
  }
  .education__wrap .img {
    position: relative;
    height: 350px;
    margin-bottom: 30px;
  }
  .education__wrap .img_galery .img {
    height: 171px;
    margin-bottom: 30px;
  }
  .employees__table {
    width: calc(100% + 30px);
  }

}
@media screen and (max-width: 767px) {
.notifications a i{
  font-size: 20px !important;
  margin: 0 !important;
}
.notifications a .counter {
  font-size: 10px !important;
  right: -11px !important;
}
.job_statistics__table .tests{
  padding: 14px 19px 16px 19px;
}
.notifications__text{
    font-size: 12px!important;
}
  .article__box2 .article__block {
    margin-right: 0;
  }
  .admin_page {
    width: 100%;
  }
  .admin_page__wrap {
    padding: 41px 15px 44px 15px;
  }
  .admin_page__wrap .input {
    margin-bottom: 18px;
  }
  .admin_page__wrap .input_file {
    width: 100%;
    margin-bottom: 18px;
    margin-right: 0 !important;
  }
  .admin_page__wrap .input_file .file {
    width: 100%;
    height: 158px;
  }
  .admin_page__wrap .input_file .file_btn {
    width: 100%;
    padding: 17px;
    padding-bottom: 0;
  }
  .admin_page__wrap .input_file .file_btn span {
    width: 100%;
    height: 158px;
  }
  .container {
    padding: 0 15px;
  }
  .main__content {
    width: 100%;
  }
  .header {
    height: 55px;
    padding: 0 15px;
  }
  .header .container {
    padding: 0;
  }
  .header__search {
    display: none;
  }
    .header__search.eployees{
        display: block;
        width: 170px;
    }
.testik{
    display: none;
}
  .header__logo {
    width: 107px;
    height: 26px;
  }
  .header__right {
    padding-left: 19px;
  }
  .header__admin, .header__partner, .header__super_admin {
    margin-right: 0;
  }
  .main {
    padding-top: 55px;
  }
  .main__content {
    padding-top: 32px;
  }
  .main__title {
    margin-bottom: 14px;
  }
  .main__title .h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .main__title .edit {
    display: none;
  }
  .main__text {
    padding: 27px 20px;
    margin-bottom: 36px;
  }
  .title_h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .news__wrap {
    width: calc(100% + 15px);
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news__item {
    min-width: 250px;
    width: 250px;
    height: 590px;
    margin-right: 12px;
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
      flex-wrap: wrap;

  }
  .news__item .img {
    min-height: 234px;
    height: 234px;
    width: 100%;
  }
  .news__item .content {
    width: 100%;
    padding: 24px 12px;
  }
  .news__item .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .news__item .text {
    font-size: 16px;
    line-height: 175%;
    height: 224px;
    margin-bottom: 12px;
  }
  .news__item .link {
    font-size: 14px;
    line-height: 175%;
    margin-right: 20px;
  }
  .news__item .date {
    font-size: 14px;
    line-height: 175%;
  }
  /*.news__btn {*/
  /*  display: none;*/
  /*}*/
  .news__item .option {
    top: 16px;
    right: auto;
    left: 16px;
    z-index: 1;
  }
  .news__item .option .btn {
    width: 40px;
    height: 16px;
    padding: 4px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FFFFFF;
    border-radius: 18px;
  }
  .news__item .option .btn span {
    width: 8px;
    height: 8px;
    background: #2461CC;
    margin: 0;
  }
  .creation__block {
    width: 100%;
    height: 244px;
    margin-bottom: 12px;
  }
  .creation__block .img {
    height: 140px;
  }
  .creation__block .img2 {
    height: 140px;
  }
  .creation__block .img2 .h6 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 14.9px;
    margin-top: 30px;
  }
  .creation__block .link .h5 {
    font-size: 16px;
    line-height: 19px;
    margin-right: 22px;
  }
  .creation__block .link a {
    font-size: 16px;
    line-height: 19px;
    margin-right: 22px;
  }
  .creation__block .colors .red, .creation__block .colors .black, .creation__block .colors .white {
    width: 75px;
    height: 75px;
  }
  .education__aside .ul {
      display: block;
  }
  .education__aside .ul .li {
    width: 100%;
  }
  .education__aside .item::after {
    display: none;
  }
  .education__aside .ul {
    padding: 0 20px;
  }
  .education__aside .ul .item {
    padding: 24px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
    line-height: 150%;
  }
  .education__aside .ul .item.active {
    width: calc(100% + 40px);
    margin-left: -20px;
    background: #E9EFFA;
    border-radius: 5px;
    padding: 24px 20px;
  }
  .education__aside .item.active::before {
    display: none;
  }
  .article__block {
    height: auto;
    margin-bottom: 12px;
  }
  /* .article__block .img {
    height: 153px;
  } */
  .article__block .img img {
    width: 100%;
    height: 100%;
  }
  .article__block .content {
    padding: 23px 12px;
  }
  .article__block .name {
    font-size: 16px;
    line-height: 22px;
  }
  .article__block .text {
    margin-bottom: 12px;
  }
  .article__block .box {
    flex-wrap: wrap;
  }
  .article__block .link {
    font-size: 14px;
    line-height: 175%;
    text-align: start;
    margin-bottom: 10px;
  }
  .article__block .date {
    font-size: 14px;
    line-height: 175%;
    margin-left: 0;
  }
  .document__wrap {
    padding: 0;
    background-color: transparent;
  }
  .document__block {
    margin-bottom: 23px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .document__block .icon {
    min-width: 38px;
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 0;
    margin-right: 11px;
  }
  .document__block .icon svg {
    width: 12px;
    height: 17px;
  }
  .document__block .text {
    font-size: 14px;
    line-height: 136.5%;
  }
  .document__block:last-child {
    margin-bottom: 0;
  }
  .document {
    padding-bottom: 0;
  }
  .education .education__aside .ul .li {
    width: 100%;
  }
  .education__wrap_block {
    padding: 8px;
  }
  .education__wrap_block .title, .education__wrap_block .text {
    padding: 0 12px;
  }
  .employees .education__wrap_block {
    padding: 26px 20px;
  }
  .employees .education__wrap_block .title, .employees .education__wrap_block .text {
    padding: 0;
  }
  /*.employees .education__wrap_block.table_person {*/
  /*  padding: 0;*/
  /*}*/
  .education__wrap .img {
    height: 184px;
    margin-bottom: 36px;
  }
  .education__wrap .img img {
    width: 100%;
    height: 100%;
  }
  .education__wrap .img_galery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .education__wrap .img_galery .img {
    width: 100%;
    height: 184px;
    margin-bottom: 20px;
  }
  .employees__from .input {
    width: 100%;
    margin-bottom: 25px;
  }
  .employees__from .input.email, .employees__from .input.phone {
    width: 100%;
    margin-bottom: 25px;
  }
  .employees__from .btn {
    margin-top: 5px;
    width: 100%;
  }
  .employees__from .wrap {
    padding: 40px 20px 44px 20px;
  }
  .employees__table {
    background-color: #fff;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 14px;
  }
  .education_3_table {
    background-color: #fff;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 14px;
  }
  .employees__block {
    padding: 15px 20px;
  }
  .employees__table .top_wrap {
    padding: 0 20px;
  }
  .employees__table .top_wrap, .employees__block {
    min-width: 890px;
  }
  .job_statistics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job_statistics__img {
    width: 100%;
    height: 272px;
  }
  .job_statistics__wrap {
    width: calc(100% + 16px);
    padding: 0;
    margin-left: -8px;
    padding: 24px 0 10px 0;
  }
  .education__wrap_block.person_data {
    padding: 8px;
  }
  .job_statistics__wrap .person_name {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 28px;
  }
  .job_statistics__wrap .person_name .status {
    margin-left: 0;
    margin-top: 7px;
  }
  .job_statistics__table .top {
    padding: 15px 19px 17px 19px;
    background: #F6F9FD;
    border-top: 1px solid #E7E9ED;
    border-bottom: 1px solid #E7E9ED;
  }
  .job_statistics__block {
    padding: 14px 19px 16px 19px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .job_statistics__block .status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .job_statistics__block .courses {
    width: 148px;
  }
  .education_3_table .top_wrap {
    padding: 0 20px;
  }
  .education_3__block {
    padding: 15px 19px;
  }
  .main__aside {
    top: 55px;
  }
  .main__aside.open {
    height: calc(100vh - 55px);
  }

  .add_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    border: 0;
    background-color: transparent;
    color: #2461CC;
    margin-bottom: 23px;
  }
  .add_news svg {
    margin-right: 7px;
  }
  .education__btns {
    margin-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 12px;
  }
  .education__btns .btn_edit {
    margin-bottom: 12px;
  }
  .main__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main__title .edit {
    margin-left: 0;
    margin-top: 9px;
  }
  .employees .main__title .edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .registration {
    padding-top: 0;
    border-top: 1px solid #E7E9ED;
  }
  .registration__wrap {
    min-height: calc(100vh - 55px);
    padding: 80px 20px;
  }
  .registration__wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .registration__wrap .btn {
    width: 100%;
    margin-bottom: 22px;
    margin-right: 0;
  }
  .person_edit__wrap {
    padding: 90px 15px 30px 15px;
  }
  .person_img__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .person_img {
    width: 100px;
    height: 100px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .person_name {
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 18px;
    line-height: 129.3%;
    color: #253045;
    text-align: center;
    margin-bottom: 3px;
  }
  .person_edit__form .input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .person_edit__form .input h6 {
    margin-bottom: 4px;
  }
  .person_edit__form .input input {
    width: 100%;
  }
  .person_img__box .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .person_edit_profile {
    margin-right: 0;
  }
}





/*new css*/
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

*:focus {
    outline: none;
    border: 2px solid #E5C4A6;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    height: 100%;
    line-height: 1;
    font-size: 16px;
    color: #000;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
}

body {
    background-color: #F4F6F9;
}

.quiz {
    padding-top: 43px;
}
.quiz__container {
    max-width: 1109px;
    margin: 0 auto;
}
.quiz__title {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #253045;
    margin-bottom: 25px;
}
.quiz__content {
    padding: 32px 60px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.quiz__progress {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 7px;
    color: #A5A3BA;
}
.quiz__answer {
    display: flex;
    align-items: center;
}
.quiz__answer_left {
    flex: 1 1 auto;
}
.quiz__answer_left input {
    display: none;
}
.quiz__answer_left label {
    position: relative;
    display: block;
    padding-left: 40px;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    cursor: pointer;
    color: #253045;
}
.quiz__answer_left label:not(:last-child) {
    margin-bottom: 10px;
}
.quiz__answer_left label::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 2px solid #aaabaf;
    border-radius: 100%;
}
.quiz__answer_left label::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    border: 2px solid #2461CC;
    border-radius: 100%;
    background: url(/images/input-checked.svg) no-repeat 50% 50%;
}
.quiz__answer_right {
    position: relative;
    flex: 0 0 50%;
    overflow: hidden;
    border-radius: 5px;
    min-height: 310px;
}
.quiz__answer_right img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.quiz__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 57px;
    margin-top: 80px;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    background-color: #2461CC;
    border-radius: 5px;
    cursor: pointer;
    color: #FFFFFF;
}

.quiz-question {
    display: flex;
    margin-bottom: 30px;
}
.quiz-question__number {
    margin-right: 24px;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #253045;
}
.quiz-question__text {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #253045;
}

.quiz__answer_left input:checked + label::after {
    opacity: 1;
}

.quiz__answer_left input:checked + label {
    color: #2461CC;
}

.stats {
    padding-top: 43px;
}

.addDisciplineForm{
display: none;
}
.addDisciplineForm.active{
    display: block!important;
}


.addDirectionForm{
    display: none;
}
.addDirectionForm.active{
    display: block!important;
}

.stats__container {
    flex: 0 0 calc(100% - 30px);
    /*max-width: 1109px;*/
    /*margin: 0 auto;*/
    /*width: 1000px;*/
    margin: 0 15px;
    padding: 30px;
    order: 2;
    background: #ffffff;
}
.stats__container1 {
    flex: 0 0 calc(100% - 30px);
    padding: 30px;
    order: 2;
    margin: 0 15px;
    /*max-width: 1200px;*/
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    overflow-x: auto;
    background: #ffffff;
}
.vertical-td{
    writing-mode: vertical-rl;

}
.stats__title {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #253045;
    margin-bottom: 25px;
}

.stats-mobile {
    display: none;
}

.stats-content {
    min-height: 736px;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.stats-content__item {
    flex: 0 0 calc(33.33% - 30px);
}
.stats-content__title {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #253045;
    margin-bottom: 22px;
}
.stats-content__progress {
    display: flex;
    flex-wrap: wrap;
}
.stats-content__link:not(:last-child) {
    margin-bottom: 20px;
}

.stats-links {
    overflow-y: auto;
    max-height: 500px;
}
.stats-links::-webkit-scrollbar {
    width: 4px;
}
.stats-links::-webkit-scrollbar-track {
    background: #E9EFFA;
}
.stats-links::-webkit-scrollbar-thumb {
    background: #2461CC;
    border-radius: 8px;
}

.progress-number {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 3px;
}
.progress-number_left {
    margin-right: 5px;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #253045;
}
.progress-number_right {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #253045;
}

.progress-bar {
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    height: 8px;
    border-radius: 8px;
    background: #E9EFFA;
}
.progress-bar__scale {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #528ADE;
    border-radius: 8px;
}
.progress-bar__scale.inprogress {
    background: #87CF92;
}

.progress-icon {
    flex: 0 0 16px;
}
.progress-icon .icon-inprogress {
    display: none;
}
.progress-icon .icon-complete {
    display: none;
}
.progress-icon .icon-none {
    display: block;
}

.link-title {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #253045;
}

.link-status {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #A5A3BA;
}

.stats-content__item:nth-of-type(2) {
    position: relative;
}
.stats-content__item:nth-of-type(2)::before {
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 45px;
    left: -25px;
    background: #E9EFFA;
    border-radius: 8px;
}
.stats-content__item:nth-of-type(2)::after {
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 45px;
    right: -25px;
    background: #E9EFFA;
    border-radius: 8px;
}

#courses .progress-bar__scale {
    width: 0%;
}

#news .progress-bar__scale {
    width: 0%;
}

#tests .progress-bar__scale {
    width: 0%;
}

@media (max-width: 1200px) {
  .stats .education__box .stats__container {
    max-width: 970px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .education__aside {
    max-width: 970px;
    width: 100%;
    padding: 0 15px 50px;
    margin: 0 auto;
  }

    .stats__container {
        max-width: 583px;
    }
    .stats-content {
        padding: 26px 10px;
    }
    .quiz__content {
        padding: 26px 10px;
    }
    .quiz__container {
        max-width: 583px;
    }
    .stats-content__item {
        flex: 0 0 calc(33.33% - 10px);
    }
    .stats-content__item:nth-last-of-type(2)::before {
        left: -5px !important;
    }
    .stats-content__item:nth-last-of-type(2)::after {
        right: -5px !important;
    }
}

@media (max-width: 992px) {
  .stats-mobile {
    display: flex;
    justify-content: space-between;
}

.stats-date input{
    width: 150px;
}
.stats-mobile__item {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #253045;
}
.stats-mobile__item:nth-of-type(2) {
    text-align: center;
}
.stats-mobile__item:last-child {
    text-align: end;
}
.stats-mobile__line {
    height: 1px;
    width: 100%;
    border-radius: 8px;
    background-color: #E9EFFA;
    margin: 8px 0 15px;
}
.stats-content__item {
    flex: 0 0 100%;
    /*display: none;*/
    overflow-x: auto;
}

.stats-content__item:nth-of-type(2)::before, .stats-content__item:nth-of-type(2)::after {
    display: none;
}
.stats-content__item.show {
    display: block;
}
.stats-mobile__item.show {
    position: relative;
    color: #2461CC;
}
.stats-mobile__item.show::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #2461CC;
}
}
@media (max-width: 576px) {
  .notifications {
    margin-left: 0 !important;
  }
  .header__admin, .header__partner, .header__super_admin {
    padding: 4px 15px 7px 15px;
    text-align: center;
    margin-right: 10px;
  }
    .quiz__answer {
        flex-wrap: wrap;
    }
    .quiz__answer_left {
        order: 1;
        flex: 0 0 100%;
    }
    .quiz__answer_right {
        order: 0;
        flex: 0 0 100%;
        margin-bottom: 25px;
    }
    .quiz__answer_right img {
        left: 50%;
        transform: translateX(-50%);
        right: unset;
    }
    .quiz__button {
        width: 100%;
        margin-top: 20px;
    }
}

*:focus {
    outline: none;
    border: 2px solid #E5C4A6;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    height: 100%;
    line-height: 1;
    font-size: 16px;
    color: #000;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
}

body {
    background-color: #F4F6F9;
}

.star {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 192px;
}
.star-item {
    cursor: pointer;
}
.star-item svg path {
    fill: transparent;
    transition: all 0.3s ease;
}
.star-item:hover ~ .star-item svg path, .star-item:hover svg path {
    fill: #F2C94C;
    stroke: #F2C94C;
}

.star[data-star="1"] .star-item:last-child svg path {
    fill: #F2C94C;
    stroke: #F2C94C;
}

.star[data-star="2"] .star-item:nth-of-type(n + 4) svg path {
    fill: #F2C94C;
    stroke: #F2C94C;
}

.star[data-star="3"] .star-item:nth-of-type(n + 3) svg path {
    fill: #F2C94C;
    stroke: #F2C94C;
}

.star[data-star="4"] .star-item:nth-of-type(n + 2) svg path {
    fill: #F2C94C;
    stroke: #F2C94C;
}

.star[data-star="5"] .star-item svg path {
    fill: #F2C94C;
    stroke: #F2C94C;
}
/* Стили таблицы (IKSWEB) */
table.iksweb{text-decoration: none;border-collapse:collapse;width:100%;text-align:center;}
table.iksweb th{font-weight:normal;font-size:14px; color: #de1313;background-color:#354251;}
table.iksweb td{font-size:18px;color:#354251;}
table.iksweb td,table.iksweb th{white-space:pre-wrap;padding:10px 5px;line-height:18px;vertical-align: middle;border: 1px solid #354251;}
table.iksweb tr.first{background-color: #e3f1ff
}
table.iksweb tr:hover{background-color:#f9fafb}
table.iksweb tr:hover td{color:#354251;cursor:default;}
.stats-date{
    width: 120px;
}
.stats-dateinput{
    margin-top: 10px;
}
.stats-theme{
    width: 180px;
}

.editDirectionForm{
    display: none;
}

.editDirectionForm.active{
    display: block;
}

.editDisciplineForm{
    display: none;
}

.editDisciplineForm.active{
    display: block;
}


a.link1{
    color: #3079fa;
    /*text-decoration: underline;*/

}
a.link1:visited {
    text-decoration: underline;

    color: #7116e1; /* Цвет посещенной ссылки */
}
a.link1:hover {
    text-decoration: underline;
    color: #2461cb; /* Цвет ссылки при наведении на нее курсора мыши */
}

.editable:empty:before {
    content: attr(data-placeholder);
}


# sourceMappingURL=style.css.map
