html {
  scroll-behavior: smooth; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 400;
  overflow-x: hidden; }

.eduma-header {
  background: url(../images/header-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 99; }
  .eduma-header .header-img-left {
    z-index: -1; }
  .eduma-header .header-img-right {
    z-index: -1; }

.header.sticky {
  background: #ffa601;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; }
  .header.sticky .header__wrap::before {
    display: none; }

.typed-cursor {
  font-size: 50px;
  line-height: 1; }

.header {
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: 999; }
  .header__wrap {
    position: relative; }
    .header__wrap::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background: #ffffff;
      opacity: 0.3;
      bottom: 0;
      left: 0; }
  .header__card {
    transition: all 0.3s ease-in-out; }
    .header__card__price {
      width: 44px;
      height: 44px;
      background: #FF5D2A; }
    .header__card__buy a {
      transition: all 0.3s ease-in-out;
      position: relative; }
      .header__card__buy a:hover::after {
        width: 100%; }
    .header__card__buy:hover a {
      color: #fff; }
    .header__card__ic svg:hover path {
      fill: #2b2b2b; }
    .header__card__ic path {
      transition: all 0.3s ease-in-out; }
  .header__content {
    padding: 330px 0 0 0; }
    .header__content .header-linguistics {
      top: -135px;
      left: 22%;
      transform: translate(-22%); }
    .header__content .header-cap {
      top: -100px;
      left: 0; }
    .header__content .header-hat {
      bottom: 0;
      left: 50%;
      transform: translate(-50%); }
    .header__content__left {
      margin-left: 30px;
      font-size: 400px;
      line-height: 24px;
      font-family: 'Yatra One', cursive; }
    .header__content__title {
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      position: relative; }
      .header__content__title::before {
        content: '';
        position: absolute;
        width: 165px;
        height: 3px;
        background: #ffffff;
        bottom: 0;
        left: 0; }
    .header__content__sub {
      width: fit-content;
      background: linear-gradient(90.23deg, #ffb732 0.2%, #ff9e04 103.7%);
      border-radius: 6px;
      padding: 9px 18px; }
    .header__content__btn {
      color: #000000;
      background: #FFFFFF;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
      border-radius: 60px;
      text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      position: relative;
      overflow: hidden;
      z-index: 2;
      width: fit-content; }
      .header__content__btn::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        transition: all 0.3s ease-in-out;
        background: #F3F3F3;
        z-index: -1; }
      .header__content__btn:hover::before {
        width: 100%; }
    .header__content__svg {
      padding: 13px 25px;
      background: #F3F3F3;
      border-radius: 60px; }
  .header__counters__item {
    width: 250px;
    height: 250px;
    border-radius: 30px;
    text-align: center;
    border: 1px dashed #ffffff;
    transition: all 0.3s ease-in-out; }
    .header__counters__item svg {
      transition: all 0.3s ease-in-out; }
    .header__counters__item:hover {
      color: #000000;
      background: #ffffff;
      border: 1px solid #ffffff; }
      .header__counters__item:hover svg path {
        fill: #000000; }
  .header__counters__amount {
    font-size: 50px;
    line-height: 44px; }
  .header__counters__add {
    font-size: 36px;
    line-height: 36px; }

.menu__items {
  position: relative; }
  .menu__items::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    opacity: 0;
    visibility: hidden; }
  .menu__items a {
    cursor: pointer; }
  .menu__items::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #ffffff;
    transition: all 0.3s ease-in-out; }
  .menu__items:hover::after {
    width: 100%; }

.menu__items.active::before {
  opacity: 1;
  visibility: unset; }

.res-mobie {
  display: none;
  cursor: pointer; }
  .res-mobie .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: #ffffff; }

@media only screen and (max-width: 1300px) {
  .header__card__buy {
    display: none; }
  .header__card__price {
    display: none; }
  .header-img-left {
    display: none; }
  .header-img-right {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1300px) {
  .menu__items a {
    padding: 0 10px; } }

@media only screen and (max-width: 1024px) {
  .header {
    padding: 0 15px; }
  .header__wrap {
    padding: 10px 0; }
  .res-mobie {
    display: block; }
  .res-mobie.active .bar:nth-child(2) {
    opacity: 0; }
  .res-mobie.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg); }
  .res-mobie.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); }
  .header__menu {
    position: fixed;
    left: -100%;
    top: 0;
    background: #ffb401;
    width: 300px;
    height: 100%;
    z-index: 999;
    text-align: center;
    transition: all 0.3s ease-in-out; }
    .header__menu.active {
      left: 0;
      width: 300px;
      height: 100%;
      z-index: 999;
      background: #ffb401;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 10px 30px 0px; }
  .menu {
    display: block; }
    .menu__items {
      padding: 20px 0;
      text-align: left;
      padding-left: 30px;
      position: relative; }
      .menu__items::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #ffffff;
        opacity: 0.3;
        bottom: 0;
        left: 0; }
      .menu__items::before {
        display: none; }
  .res-mobie {
    order: 3; }
  .header__logo {
    order: 2; }
  .header__content__sub {
    font-size: 14px;
    padding: 5px 15px; }
  .header__content__brief {
    font-size: 14px; } }

@media only screen and (max-width: 992px) {
  .header__content .header-cap {
    display: none; }
  .header__content__title {
    font-size: 50px; }
  .header__content__left {
    font-size: 300px; } }

@media only screen and (max-width: 768px) {
  .header__content__title {
    font-size: 32px; } }

@media only screen and (max-width: 576px) {
  .header__content {
    padding: 200px 0 0 0; }
  .header__content__wrap {
    display: block; }
    .header__content__wrap .header__content__left {
      display: none; }
  .header__content__title {
    font-size: 32px; }
    .header__content__title::before {
      display: none; } }

@media only screen and (max-width: 350px) {
  .header__menu.active {
    width: 250px; } }

.container {
  margin: 0 auto;
  padding: 0 15px; }

.container-size2 {
  max-width: 1620px;
  width: 100%;
  margin: auto; }

@media only screen and (max-width: 1499px) {
  .container-size2 {
    max-width: 1290px !important;
    margin: auto;
    padding: 0 15px; } }

.sink-number {
  font-weight: 900;
  font-size: 350px;
  line-height: 270px;
  top: -25px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  background: linear-gradient(180deg, #dcdcdc -38.08%, rgba(255, 255, 255, 0) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.page-amount {
  background: -webkit-linear-gradient(1deg, #ffc701 40.17%, #fe37c6 57.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.page-subtitle {
  color: #868686;
  padding: 0 200px; }

.page-subtitle-type {
  width: fit-content;
  padding: 0 20px;
  margin: 0 auto 10px; }

.page-subtitle-type1 {
  width: fit-content;
  padding: 0 20px;
  margin: 0 auto 100px; }

.eduma-demos .demos-dotted {
  top: -180px;
  left: 0;
  z-index: -1; }

.eduma-demos .demos-amount {
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1; }

.eduma-demos .text-comming {
  color: #b3b3b3; }

.filter-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; }
  .filter-button-group .actions__btn {
    position: relative;
    background: #f3f3f3;
    border-radius: 60px;
    padding: 13px 40px;
    color: #868686;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 500; }
    .filter-button-group .actions__btn.active {
      color: #000000;
      background: #ffffff; }
    .filter-button-group .actions__btn.active::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -5px;
      border-radius: inherit;
      background: linear-gradient(to right, #FF2929, #FFB800); }

.gallery {
  margin-right: -20px;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap; }
  .gallery .image {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 40px;
    animation: animate 0.3s ease; }
    .gallery .image:last-child {
      margin-bottom: 0; }
  .gallery__items {
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden; }
    .gallery__items a {
      position: relative;
      display: inherit; }
      .gallery__items a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: url(../images/sankserach.svg) no-repeat center center;
        z-index: 1;
        opacity: 0;
        visibility: visible;
        transition: all 0.3s ease-in-out; }
    .gallery__items .demos-status {
      color: #ffffff;
      font-weight: 500;
      position: absolute;
      top: -50px;
      right: 20px;
      background: #23CA98;
      border-radius: 60px;
      width: 45px;
      height: 100px;
      text-align: center;
      padding-top: 60px;
      z-index: 1; }
    .gallery__items .demos-status-hot {
      background: #FF5D2A; }
    .gallery__items .demos-status-update {
      width: 50px;
      background: #3076FE;
      font-size: 12px;
      top: -35px;
      padding-top: 45px;
      line-height: 18px; }
    .gallery__items img {
      transition: all 0.3s ease-in-out; }
    .gallery__items:hover img {
      filter: brightness(50%); }
    .gallery__items:hover a::before {
      opacity: 1;
      visibility: unset; }

@keyframes animate {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }

.eduma-system {
  background: #f4f4f4; }
  .eduma-system .system-30 {
    right: 0; }
  .eduma-system .system-100 {
    left: 0; }
  .eduma-system .system-box {
    width: 238px;
    height: 238px;
    background: #ffffff;
    box-shadow: 5px 15px 50px rgba(0, 0, 0, 0.05);
    top: -119px;
    right: 50%;
    transform: translate(50%); }

.parameter__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff; }

.parameter__num {
  font-size: 40px;
  line-height: 40px; }

.parameter .system-learn {
  top: -50px;
  right: 50%;
  transform: translate(50%); }

.premium__img {
  transition: all 0.3s ease-in-out; }
  .premium__img:hover {
    transform: scale(1.1); }
  .premium__img img {
    border-radius: 5px 5px 0px 0px; }

.premium__info {
  height: 163px;
  background: #ffffff;
  border-radius: 0px 0px 6px 6px; }

.premium__title {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
  .premium__title a {
    transition: all 0.3s ease-in-out; }
    .premium__title a:hover {
      color: #ffb606; }

.premium__brief {
  color: #6b6b6b;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.plugins__box {
  width: auto;
  height: 234px;
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; }

.money-red {
  color: #FF3636;
  font-weight: 500; }

.table {
  margin: auto;
  border: 1px solid #dedede; }
  .table thead {
    background: linear-gradient(90.15deg, #ffdd2a 3.15%, #2afff2 101.26%);
    border-radius: 6px 6px 0px 0px; }
    .table thead th {
      border: 1px solid #dedede;
      padding: 20px 50px; }
      .table thead th:first-child {
        text-align: unset; }
  .table tbody tr {
    text-align: center; }
  .table tbody td {
    border: 1px solid #dedede;
    padding: 20px 50px; }
    .table tbody td:first-child {
      text-align: start; }
  .table__status {
    color: #4cc139; }

.eduma-playlist {
  background: url(../images/playlist.png) no-repeat center center;
  background-size: cover; }
  .eduma-playlist .playlist-btn {
    border: 2px solid #ffb800;
    border-radius: 60px;
    padding: 13px 45px;
    transition: all 0.3s ease-in-out; }
    .eduma-playlist .playlist-btn:hover {
      background: #ffb800; }

.playvideos__main {
  width: 70%; }

.playvideos__list {
  width: 30%;
  height: 485px;
  overflow-y: scroll;
  background: #ffffff;
  padding: 40px; }
  .playvideos__list::-webkit-scrollbar {
    width: 5px; }
  .playvideos__list::-webkit-scrollbar-thumb {
    background: #ffab07; }
  .playvideos__list__item {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 25px;
    padding-bottom: 25px;
    cursor: pointer; }
    .playvideos__list__item:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }

.playvideos__list__item.active .vid-desc {
  font-weight: 600; }

#vid_frame {
  width: 100%;
  height: 485px; }

.vid-list .vid-thumb {
  flex: 1;
  width: 120px;
  max-width: 120px; }

.vid-list .vid-desc {
  flex: 1; }

@media only screen and (max-width: 1024px) {
  .playvideos {
    display: block; }
    .playvideos__main {
      width: 100%;
      margin-bottom: 20px; }
    .playvideos__list {
      width: 100%; } }

.eduma-multiple .multiple-bg {
  z-index: -1; }

.eduma-multiple .multiple-sank-1 {
  top: 400px;
  right: 0;
  z-index: -1; }

.eduma-multiple .multiple-sank-2 {
  bottom: 0;
  right: 90px;
  z-index: -1; }

.eduma-multiple .multiple-sank-3 {
  bottom: 220px;
  left: 100px;
  z-index: -1; }

.eduma-multiple .multiple-sank-4 {
  top: 600px;
  right: 150px;
  z-index: -1; }

.eduma-multiple .multiple-sank-5 {
  top: 600px;
  left: 0;
  z-index: -1; }

.multiple__block {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.course__block {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.options__block {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.eduma-options .options-bg {
  z-index: -1; }

.amazing__block {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; }

.amazing__blockmb {
  margin-bottom: 40px; }

.eduma-mobile {
  background: url(../images/bg-mobile.png) no-repeat center center;
  background-size: cover;
  z-index: 1; }
  .eduma-mobile .mobile-bg-1 {
    top: 0;
    left: 175px;
    z-index: -1; }
  .eduma-mobile .mobile-bg-2 {
    bottom: 0;
    right: 0;
    z-index: -1; }

.mobile__img {
  width: 750px; }

.mobile__info {
  width: 540px;
  text-align: center; }
  .mobile__info img {
    margin-left: auto;
    margin-right: auto; }

.mobile__brief {
  padding: 0 20%; }

.mobile__btn {
  background: #ffffff;
  border-radius: 60px;
  padding: 15px 45px;
  color: #000000;
  transition: all 0.3s ease-in-out; }
  .mobile__btn:hover {
    background: #000000;
    color: #ffffff; }

.devices__box img {
  margin: auto;
  border-radius: 30px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; }

.features__block {
  background: #ffffff;
  border: 1px dashed #ebebeb;
  min-height: 340px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out; }
  .features__block::before {
    content: "";
    position: absolute;
    width: 145px;
    height: 145px;
    border: 1px dashed #d2d2d2;
    border-radius: 50%;
    top: -45px;
    right: -45px; }
  .features__block:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid transparent; }

.features__brief {
  color: #7c7c7c; }

.features__text {
  font-size: 50px;
  line-height: 36px;
  color: #e7e7e7;
  top: 30px;
  right: 30px; }

.eduma-powerful {
  background: url(../images/powerful.png) no-repeat center center;
  background-size: cover; }
  .eduma-powerful .powerful-subtitle {
    padding: 0 18%; }

.powerful__wrap {
  margin: auto; }

.powerful__box {
  width: 230px;
  height: 227px;
  border: 1px dashed #ffffff;
  border-radius: 100px; }

.powerful__element {
  width: 196px;
  height: 188px;
  background: #ffffff;
  border-radius: 80px; }

.eduma-features .spiral-1 {
  top: -80px;
  right: 0;
  z-index: -1; }

.eduma-features .spiral-2 {
  bottom: 80px;
  left: 0;
  z-index: -1; }

.eduma-comment .comment-bg-left {
  top: 170px;
  left: 0; }

.eduma-comment .comment-bg-right {
  top: 170px;
  right: 0; }

.comment__block {
  background: #ffffff;
  box-shadow: 2px 6px 35px rgba(0, 0, 0, 0.05);
  border-radius: 50px; }

.comment__brief {
  color: #858585; }

.comment__people__brief {
  color: #858585; }

.eduma-footer {
  background: url(../images/footer-bg.png) no-repeat center center;
  background-size: cover;
  padding: 260px 0; }
  .eduma-footer .footer-left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1; }
  .eduma-footer .footer-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1; }

.text-underline {
  border-bottom: 2px solid #000000; }

.footer__number {
  background: linear-gradient(79.85deg, #ffc701 30.17%, #fe37c6 95.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.footer__btn {
  color: #000000;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 60px;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: auto;
  background: #ffab07;
  width: fit-content; }
  .footer__btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: all 0.3s ease-in-out;
    background: #ffbc3a;
    z-index: -1; }
  .footer__btn:hover::before {
    width: 100%; }

.footer__svg {
  padding: 13px 25px;
  background: #ffbc3a;
  border-radius: 60px; }

.eduma-bottom .sub-bottom {
  letter-spacing: 0.5em;
  color: #858585; }

.social__link {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease-in-out; }
  .social__link svg {
    transition: all 0.3s ease-in-out; }
  .social__link:hover svg {
    transform: scale(1.2); }

.social__ytb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to bottom, #dd3535, #f0e4e4, #ffffff); }

.social__tw::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to top, #00d1ff, #f0e4e4, #ffffff); }

.social__fb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to bottom, #2f89dc, #f0e4e4, #ffffff); }

.back__top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 95px;
  opacity: 0;
  visibility: hidden;
  z-index: 999; }

#backTop.showBackTop {
  opacity: 1;
  visibility: visible; }
  #backTop.showBackTop:hover svg path {
    fill: #ffab07; }

#tp_style_selector .style-toggle:before {
  background: url("../images/cog-icon.png");
  width: 21px;
  height: 21px;
  content: "" !important;
  background-size: contain;
  margin: 5px auto; }

.swiper-pagination {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  cursor: pointer; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    outline: 1px solid #000000;
    outline-offset: 2px;
    background: #000000;
    width: 8px;
    height: 8px;
    border-radius: 50%; }

.plugins {
  margin: 0 30px !important;
  padding: 0 20px !important; }
  .plugins .swiper-wrapper {
    padding-top: 30px; }

.amazing .swiper-wrapper {
  padding-top: 30px; }

.amazing .swiper-slide {
  width: unset !important; }

.devices {
  margin: 0 50px !important; }
  .devices .swiper-wrapper {
    padding-top: 30px; }

.comment {
  margin: 0 -10px !important;
  padding: 0 10px !important; }
  .comment .swiper-wrapper {
    padding-top: 30px; }
  .comment .swiper-slide-active svg path {
    fill: #ffb800; }

@media (min-width: 576px) and (max-width: 1690px) {
  .header-img-left {
    display: none; }
  .gallery {
    margin: 0; }
    .gallery .image {
      width: calc(25% - 20px);
      margin-right: 10px;
      margin-left: 10px; } }

@media only screen and (max-width: 1290px) {
  .premium__title {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical; }
  .premium__brief {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical; }
  .mobile__wrap {
    padding-bottom: 80px; }
  .mobile__brief {
    padding: 0; }
  .system-30 {
    display: none; }
  .system-100 {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .header-linguistics,
  .header-hat,
  .multiple-sank-1,
  .multiple-sank-2,
  .multiple-sank-3,
  .multiple-sank-5,
  .spiral-1,
  .spiral-2 {
    opacity: 0.3; }
  .multiple-sank-4 {
    display: none; }
  .page-subtitle {
    padding: unset; }
  .eduma-demos .demos-dotted {
    top: 0; }
  .actions {
    justify-content: flex-start;
    margin-bottom: 20px; }
  .powerful {
    padding: 0;
    gap: 20px; } }

@media only screen and (max-width: 992px) {
  .gallery .image {
    width: calc(33.33% - 20px); }
  .premium__wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; } }

@media only screen and (max-width: 768px) {
  .parameter {
    gap: 30px; }
  .eduma-mobile .mobile-bg-1 {
    display: none; }
  .eduma-mobile .mobile-bg-2 {
    display: none; }
  .mobile__wrap {
    display: block; }
  .mobile__img {
    width: 100%; }
  .mobile__info {
    width: 100%; }
  .mobile__brief {
    padding: unset; }
  .powerful-subtitle {
    padding: 0 !important; }
  .features {
    grid-template-columns: 1fr 1fr; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    outline: none;
    outline-offset: 0;
    background: #ffa601; } }

@media only screen and (max-width: 576px) {
  .eduma-demos {
    padding: 50px 0; }
  .gallery {
    margin: 0;
    justify-content: space-between; }
    .gallery .image {
      width: calc(50% - 7.5px);
      margin: 0; }
      .gallery .image img {
        margin: auto; }
    .gallery h3 {
      margin-bottom: 20px; }
  .filter-button-group {
    overflow: scroll;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 40px; }
    .filter-button-group::-webkit-scrollbar {
      display: none; }
  .filter-button-group .actions__btn {
    padding: 6px 25px; }
  .filter-button-group .actions__btn {
    white-space: nowrap;
    margin: 5px; }
  .premium__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
  .multiple {
    gap: 20px; }
  .course {
    gap: 20px; }
  .options {
    gap: 20px; }
  .features {
    grid-template-columns: 1fr; }
  .sink-number {
    font-size: 250px;
    top: -60px; }
  .eduma-amazing .sink-number {
    font-size: 185px;
    line-height: 1; }
  .table-price {
    overflow: hidden; }
    .table-price table {
      display: block;
      overflow-y: hidden;
      table-layout: fixed;
      width: 100%; }
      .table-price table::-webkit-scrollbar {
        display: none; }
      .table-price table th:first-child {
        left: 0;
        position: sticky;
        text-align: left;
        background: #bfe766; }
      .table-price table td:first-child {
        left: 0;
        position: sticky;
        text-align: left;
        background: #ffffff;
        padding: 10px; }
  .footer__number {
    font-size: 50px; }
  .header__counters {
    gap: 15px; }
    .header__counters__item {
      width: 160px;
      height: 160px; }
    .header__counters__svg {
      width: 40px !important;
      margin: auto; }
    .header__counters__number {
      margin-bottom: 0; }
    .header__counters__amount {
      font-size: 24px; }
    .header__counters__add {
      font-size: 24px; }
    .header__counters__brief {
      font-size: 14px; }
  .powerful__box {
    width: 160px;
    height: 157px; }
  .powerful__element {
    width: 126px;
    height: 118px; }
  .comment .swiper-pagination {
    margin-bottom: 30px; }
  .eduma-footer {
    margin: -200px 0;
    background: none; }
    .eduma-footer ::before {
      content: "";
      background: url(../images/footer-bg.png) no-repeat center center;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.1; }
  .eduma-bottom {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (min-width: 576px) and (max-width: 768px) {
  .eduma-amazing .sink-number {
    font-size: 250px; } }

@media only screen and (max-width: 425px) {
  .premium__wrap {
    grid-template-columns: 1fr; }
  .multiple {
    grid-template-columns: 1fr; }
  .course {
    grid-template-columns: 1fr; }
  .options {
    grid-template-columns: 1fr; } }

@media only screen and (max-width: 374px) {
  .sink-number {
    display: none; } }
