.uk-offcanvas-page {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}


.holder {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: 99;
}

.preloader {
  position: absolute;
  width: 5%;
  height: 0%;
  padding-bottom: 5%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
  .preloader {
    width: 15%;
    padding-bottom: 15%;
  }
}

.preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  animation: animatePreloader 1s infinite linear;
  transform-origin: 50% 100%;
}

.preloader div:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  border: 3px solid #4d4d4d;
  border-radius: 50%;
  box-sizing: border-box;
}

.preloader div:nth-child(2)::before {
  border-color: #7ecb6f;
}

.preloader div:nth-child(2) {
  width: 60%;
  height: 60%;
  top: 20%;
  animation: animatePreloader 0.5s infinite linear;
}

@keyframes animatePreloader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }

  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(360deg);
  }
}

#notifiCont .notification {
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  min-width: 230px;
  justify-content: space-between;
  width: auto;
}

#notifiCont .notification:not(:first-child) {
  margin-top: 10px;
}

#notifiCont .notification .notification-status {
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}

#notifiCont .notification.unread .notification-status {
  background: #7ecb6f;
  color: #ffffff;
}

#notifiCont .notification.read .notification-status {
  background: #f2f2f2;
  color: #4d4d4d;
}

@media (min-width: 960px) {
  #notifiCont .uk-dropdown {
    width: 300px !important;
  }

  .uk-width-expand\@m {
    position: relative;
  }

  .uk-breadcrumb {
    position: absolute;
    top: -70px;
    margin: 0;
  }
}

.header-count {
  position: absolute;
  top: 0px;
  right: -12px;
  width: 20px;
  height: 20px;
  text-align: center;
  align-content: center;
  background: #7ecb6f;
  border-radius: 20px;
  color: #ffffff;
}

.login-content .right-side {
  margin-top: 20px;
  margin-left: 10px;
}

.login-content .uk-card {
  color: #4d4d4d;
}

.signup-content .uk-grid-small {
  margin-left: -22px;
}

.signup-content .uk-grid-small > * {
  padding-left: 22px;
}

.signup-content__avatar-image {
  width: 100px;
  height: 100px;
  border-radius: 500px;
}

.welcome-text {
  color: #4d4d4d;
  font-family: Unbounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.subscribes .uk-tile-default {
  padding: 20px;
}

.subscribes .subtitel {
  color: #989898;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subscribes .titel {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.subscribes .termin-text {
  color: #989898;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subscribes .termin-data {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subscribes .from-data,
.subscribes .from-to {
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #c1c1c1;
}

.uk-switcher-toggle {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #989898;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 4px;
  transition: all 0.3s;
}

.uk-switcher-checkbox {
  display: none;
}

.uk-switcher-slider {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 24px;
  height: 24px;
  background-color: #989898;
  border-radius: 50%;
  transition: all 0.3s;
}

.uk-switcher-checkbox:checked + .uk-switcher-slider {
  transform: translateX(28px);
}

.uk-switcher-checkbox:checked + .uk-switcher-slider {
  background-color: #7ecb6f;
}

.uk-switcher-toggle:has(.uk-switcher-checkbox:checked) {
  border-color: #7ecb6f;
}

.data-switcher {
  gap: 10px;
}

.buyed-courses .hard-level,
.buyed-courses .medium-level,
.buyed-courses .easy-level {
  position: absolute;
  top: 0;
  right: -5px;
}

@media (max-width: 960px) {
  .welcome-text {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .uk-container.uk-margin-top {
    margin-top: 0 !important;
  }
}

.uk-tile.uk-tile-muted.uk-card-small.uk-margin-bottom.uk-card-body.buyed-courses:not(
    :last-child
  ) {
  margin-bottom: 30px !important;
}

.uk-tile.uk-tile-muted.uk-card-small.uk-margin-bottom.uk-card-body.buyed-courses:last-child {
  margin-bottom: 0 !important;
}

.my-courses .from-data,
.my-courses .from-to {
  background: #fff;
  border: 0;
}

.my-courses .from-data__text,
.my-courses .from-to__text {
  color: #989898;
}

.uk-tile-primary .from-data,
.uk-tile-primary .from-to {
  background: #f2f2f2;
}

.text-task.uk-list > :nth-child(n + 2) {
  margin-top: 5px;
}

.text-task {
  margin-bottom: 0;
}

.uk-card.uk-card-default.subscribes .from-data {
  border-radius: 6px;
  background: #f2f2f2;
}

.course-page > div:first-child {
  row-gap: 15px;
}

.filter > div {
  column-gap: 12px;
}

.filter__text {
  color: #989898;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filter__select .uk-subnav {
  margin-bottom: 0;
}

.filter__select li a {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filter__select .uk-flex-inline {
  gap: 12px;
}

.filter__select .uk-dropdown {
  border-radius: 20px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  padding: 0;
}

.filter__select .uk-dropdown li {
  padding: 0 18px;
}

.filter__select .uk-dropdown li:hover,
.filter__select .uk-dropdown li.uk-active {
  background-color: #f2f2f2;
  border-radius: 10px;
}

.filter__select .uk-dropdown:after {
  content: none;
}

.before-send {
  position: relative;
}

.before-send::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  cursor: progress;
  backdrop-filter: blur(2px);
  border-radius: 20px;
}

.online-courses-page .content-tab {
  max-height: 300px;
}

.online-courses-page .uk-tab-left.date-day {
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-width: none; /* Для Firefox */
  -ms-overflow-style: none; /* Для Internet Explorer/Edge */
}
.online-courses-page .uk-tab-left.date-day::-webkit-scrollbar {
  display: none; /* Приховує скролбар у WebKit (Chrome, Safari) */
}

.calendar-date {
  position: relative;
}
.calendar-date.to-top::before {
  content: "";
  position: absolute;
  right: 0;
  left: 40px;
  top: 0;
  height: 35px;
  background: linear-gradient(
    to bottom,
    white 50%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 9;
}
.calendar-date.to-bottom::after {
  content: "";
  position: absolute;
  right: 0;
  left: 40px;
  bottom: 0;
  height: 35px;
  background: linear-gradient(to top, white 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .calendar-date::after,
  .calendar-date::before {
    left: 30px !important;
    height: 25px !important;
  }
}
.online-courses-page .play-btn-small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  height: 31px;
}

.scroll-history {
  max-height: 380px;
  overflow: scroll;
  overflow-x: auto;
}

.scroll-history .subscribes.my-courses.buyed-courses {
  margin-right: 10px;
}

.scroll-history .uk-icon {
  position: relative;
  bottom: 2px;
}

.scroll-history .flex-middle {
  justify-content: center;
}

.scroll-history::-webkit-scrollbar {
  width: 16px;
}

.scroll-history::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 8px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: content-box;
}

.online-courses-page .uk-tab-left.date-day::-webkit-scrollbar {
  width: 0px;
}

.online-courses-page .uk-tab-left.date-day::-webkit-scrollbar-thumb {
  display: none;
}

@media (max-width: 960px) {
  .scroll-history {
    max-height: 500px;
  }

  .online-courses-page .content-tab {
    max-height: 330px;
  }

  .online-courses-page .date-day {
    max-height: 330px;
    overflow-y: scroll;
  }

  .scroll-history .from-data.uk-margin-small-left:last-child {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .scroll-history .termin-data {
    flex-direction: column;
    align-items: flex-start;
  }
}

html {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body {
  background: #f2f2f2;
}

.uk-badge {
  background: #7ecb6f;
  min-width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.uk-navbar-right .uk-icon-button {
  position: relative;
}

.uk-navbar-right .uk-badge {
  position: absolute;
  top: 0;
  right: -5px;
}

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-heading-3xlarge {
  font-family: Unbounded;
  font-weight: 600;
  color: #4d4d4d;
}

* + h1,
* + .uk-h1,
* + h2,
* + .uk-h2,
* + h3,
* + .uk-h3,
* + h5,
* + .uk-h5,
* + h6,
* + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge,
* + .uk-heading-3xlarge {
  margin-top: 20px;
}

p {
  margin: 0 0 10px 0;
}

h1,
.uk-h1 {
  font-size: 26px;
  line-height: 1.1;
}

h2,
.uk-h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 960px) {
  h1,
  .uk-h1 {
    font-size: 18px;
  }

  h2,
  .uk-h2 {
    font-size: 14px;
  }

  .uk-navbar-right .uk-badge {
    position: absolute;
    top: -5px;
    right: -10px;
  }
}

.uk-button {
  padding: 6px 12px;
  border-radius: 243px;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  text-transform: inherit;
  font-weight: 400;
  line-height: normal;
}

.uk-button-default {
  color: #fff;
  background: #4d4d4d;
  border-color: #4d4d4d;
}

.uk-button-primary {
  color: #4d4d4d;
  background: #fff;
}

.uk-button-primary:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.uk-button-secondary {
  color: #4d4d4d;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #4d4d4d;
}

.uk-button-secondary:hover {
  background-color: #4d4d4d;
}

.uk-button-muted {
  background: #f2f2f2;
  color: #4d4d4d;
}

.uk-button-muted:hover {
  background: #4d4d4d;
  color: #f2f2f2;
}

.uk-tile {
  border-radius: 30px;
}

.uk-tile-default {
  border-radius: 30px;
  background: #fff;
}

.uk-tile-muted {
  background-color: #f2f2f2;
}

.uk-tile-primary {
  background-color: #fff;
  border: 1px solid #7ecb6f;
  --uk-inverse: dark;
}

.uk-tile-primary:not(.uk-preserve-color) {
  color: #989898;
  --uk-inverse: dark;
}

.uk-card-default {
  border-radius: 30px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #c1c1c1;
  box-shadow: none;
}

.uk-card-small.uk-card-body {
  padding: 20px 30px;
}

.uk-card-disabled {
  opacity: 0.3;
}

@media (min-width: 1200px) {
  .uk-card-body {
    padding: 30px 40px;
  }
}

@media (max-width: 960px) {
  .uk-card-small.uk-card-body {
    padding: 20px;
  }

  .uk-card-body {
    padding: 20px;
  }
}

.uk-container {
  max-width: 1193px;
}

.uk-formlabel {
  color: #989898;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.uk-input,
.uk-select,
.uk-textarea {
  border-radius: 6px;
  border: 1px solid #c1c1c1;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #000;
}

.uk-input.error-field {
  border-color: red;
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 30px;
}

.uk-nav-default > li > a {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.uk-nav-default > li > a:hover {
  color: #000;
}

.uk-nav > li > a {
  padding: 10px 0;
}

.uk-nav li > a {
  align-items: flex-start;
}

.uk-nav li > a span.uk-icon {
  margin-top: 2px;
  min-width: 24px;
}

.uk-nav li:last-child > a span.uk-icon {
  margin-top: -2px !important;
}

.uk-nav-default > li.uk-active > a {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(0, 0, 0, 0);
}

.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  content: "";
  margin: 10px;
}

.uk-breadcrumb {
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .uk-navbar-right,
  [class*="uk-navbar-center"] {
    gap: 20px;
  }

  .uk-navbar-left {
    align-items: flex-end;
    gap: 80px;
  }

  .uk-breadcrumb > * > * {
    font-size: 14px;
  }
}

@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Light.eot");
  src: url("../fonts/Unbounded-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Unbounded-Light.woff2") format("woff2"),
    url("../fonts/Unbounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Regular.eot");
  src: url("../fonts/Unbounded-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Unbounded-Regular.woff2") format("woff2"),
    url("../fonts/Unbounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-SemiBold.eot");
  src: url("../fonts/Unbounded-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Unbounded-SemiBold.woff2") format("woff2"),
    url("../fonts/Unbounded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Mazzard";
  src: url("../fonts/MazzardM-Light.eot");
  src: url("../fonts/MazzardM-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MazzardM-Light.woff2") format("woff2"),
    url("../fonts/MazzardM-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Mazzard";
  src: url("../fonts/MazzardM-Regular.eot");
  src: url("../fonts/MazzardM-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MazzardM-Regular.woff2") format("woff2"),
    url("../fonts/MazzardM-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Mazzard";
  src: url("../fonts/MazzardM-SemiBold.eot");
  src: url("../fonts/MazzardM-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MazzardM-SemiBold.woff2") format("woff2"),
    url("../fonts/MazzardM-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Mazzard";
  src: url("../fonts/MazzardM-Bold.eot");
  src: url("../fonts/MazzardM-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MazzardM-Bold.woff2") format("woff2"),
    url("../fonts/MazzardM-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.left-sidebar {
  margin-top: 22px;
  max-width: 190px;
}

.left-sidebar .left-sidebar__primary-menu {
  margin-bottom: 145px;
}

.left-sidebar .left-sidebar__bottom-menu {
  margin-bottom: 70px;
}

.uk-margin-top {
  margin-top: 30px !important;
}

.uk-margin-xsmall-bottom {
  margin-bottom: 5px !important;
}

.uk-link,
a {
  color: #4d4d4d;
  text-decoration: underline;
}

.uk-link:hover,
a:hover {
  color: #7ecb6f;
  text-decoration: underline;
}

.copyright {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 65px;
}

.uk-navbar-right .uk-icon-button {
  color: #4d4d4d;
  width: 46px;
  height: 46px;
}

.uk-navbar-right .uk-button-primary {
  height: 46px;
  padding: 4px 4px 4px 20px;
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.uk-navbar-right .uk-button-primary .uk-icon {
  background: #4d4d4d;
  color: #fff;
  height: 36px;
  width: 36px;
}

.uk-navbar-right .uk-button-primary:hover {
  color: #fff;
}

.uk-dropdown {
  --uk-position-offset: 20px;
  padding: 10px 18px;
  box-shadow: 0px 4px 4px rgba(77, 77, 77, 0.13);
  min-width: 155px;
  border-radius: 20px 0 20px 20px;
  overflow: visible;
}

.uk-dropdown:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 20px 30px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}

.uk-dropdown-nav {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.uk-navbar-right .uk-nav > li > a {
  padding: 5px 0;
}

.uk-navbar-right .uk-dropdown-nav > li.uk-active > a {
  font-weight: 700;
  color: #4d4d4d;
}

.uk-navbar-right .uk-dropdown-nav > li > a:hover {
  color: #4d4d4d;
}

@media (max-width: 960px) {
  .uk-margin {
    margin-bottom: 15px;
  }

  .uk-navbar-right .uk-icon-button {
    width: 36px;
    height: 36px;
  }

  .uk-navbar-right .uk-button-primary {
    height: 36px;
  }

  .uk-navbar-right > .enter-account-mob .uk-icon-button {
    background: #4d4d4d;
    color: #fff;
  }

  .copyright {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .uk-dropbar {
    background: #f2f2f2;
  }

  .uk-logo {
    width: 82px;
  }

  .uk-navbar-left {
    gap: 25px;
  }

  .uk-navbar-toggle {
    padding: 6px;
    color: #4d4d4d;
    background: #fff;
    border-radius: 500px;
    min-height: 36px;
    width: 36px;
  }

  .uk-navbar-toggle[aria-expanded="true"] {
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    background: #f2f2f2;
  }

  .uk-navbar-left
    .uk-navbar-dropdown.uk-drop.uk-navbar-dropdown-dropbar.uk-open {
    padding-left: 10px;
    height: calc(100svh - 80px) !important;
  }

  .uk-navbar-left .left-sidebar__primary-menu {
    margin-bottom: 120px;
  }

  .uk-navbar-left .left-sidebar__bottom-menu {
    margin-bottom: auto;
  }

  .uk-nav li > a span.uk-icon {
    margin-top: 1px;
    min-width: 18px;
    width: 18px;
  }

  .uk-nav li:last-child > a span.uk-icon {
    margin-top: 0px !important;
  }
}

.uk-card-small.uk-card-body.calendar-list {
  padding-right: 5px;
}

.calendar-list__month {
  border-radius: 243px;
  background: #f2f2f2;
  width: max-content;
  padding: 6px 12px;
}

.calendar-list__text-month {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.date-day__day {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.date-day__data {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.date-day.uk-tab > * > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  border: 0;
  padding: 5px 10px;
}

.uk-tab-left::before {
  border: 0;
}

.date-day li {
  background-color: #f2f2f2;
  border-radius: 15px;
  transition: all 0.3s;

  position: relative;
}
/*.date-day li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background: grey;
  right: 0;
} */

.date-day li:not(:last-child) {
  margin-bottom: 6px;
}

.date-day li.uk-active {
  background-color: #7ecb6f;
}

.date-day li.uk-active .date-day__day,
.date-day li.uk-active .date-day__data {
  color: #fff;
}

.img-kurs-kalendar {
  border-radius: 10px;
  width: 36px;
  height: 36px;
}

.content-tab {
  gap: 20px;
  max-height: 280px;
  overflow: scroll;
  overflow-x: auto;
  padding-right: 15px;
}

.content-tab__lesson:not(:last-child) {
  border-bottom: dashed 1px #c1c1c1;
  padding-bottom: 16px;
}

.content-tab__time {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content-tab__utc {
  color: #b7b6b6;
  font-family: Mazzard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content-tab__name {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.content-tab__bage {
  gap: 6px;
}

.content-tab__bage .uk-bage {
  color: #7ecb6f;
  text-align: right;
  font-family: Mazzard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 2px 8px;
  border-radius: 20px;
  border: 1px solid #7ecb6f;
}

.content-tab__bage .uk-bage.uk-active {
  background-color: #7ecb6f;
  color: #fff;
}

.calendar-list .pading-mob {
  padding-left: 30px;
}

.content-tab::-webkit-scrollbar {
  width: 16px;
}

.content-tab::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 8px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: content-box;
}

@media (max-width: 960px) {
  .date-day {
    flex-direction: column;
    margin-left: 0;
  }

  .date-day.uk-tab > * {
    padding-left: 0;
  }

  .calendar-list .pading-mob {
    padding-left: 15px;
  }

  .date-day.uk-tab::before {
    border: 0;
  }

  .content-tab {
    padding-right: 5px;
  }
}

.buyed-courses .img-kurs-kalendar,
.course .img-kurs-kalendar {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  position: relative;
}

.meta-title {
  color: #989898;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.description-cours {
  color: #4d4d4d;
}

.progress-text {
  color: #989898;
  font-family: Mazzard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.progress-text__done {
  font-weight: 400;
}

.uk-progress {
  height: 6px;
}

#js-progressbar::-webkit-progress-value {
  background-color: #7ecb6f;
  border-radius: 21px;
}

#js-progressbar::-moz-progress-bar {
  background-color: #7ecb6f;
  border-radius: 21px;
}

.hard-level,
.medium-level,
.easy-level {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 500px;
}

.hard-level {
  background-color: #f35353;
}

.medium-level {
  background-color: #fc0;
}

.easy-level {
  background-color: #7ecb6f;
}

.level-duration__level {
  color: #989898;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.level-duration__level-text {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.subtitel {
  color: #989898;
  font-family: Mazzard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.preview-video {
  position: relative;
}

.preview-video img {
  border-radius: 12px;
  object-fit: cover;
  height: 100%;
}

.preview-video .uk-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.preview-video .video-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 960px) {
  .uk-slider-items.slider-video {
    justify-content: flex-start !important;
  }
}

.description-cours.max-height-checkout {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 100px;
  line-height: 1.2em;
}

.del-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

a:hover .del-icon {
  color: red;
}

.white-bg-data .from-data,
.white-bg-data .from-to {
  background-color: #fff;
  border: 0;
}

.white-bg-data .from-data__text,
.white-bg-data .from-to__text {
  color: #989898;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  content: none !important;
}

.flatpickr-calendar.animate.arrowTop.arrowLeft.open {
  margin-top: 10px;
}

.uk-badge.notice-bage {
  position: relative;
  padding: 0 10px;
  top: auto;
  right: auto;
}

.uk-badge.notice-bage.reading {
  background: #f2f2f2;
  color: #4d4d4d !important;
}

.uk-nav li.notice-block-pos > a {
  display: block;
}

@media (max-width: 515px) {
  .notice-dropdown.uk-dropdown:after {
    content: none;
  }

  .notice-dropdown.uk-dropdown {
    border-radius: 20px;
  }

  .notice-button:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 15px 20px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .notice-button.dropdown-open:after {
    opacity: 1;
  }
}

span.ikon-budilnik.uk-icon {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #f35353;
}

@media (max-width: 960px) {
  span.ikon-budilnik.uk-icon {
    top: 15px;
    right: 15px;
  }

  .del-icon {
    top: unset;
    bottom: 35px;
  }
}

.uk-text-lead {
  font-size: 16px;
  font-weight: 700;
  color: #4d4d4d;
}

.uk-modal-dialog.uk-modal-body {
  border-radius: 20px;
}

.uk-text-lead.uspeh {
  color: #7ecb6f;
  font-family: Mazzard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.text-uspeh {
  color: #4d4d4d;
  font-family: Mazzard;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.text-uspeh p {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .text-uspeh {
    font-size: 16px;
  }
}

button[type="submit"][disabled] {
  cursor: progress;
}

#popupVideo .time-video,
#popupVideo .full-monitor,
#popupVideo .play-pause {
  display: none;
}

#popupVideo .descr {
  width: 90%;
  display: block;
  margin-top: 5px;
  line-height: 1;
}
/*
.video-elements.uk-margin-small-top:hover .time-video,
.video-elements.uk-margin-small-top:hover .full-monitor,
.video-elements.uk-margin-small-top:hover .play-pause {
  cursor: pointer;
  display: block !important;
}

#video:hover .time-video,
#video:hover .full-monitor,
#video:hover .play-pause {
  cursor: pointer;
  display: block !important;
} */

.video-elements.uk-margin-small-top div#video {
  width: 860px;
  height: 525px;
  max-width: 100%;
  border-radius: 20px;
}

.video-js .vjs-tech {
  border-radius: 20px;
}

@media (max-width: 640px) {
  .video-elements.uk-margin-small-top div#video {
    height: 210px;
  }
}

.vjs-volume-panel,
.vjs-remaining-time {
  display: none !important;
}

.vjs-control-bar,
.vjs-big-play-button {
  background: transparent !important;
}

.vjs-progress-holder.vjs-slider.vjs-slider-horizontal,
.vjs-load-progress,
.video-js .vjs-load-progress div {
  background: white !important;
}
.vjs-play-progress.vjs-slider-bar {
  background-color: #7ecb6f !important;
}

.video-js .vjs-play-progress::before {
  color: #7ecb6f !important;
}
