.education-body {
  padding-top: 0 !important;
}

.education-header {
  background: #202C38;
}

.education-logo {
  width: 42px;
  height: 42px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 37px;
}

.education-header__row {
  height: 80px;
  padding: 0 50px;
  display: flex;
  align-items: center;
}

.education-header__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.education-header__title span {
  display: inline-block;
  position: relative;
}

/*.education-header__title span:after {*/
  /*content: "";*/
  /*display: block;*/
  /*position: absolute;*/
  /*width: 16px;*/
  /*height: 9px;*/
  /*background: url(../images/down2.svg) no-repeat;*/
  /*right: -28px;*/
  /*top: 50%;*/
  /*margin-top: -4.5px;*/
/*}*/

.education-header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.education-header__search-input {
  height: 42px;
  border-radius: 6px;
  padding: 0 19px;
  font-family: HelveticaNeueCyr;
}

.education-header__logout {
  margin-left: 100px;
}

.education-header__logout a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.logout-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff url(/local/templates/tefia_opt/images/profile-icon5.svg) no-repeat center;
  margin-left: 13px;
}

.education-header__score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  align-items: center;
  font-size: 17px;
  margin-left: 30px;
  margin-top: 5px;
}

.score-icon {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff url(../images/i.svg) no-repeat center;
}

.education-header__user-photo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}

.education-header__user-photo img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: cover;
}

.education-header__user {
  color: #fff;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 35px;
  margin-top: 5px;
}

.education-page {
  background: #F8F8F9;
  padding-left: 60px;
}

.education-content {
  background: #fff;
  flex: 1;
  padding: 55px 40px 40px 60px;
  position: relative;
}

.education-sidebar__hide {
  display: block;
  position: absolute;
  width: 17px;
  height: 68px;
  background: #EBEBEB url(../images/arrow5.svg) no-repeat center;
  border-radius: 8.5px;
  left: -8.5px;
  top: 50%;
  transform: rotate(180deg);
  transition: none;
}

.education-sidebar__hide.active {
  transform: rotate(0);
}

.education-row {
  display: flex;
}

.education-sidebar {
  width: calc(28.05% - 60px);
  padding: 55px 40px 40px 30px;
  position: relative;
  transition: width ease .3s;
}

.education-sidebar.education-sidebar-hide {
  width: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.education-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.education-menu > li {
  margin-bottom: 15px;
}

.education-menu > li > .item-text > a,
.education-menu > li > a {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.education-menu > li > .item-text > a:before,
.education-menu > li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 16px;
  left: -20px;
  background: url(../images/arrow5.svg) no-repeat center;
  top: 50%;
  margin-top: -8px;
}

.education-menu > li > .item-text > a.active:before,
.education-menu > li > a.active:before {
  transform: rotate(90deg);
}
.education-menu > li > .item-text > a:hover,
.education-menu > li > a:hover{
  color: black;
}
.education-menu > li > .item-text > a.chapter-selected,
.education-menu > li > a.chapter-selected {
  color: black;
  font-weight: 900;
  text-decoration: underline;
}

.education-submenu {
  padding: 15px 0 0 20px;
  list-style: disc;
  display: none;
}

.education-submenu li a {
  font-size: 18px;
  color: #343434;
}

.education-breadcrumbs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 33px;
}

.education-breadcrumbs li {
  color: #959595;
  font-size: 17px;
  font-weight: 500;
  margin-right: 8px;
}

.education-breadcrumbs li a {
  color: #959595;
}

.education-title {
  display: flex;
  padding-bottom: 37px;
  border-bottom: 1px solid #202C38;
  margin-bottom: 60px;
}

.education-title h3 {
  margin: 0;
  font-size: 39px;
  font-weight: 700;
  color: #000;
  line-height: 120%;
}

.education-info {
  margin-left: auto;
  text-align: right;
}

.education-info__views {
  font-size: 15px;
  font-weight: 500;
  color: #959595;
  margin-bottom: 5px;
}

.education-info__changes {
  font-size: 15px;
  color: #343434;
  font-weight: 500;
}

.education-info__changes span {
  color: #959595;
}

.education-content__row {
  display: flex;
  align-items: flex-start;
}

.education-text {
  flex: 1;
  background: #F8F8F9;
  padding: 20px;
  border-radius: 6px;
}
.education-text iframe{
  max-width: 100%;
}

.education-text p, .education-text ul, .education-text li {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.education-text h4 {
  margin: 0;
  line-height: 120%;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  font-family: HelveticaNeueCyr;
}

.education-text ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}

.education-col {
  background: #F8F8F9;
  padding: 20px;
  border-radius: 6px;
  min-width: 208px;
  margin-left: 16px;
}

.education-btns {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  padding-top: 37px;
  border-top: 1px solid #202C38;
  gap: 15px;
}

.education-btns .button1 {
  width: auto;
  padding: 11px 38px;
  border-radius: 25px;
  height: auto;
  min-height: 50px;
  line-height: 24px;
  overflow: auto;

  display: flex;
  justify-content: center;
  align-items: center;
}

.education-menu-btn {
  display: none;
  width: 28px;
  height: 22px;
  position: relative;
  z-index: 11;
}

.education-menu-btn span {
  display: block;
  height: 2px;
  width: 28px;
  position: relative;
  background: #fff;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  transition: all ease .3s;
  border-radius: 2px;
}

.education-menu-btn span:before,
.education-menu-btn span:after {
  content: " ";
  display: block;
  height: 2px;
  width: 34px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  right: 0;
}

.education-menu-btn span:before {
  top: -10px;
  transition-property: top, transform;
  transition-duration: 0.2s;
}

.education-menu-btn span:after {
  bottom: -10px;
  transition-property: bottom, transform;
  transition-duration: 0.2s;
}

.education-menu-btn.active span {
  background: transparent;
}

.education-menu-btn.active span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.education-menu-btn.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.education-lesson {
  margin: -40px 0 30px;
  font-size: 18px;
  color: #343434;
}

.lesson-video {
  padding-right: 20px;
  margin-top: 30px;
}

.lesson-video video {
  width: 100%;
  height: auto;
}

.education-test__title h3,
.education-test__title {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px 0;
  line-height: 18px;
  padding: 0;
  border: none;
}
.education-test__title .education-info{
  display: none;
  visibility: hidden;
  opacity: 0;
}

.education-test__control {
  background: #202C38;
  padding: 16px 19px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}

.education-test__control-col {
  display: flex;
  align-items: center;
}

.education-test__control-col span {
  color: #fff;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 500;
}

.education-test__control-col:last-child span {
  margin: 0;
}

.education-test__pages {
  display: flex;
}

.education-test__pages a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0 9px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  margin-right: 8px;
  font-weight: 500;
}
.education-test__pages a.selected{
  background: #36485c;
  font-weight: bolder;
}

.education-test__pages a.education-test__pages-next {
  padding: 0 4px;
}

.icon-arrow6 {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/arrow6.svg) no-repeat center;
}

.education-test__time {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0 9px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  margin-right: 8px;
  font-weight: 500;
}

.education-test {
  border: 1px solid #C8C8C8;
}

.education-test__desc {
  padding: 24px 20px;
}

.education-test__question {
  font-size: 14px;
  color: #343434;
  margin-bottom: 20px;
}

.education-test__answer span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #343434;
  margin-bottom: 10px;
}

.education-test__answer-variant {
  margin-bottom: 15px;
}

.education-test__answer-variant .checkbox label {
  display: flex;
  align-items: center;
  padding: 0;
}

.education-test__answer-variant .checkbox label span {
  min-width: 19px;
  height: 19px;
  border-radius: 4px;
  margin: 0 10px 0 0;
}

.education-test__answer-variant .checkbox label span:before {
  background-size: 13px !important;
  width: 17px !important;
  height: 17px !important;
}

.education-test__answer-btns {
  display: flex;
  gap: 23px;
  margin: 24px 0 18px;
}

.education-test__answer-btns .button1 {
  height: 35px;
  line-height: 35px;
  border-radius: 17.5px;
  width: auto;
  padding: 0 22px;
}

.education-test__answer-percent {
  color: #343434;
  font-size: 16px;
  font-weight: 500;
}

.education-test__control-right {
  display: flex;
}

.education-test__control-right .education-test__control-col:last-child {
  margin-left: 120px;
}

@media (max-width: 1450px) {
  .education-test__control-right .education-test__control-col {
    align-items: center;
  }
  .education-test__control-right .education-test__control-col:last-child {
    margin-left: 30px;
  }
  .education-test__pages {
    flex-wrap: wrap;
  }
  .education-test__pages a {
    margin-bottom: 10px;
  }
  .education-test__control-col {
    align-items: flex-start;
  }
  .education-test__control-col span {
    margin-top: 2px;
  }
}

@media (max-width: 1300px) {
  .education-test__control {
    flex-direction: column;
  }
  .education-test__control-right {
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
  .education-header__logout {
    margin-left: 35px;
  }
  .education-header__title {
    font-size: 18px;
  }
  .education-page {
    padding-left: 15px;
  }
}

@media (max-width: 1023px) {
  .education-header__right {
    position: absolute;
    height: calc(100vh - 80px);
    background: #202C38;
    flex-direction: column;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 100;
    border-top: 1px solid #fff;
    padding: 40px;
    transition: all ease .3s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
  }
  .education-header__right.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .education-header__user {
    margin: 0 0 30px;
  }
  .education-header__search {
    margin-bottom: 30px;
  }
  .education-header__score {
    margin: 0 0 30px;
  }
  .education-header__logout {
    margin: 0;
  }
  .education-menu-btn {
    display: block;
    margin-left: auto;
  }
  .education-content__row {
    /*flex-direction: column;*/
  }
  .education-col {
    margin: 16px 0 0;
    display: flex;
    justify-content: center;
  }
  .education-content {
    padding: 40px;
  }
  .education-sidebar {
    padding: 40px;
  }
  .lesson-video {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .education-row {
    flex-direction: column;
  }
  .education-sidebar {
    width: 100%;
  }
  .education-sidebar__hide {
    display: none;
  }
  .education-page {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .education-title {
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .education-info {
    margin: 20px 0 0;
    text-align: left;
  }
  .education-content {
    padding: 20px;
  }
  .education-header__row {
    padding: 0 15px;
  }
  .education-logo {
    margin-right: 15px;
  }
  .education-btns {
    flex-direction: column;
    align-items: center;
  }
  .education-btns .button1 {
    width: 300px;
  }
  .education-test__control-right {
    flex-direction: column;
  }
  .education-test__control-right .education-test__control-col:last-child {
    margin: 15px 0 0;
  }
  .education-test__answer-btns {
    gap: 10px;
  }
}
/*# sourceMappingURL=education.css.map */