@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap);
@font-face {
  font-family: 'pasaka';
  src:  url(/fonts/pasaka.eot?0c83c8b94acc9bdd382370738fb3c7b1);
  src:  url(/fonts/pasaka.eot?0c83c8b94acc9bdd382370738fb3c7b1#iefix) format('embedded-opentype'),
    url(/fonts/pasaka.ttf?61849c0a56ecedd5f5c999e0ee19c352) format('truetype'),
    url(/fonts/pasaka.woff?711c46f1c284ae6de2f54b649697b7ad) format('woff'),
    url(/fonts/pasaka.svg?3fe586e057db8ef8ba8f2292fbed13da#pasaka) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pasaka' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fb:before {
  content: "\e908";
}
.icon-message-circle-lines:before {
  content: "\e906";
}
.icon-cross-small:before {
  content: "\e903";
}
.icon-attachment:before {
  content: "\e902";
}
.icon-send:before {
  content: "\e907";
}
.icon-trash:before {
  content: "\e900";
}
.icon-user:before {
  content: "\e901";
}
.icon-edit:before {
  content: "\e904";
}
.icon-edit-2:before {
  content: "\e905";
}

@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Roboto;
}

.clear {
  clear: both;
}

.cover {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 101;
}
@media (min-width: 992px) {
  .cover {
    display: none;
  }
}

.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border: none;
  text-align: left;
}

.container--other {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border: none;
  text-align: left;
  min-height: 600px;
  padding-left: 16px;
  padding-right: 20px;
}

.lesson-head {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  grid-gap: 10px;
  padding-bottom: 30px;
  margin-bottom: 5px;
  position: relative;
}
@media (min-width: 992px) {
  .lesson-head {
    grid-template-columns: 62px 1fr auto;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 33px;
  }
}
.lesson-head:after {
  content: "";
  width: calc(100% + 30px);
  border-bottom: 1px solid #E5E5E5;
  display: block;
  position: absolute;
  bottom: 0;
  left: -15px;
}
@media (min-width: 992px) {
  .lesson-head:after {
    width: 100%;
    left: 0;
  }
}
.lesson-head .circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .lesson-head .circle {
    width: 62px;
    height: 62px;
  }
}
.lesson-head .lesson-info .title {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #383838;
  width: 100%;
}
.lesson-head .lesson-info .time {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  display: inline-block;
}
.lesson-head .lesson-info .age-info {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #9C9C9C;
  display: inline-block;
}
@media (max-width: 992px) {
  .lesson-head .login-btn-area {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px -5px 4px rgba(156, 156, 156, 0.1);
    padding: 15px;
    left: 0;
    background: #FFFFFF;
  }
}
.lesson-head .login-btn-area a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  background: #05CA83;
  border-radius: 5px;
  padding: 17px 18px;
  width: 100%;
  display: block;
  text-align: center;
}
.lesson-head .login-btn-area a:hover {
  text-decoration: none;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.25);
}
@media (min-width: 992px) {
  .lesson-head .login-btn-area a {
    padding: 12px 18px;
  }
}

footer {
  margin-top: 40px;
  background: #F4F4F4;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  footer {
    margin-top: 80px;
    padding-top: 69px;
    padding-bottom: 50px;
  }
}
footer .bottom-menu {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
}
@media (min-width: 992px) {
  footer .bottom-menu {
    display: inline-flex;
  }
}
footer a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  padding: 0 8px;
}
footer a:hover {
  color: #0F65EF;
  text-decoration: none;
}
footer a.homepage {
  font-weight: bold;
}
footer a.social {
  width: 100px;
  color: #9C9C9C;
  font-size: 40px;
  text-decoration: none;
  margin-top: 30px;
  display: block;
  text-align: center;
}
footer a.social:hover {
  color: #0F65EF;
}

header {
  margin: auto;
  width: 95%;
  max-width: 950px;
  padding: 17px 0;
  position: relative;
  /*----- Toggle Button -----*/
  /*----- Menu -----*/
}
@media screen and (min-width: 992px) {
  header {
    padding-top: 18px;
  }
}
header .container {
  max-width: 1326px;
}
header .logo {
  float: left !important;
  display: inline-block !important;
  flex-grow: initial !important;
  margin-left: 47px !important;
}
header .logo img {
  height: 30px !important;
}
@media screen and (min-width: 992px) {
  header .logo {
    flex-grow: 1 !important;
    margin-left: 0 !important;
  }
  header .logo img {
    width: 150px !important;
    height: initial !important;
  }
}
header nav {
  float: left;
  font-size: 14px;
  margin-left: 20px;
  max-width: 720px;
  margin-top: 18px;
}
header nav > ul > li {
  display: inline-block;
  padding: 15px 9px;
}
@media (min-width: 992px) {
  header nav ul.left-menu > li .mv--dropdown:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    transform: rotate(45deg);
    top: -4px;
    left: 7px;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  header nav.active > ul.left-menu {
    opacity: 1;
    pointer-events: auto;
    z-index: 103;
  }
  header nav.active > ul.left-menu li {
    padding: 8px 0;
  }
  header nav.active > ul.left-menu li .mv--dropdown {
    display: block;
    font-size: 16px;
    position: initial;
    box-shadow: none;
    opacity: 1;
    background: none;
    margin: 0;
    padding: 7px 0 5px 17px;
  }
  header nav.active > ul.left-menu li .mv--dropdown ul {
    position: initial;
    opacity: 1;
    height: auto;
    background: none;
    width: 100%;
    padding: 0;
    left: initial;
    margin-bottom: -5px;
  }
  header nav.active > ul.left-menu li .mv--dropdown ul li {
    padding: 8px 15px;
  }
  header nav.active > ul.left-menu li .mv--dropdown ul li:last-child {
    padding-bottom: 0;
  }
}
header nav ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  header nav ul.left-menu {
    display: block;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s all;
    width: 259px;
    left: 0;
    top: 0;
    background: #FFFFFF;
    z-index: 101;
    height: 100vh;
    padding: 67px 40px 40px 30px;
  }
  header nav ul.left-menu li {
    display: block;
  }
}
@media (max-width: 992px) {
  header nav ul.right-menu li .navbar-nav {
    margin-right: -10px;
    margin-top: -3px;
  }
  header nav ul.right-menu li .navbar-nav li a {
    padding: 10px 15px;
  }
}
header nav ul > li {
  display: block;
  font-size: 16px;
}
@media (min-width: 992px) {
  header nav ul > li {
    display: inline-block;
    padding: 0px 8px 0;
  }
}
header nav ul > li .navbar-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  list-style: none;
  top: 11px;
  right: 0px;
  margin-top: 18px;
}
header nav ul > li a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 0.5rem 0;
}
header nav ul > li a span[class*=icon-] {
  font-size: 18px;
  color: #3810F1;
  float: left;
  line-height: 21px;
}
header nav ul > li :not(.no-arrow) .dropdown-toggle::after {
  display: none;
}
@media (min-width: 992px) {
  header nav ul > li :not(.no-arrow) > .dropdown-toggle,
header nav ul > li .arrow-down {
    float: right;
    padding-left: 5px;
    line-height: 24px;
  }
  header nav ul > li :not(.no-arrow) > .dropdown-toggle:after,
header nav ul > li .arrow-down:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #C4C4C4 transparent transparent transparent;
    margin-left: 0.255em;
    vertical-align: 1px;
  }
}
header nav ul > li .arrow-down {
  display: none;
}
@media (min-width: 992px) {
  header nav ul > li .arrow-down {
    display: block;
    padding-top: 0px;
  }
}
header nav ul li .mv--dropdown,
header nav ul li .navbar-nav .dropdown-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
  position: absolute;
  margin-left: -5px;
  padding: 10px 12px;
  z-index: 5;
  margin-top: 2px;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(156, 156, 156, 0.3);
  border: 0;
}
header nav ul li .navbar-nav .dropdown-menu {
  top: 48px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  header nav ul li .navbar-nav .dropdown-menu {
    top: 28px;
    margin-right: -6px;
  }
}
header nav ul li .navbar-nav .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  transform: rotate(45deg);
  top: -4px;
  right: 7px;
  z-index: 0;
}
header nav ul li .navbar-nav .dropdown-menu .dropdown-divider {
  margin-left: 15px;
  margin-right: 15px;
}
header nav ul li .navbar-nav .dropdown-menu a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
header nav ul li .navbar-nav .dropdown-menu a.dropdown-item:focus, header nav ul li .navbar-nav .dropdown-menu a.dropdown-item:hover {
  background-color: transparent;
  color: #82aef4;
  padding: 0.5rem 15px;
}
header nav ul li .navbar-nav .dropdown-menu a.dropdown-item {
  padding: 0.5rem 15px;
}
header nav .mv--dropdown ul li {
  display: block;
  padding: 6px 15px;
}
header nav a:hover {
  color: #82aef4;
  text-decoration: none;
}
header nav .only--mobile {
  display: none;
}
header nav .mobile--menu {
  position: absolute;
  left: 5px;
  top: 20px;
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  padding-top: 6px;
  padding-left: 7px;
  cursor: pointer;
}
@media (min-width: 992px) {
  header nav .mobile--menu {
    display: none;
  }
}
header nav .mobile--menu span {
  background-color: #242424;
  width: 17px;
  height: 1px;
  margin-bottom: 7px;
  display: block;
  transform-origin: left;
  border-radius: 2px;
}
header nav .mobile--menu.active {
  z-index: 104;
  left: 225px;
  position: fixed;
}
header nav .mobile--menu.active span {
  width: 17px;
}
header nav .mobile--menu.active span:nth-child(1) {
  transform: rotate(45deg);
}
header nav .mobile--menu.active span:nth-child(2) {
  opacity: 0;
}
header nav .mobile--menu.active span:nth-child(3) {
  margin-top: -4px;
  transform: rotate(-45deg);
}
header .menu {
  display: none;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 28px;
  padding-right: 43px;
}
@media screen and (min-width: 992px) {
  header .menu {
    display: inline-flex;
  }
}
header .menu .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
header .menu .list a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #05CA83;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
header .menu .list a.active:after {
  content: "";
  width: 36px;
  height: 2px;
  background: #05CA83;
  display: block;
}
header .menu .list a:hover:not(.active) {
  border-bottom: 2px solid #05CA83;
  text-decoration: none;
}
header .menu .list .language-switch {
  display: inline-block;
}
header .menu .list .language-switch span {
  color: #89B89E;
}
header .menu .list .language-switch a.active {
  color: #89B89E;
  cursor: default;
}
header .menu .list .language-switch a.active:after {
  display: none;
}
header .menu .list .language-switch a:hover:not(.active) {
  border-bottom: 2px solid #05CA83;
  text-decoration: none;
}
header .menu .list .social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .menu .list .social a:hover {
  border-bottom: 0;
  text-decoration: none;
}
header .menu .list .social a.in {
  width: 24px;
  height: 24px;
  display: inline-flex;
  margin-left: 8px;
}
header .menu .list .social a.fb {
  width: 24px;
  height: 24px;
  display: inline-flex;
  margin-left: 14px;
}
header .toggle-nav {
  display: none;
}
header .mobile-menu {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  header .mobile-menu {
    display: none;
  }
}
header .mobile-menu ul {
  display: inline-block;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  top: 95px;
  left: 0px;
  padding: 10px 18px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}
header .mobile-menu ul.active {
  display: none;
}
header .mobile-menu ul li {
  margin: 0px 50px 0px 0px;
  float: left;
  list-style: none;
  font-size: 17px;
  margin: 10px 0px 10px 0px;
  float: none;
  display: block;
}
header .mobile-menu ul li a {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  color: #05CA83;
  transition: color linear 0.15s;
  display: inline-block;
}
header .mobile-menu ul li a:hover {
  text-decoration: none;
}
header .mobile-menu ul li:last-child {
  margin-right: 0px;
}
header .mobile-menu ul li.current-item a {
  border-bottom: 2px solid #05CA83;
}
header .mobile-menu .toggle-nav {
  padding: 20px;
  display: inline-block;
  color: #05CA83;
  font-size: 20px;
  transition: color linear 0.15s;
  outline: none;
  position: absolute;
  top: 21px;
  right: 10px;
  width: 76px;
  height: 76px;
  cursor: pointer;
}
header .mobile-menu .toggle-nav span {
  display: block;
  width: 100%;
  height: 2px;
  background: #05CA83;
  transition: all 0.3s;
  position: relative;
}
header .mobile-menu .toggle-nav span + span {
  margin-top: 6px;
}
header .mobile-menu .toggle-nav.active span:nth-child(1) {
  -webkit-animation: ease 0.7s top forwards;
          animation: ease 0.7s top forwards;
}
header .mobile-menu .toggle-nav span:nth-child(1) {
  -webkit-animation: ease 0.7s top-2 forwards;
          animation: ease 0.7s top-2 forwards;
}
header .mobile-menu .toggle-nav.active span:nth-child(2) {
  -webkit-animation: ease 0.7s scaled forwards;
          animation: ease 0.7s scaled forwards;
}
header .mobile-menu .toggle-nav span:nth-child(2) {
  -webkit-animation: ease 0.7s scaled-2 forwards;
          animation: ease 0.7s scaled-2 forwards;
}
header .mobile-menu .toggle-nav.active span:nth-child(3) {
  -webkit-animation: ease 0.7s bottom forwards;
          animation: ease 0.7s bottom forwards;
}
header .mobile-menu .toggle-nav span:nth-child(3) {
  -webkit-animation: ease 0.7s bottom-2 forwards;
          animation: ease 0.7s bottom-2 forwards;
}
@-webkit-keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    top: 8px;
    transform: rotate(45deg);
  }
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    top: 8px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes top-2 {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes top-2 {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 8px;
    transform: rotate(135deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 8px;
    transform: rotate(135deg);
  }
}
@-webkit-keyframes bottom-2 {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@-webkit-keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

header nav li:hover .mv--dropdown,
header nav li:hover .dropdown-menu,
.mv--dropdown.active .mv--dropdown,
.mv--dropdown.active .dropdown-menu,
.nav-item.dropdown:hover .mv--dropdown,
.nav-item.dropdown:hover .dropdown-menu {
  pointer-events: auto;
  z-index: 104;
}
@media (min-width: 992px) {
  header nav li:hover .mv--dropdown,
header nav li:hover .dropdown-menu,
.mv--dropdown.active .mv--dropdown,
.mv--dropdown.active .dropdown-menu,
.nav-item.dropdown:hover .mv--dropdown,
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  header nav ul li .navbar-nav .dropdown-menu.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 104;
  }
  header nav ul li .navbar-nav .dropdown-menu.active .mobile-close {
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 2;
    display: block;
    width: 24px;
    height: 24px;
    padding-top: 6px;
    padding-left: 7px;
    cursor: pointer;
  }
  header nav ul li .navbar-nav .dropdown-menu.active .mobile-close:before, header nav ul li .navbar-nav .dropdown-menu.active .mobile-close:after {
    content: "";
    background-color: #242424;
    height: 1px;
    margin-bottom: 7px;
    display: block;
    transform-origin: left;
    width: 14px;
    margin-bottom: 4px;
    border-radius: 2px;
  }
  header nav ul li .navbar-nav .dropdown-menu.active .mobile-close:before {
    transform: rotate(45deg);
  }
  header nav ul li .navbar-nav .dropdown-menu.active .mobile-close:after {
    transform: rotate(-45deg);
    margin-top: 9px;
  }
}

.btn-groups {
  border-radius: 5px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #0F65EF;
}
.btn-groups:focus {
  outline: 0;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.25);
}
.btn-groups:hover {
  color: #FFFFFF;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.25);
}
.btn-groups.blue {
  background: #0F65EF;
}
.btn-groups.green {
  background: #05CA83;
}

@media (max-width: 991px) {
  .tab-content-display-none {
    display: none !important;
  }
}

.user-photo-group {
  width: 40px;
  height: 40px;
}

.modal-spinner {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

body.loading .modal-spinner {
  overflow: hidden;
}

body.loading .modal-spinner {
  display: block;
}

.file {
  font-family: Roboto;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #0F65EF;
  outline: 0;
  display: flex;
  align-items: center;
}

.right-col {
  float: right;
  gap: 10px;
}

@media (min-width: 425px) {
  .right-col {
    float: right;
    display: flex;
    gap: 10px;
  }
}
.tabs {
  display: inline-block;
  margin: 0 -15px 0px -15px;
  height: 38px;
  position: relative;
  width: calc(100% + 30px);
  overflow-x: auto;
  height: 45px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 992px) {
  .tabs {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
.tabs .tablinks {
  cursor: pointer;
  width: auto;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  border: 0;
  color: #9C9C9C;
  padding: 0;
  height: 38px;
  background: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin: 0 15px;
}
@media (min-width: 992px) {
  .tabs .tablinks {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.tabs .tablinks:focus {
  outline: 0;
}
.tabs .tablinks.active {
  z-index: 0;
  color: #000000;
}
.tabs .tablinks:hover {
  color: #000000;
  opacity: 1;
}

.wrapper_tabcontent {
  background-color: #FFFFFF;
  margin-top: -7px;
  position: relative;
  opacity: 1;
  overflow: hidden;
  transition: all 1s ease;
  top: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .wrapper_tabcontent {
    overflow-wrap: anywhere;
  }
}

.tabcontent {
  display: none;
  transition: transform 6s ease;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.tabcontent.active {
  transition: all 1s ease;
  display: inline-flex;
}
.tabcontent > .row > div {
  margin: 0;
  padding: 0;
  line-height: 28px;
  font-weight: 100;
  transition: all 1s ease;
  -webkit-animation: fadeEffect 0.6s ease;
          animation: fadeEffect 0.6s ease;
}
.tabcontent > .row > div.main-tab-area {
  min-height: 177px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 7px rgba(156, 156, 156, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  float: left;
  margin-top: 13px;
}
@media (min-width: 992px) {
  .tabcontent > .row > div.main-tab-area {
    margin-top: 27px;
  }
}
.tabcontent > .row > div.sidebar-area {
  margin-top: 20px;
  padding-left: 29px;
}
@media (max-width: 991px) {
  .tabcontent > .row > div.sidebar-area {
    padding-left: 0px;
    margin-bottom: 30px;
  }
}
.tabcontent > .row > div.sidebar-area > div:not(:last-child) {
  margin-bottom: 30px;
}
.tabcontent > .row > div.sidebar-area > div {
  box-shadow: 0px 0px 15px 7px rgba(156, 156, 156, 0.1);
  border-radius: 10px;
  padding: 30px 27px 40px;
}
.tabcontent > .row > div.sidebar-area > div h3 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #383838;
  margin-bottom: 3px;
}
.tabcontent > .row > div.sidebar-area > div .subtitle {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #9C9C9C;
}
.tabcontent > .row > div.sidebar-area > div .desc {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #383838;
  margin-top: 18px;
}
.tabcontent > .row > div.sidebar-area .schedule-block {
  max-width: 920px;
  margin: auto;
  color: #AEAEAE;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .tabcontent > .row > div.sidebar-area .schedule-block {
    max-width: unset;
    margin: 0px;
  }
}
.tabcontent > .row > div.sidebar-area .schedule-block .dashboard--timetable {
  margin-top: 20px;
}
.tabcontent > .row > div.sidebar-area .schedule-block .dashboard--timetable .dashboard--time {
  margin-bottom: 20px;
}
.tabcontent > .row > div.sidebar-area .schedule-block .dashboard--timetable .dashboard--time .dashboard--time--date {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #DEDEDE;
  line-height: 1.1;
}
.tabcontent > .row > div.sidebar-area .schedule-block .dashboard--timetable .dashboard--time .dashboard--time--date span {
  font-size: 42px;
  color: #262626;
}
.tabcontent > .row > div.sidebar-area .schedule-block .dashboard--time--info {
  padding-left: 20px;
  width: calc(100% - 85px);
  display: inline-block;
  vertical-align: middle;
}
.tabcontent > .row > div.sidebar-area .schedule-block .dashboard--time--info b {
  font-size: 14px;
  color: #262626;
}
.tabcontent > .row > div.sidebar-area .members-block {
  padding-bottom: 58px;
}
.tabcontent > .row > div.sidebar-area .members-block .members-list {
  margin-top: 30px;
}
.tabcontent > .row > div.sidebar-area .members-block .members-list .member {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 26px 12px;
  align-items: center;
}
.tabcontent > .row > div.sidebar-area .members-block .members-list .member:not(:last-child) {
  margin-bottom: 26px;
}
.tabcontent > .row > div.sidebar-area .members-block .members-list .member .author-icon {
  border-radius: 100%;
  overflow: hidden;
  padding: 8px;
  background: #4FE9D4;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabcontent > .row > div.sidebar-area .members-block .members-list .member .author-icon span {
  font-size: 24px;
}
.tabcontent > .row > div.sidebar-area .members-block .members-list .member .author-info {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.tabcontent > .row > div.sidebar-area .members-block .members-list .member .author-info .author-nick {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.tabcontent > .row > div.sidebar-area .members-block .members-list .member .author-info .author-fullname {
  font-size: 12px;
  line-height: 21px;
  color: #9C9C9C;
}
.tabcontent > .row > div.sidebar-area .members-block .members-list .member .btn.blue {
  padding: 8px;
  height: 30px;
  font-size: 12px;
  line-height: 14px;
}
.tabcontent .main-info {
  padding: 26px 16px 0px;
}
@media (min-width: 992px) {
  .tabcontent .main-info {
    padding: 30px 30px 0px;
  }
}
.tabcontent .main-info:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.tabcontent .main-info h3 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #383838;
  margin-bottom: 5px;
}
.tabcontent .main-info .subtitle {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #9C9C9C;
  margin-bottom: 21px;
}
.tabcontent .main-info button {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .tabcontent .main-info button {
    margin-bottom: 40px;
  }
}
.tabcontent .chat-form {
  padding: 32px 10px 41px 30px;
}
.tabcontent .chat-form .comments-list {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 20px;
}
.tabcontent .chat-form .attachments {
  margin-top: 10px;
}
.tabcontent .chat-form .attachments .attachment {
  height: 24px;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.tabcontent .chat-form .attachments .attachment:hover * {
  text-decoration: none;
}
.tabcontent .chat-form .attachments .attachment .file {
  font-family: Roboto;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #0F65EF;
  outline: 0;
  display: flex;
  align-items: center;
}
.tabcontent .chat-form .attachments .attachment .file::before {
  font-family: "pasaka";
  content: "\e902";
  font-size: 24px;
  float: left;
  margin-right: 5px;
  font-weight: 400;
  line-height: 25px;
  height: 24px;
}
.tabcontent .chat-form .attachments .attachment .remove-attachment {
  padding-left: 9px;
  height: 24px;
}
.tabcontent .chat-form .attachments .attachment .remove-attachment::before {
  font-family: "pasaka";
  content: "\e903";
  font-size: 24px;
  color: #9C9C9C;
  height: 24px;
  line-height: 24px;
}
.tabcontent .chat-form .attachments .attachment .remove-attachment:hover::before {
  color: #000000;
}
.tabcontent .chat-form .comment-area {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px 9px;
  padding-bottom: 40px;
  align-items: center;
}
.tabcontent .chat-form .comment-area:last-child() {
  padding-bottom: 200px;
}
.tabcontent .chat-form .comment-area .author-icon {
  border-radius: 100%;
  overflow: hidden;
  padding: 8px;
  background: #FCB808;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabcontent .chat-form .comment-area .author-icon span {
  font-size: 24px;
}
.tabcontent .chat-form .comment-area .author-info {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
}
.tabcontent .chat-form .comment-area .author-info .author {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 5px;
}
.tabcontent .chat-form .comment-area .author-info .time {
  font-size: 12px;
  line-height: 14px;
  color: #9C9C9C;
}
.tabcontent .chat-form .comment-area .comment {
  display: block;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #383838;
  grid-column: 1/3;
}
.tabcontent .chat-form .comment-area .attachments {
  margin-top: 10px;
}
.tabcontent .chat-form .comment-area .attachments .attachment {
  height: 24px;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.tabcontent .chat-form .comment-area .attachments .attachment:hover * {
  text-decoration: none;
}
.tabcontent .chat-form .comment-area .attachments .attachment .file {
  font-family: Roboto;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #0F65EF;
  outline: 0;
  display: flex;
  align-items: center;
}
.tabcontent .chat-form .comment-area .attachments .attachment .file::before {
  font-family: "pasaka";
  content: "\e902";
  font-size: 24px;
  float: left;
  margin-right: 5px;
  font-weight: 400;
  line-height: 25px;
  height: 24px;
}
.tabcontent .chat-form .comment-area .attachments .attachment .remove-attachment {
  padding-left: 9px;
  height: 24px;
}
.tabcontent .chat-form .comment-area .attachments .attachment .remove-attachment::before {
  font-family: "pasaka";
  content: "\e903";
  font-size: 24px;
  color: #9C9C9C;
  height: 24px;
  line-height: 24px;
}
.tabcontent .chat-form .comment-area .attachments .attachment .remove-attachment:hover::before {
  color: #000000;
}
.tabcontent .chat-form .comment-form {
  margin-right: 20px;
}
.tabcontent button.blue {
  padding: 12px 14px 12px 11px;
  font-family: Roboto;
  border: 0;
}
.tabcontent button.blue:focus {
  outline: 0;
  box-shadow: none;
}
.tabcontent button.blue.new-post::before {
  font-family: "pasaka";
  content: "\e905";
  font-size: 24px;
  float: left;
  margin-right: 6px;
}
.tabcontent button.blue.attachment {
  height: 30px;
  padding: 8px 11px 8px 10px;
  font-size: 12px;
  line-height: 14px;
}
.tabcontent button.blue.attachment::before {
  font-family: "pasaka";
  content: "\e902";
  font-size: 20px;
  float: left;
  margin-right: 6px;
}
.tabcontent button.blue.reply {
  height: 30px;
  padding: 8px 8px 8px 2px;
  font-size: 10px;
  line-height: 14px;
}
.tabcontent button.blue.reply::before {
  font-family: "pasaka";
  content: "\e904";
  font-size: 20px;
  float: left;
  margin-right: 6px;
}
.tabcontent button.blue.edit {
  height: 30px;
  padding: 8px 11px 8px 10px;
  font-size: 12px;
  line-height: 14px;
}
.tabcontent button.blue.edit::before {
  font-family: "pasaka";
  content: "\e904";
  font-size: 20px;
  float: left;
  margin-right: 6px;
}
.tabcontent button.blue.post {
  height: 30px;
  padding: 8px 11px 8px 10px;
  font-size: 12px;
  line-height: 14px;
  background: #9C9C9C;
}
.tabcontent button.blue.post::before {
  font-family: "pasaka";
  content: "\e907";
  font-size: 20px;
  float: left;
  margin-right: 6px;
}
.tabcontent button.blue.post.active {
  background: #0F65EF;
}
.tabcontent button.blue.remove-post {
  height: 30px;
  padding: 8px 5px 8px 5px;
  font-size: 12px;
  line-height: 14px;
  background: #FFFFFF;
  color: #9C9C9C;
}
.tabcontent button.blue.remove-post::before {
  font-family: "pasaka";
  content: "\e900";
  font-size: 20px;
  float: left;
  margin-right: 6px;
}
.tabcontent .comment-form {
  border-radius: 5px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 30px 30px;
  padding: 5px 5px 5px 18px;
  gap: 10px;
}
.tabcontent .comment-form .comment {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  border: 0;
  color: #383838;
  outline: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  -webkit-user-modify: read-write-plaintext-only;
  padding: 7px 0;
}
.tabcontent .comment-form .comment:empty::before {
  content: attr(data-placeholder);
  display: inline-block;
  color: #C4C4C4;
}
.tabcontent .comment-form .file {
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  color: #0F65EF;
  border: 0;
  border-radius: 5px;
  text-indent: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  align-self: end;
  cursor: pointer;
}
.tabcontent .comment-form .file::before {
  font-family: "pasaka";
  content: "\e902";
  font-size: 24px;
  height: 24px;
  line-height: 24px;
}
.tabcontent .comment-form .file + input {
  display: none;
}
.tabcontent .comment-form .submit {
  background: #0F65EF;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  border: 0;
  border-radius: 5px;
  text-indent: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  align-self: end;
  cursor: pointer;
}
.tabcontent .comment-form .submit:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.25);
}
.tabcontent .comment-form .submit::before {
  font-family: "pasaka";
  content: "\e907";
  font-size: 24px;
  height: 24px;
  line-height: 24px;
}
.tabcontent .comment-form .submit + input {
  display: none;
}
.tabcontent .author-comment {
  padding: 13px 15px 20px;
}
@media (min-width: 992px) {
  .tabcontent .author-comment {
    padding: 30px 30px 40px;
  }
}
.tabcontent .author-comment:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.tabcontent .author-comment .author {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.tabcontent .author-comment .date {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #9C9C9C;
  margin-top: 5px;
}
.tabcontent .author-comment .desc {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #383838;
  margin-top: 13px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tabcontent .author-comment .desc {
    margin-top: 18px;
  }
}
.tabcontent .author-comment .desc a {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0F65EF;
}
.tabcontent .author-comment .desc.edit {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 17px 21px;
}
.tabcontent .author-comment .attachments {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tabcontent .author-comment .attachments {
    margin-bottom: 30px;
  }
}
.tabcontent .author-comment .attachments .attachment {
  height: 24px;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.tabcontent .author-comment .attachments .attachment:hover * {
  text-decoration: none;
}
.tabcontent .author-comment .attachments .attachment .file {
  font-family: Roboto;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #0F65EF;
  outline: 0;
  display: flex;
  align-items: center;
}
.tabcontent .author-comment .attachments .attachment .file::before {
  font-family: "pasaka";
  content: "\e902";
  font-size: 24px;
  float: left;
  margin-right: 5px;
  font-weight: 400;
  line-height: 25px;
  height: 24px;
}
.tabcontent .author-comment .attachments .attachment .remove-attachment {
  padding-left: 9px;
  height: 24px;
}
.tabcontent .author-comment .attachments .attachment .remove-attachment::before {
  font-family: "pasaka";
  content: "\e903";
  font-size: 24px;
  color: #9C9C9C;
  height: 24px;
  line-height: 24px;
}
.tabcontent .author-comment .attachments .attachment .remove-attachment:hover::before {
  color: #000000;
}
.tabcontent .author-comment .edit-buttons {
  display: grid;
  grid-template-columns: 1fr auto;
}
.tabcontent .author-comment .edit-buttons .left-col {
  float: left;
}
.tabcontent .author-comment .edit-buttons .right-col {
  float: right;
  gap: 10px;
}
@media (min-width: 425px) {
  .tabcontent .author-comment .edit-buttons .right-col {
    float: right;
    display: flex;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .tabcontent .author-comment .edit-buttons .edit {
    display: inline-block;
  }
}
.tabcontent .author-comment .edit-buttons .post {
  background: #0F65EF;
  opacity: 1;
}
@media (min-width: 992px) {
  .tabcontent .author-comment .edit-buttons .post {
    background: #9C9C9C;
  }
}

@-webkit-keyframes fadeEffectheight {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes fadeEffectheight {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
.sidebar-area {
  margin-top: 20px;
}
.sidebar-area > div:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar-area .information-block {
  box-shadow: 0px 0px 15px 7px rgba(156, 156, 156, 0.1);
  border-radius: 10px;
  padding: 30px 27px 40px;
}
.sidebar-area .information-block h3 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #383838;
  margin-bottom: 20px;
}
.sidebar-area .information-block .desc {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #383838;
}
.sidebar-area .schedule-block {
  max-width: 920px;
  margin: auto;
  color: #AEAEAE;
  font-size: 12px;
  padding: 30px 0;
  line-height: 1.5;
  box-shadow: 0px 0px 15px 7px rgba(156, 156, 156, 0.1);
  border-radius: 10px;
  padding: 30px 27px 40px;
}
.sidebar-area .schedule-block h3 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #383838;
  margin-bottom: 20px;
}
.sidebar-area .schedule-block .dashboard--timetable {
  margin-top: 20px;
}
.sidebar-area .schedule-block .dashboard--timetable .dashboard--time {
  margin-bottom: 20px;
}
.sidebar-area .schedule-block .dashboard--timetable .dashboard--time .dashboard--time--date {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #DEDEDE;
  line-height: 1.1;
}
.sidebar-area .schedule-block .dashboard--timetable .dashboard--time .dashboard--time--date span {
  font-size: 42px;
  color: #262626;
}
.sidebar-area .schedule-block .dashboard--time--info {
  padding-left: 20px;
  width: calc(100% - 85px);
  display: inline-block;
  vertical-align: middle;
}
.sidebar-area .schedule-block .dashboard--time--info b {
  font-size: 14px;
  color: #262626;
}

.lessons-list {
  margin-top: 10px;
}
.lessons-list h3.day {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #C4C4C4;
  margin-bottom: 10px;
}
.lessons-list .lesson-area {
  box-shadow: 0px 0px 15px 7px rgba(156, 156, 156, 0.1);
  border-radius: 10px;
  padding: 25px;
  border-top: 15px solid #9a6dff;
  margin-bottom: 20px;
}
.lessons-list .lesson-area.green {
  border-color: #54efd1;
}
.lessons-list .lesson-area.blue {
  border-color: #0e65ef;
}
.lessons-list .lesson-area.yellow {
  border-color: #f6d549;
}
.lessons-list .lesson-area.red {
  border-color: #ef6456;
}
.lessons-list .lesson-area.free {
  border-color: #fca6c8;
}
.lessons-list .lesson-area.individual {
  border-color: #f74395;
}
.lessons-list .lesson-area h3 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #383838;
  margin-bottom: 10px;
}
.lessons-list .lesson-area .info {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #9C9C9C;
  text-align: center;
  margin-bottom: 27px;
}
.lessons-list .lesson-area button {
  width: 140px;
  height: 40px;
}
.lessons-list .lesson-area button.blue {
  background: #0F65EF;
}
.lessons-list .lesson-area button.green {
  background: #05CA83;
}

.meetings {
  padding-top: 23px;
}
.meetings h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #0A00F9;
}
.meetings .meeting-block {
  box-shadow: 0px 0px 15px 7px rgba(156, 156, 156, 0.1);
  border-radius: 10px;
  padding: 27px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.meetings .meeting-block .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.meetings .meeting-block .icon img {
  max-width: inherit;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  flex: none;
}
.meetings .meeting-block h3 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #383838;
  margin-top: 10px;
  margin-bottom: 12px;
}
.meetings .meeting-block .info {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #9C9C9C;
}
.meetings .meeting-block .info span {
  color: #383838;
}
.meetings .meeting-block .desc {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #383838;
  margin-top: 20px;
}
.meetings .meeting-block button {
  width: 140px;
  margin-top: 20px;
}

.readmore {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  padding: 10px 10px 10px 0px;
  transition: max-height 0.15s ease-out;
}

.readmore.expand {
  max-height: 5000px !important;
  transition: max-height 0.35s ease-in-out;
}

.readmore-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  font-weight: bold;
  background-color: white;
  cursor: pointer;
  font-family: Roboto;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */
  color: #0F65EF;
}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top: 10px;
  height: 50px;
}

.readmore-link:after {
  content: "Skaityti daugiau";
}

.readmore-link.expand:after {
  content: "Mažiau";
}

.suggestion-main-title {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 67px;
  color: #4FE9D4;
}

.suggestion-main-photo {
  max-height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.suggestion-main {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 7px rgba(156, 156, 156, 0.1);
  border-radius: 10px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.suggestion-main .suggestion-top {
  display: inline-flex;
}
.suggestion-main .suggestion-top .suggestion-img {
  width: 20px;
  height: 20px;
}
.suggestion-main .suggestion-top .suggestion-title {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  color: #383838;
}
.suggestion-main .suggestion-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  word-break: break-word;
  /* or 156% */
}

.meetings-main-img {
  max-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .meetings-main-img {
    margin-top: -50px;
  }
}

.tabcontent-meetings {
  display: none;
  transition: transform 6s ease;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.tabcontent-meetings.active {
  transition: all 1s ease;
  display: block;
}
.tabcontent-meetings > .row > div {
  line-height: 28px;
  font-weight: 100;
  transition: all 1s ease;
  -webkit-animation: fadeEffect 0.6s ease;
          animation: fadeEffect 0.6s ease;
}
.tabcontent-meetings > .row > div .meeting-img {
  max-height: 280px;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.meeting-date {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #9C9C9C;
}

.meeting-description {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  word-break: break-word;
}

.meeting-name {
  font-family: Playfair Display;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

.meetings-h {
  color: #4FE9D4;
  font-family: Playfair Display;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px;
  letter-spacing: 0em;
  text-align: left;
}

.meetings-text {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.tabs-meetings {
  display: inline-block;
  margin: 0 -15px 0px 0px;
  height: 38px;
  position: relative;
  width: calc(100% + 30px);
  overflow-x: auto;
  height: 45px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}
@media (min-width: 992px) {
  .tabs-meetings {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    height: 75px;
  }
}
.tabs-meetings .tablinks-meetings {
  cursor: pointer;
  width: auto;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  border: 0;
  color: #9C9C9C;
  padding: 0;
  height: 38px;
  background: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin: 0 15px;
}
@media (min-width: 992px) {
  .tabs-meetings .tablinks-meetings {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.tabs-meetings .tablinks-meetings:focus {
  outline: 0;
}
.tabs-meetings .tablinks-meetings.active {
  z-index: 0;
  color: #000000;
}
.tabs-meetings .tablinks-meetings:hover {
  color: #000000;
  opacity: 1;
}

.lithuanian-main-title {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 53px;
  color: #4FE9D4;
}

.lithuanian-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  word-break: break-word;
  /* or 179% */
}

.lithuanian-first-box-title {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  word-break: break-word;
  color: #383838;
}

.display-first-block-array {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-inline-box;
}
.display-first-block-array .lithuanian-block-array {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  /* or 156% */
  word-break: break-word;
  color: #383838;
}

.second-block-title {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  color: #000000;
}

.second-block-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  /* or 156% */
  word-break: break-word;
  color: #000000;
}

.language-level-group .color {
  width: 50px;
  height: 50px;
  border-radius: 55px;
  float: left;
}
.language-level-group .title {
  float: left;
  width: calc(100% - 605px);
  padding: 20px;
}

.second-block-group-with-img-title {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */
  color: #000000;
}

.second-block-group-title {
  margin-left: 60px;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */
  color: #000000;
}

.second-block-group-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  color: #383838;
}

.third-block-title {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  color: #4FE9D4;
}

.third-block-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */
  color: #000000;
}

.learning--group--select--wrapper {
  margin-bottom: 40px;
}
.learning--group--select--wrapper .course-date {
  background-color: white;
  padding: 25px 0px;
}

.learning--group--header {
  background-color: #f4f4f4;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  padding: 20px;
}
.learning--group--header h2 {
  line-height: unset;
  margin: unset;
}

.learning--group--select--title {
  text-align: center;
}

.learning--group--select--selector {
  border-bottom: 1px solid #c3c3c3;
  text-align: center;
  margin: 30px 0;
}

.learning--group--select--selector:after {
  content: "";
  clear: both;
  display: block;
}

.learning--group--select--item {
  display: inline-block;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 767px) {
  .learning--group--select--item {
    padding: 0 10px;
  }
}

.learning--group--select--item.active {
  font-weight: bold;
}

.learning--group--select--row {
  background-color: #f4f4f4;
}

.learning--group--select--row:after {
  content: "";
  clear: both;
  display: block;
}

.learning--group--select--row .color {
  width: 85px;
  height: 85px;
  border-radius: 85px;
  float: left;
}

.learning--group--select--row .text {
  float: left;
  width: calc(100% - 605px);
  padding: 20px;
}

.learning--group--select--row .date {
  float: left;
  text-align: center;
  padding: 20px 0px;
}

.learning--group--select--row .text span {
  font-size: 15px;
}

.learning--group--select--row .price {
  float: left;
  text-align: center;
  padding: 22px 48px;
}

.text-align-left {
  text-align: left;
}

.learning--group--select--row .free--lesson {
  float: left;
  text-align: center;
  padding: 22px 22px;
}

.learning--group--select--row .actions {
  float: right;
  text-align: right;
  padding: 20px 0;
}

.button {
  background-color: #0f65ef;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.button-disabled {
  background-color: #f96557;
  color: #fff !important;
  cursor: default;
}
@media (max-width: 767px) {
  .button-disabled {
    font-size: 8px !important;
  }
}

.button-disabled:hover {
  color: #6b0404;
}

.course--select--button {
  width: 160px;
}

.course--date--category {
  margin-left: 87px;
}
@media (max-width: 767px) {
  .course--date--category {
    margin-left: 20px;
  }
}

.course--select--button-mobile {
  width: 160px;
  color: white !important;
}
@media (max-width: 767px) {
  .course--select--button-mobile {
    display: inline;
    /* width: 120px; */
    padding: 10px;
    font-size: 11px;
  }
}

.course--select--button--mobile--paid {
  width: 160px;
  color: white !important;
}
@media (max-width: 767px) {
  .course--select--button--mobile--paid {
    display: inline;
    /* width: 120px; */
    padding: 6px;
    font-size: 11px;
  }
}

.course--information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.course--information .course--cta {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .course--information .course--cta {
    margin-right: 20px;
    margin-left: auto;
  }
}
.course--information .course--time {
  margin-left: 87px;
  width: 200px;
}
@media (max-width: 768px) {
  .course--information .course--time {
    margin-left: 20px;
    margin-right: 30px;
    width: unset;
  }
}
.course--information .course--price {
  padding-left: 10px;
}

.course-price-div {
  padding: 26px 0;
}
@media (max-width: 767px) {
  .course-price-div {
    padding: 22px 0;
    text-align: center;
  }
}

.course-price-div {
  padding: 26px 0;
}
@media (max-width: 767px) {
  .course-price-div {
    padding: 22px 0;
    text-align: center;
  }
}

.no-slots-courses {
  font-size: 15px;
}
@media (max-width: 767px) {
  .no-slots-courses {
    font-size: 10px;
  }
}

.no--actions {
  float: right;
  padding: 30px 42px;
}
@media (max-width: 767px) {
  .no--actions {
    padding: 20px 0px;
    float: right;
  }
}

.background--yellow {
  background: #f6d549;
}

.background--green {
  background: #54efd1;
}

.background--blue {
  background: #0f65ef;
}

.background--red {
  background: #f96557;
}

.background--individual {
  background: #f74395;
}

.background--no_type {
  background: #f74395;
}

@media (max-width: 760px) {
  .learning--group--select--row .text {
    width: calc(100% - 90px);
  }
}
.home-main-title {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #272727;
}

.home-main-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

.home-main-photo {
  max-height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 81%;
}
@media (min-width: 760px) {
  .home-main-photo {
    margin-top: -67px;
  }
}

.home-main-button {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 25px;
  width: 280px;
  height: 49px;
  left: 110px;
  top: 472px;
  background: #05CA83;
  border-radius: 5px;
}

.home-block-title {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 53px;
  color: #2326F0;
}

.home-block-description {
  background: #FFFFFF;
  border: 1px solid #4FE9D4;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 7px rgba(156, 156, 156, 0.1);
  border-radius: 10px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.home-block-description .home-block-url-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */
  color: #0F65EF !important;
  cursor: pointer;
}
.home-block-description .home-block-box-circle-left {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: -25px;
  z-index: 65;
  height: 50px;
  width: 50px;
  background-color: #4FE9D4;
  border-radius: 50%;
}
.home-block-description .home-block-box-circle-left .home-block-box-img-left {
  position: relative;
  width: 28px;
  height: 28px;
  top: 11px;
  left: 11px;
}
.home-block-description .home-block-box-circle-right {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: -25px;
  z-index: 65;
  height: 50px;
  width: 50px;
  background-color: #4FE9D4;
  border-radius: 50%;
}
.home-block-description .home-block-box-circle-right .home-block-box-img-right {
  position: relative;
  width: 28px;
  height: 28px;
  top: 11px;
  left: 11px;
}

.group-info-top {
  margin-bottom: 0px;
}
.group-info-top .group-name-top {
  margin-bottom: -3px !important;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  /* #272727 */
  color: #272727;
}
.group-info-top .group-small-description-top {
  /* P14 light */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  /* #9C9C9C */
  color: #9C9C9C;
}

.intro-description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* or 156% */
  /* #272727 */
  color: #272727;
}

.main-info-box {
  background: #F4F4F4;
}
.main-info-box .eclipse-style {
  background: #4FE9D4;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}
.main-info-box .eclipse-style .img-eclipse {
  width: 16.5px;
  height: 18.5px;
  margin-left: 4px;
}
.main-info-box .info-box-text {
  font-family: "Roboto" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.tips-box {
  display: inline-flex;
}
.tips-box .tips-box-img {
  width: 20px;
  height: 20px;
}
.tips-box .tips-box-header {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  /* #272727 */
  color: #272727;
}
.tips-box .tips-box-description {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  /* #272727 */
  color: #272727;
}

.teacher-photo {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: auto;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .teacher-photo {
    width: 80px !important;
    height: 80px !important;
  }
  body .home-main-photo {
    width: 100%;
    margin-top: 25px !important;
}
}

.teacher-name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  /* identical to box height, or 179% */
  /* #272727 */
  color: #272727;
}

.registration-box {
  background: #FFFFFF;
  border: 1.5px solid #2326F0;
  box-shadow: 0px 0px 15px 7px rgba(156, 156, 156, 0.1);
  border-radius: 10px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  width: 437px;
}
.registration-box .registration-title {
  font-family: "Playfair Display" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  /* #2326F0 */
  color: #2326F0;
}
.registration-box .group-name {
  /* accent */
  font-family: "Playfair Display" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  /* #272727 */
  color: #272727;
}
.registration-box .group-date {
  /* P16 */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */
  text-align: center;
  /* #272727 */
  color: #272727;
}
.registration-box .group-date-comment {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: -5px;
  /* #9C9C9C */
  color: #9C9C9C;
}

.data-repeater .data-repeater-input-name-label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.data-repeater .data-repeater-input-name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #9C9C9C;
}
.data-repeater .data-repeater-input-name:focus-visible {
  outline: 0px;
}
.data-repeater .data-repeater-border-bottom-line {
  border: 1px solid #9C9C9C;
}
.data-repeater .add-button {
  background: #FFFFFF;
  border: 1px solid #0F65EF;
  border-radius: 5px;
  padding: 8px;
}
.data-repeater .add-button:focus {
  outline: 0px;
}
.data-repeater .add-button .add-button-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding-left: 27px;
  padding-right: 27px;
  color: #0F65EF;
}
.data-repeater .delete-button {
  background: #FFFFFF;
  border: 1px solid #f0071f;
  border-radius: 5px;
  padding: 8px;
  width: 212px;
}
.data-repeater .delete-button:focus {
  outline: 0px;
}
.data-repeater .delete-button .delete-button-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  color: #f0071f;
}
.data-repeater .register-free-button {
  background: #0F65EF;
  border-radius: 5px;
  padding: 7px;
  border: 2px solid #0f65ef;
}
.data-repeater .register-free-button:focus {
  border: 2px solid #0f65ef;
}

.more-info-teachers {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 156% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  /* button */
  color: #0F65EF !important;
}

.login-box {
  background: #FFFFFF;
  border: 1.5px solid #2326F0;
  box-shadow: 0px 0px 15px 7px rgba(156, 156, 156, 0.1);
  border-radius: 10px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  width: 437px;
}
@media (max-width: 768px) {
  .login-box .social-img {
    width: 130px;
    height: 40px;
  }
}
.login-box .lost-password-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  /* identical to box height, or 179% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  /* button */
  color: #0F65EF !important;
}
.login-box .social-login-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* identical to box height, or 156% */
  text-align: center;
  /* #9C9C9C */
  color: #9C9C9C;
}
.login-box .bottom-box {
  background: #F4F4F4;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.login-box .bottom-box .registration-bottom-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  /* #272727 */
  color: #272727;
}
.login-box .login-title {
  font-family: "Playfair Display" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  /* #2326F0 */
  color: #2326F0;
}
.login-box .login-label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.login-box .login-name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #9C9C9C;
}
.login-box .login-name:focus-visible {
  outline: 0px;
}
.login-box .login-button {
  background: #0F65EF;
  border-radius: 5px;
  padding: 7px;
  border: 2px solid #0f65ef;
  -webkit-appearance: unset;
  outline-color: #0f65ef;
}
.login-box .login-button:focus {
  border: 2px solid #0f65ef;
  -webkit-appearance: unset;
}
.login-box .login-button:hover {
  text-decoration: none;
  -webkit-appearance: unset;
}
.login-box .data-repeater-border-bottom-line {
  border: 1px solid #9C9C9C;
}

h2 {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #F4F4F4;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

h2 span {
  background: #fff;
  padding: 0 10px;
}
